increase 0.377.0 → 0.378.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/CHANGELOG.md +180 -4442
- package/README.md +115 -50
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/bin/cli +46 -0
- package/bin/migration-config.json +6 -0
- package/client.d.mts +382 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +382 -0
- package/client.d.ts.map +1 -0
- package/client.js +650 -0
- package/client.js.map +1 -0
- package/client.mjs +646 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +145 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +145 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +280 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +253 -0
- package/core/error.mjs.map +1 -0
- package/core/pagination.d.mts +67 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +67 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +101 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +95 -0
- package/core/pagination.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +1 -145
- package/error.d.ts.map +1 -1
- package/error.js +3 -277
- package/error.js.map +1 -1
- package/error.mjs +1 -252
- package/error.mjs.map +1 -1
- package/index.d.mts +7 -320
- package/index.d.mts.map +1 -0
- package/index.d.ts +6 -319
- package/index.d.ts.map +1 -1
- package/index.js +14 -358
- package/index.js.map +1 -1
- package/index.mjs +6 -331
- package/index.mjs.map +1 -1
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +35 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +32 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/qs/formats.d.mts +7 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +1 -0
- package/internal/qs/formats.d.ts.map +1 -1
- package/internal/qs/formats.js +4 -2
- package/internal/qs/formats.js.map +1 -1
- package/internal/qs/formats.mjs +2 -1
- package/internal/qs/formats.mjs.map +1 -1
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.map +1 -0
- package/internal/qs/index.d.ts.map +1 -1
- package/internal/qs/stringify.d.mts +3 -0
- package/internal/qs/stringify.d.mts.map +1 -0
- package/internal/qs/stringify.d.ts.map +1 -1
- package/internal/qs/stringify.js +16 -19
- package/internal/qs/stringify.js.map +1 -1
- package/internal/qs/stringify.mjs +17 -19
- package/internal/qs/stringify.mjs.map +1 -1
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.map +1 -0
- package/internal/qs/utils.d.mts +15 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +1 -0
- package/internal/qs/utils.d.ts.map +1 -1
- package/internal/qs/utils.js +22 -21
- package/internal/qs/utils.js.map +1 -1
- package/internal/qs/utils.mjs +12 -12
- package/internal/qs/utils.mjs.map +1 -1
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +85 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +79 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +7 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +7 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +114 -66
- package/pagination.d.mts +2 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +1 -30
- package/pagination.d.ts.map +1 -1
- package/pagination.js +3 -37
- package/pagination.js.map +1 -1
- package/pagination.mjs +1 -35
- package/pagination.mjs.map +1 -1
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +1 -5
- package/resource.d.ts.map +1 -1
- package/resource.js +3 -8
- package/resource.js.map +1 -1
- package/resource.mjs +1 -6
- package/resource.mjs.map +1 -1
- package/resources/account-numbers.d.mts +309 -0
- package/resources/account-numbers.d.mts.map +1 -0
- package/resources/account-numbers.d.ts +10 -11
- package/resources/account-numbers.d.ts.map +1 -1
- package/resources/account-numbers.js +20 -16
- package/resources/account-numbers.js.map +1 -1
- package/resources/account-numbers.mjs +19 -14
- package/resources/account-numbers.mjs.map +1 -1
- package/resources/account-statements.d.mts +113 -0
- package/resources/account-statements.d.mts.map +1 -0
- package/resources/account-statements.d.ts +8 -9
- package/resources/account-statements.d.ts.map +1 -1
- package/resources/account-statements.js +18 -14
- package/resources/account-statements.js.map +1 -1
- package/resources/account-statements.mjs +17 -12
- package/resources/account-statements.mjs.map +1 -1
- package/resources/account-transfers.d.mts +325 -0
- package/resources/account-transfers.d.mts.map +1 -0
- package/resources/account-transfers.d.ts +11 -12
- package/resources/account-transfers.d.ts.map +1 -1
- package/resources/account-transfers.js +22 -18
- package/resources/account-transfers.js.map +1 -1
- package/resources/account-transfers.mjs +21 -16
- package/resources/account-transfers.mjs.map +1 -1
- package/resources/accounts.d.mts +291 -0
- package/resources/accounts.d.mts.map +1 -0
- package/resources/accounts.d.ts +12 -14
- package/resources/accounts.d.ts.map +1 -1
- package/resources/accounts.js +35 -23
- package/resources/accounts.js.map +1 -1
- package/resources/accounts.mjs +34 -21
- package/resources/accounts.mjs.map +1 -1
- package/resources/ach-prenotifications.d.mts +473 -0
- package/resources/ach-prenotifications.d.mts.map +1 -0
- package/resources/ach-prenotifications.d.ts +9 -10
- package/resources/ach-prenotifications.d.ts.map +1 -1
- package/resources/ach-prenotifications.js +18 -14
- package/resources/ach-prenotifications.js.map +1 -1
- package/resources/ach-prenotifications.mjs +17 -12
- package/resources/ach-prenotifications.mjs.map +1 -1
- package/resources/ach-transfers.d.mts +1091 -0
- package/resources/ach-transfers.d.mts.map +1 -0
- package/resources/ach-transfers.d.ts +11 -12
- package/resources/ach-transfers.d.ts.map +1 -1
- package/resources/ach-transfers.js +22 -18
- package/resources/ach-transfers.js.map +1 -1
- package/resources/ach-transfers.mjs +21 -16
- package/resources/ach-transfers.mjs.map +1 -1
- package/resources/bookkeeping-accounts.d.mts +164 -0
- package/resources/bookkeeping-accounts.d.mts.map +1 -0
- package/resources/bookkeeping-accounts.d.ts +10 -12
- package/resources/bookkeeping-accounts.d.ts.map +1 -1
- package/resources/bookkeeping-accounts.js +34 -19
- package/resources/bookkeeping-accounts.js.map +1 -1
- package/resources/bookkeeping-accounts.mjs +33 -17
- package/resources/bookkeeping-accounts.mjs.map +1 -1
- package/resources/bookkeeping-entries.d.mts +74 -0
- package/resources/bookkeeping-entries.d.mts.map +1 -0
- package/resources/bookkeeping-entries.d.ts +8 -9
- package/resources/bookkeeping-entries.d.ts.map +1 -1
- package/resources/bookkeeping-entries.js +18 -14
- package/resources/bookkeeping-entries.js.map +1 -1
- package/resources/bookkeeping-entries.mjs +17 -12
- package/resources/bookkeeping-entries.mjs.map +1 -1
- package/resources/bookkeeping-entry-sets.d.mts +156 -0
- package/resources/bookkeeping-entry-sets.d.mts.map +1 -0
- package/resources/bookkeeping-entry-sets.d.ts +9 -10
- package/resources/bookkeeping-entry-sets.d.ts.map +1 -1
- package/resources/bookkeeping-entry-sets.js +18 -14
- package/resources/bookkeeping-entry-sets.js.map +1 -1
- package/resources/bookkeeping-entry-sets.mjs +17 -12
- package/resources/bookkeeping-entry-sets.mjs.map +1 -1
- package/resources/card-disputes.d.mts +5657 -0
- package/resources/card-disputes.d.mts.map +1 -0
- package/resources/card-disputes.d.ts +11 -12
- package/resources/card-disputes.d.ts.map +1 -1
- package/resources/card-disputes.js +25 -18
- package/resources/card-disputes.js.map +1 -1
- package/resources/card-disputes.mjs +24 -16
- package/resources/card-disputes.mjs.map +1 -1
- package/resources/card-payments.d.mts +4523 -0
- package/resources/card-payments.d.mts.map +1 -0
- package/resources/card-payments.d.ts +8 -9
- package/resources/card-payments.d.ts.map +1 -1
- package/resources/card-payments.js +18 -14
- package/resources/card-payments.js.map +1 -1
- package/resources/card-payments.mjs +17 -12
- package/resources/card-payments.mjs.map +1 -1
- package/resources/card-purchase-supplements.d.mts +266 -0
- package/resources/card-purchase-supplements.d.mts.map +1 -0
- package/resources/card-purchase-supplements.d.ts +8 -9
- package/resources/card-purchase-supplements.d.ts.map +1 -1
- package/resources/card-purchase-supplements.js +18 -14
- package/resources/card-purchase-supplements.js.map +1 -1
- package/resources/card-purchase-supplements.mjs +17 -12
- package/resources/card-purchase-supplements.mjs.map +1 -1
- package/resources/card-push-transfers.d.mts +992 -0
- package/resources/card-push-transfers.d.mts.map +1 -0
- package/resources/card-push-transfers.d.ts +11 -12
- package/resources/card-push-transfers.d.ts.map +1 -1
- package/resources/card-push-transfers.js +22 -18
- package/resources/card-push-transfers.js.map +1 -1
- package/resources/card-push-transfers.mjs +21 -16
- package/resources/card-push-transfers.mjs.map +1 -1
- package/resources/card-tokens.d.mts +153 -0
- package/resources/card-tokens.d.mts.map +1 -0
- package/resources/card-tokens.d.ts +9 -10
- package/resources/card-tokens.d.ts.map +1 -1
- package/resources/card-tokens.js +20 -16
- package/resources/card-tokens.js.map +1 -1
- package/resources/card-tokens.mjs +19 -14
- package/resources/card-tokens.mjs.map +1 -1
- package/resources/card-validations.d.mts +513 -0
- package/resources/card-validations.d.mts.map +1 -0
- package/resources/card-validations.d.ts +9 -10
- package/resources/card-validations.d.ts.map +1 -1
- package/resources/card-validations.js +18 -14
- package/resources/card-validations.js.map +1 -1
- package/resources/card-validations.mjs +17 -12
- package/resources/card-validations.mjs.map +1 -1
- package/resources/cards.d.mts +486 -0
- package/resources/cards.d.mts.map +1 -0
- package/resources/cards.d.ts +13 -14
- package/resources/cards.d.ts.map +1 -1
- package/resources/cards.js +26 -22
- package/resources/cards.js.map +1 -1
- package/resources/cards.mjs +25 -20
- package/resources/cards.mjs.map +1 -1
- package/resources/check-deposits.d.mts +453 -0
- package/resources/check-deposits.d.mts.map +1 -0
- package/resources/check-deposits.d.ts +9 -10
- package/resources/check-deposits.d.ts.map +1 -1
- package/resources/check-deposits.js +18 -14
- package/resources/check-deposits.js.map +1 -1
- package/resources/check-deposits.mjs +17 -12
- package/resources/check-deposits.mjs.map +1 -1
- package/resources/check-transfers.d.mts +874 -0
- package/resources/check-transfers.d.mts.map +1 -0
- package/resources/check-transfers.d.ts +12 -13
- package/resources/check-transfers.d.ts.map +1 -1
- package/resources/check-transfers.js +24 -20
- package/resources/check-transfers.js.map +1 -1
- package/resources/check-transfers.mjs +23 -18
- package/resources/check-transfers.mjs.map +1 -1
- package/resources/declined-transactions.d.mts +1161 -0
- package/resources/declined-transactions.d.mts.map +1 -0
- package/resources/declined-transactions.d.ts +8 -9
- package/resources/declined-transactions.d.ts.map +1 -1
- package/resources/declined-transactions.js +21 -14
- package/resources/declined-transactions.js.map +1 -1
- package/resources/declined-transactions.mjs +20 -12
- package/resources/declined-transactions.mjs.map +1 -1
- package/resources/digital-card-profiles.d.mts +303 -0
- package/resources/digital-card-profiles.d.mts.map +1 -0
- package/resources/digital-card-profiles.d.ts +11 -12
- package/resources/digital-card-profiles.d.ts.map +1 -1
- package/resources/digital-card-profiles.js +25 -18
- package/resources/digital-card-profiles.js.map +1 -1
- package/resources/digital-card-profiles.mjs +24 -16
- package/resources/digital-card-profiles.mjs.map +1 -1
- package/resources/digital-wallet-tokens.d.mts +181 -0
- package/resources/digital-wallet-tokens.d.mts.map +1 -0
- package/resources/digital-wallet-tokens.d.ts +8 -9
- package/resources/digital-wallet-tokens.d.ts.map +1 -1
- package/resources/digital-wallet-tokens.js +18 -14
- package/resources/digital-wallet-tokens.js.map +1 -1
- package/resources/digital-wallet-tokens.mjs +17 -12
- package/resources/digital-wallet-tokens.mjs.map +1 -1
- package/resources/documents.d.mts +213 -0
- package/resources/documents.d.mts.map +1 -0
- package/resources/documents.d.ts +9 -10
- package/resources/documents.d.ts.map +1 -1
- package/resources/documents.js +18 -14
- package/resources/documents.js.map +1 -1
- package/resources/documents.mjs +17 -12
- package/resources/documents.mjs.map +1 -1
- package/resources/entities.d.mts +2759 -0
- package/resources/entities.d.mts.map +1 -0
- package/resources/entities.d.ts +17 -18
- package/resources/entities.d.ts.map +1 -1
- package/resources/entities.js +37 -30
- package/resources/entities.js.map +1 -1
- package/resources/entities.mjs +36 -28
- package/resources/entities.mjs.map +1 -1
- package/resources/event-subscriptions.d.mts +471 -0
- package/resources/event-subscriptions.d.mts.map +1 -0
- package/resources/event-subscriptions.d.ts +10 -11
- package/resources/event-subscriptions.d.ts.map +1 -1
- package/resources/event-subscriptions.js +20 -16
- package/resources/event-subscriptions.js.map +1 -1
- package/resources/event-subscriptions.mjs +19 -14
- package/resources/event-subscriptions.mjs.map +1 -1
- package/resources/events.d.mts +261 -0
- package/resources/events.d.mts.map +1 -0
- package/resources/events.d.ts +8 -9
- package/resources/events.d.ts.map +1 -1
- package/resources/events.js +18 -14
- package/resources/events.js.map +1 -1
- package/resources/events.mjs +17 -12
- package/resources/events.mjs.map +1 -1
- package/resources/exports.d.mts +440 -0
- package/resources/exports.d.mts.map +1 -0
- package/resources/exports.d.ts +9 -10
- package/resources/exports.d.ts.map +1 -1
- package/resources/exports.js +18 -14
- package/resources/exports.js.map +1 -1
- package/resources/exports.mjs +17 -12
- package/resources/exports.mjs.map +1 -1
- package/resources/external-accounts.d.mts +212 -0
- package/resources/external-accounts.d.mts.map +1 -0
- package/resources/external-accounts.d.ts +10 -11
- package/resources/external-accounts.d.ts.map +1 -1
- package/resources/external-accounts.js +20 -16
- package/resources/external-accounts.js.map +1 -1
- package/resources/external-accounts.mjs +19 -14
- package/resources/external-accounts.mjs.map +1 -1
- package/resources/fednow-transfers.d.mts +474 -0
- package/resources/fednow-transfers.d.mts.map +1 -0
- package/resources/fednow-transfers.d.ts +11 -12
- package/resources/fednow-transfers.d.ts.map +1 -1
- package/resources/fednow-transfers.js +22 -18
- package/resources/fednow-transfers.js.map +1 -1
- package/resources/fednow-transfers.mjs +21 -16
- package/resources/fednow-transfers.mjs.map +1 -1
- package/resources/file-links.d.mts +72 -0
- package/resources/file-links.d.mts.map +1 -0
- package/resources/file-links.d.ts +4 -3
- package/resources/file-links.d.ts.map +1 -1
- package/resources/file-links.js +1 -1
- package/resources/file-links.js.map +1 -1
- package/resources/file-links.mjs +1 -1
- package/resources/file-links.mjs.map +1 -1
- package/resources/files.d.mts +242 -0
- package/resources/files.d.mts.map +1 -0
- package/resources/files.d.ts +11 -11
- package/resources/files.d.ts.map +1 -1
- package/resources/files.js +20 -39
- package/resources/files.js.map +1 -1
- package/resources/files.mjs +19 -14
- package/resources/files.mjs.map +1 -1
- package/resources/groups.d.mts +54 -0
- package/resources/groups.d.mts.map +1 -0
- package/resources/groups.d.ts +4 -3
- package/resources/groups.d.ts.map +1 -1
- package/resources/groups.js +1 -1
- package/resources/groups.js.map +1 -1
- package/resources/groups.mjs +1 -1
- package/resources/groups.mjs.map +1 -1
- package/resources/inbound-ach-transfers.d.mts +704 -0
- package/resources/inbound-ach-transfers.d.mts.map +1 -0
- package/resources/inbound-ach-transfers.d.ts +11 -12
- package/resources/inbound-ach-transfers.d.ts.map +1 -1
- package/resources/inbound-ach-transfers.js +27 -23
- package/resources/inbound-ach-transfers.js.map +1 -1
- package/resources/inbound-ach-transfers.mjs +26 -21
- package/resources/inbound-ach-transfers.mjs.map +1 -1
- package/resources/inbound-check-deposits.d.mts +278 -0
- package/resources/inbound-check-deposits.d.mts.map +1 -0
- package/resources/inbound-check-deposits.d.ts +10 -11
- package/resources/inbound-check-deposits.d.ts.map +1 -1
- package/resources/inbound-check-deposits.js +25 -18
- package/resources/inbound-check-deposits.js.map +1 -1
- package/resources/inbound-check-deposits.mjs +24 -16
- package/resources/inbound-check-deposits.mjs.map +1 -1
- package/resources/inbound-fednow-transfers.d.mts +188 -0
- package/resources/inbound-fednow-transfers.d.mts.map +1 -0
- package/resources/inbound-fednow-transfers.d.ts +8 -9
- package/resources/inbound-fednow-transfers.d.ts.map +1 -1
- package/resources/inbound-fednow-transfers.js +18 -14
- package/resources/inbound-fednow-transfers.js.map +1 -1
- package/resources/inbound-fednow-transfers.mjs +17 -12
- package/resources/inbound-fednow-transfers.mjs.map +1 -1
- package/resources/inbound-mail-items.d.mts +187 -0
- package/resources/inbound-mail-items.d.mts.map +1 -0
- package/resources/inbound-mail-items.d.ts +9 -10
- package/resources/inbound-mail-items.d.ts.map +1 -1
- package/resources/inbound-mail-items.js +20 -16
- package/resources/inbound-mail-items.js.map +1 -1
- package/resources/inbound-mail-items.mjs +19 -14
- package/resources/inbound-mail-items.mjs.map +1 -1
- package/resources/inbound-real-time-payments-transfers.d.mts +192 -0
- package/resources/inbound-real-time-payments-transfers.d.mts.map +1 -0
- package/resources/inbound-real-time-payments-transfers.d.ts +8 -9
- package/resources/inbound-real-time-payments-transfers.d.ts.map +1 -1
- package/resources/inbound-real-time-payments-transfers.js +18 -14
- package/resources/inbound-real-time-payments-transfers.js.map +1 -1
- package/resources/inbound-real-time-payments-transfers.mjs +17 -12
- package/resources/inbound-real-time-payments-transfers.mjs.map +1 -1
- package/resources/inbound-wire-drawdown-requests.d.mts +138 -0
- package/resources/inbound-wire-drawdown-requests.d.mts.map +1 -0
- package/resources/inbound-wire-drawdown-requests.d.ts +8 -9
- package/resources/inbound-wire-drawdown-requests.d.ts.map +1 -1
- package/resources/inbound-wire-drawdown-requests.js +18 -14
- package/resources/inbound-wire-drawdown-requests.js.map +1 -1
- package/resources/inbound-wire-drawdown-requests.mjs +17 -12
- package/resources/inbound-wire-drawdown-requests.mjs.map +1 -1
- package/resources/inbound-wire-transfers.d.mts +245 -0
- package/resources/inbound-wire-transfers.d.mts.map +1 -0
- package/resources/inbound-wire-transfers.d.ts +9 -10
- package/resources/inbound-wire-transfers.d.ts.map +1 -1
- package/resources/inbound-wire-transfers.js +20 -16
- package/resources/inbound-wire-transfers.js.map +1 -1
- package/resources/inbound-wire-transfers.mjs +19 -14
- package/resources/inbound-wire-transfers.mjs.map +1 -1
- package/resources/index.d.mts +58 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +51 -52
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +4 -58
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +51 -52
- package/resources/index.mjs.map +1 -1
- package/resources/intrafi-account-enrollments.d.mts +153 -0
- package/resources/intrafi-account-enrollments.d.mts.map +1 -0
- package/resources/intrafi-account-enrollments.d.ts +10 -11
- package/resources/intrafi-account-enrollments.d.ts.map +1 -1
- package/resources/intrafi-account-enrollments.js +20 -16
- package/resources/intrafi-account-enrollments.js.map +1 -1
- package/resources/intrafi-account-enrollments.mjs +19 -14
- package/resources/intrafi-account-enrollments.mjs.map +1 -1
- package/resources/intrafi-balances.d.mts +101 -0
- package/resources/intrafi-balances.d.mts.map +1 -0
- package/resources/intrafi-balances.d.ts +4 -3
- package/resources/intrafi-balances.d.ts.map +1 -1
- package/resources/intrafi-balances.js +4 -3
- package/resources/intrafi-balances.js.map +1 -1
- package/resources/intrafi-balances.mjs +4 -3
- package/resources/intrafi-balances.mjs.map +1 -1
- package/resources/intrafi-exclusions.d.mts +141 -0
- package/resources/intrafi-exclusions.d.mts.map +1 -0
- package/resources/intrafi-exclusions.d.ts +10 -11
- package/resources/intrafi-exclusions.d.ts.map +1 -1
- package/resources/intrafi-exclusions.js +20 -16
- package/resources/intrafi-exclusions.js.map +1 -1
- package/resources/intrafi-exclusions.mjs +19 -14
- package/resources/intrafi-exclusions.mjs.map +1 -1
- package/resources/lockboxes.d.mts +215 -0
- package/resources/lockboxes.d.mts.map +1 -0
- package/resources/lockboxes.d.ts +10 -11
- package/resources/lockboxes.d.ts.map +1 -1
- package/resources/lockboxes.js +20 -16
- package/resources/lockboxes.js.map +1 -1
- package/resources/lockboxes.mjs +19 -14
- package/resources/lockboxes.mjs.map +1 -1
- package/resources/oauth-applications.d.mts +113 -0
- package/resources/oauth-applications.d.mts.map +1 -0
- package/resources/oauth-applications.d.ts +8 -9
- package/resources/oauth-applications.d.ts.map +1 -1
- package/resources/oauth-applications.js +18 -14
- package/resources/oauth-applications.js.map +1 -1
- package/resources/oauth-applications.mjs +17 -12
- package/resources/oauth-applications.mjs.map +1 -1
- package/resources/oauth-connections.d.mts +94 -0
- package/resources/oauth-connections.d.mts.map +1 -0
- package/resources/oauth-connections.d.ts +8 -9
- package/resources/oauth-connections.d.ts.map +1 -1
- package/resources/oauth-connections.js +18 -14
- package/resources/oauth-connections.js.map +1 -1
- package/resources/oauth-connections.mjs +17 -12
- package/resources/oauth-connections.mjs.map +1 -1
- package/resources/oauth-tokens.d.mts +77 -0
- package/resources/oauth-tokens.d.mts.map +1 -0
- package/resources/oauth-tokens.d.ts +4 -3
- package/resources/oauth-tokens.d.ts.map +1 -1
- package/resources/oauth-tokens.js +1 -1
- package/resources/oauth-tokens.js.map +1 -1
- package/resources/oauth-tokens.mjs +1 -1
- package/resources/oauth-tokens.mjs.map +1 -1
- package/resources/pending-transactions.d.mts +1182 -0
- package/resources/pending-transactions.d.mts.map +1 -0
- package/resources/pending-transactions.d.ts +10 -11
- package/resources/pending-transactions.d.ts.map +1 -1
- package/resources/pending-transactions.js +20 -16
- package/resources/pending-transactions.js.map +1 -1
- package/resources/pending-transactions.mjs +19 -14
- package/resources/pending-transactions.mjs.map +1 -1
- package/resources/physical-card-profiles.d.mts +268 -0
- package/resources/physical-card-profiles.d.mts.map +1 -0
- package/resources/physical-card-profiles.d.ts +11 -12
- package/resources/physical-card-profiles.d.ts.map +1 -1
- package/resources/physical-card-profiles.js +25 -18
- package/resources/physical-card-profiles.js.map +1 -1
- package/resources/physical-card-profiles.mjs +24 -16
- package/resources/physical-card-profiles.mjs.map +1 -1
- package/resources/physical-cards.d.mts +455 -0
- package/resources/physical-cards.d.mts.map +1 -0
- package/resources/physical-cards.d.ts +10 -11
- package/resources/physical-cards.d.ts.map +1 -1
- package/resources/physical-cards.js +20 -16
- package/resources/physical-cards.js.map +1 -1
- package/resources/physical-cards.mjs +19 -14
- package/resources/physical-cards.mjs.map +1 -1
- package/resources/programs.d.mts +89 -0
- package/resources/programs.d.mts.map +1 -0
- package/resources/programs.d.ts +8 -9
- package/resources/programs.d.ts.map +1 -1
- package/resources/programs.js +18 -14
- package/resources/programs.js.map +1 -1
- package/resources/programs.mjs +17 -12
- package/resources/programs.mjs.map +1 -1
- package/resources/real-time-decisions.d.mts +1132 -0
- package/resources/real-time-decisions.d.mts.map +1 -0
- package/resources/real-time-decisions.d.ts +5 -4
- package/resources/real-time-decisions.d.ts.map +1 -1
- package/resources/real-time-decisions.js +6 -5
- package/resources/real-time-decisions.js.map +1 -1
- package/resources/real-time-decisions.mjs +6 -5
- package/resources/real-time-decisions.mjs.map +1 -1
- package/resources/real-time-payments-transfers.d.mts +504 -0
- package/resources/real-time-payments-transfers.d.mts.map +1 -0
- package/resources/real-time-payments-transfers.d.ts +11 -12
- package/resources/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/real-time-payments-transfers.js +22 -18
- package/resources/real-time-payments-transfers.js.map +1 -1
- package/resources/real-time-payments-transfers.mjs +21 -16
- package/resources/real-time-payments-transfers.mjs.map +1 -1
- package/resources/routing-numbers.d.mts +79 -0
- package/resources/routing-numbers.d.mts.map +1 -0
- package/resources/routing-numbers.d.ts +6 -7
- package/resources/routing-numbers.d.ts.map +1 -1
- package/resources/routing-numbers.js +7 -8
- package/resources/routing-numbers.js.map +1 -1
- package/resources/routing-numbers.mjs +6 -6
- package/resources/routing-numbers.mjs.map +1 -1
- package/resources/simulations/account-statements.d.mts +29 -0
- package/resources/simulations/account-statements.d.mts.map +1 -0
- package/resources/simulations/account-statements.d.ts +4 -3
- package/resources/simulations/account-statements.d.ts.map +1 -1
- package/resources/simulations/account-statements.js +1 -1
- package/resources/simulations/account-statements.js.map +1 -1
- package/resources/simulations/account-statements.mjs +1 -1
- package/resources/simulations/account-statements.mjs.map +1 -1
- package/resources/simulations/account-transfers.d.mts +22 -0
- package/resources/simulations/account-transfers.d.mts.map +1 -0
- package/resources/simulations/account-transfers.d.ts +4 -3
- package/resources/simulations/account-transfers.d.ts.map +1 -1
- package/resources/simulations/account-transfers.js +4 -3
- package/resources/simulations/account-transfers.js.map +1 -1
- package/resources/simulations/account-transfers.mjs +4 -3
- package/resources/simulations/account-transfers.mjs.map +1 -1
- package/resources/simulations/ach-transfers.d.mts +307 -0
- package/resources/simulations/ach-transfers.d.mts.map +1 -0
- package/resources/simulations/ach-transfers.d.ts +8 -7
- package/resources/simulations/ach-transfers.d.ts.map +1 -1
- package/resources/simulations/ach-transfers.js +12 -14
- package/resources/simulations/ach-transfers.js.map +1 -1
- package/resources/simulations/ach-transfers.mjs +12 -14
- package/resources/simulations/ach-transfers.mjs.map +1 -1
- package/resources/simulations/card-authorization-expirations.d.mts +30 -0
- package/resources/simulations/card-authorization-expirations.d.mts.map +1 -0
- package/resources/simulations/card-authorization-expirations.d.ts +4 -3
- package/resources/simulations/card-authorization-expirations.d.ts.map +1 -1
- package/resources/simulations/card-authorization-expirations.js +1 -1
- package/resources/simulations/card-authorization-expirations.js.map +1 -1
- package/resources/simulations/card-authorization-expirations.mjs +1 -1
- package/resources/simulations/card-authorization-expirations.mjs.map +1 -1
- package/resources/simulations/card-authorizations.d.mts +244 -0
- package/resources/simulations/card-authorizations.d.mts.map +1 -0
- package/resources/simulations/card-authorizations.d.ts +4 -3
- package/resources/simulations/card-authorizations.d.ts.map +1 -1
- package/resources/simulations/card-authorizations.js +1 -1
- package/resources/simulations/card-authorizations.js.map +1 -1
- package/resources/simulations/card-authorizations.mjs +1 -1
- package/resources/simulations/card-authorizations.mjs.map +1 -1
- package/resources/simulations/card-disputes.d.mts +192 -0
- package/resources/simulations/card-disputes.d.mts.map +1 -0
- package/resources/simulations/card-disputes.d.ts +4 -3
- package/resources/simulations/card-disputes.d.ts.map +1 -1
- package/resources/simulations/card-disputes.js +4 -3
- package/resources/simulations/card-disputes.js.map +1 -1
- package/resources/simulations/card-disputes.mjs +4 -3
- package/resources/simulations/card-disputes.mjs.map +1 -1
- package/resources/simulations/card-fuel-confirmations.d.mts +36 -0
- package/resources/simulations/card-fuel-confirmations.d.mts.map +1 -0
- package/resources/simulations/card-fuel-confirmations.d.ts +4 -3
- package/resources/simulations/card-fuel-confirmations.d.ts.map +1 -1
- package/resources/simulations/card-fuel-confirmations.js +1 -1
- package/resources/simulations/card-fuel-confirmations.js.map +1 -1
- package/resources/simulations/card-fuel-confirmations.mjs +1 -1
- package/resources/simulations/card-fuel-confirmations.mjs.map +1 -1
- package/resources/simulations/card-increments.d.mts +41 -0
- package/resources/simulations/card-increments.d.mts.map +1 -0
- package/resources/simulations/card-increments.d.ts +4 -3
- package/resources/simulations/card-increments.d.ts.map +1 -1
- package/resources/simulations/card-increments.js +1 -1
- package/resources/simulations/card-increments.js.map +1 -1
- package/resources/simulations/card-increments.mjs +1 -1
- package/resources/simulations/card-increments.mjs.map +1 -1
- package/resources/simulations/card-refunds.d.mts +39 -0
- package/resources/simulations/card-refunds.d.mts.map +1 -0
- package/resources/simulations/card-refunds.d.ts +4 -3
- package/resources/simulations/card-refunds.d.ts.map +1 -1
- package/resources/simulations/card-refunds.js +1 -1
- package/resources/simulations/card-refunds.js.map +1 -1
- package/resources/simulations/card-refunds.mjs +1 -1
- package/resources/simulations/card-refunds.mjs.map +1 -1
- package/resources/simulations/card-reversals.d.mts +36 -0
- package/resources/simulations/card-reversals.d.mts.map +1 -0
- package/resources/simulations/card-reversals.d.ts +4 -3
- package/resources/simulations/card-reversals.d.ts.map +1 -1
- package/resources/simulations/card-reversals.js +1 -1
- package/resources/simulations/card-reversals.js.map +1 -1
- package/resources/simulations/card-reversals.mjs +1 -1
- package/resources/simulations/card-reversals.mjs.map +1 -1
- package/resources/simulations/card-settlements.d.mts +44 -0
- package/resources/simulations/card-settlements.d.mts.map +1 -0
- package/resources/simulations/card-settlements.d.ts +4 -3
- package/resources/simulations/card-settlements.d.ts.map +1 -1
- package/resources/simulations/card-settlements.js +1 -1
- package/resources/simulations/card-settlements.js.map +1 -1
- package/resources/simulations/card-settlements.mjs +1 -1
- package/resources/simulations/card-settlements.mjs.map +1 -1
- package/resources/simulations/card-tokens.d.mts +67 -0
- package/resources/simulations/card-tokens.d.mts.map +1 -0
- package/resources/simulations/card-tokens.d.ts +4 -3
- package/resources/simulations/card-tokens.d.ts.map +1 -1
- package/resources/simulations/card-tokens.js +1 -1
- package/resources/simulations/card-tokens.js.map +1 -1
- package/resources/simulations/card-tokens.mjs +1 -1
- package/resources/simulations/card-tokens.mjs.map +1 -1
- package/resources/simulations/check-deposits.d.mts +47 -0
- package/resources/simulations/check-deposits.d.mts.map +1 -0
- package/resources/simulations/check-deposits.d.ts +6 -5
- package/resources/simulations/check-deposits.d.ts.map +1 -1
- package/resources/simulations/check-deposits.js +8 -7
- package/resources/simulations/check-deposits.js.map +1 -1
- package/resources/simulations/check-deposits.mjs +8 -7
- package/resources/simulations/check-deposits.mjs.map +1 -1
- package/resources/simulations/check-transfers.d.mts +22 -0
- package/resources/simulations/check-transfers.d.mts.map +1 -0
- package/resources/simulations/check-transfers.d.ts +4 -3
- package/resources/simulations/check-transfers.d.ts.map +1 -1
- package/resources/simulations/check-transfers.js +4 -3
- package/resources/simulations/check-transfers.js.map +1 -1
- package/resources/simulations/check-transfers.mjs +4 -3
- package/resources/simulations/check-transfers.mjs.map +1 -1
- package/resources/simulations/digital-wallet-token-requests.d.mts +55 -0
- package/resources/simulations/digital-wallet-token-requests.d.mts.map +1 -0
- package/resources/simulations/digital-wallet-token-requests.d.ts +4 -3
- package/resources/simulations/digital-wallet-token-requests.d.ts.map +1 -1
- package/resources/simulations/digital-wallet-token-requests.js +1 -1
- package/resources/simulations/digital-wallet-token-requests.js.map +1 -1
- package/resources/simulations/digital-wallet-token-requests.mjs +1 -1
- package/resources/simulations/digital-wallet-token-requests.mjs.map +1 -1
- package/resources/simulations/documents.d.mts +27 -0
- package/resources/simulations/documents.d.mts.map +1 -0
- package/resources/simulations/documents.d.ts +4 -3
- package/resources/simulations/documents.d.ts.map +1 -1
- package/resources/simulations/documents.js +1 -1
- package/resources/simulations/documents.js.map +1 -1
- package/resources/simulations/documents.mjs +1 -1
- package/resources/simulations/documents.mjs.map +1 -1
- package/resources/simulations/inbound-ach-transfers.d.mts +140 -0
- package/resources/simulations/inbound-ach-transfers.d.mts.map +1 -0
- package/resources/simulations/inbound-ach-transfers.d.ts +4 -3
- package/resources/simulations/inbound-ach-transfers.d.ts.map +1 -1
- package/resources/simulations/inbound-ach-transfers.js +1 -1
- package/resources/simulations/inbound-ach-transfers.js.map +1 -1
- package/resources/simulations/inbound-ach-transfers.mjs +1 -1
- package/resources/simulations/inbound-ach-transfers.mjs.map +1 -1
- package/resources/simulations/inbound-check-deposits.d.mts +56 -0
- package/resources/simulations/inbound-check-deposits.d.mts.map +1 -0
- package/resources/simulations/inbound-check-deposits.d.ts +4 -3
- package/resources/simulations/inbound-check-deposits.d.ts.map +1 -1
- package/resources/simulations/inbound-check-deposits.js +1 -1
- package/resources/simulations/inbound-check-deposits.js.map +1 -1
- package/resources/simulations/inbound-check-deposits.mjs +1 -1
- package/resources/simulations/inbound-check-deposits.mjs.map +1 -1
- package/resources/simulations/inbound-fednow-transfers.d.mts +51 -0
- package/resources/simulations/inbound-fednow-transfers.d.mts.map +1 -0
- package/resources/simulations/inbound-fednow-transfers.d.ts +4 -3
- package/resources/simulations/inbound-fednow-transfers.d.ts.map +1 -1
- package/resources/simulations/inbound-fednow-transfers.js +1 -1
- package/resources/simulations/inbound-fednow-transfers.js.map +1 -1
- package/resources/simulations/inbound-fednow-transfers.mjs +1 -1
- package/resources/simulations/inbound-fednow-transfers.mjs.map +1 -1
- package/resources/simulations/inbound-mail-items.d.mts +39 -0
- package/resources/simulations/inbound-mail-items.d.mts.map +1 -0
- package/resources/simulations/inbound-mail-items.d.ts +4 -3
- package/resources/simulations/inbound-mail-items.d.ts.map +1 -1
- package/resources/simulations/inbound-mail-items.js +1 -1
- package/resources/simulations/inbound-mail-items.js.map +1 -1
- package/resources/simulations/inbound-mail-items.mjs +1 -1
- package/resources/simulations/inbound-mail-items.mjs.map +1 -1
- package/resources/simulations/inbound-real-time-payments-transfers.d.mts +59 -0
- package/resources/simulations/inbound-real-time-payments-transfers.d.mts.map +1 -0
- package/resources/simulations/inbound-real-time-payments-transfers.d.ts +4 -3
- package/resources/simulations/inbound-real-time-payments-transfers.d.ts.map +1 -1
- package/resources/simulations/inbound-real-time-payments-transfers.js +1 -1
- package/resources/simulations/inbound-real-time-payments-transfers.js.map +1 -1
- package/resources/simulations/inbound-real-time-payments-transfers.mjs +1 -1
- package/resources/simulations/inbound-real-time-payments-transfers.mjs.map +1 -1
- package/resources/simulations/inbound-wire-drawdown-requests.d.mts +117 -0
- package/resources/simulations/inbound-wire-drawdown-requests.d.mts.map +1 -0
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts +4 -3
- package/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +1 -1
- package/resources/simulations/inbound-wire-drawdown-requests.js +1 -1
- package/resources/simulations/inbound-wire-drawdown-requests.js.map +1 -1
- package/resources/simulations/inbound-wire-drawdown-requests.mjs +1 -1
- package/resources/simulations/inbound-wire-drawdown-requests.mjs.map +1 -1
- package/resources/simulations/inbound-wire-transfers.d.mts +104 -0
- package/resources/simulations/inbound-wire-transfers.d.mts.map +1 -0
- package/resources/simulations/inbound-wire-transfers.d.ts +4 -3
- package/resources/simulations/inbound-wire-transfers.d.ts.map +1 -1
- package/resources/simulations/inbound-wire-transfers.js +1 -1
- package/resources/simulations/inbound-wire-transfers.js.map +1 -1
- package/resources/simulations/inbound-wire-transfers.mjs +1 -1
- package/resources/simulations/inbound-wire-transfers.mjs.map +1 -1
- package/resources/simulations/index.d.mts +32 -0
- package/resources/simulations/index.d.mts.map +1 -0
- package/resources/simulations/index.d.ts.map +1 -1
- package/resources/simulations/interest-payments.d.mts +46 -0
- package/resources/simulations/interest-payments.d.mts.map +1 -0
- package/resources/simulations/interest-payments.d.ts +4 -3
- package/resources/simulations/interest-payments.d.ts.map +1 -1
- package/resources/simulations/interest-payments.js +1 -1
- package/resources/simulations/interest-payments.js.map +1 -1
- package/resources/simulations/interest-payments.mjs +1 -1
- package/resources/simulations/interest-payments.mjs.map +1 -1
- package/resources/simulations/pending-transactions.d.mts +20 -0
- package/resources/simulations/pending-transactions.d.mts.map +1 -0
- package/resources/simulations/pending-transactions.d.ts +4 -3
- package/resources/simulations/pending-transactions.d.ts.map +1 -1
- package/resources/simulations/pending-transactions.js +4 -3
- package/resources/simulations/pending-transactions.js.map +1 -1
- package/resources/simulations/pending-transactions.mjs +4 -3
- package/resources/simulations/pending-transactions.mjs.map +1 -1
- package/resources/simulations/physical-cards.d.mts +88 -0
- package/resources/simulations/physical-cards.d.mts.map +1 -0
- package/resources/simulations/physical-cards.d.ts +5 -4
- package/resources/simulations/physical-cards.d.ts.map +1 -1
- package/resources/simulations/physical-cards.js +6 -5
- package/resources/simulations/physical-cards.js.map +1 -1
- package/resources/simulations/physical-cards.mjs +6 -5
- package/resources/simulations/physical-cards.mjs.map +1 -1
- package/resources/simulations/programs.d.mts +46 -0
- package/resources/simulations/programs.d.mts.map +1 -0
- package/resources/simulations/programs.d.ts +4 -3
- package/resources/simulations/programs.d.ts.map +1 -1
- package/resources/simulations/programs.js +1 -1
- package/resources/simulations/programs.js.map +1 -1
- package/resources/simulations/programs.mjs +1 -1
- package/resources/simulations/programs.mjs.map +1 -1
- package/resources/simulations/real-time-payments-transfers.d.mts +91 -0
- package/resources/simulations/real-time-payments-transfers.d.mts.map +1 -0
- package/resources/simulations/real-time-payments-transfers.d.ts +4 -3
- package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
- package/resources/simulations/real-time-payments-transfers.js +4 -3
- package/resources/simulations/real-time-payments-transfers.js.map +1 -1
- package/resources/simulations/real-time-payments-transfers.mjs +4 -3
- package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
- package/resources/simulations/simulations.d.mts +126 -0
- package/resources/simulations/simulations.d.mts.map +1 -0
- package/resources/simulations/simulations.d.ts +1 -1
- package/resources/simulations/simulations.d.ts.map +1 -1
- package/resources/simulations/simulations.js +32 -54
- package/resources/simulations/simulations.js.map +1 -1
- package/resources/simulations/simulations.mjs +1 -1
- package/resources/simulations/wire-drawdown-requests.d.mts +31 -0
- package/resources/simulations/wire-drawdown-requests.d.mts.map +1 -0
- package/resources/simulations/wire-drawdown-requests.d.ts +5 -4
- package/resources/simulations/wire-drawdown-requests.d.ts.map +1 -1
- package/resources/simulations/wire-drawdown-requests.js +6 -5
- package/resources/simulations/wire-drawdown-requests.js.map +1 -1
- package/resources/simulations/wire-drawdown-requests.mjs +6 -5
- package/resources/simulations/wire-drawdown-requests.mjs.map +1 -1
- package/resources/simulations/wire-transfers.d.mts +36 -0
- package/resources/simulations/wire-transfers.d.mts.map +1 -0
- package/resources/simulations/wire-transfers.d.ts +5 -4
- package/resources/simulations/wire-transfers.d.ts.map +1 -1
- package/resources/simulations/wire-transfers.js +6 -5
- package/resources/simulations/wire-transfers.js.map +1 -1
- package/resources/simulations/wire-transfers.mjs +6 -5
- package/resources/simulations/wire-transfers.mjs.map +1 -1
- package/resources/simulations.d.mts +2 -0
- package/resources/simulations.d.mts.map +1 -0
- package/resources/simulations.d.ts.map +1 -1
- package/resources/simulations.js +2 -15
- package/resources/simulations.js.map +1 -1
- package/resources/supplemental-documents.d.mts +92 -0
- package/resources/supplemental-documents.d.mts.map +1 -0
- package/resources/supplemental-documents.d.ts +8 -8
- package/resources/supplemental-documents.d.ts.map +1 -1
- package/resources/supplemental-documents.js +4 -8
- package/resources/supplemental-documents.js.map +1 -1
- package/resources/supplemental-documents.mjs +3 -6
- package/resources/supplemental-documents.mjs.map +1 -1
- package/resources/transactions.d.mts +3483 -0
- package/resources/transactions.d.mts.map +1 -0
- package/resources/transactions.d.ts +8 -9
- package/resources/transactions.d.ts.map +1 -1
- package/resources/transactions.js +18 -14
- package/resources/transactions.js.map +1 -1
- package/resources/transactions.mjs +17 -12
- package/resources/transactions.mjs.map +1 -1
- package/resources/wire-drawdown-requests.d.mts +362 -0
- package/resources/wire-drawdown-requests.d.mts.map +1 -0
- package/resources/wire-drawdown-requests.d.ts +9 -10
- package/resources/wire-drawdown-requests.d.ts.map +1 -1
- package/resources/wire-drawdown-requests.js +18 -14
- package/resources/wire-drawdown-requests.js.map +1 -1
- package/resources/wire-drawdown-requests.mjs +17 -12
- package/resources/wire-drawdown-requests.mjs.map +1 -1
- package/resources/wire-transfers.d.mts +751 -0
- package/resources/wire-transfers.d.mts.map +1 -0
- package/resources/wire-transfers.d.ts +11 -12
- package/resources/wire-transfers.d.ts.map +1 -1
- package/resources/wire-transfers.js +22 -18
- package/resources/wire-transfers.js.map +1 -1
- package/resources/wire-transfers.mjs +21 -16
- package/resources/wire-transfers.mjs.map +1 -1
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts.map +1 -1
- package/resources.js +2 -15
- package/resources.js.map +1 -1
- package/src/api-promise.ts +2 -0
- package/src/client.ts +1692 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +443 -0
- package/src/core/pagination.ts +165 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -443
- package/src/index.ts +6 -1199
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +50 -0
- package/src/internal/qs/formats.ts +2 -1
- package/src/internal/qs/stringify.ts +17 -20
- package/src/internal/qs/utils.ts +14 -14
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +95 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +126 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +8 -0
- package/src/pagination.ts +2 -68
- package/src/resource.ts +2 -11
- package/src/resources/account-numbers.ts +18 -27
- package/src/resources/account-statements.ts +13 -22
- package/src/resources/account-transfers.ts +18 -27
- package/src/resources/accounts.ts +23 -42
- package/src/resources/ach-prenotifications.ts +14 -26
- package/src/resources/ach-transfers.ts +18 -27
- package/src/resources/bookkeeping-accounts.ts +24 -45
- package/src/resources/bookkeeping-entries.ts +13 -22
- package/src/resources/bookkeeping-entry-sets.ts +14 -29
- package/src/resources/card-disputes.ts +23 -29
- package/src/resources/card-payments.ts +13 -22
- package/src/resources/card-purchase-supplements.ts +13 -25
- package/src/resources/card-push-transfers.ts +18 -30
- package/src/resources/card-tokens.ts +15 -24
- package/src/resources/card-validations.ts +14 -23
- package/src/resources/cards.ts +24 -34
- package/src/resources/check-deposits.ts +14 -23
- package/src/resources/check-transfers.ts +22 -31
- package/src/resources/declined-transactions.ts +16 -25
- package/src/resources/digital-card-profiles.ts +23 -32
- package/src/resources/digital-wallet-tokens.ts +13 -22
- package/src/resources/documents.ts +14 -20
- package/src/resources/entities.ts +43 -50
- package/src/resources/event-subscriptions.ts +18 -30
- package/src/resources/events.ts +13 -19
- package/src/resources/exports.ts +14 -20
- package/src/resources/external-accounts.ts +18 -27
- package/src/resources/fednow-transfers.ts +18 -27
- package/src/resources/file-links.ts +4 -3
- package/src/resources/files.ts +18 -22
- package/src/resources/groups.ts +4 -3
- package/src/resources/inbound-ach-transfers.ts +31 -37
- package/src/resources/inbound-check-deposits.ts +22 -34
- package/src/resources/inbound-fednow-transfers.ts +13 -25
- package/src/resources/inbound-mail-items.ts +17 -26
- package/src/resources/inbound-real-time-payments-transfers.ts +15 -26
- package/src/resources/inbound-wire-drawdown-requests.ts +15 -26
- package/src/resources/inbound-wire-transfers.ts +17 -29
- package/src/resources/index.ts +68 -58
- package/src/resources/intrafi-account-enrollments.ts +24 -32
- package/src/resources/intrafi-balances.ts +6 -4
- package/src/resources/intrafi-exclusions.ts +16 -28
- package/src/resources/lockboxes.ts +16 -26
- package/src/resources/oauth-applications.ts +13 -22
- package/src/resources/oauth-connections.ts +13 -22
- package/src/resources/oauth-tokens.ts +4 -3
- package/src/resources/pending-transactions.ts +16 -28
- package/src/resources/physical-card-profiles.ts +23 -38
- package/src/resources/physical-cards.ts +18 -27
- package/src/resources/programs.ts +13 -19
- package/src/resources/real-time-decisions.ts +10 -8
- package/src/resources/real-time-payments-transfers.ts +29 -37
- package/src/resources/routing-numbers.ts +11 -10
- package/src/resources/simulations/account-statements.ts +5 -4
- package/src/resources/simulations/account-transfers.ts +8 -6
- package/src/resources/simulations/ach-transfers.ts +23 -24
- package/src/resources/simulations/card-authorization-expirations.ts +5 -4
- package/src/resources/simulations/card-authorizations.ts +5 -4
- package/src/resources/simulations/card-disputes.ts +8 -6
- package/src/resources/simulations/card-fuel-confirmations.ts +5 -4
- package/src/resources/simulations/card-increments.ts +4 -6
- package/src/resources/simulations/card-refunds.ts +4 -6
- package/src/resources/simulations/card-reversals.ts +4 -6
- package/src/resources/simulations/card-settlements.ts +5 -4
- package/src/resources/simulations/card-tokens.ts +4 -6
- package/src/resources/simulations/check-deposits.ts +10 -17
- package/src/resources/simulations/check-transfers.ts +6 -7
- package/src/resources/simulations/digital-wallet-token-requests.ts +5 -4
- package/src/resources/simulations/documents.ts +4 -3
- package/src/resources/simulations/inbound-ach-transfers.ts +5 -4
- package/src/resources/simulations/inbound-check-deposits.ts +5 -4
- package/src/resources/simulations/inbound-fednow-transfers.ts +5 -4
- package/src/resources/simulations/inbound-mail-items.ts +5 -4
- package/src/resources/simulations/inbound-real-time-payments-transfers.ts +5 -4
- package/src/resources/simulations/inbound-wire-drawdown-requests.ts +5 -4
- package/src/resources/simulations/inbound-wire-transfers.ts +5 -4
- package/src/resources/simulations/interest-payments.ts +5 -4
- package/src/resources/simulations/pending-transactions.ts +8 -6
- package/src/resources/simulations/physical-cards.ts +12 -10
- package/src/resources/simulations/programs.ts +4 -3
- package/src/resources/simulations/real-time-payments-transfers.ts +8 -6
- package/src/resources/simulations/simulations.ts +1 -1
- package/src/resources/simulations/wire-drawdown-requests.ts +18 -10
- package/src/resources/simulations/wire-transfers.ts +8 -12
- package/src/resources/supplemental-documents.ts +11 -12
- package/src/resources/transactions.ts +13 -22
- package/src/resources/wire-drawdown-requests.ts +14 -29
- package/src/resources/wire-transfers.ts +18 -27
- package/src/tsconfig.json +2 -2
- package/src/uploads.ts +2 -255
- package/src/version.ts +1 -1
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +1 -74
- package/uploads.d.ts.map +1 -1
- package/uploads.js +3 -168
- package/uploads.js.map +1 -1
- package/uploads.mjs +1 -157
- package/uploads.mjs.map +1 -1
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/_shims/MultipartBody.d.ts +0 -9
- package/_shims/MultipartBody.d.ts.map +0 -1
- package/_shims/MultipartBody.js +0 -16
- package/_shims/MultipartBody.js.map +0 -1
- package/_shims/MultipartBody.mjs +0 -12
- package/_shims/MultipartBody.mjs.map +0 -1
- package/_shims/README.md +0 -46
- package/_shims/auto/runtime-bun.d.ts +0 -5
- package/_shims/auto/runtime-bun.d.ts.map +0 -1
- package/_shims/auto/runtime-bun.js +0 -21
- package/_shims/auto/runtime-bun.js.map +0 -1
- package/_shims/auto/runtime-bun.mjs +0 -2
- package/_shims/auto/runtime-bun.mjs.map +0 -1
- package/_shims/auto/runtime-node.d.ts +0 -5
- package/_shims/auto/runtime-node.d.ts.map +0 -1
- package/_shims/auto/runtime-node.js +0 -21
- package/_shims/auto/runtime-node.js.map +0 -1
- package/_shims/auto/runtime-node.mjs +0 -2
- package/_shims/auto/runtime-node.mjs.map +0 -1
- package/_shims/auto/runtime.d.ts +0 -5
- package/_shims/auto/runtime.d.ts.map +0 -1
- package/_shims/auto/runtime.js +0 -21
- package/_shims/auto/runtime.js.map +0 -1
- package/_shims/auto/runtime.mjs +0 -2
- package/_shims/auto/runtime.mjs.map +0 -1
- package/_shims/auto/types-node.d.ts +0 -5
- package/_shims/auto/types-node.d.ts.map +0 -1
- package/_shims/auto/types-node.js +0 -21
- package/_shims/auto/types-node.js.map +0 -1
- package/_shims/auto/types-node.mjs +0 -2
- package/_shims/auto/types-node.mjs.map +0 -1
- package/_shims/auto/types.d.ts +0 -101
- package/_shims/auto/types.js +0 -3
- package/_shims/auto/types.mjs +0 -3
- package/_shims/bun-runtime.d.ts +0 -6
- package/_shims/bun-runtime.d.ts.map +0 -1
- package/_shims/bun-runtime.js +0 -14
- package/_shims/bun-runtime.js.map +0 -1
- package/_shims/bun-runtime.mjs +0 -10
- package/_shims/bun-runtime.mjs.map +0 -1
- package/_shims/index.d.ts +0 -83
- package/_shims/index.js +0 -17
- package/_shims/index.mjs +0 -11
- package/_shims/manual-types.d.ts +0 -12
- package/_shims/manual-types.js +0 -3
- package/_shims/manual-types.mjs +0 -3
- package/_shims/node-runtime.d.ts +0 -3
- package/_shims/node-runtime.d.ts.map +0 -1
- package/_shims/node-runtime.js +0 -89
- package/_shims/node-runtime.js.map +0 -1
- package/_shims/node-runtime.mjs +0 -56
- package/_shims/node-runtime.mjs.map +0 -1
- package/_shims/node-types.d.ts +0 -42
- package/_shims/node-types.js +0 -3
- package/_shims/node-types.mjs +0 -3
- package/_shims/registry.d.ts +0 -37
- package/_shims/registry.d.ts.map +0 -1
- package/_shims/registry.js +0 -41
- package/_shims/registry.js.map +0 -1
- package/_shims/registry.mjs +0 -37
- package/_shims/registry.mjs.map +0 -1
- package/_shims/web-runtime.d.ts +0 -5
- package/_shims/web-runtime.d.ts.map +0 -1
- package/_shims/web-runtime.js +0 -78
- package/_shims/web-runtime.js.map +0 -1
- package/_shims/web-runtime.mjs +0 -71
- package/_shims/web-runtime.mjs.map +0 -1
- package/_shims/web-types.d.ts +0 -83
- package/_shims/web-types.js +0 -3
- package/_shims/web-types.mjs +0 -3
- package/core.d.ts +0 -255
- package/core.d.ts.map +0 -1
- package/core.js +0 -924
- package/core.js.map +0 -1
- package/core.mjs +0 -892
- package/core.mjs.map +0 -1
- package/resources/webhooks.d.ts +0 -22
- package/resources/webhooks.d.ts.map +0 -1
- package/resources/webhooks.js +0 -82
- package/resources/webhooks.js.map +0 -1
- package/resources/webhooks.mjs +0 -78
- package/resources/webhooks.mjs.map +0 -1
- package/shims/node.d.ts +0 -30
- package/shims/node.d.ts.map +0 -1
- package/shims/node.js +0 -31
- package/shims/node.js.map +0 -1
- package/shims/node.mjs +0 -5
- package/shims/node.mjs.map +0 -1
- package/shims/web.d.ts +0 -26
- package/shims/web.d.ts.map +0 -1
- package/shims/web.js +0 -31
- package/shims/web.js.map +0 -1
- package/shims/web.mjs +0 -5
- package/shims/web.mjs.map +0 -1
- package/src/_shims/MultipartBody.ts +0 -9
- package/src/_shims/README.md +0 -46
- package/src/_shims/auto/runtime-bun.ts +0 -4
- package/src/_shims/auto/runtime-node.ts +0 -4
- package/src/_shims/auto/runtime.ts +0 -4
- package/src/_shims/auto/types-node.ts +0 -4
- package/src/_shims/auto/types.d.ts +0 -101
- package/src/_shims/auto/types.js +0 -3
- package/src/_shims/auto/types.mjs +0 -3
- package/src/_shims/bun-runtime.ts +0 -14
- package/src/_shims/index.d.ts +0 -83
- package/src/_shims/index.js +0 -17
- package/src/_shims/index.mjs +0 -11
- package/src/_shims/manual-types.d.ts +0 -12
- package/src/_shims/manual-types.js +0 -3
- package/src/_shims/manual-types.mjs +0 -3
- package/src/_shims/node-runtime.ts +0 -81
- package/src/_shims/node-types.d.ts +0 -42
- package/src/_shims/node-types.js +0 -3
- package/src/_shims/node-types.mjs +0 -3
- package/src/_shims/registry.ts +0 -67
- package/src/_shims/web-runtime.ts +0 -103
- package/src/_shims/web-types.d.ts +0 -83
- package/src/_shims/web-types.js +0 -3
- package/src/_shims/web-types.mjs +0 -3
- package/src/core.ts +0 -1236
- package/src/resources/webhooks.ts +0 -110
- package/src/shims/node.ts +0 -50
- package/src/shims/web.ts +0 -50
package/src/index.ts
CHANGED
|
@@ -1,1202 +1,11 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
import * as qs from './internal/qs';
|
|
5
|
-
import * as Core from './core';
|
|
6
|
-
import * as Errors from './error';
|
|
7
|
-
import * as Pagination from './pagination';
|
|
8
|
-
import { type PageParams, PageResponse } from './pagination';
|
|
9
|
-
import * as Uploads from './uploads';
|
|
10
|
-
import * as API from './resources/index';
|
|
11
|
-
import {
|
|
12
|
-
AccountNumber,
|
|
13
|
-
AccountNumberCreateParams,
|
|
14
|
-
AccountNumberListParams,
|
|
15
|
-
AccountNumberUpdateParams,
|
|
16
|
-
AccountNumbers,
|
|
17
|
-
AccountNumbersPage,
|
|
18
|
-
} from './resources/account-numbers';
|
|
19
|
-
import {
|
|
20
|
-
AccountStatement,
|
|
21
|
-
AccountStatementListParams,
|
|
22
|
-
AccountStatements,
|
|
23
|
-
AccountStatementsPage,
|
|
24
|
-
} from './resources/account-statements';
|
|
25
|
-
import {
|
|
26
|
-
AccountTransfer,
|
|
27
|
-
AccountTransferCreateParams,
|
|
28
|
-
AccountTransferListParams,
|
|
29
|
-
AccountTransfers,
|
|
30
|
-
AccountTransfersPage,
|
|
31
|
-
} from './resources/account-transfers';
|
|
32
|
-
import {
|
|
33
|
-
Account,
|
|
34
|
-
AccountBalanceParams,
|
|
35
|
-
AccountCreateParams,
|
|
36
|
-
AccountListParams,
|
|
37
|
-
AccountUpdateParams,
|
|
38
|
-
Accounts,
|
|
39
|
-
AccountsPage,
|
|
40
|
-
BalanceLookup,
|
|
41
|
-
} from './resources/accounts';
|
|
42
|
-
import {
|
|
43
|
-
ACHPrenotification,
|
|
44
|
-
ACHPrenotificationCreateParams,
|
|
45
|
-
ACHPrenotificationListParams,
|
|
46
|
-
ACHPrenotifications,
|
|
47
|
-
ACHPrenotificationsPage,
|
|
48
|
-
} from './resources/ach-prenotifications';
|
|
49
|
-
import {
|
|
50
|
-
ACHTransfer,
|
|
51
|
-
ACHTransferCreateParams,
|
|
52
|
-
ACHTransferListParams,
|
|
53
|
-
ACHTransfers,
|
|
54
|
-
ACHTransfersPage,
|
|
55
|
-
} from './resources/ach-transfers';
|
|
56
|
-
import {
|
|
57
|
-
BookkeepingAccount,
|
|
58
|
-
BookkeepingAccountBalanceParams,
|
|
59
|
-
BookkeepingAccountCreateParams,
|
|
60
|
-
BookkeepingAccountListParams,
|
|
61
|
-
BookkeepingAccountUpdateParams,
|
|
62
|
-
BookkeepingAccounts,
|
|
63
|
-
BookkeepingAccountsPage,
|
|
64
|
-
BookkeepingBalanceLookup,
|
|
65
|
-
} from './resources/bookkeeping-accounts';
|
|
66
|
-
import {
|
|
67
|
-
BookkeepingEntries,
|
|
68
|
-
BookkeepingEntriesPage,
|
|
69
|
-
BookkeepingEntry,
|
|
70
|
-
BookkeepingEntryListParams,
|
|
71
|
-
} from './resources/bookkeeping-entries';
|
|
72
|
-
import {
|
|
73
|
-
BookkeepingEntrySet,
|
|
74
|
-
BookkeepingEntrySetCreateParams,
|
|
75
|
-
BookkeepingEntrySetListParams,
|
|
76
|
-
BookkeepingEntrySets,
|
|
77
|
-
BookkeepingEntrySetsPage,
|
|
78
|
-
} from './resources/bookkeeping-entry-sets';
|
|
79
|
-
import {
|
|
80
|
-
CardDispute,
|
|
81
|
-
CardDisputeCreateParams,
|
|
82
|
-
CardDisputeListParams,
|
|
83
|
-
CardDisputeSubmitUserSubmissionParams,
|
|
84
|
-
CardDisputes,
|
|
85
|
-
CardDisputesPage,
|
|
86
|
-
} from './resources/card-disputes';
|
|
87
|
-
import {
|
|
88
|
-
CardPayment,
|
|
89
|
-
CardPaymentListParams,
|
|
90
|
-
CardPayments,
|
|
91
|
-
CardPaymentsPage,
|
|
92
|
-
} from './resources/card-payments';
|
|
93
|
-
import {
|
|
94
|
-
CardPurchaseSupplement,
|
|
95
|
-
CardPurchaseSupplementListParams,
|
|
96
|
-
CardPurchaseSupplements,
|
|
97
|
-
CardPurchaseSupplementsPage,
|
|
98
|
-
} from './resources/card-purchase-supplements';
|
|
99
|
-
import {
|
|
100
|
-
CardPushTransfer,
|
|
101
|
-
CardPushTransferCreateParams,
|
|
102
|
-
CardPushTransferListParams,
|
|
103
|
-
CardPushTransfers,
|
|
104
|
-
CardPushTransfersPage,
|
|
105
|
-
} from './resources/card-push-transfers';
|
|
106
|
-
import {
|
|
107
|
-
CardToken,
|
|
108
|
-
CardTokenCapabilities,
|
|
109
|
-
CardTokenListParams,
|
|
110
|
-
CardTokens,
|
|
111
|
-
CardTokensPage,
|
|
112
|
-
} from './resources/card-tokens';
|
|
113
|
-
import {
|
|
114
|
-
CardValidation,
|
|
115
|
-
CardValidationCreateParams,
|
|
116
|
-
CardValidationListParams,
|
|
117
|
-
CardValidations,
|
|
118
|
-
CardValidationsPage,
|
|
119
|
-
} from './resources/card-validations';
|
|
120
|
-
import {
|
|
121
|
-
Card,
|
|
122
|
-
CardCreateDetailsIframeParams,
|
|
123
|
-
CardCreateParams,
|
|
124
|
-
CardDetails,
|
|
125
|
-
CardIframeURL,
|
|
126
|
-
CardListParams,
|
|
127
|
-
CardUpdateParams,
|
|
128
|
-
CardUpdatePinParams,
|
|
129
|
-
Cards,
|
|
130
|
-
CardsPage,
|
|
131
|
-
} from './resources/cards';
|
|
132
|
-
import {
|
|
133
|
-
CheckDeposit,
|
|
134
|
-
CheckDepositCreateParams,
|
|
135
|
-
CheckDepositListParams,
|
|
136
|
-
CheckDeposits,
|
|
137
|
-
CheckDepositsPage,
|
|
138
|
-
} from './resources/check-deposits';
|
|
139
|
-
import {
|
|
140
|
-
CheckTransfer,
|
|
141
|
-
CheckTransferCreateParams,
|
|
142
|
-
CheckTransferListParams,
|
|
143
|
-
CheckTransferStopPaymentParams,
|
|
144
|
-
CheckTransfers,
|
|
145
|
-
CheckTransfersPage,
|
|
146
|
-
} from './resources/check-transfers';
|
|
147
|
-
import {
|
|
148
|
-
DeclinedTransaction,
|
|
149
|
-
DeclinedTransactionListParams,
|
|
150
|
-
DeclinedTransactions,
|
|
151
|
-
DeclinedTransactionsPage,
|
|
152
|
-
} from './resources/declined-transactions';
|
|
153
|
-
import {
|
|
154
|
-
DigitalCardProfile,
|
|
155
|
-
DigitalCardProfileCloneParams,
|
|
156
|
-
DigitalCardProfileCreateParams,
|
|
157
|
-
DigitalCardProfileListParams,
|
|
158
|
-
DigitalCardProfiles,
|
|
159
|
-
DigitalCardProfilesPage,
|
|
160
|
-
} from './resources/digital-card-profiles';
|
|
161
|
-
import {
|
|
162
|
-
DigitalWalletToken,
|
|
163
|
-
DigitalWalletTokenListParams,
|
|
164
|
-
DigitalWalletTokens,
|
|
165
|
-
DigitalWalletTokensPage,
|
|
166
|
-
} from './resources/digital-wallet-tokens';
|
|
167
|
-
import {
|
|
168
|
-
Document,
|
|
169
|
-
DocumentCreateParams,
|
|
170
|
-
DocumentListParams,
|
|
171
|
-
Documents,
|
|
172
|
-
DocumentsPage,
|
|
173
|
-
} from './resources/documents';
|
|
174
|
-
import {
|
|
175
|
-
Entities,
|
|
176
|
-
EntitiesPage,
|
|
177
|
-
Entity,
|
|
178
|
-
EntityArchiveBeneficialOwnerParams,
|
|
179
|
-
EntityConfirmParams,
|
|
180
|
-
EntityCreateBeneficialOwnerParams,
|
|
181
|
-
EntityCreateParams,
|
|
182
|
-
EntityListParams,
|
|
183
|
-
EntityUpdateAddressParams,
|
|
184
|
-
EntityUpdateBeneficialOwnerAddressParams,
|
|
185
|
-
EntityUpdateIndustryCodeParams,
|
|
186
|
-
EntityUpdateParams,
|
|
187
|
-
} from './resources/entities';
|
|
188
|
-
import {
|
|
189
|
-
EventSubscription,
|
|
190
|
-
EventSubscriptionCreateParams,
|
|
191
|
-
EventSubscriptionListParams,
|
|
192
|
-
EventSubscriptionUpdateParams,
|
|
193
|
-
EventSubscriptions,
|
|
194
|
-
EventSubscriptionsPage,
|
|
195
|
-
} from './resources/event-subscriptions';
|
|
196
|
-
import { Event, EventListParams, Events, EventsPage } from './resources/events';
|
|
197
|
-
import { Export, ExportCreateParams, ExportListParams, Exports, ExportsPage } from './resources/exports';
|
|
198
|
-
import {
|
|
199
|
-
ExternalAccount,
|
|
200
|
-
ExternalAccountCreateParams,
|
|
201
|
-
ExternalAccountListParams,
|
|
202
|
-
ExternalAccountUpdateParams,
|
|
203
|
-
ExternalAccounts,
|
|
204
|
-
ExternalAccountsPage,
|
|
205
|
-
} from './resources/external-accounts';
|
|
206
|
-
import {
|
|
207
|
-
FednowTransfer,
|
|
208
|
-
FednowTransferCreateParams,
|
|
209
|
-
FednowTransferListParams,
|
|
210
|
-
FednowTransfers,
|
|
211
|
-
FednowTransfersPage,
|
|
212
|
-
} from './resources/fednow-transfers';
|
|
213
|
-
import { FileLink, FileLinkCreateParams, FileLinks } from './resources/file-links';
|
|
214
|
-
import { File, FileCreateParams, FileListParams, Files, FilesPage } from './resources/files';
|
|
215
|
-
import { Group, Groups } from './resources/groups';
|
|
216
|
-
import {
|
|
217
|
-
InboundACHTransfer,
|
|
218
|
-
InboundACHTransferCreateNotificationOfChangeParams,
|
|
219
|
-
InboundACHTransferDeclineParams,
|
|
220
|
-
InboundACHTransferListParams,
|
|
221
|
-
InboundACHTransferTransferReturnParams,
|
|
222
|
-
InboundACHTransfers,
|
|
223
|
-
InboundACHTransfersPage,
|
|
224
|
-
} from './resources/inbound-ach-transfers';
|
|
225
|
-
import {
|
|
226
|
-
InboundCheckDeposit,
|
|
227
|
-
InboundCheckDepositListParams,
|
|
228
|
-
InboundCheckDepositReturnParams,
|
|
229
|
-
InboundCheckDeposits,
|
|
230
|
-
InboundCheckDepositsPage,
|
|
231
|
-
} from './resources/inbound-check-deposits';
|
|
232
|
-
import {
|
|
233
|
-
InboundFednowTransfer,
|
|
234
|
-
InboundFednowTransferListParams,
|
|
235
|
-
InboundFednowTransfers,
|
|
236
|
-
InboundFednowTransfersPage,
|
|
237
|
-
} from './resources/inbound-fednow-transfers';
|
|
238
|
-
import {
|
|
239
|
-
InboundMailItem,
|
|
240
|
-
InboundMailItemActionParams,
|
|
241
|
-
InboundMailItemListParams,
|
|
242
|
-
InboundMailItems,
|
|
243
|
-
InboundMailItemsPage,
|
|
244
|
-
} from './resources/inbound-mail-items';
|
|
245
|
-
import {
|
|
246
|
-
InboundRealTimePaymentsTransfer,
|
|
247
|
-
InboundRealTimePaymentsTransferListParams,
|
|
248
|
-
InboundRealTimePaymentsTransfers,
|
|
249
|
-
InboundRealTimePaymentsTransfersPage,
|
|
250
|
-
} from './resources/inbound-real-time-payments-transfers';
|
|
251
|
-
import {
|
|
252
|
-
InboundWireDrawdownRequest,
|
|
253
|
-
InboundWireDrawdownRequestListParams,
|
|
254
|
-
InboundWireDrawdownRequests,
|
|
255
|
-
InboundWireDrawdownRequestsPage,
|
|
256
|
-
} from './resources/inbound-wire-drawdown-requests';
|
|
257
|
-
import {
|
|
258
|
-
InboundWireTransfer,
|
|
259
|
-
InboundWireTransferListParams,
|
|
260
|
-
InboundWireTransferReverseParams,
|
|
261
|
-
InboundWireTransfers,
|
|
262
|
-
InboundWireTransfersPage,
|
|
263
|
-
} from './resources/inbound-wire-transfers';
|
|
264
|
-
import {
|
|
265
|
-
IntrafiAccountEnrollment,
|
|
266
|
-
IntrafiAccountEnrollmentCreateParams,
|
|
267
|
-
IntrafiAccountEnrollmentListParams,
|
|
268
|
-
IntrafiAccountEnrollments,
|
|
269
|
-
IntrafiAccountEnrollmentsPage,
|
|
270
|
-
} from './resources/intrafi-account-enrollments';
|
|
271
|
-
import { IntrafiBalance, IntrafiBalances } from './resources/intrafi-balances';
|
|
272
|
-
import {
|
|
273
|
-
IntrafiExclusion,
|
|
274
|
-
IntrafiExclusionCreateParams,
|
|
275
|
-
IntrafiExclusionListParams,
|
|
276
|
-
IntrafiExclusions,
|
|
277
|
-
IntrafiExclusionsPage,
|
|
278
|
-
} from './resources/intrafi-exclusions';
|
|
279
|
-
import {
|
|
280
|
-
Lockbox,
|
|
281
|
-
LockboxCreateParams,
|
|
282
|
-
LockboxListParams,
|
|
283
|
-
LockboxUpdateParams,
|
|
284
|
-
Lockboxes,
|
|
285
|
-
LockboxesPage,
|
|
286
|
-
} from './resources/lockboxes';
|
|
287
|
-
import {
|
|
288
|
-
OAuthApplication,
|
|
289
|
-
OAuthApplicationListParams,
|
|
290
|
-
OAuthApplications,
|
|
291
|
-
OAuthApplicationsPage,
|
|
292
|
-
} from './resources/oauth-applications';
|
|
293
|
-
import {
|
|
294
|
-
OAuthConnection,
|
|
295
|
-
OAuthConnectionListParams,
|
|
296
|
-
OAuthConnections,
|
|
297
|
-
OAuthConnectionsPage,
|
|
298
|
-
} from './resources/oauth-connections';
|
|
299
|
-
import { OAuthToken, OAuthTokenCreateParams, OAuthTokens } from './resources/oauth-tokens';
|
|
300
|
-
import {
|
|
301
|
-
PendingTransaction,
|
|
302
|
-
PendingTransactionCreateParams,
|
|
303
|
-
PendingTransactionListParams,
|
|
304
|
-
PendingTransactions,
|
|
305
|
-
PendingTransactionsPage,
|
|
306
|
-
} from './resources/pending-transactions';
|
|
307
|
-
import {
|
|
308
|
-
PhysicalCardProfile,
|
|
309
|
-
PhysicalCardProfileCloneParams,
|
|
310
|
-
PhysicalCardProfileCreateParams,
|
|
311
|
-
PhysicalCardProfileListParams,
|
|
312
|
-
PhysicalCardProfiles,
|
|
313
|
-
PhysicalCardProfilesPage,
|
|
314
|
-
} from './resources/physical-card-profiles';
|
|
315
|
-
import {
|
|
316
|
-
PhysicalCard,
|
|
317
|
-
PhysicalCardCreateParams,
|
|
318
|
-
PhysicalCardListParams,
|
|
319
|
-
PhysicalCardUpdateParams,
|
|
320
|
-
PhysicalCards,
|
|
321
|
-
PhysicalCardsPage,
|
|
322
|
-
} from './resources/physical-cards';
|
|
323
|
-
import { Program, ProgramListParams, Programs, ProgramsPage } from './resources/programs';
|
|
324
|
-
import {
|
|
325
|
-
RealTimeDecision,
|
|
326
|
-
RealTimeDecisionActionParams,
|
|
327
|
-
RealTimeDecisions,
|
|
328
|
-
} from './resources/real-time-decisions';
|
|
329
|
-
import {
|
|
330
|
-
RealTimePaymentsTransfer,
|
|
331
|
-
RealTimePaymentsTransferCreateParams,
|
|
332
|
-
RealTimePaymentsTransferListParams,
|
|
333
|
-
RealTimePaymentsTransfers,
|
|
334
|
-
RealTimePaymentsTransfersPage,
|
|
335
|
-
} from './resources/real-time-payments-transfers';
|
|
336
|
-
import {
|
|
337
|
-
RoutingNumberListParams,
|
|
338
|
-
RoutingNumberListResponse,
|
|
339
|
-
RoutingNumberListResponsesPage,
|
|
340
|
-
RoutingNumbers,
|
|
341
|
-
} from './resources/routing-numbers';
|
|
342
|
-
import {
|
|
343
|
-
EntitySupplementalDocument,
|
|
344
|
-
EntitySupplementalDocumentsPage,
|
|
345
|
-
SupplementalDocumentCreateParams,
|
|
346
|
-
SupplementalDocumentListParams,
|
|
347
|
-
SupplementalDocuments,
|
|
348
|
-
} from './resources/supplemental-documents';
|
|
349
|
-
import { Transaction, TransactionListParams, Transactions, TransactionsPage } from './resources/transactions';
|
|
350
|
-
import {
|
|
351
|
-
WireDrawdownRequest,
|
|
352
|
-
WireDrawdownRequestCreateParams,
|
|
353
|
-
WireDrawdownRequestListParams,
|
|
354
|
-
WireDrawdownRequests,
|
|
355
|
-
WireDrawdownRequestsPage,
|
|
356
|
-
} from './resources/wire-drawdown-requests';
|
|
357
|
-
import {
|
|
358
|
-
WireTransfer,
|
|
359
|
-
WireTransferCreateParams,
|
|
360
|
-
WireTransferListParams,
|
|
361
|
-
WireTransfers,
|
|
362
|
-
WireTransfersPage,
|
|
363
|
-
} from './resources/wire-transfers';
|
|
364
|
-
import { Webhooks } from './resources/webhooks';
|
|
365
|
-
import { Simulations } from './resources/simulations/simulations';
|
|
3
|
+
export { Increase as default } from './client';
|
|
366
4
|
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
};
|
|
371
|
-
type Environment = keyof typeof environments;
|
|
372
|
-
|
|
373
|
-
export interface ClientOptions {
|
|
374
|
-
/**
|
|
375
|
-
* Defaults to process.env['INCREASE_API_KEY'].
|
|
376
|
-
*/
|
|
377
|
-
apiKey?: string | undefined;
|
|
378
|
-
|
|
379
|
-
/**
|
|
380
|
-
* Defaults to process.env['INCREASE_WEBHOOK_SECRET'].
|
|
381
|
-
*/
|
|
382
|
-
webhookSecret?: string | null | undefined;
|
|
383
|
-
|
|
384
|
-
/**
|
|
385
|
-
* Specifies the environment to use for the API.
|
|
386
|
-
*
|
|
387
|
-
* Each environment maps to a different base URL:
|
|
388
|
-
* - `production` corresponds to `https://api.increase.com`
|
|
389
|
-
* - `sandbox` corresponds to `https://sandbox.increase.com`
|
|
390
|
-
*/
|
|
391
|
-
environment?: Environment | undefined;
|
|
392
|
-
|
|
393
|
-
/**
|
|
394
|
-
* Override the default base URL for the API, e.g., "https://api.example.com/v2/"
|
|
395
|
-
*
|
|
396
|
-
* Defaults to process.env['INCREASE_BASE_URL'].
|
|
397
|
-
*/
|
|
398
|
-
baseURL?: string | null | undefined;
|
|
399
|
-
|
|
400
|
-
/**
|
|
401
|
-
* The maximum amount of time (in milliseconds) that the client should wait for a response
|
|
402
|
-
* from the server before timing out a single request.
|
|
403
|
-
*
|
|
404
|
-
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
|
|
405
|
-
* much longer than this timeout before the promise succeeds or fails.
|
|
406
|
-
*
|
|
407
|
-
* @unit milliseconds
|
|
408
|
-
*/
|
|
409
|
-
timeout?: number | undefined;
|
|
410
|
-
|
|
411
|
-
/**
|
|
412
|
-
* An HTTP agent used to manage HTTP(S) connections.
|
|
413
|
-
*
|
|
414
|
-
* If not provided, an agent will be constructed by default in the Node.js environment,
|
|
415
|
-
* otherwise no agent is used.
|
|
416
|
-
*/
|
|
417
|
-
httpAgent?: Agent | undefined;
|
|
418
|
-
|
|
419
|
-
/**
|
|
420
|
-
* Specify a custom `fetch` function implementation.
|
|
421
|
-
*
|
|
422
|
-
* If not provided, we use `node-fetch` on Node.js and otherwise expect that `fetch` is
|
|
423
|
-
* defined globally.
|
|
424
|
-
*/
|
|
425
|
-
fetch?: Core.Fetch | undefined;
|
|
426
|
-
|
|
427
|
-
/**
|
|
428
|
-
* The maximum number of times that the client will retry a request in case of a
|
|
429
|
-
* temporary failure, like a network error or a 5XX error from the server.
|
|
430
|
-
*
|
|
431
|
-
* @default 2
|
|
432
|
-
*/
|
|
433
|
-
maxRetries?: number | undefined;
|
|
434
|
-
|
|
435
|
-
/**
|
|
436
|
-
* Default headers to include with every request to the API.
|
|
437
|
-
*
|
|
438
|
-
* These can be removed in individual requests by explicitly setting the
|
|
439
|
-
* header to `undefined` or `null` in request options.
|
|
440
|
-
*/
|
|
441
|
-
defaultHeaders?: Core.Headers | undefined;
|
|
442
|
-
|
|
443
|
-
/**
|
|
444
|
-
* Default query parameters to include with every request to the API.
|
|
445
|
-
*
|
|
446
|
-
* These can be removed in individual requests by explicitly setting the
|
|
447
|
-
* param to `undefined` in request options.
|
|
448
|
-
*/
|
|
449
|
-
defaultQuery?: Core.DefaultQuery | undefined;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
/**
|
|
453
|
-
* API Client for interfacing with the Increase API.
|
|
454
|
-
*/
|
|
455
|
-
export class Increase extends Core.APIClient {
|
|
456
|
-
apiKey: string;
|
|
457
|
-
webhookSecret: string | null;
|
|
458
|
-
|
|
459
|
-
private _options: ClientOptions;
|
|
460
|
-
|
|
461
|
-
/**
|
|
462
|
-
* API Client for interfacing with the Increase API.
|
|
463
|
-
*
|
|
464
|
-
* @param {string | undefined} [opts.apiKey=process.env['INCREASE_API_KEY'] ?? undefined]
|
|
465
|
-
* @param {string | null | undefined} [opts.webhookSecret=process.env['INCREASE_WEBHOOK_SECRET'] ?? null]
|
|
466
|
-
* @param {Environment} [opts.environment=production] - Specifies the environment URL to use for the API.
|
|
467
|
-
* @param {string} [opts.baseURL=process.env['INCREASE_BASE_URL'] ?? https://api.increase.com] - Override the default base URL for the API.
|
|
468
|
-
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
469
|
-
* @param {number} [opts.httpAgent] - An HTTP agent used to manage HTTP(s) connections.
|
|
470
|
-
* @param {Core.Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
471
|
-
* @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
|
|
472
|
-
* @param {Core.Headers} opts.defaultHeaders - Default headers to include with every request to the API.
|
|
473
|
-
* @param {Core.DefaultQuery} opts.defaultQuery - Default query parameters to include with every request to the API.
|
|
474
|
-
*/
|
|
475
|
-
constructor({
|
|
476
|
-
baseURL = Core.readEnv('INCREASE_BASE_URL'),
|
|
477
|
-
apiKey = Core.readEnv('INCREASE_API_KEY'),
|
|
478
|
-
webhookSecret = Core.readEnv('INCREASE_WEBHOOK_SECRET') ?? null,
|
|
479
|
-
...opts
|
|
480
|
-
}: ClientOptions = {}) {
|
|
481
|
-
if (apiKey === undefined) {
|
|
482
|
-
throw new Errors.IncreaseError(
|
|
483
|
-
"The INCREASE_API_KEY environment variable is missing or empty; either provide it, or instantiate the Increase client with an apiKey option, like new Increase({ apiKey: 'My API Key' }).",
|
|
484
|
-
);
|
|
485
|
-
}
|
|
486
|
-
|
|
487
|
-
const options: ClientOptions = {
|
|
488
|
-
apiKey,
|
|
489
|
-
webhookSecret,
|
|
490
|
-
...opts,
|
|
491
|
-
baseURL,
|
|
492
|
-
environment: opts.environment ?? 'production',
|
|
493
|
-
};
|
|
494
|
-
|
|
495
|
-
if (baseURL && opts.environment) {
|
|
496
|
-
throw new Errors.IncreaseError(
|
|
497
|
-
'Ambiguous URL; The `baseURL` option (or INCREASE_BASE_URL env var) and the `environment` option are given. If you want to use the environment you must pass baseURL: null',
|
|
498
|
-
);
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
super({
|
|
502
|
-
baseURL: options.baseURL || environments[options.environment || 'production'],
|
|
503
|
-
baseURLOverridden: baseURL ? baseURL !== environments[options.environment || 'production'] : false,
|
|
504
|
-
timeout: options.timeout ?? 60000 /* 1 minute */,
|
|
505
|
-
httpAgent: options.httpAgent,
|
|
506
|
-
maxRetries: options.maxRetries,
|
|
507
|
-
fetch: options.fetch,
|
|
508
|
-
});
|
|
509
|
-
|
|
510
|
-
this._options = options;
|
|
511
|
-
this.idempotencyHeader = 'Idempotency-Key';
|
|
512
|
-
|
|
513
|
-
this.apiKey = apiKey;
|
|
514
|
-
this.webhookSecret = webhookSecret;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
accounts: API.Accounts = new API.Accounts(this);
|
|
518
|
-
accountNumbers: API.AccountNumbers = new API.AccountNumbers(this);
|
|
519
|
-
accountTransfers: API.AccountTransfers = new API.AccountTransfers(this);
|
|
520
|
-
cards: API.Cards = new API.Cards(this);
|
|
521
|
-
cardPayments: API.CardPayments = new API.CardPayments(this);
|
|
522
|
-
cardPurchaseSupplements: API.CardPurchaseSupplements = new API.CardPurchaseSupplements(this);
|
|
523
|
-
cardDisputes: API.CardDisputes = new API.CardDisputes(this);
|
|
524
|
-
physicalCards: API.PhysicalCards = new API.PhysicalCards(this);
|
|
525
|
-
digitalCardProfiles: API.DigitalCardProfiles = new API.DigitalCardProfiles(this);
|
|
526
|
-
physicalCardProfiles: API.PhysicalCardProfiles = new API.PhysicalCardProfiles(this);
|
|
527
|
-
digitalWalletTokens: API.DigitalWalletTokens = new API.DigitalWalletTokens(this);
|
|
528
|
-
transactions: API.Transactions = new API.Transactions(this);
|
|
529
|
-
pendingTransactions: API.PendingTransactions = new API.PendingTransactions(this);
|
|
530
|
-
declinedTransactions: API.DeclinedTransactions = new API.DeclinedTransactions(this);
|
|
531
|
-
achTransfers: API.ACHTransfers = new API.ACHTransfers(this);
|
|
532
|
-
achPrenotifications: API.ACHPrenotifications = new API.ACHPrenotifications(this);
|
|
533
|
-
inboundACHTransfers: API.InboundACHTransfers = new API.InboundACHTransfers(this);
|
|
534
|
-
wireTransfers: API.WireTransfers = new API.WireTransfers(this);
|
|
535
|
-
inboundWireTransfers: API.InboundWireTransfers = new API.InboundWireTransfers(this);
|
|
536
|
-
wireDrawdownRequests: API.WireDrawdownRequests = new API.WireDrawdownRequests(this);
|
|
537
|
-
inboundWireDrawdownRequests: API.InboundWireDrawdownRequests = new API.InboundWireDrawdownRequests(this);
|
|
538
|
-
checkTransfers: API.CheckTransfers = new API.CheckTransfers(this);
|
|
539
|
-
inboundCheckDeposits: API.InboundCheckDeposits = new API.InboundCheckDeposits(this);
|
|
540
|
-
realTimePaymentsTransfers: API.RealTimePaymentsTransfers = new API.RealTimePaymentsTransfers(this);
|
|
541
|
-
inboundRealTimePaymentsTransfers: API.InboundRealTimePaymentsTransfers =
|
|
542
|
-
new API.InboundRealTimePaymentsTransfers(this);
|
|
543
|
-
fednowTransfers: API.FednowTransfers = new API.FednowTransfers(this);
|
|
544
|
-
inboundFednowTransfers: API.InboundFednowTransfers = new API.InboundFednowTransfers(this);
|
|
545
|
-
checkDeposits: API.CheckDeposits = new API.CheckDeposits(this);
|
|
546
|
-
lockboxes: API.Lockboxes = new API.Lockboxes(this);
|
|
547
|
-
inboundMailItems: API.InboundMailItems = new API.InboundMailItems(this);
|
|
548
|
-
routingNumbers: API.RoutingNumbers = new API.RoutingNumbers(this);
|
|
549
|
-
externalAccounts: API.ExternalAccounts = new API.ExternalAccounts(this);
|
|
550
|
-
entities: API.Entities = new API.Entities(this);
|
|
551
|
-
supplementalDocuments: API.SupplementalDocuments = new API.SupplementalDocuments(this);
|
|
552
|
-
programs: API.Programs = new API.Programs(this);
|
|
553
|
-
webhooks: API.Webhooks = new API.Webhooks(this);
|
|
554
|
-
accountStatements: API.AccountStatements = new API.AccountStatements(this);
|
|
555
|
-
files: API.Files = new API.Files(this);
|
|
556
|
-
fileLinks: API.FileLinks = new API.FileLinks(this);
|
|
557
|
-
documents: API.Documents = new API.Documents(this);
|
|
558
|
-
exports: API.Exports = new API.Exports(this);
|
|
559
|
-
events: API.Events = new API.Events(this);
|
|
560
|
-
eventSubscriptions: API.EventSubscriptions = new API.EventSubscriptions(this);
|
|
561
|
-
realTimeDecisions: API.RealTimeDecisions = new API.RealTimeDecisions(this);
|
|
562
|
-
bookkeepingAccounts: API.BookkeepingAccounts = new API.BookkeepingAccounts(this);
|
|
563
|
-
bookkeepingEntrySets: API.BookkeepingEntrySets = new API.BookkeepingEntrySets(this);
|
|
564
|
-
bookkeepingEntries: API.BookkeepingEntries = new API.BookkeepingEntries(this);
|
|
565
|
-
groups: API.Groups = new API.Groups(this);
|
|
566
|
-
oauthApplications: API.OAuthApplications = new API.OAuthApplications(this);
|
|
567
|
-
oauthConnections: API.OAuthConnections = new API.OAuthConnections(this);
|
|
568
|
-
oauthTokens: API.OAuthTokens = new API.OAuthTokens(this);
|
|
569
|
-
intrafiAccountEnrollments: API.IntrafiAccountEnrollments = new API.IntrafiAccountEnrollments(this);
|
|
570
|
-
intrafiBalances: API.IntrafiBalances = new API.IntrafiBalances(this);
|
|
571
|
-
intrafiExclusions: API.IntrafiExclusions = new API.IntrafiExclusions(this);
|
|
572
|
-
cardTokens: API.CardTokens = new API.CardTokens(this);
|
|
573
|
-
cardPushTransfers: API.CardPushTransfers = new API.CardPushTransfers(this);
|
|
574
|
-
cardValidations: API.CardValidations = new API.CardValidations(this);
|
|
575
|
-
simulations: API.Simulations = new API.Simulations(this);
|
|
576
|
-
|
|
577
|
-
/**
|
|
578
|
-
* Check whether the base URL is set to its default.
|
|
579
|
-
*/
|
|
580
|
-
#baseURLOverridden(): boolean {
|
|
581
|
-
return this.baseURL !== environments[this._options.environment || 'production'];
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
protected override defaultQuery(): Core.DefaultQuery | undefined {
|
|
585
|
-
return this._options.defaultQuery;
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
protected override defaultHeaders(opts: Core.FinalRequestOptions): Core.Headers {
|
|
589
|
-
return {
|
|
590
|
-
...super.defaultHeaders(opts),
|
|
591
|
-
...this._options.defaultHeaders,
|
|
592
|
-
};
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
protected override authHeaders(opts: Core.FinalRequestOptions): Core.Headers {
|
|
596
|
-
return { Authorization: `Bearer ${this.apiKey}` };
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
protected override stringifyQuery(query: Record<string, unknown>): string {
|
|
600
|
-
return qs.stringify(query, { allowDots: true, arrayFormat: 'comma' });
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
static Increase = this;
|
|
604
|
-
static DEFAULT_TIMEOUT = 60000; // 1 minute
|
|
605
|
-
|
|
606
|
-
static IncreaseError = Errors.IncreaseError;
|
|
607
|
-
static APIError = Errors.APIError;
|
|
608
|
-
static APIConnectionError = Errors.APIConnectionError;
|
|
609
|
-
static APIConnectionTimeoutError = Errors.APIConnectionTimeoutError;
|
|
610
|
-
static APIUserAbortError = Errors.APIUserAbortError;
|
|
611
|
-
static NotFoundError = Errors.NotFoundError;
|
|
612
|
-
static ConflictError = Errors.ConflictError;
|
|
613
|
-
static RateLimitError = Errors.RateLimitError;
|
|
614
|
-
static BadRequestError = Errors.BadRequestError;
|
|
615
|
-
static RateLimitedError = Errors.RateLimitedError;
|
|
616
|
-
static InvalidAPIKeyError = Errors.InvalidAPIKeyError;
|
|
617
|
-
static AuthenticationError = Errors.AuthenticationError;
|
|
618
|
-
static InternalServerError = Errors.InternalServerError;
|
|
619
|
-
static ObjectNotFoundError = Errors.ObjectNotFoundError;
|
|
620
|
-
static PrivateFeatureError = Errors.PrivateFeatureError;
|
|
621
|
-
static PermissionDeniedError = Errors.PermissionDeniedError;
|
|
622
|
-
static InvalidOperationError = Errors.InvalidOperationError;
|
|
623
|
-
static MalformedRequestError = Errors.MalformedRequestError;
|
|
624
|
-
static APIMethodNotFoundError = Errors.APIMethodNotFoundError;
|
|
625
|
-
static InvalidParametersError = Errors.InvalidParametersError;
|
|
626
|
-
static UnprocessableEntityError = Errors.UnprocessableEntityError;
|
|
627
|
-
static EnvironmentMismatchError = Errors.EnvironmentMismatchError;
|
|
628
|
-
static InsufficientPermissionsError = Errors.InsufficientPermissionsError;
|
|
629
|
-
static IdempotencyKeyAlreadyUsedError = Errors.IdempotencyKeyAlreadyUsedError;
|
|
630
|
-
|
|
631
|
-
static toFile = Uploads.toFile;
|
|
632
|
-
static fileFromPath = Uploads.fileFromPath;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
Increase.Accounts = Accounts;
|
|
636
|
-
Increase.AccountsPage = AccountsPage;
|
|
637
|
-
Increase.AccountNumbers = AccountNumbers;
|
|
638
|
-
Increase.AccountNumbersPage = AccountNumbersPage;
|
|
639
|
-
Increase.AccountTransfers = AccountTransfers;
|
|
640
|
-
Increase.AccountTransfersPage = AccountTransfersPage;
|
|
641
|
-
Increase.Cards = Cards;
|
|
642
|
-
Increase.CardsPage = CardsPage;
|
|
643
|
-
Increase.CardPayments = CardPayments;
|
|
644
|
-
Increase.CardPaymentsPage = CardPaymentsPage;
|
|
645
|
-
Increase.CardPurchaseSupplements = CardPurchaseSupplements;
|
|
646
|
-
Increase.CardPurchaseSupplementsPage = CardPurchaseSupplementsPage;
|
|
647
|
-
Increase.CardDisputes = CardDisputes;
|
|
648
|
-
Increase.CardDisputesPage = CardDisputesPage;
|
|
649
|
-
Increase.PhysicalCards = PhysicalCards;
|
|
650
|
-
Increase.PhysicalCardsPage = PhysicalCardsPage;
|
|
651
|
-
Increase.DigitalCardProfiles = DigitalCardProfiles;
|
|
652
|
-
Increase.DigitalCardProfilesPage = DigitalCardProfilesPage;
|
|
653
|
-
Increase.PhysicalCardProfiles = PhysicalCardProfiles;
|
|
654
|
-
Increase.PhysicalCardProfilesPage = PhysicalCardProfilesPage;
|
|
655
|
-
Increase.DigitalWalletTokens = DigitalWalletTokens;
|
|
656
|
-
Increase.DigitalWalletTokensPage = DigitalWalletTokensPage;
|
|
657
|
-
Increase.Transactions = Transactions;
|
|
658
|
-
Increase.TransactionsPage = TransactionsPage;
|
|
659
|
-
Increase.PendingTransactions = PendingTransactions;
|
|
660
|
-
Increase.PendingTransactionsPage = PendingTransactionsPage;
|
|
661
|
-
Increase.DeclinedTransactions = DeclinedTransactions;
|
|
662
|
-
Increase.DeclinedTransactionsPage = DeclinedTransactionsPage;
|
|
663
|
-
Increase.ACHTransfers = ACHTransfers;
|
|
664
|
-
Increase.ACHTransfersPage = ACHTransfersPage;
|
|
665
|
-
Increase.ACHPrenotifications = ACHPrenotifications;
|
|
666
|
-
Increase.ACHPrenotificationsPage = ACHPrenotificationsPage;
|
|
667
|
-
Increase.InboundACHTransfers = InboundACHTransfers;
|
|
668
|
-
Increase.InboundACHTransfersPage = InboundACHTransfersPage;
|
|
669
|
-
Increase.WireTransfers = WireTransfers;
|
|
670
|
-
Increase.WireTransfersPage = WireTransfersPage;
|
|
671
|
-
Increase.InboundWireTransfers = InboundWireTransfers;
|
|
672
|
-
Increase.InboundWireTransfersPage = InboundWireTransfersPage;
|
|
673
|
-
Increase.WireDrawdownRequests = WireDrawdownRequests;
|
|
674
|
-
Increase.WireDrawdownRequestsPage = WireDrawdownRequestsPage;
|
|
675
|
-
Increase.InboundWireDrawdownRequests = InboundWireDrawdownRequests;
|
|
676
|
-
Increase.InboundWireDrawdownRequestsPage = InboundWireDrawdownRequestsPage;
|
|
677
|
-
Increase.CheckTransfers = CheckTransfers;
|
|
678
|
-
Increase.CheckTransfersPage = CheckTransfersPage;
|
|
679
|
-
Increase.InboundCheckDeposits = InboundCheckDeposits;
|
|
680
|
-
Increase.InboundCheckDepositsPage = InboundCheckDepositsPage;
|
|
681
|
-
Increase.RealTimePaymentsTransfers = RealTimePaymentsTransfers;
|
|
682
|
-
Increase.RealTimePaymentsTransfersPage = RealTimePaymentsTransfersPage;
|
|
683
|
-
Increase.InboundRealTimePaymentsTransfers = InboundRealTimePaymentsTransfers;
|
|
684
|
-
Increase.InboundRealTimePaymentsTransfersPage = InboundRealTimePaymentsTransfersPage;
|
|
685
|
-
Increase.FednowTransfers = FednowTransfers;
|
|
686
|
-
Increase.FednowTransfersPage = FednowTransfersPage;
|
|
687
|
-
Increase.InboundFednowTransfers = InboundFednowTransfers;
|
|
688
|
-
Increase.InboundFednowTransfersPage = InboundFednowTransfersPage;
|
|
689
|
-
Increase.CheckDeposits = CheckDeposits;
|
|
690
|
-
Increase.CheckDepositsPage = CheckDepositsPage;
|
|
691
|
-
Increase.Lockboxes = Lockboxes;
|
|
692
|
-
Increase.LockboxesPage = LockboxesPage;
|
|
693
|
-
Increase.InboundMailItems = InboundMailItems;
|
|
694
|
-
Increase.InboundMailItemsPage = InboundMailItemsPage;
|
|
695
|
-
Increase.RoutingNumbers = RoutingNumbers;
|
|
696
|
-
Increase.RoutingNumberListResponsesPage = RoutingNumberListResponsesPage;
|
|
697
|
-
Increase.ExternalAccounts = ExternalAccounts;
|
|
698
|
-
Increase.ExternalAccountsPage = ExternalAccountsPage;
|
|
699
|
-
Increase.Entities = Entities;
|
|
700
|
-
Increase.EntitiesPage = EntitiesPage;
|
|
701
|
-
Increase.SupplementalDocuments = SupplementalDocuments;
|
|
702
|
-
Increase.EntitySupplementalDocumentsPage = EntitySupplementalDocumentsPage;
|
|
703
|
-
Increase.Programs = Programs;
|
|
704
|
-
Increase.ProgramsPage = ProgramsPage;
|
|
705
|
-
Increase.AccountStatements = AccountStatements;
|
|
706
|
-
Increase.AccountStatementsPage = AccountStatementsPage;
|
|
707
|
-
Increase.Files = Files;
|
|
708
|
-
Increase.FilesPage = FilesPage;
|
|
709
|
-
Increase.FileLinks = FileLinks;
|
|
710
|
-
Increase.Documents = Documents;
|
|
711
|
-
Increase.DocumentsPage = DocumentsPage;
|
|
712
|
-
Increase.Exports = Exports;
|
|
713
|
-
Increase.ExportsPage = ExportsPage;
|
|
714
|
-
Increase.Events = Events;
|
|
715
|
-
Increase.EventsPage = EventsPage;
|
|
716
|
-
Increase.EventSubscriptions = EventSubscriptions;
|
|
717
|
-
Increase.EventSubscriptionsPage = EventSubscriptionsPage;
|
|
718
|
-
Increase.RealTimeDecisions = RealTimeDecisions;
|
|
719
|
-
Increase.BookkeepingAccounts = BookkeepingAccounts;
|
|
720
|
-
Increase.BookkeepingAccountsPage = BookkeepingAccountsPage;
|
|
721
|
-
Increase.BookkeepingEntrySets = BookkeepingEntrySets;
|
|
722
|
-
Increase.BookkeepingEntrySetsPage = BookkeepingEntrySetsPage;
|
|
723
|
-
Increase.BookkeepingEntries = BookkeepingEntries;
|
|
724
|
-
Increase.BookkeepingEntriesPage = BookkeepingEntriesPage;
|
|
725
|
-
Increase.Groups = Groups;
|
|
726
|
-
Increase.OAuthApplications = OAuthApplications;
|
|
727
|
-
Increase.OAuthApplicationsPage = OAuthApplicationsPage;
|
|
728
|
-
Increase.OAuthConnections = OAuthConnections;
|
|
729
|
-
Increase.OAuthConnectionsPage = OAuthConnectionsPage;
|
|
730
|
-
Increase.OAuthTokens = OAuthTokens;
|
|
731
|
-
Increase.IntrafiAccountEnrollments = IntrafiAccountEnrollments;
|
|
732
|
-
Increase.IntrafiAccountEnrollmentsPage = IntrafiAccountEnrollmentsPage;
|
|
733
|
-
Increase.IntrafiBalances = IntrafiBalances;
|
|
734
|
-
Increase.IntrafiExclusions = IntrafiExclusions;
|
|
735
|
-
Increase.IntrafiExclusionsPage = IntrafiExclusionsPage;
|
|
736
|
-
Increase.CardTokens = CardTokens;
|
|
737
|
-
Increase.CardTokensPage = CardTokensPage;
|
|
738
|
-
Increase.CardPushTransfers = CardPushTransfers;
|
|
739
|
-
Increase.CardPushTransfersPage = CardPushTransfersPage;
|
|
740
|
-
Increase.CardValidations = CardValidations;
|
|
741
|
-
Increase.CardValidationsPage = CardValidationsPage;
|
|
742
|
-
Increase.Simulations = Simulations;
|
|
743
|
-
|
|
744
|
-
export declare namespace Increase {
|
|
745
|
-
export type RequestOptions = Core.RequestOptions;
|
|
746
|
-
|
|
747
|
-
export import Page = Pagination.Page;
|
|
748
|
-
export { type PageParams as PageParams, type PageResponse as PageResponse };
|
|
749
|
-
|
|
750
|
-
export {
|
|
751
|
-
Accounts as Accounts,
|
|
752
|
-
type Account as Account,
|
|
753
|
-
type BalanceLookup as BalanceLookup,
|
|
754
|
-
AccountsPage as AccountsPage,
|
|
755
|
-
type AccountCreateParams as AccountCreateParams,
|
|
756
|
-
type AccountUpdateParams as AccountUpdateParams,
|
|
757
|
-
type AccountListParams as AccountListParams,
|
|
758
|
-
type AccountBalanceParams as AccountBalanceParams,
|
|
759
|
-
};
|
|
760
|
-
|
|
761
|
-
export {
|
|
762
|
-
AccountNumbers as AccountNumbers,
|
|
763
|
-
type AccountNumber as AccountNumber,
|
|
764
|
-
AccountNumbersPage as AccountNumbersPage,
|
|
765
|
-
type AccountNumberCreateParams as AccountNumberCreateParams,
|
|
766
|
-
type AccountNumberUpdateParams as AccountNumberUpdateParams,
|
|
767
|
-
type AccountNumberListParams as AccountNumberListParams,
|
|
768
|
-
};
|
|
769
|
-
|
|
770
|
-
export {
|
|
771
|
-
AccountTransfers as AccountTransfers,
|
|
772
|
-
type AccountTransfer as AccountTransfer,
|
|
773
|
-
AccountTransfersPage as AccountTransfersPage,
|
|
774
|
-
type AccountTransferCreateParams as AccountTransferCreateParams,
|
|
775
|
-
type AccountTransferListParams as AccountTransferListParams,
|
|
776
|
-
};
|
|
777
|
-
|
|
778
|
-
export {
|
|
779
|
-
Cards as Cards,
|
|
780
|
-
type Card as Card,
|
|
781
|
-
type CardDetails as CardDetails,
|
|
782
|
-
type CardIframeURL as CardIframeURL,
|
|
783
|
-
CardsPage as CardsPage,
|
|
784
|
-
type CardCreateParams as CardCreateParams,
|
|
785
|
-
type CardUpdateParams as CardUpdateParams,
|
|
786
|
-
type CardListParams as CardListParams,
|
|
787
|
-
type CardCreateDetailsIframeParams as CardCreateDetailsIframeParams,
|
|
788
|
-
type CardUpdatePinParams as CardUpdatePinParams,
|
|
789
|
-
};
|
|
790
|
-
|
|
791
|
-
export {
|
|
792
|
-
CardPayments as CardPayments,
|
|
793
|
-
type CardPayment as CardPayment,
|
|
794
|
-
CardPaymentsPage as CardPaymentsPage,
|
|
795
|
-
type CardPaymentListParams as CardPaymentListParams,
|
|
796
|
-
};
|
|
797
|
-
|
|
798
|
-
export {
|
|
799
|
-
CardPurchaseSupplements as CardPurchaseSupplements,
|
|
800
|
-
type CardPurchaseSupplement as CardPurchaseSupplement,
|
|
801
|
-
CardPurchaseSupplementsPage as CardPurchaseSupplementsPage,
|
|
802
|
-
type CardPurchaseSupplementListParams as CardPurchaseSupplementListParams,
|
|
803
|
-
};
|
|
804
|
-
|
|
805
|
-
export {
|
|
806
|
-
CardDisputes as CardDisputes,
|
|
807
|
-
type CardDispute as CardDispute,
|
|
808
|
-
CardDisputesPage as CardDisputesPage,
|
|
809
|
-
type CardDisputeCreateParams as CardDisputeCreateParams,
|
|
810
|
-
type CardDisputeListParams as CardDisputeListParams,
|
|
811
|
-
type CardDisputeSubmitUserSubmissionParams as CardDisputeSubmitUserSubmissionParams,
|
|
812
|
-
};
|
|
813
|
-
|
|
814
|
-
export {
|
|
815
|
-
PhysicalCards as PhysicalCards,
|
|
816
|
-
type PhysicalCard as PhysicalCard,
|
|
817
|
-
PhysicalCardsPage as PhysicalCardsPage,
|
|
818
|
-
type PhysicalCardCreateParams as PhysicalCardCreateParams,
|
|
819
|
-
type PhysicalCardUpdateParams as PhysicalCardUpdateParams,
|
|
820
|
-
type PhysicalCardListParams as PhysicalCardListParams,
|
|
821
|
-
};
|
|
822
|
-
|
|
823
|
-
export {
|
|
824
|
-
DigitalCardProfiles as DigitalCardProfiles,
|
|
825
|
-
type DigitalCardProfile as DigitalCardProfile,
|
|
826
|
-
DigitalCardProfilesPage as DigitalCardProfilesPage,
|
|
827
|
-
type DigitalCardProfileCreateParams as DigitalCardProfileCreateParams,
|
|
828
|
-
type DigitalCardProfileListParams as DigitalCardProfileListParams,
|
|
829
|
-
type DigitalCardProfileCloneParams as DigitalCardProfileCloneParams,
|
|
830
|
-
};
|
|
831
|
-
|
|
832
|
-
export {
|
|
833
|
-
PhysicalCardProfiles as PhysicalCardProfiles,
|
|
834
|
-
type PhysicalCardProfile as PhysicalCardProfile,
|
|
835
|
-
PhysicalCardProfilesPage as PhysicalCardProfilesPage,
|
|
836
|
-
type PhysicalCardProfileCreateParams as PhysicalCardProfileCreateParams,
|
|
837
|
-
type PhysicalCardProfileListParams as PhysicalCardProfileListParams,
|
|
838
|
-
type PhysicalCardProfileCloneParams as PhysicalCardProfileCloneParams,
|
|
839
|
-
};
|
|
840
|
-
|
|
841
|
-
export {
|
|
842
|
-
DigitalWalletTokens as DigitalWalletTokens,
|
|
843
|
-
type DigitalWalletToken as DigitalWalletToken,
|
|
844
|
-
DigitalWalletTokensPage as DigitalWalletTokensPage,
|
|
845
|
-
type DigitalWalletTokenListParams as DigitalWalletTokenListParams,
|
|
846
|
-
};
|
|
847
|
-
|
|
848
|
-
export {
|
|
849
|
-
Transactions as Transactions,
|
|
850
|
-
type Transaction as Transaction,
|
|
851
|
-
TransactionsPage as TransactionsPage,
|
|
852
|
-
type TransactionListParams as TransactionListParams,
|
|
853
|
-
};
|
|
854
|
-
|
|
855
|
-
export {
|
|
856
|
-
PendingTransactions as PendingTransactions,
|
|
857
|
-
type PendingTransaction as PendingTransaction,
|
|
858
|
-
PendingTransactionsPage as PendingTransactionsPage,
|
|
859
|
-
type PendingTransactionCreateParams as PendingTransactionCreateParams,
|
|
860
|
-
type PendingTransactionListParams as PendingTransactionListParams,
|
|
861
|
-
};
|
|
862
|
-
|
|
863
|
-
export {
|
|
864
|
-
DeclinedTransactions as DeclinedTransactions,
|
|
865
|
-
type DeclinedTransaction as DeclinedTransaction,
|
|
866
|
-
DeclinedTransactionsPage as DeclinedTransactionsPage,
|
|
867
|
-
type DeclinedTransactionListParams as DeclinedTransactionListParams,
|
|
868
|
-
};
|
|
869
|
-
|
|
870
|
-
export {
|
|
871
|
-
ACHTransfers as ACHTransfers,
|
|
872
|
-
type ACHTransfer as ACHTransfer,
|
|
873
|
-
ACHTransfersPage as ACHTransfersPage,
|
|
874
|
-
type ACHTransferCreateParams as ACHTransferCreateParams,
|
|
875
|
-
type ACHTransferListParams as ACHTransferListParams,
|
|
876
|
-
};
|
|
877
|
-
|
|
878
|
-
export {
|
|
879
|
-
ACHPrenotifications as ACHPrenotifications,
|
|
880
|
-
type ACHPrenotification as ACHPrenotification,
|
|
881
|
-
ACHPrenotificationsPage as ACHPrenotificationsPage,
|
|
882
|
-
type ACHPrenotificationCreateParams as ACHPrenotificationCreateParams,
|
|
883
|
-
type ACHPrenotificationListParams as ACHPrenotificationListParams,
|
|
884
|
-
};
|
|
885
|
-
|
|
886
|
-
export {
|
|
887
|
-
InboundACHTransfers as InboundACHTransfers,
|
|
888
|
-
type InboundACHTransfer as InboundACHTransfer,
|
|
889
|
-
InboundACHTransfersPage as InboundACHTransfersPage,
|
|
890
|
-
type InboundACHTransferListParams as InboundACHTransferListParams,
|
|
891
|
-
type InboundACHTransferCreateNotificationOfChangeParams as InboundACHTransferCreateNotificationOfChangeParams,
|
|
892
|
-
type InboundACHTransferDeclineParams as InboundACHTransferDeclineParams,
|
|
893
|
-
type InboundACHTransferTransferReturnParams as InboundACHTransferTransferReturnParams,
|
|
894
|
-
};
|
|
895
|
-
|
|
896
|
-
export {
|
|
897
|
-
WireTransfers as WireTransfers,
|
|
898
|
-
type WireTransfer as WireTransfer,
|
|
899
|
-
WireTransfersPage as WireTransfersPage,
|
|
900
|
-
type WireTransferCreateParams as WireTransferCreateParams,
|
|
901
|
-
type WireTransferListParams as WireTransferListParams,
|
|
902
|
-
};
|
|
903
|
-
|
|
904
|
-
export {
|
|
905
|
-
InboundWireTransfers as InboundWireTransfers,
|
|
906
|
-
type InboundWireTransfer as InboundWireTransfer,
|
|
907
|
-
InboundWireTransfersPage as InboundWireTransfersPage,
|
|
908
|
-
type InboundWireTransferListParams as InboundWireTransferListParams,
|
|
909
|
-
type InboundWireTransferReverseParams as InboundWireTransferReverseParams,
|
|
910
|
-
};
|
|
911
|
-
|
|
912
|
-
export {
|
|
913
|
-
WireDrawdownRequests as WireDrawdownRequests,
|
|
914
|
-
type WireDrawdownRequest as WireDrawdownRequest,
|
|
915
|
-
WireDrawdownRequestsPage as WireDrawdownRequestsPage,
|
|
916
|
-
type WireDrawdownRequestCreateParams as WireDrawdownRequestCreateParams,
|
|
917
|
-
type WireDrawdownRequestListParams as WireDrawdownRequestListParams,
|
|
918
|
-
};
|
|
919
|
-
|
|
920
|
-
export {
|
|
921
|
-
InboundWireDrawdownRequests as InboundWireDrawdownRequests,
|
|
922
|
-
type InboundWireDrawdownRequest as InboundWireDrawdownRequest,
|
|
923
|
-
InboundWireDrawdownRequestsPage as InboundWireDrawdownRequestsPage,
|
|
924
|
-
type InboundWireDrawdownRequestListParams as InboundWireDrawdownRequestListParams,
|
|
925
|
-
};
|
|
926
|
-
|
|
927
|
-
export {
|
|
928
|
-
CheckTransfers as CheckTransfers,
|
|
929
|
-
type CheckTransfer as CheckTransfer,
|
|
930
|
-
CheckTransfersPage as CheckTransfersPage,
|
|
931
|
-
type CheckTransferCreateParams as CheckTransferCreateParams,
|
|
932
|
-
type CheckTransferListParams as CheckTransferListParams,
|
|
933
|
-
type CheckTransferStopPaymentParams as CheckTransferStopPaymentParams,
|
|
934
|
-
};
|
|
935
|
-
|
|
936
|
-
export {
|
|
937
|
-
InboundCheckDeposits as InboundCheckDeposits,
|
|
938
|
-
type InboundCheckDeposit as InboundCheckDeposit,
|
|
939
|
-
InboundCheckDepositsPage as InboundCheckDepositsPage,
|
|
940
|
-
type InboundCheckDepositListParams as InboundCheckDepositListParams,
|
|
941
|
-
type InboundCheckDepositReturnParams as InboundCheckDepositReturnParams,
|
|
942
|
-
};
|
|
943
|
-
|
|
944
|
-
export {
|
|
945
|
-
RealTimePaymentsTransfers as RealTimePaymentsTransfers,
|
|
946
|
-
type RealTimePaymentsTransfer as RealTimePaymentsTransfer,
|
|
947
|
-
RealTimePaymentsTransfersPage as RealTimePaymentsTransfersPage,
|
|
948
|
-
type RealTimePaymentsTransferCreateParams as RealTimePaymentsTransferCreateParams,
|
|
949
|
-
type RealTimePaymentsTransferListParams as RealTimePaymentsTransferListParams,
|
|
950
|
-
};
|
|
951
|
-
|
|
952
|
-
export {
|
|
953
|
-
InboundRealTimePaymentsTransfers as InboundRealTimePaymentsTransfers,
|
|
954
|
-
type InboundRealTimePaymentsTransfer as InboundRealTimePaymentsTransfer,
|
|
955
|
-
InboundRealTimePaymentsTransfersPage as InboundRealTimePaymentsTransfersPage,
|
|
956
|
-
type InboundRealTimePaymentsTransferListParams as InboundRealTimePaymentsTransferListParams,
|
|
957
|
-
};
|
|
958
|
-
|
|
959
|
-
export {
|
|
960
|
-
FednowTransfers as FednowTransfers,
|
|
961
|
-
type FednowTransfer as FednowTransfer,
|
|
962
|
-
FednowTransfersPage as FednowTransfersPage,
|
|
963
|
-
type FednowTransferCreateParams as FednowTransferCreateParams,
|
|
964
|
-
type FednowTransferListParams as FednowTransferListParams,
|
|
965
|
-
};
|
|
966
|
-
|
|
967
|
-
export {
|
|
968
|
-
InboundFednowTransfers as InboundFednowTransfers,
|
|
969
|
-
type InboundFednowTransfer as InboundFednowTransfer,
|
|
970
|
-
InboundFednowTransfersPage as InboundFednowTransfersPage,
|
|
971
|
-
type InboundFednowTransferListParams as InboundFednowTransferListParams,
|
|
972
|
-
};
|
|
973
|
-
|
|
974
|
-
export {
|
|
975
|
-
CheckDeposits as CheckDeposits,
|
|
976
|
-
type CheckDeposit as CheckDeposit,
|
|
977
|
-
CheckDepositsPage as CheckDepositsPage,
|
|
978
|
-
type CheckDepositCreateParams as CheckDepositCreateParams,
|
|
979
|
-
type CheckDepositListParams as CheckDepositListParams,
|
|
980
|
-
};
|
|
981
|
-
|
|
982
|
-
export {
|
|
983
|
-
Lockboxes as Lockboxes,
|
|
984
|
-
type Lockbox as Lockbox,
|
|
985
|
-
LockboxesPage as LockboxesPage,
|
|
986
|
-
type LockboxCreateParams as LockboxCreateParams,
|
|
987
|
-
type LockboxUpdateParams as LockboxUpdateParams,
|
|
988
|
-
type LockboxListParams as LockboxListParams,
|
|
989
|
-
};
|
|
990
|
-
|
|
991
|
-
export {
|
|
992
|
-
InboundMailItems as InboundMailItems,
|
|
993
|
-
type InboundMailItem as InboundMailItem,
|
|
994
|
-
InboundMailItemsPage as InboundMailItemsPage,
|
|
995
|
-
type InboundMailItemListParams as InboundMailItemListParams,
|
|
996
|
-
type InboundMailItemActionParams as InboundMailItemActionParams,
|
|
997
|
-
};
|
|
998
|
-
|
|
999
|
-
export {
|
|
1000
|
-
RoutingNumbers as RoutingNumbers,
|
|
1001
|
-
type RoutingNumberListResponse as RoutingNumberListResponse,
|
|
1002
|
-
RoutingNumberListResponsesPage as RoutingNumberListResponsesPage,
|
|
1003
|
-
type RoutingNumberListParams as RoutingNumberListParams,
|
|
1004
|
-
};
|
|
1005
|
-
|
|
1006
|
-
export {
|
|
1007
|
-
ExternalAccounts as ExternalAccounts,
|
|
1008
|
-
type ExternalAccount as ExternalAccount,
|
|
1009
|
-
ExternalAccountsPage as ExternalAccountsPage,
|
|
1010
|
-
type ExternalAccountCreateParams as ExternalAccountCreateParams,
|
|
1011
|
-
type ExternalAccountUpdateParams as ExternalAccountUpdateParams,
|
|
1012
|
-
type ExternalAccountListParams as ExternalAccountListParams,
|
|
1013
|
-
};
|
|
1014
|
-
|
|
1015
|
-
export {
|
|
1016
|
-
Entities as Entities,
|
|
1017
|
-
type Entity as Entity,
|
|
1018
|
-
EntitiesPage as EntitiesPage,
|
|
1019
|
-
type EntityCreateParams as EntityCreateParams,
|
|
1020
|
-
type EntityUpdateParams as EntityUpdateParams,
|
|
1021
|
-
type EntityListParams as EntityListParams,
|
|
1022
|
-
type EntityArchiveBeneficialOwnerParams as EntityArchiveBeneficialOwnerParams,
|
|
1023
|
-
type EntityConfirmParams as EntityConfirmParams,
|
|
1024
|
-
type EntityCreateBeneficialOwnerParams as EntityCreateBeneficialOwnerParams,
|
|
1025
|
-
type EntityUpdateAddressParams as EntityUpdateAddressParams,
|
|
1026
|
-
type EntityUpdateBeneficialOwnerAddressParams as EntityUpdateBeneficialOwnerAddressParams,
|
|
1027
|
-
type EntityUpdateIndustryCodeParams as EntityUpdateIndustryCodeParams,
|
|
1028
|
-
};
|
|
1029
|
-
|
|
1030
|
-
export {
|
|
1031
|
-
SupplementalDocuments as SupplementalDocuments,
|
|
1032
|
-
type EntitySupplementalDocument as EntitySupplementalDocument,
|
|
1033
|
-
EntitySupplementalDocumentsPage as EntitySupplementalDocumentsPage,
|
|
1034
|
-
type SupplementalDocumentCreateParams as SupplementalDocumentCreateParams,
|
|
1035
|
-
type SupplementalDocumentListParams as SupplementalDocumentListParams,
|
|
1036
|
-
};
|
|
1037
|
-
|
|
1038
|
-
export {
|
|
1039
|
-
Programs as Programs,
|
|
1040
|
-
type Program as Program,
|
|
1041
|
-
ProgramsPage as ProgramsPage,
|
|
1042
|
-
type ProgramListParams as ProgramListParams,
|
|
1043
|
-
};
|
|
1044
|
-
|
|
1045
|
-
export {
|
|
1046
|
-
AccountStatements as AccountStatements,
|
|
1047
|
-
type AccountStatement as AccountStatement,
|
|
1048
|
-
AccountStatementsPage as AccountStatementsPage,
|
|
1049
|
-
type AccountStatementListParams as AccountStatementListParams,
|
|
1050
|
-
};
|
|
1051
|
-
|
|
1052
|
-
export {
|
|
1053
|
-
Files as Files,
|
|
1054
|
-
type File as File,
|
|
1055
|
-
FilesPage as FilesPage,
|
|
1056
|
-
type FileCreateParams as FileCreateParams,
|
|
1057
|
-
type FileListParams as FileListParams,
|
|
1058
|
-
};
|
|
1059
|
-
|
|
1060
|
-
export {
|
|
1061
|
-
FileLinks as FileLinks,
|
|
1062
|
-
type FileLink as FileLink,
|
|
1063
|
-
type FileLinkCreateParams as FileLinkCreateParams,
|
|
1064
|
-
};
|
|
1065
|
-
|
|
1066
|
-
export {
|
|
1067
|
-
Documents as Documents,
|
|
1068
|
-
type Document as Document,
|
|
1069
|
-
DocumentsPage as DocumentsPage,
|
|
1070
|
-
type DocumentCreateParams as DocumentCreateParams,
|
|
1071
|
-
type DocumentListParams as DocumentListParams,
|
|
1072
|
-
};
|
|
1073
|
-
|
|
1074
|
-
export {
|
|
1075
|
-
Exports as Exports,
|
|
1076
|
-
type Export as Export,
|
|
1077
|
-
ExportsPage as ExportsPage,
|
|
1078
|
-
type ExportCreateParams as ExportCreateParams,
|
|
1079
|
-
type ExportListParams as ExportListParams,
|
|
1080
|
-
};
|
|
1081
|
-
|
|
1082
|
-
export {
|
|
1083
|
-
Events as Events,
|
|
1084
|
-
type Event as Event,
|
|
1085
|
-
EventsPage as EventsPage,
|
|
1086
|
-
type EventListParams as EventListParams,
|
|
1087
|
-
};
|
|
1088
|
-
|
|
1089
|
-
export {
|
|
1090
|
-
EventSubscriptions as EventSubscriptions,
|
|
1091
|
-
type EventSubscription as EventSubscription,
|
|
1092
|
-
EventSubscriptionsPage as EventSubscriptionsPage,
|
|
1093
|
-
type EventSubscriptionCreateParams as EventSubscriptionCreateParams,
|
|
1094
|
-
type EventSubscriptionUpdateParams as EventSubscriptionUpdateParams,
|
|
1095
|
-
type EventSubscriptionListParams as EventSubscriptionListParams,
|
|
1096
|
-
};
|
|
1097
|
-
|
|
1098
|
-
export {
|
|
1099
|
-
RealTimeDecisions as RealTimeDecisions,
|
|
1100
|
-
type RealTimeDecision as RealTimeDecision,
|
|
1101
|
-
type RealTimeDecisionActionParams as RealTimeDecisionActionParams,
|
|
1102
|
-
};
|
|
1103
|
-
|
|
1104
|
-
export {
|
|
1105
|
-
BookkeepingAccounts as BookkeepingAccounts,
|
|
1106
|
-
type BookkeepingAccount as BookkeepingAccount,
|
|
1107
|
-
type BookkeepingBalanceLookup as BookkeepingBalanceLookup,
|
|
1108
|
-
BookkeepingAccountsPage as BookkeepingAccountsPage,
|
|
1109
|
-
type BookkeepingAccountCreateParams as BookkeepingAccountCreateParams,
|
|
1110
|
-
type BookkeepingAccountUpdateParams as BookkeepingAccountUpdateParams,
|
|
1111
|
-
type BookkeepingAccountListParams as BookkeepingAccountListParams,
|
|
1112
|
-
type BookkeepingAccountBalanceParams as BookkeepingAccountBalanceParams,
|
|
1113
|
-
};
|
|
1114
|
-
|
|
1115
|
-
export {
|
|
1116
|
-
BookkeepingEntrySets as BookkeepingEntrySets,
|
|
1117
|
-
type BookkeepingEntrySet as BookkeepingEntrySet,
|
|
1118
|
-
BookkeepingEntrySetsPage as BookkeepingEntrySetsPage,
|
|
1119
|
-
type BookkeepingEntrySetCreateParams as BookkeepingEntrySetCreateParams,
|
|
1120
|
-
type BookkeepingEntrySetListParams as BookkeepingEntrySetListParams,
|
|
1121
|
-
};
|
|
1122
|
-
|
|
1123
|
-
export {
|
|
1124
|
-
BookkeepingEntries as BookkeepingEntries,
|
|
1125
|
-
type BookkeepingEntry as BookkeepingEntry,
|
|
1126
|
-
BookkeepingEntriesPage as BookkeepingEntriesPage,
|
|
1127
|
-
type BookkeepingEntryListParams as BookkeepingEntryListParams,
|
|
1128
|
-
};
|
|
1129
|
-
|
|
1130
|
-
export { Groups as Groups, type Group as Group };
|
|
1131
|
-
|
|
1132
|
-
export {
|
|
1133
|
-
OAuthApplications as OAuthApplications,
|
|
1134
|
-
type OAuthApplication as OAuthApplication,
|
|
1135
|
-
OAuthApplicationsPage as OAuthApplicationsPage,
|
|
1136
|
-
type OAuthApplicationListParams as OAuthApplicationListParams,
|
|
1137
|
-
};
|
|
1138
|
-
|
|
1139
|
-
export {
|
|
1140
|
-
OAuthConnections as OAuthConnections,
|
|
1141
|
-
type OAuthConnection as OAuthConnection,
|
|
1142
|
-
OAuthConnectionsPage as OAuthConnectionsPage,
|
|
1143
|
-
type OAuthConnectionListParams as OAuthConnectionListParams,
|
|
1144
|
-
};
|
|
1145
|
-
|
|
1146
|
-
export {
|
|
1147
|
-
OAuthTokens as OAuthTokens,
|
|
1148
|
-
type OAuthToken as OAuthToken,
|
|
1149
|
-
type OAuthTokenCreateParams as OAuthTokenCreateParams,
|
|
1150
|
-
};
|
|
1151
|
-
|
|
1152
|
-
export {
|
|
1153
|
-
IntrafiAccountEnrollments as IntrafiAccountEnrollments,
|
|
1154
|
-
type IntrafiAccountEnrollment as IntrafiAccountEnrollment,
|
|
1155
|
-
IntrafiAccountEnrollmentsPage as IntrafiAccountEnrollmentsPage,
|
|
1156
|
-
type IntrafiAccountEnrollmentCreateParams as IntrafiAccountEnrollmentCreateParams,
|
|
1157
|
-
type IntrafiAccountEnrollmentListParams as IntrafiAccountEnrollmentListParams,
|
|
1158
|
-
};
|
|
1159
|
-
|
|
1160
|
-
export { IntrafiBalances as IntrafiBalances, type IntrafiBalance as IntrafiBalance };
|
|
1161
|
-
|
|
1162
|
-
export {
|
|
1163
|
-
IntrafiExclusions as IntrafiExclusions,
|
|
1164
|
-
type IntrafiExclusion as IntrafiExclusion,
|
|
1165
|
-
IntrafiExclusionsPage as IntrafiExclusionsPage,
|
|
1166
|
-
type IntrafiExclusionCreateParams as IntrafiExclusionCreateParams,
|
|
1167
|
-
type IntrafiExclusionListParams as IntrafiExclusionListParams,
|
|
1168
|
-
};
|
|
1169
|
-
|
|
1170
|
-
export {
|
|
1171
|
-
CardTokens as CardTokens,
|
|
1172
|
-
type CardToken as CardToken,
|
|
1173
|
-
type CardTokenCapabilities as CardTokenCapabilities,
|
|
1174
|
-
CardTokensPage as CardTokensPage,
|
|
1175
|
-
type CardTokenListParams as CardTokenListParams,
|
|
1176
|
-
};
|
|
1177
|
-
|
|
1178
|
-
export {
|
|
1179
|
-
CardPushTransfers as CardPushTransfers,
|
|
1180
|
-
type CardPushTransfer as CardPushTransfer,
|
|
1181
|
-
CardPushTransfersPage as CardPushTransfersPage,
|
|
1182
|
-
type CardPushTransferCreateParams as CardPushTransferCreateParams,
|
|
1183
|
-
type CardPushTransferListParams as CardPushTransferListParams,
|
|
1184
|
-
};
|
|
1185
|
-
|
|
1186
|
-
export {
|
|
1187
|
-
CardValidations as CardValidations,
|
|
1188
|
-
type CardValidation as CardValidation,
|
|
1189
|
-
CardValidationsPage as CardValidationsPage,
|
|
1190
|
-
type CardValidationCreateParams as CardValidationCreateParams,
|
|
1191
|
-
type CardValidationListParams as CardValidationListParams,
|
|
1192
|
-
};
|
|
1193
|
-
|
|
1194
|
-
export { Webhooks as Webhooks };
|
|
1195
|
-
|
|
1196
|
-
export { Simulations as Simulations };
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
export { toFile, fileFromPath } from './uploads';
|
|
5
|
+
export { type Uploadable, toFile } from './core/uploads';
|
|
6
|
+
export { APIPromise } from './core/api-promise';
|
|
7
|
+
export { Increase, type ClientOptions } from './client';
|
|
8
|
+
export { PagePromise } from './core/pagination';
|
|
1200
9
|
export {
|
|
1201
10
|
IncreaseError,
|
|
1202
11
|
APIError,
|
|
@@ -1222,6 +31,4 @@ export {
|
|
|
1222
31
|
EnvironmentMismatchError,
|
|
1223
32
|
InsufficientPermissionsError,
|
|
1224
33
|
IdempotencyKeyAlreadyUsedError,
|
|
1225
|
-
} from './error';
|
|
1226
|
-
|
|
1227
|
-
export default Increase;
|
|
34
|
+
} from './core/error';
|