increase 0.4.0 → 0.6.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.
- package/_shims/agent.d.ts +9 -0
- package/_shims/agent.d.ts.map +1 -0
- package/_shims/agent.js +14 -0
- package/_shims/agent.js.map +1 -0
- package/_shims/agent.mjs +10 -0
- package/_shims/agent.mjs.map +1 -0
- package/_shims/agent.node.d.ts +7 -0
- package/_shims/agent.node.d.ts.map +1 -0
- package/_shims/agent.node.js +28 -0
- package/_shims/agent.node.js.map +1 -0
- package/_shims/agent.node.mjs +16 -0
- package/_shims/agent.node.mjs.map +1 -0
- package/_shims/fetch.d.ts +52 -0
- package/_shims/fetch.js +13 -0
- package/_shims/fetch.mjs +15 -0
- package/_shims/fetch.node.d.ts +53 -0
- package/_shims/fetch.node.js +12 -0
- package/_shims/fetch.node.mjs +14 -0
- package/_shims/fileFromPath.d.ts +22 -0
- package/_shims/fileFromPath.d.ts.map +1 -0
- package/_shims/fileFromPath.js +16 -0
- package/_shims/fileFromPath.js.map +1 -0
- package/_shims/fileFromPath.mjs +12 -0
- package/_shims/fileFromPath.mjs.map +1 -0
- package/_shims/fileFromPath.node.d.ts +17 -0
- package/_shims/fileFromPath.node.d.ts.map +1 -0
- package/_shims/fileFromPath.node.js +17 -0
- package/_shims/fileFromPath.node.js.map +1 -0
- package/_shims/fileFromPath.node.mjs +13 -0
- package/_shims/fileFromPath.node.mjs.map +1 -0
- package/_shims/formdata.d.ts +43 -0
- package/_shims/formdata.js +9 -0
- package/_shims/formdata.mjs +11 -0
- package/_shims/formdata.node.d.ts +44 -0
- package/_shims/formdata.node.js +11 -0
- package/_shims/formdata.node.mjs +9 -0
- package/_shims/getMultipartRequestOptions.d.ts +10 -0
- package/_shims/getMultipartRequestOptions.d.ts.map +1 -0
- package/_shims/getMultipartRequestOptions.js +12 -0
- package/_shims/getMultipartRequestOptions.js.map +1 -0
- package/_shims/getMultipartRequestOptions.mjs +8 -0
- package/_shims/getMultipartRequestOptions.mjs.map +1 -0
- package/_shims/getMultipartRequestOptions.node.d.ts +10 -0
- package/_shims/getMultipartRequestOptions.node.d.ts.map +1 -0
- package/_shims/getMultipartRequestOptions.node.js +22 -0
- package/_shims/getMultipartRequestOptions.node.js.map +1 -0
- package/_shims/getMultipartRequestOptions.node.mjs +18 -0
- package/_shims/getMultipartRequestOptions.node.mjs.map +1 -0
- package/_shims/node-readable.d.ts +23 -0
- package/_shims/node-readable.d.ts.map +1 -0
- package/_shims/node-readable.js +11 -0
- package/_shims/node-readable.js.map +1 -0
- package/_shims/node-readable.mjs +7 -0
- package/_shims/node-readable.mjs.map +1 -0
- package/_shims/node-readable.node.d.ts +8 -0
- package/_shims/node-readable.node.d.ts.map +1 -0
- package/_shims/node-readable.node.js +9 -0
- package/_shims/node-readable.node.js.map +1 -0
- package/_shims/node-readable.node.mjs +5 -0
- package/_shims/node-readable.node.mjs.map +1 -0
- package/core.d.ts +226 -0
- package/core.d.ts.map +1 -0
- package/core.js +683 -0
- package/core.js.map +1 -0
- package/core.mjs +587 -0
- package/core.mjs.map +1 -0
- package/error.d.ts +208 -0
- package/error.d.ts.map +1 -0
- package/error.js +326 -0
- package/error.js.map +1 -0
- package/error.mjs +277 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +344 -0
- package/index.d.ts +344 -0
- package/index.d.ts.map +1 -0
- package/index.js +285 -0
- package/index.js.map +1 -0
- package/index.mjs +216 -0
- package/index.mjs.map +1 -0
- package/package.json +57 -20
- package/pagination.d.ts +34 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +30 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +26 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.ts +12 -0
- package/resource.d.ts.map +1 -0
- package/resource.js.map +1 -0
- package/resource.mjs +13 -0
- package/resource.mjs.map +1 -0
- package/resources/account-numbers.d.ts +151 -0
- package/resources/account-numbers.d.ts.map +1 -0
- package/resources/account-numbers.js +38 -0
- package/resources/account-numbers.js.map +1 -0
- package/resources/account-numbers.mjs +33 -0
- package/resources/account-numbers.mjs.map +1 -0
- package/resources/account-statements.d.ts +108 -0
- package/resources/account-statements.d.ts.map +1 -0
- package/resources/account-statements.js +28 -0
- package/resources/account-statements.js.map +1 -0
- package/resources/account-statements.mjs +21 -0
- package/resources/account-statements.mjs.map +1 -0
- package/resources/account-transfers.d.ts +218 -0
- package/resources/account-transfers.d.ts.map +1 -0
- package/resources/account-transfers.js +46 -0
- package/resources/account-transfers.js.map +1 -0
- package/resources/account-transfers.mjs +39 -0
- package/resources/account-transfers.mjs.map +1 -0
- package/resources/accounts.d.ts +178 -0
- package/resources/accounts.d.ts.map +1 -0
- package/resources/accounts.js +44 -0
- package/resources/accounts.js.map +1 -0
- package/resources/accounts.mjs +39 -0
- package/resources/accounts.mjs.map +1 -0
- package/resources/ach-prenotifications.d.ts +216 -0
- package/resources/ach-prenotifications.d.ts.map +1 -0
- package/resources/ach-prenotifications.js +34 -0
- package/resources/ach-prenotifications.js.map +1 -0
- package/resources/ach-prenotifications.mjs +27 -0
- package/resources/ach-prenotifications.mjs.map +1 -0
- package/resources/ach-transfers.d.ts +640 -0
- package/resources/ach-transfers.d.ts.map +1 -0
- package/resources/ach-transfers.js +44 -0
- package/resources/ach-transfers.js.map +1 -0
- package/resources/ach-transfers.mjs +39 -0
- package/resources/ach-transfers.mjs.map +1 -0
- package/resources/balance-lookups.d.ts +52 -0
- package/resources/balance-lookups.d.ts.map +1 -0
- package/resources/balance-lookups.js +16 -0
- package/resources/balance-lookups.js.map +1 -0
- package/resources/balance-lookups.mjs +12 -0
- package/resources/balance-lookups.mjs.map +1 -0
- package/resources/bookkeeping-accounts.d.ts +86 -0
- package/resources/bookkeeping-accounts.d.ts.map +1 -0
- package/resources/bookkeeping-accounts.js +28 -0
- package/resources/bookkeeping-accounts.js.map +1 -0
- package/resources/bookkeeping-accounts.mjs +21 -0
- package/resources/bookkeeping-accounts.mjs.map +1 -0
- package/resources/bookkeeping-entries.d.ts +51 -0
- package/resources/bookkeeping-entries.d.ts.map +1 -0
- package/resources/bookkeeping-entries.js +22 -0
- package/resources/bookkeeping-entries.js.map +1 -0
- package/resources/bookkeeping-entries.mjs +15 -0
- package/resources/bookkeeping-entries.mjs.map +1 -0
- package/resources/bookkeeping-entry-sets.d.ts +88 -0
- package/resources/bookkeeping-entry-sets.d.ts.map +1 -0
- package/resources/bookkeeping-entry-sets.js +18 -0
- package/resources/bookkeeping-entry-sets.js.map +1 -0
- package/resources/bookkeeping-entry-sets.mjs +12 -0
- package/resources/bookkeeping-entry-sets.mjs.map +1 -0
- package/resources/card-disputes.d.ts +167 -0
- package/resources/card-disputes.d.ts.map +1 -0
- package/resources/card-disputes.js +32 -0
- package/resources/card-disputes.js.map +1 -0
- package/resources/card-disputes.mjs +27 -0
- package/resources/card-disputes.mjs.map +1 -0
- package/resources/card-profiles.d.ts +214 -0
- package/resources/card-profiles.d.ts.map +1 -0
- package/resources/card-profiles.js +32 -0
- package/resources/card-profiles.js.map +1 -0
- package/resources/card-profiles.mjs +27 -0
- package/resources/card-profiles.mjs.map +1 -0
- package/resources/cards.d.ts +364 -0
- package/resources/cards.d.ts.map +1 -0
- package/resources/cards.js +44 -0
- package/resources/cards.js.map +1 -0
- package/resources/cards.mjs +39 -0
- package/resources/cards.mjs.map +1 -0
- package/resources/check-deposits.d.ts +324 -0
- package/resources/check-deposits.d.ts.map +1 -0
- package/resources/check-deposits.js +32 -0
- package/resources/check-deposits.js.map +1 -0
- package/resources/check-deposits.mjs +27 -0
- package/resources/check-deposits.mjs.map +1 -0
- package/resources/check-transfers.d.ts +454 -0
- package/resources/check-transfers.d.ts.map +1 -0
- package/resources/check-transfers.js +50 -0
- package/resources/check-transfers.js.map +1 -0
- package/resources/check-transfers.mjs +45 -0
- package/resources/check-transfers.mjs.map +1 -0
- package/resources/declined-transactions.d.ts +633 -0
- package/resources/declined-transactions.d.ts.map +1 -0
- package/resources/declined-transactions.js +28 -0
- package/resources/declined-transactions.js.map +1 -0
- package/resources/declined-transactions.mjs +21 -0
- package/resources/declined-transactions.mjs.map +1 -0
- package/resources/digital-wallet-tokens.d.ts +103 -0
- package/resources/digital-wallet-tokens.d.ts.map +1 -0
- package/resources/digital-wallet-tokens.js +28 -0
- package/resources/digital-wallet-tokens.js.map +1 -0
- package/resources/digital-wallet-tokens.mjs +21 -0
- package/resources/digital-wallet-tokens.mjs.map +1 -0
- package/resources/documents.d.ts +103 -0
- package/resources/documents.d.ts.map +1 -0
- package/resources/documents.js +26 -0
- package/resources/documents.js.map +1 -0
- package/resources/documents.mjs +21 -0
- package/resources/documents.mjs.map +1 -0
- package/resources/entities/entities.d.ts +1734 -0
- package/resources/entities/entities.d.ts.map +1 -0
- package/resources/entities/entities.js +81 -0
- package/resources/entities/entities.js.map +1 -0
- package/resources/entities/entities.mjs +36 -0
- package/resources/entities/entities.mjs.map +1 -0
- package/resources/entities/index.d.ts +9 -0
- package/resources/entities/index.d.ts.map +1 -0
- package/resources/entities/index.js +35 -0
- package/resources/entities/index.js.map +1 -0
- package/resources/entities/index.mjs +4 -0
- package/resources/entities/index.mjs.map +1 -0
- package/resources/entities/supplemental-documents.d.ts +64 -0
- package/resources/entities/supplemental-documents.d.ts.map +1 -0
- package/resources/entities/supplemental-documents.js +30 -0
- package/resources/entities/supplemental-documents.js.map +1 -0
- package/resources/entities/supplemental-documents.mjs +23 -0
- package/resources/entities/supplemental-documents.mjs.map +1 -0
- package/resources/event-subscriptions.d.ts +373 -0
- package/resources/event-subscriptions.d.ts.map +1 -0
- package/resources/event-subscriptions.js +40 -0
- package/resources/event-subscriptions.js.map +1 -0
- package/resources/event-subscriptions.mjs +33 -0
- package/resources/event-subscriptions.mjs.map +1 -0
- package/resources/events.d.ts +271 -0
- package/resources/events.d.ts.map +1 -0
- package/resources/events.js +26 -0
- package/resources/events.js.map +1 -0
- package/resources/events.mjs +21 -0
- package/resources/events.mjs.map +1 -0
- package/resources/exports.d.ts +182 -0
- package/resources/exports.d.ts.map +1 -0
- package/resources/exports.js +32 -0
- package/resources/exports.js.map +1 -0
- package/resources/exports.mjs +27 -0
- package/resources/exports.mjs.map +1 -0
- package/resources/external-accounts.d.ts +153 -0
- package/resources/external-accounts.d.ts.map +1 -0
- package/resources/external-accounts.js +40 -0
- package/resources/external-accounts.js.map +1 -0
- package/resources/external-accounts.mjs +33 -0
- package/resources/external-accounts.mjs.map +1 -0
- package/resources/files.d.ts +217 -0
- package/resources/files.d.ts.map +1 -0
- package/resources/files.js +35 -0
- package/resources/files.js.map +1 -0
- package/resources/files.mjs +30 -0
- package/resources/files.mjs.map +1 -0
- package/resources/groups.d.ts +48 -0
- package/resources/groups.d.ts.map +1 -0
- package/resources/groups.js +16 -0
- package/resources/groups.js.map +1 -0
- package/resources/groups.mjs +12 -0
- package/resources/groups.mjs.map +1 -0
- package/resources/inbound-ach-transfer-returns.d.ts +159 -0
- package/resources/inbound-ach-transfer-returns.d.ts.map +1 -0
- package/resources/inbound-ach-transfer-returns.js +37 -0
- package/resources/inbound-ach-transfer-returns.js.map +1 -0
- package/resources/inbound-ach-transfer-returns.mjs +30 -0
- package/resources/inbound-ach-transfer-returns.mjs.map +1 -0
- package/resources/inbound-wire-drawdown-requests.d.ts +133 -0
- package/resources/inbound-wire-drawdown-requests.d.ts.map +1 -0
- package/resources/inbound-wire-drawdown-requests.js +32 -0
- package/resources/inbound-wire-drawdown-requests.js.map +1 -0
- package/resources/inbound-wire-drawdown-requests.mjs +26 -0
- package/resources/inbound-wire-drawdown-requests.mjs.map +1 -0
- package/resources/index.d.ts +200 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +569 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +44 -0
- package/resources/index.mjs.map +1 -0
- package/resources/limits.d.ts +152 -0
- package/resources/limits.d.ts.map +1 -0
- package/resources/limits.js +38 -0
- package/resources/limits.js.map +1 -0
- package/resources/limits.mjs +33 -0
- package/resources/limits.mjs.map +1 -0
- package/resources/oauth-connections.d.ts +62 -0
- package/resources/oauth-connections.d.ts.map +1 -0
- package/resources/oauth-connections.js +28 -0
- package/resources/oauth-connections.js.map +1 -0
- package/resources/oauth-connections.mjs +21 -0
- package/resources/oauth-connections.mjs.map +1 -0
- package/resources/pending-transactions.d.ts +594 -0
- package/resources/pending-transactions.d.ts.map +1 -0
- package/resources/pending-transactions.js +28 -0
- package/resources/pending-transactions.js.map +1 -0
- package/resources/pending-transactions.mjs +21 -0
- package/resources/pending-transactions.mjs.map +1 -0
- package/resources/programs.d.ts +56 -0
- package/resources/programs.d.ts.map +1 -0
- package/resources/programs.js +26 -0
- package/resources/programs.js.map +1 -0
- package/resources/programs.mjs +21 -0
- package/resources/programs.mjs.map +1 -0
- package/resources/real-time-decisions.d.ts +400 -0
- package/resources/real-time-decisions.d.ts.map +1 -0
- package/resources/real-time-decisions.js +24 -0
- package/resources/real-time-decisions.js.map +1 -0
- package/resources/real-time-decisions.mjs +18 -0
- package/resources/real-time-decisions.mjs.map +1 -0
- package/resources/real-time-payments-transfers.d.ts +363 -0
- package/resources/real-time-payments-transfers.d.ts.map +1 -0
- package/resources/real-time-payments-transfers.js +37 -0
- package/resources/real-time-payments-transfers.js.map +1 -0
- package/resources/real-time-payments-transfers.mjs +30 -0
- package/resources/real-time-payments-transfers.mjs.map +1 -0
- package/resources/routing-numbers.d.ts +67 -0
- package/resources/routing-numbers.d.ts.map +1 -0
- package/resources/routing-numbers.js +22 -0
- package/resources/routing-numbers.js.map +1 -0
- package/resources/routing-numbers.mjs +17 -0
- package/resources/routing-numbers.mjs.map +1 -0
- package/resources/shared.d.ts +29 -0
- package/resources/shared.d.ts.map +1 -0
- package/resources/shared.js.map +1 -0
- package/resources/shared.mjs +3 -0
- package/resources/shared.mjs.map +1 -0
- package/resources/simulations/account-statements.d.ts +24 -0
- package/resources/simulations/account-statements.d.ts.map +1 -0
- package/resources/simulations/account-statements.js +19 -0
- package/resources/simulations/account-statements.js.map +1 -0
- package/resources/simulations/account-statements.mjs +13 -0
- package/resources/simulations/account-statements.mjs.map +1 -0
- package/resources/simulations/account-transfers.d.ts +16 -0
- package/resources/simulations/account-transfers.d.ts.map +1 -0
- package/resources/simulations/account-transfers.js +18 -0
- package/resources/simulations/account-transfers.js.map +1 -0
- package/resources/simulations/account-transfers.mjs +14 -0
- package/resources/simulations/account-transfers.mjs.map +1 -0
- package/resources/simulations/ach-transfers.d.ts +2439 -0
- package/resources/simulations/ach-transfers.d.ts.map +1 -0
- package/resources/simulations/ach-transfers.js +40 -0
- package/resources/simulations/ach-transfers.js.map +1 -0
- package/resources/simulations/ach-transfers.mjs +36 -0
- package/resources/simulations/ach-transfers.mjs.map +1 -0
- package/resources/simulations/card-disputes.d.ts +35 -0
- package/resources/simulations/card-disputes.d.ts.map +1 -0
- package/resources/simulations/card-disputes.js +19 -0
- package/resources/simulations/card-disputes.js.map +1 -0
- package/resources/simulations/card-disputes.mjs +15 -0
- package/resources/simulations/card-disputes.mjs.map +1 -0
- package/resources/simulations/card-profiles.d.ts +17 -0
- package/resources/simulations/card-profiles.d.ts.map +1 -0
- package/resources/simulations/card-profiles.js +19 -0
- package/resources/simulations/card-profiles.js.map +1 -0
- package/resources/simulations/card-profiles.mjs +15 -0
- package/resources/simulations/card-profiles.mjs.map +1 -0
- package/resources/simulations/card-refunds.d.ts +25 -0
- package/resources/simulations/card-refunds.d.ts.map +1 -0
- package/resources/simulations/card-refunds.js +17 -0
- package/resources/simulations/card-refunds.js.map +1 -0
- package/resources/simulations/card-refunds.mjs +13 -0
- package/resources/simulations/card-refunds.mjs.map +1 -0
- package/resources/simulations/cards.d.ts +1180 -0
- package/resources/simulations/cards.d.ts.map +1 -0
- package/resources/simulations/cards.js +32 -0
- package/resources/simulations/cards.js.map +1 -0
- package/resources/simulations/cards.mjs +28 -0
- package/resources/simulations/cards.mjs.map +1 -0
- package/resources/simulations/check-deposits.d.ts +31 -0
- package/resources/simulations/check-deposits.d.ts.map +1 -0
- package/resources/simulations/check-deposits.js +31 -0
- package/resources/simulations/check-deposits.js.map +1 -0
- package/resources/simulations/check-deposits.mjs +27 -0
- package/resources/simulations/check-deposits.mjs.map +1 -0
- package/resources/simulations/check-transfers.d.ts +23 -0
- package/resources/simulations/check-transfers.d.ts.map +1 -0
- package/resources/simulations/check-transfers.js +24 -0
- package/resources/simulations/check-transfers.js.map +1 -0
- package/resources/simulations/check-transfers.mjs +20 -0
- package/resources/simulations/check-transfers.mjs.map +1 -0
- package/resources/simulations/digital-wallet-token-requests.d.ts +56 -0
- package/resources/simulations/digital-wallet-token-requests.d.ts.map +1 -0
- package/resources/simulations/digital-wallet-token-requests.js +20 -0
- package/resources/simulations/digital-wallet-token-requests.js.map +1 -0
- package/resources/simulations/digital-wallet-token-requests.mjs +13 -0
- package/resources/simulations/digital-wallet-token-requests.mjs.map +1 -0
- package/resources/simulations/documents.d.ts +23 -0
- package/resources/simulations/documents.d.ts.map +1 -0
- package/resources/simulations/documents.js +16 -0
- package/resources/simulations/documents.js.map +1 -0
- package/resources/simulations/documents.mjs +12 -0
- package/resources/simulations/documents.mjs.map +1 -0
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts +106 -0
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +1 -0
- package/resources/simulations/inbound-wire-drawdown-requests.js +20 -0
- package/resources/simulations/inbound-wire-drawdown-requests.js.map +1 -0
- package/resources/simulations/inbound-wire-drawdown-requests.mjs +15 -0
- package/resources/simulations/inbound-wire-drawdown-requests.mjs.map +1 -0
- package/resources/simulations/index.d.ts +39 -0
- package/resources/simulations/index.d.ts.map +1 -0
- package/resources/simulations/index.js +141 -0
- package/resources/simulations/index.js.map +1 -0
- package/resources/simulations/index.mjs +19 -0
- package/resources/simulations/index.mjs.map +1 -0
- package/resources/simulations/interest-payments.d.ts +1591 -0
- package/resources/simulations/interest-payments.d.ts.map +1 -0
- package/resources/simulations/interest-payments.js +19 -0
- package/resources/simulations/interest-payments.js.map +1 -0
- package/resources/simulations/interest-payments.mjs +13 -0
- package/resources/simulations/interest-payments.mjs.map +1 -0
- package/resources/simulations/programs.d.ts +25 -0
- package/resources/simulations/programs.d.ts.map +1 -0
- package/resources/simulations/programs.js +18 -0
- package/resources/simulations/programs.js.map +1 -0
- package/resources/simulations/programs.mjs +14 -0
- package/resources/simulations/programs.mjs.map +1 -0
- package/resources/simulations/real-time-payments-transfers.d.ts +2289 -0
- package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -0
- package/resources/simulations/real-time-payments-transfers.js +30 -0
- package/resources/simulations/real-time-payments-transfers.js.map +1 -0
- package/resources/simulations/real-time-payments-transfers.mjs +24 -0
- package/resources/simulations/real-time-payments-transfers.mjs.map +1 -0
- package/resources/simulations/simulations.d.ts +76 -0
- package/resources/simulations/simulations.d.ts.map +1 -0
- package/resources/simulations/simulations.js +109 -0
- package/resources/simulations/simulations.js.map +1 -0
- package/resources/simulations/simulations.mjs +59 -0
- package/resources/simulations/simulations.mjs.map +1 -0
- package/resources/simulations/wire-transfers.d.ts +1657 -0
- package/resources/simulations/wire-transfers.d.ts.map +1 -0
- package/resources/simulations/wire-transfers.js +16 -0
- package/resources/simulations/wire-transfers.js.map +1 -0
- package/resources/simulations/wire-transfers.mjs +12 -0
- package/resources/simulations/wire-transfers.mjs.map +1 -0
- package/resources/transactions.d.ts +1646 -0
- package/resources/transactions.d.ts.map +1 -0
- package/resources/transactions.js +26 -0
- package/resources/transactions.js.map +1 -0
- package/resources/transactions.mjs +21 -0
- package/resources/transactions.mjs.map +1 -0
- package/resources/wire-drawdown-requests.d.ts +169 -0
- package/resources/wire-drawdown-requests.d.ts.map +1 -0
- package/resources/wire-drawdown-requests.js +34 -0
- package/resources/wire-drawdown-requests.js.map +1 -0
- package/resources/wire-drawdown-requests.mjs +27 -0
- package/resources/wire-drawdown-requests.mjs.map +1 -0
- package/resources/wire-transfers.d.ts +370 -0
- package/resources/wire-transfers.d.ts.map +1 -0
- package/resources/wire-transfers.js +61 -0
- package/resources/wire-transfers.js.map +1 -0
- package/resources/wire-transfers.mjs +56 -0
- package/resources/wire-transfers.mjs.map +1 -0
- package/src/_shims/agent.node.ts +22 -0
- package/src/_shims/agent.ts +12 -0
- package/src/_shims/fetch.d.ts +52 -0
- package/src/_shims/fetch.js +13 -0
- package/src/_shims/fetch.mjs +15 -0
- package/src/_shims/fetch.node.d.ts +53 -0
- package/src/_shims/fetch.node.js +12 -0
- package/src/_shims/fetch.node.mjs +14 -0
- package/src/_shims/fileFromPath.node.ts +29 -0
- package/src/_shims/fileFromPath.ts +29 -0
- package/src/_shims/formdata.d.ts +43 -0
- package/src/_shims/formdata.js +9 -0
- package/src/_shims/formdata.mjs +11 -0
- package/src/_shims/formdata.node.d.ts +44 -0
- package/src/_shims/formdata.node.js +11 -0
- package/src/_shims/formdata.node.mjs +9 -0
- package/src/_shims/getMultipartRequestOptions.node.ts +25 -0
- package/src/_shims/getMultipartRequestOptions.ts +14 -0
- package/src/_shims/node-readable.node.ts +10 -0
- package/src/_shims/node-readable.ts +30 -0
- package/src/core.ts +783 -0
- package/src/error.ts +505 -0
- package/src/index.ts +443 -0
- package/src/pagination.ts +64 -0
- package/src/resources/account-numbers.ts +193 -0
- package/src/resources/account-statements.ts +140 -0
- package/src/resources/account-transfers.ts +273 -0
- package/src/resources/accounts.ts +228 -0
- package/src/resources/ach-prenotifications.ts +269 -0
- package/src/resources/ach-transfers.ts +732 -0
- package/src/resources/balance-lookups.ts +63 -0
- package/src/resources/bookkeeping-accounts.ts +114 -0
- package/src/resources/bookkeeping-entries.ts +71 -0
- package/src/resources/bookkeeping-entry-sets.ts +106 -0
- package/src/resources/card-disputes.ts +210 -0
- package/src/resources/card-profiles.ts +266 -0
- package/src/resources/cards.ts +445 -0
- package/src/resources/check-deposits.ts +385 -0
- package/src/resources/check-transfers.ts +556 -0
- package/src/resources/declined-transactions.ts +764 -0
- package/src/resources/digital-wallet-tokens.ts +132 -0
- package/src/resources/documents.ts +134 -0
- package/src/resources/entities/entities.ts +2025 -0
- package/src/resources/entities/index.ts +10 -0
- package/src/resources/entities/supplemental-documents.ts +81 -0
- package/src/resources/event-subscriptions.ts +408 -0
- package/src/resources/events.ts +302 -0
- package/src/resources/exports.ts +225 -0
- package/src/resources/external-accounts.ts +193 -0
- package/src/resources/files.ts +255 -0
- package/src/resources/groups.ts +58 -0
- package/src/resources/inbound-ach-transfer-returns.ts +194 -0
- package/src/resources/inbound-wire-drawdown-requests.ts +176 -0
- package/src/resources/index.ts +194 -0
- package/src/resources/limits.ts +190 -0
- package/src/resources/oauth-connections.ts +85 -0
- package/src/resources/pending-transactions.ts +688 -0
- package/src/resources/programs.ts +79 -0
- package/src/resources/real-time-decisions.ts +456 -0
- package/src/resources/real-time-payments-transfers.ts +428 -0
- package/src/resources/routing-numbers.ts +80 -0
- package/src/resources/shared.ts +30 -0
- package/src/resources/simulations/account-statements.ts +30 -0
- package/src/resources/simulations/account-transfers.ts +20 -0
- package/src/resources/simulations/ach-transfers.ts +2826 -0
- package/src/resources/simulations/card-disputes.ts +42 -0
- package/src/resources/simulations/card-profiles.ts +21 -0
- package/src/resources/simulations/card-refunds.ts +31 -0
- package/src/resources/simulations/cards.ts +1372 -0
- package/src/resources/simulations/check-deposits.ts +41 -0
- package/src/resources/simulations/check-transfers.ts +30 -0
- package/src/resources/simulations/digital-wallet-token-requests.ts +65 -0
- package/src/resources/simulations/documents.ts +29 -0
- package/src/resources/simulations/inbound-wire-drawdown-requests.ts +131 -0
- package/src/resources/simulations/index.ts +40 -0
- package/src/resources/simulations/interest-payments.ts +1858 -0
- package/src/resources/simulations/programs.ts +31 -0
- package/src/resources/simulations/real-time-payments-transfers.ts +2677 -0
- package/src/resources/simulations/simulations.ts +94 -0
- package/src/resources/simulations/wire-transfers.ts +1937 -0
- package/src/resources/transactions.ts +1930 -0
- package/src/resources/wire-drawdown-requests.ts +215 -0
- package/src/resources/wire-transfers.ts +462 -0
- package/src/streaming.ts +204 -0
- package/src/uploads.ts +248 -0
- package/src/version.ts +1 -0
- package/streaming.d.ts +14 -0
- package/streaming.d.ts.map +1 -0
- package/streaming.js +155 -0
- package/streaming.js.map +1 -0
- package/streaming.mjs +151 -0
- package/streaming.mjs.map +1 -0
- package/uploads.d.ts +90 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +207 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +174 -0
- package/uploads.mjs.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
- package/.eslintrc.js +0 -10
- package/.prettierignore +0 -1
- package/.prettierrc +0 -6
- package/.release-please-manifest.json +0 -3
- package/.stats.yml +0 -1
- package/CHANGELOG.md +0 -130
- package/LICENSE +0 -201
- package/README.md +0 -225
- package/api.md +0 -576
- package/bin/check-release-environment +0 -25
- package/bin/check-test-server +0 -50
- package/bin/publish-npm +0 -6
- package/build +0 -12
- package/check-version.ts +0 -18
- package/core.ts +0 -814
- package/dist/cjs/check-version.d.ts +0 -2
- package/dist/cjs/check-version.d.ts.map +0 -1
- package/dist/cjs/check-version.js +0 -23
- package/dist/cjs/check-version.js.map +0 -1
- package/dist/cjs/core.d.ts +0 -232
- package/dist/cjs/core.d.ts.map +0 -1
- package/dist/cjs/core.js +0 -854
- package/dist/cjs/core.js.map +0 -1
- package/dist/cjs/error.d.ts +0 -208
- package/dist/cjs/error.d.ts.map +0 -1
- package/dist/cjs/error.js +0 -326
- package/dist/cjs/error.js.map +0 -1
- package/dist/cjs/examples/api-error.d.ts +0 -3
- package/dist/cjs/examples/api-error.d.ts.map +0 -1
- package/dist/cjs/examples/api-error.js +0 -92
- package/dist/cjs/examples/api-error.js.map +0 -1
- package/dist/cjs/fetch-polyfill.d.ts +0 -6
- package/dist/cjs/fetch-polyfill.d.ts.map +0 -1
- package/dist/cjs/fetch-polyfill.js +0 -57
- package/dist/cjs/fetch-polyfill.js.map +0 -1
- package/dist/cjs/index.d.ts +0 -261
- package/dist/cjs/index.d.ts.map +0 -1
- package/dist/cjs/index.js +0 -237
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/pagination.d.ts +0 -32
- package/dist/cjs/pagination.d.ts.map +0 -1
- package/dist/cjs/pagination.js +0 -30
- package/dist/cjs/pagination.js.map +0 -1
- package/dist/cjs/resource.d.ts +0 -12
- package/dist/cjs/resource.d.ts.map +0 -1
- package/dist/cjs/resource.js.map +0 -1
- package/dist/cjs/resources/account-numbers.d.ts +0 -129
- package/dist/cjs/resources/account-numbers.d.ts.map +0 -1
- package/dist/cjs/resources/account-numbers.js +0 -37
- package/dist/cjs/resources/account-numbers.js.map +0 -1
- package/dist/cjs/resources/account-statements.d.ts +0 -100
- package/dist/cjs/resources/account-statements.d.ts.map +0 -1
- package/dist/cjs/resources/account-statements.js +0 -25
- package/dist/cjs/resources/account-statements.js.map +0 -1
- package/dist/cjs/resources/account-transfers.d.ts +0 -198
- package/dist/cjs/resources/account-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/account-transfers.js +0 -43
- package/dist/cjs/resources/account-transfers.js.map +0 -1
- package/dist/cjs/resources/accounts.d.ts +0 -155
- package/dist/cjs/resources/accounts.d.ts.map +0 -1
- package/dist/cjs/resources/accounts.js +0 -43
- package/dist/cjs/resources/accounts.js.map +0 -1
- package/dist/cjs/resources/ach-prenotifications.d.ts +0 -192
- package/dist/cjs/resources/ach-prenotifications.d.ts.map +0 -1
- package/dist/cjs/resources/ach-prenotifications.js +0 -35
- package/dist/cjs/resources/ach-prenotifications.js.map +0 -1
- package/dist/cjs/resources/ach-transfers.d.ts +0 -455
- package/dist/cjs/resources/ach-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/ach-transfers.js +0 -43
- package/dist/cjs/resources/ach-transfers.js.map +0 -1
- package/dist/cjs/resources/balance-lookups.d.ts +0 -47
- package/dist/cjs/resources/balance-lookups.d.ts.map +0 -1
- package/dist/cjs/resources/balance-lookups.js +0 -15
- package/dist/cjs/resources/balance-lookups.js.map +0 -1
- package/dist/cjs/resources/bookkeeping-accounts.d.ts +0 -71
- package/dist/cjs/resources/bookkeeping-accounts.d.ts.map +0 -1
- package/dist/cjs/resources/bookkeeping-accounts.js +0 -29
- package/dist/cjs/resources/bookkeeping-accounts.js.map +0 -1
- package/dist/cjs/resources/bookkeeping-entries.d.ts +0 -43
- package/dist/cjs/resources/bookkeeping-entries.d.ts.map +0 -1
- package/dist/cjs/resources/bookkeeping-entries.js +0 -19
- package/dist/cjs/resources/bookkeeping-entries.js.map +0 -1
- package/dist/cjs/resources/bookkeeping-entry-sets.d.ts +0 -83
- package/dist/cjs/resources/bookkeeping-entry-sets.d.ts.map +0 -1
- package/dist/cjs/resources/bookkeeping-entry-sets.js +0 -15
- package/dist/cjs/resources/bookkeeping-entry-sets.js.map +0 -1
- package/dist/cjs/resources/card-disputes.d.ts +0 -153
- package/dist/cjs/resources/card-disputes.d.ts.map +0 -1
- package/dist/cjs/resources/card-disputes.js +0 -31
- package/dist/cjs/resources/card-disputes.js.map +0 -1
- package/dist/cjs/resources/card-profiles.d.ts +0 -199
- package/dist/cjs/resources/card-profiles.d.ts.map +0 -1
- package/dist/cjs/resources/card-profiles.js +0 -31
- package/dist/cjs/resources/card-profiles.js.map +0 -1
- package/dist/cjs/resources/cards.d.ts +0 -345
- package/dist/cjs/resources/cards.d.ts.map +0 -1
- package/dist/cjs/resources/cards.js +0 -43
- package/dist/cjs/resources/cards.js.map +0 -1
- package/dist/cjs/resources/check-deposits.d.ts +0 -256
- package/dist/cjs/resources/check-deposits.d.ts.map +0 -1
- package/dist/cjs/resources/check-deposits.js +0 -31
- package/dist/cjs/resources/check-deposits.js.map +0 -1
- package/dist/cjs/resources/check-transfers.d.ts +0 -430
- package/dist/cjs/resources/check-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/check-transfers.js +0 -49
- package/dist/cjs/resources/check-transfers.js.map +0 -1
- package/dist/cjs/resources/declined-transactions.d.ts +0 -486
- package/dist/cjs/resources/declined-transactions.d.ts.map +0 -1
- package/dist/cjs/resources/declined-transactions.js +0 -29
- package/dist/cjs/resources/declined-transactions.js.map +0 -1
- package/dist/cjs/resources/digital-wallet-tokens.d.ts +0 -86
- package/dist/cjs/resources/digital-wallet-tokens.d.ts.map +0 -1
- package/dist/cjs/resources/digital-wallet-tokens.js +0 -29
- package/dist/cjs/resources/digital-wallet-tokens.js.map +0 -1
- package/dist/cjs/resources/documents.d.ts +0 -188
- package/dist/cjs/resources/documents.d.ts.map +0 -1
- package/dist/cjs/resources/documents.js +0 -25
- package/dist/cjs/resources/documents.js.map +0 -1
- package/dist/cjs/resources/entities/entities.d.ts +0 -1610
- package/dist/cjs/resources/entities/entities.d.ts.map +0 -1
- package/dist/cjs/resources/entities/entities.js +0 -36
- package/dist/cjs/resources/entities/entities.js.map +0 -1
- package/dist/cjs/resources/entities/index.d.ts +0 -8
- package/dist/cjs/resources/entities/index.d.ts.map +0 -1
- package/dist/cjs/resources/entities/index.js +0 -19
- package/dist/cjs/resources/entities/index.js.map +0 -1
- package/dist/cjs/resources/entities/supplemental-documents.d.ts +0 -55
- package/dist/cjs/resources/entities/supplemental-documents.d.ts.map +0 -1
- package/dist/cjs/resources/entities/supplemental-documents.js +0 -28
- package/dist/cjs/resources/entities/supplemental-documents.js.map +0 -1
- package/dist/cjs/resources/event-subscriptions.d.ts +0 -201
- package/dist/cjs/resources/event-subscriptions.d.ts.map +0 -1
- package/dist/cjs/resources/event-subscriptions.js +0 -37
- package/dist/cjs/resources/event-subscriptions.js.map +0 -1
- package/dist/cjs/resources/events.d.ts +0 -189
- package/dist/cjs/resources/events.d.ts.map +0 -1
- package/dist/cjs/resources/events.js +0 -25
- package/dist/cjs/resources/events.js.map +0 -1
- package/dist/cjs/resources/exports.d.ts +0 -162
- package/dist/cjs/resources/exports.d.ts.map +0 -1
- package/dist/cjs/resources/exports.js +0 -31
- package/dist/cjs/resources/exports.js.map +0 -1
- package/dist/cjs/resources/external-accounts.d.ts +0 -123
- package/dist/cjs/resources/external-accounts.d.ts.map +0 -1
- package/dist/cjs/resources/external-accounts.js +0 -37
- package/dist/cjs/resources/external-accounts.js.map +0 -1
- package/dist/cjs/resources/files.d.ts +0 -154
- package/dist/cjs/resources/files.d.ts.map +0 -1
- package/dist/cjs/resources/files.js +0 -34
- package/dist/cjs/resources/files.js.map +0 -1
- package/dist/cjs/resources/groups.d.ts +0 -38
- package/dist/cjs/resources/groups.d.ts.map +0 -1
- package/dist/cjs/resources/groups.js +0 -15
- package/dist/cjs/resources/groups.js.map +0 -1
- package/dist/cjs/resources/inbound-ach-transfer-returns.d.ts +0 -110
- package/dist/cjs/resources/inbound-ach-transfer-returns.d.ts.map +0 -1
- package/dist/cjs/resources/inbound-ach-transfer-returns.js +0 -35
- package/dist/cjs/resources/inbound-ach-transfer-returns.js.map +0 -1
- package/dist/cjs/resources/inbound-wire-drawdown-requests.d.ts +0 -125
- package/dist/cjs/resources/inbound-wire-drawdown-requests.d.ts.map +0 -1
- package/dist/cjs/resources/inbound-wire-drawdown-requests.js +0 -29
- package/dist/cjs/resources/inbound-wire-drawdown-requests.js.map +0 -1
- package/dist/cjs/resources/index.d.ts +0 -192
- package/dist/cjs/resources/index.d.ts.map +0 -1
- package/dist/cjs/resources/index.js +0 -569
- package/dist/cjs/resources/index.js.map +0 -1
- package/dist/cjs/resources/limits.d.ts +0 -106
- package/dist/cjs/resources/limits.d.ts.map +0 -1
- package/dist/cjs/resources/limits.js +0 -37
- package/dist/cjs/resources/limits.js.map +0 -1
- package/dist/cjs/resources/oauth-connections.d.ts +0 -51
- package/dist/cjs/resources/oauth-connections.d.ts.map +0 -1
- package/dist/cjs/resources/oauth-connections.js +0 -25
- package/dist/cjs/resources/oauth-connections.js.map +0 -1
- package/dist/cjs/resources/pending-transactions.d.ts +0 -476
- package/dist/cjs/resources/pending-transactions.d.ts.map +0 -1
- package/dist/cjs/resources/pending-transactions.js +0 -29
- package/dist/cjs/resources/pending-transactions.js.map +0 -1
- package/dist/cjs/resources/programs.d.ts +0 -48
- package/dist/cjs/resources/programs.d.ts.map +0 -1
- package/dist/cjs/resources/programs.js +0 -25
- package/dist/cjs/resources/programs.js.map +0 -1
- package/dist/cjs/resources/real-time-decisions.d.ts +0 -325
- package/dist/cjs/resources/real-time-decisions.d.ts.map +0 -1
- package/dist/cjs/resources/real-time-decisions.js +0 -21
- package/dist/cjs/resources/real-time-decisions.js.map +0 -1
- package/dist/cjs/resources/real-time-payments-transfers.d.ts +0 -287
- package/dist/cjs/resources/real-time-payments-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/real-time-payments-transfers.js +0 -35
- package/dist/cjs/resources/real-time-payments-transfers.js.map +0 -1
- package/dist/cjs/resources/routing-numbers.d.ts +0 -50
- package/dist/cjs/resources/routing-numbers.d.ts.map +0 -1
- package/dist/cjs/resources/routing-numbers.js +0 -21
- package/dist/cjs/resources/routing-numbers.js.map +0 -1
- package/dist/cjs/resources/shared.d.ts +0 -16
- package/dist/cjs/resources/shared.d.ts.map +0 -1
- package/dist/cjs/resources/shared.js.map +0 -1
- package/dist/cjs/resources/simulations/account-statements.d.ts +0 -20
- package/dist/cjs/resources/simulations/account-statements.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/account-statements.js +0 -16
- package/dist/cjs/resources/simulations/account-statements.js.map +0 -1
- package/dist/cjs/resources/simulations/account-transfers.d.ts +0 -16
- package/dist/cjs/resources/simulations/account-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/account-transfers.js +0 -18
- package/dist/cjs/resources/simulations/account-transfers.js.map +0 -1
- package/dist/cjs/resources/simulations/ach-transfers.d.ts +0 -1801
- package/dist/cjs/resources/simulations/ach-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/ach-transfers.js +0 -39
- package/dist/cjs/resources/simulations/ach-transfers.js.map +0 -1
- package/dist/cjs/resources/simulations/card-disputes.d.ts +0 -27
- package/dist/cjs/resources/simulations/card-disputes.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/card-disputes.js +0 -18
- package/dist/cjs/resources/simulations/card-disputes.js.map +0 -1
- package/dist/cjs/resources/simulations/card-refunds.d.ts +0 -21
- package/dist/cjs/resources/simulations/card-refunds.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/card-refunds.js +0 -16
- package/dist/cjs/resources/simulations/card-refunds.js.map +0 -1
- package/dist/cjs/resources/simulations/cards.d.ts +0 -925
- package/dist/cjs/resources/simulations/cards.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/cards.js +0 -31
- package/dist/cjs/resources/simulations/cards.js.map +0 -1
- package/dist/cjs/resources/simulations/check-deposits.d.ts +0 -31
- package/dist/cjs/resources/simulations/check-deposits.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/check-deposits.js +0 -31
- package/dist/cjs/resources/simulations/check-deposits.js.map +0 -1
- package/dist/cjs/resources/simulations/check-transfers.d.ts +0 -38
- package/dist/cjs/resources/simulations/check-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/check-transfers.js +0 -34
- package/dist/cjs/resources/simulations/check-transfers.js.map +0 -1
- package/dist/cjs/resources/simulations/digital-wallet-token-requests.d.ts +0 -44
- package/dist/cjs/resources/simulations/digital-wallet-token-requests.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/digital-wallet-token-requests.js +0 -16
- package/dist/cjs/resources/simulations/digital-wallet-token-requests.js.map +0 -1
- package/dist/cjs/resources/simulations/documents.d.ts +0 -19
- package/dist/cjs/resources/simulations/documents.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/documents.js +0 -15
- package/dist/cjs/resources/simulations/documents.js.map +0 -1
- package/dist/cjs/resources/simulations/inbound-wire-drawdown-requests.d.ts +0 -102
- package/dist/cjs/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/inbound-wire-drawdown-requests.js +0 -16
- package/dist/cjs/resources/simulations/inbound-wire-drawdown-requests.js.map +0 -1
- package/dist/cjs/resources/simulations/index.d.ts +0 -25
- package/dist/cjs/resources/simulations/index.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/index.js +0 -4
- package/dist/cjs/resources/simulations/index.js.map +0 -1
- package/dist/cjs/resources/simulations/interest-payments.d.ts +0 -1237
- package/dist/cjs/resources/simulations/interest-payments.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/interest-payments.js +0 -16
- package/dist/cjs/resources/simulations/interest-payments.js.map +0 -1
- package/dist/cjs/resources/simulations/programs.d.ts +0 -21
- package/dist/cjs/resources/simulations/programs.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/programs.js +0 -17
- package/dist/cjs/resources/simulations/programs.js.map +0 -1
- package/dist/cjs/resources/simulations/real-time-payments-transfers.d.ts +0 -1746
- package/dist/cjs/resources/simulations/real-time-payments-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/real-time-payments-transfers.js +0 -27
- package/dist/cjs/resources/simulations/real-time-payments-transfers.js.map +0 -1
- package/dist/cjs/resources/simulations/simulations.d.ts +0 -34
- package/dist/cjs/resources/simulations/simulations.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/simulations.js +0 -48
- package/dist/cjs/resources/simulations/simulations.js.map +0 -1
- package/dist/cjs/resources/simulations/wire-transfers.d.ts +0 -1303
- package/dist/cjs/resources/simulations/wire-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/simulations/wire-transfers.js +0 -15
- package/dist/cjs/resources/simulations/wire-transfers.js.map +0 -1
- package/dist/cjs/resources/transactions.d.ts +0 -1289
- package/dist/cjs/resources/transactions.d.ts.map +0 -1
- package/dist/cjs/resources/transactions.js +0 -25
- package/dist/cjs/resources/transactions.js.map +0 -1
- package/dist/cjs/resources/wire-drawdown-requests.d.ts +0 -153
- package/dist/cjs/resources/wire-drawdown-requests.d.ts.map +0 -1
- package/dist/cjs/resources/wire-drawdown-requests.js +0 -35
- package/dist/cjs/resources/wire-drawdown-requests.js.map +0 -1
- package/dist/cjs/resources/wire-transfers.d.ts +0 -345
- package/dist/cjs/resources/wire-transfers.d.ts.map +0 -1
- package/dist/cjs/resources/wire-transfers.js +0 -60
- package/dist/cjs/resources/wire-transfers.js.map +0 -1
- package/dist/cjs/streaming.d.ts +0 -13
- package/dist/cjs/streaming.d.ts.map +0 -1
- package/dist/cjs/streaming.js +0 -282
- package/dist/cjs/streaming.js.map +0 -1
- package/dist/cjs/tests/api-resources/account-numbers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/account-numbers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/account-numbers.test.js +0 -101
- package/dist/cjs/tests/api-resources/account-numbers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/account-statements.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/account-statements.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/account-statements.test.js +0 -88
- package/dist/cjs/tests/api-resources/account-statements.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/account-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/account-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/account-transfers.test.js +0 -133
- package/dist/cjs/tests/api-resources/account-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/accounts.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/accounts.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/accounts.test.js +0 -118
- package/dist/cjs/tests/api-resources/accounts.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/ach-prenotifications.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/ach-prenotifications.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/ach-prenotifications.test.js +0 -113
- package/dist/cjs/tests/api-resources/ach-prenotifications.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/ach-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/ach-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/ach-transfers.test.js +0 -145
- package/dist/cjs/tests/api-resources/ach-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/balance-lookups.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/balance-lookups.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/balance-lookups.test.js +0 -55
- package/dist/cjs/tests/api-resources/balance-lookups.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/bookkeeping-accounts.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/bookkeeping-accounts.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/bookkeeping-accounts.test.js +0 -78
- package/dist/cjs/tests/api-resources/bookkeeping-accounts.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/bookkeeping-entries.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/bookkeeping-entries.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/bookkeeping-entries.test.js +0 -65
- package/dist/cjs/tests/api-resources/bookkeeping-entries.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/bookkeeping-entry-sets.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/bookkeeping-entry-sets.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/bookkeeping-entry-sets.test.js +0 -66
- package/dist/cjs/tests/api-resources/bookkeeping-entry-sets.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/card-disputes.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/card-disputes.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/card-disputes.test.js +0 -102
- package/dist/cjs/tests/api-resources/card-disputes.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/card-profiles.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/card-profiles.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/card-profiles.test.js +0 -106
- package/dist/cjs/tests/api-resources/card-profiles.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/cards.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/cards.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/cards.test.js +0 -116
- package/dist/cjs/tests/api-resources/cards.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/check-deposits.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/check-deposits.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/check-deposits.test.js +0 -110
- package/dist/cjs/tests/api-resources/check-deposits.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/check-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/check-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/check-transfers.test.js +0 -159
- package/dist/cjs/tests/api-resources/check-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/declined-transactions.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/declined-transactions.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/declined-transactions.test.js +0 -91
- package/dist/cjs/tests/api-resources/declined-transactions.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/digital-wallet-tokens.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/digital-wallet-tokens.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/digital-wallet-tokens.test.js +0 -90
- package/dist/cjs/tests/api-resources/digital-wallet-tokens.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/documents.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/documents.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/documents.test.js +0 -93
- package/dist/cjs/tests/api-resources/documents.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/entities/entities.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/entities/entities.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/entities/entities.test.js +0 -289
- package/dist/cjs/tests/api-resources/entities/entities.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/entities/supplemental-documents.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/entities/supplemental-documents.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/entities/supplemental-documents.test.js +0 -68
- package/dist/cjs/tests/api-resources/entities/supplemental-documents.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/event-subscriptions.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/event-subscriptions.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/event-subscriptions.test.js +0 -99
- package/dist/cjs/tests/api-resources/event-subscriptions.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/events.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/events.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/events.test.js +0 -87
- package/dist/cjs/tests/api-resources/events.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/exports.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/exports.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/exports.test.js +0 -101
- package/dist/cjs/tests/api-resources/exports.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/external-accounts.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/external-accounts.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/external-accounts.test.js +0 -99
- package/dist/cjs/tests/api-resources/external-accounts.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/files.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/files.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/files.test.js +0 -104
- package/dist/cjs/tests/api-resources/files.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/groups.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/groups.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/groups.test.js +0 -55
- package/dist/cjs/tests/api-resources/groups.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/inbound-ach-transfer-returns.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/inbound-ach-transfer-returns.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/inbound-ach-transfer-returns.test.js +0 -94
- package/dist/cjs/tests/api-resources/inbound-ach-transfer-returns.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/inbound-wire-drawdown-requests.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/inbound-wire-drawdown-requests.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/inbound-wire-drawdown-requests.test.js +0 -80
- package/dist/cjs/tests/api-resources/inbound-wire-drawdown-requests.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/limits.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/limits.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/limits.test.js +0 -97
- package/dist/cjs/tests/api-resources/limits.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/oauth-connections.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/oauth-connections.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/oauth-connections.test.js +0 -75
- package/dist/cjs/tests/api-resources/oauth-connections.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/pending-transactions.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/pending-transactions.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/pending-transactions.test.js +0 -93
- package/dist/cjs/tests/api-resources/pending-transactions.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/programs.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/programs.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/programs.test.js +0 -73
- package/dist/cjs/tests/api-resources/programs.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/real-time-decisions.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/real-time-decisions.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/real-time-decisions.test.js +0 -61
- package/dist/cjs/tests/api-resources/real-time-decisions.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/real-time-payments-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/real-time-payments-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/real-time-payments-transfers.test.js +0 -113
- package/dist/cjs/tests/api-resources/real-time-payments-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/routing-numbers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/routing-numbers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/routing-numbers.test.js +0 -56
- package/dist/cjs/tests/api-resources/routing-numbers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/account-statements.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/account-statements.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/account-statements.test.js +0 -52
- package/dist/cjs/tests/api-resources/simulations/account-statements.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/account-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/account-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/account-transfers.test.js +0 -61
- package/dist/cjs/tests/api-resources/simulations/account-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/ach-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/ach-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/ach-transfers.test.js +0 -86
- package/dist/cjs/tests/api-resources/simulations/ach-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/card-disputes.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/card-disputes.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/card-disputes.test.js +0 -57
- package/dist/cjs/tests/api-resources/simulations/card-disputes.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/card-refunds.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/card-refunds.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/card-refunds.test.js +0 -52
- package/dist/cjs/tests/api-resources/simulations/card-refunds.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/cards.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/cards.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/cards.test.js +0 -72
- package/dist/cjs/tests/api-resources/simulations/cards.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/check-deposits.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/check-deposits.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/check-deposits.test.js +0 -87
- package/dist/cjs/tests/api-resources/simulations/check-deposits.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/check-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/check-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/check-transfers.test.js +0 -92
- package/dist/cjs/tests/api-resources/simulations/check-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/digital-wallet-token-requests.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/digital-wallet-token-requests.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/digital-wallet-token-requests.test.js +0 -52
- package/dist/cjs/tests/api-resources/simulations/digital-wallet-token-requests.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/documents.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/documents.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/documents.test.js +0 -52
- package/dist/cjs/tests/api-resources/simulations/documents.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/inbound-wire-drawdown-requests.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/inbound-wire-drawdown-requests.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/inbound-wire-drawdown-requests.test.js +0 -82
- package/dist/cjs/tests/api-resources/simulations/inbound-wire-drawdown-requests.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/interest-payments.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/interest-payments.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/interest-payments.test.js +0 -58
- package/dist/cjs/tests/api-resources/simulations/interest-payments.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/programs.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/programs.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/programs.test.js +0 -52
- package/dist/cjs/tests/api-resources/simulations/programs.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/real-time-payments-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/real-time-payments-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/real-time-payments-transfers.test.js +0 -70
- package/dist/cjs/tests/api-resources/simulations/real-time-payments-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/wire-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/simulations/wire-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/simulations/wire-transfers.test.js +0 -71
- package/dist/cjs/tests/api-resources/simulations/wire-transfers.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/transactions.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/transactions.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/transactions.test.js +0 -92
- package/dist/cjs/tests/api-resources/transactions.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/wire-drawdown-requests.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/wire-drawdown-requests.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/wire-drawdown-requests.test.js +0 -107
- package/dist/cjs/tests/api-resources/wire-drawdown-requests.test.js.map +0 -1
- package/dist/cjs/tests/api-resources/wire-transfers.test.d.ts +0 -2
- package/dist/cjs/tests/api-resources/wire-transfers.test.d.ts.map +0 -1
- package/dist/cjs/tests/api-resources/wire-transfers.test.js +0 -170
- package/dist/cjs/tests/api-resources/wire-transfers.test.js.map +0 -1
- package/dist/cjs/tests/form.test.d.ts +0 -2
- package/dist/cjs/tests/form.test.d.ts.map +0 -1
- package/dist/cjs/tests/form.test.js +0 -61
- package/dist/cjs/tests/form.test.js.map +0 -1
- package/dist/cjs/tests/index.test.d.ts +0 -2
- package/dist/cjs/tests/index.test.d.ts.map +0 -1
- package/dist/cjs/tests/index.test.js +0 -113
- package/dist/cjs/tests/index.test.js.map +0 -1
- package/dist/cjs/tests/responses.test.d.ts +0 -2
- package/dist/cjs/tests/responses.test.d.ts.map +0 -1
- package/dist/cjs/tests/responses.test.js +0 -60
- package/dist/cjs/tests/responses.test.js.map +0 -1
- package/dist/cjs/version.d.ts +0 -2
- package/dist/cjs/version.d.ts.map +0 -1
- package/dist/cjs/version.js +0 -5
- package/dist/cjs/version.js.map +0 -1
- package/error.ts +0 -505
- package/examples/api-error.ts +0 -21
- package/fetch-polyfill.ts +0 -69
- package/index.ts +0 -349
- package/jest.config.js +0 -8
- package/pagination.ts +0 -61
- package/release-please-config.json +0 -61
- package/resources/account-numbers.ts +0 -170
- package/resources/account-statements.ts +0 -131
- package/resources/account-transfers.ts +0 -252
- package/resources/accounts.ts +0 -204
- package/resources/ach-prenotifications.ts +0 -244
- package/resources/ach-transfers.ts +0 -546
- package/resources/balance-lookups.ts +0 -57
- package/resources/bookkeeping-accounts.ts +0 -98
- package/resources/bookkeeping-entries.ts +0 -62
- package/resources/bookkeeping-entry-sets.ts +0 -100
- package/resources/card-disputes.ts +0 -195
- package/resources/card-profiles.ts +0 -250
- package/resources/cards.ts +0 -425
- package/resources/check-deposits.ts +0 -316
- package/resources/check-transfers.ts +0 -532
- package/resources/declined-transactions.ts +0 -616
- package/resources/digital-wallet-tokens.ts +0 -114
- package/resources/documents.ts +0 -218
- package/resources/entities/entities.ts +0 -1899
- package/resources/entities/index.ts +0 -9
- package/resources/entities/supplemental-documents.ts +0 -71
- package/resources/event-subscriptions.ts +0 -235
- package/resources/events.ts +0 -219
- package/resources/exports.ts +0 -204
- package/resources/external-accounts.ts +0 -162
- package/resources/files.ts +0 -192
- package/resources/groups.ts +0 -47
- package/resources/inbound-ach-transfer-returns.ts +0 -144
- package/resources/inbound-wire-drawdown-requests.ts +0 -167
- package/resources/index.ts +0 -193
- package/resources/limits.ts +0 -143
- package/resources/oauth-connections.ts +0 -73
- package/resources/pending-transactions.ts +0 -569
- package/resources/programs.ts +0 -70
- package/resources/real-time-decisions.ts +0 -380
- package/resources/real-time-payments-transfers.ts +0 -351
- package/resources/routing-numbers.ts +0 -62
- package/resources/shared.ts +0 -17
- package/resources/simulations/account-statements.ts +0 -25
- package/resources/simulations/account-transfers.ts +0 -20
- package/resources/simulations/ach-transfers.ts +0 -2185
- package/resources/simulations/card-disputes.ts +0 -33
- package/resources/simulations/card-refunds.ts +0 -26
- package/resources/simulations/cards.ts +0 -1116
- package/resources/simulations/check-deposits.ts +0 -41
- package/resources/simulations/check-transfers.ts +0 -49
- package/resources/simulations/digital-wallet-token-requests.ts +0 -52
- package/resources/simulations/documents.ts +0 -24
- package/resources/simulations/inbound-wire-drawdown-requests.ts +0 -126
- package/resources/simulations/index.ts +0 -26
- package/resources/simulations/interest-payments.ts +0 -1501
- package/resources/simulations/programs.ts +0 -26
- package/resources/simulations/real-time-payments-transfers.ts +0 -2131
- package/resources/simulations/simulations.ts +0 -36
- package/resources/simulations/wire-transfers.ts +0 -1580
- package/resources/transactions.ts +0 -1570
- package/resources/wire-drawdown-requests.ts +0 -198
- package/resources/wire-transfers.ts +0 -436
- package/streaming.ts +0 -199
- package/tests/api-resources/account-numbers.test.ts +0 -64
- package/tests/api-resources/account-statements.test.ts +0 -51
- package/tests/api-resources/account-transfers.test.ts +0 -96
- package/tests/api-resources/accounts.test.ts +0 -81
- package/tests/api-resources/ach-prenotifications.test.ts +0 -74
- package/tests/api-resources/ach-transfers.test.ts +0 -106
- package/tests/api-resources/balance-lookups.test.ts +0 -18
- package/tests/api-resources/bookkeeping-accounts.test.ts +0 -38
- package/tests/api-resources/bookkeeping-entries.test.ts +0 -25
- package/tests/api-resources/bookkeeping-entry-sets.test.ts +0 -29
- package/tests/api-resources/card-disputes.test.ts +0 -65
- package/tests/api-resources/card-profiles.test.ts +0 -69
- package/tests/api-resources/cards.test.ts +0 -79
- package/tests/api-resources/check-deposits.test.ts +0 -71
- package/tests/api-resources/check-transfers.test.ts +0 -122
- package/tests/api-resources/declined-transactions.test.ts +0 -54
- package/tests/api-resources/digital-wallet-tokens.test.ts +0 -51
- package/tests/api-resources/documents.test.ts +0 -52
- package/tests/api-resources/entities/entities.test.ts +0 -249
- package/tests/api-resources/entities/supplemental-documents.test.ts +0 -31
- package/tests/api-resources/event-subscriptions.test.ts +0 -59
- package/tests/api-resources/events.test.ts +0 -50
- package/tests/api-resources/exports.test.ts +0 -64
- package/tests/api-resources/external-accounts.test.ts +0 -62
- package/tests/api-resources/files.test.ts +0 -67
- package/tests/api-resources/groups.test.ts +0 -18
- package/tests/api-resources/inbound-ach-transfer-returns.test.ts +0 -57
- package/tests/api-resources/inbound-wire-drawdown-requests.test.ts +0 -43
- package/tests/api-resources/limits.test.ts +0 -60
- package/tests/api-resources/oauth-connections.test.ts +0 -38
- package/tests/api-resources/pending-transactions.test.ts +0 -54
- package/tests/api-resources/programs.test.ts +0 -36
- package/tests/api-resources/real-time-decisions.test.ts +0 -24
- package/tests/api-resources/real-time-payments-transfers.test.ts +0 -76
- package/tests/api-resources/routing-numbers.test.ts +0 -19
- package/tests/api-resources/simulations/account-statements.test.ts +0 -15
- package/tests/api-resources/simulations/account-transfers.test.ts +0 -24
- package/tests/api-resources/simulations/ach-transfers.test.ts +0 -46
- package/tests/api-resources/simulations/card-disputes.test.ts +0 -20
- package/tests/api-resources/simulations/card-refunds.test.ts +0 -15
- package/tests/api-resources/simulations/cards.test.ts +0 -35
- package/tests/api-resources/simulations/check-deposits.test.ts +0 -50
- package/tests/api-resources/simulations/check-transfers.test.ts +0 -47
- package/tests/api-resources/simulations/digital-wallet-token-requests.test.ts +0 -15
- package/tests/api-resources/simulations/documents.test.ts +0 -15
- package/tests/api-resources/simulations/inbound-wire-drawdown-requests.test.ts +0 -45
- package/tests/api-resources/simulations/interest-payments.test.ts +0 -15
- package/tests/api-resources/simulations/programs.test.ts +0 -15
- package/tests/api-resources/simulations/real-time-payments-transfers.test.ts +0 -33
- package/tests/api-resources/simulations/wire-transfers.test.ts +0 -34
- package/tests/api-resources/transactions.test.ts +0 -53
- package/tests/api-resources/wire-drawdown-requests.test.ts +0 -70
- package/tests/api-resources/wire-transfers.test.ts +0 -133
- package/tests/form.test.ts +0 -27
- package/tests/index.test.ts +0 -83
- package/tests/responses.test.ts +0 -25
- package/tsconfig.cjs.json +0 -8
- package/tsconfig.json +0 -39
- package/typings/digest-fetch/index.d.ts +0 -33
- package/version.ts +0 -1
- /package/{dist/cjs/resource.js → resource.js} +0 -0
- /package/{dist/cjs/resources → resources}/shared.js +0 -0
- /package/{resource.ts → src/resource.ts} +0 -0
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
import * as Core from 'increase/core';
|
|
2
|
+
import { APIResource } from 'increase/resource';
|
|
3
|
+
import * as API from './index.js';
|
|
4
|
+
import { Page, PageParams } from 'increase/pagination';
|
|
5
|
+
export declare class RealTimePaymentsTransfers extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Create a Real Time Payments Transfer
|
|
8
|
+
*/
|
|
9
|
+
create(
|
|
10
|
+
body: RealTimePaymentsTransferCreateParams,
|
|
11
|
+
options?: Core.RequestOptions,
|
|
12
|
+
): Promise<Core.APIResponse<RealTimePaymentsTransfer>>;
|
|
13
|
+
/**
|
|
14
|
+
* Retrieve a Real Time Payments Transfer
|
|
15
|
+
*/
|
|
16
|
+
retrieve(
|
|
17
|
+
realTimePaymentsTransferId: string,
|
|
18
|
+
options?: Core.RequestOptions,
|
|
19
|
+
): Promise<Core.APIResponse<RealTimePaymentsTransfer>>;
|
|
20
|
+
/**
|
|
21
|
+
* List Real Time Payments Transfers
|
|
22
|
+
*/
|
|
23
|
+
list(
|
|
24
|
+
query?: RealTimePaymentsTransferListParams,
|
|
25
|
+
options?: Core.RequestOptions,
|
|
26
|
+
): Core.PagePromise<RealTimePaymentsTransfersPage>;
|
|
27
|
+
list(options?: Core.RequestOptions): Core.PagePromise<RealTimePaymentsTransfersPage>;
|
|
28
|
+
}
|
|
29
|
+
export declare class RealTimePaymentsTransfersPage extends Page<RealTimePaymentsTransfer> {}
|
|
30
|
+
type _RealTimePaymentsTransfersPage = RealTimePaymentsTransfersPage;
|
|
31
|
+
/**
|
|
32
|
+
* Real Time Payments transfers move funds, within seconds, between your Increase
|
|
33
|
+
* account and any other account on the Real Time Payments network.
|
|
34
|
+
*/
|
|
35
|
+
export interface RealTimePaymentsTransfer {
|
|
36
|
+
/**
|
|
37
|
+
* The Real Time Payments Transfer's identifier.
|
|
38
|
+
*/
|
|
39
|
+
id: string;
|
|
40
|
+
/**
|
|
41
|
+
* The Account from which the transfer was sent.
|
|
42
|
+
*/
|
|
43
|
+
account_id: string;
|
|
44
|
+
/**
|
|
45
|
+
* The transfer amount in USD cents.
|
|
46
|
+
*/
|
|
47
|
+
amount: number;
|
|
48
|
+
/**
|
|
49
|
+
* If your account requires approvals for transfers and the transfer was approved,
|
|
50
|
+
* this will contain details of the approval.
|
|
51
|
+
*/
|
|
52
|
+
approval: RealTimePaymentsTransfer.Approval | null;
|
|
53
|
+
/**
|
|
54
|
+
* If your account requires approvals for transfers and the transfer was not
|
|
55
|
+
* approved, this will contain details of the cancellation.
|
|
56
|
+
*/
|
|
57
|
+
cancellation: RealTimePaymentsTransfer.Cancellation | null;
|
|
58
|
+
/**
|
|
59
|
+
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
60
|
+
* the transfer was created.
|
|
61
|
+
*/
|
|
62
|
+
created_at: string;
|
|
63
|
+
/**
|
|
64
|
+
* The name of the transfer's recipient as provided by the sender.
|
|
65
|
+
*/
|
|
66
|
+
creditor_name: string;
|
|
67
|
+
/**
|
|
68
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the transfer's
|
|
69
|
+
* currency. For real time payments transfers this is always equal to `USD`.
|
|
70
|
+
*
|
|
71
|
+
* - `CAD` - Canadian Dollar (CAD)
|
|
72
|
+
* - `CHF` - Swiss Franc (CHF)
|
|
73
|
+
* - `EUR` - Euro (EUR)
|
|
74
|
+
* - `GBP` - British Pound (GBP)
|
|
75
|
+
* - `JPY` - Japanese Yen (JPY)
|
|
76
|
+
* - `USD` - US Dollar (USD)
|
|
77
|
+
*/
|
|
78
|
+
currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
|
|
79
|
+
/**
|
|
80
|
+
* The destination account number.
|
|
81
|
+
*/
|
|
82
|
+
destination_account_number: string;
|
|
83
|
+
/**
|
|
84
|
+
* The destination American Bankers' Association (ABA) Routing Transit Number
|
|
85
|
+
* (RTN).
|
|
86
|
+
*/
|
|
87
|
+
destination_routing_number: string;
|
|
88
|
+
/**
|
|
89
|
+
* The identifier of the External Account the transfer was made to, if any.
|
|
90
|
+
*/
|
|
91
|
+
external_account_id: string | null;
|
|
92
|
+
/**
|
|
93
|
+
* If the transfer is rejected by Real Time Payments or the destination financial
|
|
94
|
+
* institution, this will contain supplemental details.
|
|
95
|
+
*/
|
|
96
|
+
rejection: RealTimePaymentsTransfer.Rejection | null;
|
|
97
|
+
/**
|
|
98
|
+
* Unstructured information that will show on the recipient's bank statement.
|
|
99
|
+
*/
|
|
100
|
+
remittance_information: string;
|
|
101
|
+
/**
|
|
102
|
+
* The Account Number the recipient will see as having sent the transfer.
|
|
103
|
+
*/
|
|
104
|
+
source_account_number_id: string;
|
|
105
|
+
/**
|
|
106
|
+
* The lifecycle status of the transfer.
|
|
107
|
+
*
|
|
108
|
+
* - `pending_approval` - The transfer is pending approval.
|
|
109
|
+
* - `canceled` - The transfer has been canceled.
|
|
110
|
+
* - `pending_submission` - The transfer is queued to be submitted to Real Time
|
|
111
|
+
* Payments.
|
|
112
|
+
* - `submitted` - The transfer has been submitted and is pending a response from
|
|
113
|
+
* Real Time Payments.
|
|
114
|
+
* - `complete` - The transfer has been sent successfully and is complete.
|
|
115
|
+
* - `rejected` - The transfer was rejected by the network or the recipient's bank.
|
|
116
|
+
* - `requires_attention` - The transfer requires attention from an Increase
|
|
117
|
+
* operator.
|
|
118
|
+
*/
|
|
119
|
+
status:
|
|
120
|
+
| 'pending_approval'
|
|
121
|
+
| 'canceled'
|
|
122
|
+
| 'pending_submission'
|
|
123
|
+
| 'submitted'
|
|
124
|
+
| 'complete'
|
|
125
|
+
| 'rejected'
|
|
126
|
+
| 'requires_attention';
|
|
127
|
+
/**
|
|
128
|
+
* After the transfer is submitted to Real Time Payments, this will contain
|
|
129
|
+
* supplemental details.
|
|
130
|
+
*/
|
|
131
|
+
submission: RealTimePaymentsTransfer.Submission | null;
|
|
132
|
+
/**
|
|
133
|
+
* The Transaction funding the transfer once it is complete.
|
|
134
|
+
*/
|
|
135
|
+
transaction_id: string | null;
|
|
136
|
+
/**
|
|
137
|
+
* A constant representing the object's type. For this resource it will always be
|
|
138
|
+
* `real_time_payments_transfer`.
|
|
139
|
+
*/
|
|
140
|
+
type: 'real_time_payments_transfer';
|
|
141
|
+
}
|
|
142
|
+
export declare namespace RealTimePaymentsTransfer {
|
|
143
|
+
/**
|
|
144
|
+
* If your account requires approvals for transfers and the transfer was approved,
|
|
145
|
+
* this will contain details of the approval.
|
|
146
|
+
*/
|
|
147
|
+
interface Approval {
|
|
148
|
+
/**
|
|
149
|
+
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
150
|
+
* the transfer was approved.
|
|
151
|
+
*/
|
|
152
|
+
approved_at: string;
|
|
153
|
+
/**
|
|
154
|
+
* If the Transfer was approved by a user in the dashboard, the email address of
|
|
155
|
+
* that user.
|
|
156
|
+
*/
|
|
157
|
+
approved_by: string | null;
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* If your account requires approvals for transfers and the transfer was not
|
|
161
|
+
* approved, this will contain details of the cancellation.
|
|
162
|
+
*/
|
|
163
|
+
interface Cancellation {
|
|
164
|
+
/**
|
|
165
|
+
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
166
|
+
* the Transfer was canceled.
|
|
167
|
+
*/
|
|
168
|
+
canceled_at: string;
|
|
169
|
+
/**
|
|
170
|
+
* If the Transfer was canceled by a user in the dashboard, the email address of
|
|
171
|
+
* that user.
|
|
172
|
+
*/
|
|
173
|
+
canceled_by: string | null;
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* If the transfer is rejected by Real Time Payments or the destination financial
|
|
177
|
+
* institution, this will contain supplemental details.
|
|
178
|
+
*/
|
|
179
|
+
interface Rejection {
|
|
180
|
+
/**
|
|
181
|
+
* Additional information about the rejection provided by the recipient bank when
|
|
182
|
+
* the `reject_reason_code` is `NARRATIVE`.
|
|
183
|
+
*/
|
|
184
|
+
reject_reason_additional_information: string | null;
|
|
185
|
+
/**
|
|
186
|
+
* The reason the transfer was rejected as provided by the recipient bank or the
|
|
187
|
+
* Real Time Payments network.
|
|
188
|
+
*
|
|
189
|
+
* - `account_closed` - The destination account is closed. Corresponds to the Real
|
|
190
|
+
* Time Payments reason code `AC04`.
|
|
191
|
+
* - `account_blocked` - The destination account is currently blocked from
|
|
192
|
+
* receiving transactions. Corresponds to the Real Time Payments reason code
|
|
193
|
+
* `AC06`.
|
|
194
|
+
* - `invalid_creditor_account_type` - The destination account is ineligible to
|
|
195
|
+
* receive Real Time Payments transfers. Corresponds to the Real Time Payments
|
|
196
|
+
* reason code `AC14`.
|
|
197
|
+
* - `invalid_creditor_account_number` - The destination account does not exist.
|
|
198
|
+
* Corresponds to the Real Time Payments reason code `AC03`.
|
|
199
|
+
* - `invalid_creditor_financial_institution_identifier` - The destination routing
|
|
200
|
+
* number is invalid. Corresponds to the Real Time Payments reason code `RC04`.
|
|
201
|
+
* - `end_customer_deceased` - The destination account holder is deceased.
|
|
202
|
+
* Corresponds to the Real Time Payments reason code `MD07`.
|
|
203
|
+
* - `narrative` - The reason is provided as narrative information in the
|
|
204
|
+
* additional information field.
|
|
205
|
+
* - `transaction_forbidden` - Real Time Payments transfers are not allowed to the
|
|
206
|
+
* destination account. Corresponds to the Real Time Payments reason code `AG01`.
|
|
207
|
+
* - `transaction_type_not_supported` - Real Time Payments transfers are not
|
|
208
|
+
* enabled for the destination account. Corresponds to the Real Time Payments
|
|
209
|
+
* reason code `AG03`.
|
|
210
|
+
* - `unexpected_amount` - The amount of the transfer is different than expected by
|
|
211
|
+
* the recipient. Corresponds to the Real Time Payments reason code `AM09`.
|
|
212
|
+
* - `amount_exceeds_bank_limits` - The amount is higher than the recipient is
|
|
213
|
+
* authorized to send or receive. Corresponds to the Real Time Payments reason
|
|
214
|
+
* code `AM14`.
|
|
215
|
+
* - `invalid_creditor_address` - The creditor's address is required, but missing
|
|
216
|
+
* or invalid. Corresponds to the Real Time Payments reason code `BE04`.
|
|
217
|
+
* - `unknown_end_customer` - The specified creditor is unknown. Corresponds to the
|
|
218
|
+
* Real Time Payments reason code `BE06`.
|
|
219
|
+
* - `invalid_debtor_address` - The debtor's address is required, but missing or
|
|
220
|
+
* invalid. Corresponds to the Real Time Payments reason code `BE07`.
|
|
221
|
+
* - `timeout` - There was a timeout processing the transfer. Corresponds to the
|
|
222
|
+
* Real Time Payments reason code `DS24`.
|
|
223
|
+
* - `unsupported_message_for_recipient` - Real Time Payments transfers are not
|
|
224
|
+
* enabled for the destination account. Corresponds to the Real Time Payments
|
|
225
|
+
* reason code `NOAT`.
|
|
226
|
+
* - `recipient_connection_not_available` - The destination financial institution
|
|
227
|
+
* is currently not connected to Real Time Payments. Corresponds to the Real Time
|
|
228
|
+
* Payments reason code `9912`.
|
|
229
|
+
* - `real_time_payments_suspended` - Real Time Payments is currently unavailable.
|
|
230
|
+
* Corresponds to the Real Time Payments reason code `9948`.
|
|
231
|
+
* - `instructed_agent_signed_off` - The destination financial institution is
|
|
232
|
+
* currently signed off of Real Time Payments. Corresponds to the Real Time
|
|
233
|
+
* Payments reason code `9910`.
|
|
234
|
+
* - `processing_error` - The transfer was rejected due to an internal Increase
|
|
235
|
+
* issue. We have been notified.
|
|
236
|
+
* - `other` - Some other error or issue has occurred.
|
|
237
|
+
*/
|
|
238
|
+
reject_reason_code:
|
|
239
|
+
| 'account_closed'
|
|
240
|
+
| 'account_blocked'
|
|
241
|
+
| 'invalid_creditor_account_type'
|
|
242
|
+
| 'invalid_creditor_account_number'
|
|
243
|
+
| 'invalid_creditor_financial_institution_identifier'
|
|
244
|
+
| 'end_customer_deceased'
|
|
245
|
+
| 'narrative'
|
|
246
|
+
| 'transaction_forbidden'
|
|
247
|
+
| 'transaction_type_not_supported'
|
|
248
|
+
| 'unexpected_amount'
|
|
249
|
+
| 'amount_exceeds_bank_limits'
|
|
250
|
+
| 'invalid_creditor_address'
|
|
251
|
+
| 'unknown_end_customer'
|
|
252
|
+
| 'invalid_debtor_address'
|
|
253
|
+
| 'timeout'
|
|
254
|
+
| 'unsupported_message_for_recipient'
|
|
255
|
+
| 'recipient_connection_not_available'
|
|
256
|
+
| 'real_time_payments_suspended'
|
|
257
|
+
| 'instructed_agent_signed_off'
|
|
258
|
+
| 'processing_error'
|
|
259
|
+
| 'other';
|
|
260
|
+
/**
|
|
261
|
+
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
262
|
+
* the transfer was rejected.
|
|
263
|
+
*/
|
|
264
|
+
rejected_at: string | null;
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* After the transfer is submitted to Real Time Payments, this will contain
|
|
268
|
+
* supplemental details.
|
|
269
|
+
*/
|
|
270
|
+
interface Submission {
|
|
271
|
+
/**
|
|
272
|
+
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which
|
|
273
|
+
* the transfer was submitted to The Clearing House.
|
|
274
|
+
*/
|
|
275
|
+
submitted_at: string | null;
|
|
276
|
+
/**
|
|
277
|
+
* The Real Time Payments network identification of the transfer.
|
|
278
|
+
*/
|
|
279
|
+
transaction_identification: string;
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
export interface RealTimePaymentsTransferCreateParams {
|
|
283
|
+
/**
|
|
284
|
+
* The transfer amount in USD cents. For Real Time Payments transfers, must be
|
|
285
|
+
* positive.
|
|
286
|
+
*/
|
|
287
|
+
amount: number;
|
|
288
|
+
/**
|
|
289
|
+
* The name of the transfer's recipient.
|
|
290
|
+
*/
|
|
291
|
+
creditor_name: string;
|
|
292
|
+
/**
|
|
293
|
+
* Unstructured information that will show on the recipient's bank statement.
|
|
294
|
+
*/
|
|
295
|
+
remittance_information: string;
|
|
296
|
+
/**
|
|
297
|
+
* The identifier of the Account Number from which to send the transfer.
|
|
298
|
+
*/
|
|
299
|
+
source_account_number_id: string;
|
|
300
|
+
/**
|
|
301
|
+
* The destination account number.
|
|
302
|
+
*/
|
|
303
|
+
destination_account_number?: string;
|
|
304
|
+
/**
|
|
305
|
+
* The destination American Bankers' Association (ABA) Routing Transit Number
|
|
306
|
+
* (RTN).
|
|
307
|
+
*/
|
|
308
|
+
destination_routing_number?: string;
|
|
309
|
+
/**
|
|
310
|
+
* The ID of an External Account to initiate a transfer to. If this parameter is
|
|
311
|
+
* provided, `destination_account_number` and `destination_routing_number` must be
|
|
312
|
+
* absent.
|
|
313
|
+
*/
|
|
314
|
+
external_account_id?: string;
|
|
315
|
+
/**
|
|
316
|
+
* Whether the transfer requires explicit approval via the dashboard or API.
|
|
317
|
+
*/
|
|
318
|
+
require_approval?: boolean;
|
|
319
|
+
}
|
|
320
|
+
export interface RealTimePaymentsTransferListParams extends PageParams {
|
|
321
|
+
/**
|
|
322
|
+
* Filter Real Time Payments Transfers to those belonging to the specified Account.
|
|
323
|
+
*/
|
|
324
|
+
account_id?: string;
|
|
325
|
+
created_at?: RealTimePaymentsTransferListParams.CreatedAt;
|
|
326
|
+
/**
|
|
327
|
+
* Filter Real Time Payments Transfers to those made to the specified External
|
|
328
|
+
* Account.
|
|
329
|
+
*/
|
|
330
|
+
external_account_id?: string;
|
|
331
|
+
}
|
|
332
|
+
export declare namespace RealTimePaymentsTransferListParams {
|
|
333
|
+
interface CreatedAt {
|
|
334
|
+
/**
|
|
335
|
+
* Return results after this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
336
|
+
* timestamp.
|
|
337
|
+
*/
|
|
338
|
+
after?: string;
|
|
339
|
+
/**
|
|
340
|
+
* Return results before this [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
|
|
341
|
+
* timestamp.
|
|
342
|
+
*/
|
|
343
|
+
before?: string;
|
|
344
|
+
/**
|
|
345
|
+
* Return results on or after this
|
|
346
|
+
* [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
347
|
+
*/
|
|
348
|
+
on_or_after?: string;
|
|
349
|
+
/**
|
|
350
|
+
* Return results on or before this
|
|
351
|
+
* [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) timestamp.
|
|
352
|
+
*/
|
|
353
|
+
on_or_before?: string;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
export declare namespace RealTimePaymentsTransfers {
|
|
357
|
+
export import RealTimePaymentsTransfer = API.RealTimePaymentsTransfer;
|
|
358
|
+
type RealTimePaymentsTransfersPage = _RealTimePaymentsTransfersPage;
|
|
359
|
+
export import RealTimePaymentsTransferCreateParams = API.RealTimePaymentsTransferCreateParams;
|
|
360
|
+
export import RealTimePaymentsTransferListParams = API.RealTimePaymentsTransferListParams;
|
|
361
|
+
}
|
|
362
|
+
export {};
|
|
363
|
+
//# sourceMappingURL=real-time-payments-transfers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"real-time-payments-transfers.d.ts","sourceRoot":"","sources":["../src/resources/real-time-payments-transfers.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAEhD,OAAO,KAAK,GAAG,MAAM,IAAI,CAAC;AAC1B,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,yBAA0B,SAAQ,WAAW;IACxD;;OAEG;IACH,MAAM,CACJ,IAAI,EAAE,oCAAoC,EAC1C,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,wBAAwB,CAAC,CAAC;IAItD;;OAEG;IACH,QAAQ,CACN,0BAA0B,EAAE,MAAM,EAClC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,wBAAwB,CAAC,CAAC;IAItD;;OAEG;IACH,IAAI,CACF,KAAK,CAAC,EAAE,kCAAkC,EAC1C,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,WAAW,CAAC,6BAA6B,CAAC;IAClD,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,WAAW,CAAC,6BAA6B,CAAC;CAarF;AAED,qBAAa,6BAA8B,SAAQ,IAAI,CAAC,wBAAwB,CAAC;CAAG;AAEpF,KAAK,8BAA8B,GAAG,6BAA6B,CAAC;AAEpE;;;GAGG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,QAAQ,EAAE,wBAAwB,CAAC,QAAQ,GAAG,IAAI,CAAC;IAEnD;;;OAGG;IACH,YAAY,EAAE,wBAAwB,CAAC,YAAY,GAAG,IAAI,CAAC;IAE3D;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;;;;;;;;OAUG;IACH,QAAQ,EAAE,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;IAExD;;OAEG;IACH,0BAA0B,EAAE,MAAM,CAAC;IAEnC;;;OAGG;IACH,0BAA0B,EAAE,MAAM,CAAC;IAEnC;;OAEG;IACH,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;;OAGG;IACH,SAAS,EAAE,wBAAwB,CAAC,SAAS,GAAG,IAAI,CAAC;IAErD;;OAEG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACH,wBAAwB,EAAE,MAAM,CAAC;IAEjC;;;;;;;;;;;;;OAaG;IACH,MAAM,EACF,kBAAkB,GAClB,UAAU,GACV,oBAAoB,GACpB,WAAW,GACX,UAAU,GACV,UAAU,GACV,oBAAoB,CAAC;IAEzB;;;OAGG;IACH,UAAU,EAAE,wBAAwB,CAAC,UAAU,GAAG,IAAI,CAAC;IAEvD;;OAEG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;;OAGG;IACH,IAAI,EAAE,6BAA6B,CAAC;CACrC;AAED,yBAAiB,wBAAwB,CAAC;IACxC;;;OAGG;IACH,UAAiB,QAAQ;QACvB;;;WAGG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;;WAGG;QACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;KAC5B;IAED;;;OAGG;IACH,UAAiB,YAAY;QAC3B;;;WAGG;QACH,WAAW,EAAE,MAAM,CAAC;QAEpB;;;WAGG;QACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;KAC5B;IAED;;;OAGG;IACH,UAAiB,SAAS;QACxB;;;WAGG;QACH,oCAAoC,EAAE,MAAM,GAAG,IAAI,CAAC;QAEpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoDG;QACH,kBAAkB,EACd,gBAAgB,GAChB,iBAAiB,GACjB,+BAA+B,GAC/B,iCAAiC,GACjC,mDAAmD,GACnD,uBAAuB,GACvB,WAAW,GACX,uBAAuB,GACvB,gCAAgC,GAChC,mBAAmB,GACnB,4BAA4B,GAC5B,0BAA0B,GAC1B,sBAAsB,GACtB,wBAAwB,GACxB,SAAS,GACT,mCAAmC,GACnC,oCAAoC,GACpC,8BAA8B,GAC9B,6BAA6B,GAC7B,kBAAkB,GAClB,OAAO,CAAC;QAEZ;;;WAGG;QACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;KAC5B;IAED;;;OAGG;IACH,UAAiB,UAAU;QACzB;;;WAGG;QACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;QAE5B;;WAEG;QACH,0BAA0B,EAAE,MAAM,CAAC;KACpC;CACF;AAED,MAAM,WAAW,oCAAoC;IACnD;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,sBAAsB,EAAE,MAAM,CAAC;IAE/B;;OAEG;IACH,wBAAwB,EAAE,MAAM,CAAC;IAEjC;;OAEG;IACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;IAEpC;;;OAGG;IACH,0BAA0B,CAAC,EAAE,MAAM,CAAC;IAEpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,kCAAmC,SAAQ,UAAU;IACpE;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,UAAU,CAAC,EAAE,kCAAkC,CAAC,SAAS,CAAC;IAE1D;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,yBAAiB,kCAAkC,CAAC;IAClD,UAAiB,SAAS;QACxB;;;WAGG;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;QAEf;;;WAGG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;QAEhB;;;WAGG;QACH,WAAW,CAAC,EAAE,MAAM,CAAC;QAErB;;;WAGG;QACH,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB;CACF;AAED,yBAAiB,yBAAyB,CAAC;IACzC,MAAM,QAAQ,wBAAwB,GAAG,GAAG,CAAC,wBAAwB,CAAC;IACtE,KAAY,6BAA6B,GAAG,8BAA8B,CAAC;IAC3E,MAAM,QAAQ,oCAAoC,GAAG,GAAG,CAAC,oCAAoC,CAAC;IAC9F,MAAM,QAAQ,kCAAkC,GAAG,GAAG,CAAC,kCAAkC,CAAC;CAC3F"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless.
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
exports.RealTimePaymentsTransfersPage = exports.RealTimePaymentsTransfers = void 0;
|
|
5
|
+
const resource_1 = require('increase/resource');
|
|
6
|
+
const core_1 = require('increase/core');
|
|
7
|
+
const pagination_1 = require('increase/pagination');
|
|
8
|
+
class RealTimePaymentsTransfers extends resource_1.APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Create a Real Time Payments Transfer
|
|
11
|
+
*/
|
|
12
|
+
create(body, options) {
|
|
13
|
+
return this.post('/real_time_payments_transfers', { body, ...options });
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Retrieve a Real Time Payments Transfer
|
|
17
|
+
*/
|
|
18
|
+
retrieve(realTimePaymentsTransferId, options) {
|
|
19
|
+
return this.get(`/real_time_payments_transfers/${realTimePaymentsTransferId}`, options);
|
|
20
|
+
}
|
|
21
|
+
list(query = {}, options) {
|
|
22
|
+
if ((0, core_1.isRequestOptions)(query)) {
|
|
23
|
+
return this.list({}, query);
|
|
24
|
+
}
|
|
25
|
+
return this.getAPIList('/real_time_payments_transfers', RealTimePaymentsTransfersPage, {
|
|
26
|
+
query,
|
|
27
|
+
...options,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
exports.RealTimePaymentsTransfers = RealTimePaymentsTransfers;
|
|
32
|
+
class RealTimePaymentsTransfersPage extends pagination_1.Page {}
|
|
33
|
+
exports.RealTimePaymentsTransfersPage = RealTimePaymentsTransfersPage;
|
|
34
|
+
(function (RealTimePaymentsTransfers) {})(
|
|
35
|
+
(RealTimePaymentsTransfers = exports.RealTimePaymentsTransfers || (exports.RealTimePaymentsTransfers = {})),
|
|
36
|
+
);
|
|
37
|
+
//# sourceMappingURL=real-time-payments-transfers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"real-time-payments-transfers.js","sourceRoot":"","sources":["../src/resources/real-time-payments-transfers.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAChD,wCAAiD;AAEjD,oDAAuD;AAEvD,MAAa,yBAA0B,SAAQ,sBAAW;IACxD;;OAEG;IACH,MAAM,CACJ,IAA0C,EAC1C,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,QAAQ,CACN,0BAAkC,EAClC,OAA6B;QAE7B,OAAO,IAAI,CAAC,GAAG,CAAC,iCAAiC,0BAA0B,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1F,CAAC;IAUD,IAAI,CACF,QAAkE,EAAE,EACpE,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,+BAA+B,EAAE,6BAA6B,EAAE;YACrF,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAzCD,8DAyCC;AAED,MAAa,6BAA8B,SAAQ,iBAA8B;CAAG;AAApF,sEAAoF;AAmXpF,WAAiB,yBAAyB;AAK1C,CAAC,EALgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAKzC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless.
|
|
2
|
+
import { APIResource } from 'increase/resource';
|
|
3
|
+
import { isRequestOptions } from 'increase/core';
|
|
4
|
+
import { Page } from 'increase/pagination';
|
|
5
|
+
export class RealTimePaymentsTransfers extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Create a Real Time Payments Transfer
|
|
8
|
+
*/
|
|
9
|
+
create(body, options) {
|
|
10
|
+
return this.post('/real_time_payments_transfers', { body, ...options });
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Retrieve a Real Time Payments Transfer
|
|
14
|
+
*/
|
|
15
|
+
retrieve(realTimePaymentsTransferId, options) {
|
|
16
|
+
return this.get(`/real_time_payments_transfers/${realTimePaymentsTransferId}`, options);
|
|
17
|
+
}
|
|
18
|
+
list(query = {}, options) {
|
|
19
|
+
if (isRequestOptions(query)) {
|
|
20
|
+
return this.list({}, query);
|
|
21
|
+
}
|
|
22
|
+
return this.getAPIList('/real_time_payments_transfers', RealTimePaymentsTransfersPage, {
|
|
23
|
+
query,
|
|
24
|
+
...options,
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
export class RealTimePaymentsTransfersPage extends Page {}
|
|
29
|
+
(function (RealTimePaymentsTransfers) {})(RealTimePaymentsTransfers || (RealTimePaymentsTransfers = {}));
|
|
30
|
+
//# sourceMappingURL=real-time-payments-transfers.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"real-time-payments-transfers.mjs","sourceRoot":"","sources":["../src/resources/real-time-payments-transfers.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OACxC,EAAE,gBAAgB,EAAE,MAAM,eAAe;OAEzC,EAAE,IAAI,EAAc,MAAM,qBAAqB;AAEtD,MAAM,OAAO,yBAA0B,SAAQ,WAAW;IACxD;;OAEG;IACH,MAAM,CACJ,IAA0C,EAC1C,OAA6B;QAE7B,OAAO,IAAI,CAAC,IAAI,CAAC,+BAA+B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;IAED;;OAEG;IACH,QAAQ,CACN,0BAAkC,EAClC,OAA6B;QAE7B,OAAO,IAAI,CAAC,GAAG,CAAC,iCAAiC,0BAA0B,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1F,CAAC;IAUD,IAAI,CACF,QAAkE,EAAE,EACpE,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,+BAA+B,EAAE,6BAA6B,EAAE;YACrF,KAAK;YACL,GAAG,OAAO;SACX,CAAC,CAAC;IACL,CAAC;CACF;AAED,MAAM,OAAO,6BAA8B,SAAQ,IAA8B;CAAG;AAmXpF,WAAiB,yBAAyB;AAK1C,CAAC,EALgB,yBAAyB,KAAzB,yBAAyB,QAKzC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import * as Core from 'increase/core';
|
|
2
|
+
import { APIResource } from 'increase/resource';
|
|
3
|
+
import * as API from './index.js';
|
|
4
|
+
import { Page, PageParams } from 'increase/pagination';
|
|
5
|
+
export declare class RoutingNumbers extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* You can use this API to confirm if a routing number is valid, such as when a
|
|
8
|
+
* user is providing you with bank account details. Since routing numbers uniquely
|
|
9
|
+
* identify a bank, this will always return 0 or 1 entry. In Sandbox, the only
|
|
10
|
+
* valid routing number for this method is 110000000.
|
|
11
|
+
*/
|
|
12
|
+
list(query: RoutingNumberListParams, options?: Core.RequestOptions): Core.PagePromise<RoutingNumbersPage>;
|
|
13
|
+
}
|
|
14
|
+
export declare class RoutingNumbersPage extends Page<RoutingNumber> {}
|
|
15
|
+
type _RoutingNumbersPage = RoutingNumbersPage;
|
|
16
|
+
/**
|
|
17
|
+
* Routing numbers are used to identify your bank in a financial transaction.
|
|
18
|
+
*/
|
|
19
|
+
export interface RoutingNumber {
|
|
20
|
+
/**
|
|
21
|
+
* This routing number's support for ACH Transfers.
|
|
22
|
+
*
|
|
23
|
+
* - `supported` - The routing number can receive this transfer type.
|
|
24
|
+
* - `not_supported` - The routing number cannot receive this transfer type.
|
|
25
|
+
*/
|
|
26
|
+
ach_transfers: 'supported' | 'not_supported';
|
|
27
|
+
/**
|
|
28
|
+
* The name of the financial institution belonging to a routing number.
|
|
29
|
+
*/
|
|
30
|
+
name: string;
|
|
31
|
+
/**
|
|
32
|
+
* This routing number's support for Real Time Payments Transfers.
|
|
33
|
+
*
|
|
34
|
+
* - `supported` - The routing number can receive this transfer type.
|
|
35
|
+
* - `not_supported` - The routing number cannot receive this transfer type.
|
|
36
|
+
*/
|
|
37
|
+
real_time_payments_transfers: 'supported' | 'not_supported';
|
|
38
|
+
/**
|
|
39
|
+
* The nine digit routing number identifier.
|
|
40
|
+
*/
|
|
41
|
+
routing_number: string;
|
|
42
|
+
/**
|
|
43
|
+
* A constant representing the object's type. For this resource it will always be
|
|
44
|
+
* `routing_number`.
|
|
45
|
+
*/
|
|
46
|
+
type: 'routing_number';
|
|
47
|
+
/**
|
|
48
|
+
* This routing number's support for Wire Transfers.
|
|
49
|
+
*
|
|
50
|
+
* - `supported` - The routing number can receive this transfer type.
|
|
51
|
+
* - `not_supported` - The routing number cannot receive this transfer type.
|
|
52
|
+
*/
|
|
53
|
+
wire_transfers: 'supported' | 'not_supported';
|
|
54
|
+
}
|
|
55
|
+
export interface RoutingNumberListParams extends PageParams {
|
|
56
|
+
/**
|
|
57
|
+
* Filter financial institutions by routing number.
|
|
58
|
+
*/
|
|
59
|
+
routing_number: string;
|
|
60
|
+
}
|
|
61
|
+
export declare namespace RoutingNumbers {
|
|
62
|
+
export import RoutingNumber = API.RoutingNumber;
|
|
63
|
+
type RoutingNumbersPage = _RoutingNumbersPage;
|
|
64
|
+
export import RoutingNumberListParams = API.RoutingNumberListParams;
|
|
65
|
+
}
|
|
66
|
+
export {};
|
|
67
|
+
//# sourceMappingURL=routing-numbers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routing-numbers.d.ts","sourceRoot":"","sources":["../src/resources/routing-numbers.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,GAAG,MAAM,IAAI,CAAC;AAC1B,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvD,qBAAa,cAAe,SAAQ,WAAW;IAC7C;;;;;OAKG;IACH,IAAI,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,WAAW,CAAC,kBAAkB,CAAC;CAG1G;AAED,qBAAa,kBAAmB,SAAQ,IAAI,CAAC,aAAa,CAAC;CAAG;AAE9D,KAAK,mBAAmB,GAAG,kBAAkB,CAAC;AAE9C;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,aAAa,EAAE,WAAW,GAAG,eAAe,CAAC;IAE7C;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;OAKG;IACH,4BAA4B,EAAE,WAAW,GAAG,eAAe,CAAC;IAE5D;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,IAAI,EAAE,gBAAgB,CAAC;IAEvB;;;;;OAKG;IACH,cAAc,EAAE,WAAW,GAAG,eAAe,CAAC;CAC/C;AAED,MAAM,WAAW,uBAAwB,SAAQ,UAAU;IACzD;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,yBAAiB,cAAc,CAAC;IAC9B,MAAM,QAAQ,aAAa,GAAG,GAAG,CAAC,aAAa,CAAC;IAChD,KAAY,kBAAkB,GAAG,mBAAmB,CAAC;IACrD,MAAM,QAAQ,uBAAuB,GAAG,GAAG,CAAC,uBAAuB,CAAC;CACrE"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless.
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
exports.RoutingNumbersPage = exports.RoutingNumbers = void 0;
|
|
5
|
+
const resource_1 = require('increase/resource');
|
|
6
|
+
const pagination_1 = require('increase/pagination');
|
|
7
|
+
class RoutingNumbers extends resource_1.APIResource {
|
|
8
|
+
/**
|
|
9
|
+
* You can use this API to confirm if a routing number is valid, such as when a
|
|
10
|
+
* user is providing you with bank account details. Since routing numbers uniquely
|
|
11
|
+
* identify a bank, this will always return 0 or 1 entry. In Sandbox, the only
|
|
12
|
+
* valid routing number for this method is 110000000.
|
|
13
|
+
*/
|
|
14
|
+
list(query, options) {
|
|
15
|
+
return this.getAPIList('/routing_numbers', RoutingNumbersPage, { query, ...options });
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.RoutingNumbers = RoutingNumbers;
|
|
19
|
+
class RoutingNumbersPage extends pagination_1.Page {}
|
|
20
|
+
exports.RoutingNumbersPage = RoutingNumbersPage;
|
|
21
|
+
(function (RoutingNumbers) {})((RoutingNumbers = exports.RoutingNumbers || (exports.RoutingNumbers = {})));
|
|
22
|
+
//# sourceMappingURL=routing-numbers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routing-numbers.js","sourceRoot":"","sources":["../src/resources/routing-numbers.ts"],"names":[],"mappings":";AAAA,qDAAqD;;;AAGrD,gDAAgD;AAEhD,oDAAuD;AAEvD,MAAa,cAAe,SAAQ,sBAAW;IAC7C;;;;;OAKG;IACH,IAAI,CAAC,KAA8B,EAAE,OAA6B;QAChE,OAAO,IAAI,CAAC,UAAU,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;CACF;AAVD,wCAUC;AAED,MAAa,kBAAmB,SAAQ,iBAAmB;CAAG;AAA9D,gDAA8D;AAwD9D,WAAiB,cAAc;AAI/B,CAAC,EAJgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAI9B"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless.
|
|
2
|
+
import { APIResource } from 'increase/resource';
|
|
3
|
+
import { Page } from 'increase/pagination';
|
|
4
|
+
export class RoutingNumbers extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* You can use this API to confirm if a routing number is valid, such as when a
|
|
7
|
+
* user is providing you with bank account details. Since routing numbers uniquely
|
|
8
|
+
* identify a bank, this will always return 0 or 1 entry. In Sandbox, the only
|
|
9
|
+
* valid routing number for this method is 110000000.
|
|
10
|
+
*/
|
|
11
|
+
list(query, options) {
|
|
12
|
+
return this.getAPIList('/routing_numbers', RoutingNumbersPage, { query, ...options });
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export class RoutingNumbersPage extends Page {}
|
|
16
|
+
(function (RoutingNumbers) {})(RoutingNumbers || (RoutingNumbers = {}));
|
|
17
|
+
//# sourceMappingURL=routing-numbers.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routing-numbers.mjs","sourceRoot":"","sources":["../src/resources/routing-numbers.ts"],"names":[],"mappings":"AAAA,qDAAqD;OAG9C,EAAE,WAAW,EAAE,MAAM,mBAAmB;OAExC,EAAE,IAAI,EAAc,MAAM,qBAAqB;AAEtD,MAAM,OAAO,cAAe,SAAQ,WAAW;IAC7C;;;;;OAKG;IACH,IAAI,CAAC,KAA8B,EAAE,OAA6B;QAChE,OAAO,IAAI,CAAC,UAAU,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;CACF;AAED,MAAM,OAAO,kBAAmB,SAAQ,IAAmB;CAAG;AAwD9D,WAAiB,cAAc;AAI/B,CAAC,EAJgB,cAAc,KAAd,cAAc,QAI9B"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The method used to enter the cardholder's primary account number and card
|
|
3
|
+
* expiration date
|
|
4
|
+
*
|
|
5
|
+
* - `manual` - Manual key entry
|
|
6
|
+
* - `magnetic_stripe_no_cvv` - Magnetic stripe read, without card verification
|
|
7
|
+
* value
|
|
8
|
+
* - `optical_code` - Optical code
|
|
9
|
+
* - `integrated_circuit_card` - Contact chip card
|
|
10
|
+
* - `contactless` - Contactless read of chip card
|
|
11
|
+
* - `credential_on_file` - Transaction iniated using a credential that has
|
|
12
|
+
* previously been stored on file
|
|
13
|
+
* - `magnetic_stripe` - Magnetic stripe read
|
|
14
|
+
* - `contactless_magnetic_stripe` - Contactless read of magnetic stripe data
|
|
15
|
+
* - `integrated_circuit_card_no_cvv` - Contact chip card, without card
|
|
16
|
+
* verification value
|
|
17
|
+
*/
|
|
18
|
+
export type PointOfServiceEntryMode =
|
|
19
|
+
| 'manual'
|
|
20
|
+
| 'magnetic_stripe_no_cvv'
|
|
21
|
+
| 'optical_code'
|
|
22
|
+
| 'integrated_circuit_card'
|
|
23
|
+
| 'contactless'
|
|
24
|
+
| 'credential_on_file'
|
|
25
|
+
| 'magnetic_stripe'
|
|
26
|
+
| 'contactless_magnetic_stripe'
|
|
27
|
+
| 'integrated_circuit_card_no_cvv'
|
|
28
|
+
| null;
|
|
29
|
+
//# sourceMappingURL=shared.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,MAAM,uBAAuB,GAC/B,QAAQ,GACR,wBAAwB,GACxB,cAAc,GACd,yBAAyB,GACzB,aAAa,GACb,oBAAoB,GACpB,iBAAiB,GACjB,6BAA6B,GAC7B,gCAAgC,GAChC,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared.js","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":";AAAA,qDAAqD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shared.mjs","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":"AAAA,qDAAqD"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as Core from 'increase/core';
|
|
2
|
+
import { APIResource } from 'increase/resource';
|
|
3
|
+
import * as AccountStatements_ from 'increase/resources/account-statements';
|
|
4
|
+
import * as API from './index.js';
|
|
5
|
+
export declare class AccountStatements extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Simulates an [Account Statement](#account-statements) being created for an
|
|
8
|
+
* account. In production, Account Statements are generated once per month.
|
|
9
|
+
*/
|
|
10
|
+
create(
|
|
11
|
+
body: AccountStatementCreateParams,
|
|
12
|
+
options?: Core.RequestOptions,
|
|
13
|
+
): Promise<Core.APIResponse<AccountStatements_.AccountStatement>>;
|
|
14
|
+
}
|
|
15
|
+
export interface AccountStatementCreateParams {
|
|
16
|
+
/**
|
|
17
|
+
* The identifier of the Account the statement is for.
|
|
18
|
+
*/
|
|
19
|
+
account_id: string;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace AccountStatements {
|
|
22
|
+
export import AccountStatementCreateParams = API.AccountStatementCreateParams;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=account-statements.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"account-statements.d.ts","sourceRoot":"","sources":["../../src/resources/simulations/account-statements.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,IAAI,MAAM,eAAe,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,kBAAkB,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,GAAG,MAAM,IAAI,CAAC;AAE1B,qBAAa,iBAAkB,SAAQ,WAAW;IAChD;;;OAGG;IACH,MAAM,CACJ,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,CAAC;CAGlE;AAED,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,yBAAiB,iBAAiB,CAAC;IACjC,MAAM,QAAQ,4BAA4B,GAAG,GAAG,CAAC,4BAA4B,CAAC;CAC/E"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless.
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
exports.AccountStatements = void 0;
|
|
5
|
+
const resource_1 = require('increase/resource');
|
|
6
|
+
class AccountStatements extends resource_1.APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Simulates an [Account Statement](#account-statements) being created for an
|
|
9
|
+
* account. In production, Account Statements are generated once per month.
|
|
10
|
+
*/
|
|
11
|
+
create(body, options) {
|
|
12
|
+
return this.post('/simulations/account_statements', { body, ...options });
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
exports.AccountStatements = AccountStatements;
|
|
16
|
+
(function (AccountStatements) {})(
|
|
17
|
+
(AccountStatements = exports.AccountStatements || (exports.AccountStatements = {})),
|
|
18
|
+
);
|
|
19
|
+
//# sourceMappingURL=account-statements.js.map
|