increase 0.11.0 → 0.11.2
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/CHANGELOG.md +30 -0
- package/README.md +8 -4
- package/_shims/MultipartBody.d.ts +9 -0
- package/_shims/MultipartBody.d.ts.map +1 -0
- package/_shims/MultipartBody.js +16 -0
- package/_shims/MultipartBody.js.map +1 -0
- package/_shims/MultipartBody.mjs +12 -0
- package/_shims/MultipartBody.mjs.map +1 -0
- package/_shims/README.md +46 -0
- package/{src/_shims/ReadableStream-node.ts → _shims/auto/runtime-bun.d.ts} +2 -3
- package/_shims/auto/runtime-bun.d.ts.map +1 -0
- package/_shims/auto/runtime-bun.js +21 -0
- package/_shims/auto/runtime-bun.js.map +1 -0
- package/_shims/auto/runtime-bun.mjs +2 -0
- package/_shims/auto/runtime-bun.mjs.map +1 -0
- package/_shims/auto/runtime-node.d.ts +5 -0
- package/_shims/auto/runtime-node.d.ts.map +1 -0
- package/_shims/auto/runtime-node.js +21 -0
- package/_shims/auto/runtime-node.js.map +1 -0
- package/_shims/auto/runtime-node.mjs +2 -0
- package/_shims/auto/runtime-node.mjs.map +1 -0
- package/_shims/auto/runtime.d.ts +5 -0
- package/_shims/auto/runtime.d.ts.map +1 -0
- package/_shims/auto/runtime.js +21 -0
- package/_shims/auto/runtime.js.map +1 -0
- package/_shims/auto/runtime.mjs +2 -0
- package/_shims/auto/runtime.mjs.map +1 -0
- package/_shims/auto/types-node.d.ts +5 -0
- package/_shims/auto/types-node.d.ts.map +1 -0
- package/_shims/auto/types-node.js +21 -0
- package/_shims/auto/types-node.js.map +1 -0
- package/_shims/auto/types-node.mjs +2 -0
- package/_shims/auto/types-node.mjs.map +1 -0
- package/_shims/auto/types.d.ts +99 -0
- package/_shims/{ReadableStream.js → auto/types.js} +0 -2
- package/{src/_shims/ReadableStream.js → _shims/auto/types.mjs} +0 -2
- package/_shims/bun-runtime.d.ts +6 -0
- package/_shims/bun-runtime.d.ts.map +1 -0
- package/_shims/bun-runtime.js +14 -0
- package/_shims/bun-runtime.js.map +1 -0
- package/_shims/bun-runtime.mjs +10 -0
- package/_shims/bun-runtime.mjs.map +1 -0
- package/_shims/index.d.ts +79 -0
- package/_shims/index.js +13 -0
- package/_shims/index.mjs +7 -0
- package/_shims/manual-types.d.ts +12 -0
- package/_shims/manual-types.js +3 -0
- package/_shims/manual-types.mjs +3 -0
- package/_shims/node-runtime.d.ts +3 -0
- package/_shims/node-runtime.d.ts.map +1 -0
- package/_shims/node-runtime.js +87 -0
- package/_shims/node-runtime.js.map +1 -0
- package/_shims/node-runtime.mjs +54 -0
- package/_shims/node-runtime.mjs.map +1 -0
- package/_shims/node-types.d.ts +42 -0
- package/_shims/node-types.js +3 -0
- package/_shims/node-types.mjs +3 -0
- package/_shims/registry.d.ts +35 -0
- package/_shims/registry.d.ts.map +1 -0
- package/_shims/registry.js +39 -0
- package/_shims/registry.js.map +1 -0
- package/_shims/registry.mjs +35 -0
- package/_shims/registry.mjs.map +1 -0
- package/_shims/web-runtime.d.ts +5 -0
- package/_shims/web-runtime.d.ts.map +1 -0
- package/_shims/web-runtime.js +70 -0
- package/_shims/web-runtime.js.map +1 -0
- package/_shims/web-runtime.mjs +63 -0
- package/_shims/web-runtime.mjs.map +1 -0
- package/_shims/web-types.d.ts +82 -0
- package/_shims/web-types.js +3 -0
- package/_shims/web-types.mjs +3 -0
- package/core.d.ts +170 -218
- package/core.d.ts.map +1 -1
- package/core.js +673 -729
- package/core.js.map +1 -1
- package/core.mjs +667 -680
- package/core.mjs.map +1 -1
- package/error.d.ts +104 -177
- package/error.js +247 -280
- package/error.js.map +1 -1
- package/error.mjs +244 -252
- package/error.mjs.map +1 -1
- package/index.d.mts +332 -356
- package/index.d.ts +332 -356
- package/index.d.ts.map +1 -1
- package/index.js +193 -264
- package/index.mjs +170 -198
- package/package.json +31 -23
- package/pagination.d.ts +25 -25
- package/pagination.js +29 -25
- package/pagination.mjs +27 -23
- package/resource.d.ts +10 -10
- package/resource.js +12 -12
- package/resource.mjs +10 -10
- package/resources/account-numbers.d.ts +162 -168
- package/resources/account-numbers.js +33 -31
- package/resources/account-numbers.mjs +28 -26
- package/resources/account-statements.d.ts +79 -81
- package/resources/account-statements.js +21 -21
- package/resources/account-statements.mjs +16 -14
- package/resources/account-transfers.d.ts +192 -194
- package/resources/account-transfers.js +39 -39
- package/resources/account-transfers.mjs +34 -32
- package/resources/accounts.d.ts +148 -151
- package/resources/accounts.js +39 -37
- package/resources/accounts.mjs +34 -32
- package/resources/ach-prenotifications.d.ts +370 -438
- package/resources/ach-prenotifications.d.ts.map +1 -1
- package/resources/ach-prenotifications.js +27 -27
- package/resources/ach-prenotifications.js.map +1 -1
- package/resources/ach-prenotifications.mjs +22 -20
- package/resources/ach-prenotifications.mjs.map +1 -1
- package/resources/ach-transfers.d.ts +604 -679
- package/resources/ach-transfers.d.ts.map +1 -1
- package/resources/ach-transfers.js +39 -37
- package/resources/ach-transfers.js.map +1 -1
- package/resources/ach-transfers.mjs +34 -32
- package/resources/ach-transfers.mjs.map +1 -1
- package/resources/balance-lookups.d.ts +35 -38
- package/resources/balance-lookups.js +12 -11
- package/resources/balance-lookups.mjs +9 -8
- package/resources/bookkeeping-accounts.d.ts +66 -70
- package/resources/bookkeeping-accounts.js +21 -21
- package/resources/bookkeeping-accounts.mjs +16 -14
- package/resources/bookkeeping-entries.d.ts +36 -37
- package/resources/bookkeeping-entries.js +15 -15
- package/resources/bookkeeping-entries.mjs +10 -8
- package/resources/bookkeeping-entry-sets.d.ts +61 -64
- package/resources/bookkeeping-entry-sets.js +12 -13
- package/resources/bookkeeping-entry-sets.mjs +9 -8
- package/resources/card-disputes.d.ts +127 -129
- package/resources/card-disputes.js +27 -25
- package/resources/card-disputes.mjs +22 -20
- package/resources/card-profiles.d.ts +235 -245
- package/resources/card-profiles.js +33 -31
- package/resources/card-profiles.mjs +28 -26
- package/resources/card-purchase-supplements.d.ts +219 -238
- package/resources/card-purchase-supplements.js +21 -21
- package/resources/card-purchase-supplements.mjs +16 -14
- package/resources/cards.d.ts +288 -279
- package/resources/cards.d.ts.map +1 -1
- package/resources/cards.js +39 -37
- package/resources/cards.js.map +1 -1
- package/resources/cards.mjs +34 -32
- package/resources/cards.mjs.map +1 -1
- package/resources/check-deposits.d.ts +238 -260
- package/resources/check-deposits.js +27 -25
- package/resources/check-deposits.mjs +22 -20
- package/resources/check-transfers.d.ts +487 -503
- package/resources/check-transfers.js +45 -43
- package/resources/check-transfers.mjs +40 -38
- package/resources/declined-transactions.d.ts +806 -918
- package/resources/declined-transactions.d.ts.map +1 -1
- package/resources/declined-transactions.js +21 -21
- package/resources/declined-transactions.js.map +1 -1
- package/resources/declined-transactions.mjs +16 -14
- package/resources/declined-transactions.mjs.map +1 -1
- package/resources/digital-wallet-tokens.d.ts +75 -77
- package/resources/digital-wallet-tokens.js +21 -21
- package/resources/digital-wallet-tokens.mjs +16 -14
- package/resources/documents.d.ts +78 -77
- package/resources/documents.js +21 -19
- package/resources/documents.mjs +16 -14
- package/resources/entities/beneficial-owners.d.ts +233 -244
- package/resources/entities/beneficial-owners.js +24 -25
- package/resources/entities/beneficial-owners.mjs +21 -20
- package/resources/entities/entities.d.ts +1532 -1585
- package/resources/entities/entities.d.ts.map +1 -1
- package/resources/entities/entities.js +67 -83
- package/resources/entities/entities.mjs +43 -42
- package/resources/entities/index.d.ts +4 -22
- package/resources/entities/index.js +12 -42
- package/resources/entities/index.mjs +4 -4
- package/resources/entities/supplemental-documents.d.ts +38 -44
- package/resources/entities/supplemental-documents.js +24 -24
- package/resources/entities/supplemental-documents.mjs +20 -18
- package/resources/event-subscriptions.d.ts +242 -355
- package/resources/event-subscriptions.js +33 -33
- package/resources/event-subscriptions.mjs +28 -26
- package/resources/events.d.ts +150 -254
- package/resources/events.js +21 -19
- package/resources/events.mjs +16 -14
- package/resources/exports.d.ts +210 -158
- package/resources/exports.d.ts.map +1 -1
- package/resources/exports.js +27 -25
- package/resources/exports.js.map +1 -1
- package/resources/exports.mjs +22 -20
- package/resources/exports.mjs.map +1 -1
- package/resources/external-accounts.d.ts +122 -128
- package/resources/external-accounts.js +33 -33
- package/resources/external-accounts.mjs +28 -26
- package/resources/files.d.ts +149 -196
- package/resources/files.js +30 -28
- package/resources/files.mjs +24 -22
- package/resources/groups.d.ts +35 -35
- package/resources/groups.js +12 -11
- package/resources/groups.mjs +9 -8
- package/resources/inbound-ach-transfers.d.ts +265 -305
- package/resources/inbound-ach-transfers.js +42 -42
- package/resources/inbound-ach-transfers.mjs +37 -35
- package/resources/inbound-wire-drawdown-requests.d.ts +113 -119
- package/resources/inbound-wire-drawdown-requests.js +24 -25
- package/resources/inbound-wire-drawdown-requests.mjs +19 -19
- package/resources/index.d.ts +39 -205
- package/resources/index.js +114 -540
- package/resources/index.mjs +39 -42
- package/resources/oauth-connections.d.ts +43 -44
- package/resources/oauth-connections.js +21 -21
- package/resources/oauth-connections.mjs +16 -14
- package/resources/pending-transactions.d.ts +560 -597
- package/resources/pending-transactions.d.ts.map +1 -1
- package/resources/pending-transactions.js +21 -21
- package/resources/pending-transactions.js.map +1 -1
- package/resources/pending-transactions.mjs +16 -14
- package/resources/pending-transactions.mjs.map +1 -1
- package/resources/programs.d.ts +41 -39
- package/resources/programs.js +21 -19
- package/resources/programs.mjs +16 -14
- package/resources/real-time-decisions.d.ts +384 -411
- package/resources/real-time-decisions.js +18 -19
- package/resources/real-time-decisions.mjs +15 -14
- package/resources/real-time-payments-transfers.d.ts +304 -342
- package/resources/real-time-payments-transfers.js +30 -30
- package/resources/real-time-payments-transfers.mjs +25 -23
- package/resources/routing-numbers.d.ts +52 -54
- package/resources/routing-numbers.js +18 -16
- package/resources/routing-numbers.mjs +14 -12
- package/resources/simulations/account-statements.d.ts +12 -15
- package/resources/simulations/account-statements.js +13 -14
- package/resources/simulations/account-statements.mjs +10 -9
- package/resources/simulations/account-transfers.d.ts +8 -11
- package/resources/simulations/account-transfers.js +13 -13
- package/resources/simulations/account-transfers.mjs +10 -10
- package/resources/simulations/ach-transfers.d.ts +3612 -3835
- package/resources/simulations/ach-transfers.d.ts.map +1 -1
- package/resources/simulations/ach-transfers.js +40 -35
- package/resources/simulations/ach-transfers.js.map +1 -1
- package/resources/simulations/ach-transfers.mjs +37 -32
- package/resources/simulations/ach-transfers.mjs.map +1 -1
- package/resources/simulations/card-disputes.d.ts +22 -26
- package/resources/simulations/card-disputes.js +15 -14
- package/resources/simulations/card-disputes.mjs +12 -11
- package/resources/simulations/card-profiles.d.ts +9 -9
- package/resources/simulations/card-profiles.js +14 -14
- package/resources/simulations/card-profiles.mjs +11 -11
- package/resources/simulations/card-refunds.d.ts +13 -16
- package/resources/simulations/card-refunds.js +13 -12
- package/resources/simulations/card-refunds.mjs +10 -9
- package/resources/simulations/cards.d.ts +1307 -1437
- package/resources/simulations/cards.d.ts.map +1 -1
- package/resources/simulations/cards.js +28 -27
- package/resources/simulations/cards.js.map +1 -1
- package/resources/simulations/cards.mjs +25 -24
- package/resources/simulations/cards.mjs.map +1 -1
- package/resources/simulations/check-deposits.d.ts +17 -17
- package/resources/simulations/check-deposits.js +26 -26
- package/resources/simulations/check-deposits.mjs +23 -23
- package/resources/simulations/check-transfers.d.ts +12 -18
- package/resources/simulations/check-transfers.js +19 -19
- package/resources/simulations/check-transfers.mjs +16 -16
- package/resources/simulations/digital-wallet-token-requests.d.ts +35 -43
- package/resources/simulations/digital-wallet-token-requests.js +13 -15
- package/resources/simulations/digital-wallet-token-requests.mjs +10 -9
- package/resources/simulations/documents.d.ts +11 -11
- package/resources/simulations/documents.js +12 -11
- package/resources/simulations/documents.mjs +9 -8
- package/resources/simulations/inbound-funds-holds.d.ts +63 -66
- package/resources/simulations/inbound-funds-holds.js +13 -14
- package/resources/simulations/inbound-funds-holds.mjs +10 -9
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts +94 -97
- package/resources/simulations/inbound-wire-drawdown-requests.js +13 -15
- package/resources/simulations/inbound-wire-drawdown-requests.mjs +10 -11
- package/resources/simulations/index.d.ts +19 -40
- package/resources/simulations/index.js +40 -148
- package/resources/simulations/index.mjs +19 -19
- package/resources/simulations/interest-payments.d.ts +2482 -2743
- package/resources/simulations/interest-payments.d.ts.map +1 -1
- package/resources/simulations/interest-payments.js +13 -14
- package/resources/simulations/interest-payments.js.map +1 -1
- package/resources/simulations/interest-payments.mjs +10 -9
- package/resources/simulations/interest-payments.mjs.map +1 -1
- package/resources/simulations/programs.d.ts +13 -13
- package/resources/simulations/programs.js +14 -13
- package/resources/simulations/programs.mjs +11 -10
- package/resources/simulations/real-time-payments-transfers.d.ts +3342 -3727
- package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/simulations/real-time-payments-transfers.js +24 -25
- package/resources/simulations/real-time-payments-transfers.js.map +1 -1
- package/resources/simulations/real-time-payments-transfers.mjs +21 -20
- package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
- package/resources/simulations/simulations.d.ts +75 -75
- package/resources/simulations/simulations.js +78 -101
- package/resources/simulations/simulations.mjs +56 -56
- package/resources/simulations/wire-transfers.d.ts +2540 -2801
- package/resources/simulations/wire-transfers.d.ts.map +1 -1
- package/resources/simulations/wire-transfers.js +12 -11
- package/resources/simulations/wire-transfers.js.map +1 -1
- package/resources/simulations/wire-transfers.mjs +9 -8
- package/resources/simulations/wire-transfers.mjs.map +1 -1
- package/resources/transactions.d.ts +2539 -2830
- package/resources/transactions.d.ts.map +1 -1
- package/resources/transactions.js +21 -19
- package/resources/transactions.js.map +1 -1
- package/resources/transactions.mjs +16 -14
- package/resources/transactions.mjs.map +1 -1
- package/resources/wire-drawdown-requests.d.ts +140 -147
- package/resources/wire-drawdown-requests.js +27 -27
- package/resources/wire-drawdown-requests.mjs +22 -20
- package/resources/wire-transfers.d.ts +315 -324
- package/resources/wire-transfers.js +56 -54
- package/resources/wire-transfers.mjs +51 -49
- package/shims/node.d.ts +29 -0
- package/shims/node.d.ts.map +1 -0
- package/shims/node.js +31 -0
- package/shims/node.js.map +1 -0
- package/shims/node.mjs +5 -0
- package/shims/node.mjs.map +1 -0
- package/shims/web.d.ts +26 -0
- package/shims/web.d.ts.map +1 -0
- package/shims/web.js +31 -0
- package/shims/web.js.map +1 -0
- package/shims/web.mjs +5 -0
- package/shims/web.mjs.map +1 -0
- package/src/_shims/MultipartBody.ts +9 -0
- package/src/_shims/README.md +46 -0
- package/src/_shims/auto/runtime-bun.ts +4 -0
- package/src/_shims/auto/runtime-node.ts +4 -0
- package/src/_shims/auto/runtime.ts +4 -0
- package/src/_shims/auto/types-node.ts +4 -0
- package/src/_shims/auto/types.d.ts +99 -0
- package/src/_shims/auto/types.js +3 -0
- package/src/_shims/auto/types.mjs +3 -0
- package/src/_shims/bun-runtime.ts +14 -0
- package/src/_shims/index.d.ts +79 -0
- package/src/_shims/index.js +13 -0
- package/src/_shims/index.mjs +7 -0
- package/src/_shims/manual-types.d.ts +12 -0
- package/src/_shims/manual-types.js +3 -0
- package/src/_shims/manual-types.mjs +3 -0
- package/src/_shims/node-runtime.ts +79 -0
- package/src/_shims/node-types.d.ts +42 -0
- package/src/_shims/node-types.js +3 -0
- package/src/_shims/node-types.mjs +3 -0
- package/src/_shims/registry.ts +64 -0
- package/src/_shims/web-runtime.ts +91 -0
- package/src/_shims/web-types.d.ts +82 -0
- package/src/_shims/web-types.js +3 -0
- package/src/_shims/web-types.mjs +3 -0
- package/src/core.ts +37 -17
- package/src/error.ts +3 -3
- package/src/index.ts +6 -6
- package/src/pagination.ts +1 -1
- package/src/resource.ts +1 -1
- package/src/resources/account-numbers.ts +5 -5
- package/src/resources/account-statements.ts +5 -5
- package/src/resources/account-transfers.ts +5 -5
- package/src/resources/accounts.ts +5 -5
- package/src/resources/ach-prenotifications.ts +45 -16
- package/src/resources/ach-transfers.ts +47 -17
- package/src/resources/balance-lookups.ts +3 -3
- package/src/resources/bookkeeping-accounts.ts +5 -5
- package/src/resources/bookkeeping-entries.ts +5 -5
- package/src/resources/bookkeeping-entry-sets.ts +3 -3
- package/src/resources/card-disputes.ts +5 -5
- package/src/resources/card-profiles.ts +5 -5
- package/src/resources/card-purchase-supplements.ts +5 -5
- package/src/resources/cards.ts +15 -5
- package/src/resources/check-deposits.ts +5 -5
- package/src/resources/check-transfers.ts +5 -5
- package/src/resources/declined-transactions.ts +15 -5
- package/src/resources/digital-wallet-tokens.ts +5 -5
- package/src/resources/documents.ts +5 -5
- package/src/resources/entities/beneficial-owners.ts +5 -5
- package/src/resources/entities/entities.ts +18 -18
- package/src/resources/entities/index.ts +3 -3
- package/src/resources/entities/supplemental-documents.ts +5 -5
- package/src/resources/event-subscriptions.ts +5 -5
- package/src/resources/events.ts +5 -5
- package/src/resources/exports.ts +64 -7
- package/src/resources/external-accounts.ts +5 -5
- package/src/resources/files.ts +6 -6
- package/src/resources/groups.ts +3 -3
- package/src/resources/inbound-ach-transfers.ts +5 -5
- package/src/resources/inbound-wire-drawdown-requests.ts +5 -5
- package/src/resources/index.ts +38 -38
- package/src/resources/oauth-connections.ts +5 -5
- package/src/resources/pending-transactions.ts +10 -5
- package/src/resources/programs.ts +5 -5
- package/src/resources/real-time-decisions.ts +3 -3
- package/src/resources/real-time-payments-transfers.ts +5 -5
- package/src/resources/routing-numbers.ts +4 -4
- package/src/resources/simulations/account-statements.ts +4 -4
- package/src/resources/simulations/account-transfers.ts +3 -3
- package/src/resources/simulations/ach-transfers.ts +318 -30
- package/src/resources/simulations/card-disputes.ts +4 -4
- package/src/resources/simulations/card-profiles.ts +3 -3
- package/src/resources/simulations/card-refunds.ts +4 -4
- package/src/resources/simulations/cards.ts +19 -4
- package/src/resources/simulations/check-deposits.ts +3 -3
- package/src/resources/simulations/check-transfers.ts +3 -3
- package/src/resources/simulations/digital-wallet-token-requests.ts +3 -3
- package/src/resources/simulations/documents.ts +4 -4
- package/src/resources/simulations/inbound-funds-holds.ts +3 -3
- package/src/resources/simulations/inbound-wire-drawdown-requests.ts +4 -4
- package/src/resources/simulations/index.ts +18 -18
- package/src/resources/simulations/interest-payments.ts +29 -15
- package/src/resources/simulations/programs.ts +4 -4
- package/src/resources/simulations/real-time-payments-transfers.ts +40 -16
- package/src/resources/simulations/simulations.ts +19 -19
- package/src/resources/simulations/wire-transfers.ts +29 -15
- package/src/resources/transactions.ts +31 -17
- package/src/resources/wire-drawdown-requests.ts +5 -5
- package/src/resources/wire-transfers.ts +5 -5
- package/src/shims/node.ts +50 -0
- package/src/shims/web.ts +50 -0
- package/src/uploads.ts +12 -16
- package/src/version.ts +1 -1
- package/uploads.d.ts +23 -39
- package/uploads.d.ts.map +1 -1
- package/uploads.js +115 -157
- package/uploads.js.map +1 -1
- package/uploads.mjs +111 -133
- package/uploads.mjs.map +1 -1
- package/version.d.ts +2 -2
- package/version.js +4 -4
- package/version.mjs +2 -2
- package/_shims/ReadableStream-node.d.ts +0 -6
- package/_shims/ReadableStream-node.d.ts.map +0 -1
- package/_shims/ReadableStream-node.js +0 -14
- package/_shims/ReadableStream-node.js.map +0 -1
- package/_shims/ReadableStream-node.mjs +0 -3
- package/_shims/ReadableStream-node.mjs.map +0 -1
- package/_shims/ReadableStream.d.ts +0 -38
- package/_shims/ReadableStream.mjs +0 -7
- package/_shims/agent-node.d.ts +0 -7
- package/_shims/agent-node.d.ts.map +0 -1
- package/_shims/agent-node.js +0 -28
- package/_shims/agent-node.js.map +0 -1
- package/_shims/agent-node.mjs +0 -16
- package/_shims/agent-node.mjs.map +0 -1
- package/_shims/agent.d.ts +0 -9
- package/_shims/agent.d.ts.map +0 -1
- package/_shims/agent.js +0 -14
- package/_shims/agent.js.map +0 -1
- package/_shims/agent.mjs +0 -10
- package/_shims/agent.mjs.map +0 -1
- package/_shims/fetch-node.d.ts +0 -64
- package/_shims/fetch-node.js +0 -12
- package/_shims/fetch-node.mjs +0 -14
- package/_shims/fetch.d.ts +0 -60
- package/_shims/fetch.js +0 -13
- package/_shims/fetch.mjs +0 -15
- package/_shims/fileFromPath-node.d.ts +0 -17
- package/_shims/fileFromPath-node.d.ts.map +0 -1
- package/_shims/fileFromPath-node.js +0 -17
- package/_shims/fileFromPath-node.js.map +0 -1
- package/_shims/fileFromPath-node.mjs +0 -13
- package/_shims/fileFromPath-node.mjs.map +0 -1
- package/_shims/fileFromPath.d.ts +0 -22
- package/_shims/fileFromPath.d.ts.map +0 -1
- package/_shims/fileFromPath.js +0 -16
- package/_shims/fileFromPath.js.map +0 -1
- package/_shims/fileFromPath.mjs +0 -12
- package/_shims/fileFromPath.mjs.map +0 -1
- package/_shims/form-data-node.d.ts +0 -45
- package/_shims/form-data-node.js +0 -11
- package/_shims/form-data-node.mjs +0 -9
- package/_shims/form-data.d.ts +0 -43
- package/_shims/form-data.js +0 -17
- package/_shims/form-data.mjs +0 -20
- package/_shims/getMultipartRequestOptions-node.d.ts +0 -10
- package/_shims/getMultipartRequestOptions-node.d.ts.map +0 -1
- package/_shims/getMultipartRequestOptions-node.js +0 -22
- package/_shims/getMultipartRequestOptions-node.js.map +0 -1
- package/_shims/getMultipartRequestOptions-node.mjs +0 -18
- package/_shims/getMultipartRequestOptions-node.mjs.map +0 -1
- package/_shims/getMultipartRequestOptions.d.ts +0 -10
- package/_shims/getMultipartRequestOptions.d.ts.map +0 -1
- package/_shims/getMultipartRequestOptions.js +0 -12
- package/_shims/getMultipartRequestOptions.js.map +0 -1
- package/_shims/getMultipartRequestOptions.mjs +0 -8
- package/_shims/getMultipartRequestOptions.mjs.map +0 -1
- package/_shims/node-readable-node.d.ts +0 -8
- package/_shims/node-readable-node.d.ts.map +0 -1
- package/_shims/node-readable-node.js +0 -9
- package/_shims/node-readable-node.js.map +0 -1
- package/_shims/node-readable-node.mjs +0 -5
- package/_shims/node-readable-node.mjs.map +0 -1
- package/_shims/node-readable.d.ts +0 -23
- package/_shims/node-readable.d.ts.map +0 -1
- package/_shims/node-readable.js +0 -11
- package/_shims/node-readable.js.map +0 -1
- package/_shims/node-readable.mjs +0 -7
- package/_shims/node-readable.mjs.map +0 -1
- package/src/_shims/ReadableStream.d.ts +0 -38
- package/src/_shims/ReadableStream.mjs +0 -7
- package/src/_shims/agent-node.ts +0 -22
- package/src/_shims/agent.ts +0 -12
- package/src/_shims/fetch-node.d.ts +0 -64
- package/src/_shims/fetch-node.js +0 -12
- package/src/_shims/fetch-node.mjs +0 -14
- package/src/_shims/fetch.d.ts +0 -60
- package/src/_shims/fetch.js +0 -13
- package/src/_shims/fetch.mjs +0 -15
- package/src/_shims/fileFromPath-node.ts +0 -29
- package/src/_shims/fileFromPath.ts +0 -29
- package/src/_shims/form-data-node.d.ts +0 -45
- package/src/_shims/form-data-node.js +0 -11
- package/src/_shims/form-data-node.mjs +0 -9
- package/src/_shims/form-data.d.ts +0 -43
- package/src/_shims/form-data.js +0 -17
- package/src/_shims/form-data.mjs +0 -20
- package/src/_shims/getMultipartRequestOptions-node.ts +0 -25
- package/src/_shims/getMultipartRequestOptions.ts +0 -14
- package/src/_shims/node-readable-node.ts +0 -10
- package/src/_shims/node-readable.ts +0 -30
package/resources/index.js
CHANGED
|
@@ -1,541 +1,115 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless.
|
|
3
|
-
Object.defineProperty(exports,
|
|
4
|
-
exports.InboundACHTransfersPage =
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
Object.defineProperty(exports,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
});
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
});
|
|
90
|
-
var
|
|
91
|
-
Object.defineProperty(exports,
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
Object.defineProperty(exports,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
});
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
Object.defineProperty(exports,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
var account_numbers_1 = require('./account-numbers.js');
|
|
117
|
-
Object.defineProperty(exports, 'AccountNumbersPage', {
|
|
118
|
-
enumerable: true,
|
|
119
|
-
get: function () {
|
|
120
|
-
return account_numbers_1.AccountNumbersPage;
|
|
121
|
-
},
|
|
122
|
-
});
|
|
123
|
-
Object.defineProperty(exports, 'AccountNumbers', {
|
|
124
|
-
enumerable: true,
|
|
125
|
-
get: function () {
|
|
126
|
-
return account_numbers_1.AccountNumbers;
|
|
127
|
-
},
|
|
128
|
-
});
|
|
129
|
-
var account_statements_1 = require('./account-statements.js');
|
|
130
|
-
Object.defineProperty(exports, 'AccountStatementsPage', {
|
|
131
|
-
enumerable: true,
|
|
132
|
-
get: function () {
|
|
133
|
-
return account_statements_1.AccountStatementsPage;
|
|
134
|
-
},
|
|
135
|
-
});
|
|
136
|
-
Object.defineProperty(exports, 'AccountStatements', {
|
|
137
|
-
enumerable: true,
|
|
138
|
-
get: function () {
|
|
139
|
-
return account_statements_1.AccountStatements;
|
|
140
|
-
},
|
|
141
|
-
});
|
|
142
|
-
var account_transfers_1 = require('./account-transfers.js');
|
|
143
|
-
Object.defineProperty(exports, 'AccountTransfersPage', {
|
|
144
|
-
enumerable: true,
|
|
145
|
-
get: function () {
|
|
146
|
-
return account_transfers_1.AccountTransfersPage;
|
|
147
|
-
},
|
|
148
|
-
});
|
|
149
|
-
Object.defineProperty(exports, 'AccountTransfers', {
|
|
150
|
-
enumerable: true,
|
|
151
|
-
get: function () {
|
|
152
|
-
return account_transfers_1.AccountTransfers;
|
|
153
|
-
},
|
|
154
|
-
});
|
|
155
|
-
var balance_lookups_1 = require('./balance-lookups.js');
|
|
156
|
-
Object.defineProperty(exports, 'BalanceLookups', {
|
|
157
|
-
enumerable: true,
|
|
158
|
-
get: function () {
|
|
159
|
-
return balance_lookups_1.BalanceLookups;
|
|
160
|
-
},
|
|
161
|
-
});
|
|
162
|
-
var bookkeeping_accounts_1 = require('./bookkeeping-accounts.js');
|
|
163
|
-
Object.defineProperty(exports, 'BookkeepingAccountsPage', {
|
|
164
|
-
enumerable: true,
|
|
165
|
-
get: function () {
|
|
166
|
-
return bookkeeping_accounts_1.BookkeepingAccountsPage;
|
|
167
|
-
},
|
|
168
|
-
});
|
|
169
|
-
Object.defineProperty(exports, 'BookkeepingAccounts', {
|
|
170
|
-
enumerable: true,
|
|
171
|
-
get: function () {
|
|
172
|
-
return bookkeeping_accounts_1.BookkeepingAccounts;
|
|
173
|
-
},
|
|
174
|
-
});
|
|
175
|
-
var bookkeeping_entries_1 = require('./bookkeeping-entries.js');
|
|
176
|
-
Object.defineProperty(exports, 'BookkeepingEntriesPage', {
|
|
177
|
-
enumerable: true,
|
|
178
|
-
get: function () {
|
|
179
|
-
return bookkeeping_entries_1.BookkeepingEntriesPage;
|
|
180
|
-
},
|
|
181
|
-
});
|
|
182
|
-
Object.defineProperty(exports, 'BookkeepingEntries', {
|
|
183
|
-
enumerable: true,
|
|
184
|
-
get: function () {
|
|
185
|
-
return bookkeeping_entries_1.BookkeepingEntries;
|
|
186
|
-
},
|
|
187
|
-
});
|
|
188
|
-
var bookkeeping_entry_sets_1 = require('./bookkeeping-entry-sets.js');
|
|
189
|
-
Object.defineProperty(exports, 'BookkeepingEntrySets', {
|
|
190
|
-
enumerable: true,
|
|
191
|
-
get: function () {
|
|
192
|
-
return bookkeeping_entry_sets_1.BookkeepingEntrySets;
|
|
193
|
-
},
|
|
194
|
-
});
|
|
195
|
-
var cards_1 = require('./cards.js');
|
|
196
|
-
Object.defineProperty(exports, 'CardsPage', {
|
|
197
|
-
enumerable: true,
|
|
198
|
-
get: function () {
|
|
199
|
-
return cards_1.CardsPage;
|
|
200
|
-
},
|
|
201
|
-
});
|
|
202
|
-
Object.defineProperty(exports, 'Cards', {
|
|
203
|
-
enumerable: true,
|
|
204
|
-
get: function () {
|
|
205
|
-
return cards_1.Cards;
|
|
206
|
-
},
|
|
207
|
-
});
|
|
208
|
-
var card_disputes_1 = require('./card-disputes.js');
|
|
209
|
-
Object.defineProperty(exports, 'CardDisputesPage', {
|
|
210
|
-
enumerable: true,
|
|
211
|
-
get: function () {
|
|
212
|
-
return card_disputes_1.CardDisputesPage;
|
|
213
|
-
},
|
|
214
|
-
});
|
|
215
|
-
Object.defineProperty(exports, 'CardDisputes', {
|
|
216
|
-
enumerable: true,
|
|
217
|
-
get: function () {
|
|
218
|
-
return card_disputes_1.CardDisputes;
|
|
219
|
-
},
|
|
220
|
-
});
|
|
221
|
-
var card_profiles_1 = require('./card-profiles.js');
|
|
222
|
-
Object.defineProperty(exports, 'CardProfilesPage', {
|
|
223
|
-
enumerable: true,
|
|
224
|
-
get: function () {
|
|
225
|
-
return card_profiles_1.CardProfilesPage;
|
|
226
|
-
},
|
|
227
|
-
});
|
|
228
|
-
Object.defineProperty(exports, 'CardProfiles', {
|
|
229
|
-
enumerable: true,
|
|
230
|
-
get: function () {
|
|
231
|
-
return card_profiles_1.CardProfiles;
|
|
232
|
-
},
|
|
233
|
-
});
|
|
234
|
-
var card_purchase_supplements_1 = require('./card-purchase-supplements.js');
|
|
235
|
-
Object.defineProperty(exports, 'CardPurchaseSupplementsPage', {
|
|
236
|
-
enumerable: true,
|
|
237
|
-
get: function () {
|
|
238
|
-
return card_purchase_supplements_1.CardPurchaseSupplementsPage;
|
|
239
|
-
},
|
|
240
|
-
});
|
|
241
|
-
Object.defineProperty(exports, 'CardPurchaseSupplements', {
|
|
242
|
-
enumerable: true,
|
|
243
|
-
get: function () {
|
|
244
|
-
return card_purchase_supplements_1.CardPurchaseSupplements;
|
|
245
|
-
},
|
|
246
|
-
});
|
|
247
|
-
var check_deposits_1 = require('./check-deposits.js');
|
|
248
|
-
Object.defineProperty(exports, 'CheckDepositsPage', {
|
|
249
|
-
enumerable: true,
|
|
250
|
-
get: function () {
|
|
251
|
-
return check_deposits_1.CheckDepositsPage;
|
|
252
|
-
},
|
|
253
|
-
});
|
|
254
|
-
Object.defineProperty(exports, 'CheckDeposits', {
|
|
255
|
-
enumerable: true,
|
|
256
|
-
get: function () {
|
|
257
|
-
return check_deposits_1.CheckDeposits;
|
|
258
|
-
},
|
|
259
|
-
});
|
|
260
|
-
var check_transfers_1 = require('./check-transfers.js');
|
|
261
|
-
Object.defineProperty(exports, 'CheckTransfersPage', {
|
|
262
|
-
enumerable: true,
|
|
263
|
-
get: function () {
|
|
264
|
-
return check_transfers_1.CheckTransfersPage;
|
|
265
|
-
},
|
|
266
|
-
});
|
|
267
|
-
Object.defineProperty(exports, 'CheckTransfers', {
|
|
268
|
-
enumerable: true,
|
|
269
|
-
get: function () {
|
|
270
|
-
return check_transfers_1.CheckTransfers;
|
|
271
|
-
},
|
|
272
|
-
});
|
|
273
|
-
var declined_transactions_1 = require('./declined-transactions.js');
|
|
274
|
-
Object.defineProperty(exports, 'DeclinedTransactionsPage', {
|
|
275
|
-
enumerable: true,
|
|
276
|
-
get: function () {
|
|
277
|
-
return declined_transactions_1.DeclinedTransactionsPage;
|
|
278
|
-
},
|
|
279
|
-
});
|
|
280
|
-
Object.defineProperty(exports, 'DeclinedTransactions', {
|
|
281
|
-
enumerable: true,
|
|
282
|
-
get: function () {
|
|
283
|
-
return declined_transactions_1.DeclinedTransactions;
|
|
284
|
-
},
|
|
285
|
-
});
|
|
286
|
-
var digital_wallet_tokens_1 = require('./digital-wallet-tokens.js');
|
|
287
|
-
Object.defineProperty(exports, 'DigitalWalletTokensPage', {
|
|
288
|
-
enumerable: true,
|
|
289
|
-
get: function () {
|
|
290
|
-
return digital_wallet_tokens_1.DigitalWalletTokensPage;
|
|
291
|
-
},
|
|
292
|
-
});
|
|
293
|
-
Object.defineProperty(exports, 'DigitalWalletTokens', {
|
|
294
|
-
enumerable: true,
|
|
295
|
-
get: function () {
|
|
296
|
-
return digital_wallet_tokens_1.DigitalWalletTokens;
|
|
297
|
-
},
|
|
298
|
-
});
|
|
299
|
-
var documents_1 = require('./documents.js');
|
|
300
|
-
Object.defineProperty(exports, 'DocumentsPage', {
|
|
301
|
-
enumerable: true,
|
|
302
|
-
get: function () {
|
|
303
|
-
return documents_1.DocumentsPage;
|
|
304
|
-
},
|
|
305
|
-
});
|
|
306
|
-
Object.defineProperty(exports, 'Documents', {
|
|
307
|
-
enumerable: true,
|
|
308
|
-
get: function () {
|
|
309
|
-
return documents_1.Documents;
|
|
310
|
-
},
|
|
311
|
-
});
|
|
312
|
-
var entities_1 = require('./entities/entities.js');
|
|
313
|
-
Object.defineProperty(exports, 'EntitiesPage', {
|
|
314
|
-
enumerable: true,
|
|
315
|
-
get: function () {
|
|
316
|
-
return entities_1.EntitiesPage;
|
|
317
|
-
},
|
|
318
|
-
});
|
|
319
|
-
Object.defineProperty(exports, 'Entities', {
|
|
320
|
-
enumerable: true,
|
|
321
|
-
get: function () {
|
|
322
|
-
return entities_1.Entities;
|
|
323
|
-
},
|
|
324
|
-
});
|
|
325
|
-
var events_1 = require('./events.js');
|
|
326
|
-
Object.defineProperty(exports, 'EventsPage', {
|
|
327
|
-
enumerable: true,
|
|
328
|
-
get: function () {
|
|
329
|
-
return events_1.EventsPage;
|
|
330
|
-
},
|
|
331
|
-
});
|
|
332
|
-
Object.defineProperty(exports, 'Events', {
|
|
333
|
-
enumerable: true,
|
|
334
|
-
get: function () {
|
|
335
|
-
return events_1.Events;
|
|
336
|
-
},
|
|
337
|
-
});
|
|
338
|
-
var event_subscriptions_1 = require('./event-subscriptions.js');
|
|
339
|
-
Object.defineProperty(exports, 'EventSubscriptionsPage', {
|
|
340
|
-
enumerable: true,
|
|
341
|
-
get: function () {
|
|
342
|
-
return event_subscriptions_1.EventSubscriptionsPage;
|
|
343
|
-
},
|
|
344
|
-
});
|
|
345
|
-
Object.defineProperty(exports, 'EventSubscriptions', {
|
|
346
|
-
enumerable: true,
|
|
347
|
-
get: function () {
|
|
348
|
-
return event_subscriptions_1.EventSubscriptions;
|
|
349
|
-
},
|
|
350
|
-
});
|
|
351
|
-
var exports_1 = require('./exports.js');
|
|
352
|
-
Object.defineProperty(exports, 'ExportsPage', {
|
|
353
|
-
enumerable: true,
|
|
354
|
-
get: function () {
|
|
355
|
-
return exports_1.ExportsPage;
|
|
356
|
-
},
|
|
357
|
-
});
|
|
358
|
-
Object.defineProperty(exports, 'Exports', {
|
|
359
|
-
enumerable: true,
|
|
360
|
-
get: function () {
|
|
361
|
-
return exports_1.Exports;
|
|
362
|
-
},
|
|
363
|
-
});
|
|
364
|
-
var external_accounts_1 = require('./external-accounts.js');
|
|
365
|
-
Object.defineProperty(exports, 'ExternalAccountsPage', {
|
|
366
|
-
enumerable: true,
|
|
367
|
-
get: function () {
|
|
368
|
-
return external_accounts_1.ExternalAccountsPage;
|
|
369
|
-
},
|
|
370
|
-
});
|
|
371
|
-
Object.defineProperty(exports, 'ExternalAccounts', {
|
|
372
|
-
enumerable: true,
|
|
373
|
-
get: function () {
|
|
374
|
-
return external_accounts_1.ExternalAccounts;
|
|
375
|
-
},
|
|
376
|
-
});
|
|
377
|
-
var files_1 = require('./files.js');
|
|
378
|
-
Object.defineProperty(exports, 'FilesPage', {
|
|
379
|
-
enumerable: true,
|
|
380
|
-
get: function () {
|
|
381
|
-
return files_1.FilesPage;
|
|
382
|
-
},
|
|
383
|
-
});
|
|
384
|
-
Object.defineProperty(exports, 'Files', {
|
|
385
|
-
enumerable: true,
|
|
386
|
-
get: function () {
|
|
387
|
-
return files_1.Files;
|
|
388
|
-
},
|
|
389
|
-
});
|
|
390
|
-
var groups_1 = require('./groups.js');
|
|
391
|
-
Object.defineProperty(exports, 'Groups', {
|
|
392
|
-
enumerable: true,
|
|
393
|
-
get: function () {
|
|
394
|
-
return groups_1.Groups;
|
|
395
|
-
},
|
|
396
|
-
});
|
|
397
|
-
var inbound_ach_transfers_1 = require('./inbound-ach-transfers.js');
|
|
398
|
-
Object.defineProperty(exports, 'InboundACHTransfersPage', {
|
|
399
|
-
enumerable: true,
|
|
400
|
-
get: function () {
|
|
401
|
-
return inbound_ach_transfers_1.InboundACHTransfersPage;
|
|
402
|
-
},
|
|
403
|
-
});
|
|
404
|
-
Object.defineProperty(exports, 'InboundACHTransfers', {
|
|
405
|
-
enumerable: true,
|
|
406
|
-
get: function () {
|
|
407
|
-
return inbound_ach_transfers_1.InboundACHTransfers;
|
|
408
|
-
},
|
|
409
|
-
});
|
|
410
|
-
var inbound_wire_drawdown_requests_1 = require('./inbound-wire-drawdown-requests.js');
|
|
411
|
-
Object.defineProperty(exports, 'InboundWireDrawdownRequestsPage', {
|
|
412
|
-
enumerable: true,
|
|
413
|
-
get: function () {
|
|
414
|
-
return inbound_wire_drawdown_requests_1.InboundWireDrawdownRequestsPage;
|
|
415
|
-
},
|
|
416
|
-
});
|
|
417
|
-
Object.defineProperty(exports, 'InboundWireDrawdownRequests', {
|
|
418
|
-
enumerable: true,
|
|
419
|
-
get: function () {
|
|
420
|
-
return inbound_wire_drawdown_requests_1.InboundWireDrawdownRequests;
|
|
421
|
-
},
|
|
422
|
-
});
|
|
423
|
-
var oauth_connections_1 = require('./oauth-connections.js');
|
|
424
|
-
Object.defineProperty(exports, 'OauthConnectionsPage', {
|
|
425
|
-
enumerable: true,
|
|
426
|
-
get: function () {
|
|
427
|
-
return oauth_connections_1.OauthConnectionsPage;
|
|
428
|
-
},
|
|
429
|
-
});
|
|
430
|
-
Object.defineProperty(exports, 'OauthConnections', {
|
|
431
|
-
enumerable: true,
|
|
432
|
-
get: function () {
|
|
433
|
-
return oauth_connections_1.OauthConnections;
|
|
434
|
-
},
|
|
435
|
-
});
|
|
436
|
-
var pending_transactions_1 = require('./pending-transactions.js');
|
|
437
|
-
Object.defineProperty(exports, 'PendingTransactionsPage', {
|
|
438
|
-
enumerable: true,
|
|
439
|
-
get: function () {
|
|
440
|
-
return pending_transactions_1.PendingTransactionsPage;
|
|
441
|
-
},
|
|
442
|
-
});
|
|
443
|
-
Object.defineProperty(exports, 'PendingTransactions', {
|
|
444
|
-
enumerable: true,
|
|
445
|
-
get: function () {
|
|
446
|
-
return pending_transactions_1.PendingTransactions;
|
|
447
|
-
},
|
|
448
|
-
});
|
|
449
|
-
var programs_1 = require('./programs.js');
|
|
450
|
-
Object.defineProperty(exports, 'ProgramsPage', {
|
|
451
|
-
enumerable: true,
|
|
452
|
-
get: function () {
|
|
453
|
-
return programs_1.ProgramsPage;
|
|
454
|
-
},
|
|
455
|
-
});
|
|
456
|
-
Object.defineProperty(exports, 'Programs', {
|
|
457
|
-
enumerable: true,
|
|
458
|
-
get: function () {
|
|
459
|
-
return programs_1.Programs;
|
|
460
|
-
},
|
|
461
|
-
});
|
|
462
|
-
var real_time_decisions_1 = require('./real-time-decisions.js');
|
|
463
|
-
Object.defineProperty(exports, 'RealTimeDecisions', {
|
|
464
|
-
enumerable: true,
|
|
465
|
-
get: function () {
|
|
466
|
-
return real_time_decisions_1.RealTimeDecisions;
|
|
467
|
-
},
|
|
468
|
-
});
|
|
469
|
-
var real_time_payments_transfers_1 = require('./real-time-payments-transfers.js');
|
|
470
|
-
Object.defineProperty(exports, 'RealTimePaymentsTransfersPage', {
|
|
471
|
-
enumerable: true,
|
|
472
|
-
get: function () {
|
|
473
|
-
return real_time_payments_transfers_1.RealTimePaymentsTransfersPage;
|
|
474
|
-
},
|
|
475
|
-
});
|
|
476
|
-
Object.defineProperty(exports, 'RealTimePaymentsTransfers', {
|
|
477
|
-
enumerable: true,
|
|
478
|
-
get: function () {
|
|
479
|
-
return real_time_payments_transfers_1.RealTimePaymentsTransfers;
|
|
480
|
-
},
|
|
481
|
-
});
|
|
482
|
-
var routing_numbers_1 = require('./routing-numbers.js');
|
|
483
|
-
Object.defineProperty(exports, 'RoutingNumbersPage', {
|
|
484
|
-
enumerable: true,
|
|
485
|
-
get: function () {
|
|
486
|
-
return routing_numbers_1.RoutingNumbersPage;
|
|
487
|
-
},
|
|
488
|
-
});
|
|
489
|
-
Object.defineProperty(exports, 'RoutingNumbers', {
|
|
490
|
-
enumerable: true,
|
|
491
|
-
get: function () {
|
|
492
|
-
return routing_numbers_1.RoutingNumbers;
|
|
493
|
-
},
|
|
494
|
-
});
|
|
495
|
-
var simulations_1 = require('./simulations/simulations.js');
|
|
496
|
-
Object.defineProperty(exports, 'Simulations', {
|
|
497
|
-
enumerable: true,
|
|
498
|
-
get: function () {
|
|
499
|
-
return simulations_1.Simulations;
|
|
500
|
-
},
|
|
501
|
-
});
|
|
502
|
-
var transactions_1 = require('./transactions.js');
|
|
503
|
-
Object.defineProperty(exports, 'TransactionsPage', {
|
|
504
|
-
enumerable: true,
|
|
505
|
-
get: function () {
|
|
506
|
-
return transactions_1.TransactionsPage;
|
|
507
|
-
},
|
|
508
|
-
});
|
|
509
|
-
Object.defineProperty(exports, 'Transactions', {
|
|
510
|
-
enumerable: true,
|
|
511
|
-
get: function () {
|
|
512
|
-
return transactions_1.Transactions;
|
|
513
|
-
},
|
|
514
|
-
});
|
|
515
|
-
var wire_drawdown_requests_1 = require('./wire-drawdown-requests.js');
|
|
516
|
-
Object.defineProperty(exports, 'WireDrawdownRequestsPage', {
|
|
517
|
-
enumerable: true,
|
|
518
|
-
get: function () {
|
|
519
|
-
return wire_drawdown_requests_1.WireDrawdownRequestsPage;
|
|
520
|
-
},
|
|
521
|
-
});
|
|
522
|
-
Object.defineProperty(exports, 'WireDrawdownRequests', {
|
|
523
|
-
enumerable: true,
|
|
524
|
-
get: function () {
|
|
525
|
-
return wire_drawdown_requests_1.WireDrawdownRequests;
|
|
526
|
-
},
|
|
527
|
-
});
|
|
528
|
-
var wire_transfers_1 = require('./wire-transfers.js');
|
|
529
|
-
Object.defineProperty(exports, 'WireTransfersPage', {
|
|
530
|
-
enumerable: true,
|
|
531
|
-
get: function () {
|
|
532
|
-
return wire_transfers_1.WireTransfersPage;
|
|
533
|
-
},
|
|
534
|
-
});
|
|
535
|
-
Object.defineProperty(exports, 'WireTransfers', {
|
|
536
|
-
enumerable: true,
|
|
537
|
-
get: function () {
|
|
538
|
-
return wire_transfers_1.WireTransfers;
|
|
539
|
-
},
|
|
540
|
-
});
|
|
541
|
-
//# sourceMappingURL=index.js.map
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.InboundACHTransfersPage = exports.Groups = exports.Files = exports.FilesPage = exports.ExternalAccounts = exports.ExternalAccountsPage = exports.Exports = exports.ExportsPage = exports.EventSubscriptions = exports.EventSubscriptionsPage = exports.Events = exports.EventsPage = exports.Entities = exports.EntitiesPage = exports.Documents = exports.DocumentsPage = exports.DigitalWalletTokens = exports.DigitalWalletTokensPage = exports.DeclinedTransactions = exports.DeclinedTransactionsPage = exports.CheckTransfers = exports.CheckTransfersPage = exports.CheckDeposits = exports.CheckDepositsPage = exports.CardPurchaseSupplements = exports.CardPurchaseSupplementsPage = exports.CardProfiles = exports.CardProfilesPage = exports.CardDisputes = exports.CardDisputesPage = exports.Cards = exports.CardsPage = exports.BookkeepingEntrySets = exports.BookkeepingEntries = exports.BookkeepingEntriesPage = exports.BookkeepingAccounts = exports.BookkeepingAccountsPage = exports.BalanceLookups = exports.AccountTransfers = exports.AccountTransfersPage = exports.AccountStatements = exports.AccountStatementsPage = exports.AccountNumbers = exports.AccountNumbersPage = exports.Accounts = exports.AccountsPage = exports.ACHTransfers = exports.ACHTransfersPage = exports.ACHPrenotifications = exports.ACHPrenotificationsPage = void 0;
|
|
5
|
+
exports.WireTransfers = exports.WireTransfersPage = exports.WireDrawdownRequests = exports.WireDrawdownRequestsPage = exports.Transactions = exports.TransactionsPage = exports.Simulations = exports.RoutingNumbers = exports.RoutingNumbersPage = exports.RealTimePaymentsTransfers = exports.RealTimePaymentsTransfersPage = exports.RealTimeDecisions = exports.Programs = exports.ProgramsPage = exports.PendingTransactions = exports.PendingTransactionsPage = exports.OauthConnections = exports.OauthConnectionsPage = exports.InboundWireDrawdownRequests = exports.InboundWireDrawdownRequestsPage = exports.InboundACHTransfers = void 0;
|
|
6
|
+
var ach_prenotifications_1 = require("./ach-prenotifications.js");
|
|
7
|
+
Object.defineProperty(exports, "ACHPrenotificationsPage", { enumerable: true, get: function () { return ach_prenotifications_1.ACHPrenotificationsPage; } });
|
|
8
|
+
Object.defineProperty(exports, "ACHPrenotifications", { enumerable: true, get: function () { return ach_prenotifications_1.ACHPrenotifications; } });
|
|
9
|
+
var ach_transfers_1 = require("./ach-transfers.js");
|
|
10
|
+
Object.defineProperty(exports, "ACHTransfersPage", { enumerable: true, get: function () { return ach_transfers_1.ACHTransfersPage; } });
|
|
11
|
+
Object.defineProperty(exports, "ACHTransfers", { enumerable: true, get: function () { return ach_transfers_1.ACHTransfers; } });
|
|
12
|
+
var accounts_1 = require("./accounts.js");
|
|
13
|
+
Object.defineProperty(exports, "AccountsPage", { enumerable: true, get: function () { return accounts_1.AccountsPage; } });
|
|
14
|
+
Object.defineProperty(exports, "Accounts", { enumerable: true, get: function () { return accounts_1.Accounts; } });
|
|
15
|
+
var account_numbers_1 = require("./account-numbers.js");
|
|
16
|
+
Object.defineProperty(exports, "AccountNumbersPage", { enumerable: true, get: function () { return account_numbers_1.AccountNumbersPage; } });
|
|
17
|
+
Object.defineProperty(exports, "AccountNumbers", { enumerable: true, get: function () { return account_numbers_1.AccountNumbers; } });
|
|
18
|
+
var account_statements_1 = require("./account-statements.js");
|
|
19
|
+
Object.defineProperty(exports, "AccountStatementsPage", { enumerable: true, get: function () { return account_statements_1.AccountStatementsPage; } });
|
|
20
|
+
Object.defineProperty(exports, "AccountStatements", { enumerable: true, get: function () { return account_statements_1.AccountStatements; } });
|
|
21
|
+
var account_transfers_1 = require("./account-transfers.js");
|
|
22
|
+
Object.defineProperty(exports, "AccountTransfersPage", { enumerable: true, get: function () { return account_transfers_1.AccountTransfersPage; } });
|
|
23
|
+
Object.defineProperty(exports, "AccountTransfers", { enumerable: true, get: function () { return account_transfers_1.AccountTransfers; } });
|
|
24
|
+
var balance_lookups_1 = require("./balance-lookups.js");
|
|
25
|
+
Object.defineProperty(exports, "BalanceLookups", { enumerable: true, get: function () { return balance_lookups_1.BalanceLookups; } });
|
|
26
|
+
var bookkeeping_accounts_1 = require("./bookkeeping-accounts.js");
|
|
27
|
+
Object.defineProperty(exports, "BookkeepingAccountsPage", { enumerable: true, get: function () { return bookkeeping_accounts_1.BookkeepingAccountsPage; } });
|
|
28
|
+
Object.defineProperty(exports, "BookkeepingAccounts", { enumerable: true, get: function () { return bookkeeping_accounts_1.BookkeepingAccounts; } });
|
|
29
|
+
var bookkeeping_entries_1 = require("./bookkeeping-entries.js");
|
|
30
|
+
Object.defineProperty(exports, "BookkeepingEntriesPage", { enumerable: true, get: function () { return bookkeeping_entries_1.BookkeepingEntriesPage; } });
|
|
31
|
+
Object.defineProperty(exports, "BookkeepingEntries", { enumerable: true, get: function () { return bookkeeping_entries_1.BookkeepingEntries; } });
|
|
32
|
+
var bookkeeping_entry_sets_1 = require("./bookkeeping-entry-sets.js");
|
|
33
|
+
Object.defineProperty(exports, "BookkeepingEntrySets", { enumerable: true, get: function () { return bookkeeping_entry_sets_1.BookkeepingEntrySets; } });
|
|
34
|
+
var cards_1 = require("./cards.js");
|
|
35
|
+
Object.defineProperty(exports, "CardsPage", { enumerable: true, get: function () { return cards_1.CardsPage; } });
|
|
36
|
+
Object.defineProperty(exports, "Cards", { enumerable: true, get: function () { return cards_1.Cards; } });
|
|
37
|
+
var card_disputes_1 = require("./card-disputes.js");
|
|
38
|
+
Object.defineProperty(exports, "CardDisputesPage", { enumerable: true, get: function () { return card_disputes_1.CardDisputesPage; } });
|
|
39
|
+
Object.defineProperty(exports, "CardDisputes", { enumerable: true, get: function () { return card_disputes_1.CardDisputes; } });
|
|
40
|
+
var card_profiles_1 = require("./card-profiles.js");
|
|
41
|
+
Object.defineProperty(exports, "CardProfilesPage", { enumerable: true, get: function () { return card_profiles_1.CardProfilesPage; } });
|
|
42
|
+
Object.defineProperty(exports, "CardProfiles", { enumerable: true, get: function () { return card_profiles_1.CardProfiles; } });
|
|
43
|
+
var card_purchase_supplements_1 = require("./card-purchase-supplements.js");
|
|
44
|
+
Object.defineProperty(exports, "CardPurchaseSupplementsPage", { enumerable: true, get: function () { return card_purchase_supplements_1.CardPurchaseSupplementsPage; } });
|
|
45
|
+
Object.defineProperty(exports, "CardPurchaseSupplements", { enumerable: true, get: function () { return card_purchase_supplements_1.CardPurchaseSupplements; } });
|
|
46
|
+
var check_deposits_1 = require("./check-deposits.js");
|
|
47
|
+
Object.defineProperty(exports, "CheckDepositsPage", { enumerable: true, get: function () { return check_deposits_1.CheckDepositsPage; } });
|
|
48
|
+
Object.defineProperty(exports, "CheckDeposits", { enumerable: true, get: function () { return check_deposits_1.CheckDeposits; } });
|
|
49
|
+
var check_transfers_1 = require("./check-transfers.js");
|
|
50
|
+
Object.defineProperty(exports, "CheckTransfersPage", { enumerable: true, get: function () { return check_transfers_1.CheckTransfersPage; } });
|
|
51
|
+
Object.defineProperty(exports, "CheckTransfers", { enumerable: true, get: function () { return check_transfers_1.CheckTransfers; } });
|
|
52
|
+
var declined_transactions_1 = require("./declined-transactions.js");
|
|
53
|
+
Object.defineProperty(exports, "DeclinedTransactionsPage", { enumerable: true, get: function () { return declined_transactions_1.DeclinedTransactionsPage; } });
|
|
54
|
+
Object.defineProperty(exports, "DeclinedTransactions", { enumerable: true, get: function () { return declined_transactions_1.DeclinedTransactions; } });
|
|
55
|
+
var digital_wallet_tokens_1 = require("./digital-wallet-tokens.js");
|
|
56
|
+
Object.defineProperty(exports, "DigitalWalletTokensPage", { enumerable: true, get: function () { return digital_wallet_tokens_1.DigitalWalletTokensPage; } });
|
|
57
|
+
Object.defineProperty(exports, "DigitalWalletTokens", { enumerable: true, get: function () { return digital_wallet_tokens_1.DigitalWalletTokens; } });
|
|
58
|
+
var documents_1 = require("./documents.js");
|
|
59
|
+
Object.defineProperty(exports, "DocumentsPage", { enumerable: true, get: function () { return documents_1.DocumentsPage; } });
|
|
60
|
+
Object.defineProperty(exports, "Documents", { enumerable: true, get: function () { return documents_1.Documents; } });
|
|
61
|
+
var entities_1 = require("./entities/entities.js");
|
|
62
|
+
Object.defineProperty(exports, "EntitiesPage", { enumerable: true, get: function () { return entities_1.EntitiesPage; } });
|
|
63
|
+
Object.defineProperty(exports, "Entities", { enumerable: true, get: function () { return entities_1.Entities; } });
|
|
64
|
+
var events_1 = require("./events.js");
|
|
65
|
+
Object.defineProperty(exports, "EventsPage", { enumerable: true, get: function () { return events_1.EventsPage; } });
|
|
66
|
+
Object.defineProperty(exports, "Events", { enumerable: true, get: function () { return events_1.Events; } });
|
|
67
|
+
var event_subscriptions_1 = require("./event-subscriptions.js");
|
|
68
|
+
Object.defineProperty(exports, "EventSubscriptionsPage", { enumerable: true, get: function () { return event_subscriptions_1.EventSubscriptionsPage; } });
|
|
69
|
+
Object.defineProperty(exports, "EventSubscriptions", { enumerable: true, get: function () { return event_subscriptions_1.EventSubscriptions; } });
|
|
70
|
+
var exports_1 = require("./exports.js");
|
|
71
|
+
Object.defineProperty(exports, "ExportsPage", { enumerable: true, get: function () { return exports_1.ExportsPage; } });
|
|
72
|
+
Object.defineProperty(exports, "Exports", { enumerable: true, get: function () { return exports_1.Exports; } });
|
|
73
|
+
var external_accounts_1 = require("./external-accounts.js");
|
|
74
|
+
Object.defineProperty(exports, "ExternalAccountsPage", { enumerable: true, get: function () { return external_accounts_1.ExternalAccountsPage; } });
|
|
75
|
+
Object.defineProperty(exports, "ExternalAccounts", { enumerable: true, get: function () { return external_accounts_1.ExternalAccounts; } });
|
|
76
|
+
var files_1 = require("./files.js");
|
|
77
|
+
Object.defineProperty(exports, "FilesPage", { enumerable: true, get: function () { return files_1.FilesPage; } });
|
|
78
|
+
Object.defineProperty(exports, "Files", { enumerable: true, get: function () { return files_1.Files; } });
|
|
79
|
+
var groups_1 = require("./groups.js");
|
|
80
|
+
Object.defineProperty(exports, "Groups", { enumerable: true, get: function () { return groups_1.Groups; } });
|
|
81
|
+
var inbound_ach_transfers_1 = require("./inbound-ach-transfers.js");
|
|
82
|
+
Object.defineProperty(exports, "InboundACHTransfersPage", { enumerable: true, get: function () { return inbound_ach_transfers_1.InboundACHTransfersPage; } });
|
|
83
|
+
Object.defineProperty(exports, "InboundACHTransfers", { enumerable: true, get: function () { return inbound_ach_transfers_1.InboundACHTransfers; } });
|
|
84
|
+
var inbound_wire_drawdown_requests_1 = require("./inbound-wire-drawdown-requests.js");
|
|
85
|
+
Object.defineProperty(exports, "InboundWireDrawdownRequestsPage", { enumerable: true, get: function () { return inbound_wire_drawdown_requests_1.InboundWireDrawdownRequestsPage; } });
|
|
86
|
+
Object.defineProperty(exports, "InboundWireDrawdownRequests", { enumerable: true, get: function () { return inbound_wire_drawdown_requests_1.InboundWireDrawdownRequests; } });
|
|
87
|
+
var oauth_connections_1 = require("./oauth-connections.js");
|
|
88
|
+
Object.defineProperty(exports, "OauthConnectionsPage", { enumerable: true, get: function () { return oauth_connections_1.OauthConnectionsPage; } });
|
|
89
|
+
Object.defineProperty(exports, "OauthConnections", { enumerable: true, get: function () { return oauth_connections_1.OauthConnections; } });
|
|
90
|
+
var pending_transactions_1 = require("./pending-transactions.js");
|
|
91
|
+
Object.defineProperty(exports, "PendingTransactionsPage", { enumerable: true, get: function () { return pending_transactions_1.PendingTransactionsPage; } });
|
|
92
|
+
Object.defineProperty(exports, "PendingTransactions", { enumerable: true, get: function () { return pending_transactions_1.PendingTransactions; } });
|
|
93
|
+
var programs_1 = require("./programs.js");
|
|
94
|
+
Object.defineProperty(exports, "ProgramsPage", { enumerable: true, get: function () { return programs_1.ProgramsPage; } });
|
|
95
|
+
Object.defineProperty(exports, "Programs", { enumerable: true, get: function () { return programs_1.Programs; } });
|
|
96
|
+
var real_time_decisions_1 = require("./real-time-decisions.js");
|
|
97
|
+
Object.defineProperty(exports, "RealTimeDecisions", { enumerable: true, get: function () { return real_time_decisions_1.RealTimeDecisions; } });
|
|
98
|
+
var real_time_payments_transfers_1 = require("./real-time-payments-transfers.js");
|
|
99
|
+
Object.defineProperty(exports, "RealTimePaymentsTransfersPage", { enumerable: true, get: function () { return real_time_payments_transfers_1.RealTimePaymentsTransfersPage; } });
|
|
100
|
+
Object.defineProperty(exports, "RealTimePaymentsTransfers", { enumerable: true, get: function () { return real_time_payments_transfers_1.RealTimePaymentsTransfers; } });
|
|
101
|
+
var routing_numbers_1 = require("./routing-numbers.js");
|
|
102
|
+
Object.defineProperty(exports, "RoutingNumbersPage", { enumerable: true, get: function () { return routing_numbers_1.RoutingNumbersPage; } });
|
|
103
|
+
Object.defineProperty(exports, "RoutingNumbers", { enumerable: true, get: function () { return routing_numbers_1.RoutingNumbers; } });
|
|
104
|
+
var simulations_1 = require("./simulations/simulations.js");
|
|
105
|
+
Object.defineProperty(exports, "Simulations", { enumerable: true, get: function () { return simulations_1.Simulations; } });
|
|
106
|
+
var transactions_1 = require("./transactions.js");
|
|
107
|
+
Object.defineProperty(exports, "TransactionsPage", { enumerable: true, get: function () { return transactions_1.TransactionsPage; } });
|
|
108
|
+
Object.defineProperty(exports, "Transactions", { enumerable: true, get: function () { return transactions_1.Transactions; } });
|
|
109
|
+
var wire_drawdown_requests_1 = require("./wire-drawdown-requests.js");
|
|
110
|
+
Object.defineProperty(exports, "WireDrawdownRequestsPage", { enumerable: true, get: function () { return wire_drawdown_requests_1.WireDrawdownRequestsPage; } });
|
|
111
|
+
Object.defineProperty(exports, "WireDrawdownRequests", { enumerable: true, get: function () { return wire_drawdown_requests_1.WireDrawdownRequests; } });
|
|
112
|
+
var wire_transfers_1 = require("./wire-transfers.js");
|
|
113
|
+
Object.defineProperty(exports, "WireTransfersPage", { enumerable: true, get: function () { return wire_transfers_1.WireTransfersPage; } });
|
|
114
|
+
Object.defineProperty(exports, "WireTransfers", { enumerable: true, get: function () { return wire_transfers_1.WireTransfers; } });
|
|
115
|
+
//# sourceMappingURL=index.js.map
|