increase 0.376.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 -4434
- 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 +15 -16
- 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 +25 -34
- 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/client.d.mts
ADDED
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
import type { RequestInit, RequestInfo } from "./internal/builtin-types.mjs";
|
|
2
|
+
import type { PromiseOrValue, MergedRequestInit, FinalizedRequestInit } from "./internal/types.mjs";
|
|
3
|
+
export type { Logger, LogLevel } from "./internal/utils/log.mjs";
|
|
4
|
+
import * as Opts from "./internal/request-options.mjs";
|
|
5
|
+
import * as Errors from "./core/error.mjs";
|
|
6
|
+
import * as Pagination from "./core/pagination.mjs";
|
|
7
|
+
import { type PageParams, PageResponse } from "./core/pagination.mjs";
|
|
8
|
+
import * as Uploads from "./core/uploads.mjs";
|
|
9
|
+
import * as API from "./resources/index.mjs";
|
|
10
|
+
import { APIPromise } from "./core/api-promise.mjs";
|
|
11
|
+
import { AccountNumber, AccountNumberCreateParams, AccountNumberListParams, AccountNumberUpdateParams, AccountNumbers, AccountNumbersPage } from "./resources/account-numbers.mjs";
|
|
12
|
+
import { AccountStatement, AccountStatementListParams, AccountStatements, AccountStatementsPage } from "./resources/account-statements.mjs";
|
|
13
|
+
import { AccountTransfer, AccountTransferCreateParams, AccountTransferListParams, AccountTransfers, AccountTransfersPage } from "./resources/account-transfers.mjs";
|
|
14
|
+
import { Account, AccountBalanceParams, AccountCreateParams, AccountListParams, AccountUpdateParams, Accounts, AccountsPage, BalanceLookup } from "./resources/accounts.mjs";
|
|
15
|
+
import { ACHPrenotification, ACHPrenotificationCreateParams, ACHPrenotificationListParams, ACHPrenotifications, ACHPrenotificationsPage } from "./resources/ach-prenotifications.mjs";
|
|
16
|
+
import { ACHTransfer, ACHTransferCreateParams, ACHTransferListParams, ACHTransfers, ACHTransfersPage } from "./resources/ach-transfers.mjs";
|
|
17
|
+
import { BookkeepingAccount, BookkeepingAccountBalanceParams, BookkeepingAccountCreateParams, BookkeepingAccountListParams, BookkeepingAccountUpdateParams, BookkeepingAccounts, BookkeepingAccountsPage, BookkeepingBalanceLookup } from "./resources/bookkeeping-accounts.mjs";
|
|
18
|
+
import { BookkeepingEntries, BookkeepingEntriesPage, BookkeepingEntry, BookkeepingEntryListParams } from "./resources/bookkeeping-entries.mjs";
|
|
19
|
+
import { BookkeepingEntrySet, BookkeepingEntrySetCreateParams, BookkeepingEntrySetListParams, BookkeepingEntrySets, BookkeepingEntrySetsPage } from "./resources/bookkeeping-entry-sets.mjs";
|
|
20
|
+
import { CardDispute, CardDisputeCreateParams, CardDisputeListParams, CardDisputeSubmitUserSubmissionParams, CardDisputes, CardDisputesPage } from "./resources/card-disputes.mjs";
|
|
21
|
+
import { CardPayment, CardPaymentListParams, CardPayments, CardPaymentsPage } from "./resources/card-payments.mjs";
|
|
22
|
+
import { CardPurchaseSupplement, CardPurchaseSupplementListParams, CardPurchaseSupplements, CardPurchaseSupplementsPage } from "./resources/card-purchase-supplements.mjs";
|
|
23
|
+
import { CardPushTransfer, CardPushTransferCreateParams, CardPushTransferListParams, CardPushTransfers, CardPushTransfersPage } from "./resources/card-push-transfers.mjs";
|
|
24
|
+
import { CardToken, CardTokenCapabilities, CardTokenListParams, CardTokens, CardTokensPage } from "./resources/card-tokens.mjs";
|
|
25
|
+
import { CardValidation, CardValidationCreateParams, CardValidationListParams, CardValidations, CardValidationsPage } from "./resources/card-validations.mjs";
|
|
26
|
+
import { Card, CardCreateDetailsIframeParams, CardCreateParams, CardDetails, CardIframeURL, CardListParams, CardUpdateParams, CardUpdatePinParams, Cards, CardsPage } from "./resources/cards.mjs";
|
|
27
|
+
import { CheckDeposit, CheckDepositCreateParams, CheckDepositListParams, CheckDeposits, CheckDepositsPage } from "./resources/check-deposits.mjs";
|
|
28
|
+
import { CheckTransfer, CheckTransferCreateParams, CheckTransferListParams, CheckTransferStopPaymentParams, CheckTransfers, CheckTransfersPage } from "./resources/check-transfers.mjs";
|
|
29
|
+
import { DeclinedTransaction, DeclinedTransactionListParams, DeclinedTransactions, DeclinedTransactionsPage } from "./resources/declined-transactions.mjs";
|
|
30
|
+
import { DigitalCardProfile, DigitalCardProfileCloneParams, DigitalCardProfileCreateParams, DigitalCardProfileListParams, DigitalCardProfiles, DigitalCardProfilesPage } from "./resources/digital-card-profiles.mjs";
|
|
31
|
+
import { DigitalWalletToken, DigitalWalletTokenListParams, DigitalWalletTokens, DigitalWalletTokensPage } from "./resources/digital-wallet-tokens.mjs";
|
|
32
|
+
import { Document, DocumentCreateParams, DocumentListParams, Documents, DocumentsPage } from "./resources/documents.mjs";
|
|
33
|
+
import { Entities, EntitiesPage, Entity, EntityArchiveBeneficialOwnerParams, EntityConfirmParams, EntityCreateBeneficialOwnerParams, EntityCreateParams, EntityListParams, EntityUpdateAddressParams, EntityUpdateBeneficialOwnerAddressParams, EntityUpdateIndustryCodeParams, EntityUpdateParams } from "./resources/entities.mjs";
|
|
34
|
+
import { EventSubscription, EventSubscriptionCreateParams, EventSubscriptionListParams, EventSubscriptionUpdateParams, EventSubscriptions, EventSubscriptionsPage } from "./resources/event-subscriptions.mjs";
|
|
35
|
+
import { Event, EventListParams, Events, EventsPage } from "./resources/events.mjs";
|
|
36
|
+
import { Export, ExportCreateParams, ExportListParams, Exports, ExportsPage } from "./resources/exports.mjs";
|
|
37
|
+
import { ExternalAccount, ExternalAccountCreateParams, ExternalAccountListParams, ExternalAccountUpdateParams, ExternalAccounts, ExternalAccountsPage } from "./resources/external-accounts.mjs";
|
|
38
|
+
import { FednowTransfer, FednowTransferCreateParams, FednowTransferListParams, FednowTransfers, FednowTransfersPage } from "./resources/fednow-transfers.mjs";
|
|
39
|
+
import { FileLink, FileLinkCreateParams, FileLinks } from "./resources/file-links.mjs";
|
|
40
|
+
import { File, FileCreateParams, FileListParams, Files, FilesPage } from "./resources/files.mjs";
|
|
41
|
+
import { Group, Groups } from "./resources/groups.mjs";
|
|
42
|
+
import { InboundACHTransfer, InboundACHTransferCreateNotificationOfChangeParams, InboundACHTransferDeclineParams, InboundACHTransferListParams, InboundACHTransferTransferReturnParams, InboundACHTransfers, InboundACHTransfersPage } from "./resources/inbound-ach-transfers.mjs";
|
|
43
|
+
import { InboundCheckDeposit, InboundCheckDepositListParams, InboundCheckDepositReturnParams, InboundCheckDeposits, InboundCheckDepositsPage } from "./resources/inbound-check-deposits.mjs";
|
|
44
|
+
import { InboundFednowTransfer, InboundFednowTransferListParams, InboundFednowTransfers, InboundFednowTransfersPage } from "./resources/inbound-fednow-transfers.mjs";
|
|
45
|
+
import { InboundMailItem, InboundMailItemActionParams, InboundMailItemListParams, InboundMailItems, InboundMailItemsPage } from "./resources/inbound-mail-items.mjs";
|
|
46
|
+
import { InboundRealTimePaymentsTransfer, InboundRealTimePaymentsTransferListParams, InboundRealTimePaymentsTransfers, InboundRealTimePaymentsTransfersPage } from "./resources/inbound-real-time-payments-transfers.mjs";
|
|
47
|
+
import { InboundWireDrawdownRequest, InboundWireDrawdownRequestListParams, InboundWireDrawdownRequests, InboundWireDrawdownRequestsPage } from "./resources/inbound-wire-drawdown-requests.mjs";
|
|
48
|
+
import { InboundWireTransfer, InboundWireTransferListParams, InboundWireTransferReverseParams, InboundWireTransfers, InboundWireTransfersPage } from "./resources/inbound-wire-transfers.mjs";
|
|
49
|
+
import { IntrafiAccountEnrollment, IntrafiAccountEnrollmentCreateParams, IntrafiAccountEnrollmentListParams, IntrafiAccountEnrollments, IntrafiAccountEnrollmentsPage } from "./resources/intrafi-account-enrollments.mjs";
|
|
50
|
+
import { IntrafiBalance, IntrafiBalances } from "./resources/intrafi-balances.mjs";
|
|
51
|
+
import { IntrafiExclusion, IntrafiExclusionCreateParams, IntrafiExclusionListParams, IntrafiExclusions, IntrafiExclusionsPage } from "./resources/intrafi-exclusions.mjs";
|
|
52
|
+
import { Lockbox, LockboxCreateParams, LockboxListParams, LockboxUpdateParams, Lockboxes, LockboxesPage } from "./resources/lockboxes.mjs";
|
|
53
|
+
import { OAuthApplication, OAuthApplicationListParams, OAuthApplications, OAuthApplicationsPage } from "./resources/oauth-applications.mjs";
|
|
54
|
+
import { OAuthConnection, OAuthConnectionListParams, OAuthConnections, OAuthConnectionsPage } from "./resources/oauth-connections.mjs";
|
|
55
|
+
import { OAuthToken, OAuthTokenCreateParams, OAuthTokens } from "./resources/oauth-tokens.mjs";
|
|
56
|
+
import { PendingTransaction, PendingTransactionCreateParams, PendingTransactionListParams, PendingTransactions, PendingTransactionsPage } from "./resources/pending-transactions.mjs";
|
|
57
|
+
import { PhysicalCardProfile, PhysicalCardProfileCloneParams, PhysicalCardProfileCreateParams, PhysicalCardProfileListParams, PhysicalCardProfiles, PhysicalCardProfilesPage } from "./resources/physical-card-profiles.mjs";
|
|
58
|
+
import { PhysicalCard, PhysicalCardCreateParams, PhysicalCardListParams, PhysicalCardUpdateParams, PhysicalCards, PhysicalCardsPage } from "./resources/physical-cards.mjs";
|
|
59
|
+
import { Program, ProgramListParams, Programs, ProgramsPage } from "./resources/programs.mjs";
|
|
60
|
+
import { RealTimeDecision, RealTimeDecisionActionParams, RealTimeDecisions } from "./resources/real-time-decisions.mjs";
|
|
61
|
+
import { RealTimePaymentsTransfer, RealTimePaymentsTransferCreateParams, RealTimePaymentsTransferListParams, RealTimePaymentsTransfers, RealTimePaymentsTransfersPage } from "./resources/real-time-payments-transfers.mjs";
|
|
62
|
+
import { RoutingNumberListParams, RoutingNumberListResponse, RoutingNumberListResponsesPage, RoutingNumbers } from "./resources/routing-numbers.mjs";
|
|
63
|
+
import { EntitySupplementalDocument, EntitySupplementalDocumentsPage, SupplementalDocumentCreateParams, SupplementalDocumentListParams, SupplementalDocuments } from "./resources/supplemental-documents.mjs";
|
|
64
|
+
import { Transaction, TransactionListParams, Transactions, TransactionsPage } from "./resources/transactions.mjs";
|
|
65
|
+
import { WireDrawdownRequest, WireDrawdownRequestCreateParams, WireDrawdownRequestListParams, WireDrawdownRequests, WireDrawdownRequestsPage } from "./resources/wire-drawdown-requests.mjs";
|
|
66
|
+
import { WireTransfer, WireTransferCreateParams, WireTransferListParams, WireTransfers, WireTransfersPage } from "./resources/wire-transfers.mjs";
|
|
67
|
+
import { Simulations } from "./resources/simulations/simulations.mjs";
|
|
68
|
+
import { type Fetch } from "./internal/builtin-types.mjs";
|
|
69
|
+
import { HeadersLike, NullableHeaders } from "./internal/headers.mjs";
|
|
70
|
+
import { FinalRequestOptions, RequestOptions } from "./internal/request-options.mjs";
|
|
71
|
+
import { type LogLevel, type Logger } from "./internal/utils/log.mjs";
|
|
72
|
+
declare const environments: {
|
|
73
|
+
production: string;
|
|
74
|
+
sandbox: string;
|
|
75
|
+
};
|
|
76
|
+
type Environment = keyof typeof environments;
|
|
77
|
+
export interface ClientOptions {
|
|
78
|
+
/**
|
|
79
|
+
* Defaults to process.env['INCREASE_API_KEY'].
|
|
80
|
+
*/
|
|
81
|
+
apiKey?: string | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* Defaults to process.env['INCREASE_WEBHOOK_SECRET'].
|
|
84
|
+
*/
|
|
85
|
+
webhookSecret?: string | null | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* Specifies the environment to use for the API.
|
|
88
|
+
*
|
|
89
|
+
* Each environment maps to a different base URL:
|
|
90
|
+
* - `production` corresponds to `https://api.increase.com`
|
|
91
|
+
* - `sandbox` corresponds to `https://sandbox.increase.com`
|
|
92
|
+
*/
|
|
93
|
+
environment?: Environment | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* Override the default base URL for the API, e.g., "https://api.example.com/v2/"
|
|
96
|
+
*
|
|
97
|
+
* Defaults to process.env['INCREASE_BASE_URL'].
|
|
98
|
+
*/
|
|
99
|
+
baseURL?: string | null | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* The maximum amount of time (in milliseconds) that the client should wait for a response
|
|
102
|
+
* from the server before timing out a single request.
|
|
103
|
+
*
|
|
104
|
+
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
|
|
105
|
+
* much longer than this timeout before the promise succeeds or fails.
|
|
106
|
+
*
|
|
107
|
+
* @unit milliseconds
|
|
108
|
+
*/
|
|
109
|
+
timeout?: number | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* Additional `RequestInit` options to be passed to `fetch` calls.
|
|
112
|
+
* Properties will be overridden by per-request `fetchOptions`.
|
|
113
|
+
*/
|
|
114
|
+
fetchOptions?: MergedRequestInit | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* Specify a custom `fetch` function implementation.
|
|
117
|
+
*
|
|
118
|
+
* If not provided, we expect that `fetch` is defined globally.
|
|
119
|
+
*/
|
|
120
|
+
fetch?: Fetch | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* The maximum number of times that the client will retry a request in case of a
|
|
123
|
+
* temporary failure, like a network error or a 5XX error from the server.
|
|
124
|
+
*
|
|
125
|
+
* @default 2
|
|
126
|
+
*/
|
|
127
|
+
maxRetries?: number | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* Default headers to include with every request to the API.
|
|
130
|
+
*
|
|
131
|
+
* These can be removed in individual requests by explicitly setting the
|
|
132
|
+
* header to `null` in request options.
|
|
133
|
+
*/
|
|
134
|
+
defaultHeaders?: HeadersLike | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* Default query parameters to include with every request to the API.
|
|
137
|
+
*
|
|
138
|
+
* These can be removed in individual requests by explicitly setting the
|
|
139
|
+
* param to `undefined` in request options.
|
|
140
|
+
*/
|
|
141
|
+
defaultQuery?: Record<string, string | undefined> | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* Set the log level.
|
|
144
|
+
*
|
|
145
|
+
* Defaults to process.env['INCREASE_LOG'] or 'warn' if it isn't set.
|
|
146
|
+
*/
|
|
147
|
+
logLevel?: LogLevel | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* Set the logger.
|
|
150
|
+
*
|
|
151
|
+
* Defaults to globalThis.console.
|
|
152
|
+
*/
|
|
153
|
+
logger?: Logger | undefined;
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* API Client for interfacing with the Increase API.
|
|
157
|
+
*/
|
|
158
|
+
export declare class Increase {
|
|
159
|
+
#private;
|
|
160
|
+
apiKey: string;
|
|
161
|
+
webhookSecret: string | null;
|
|
162
|
+
baseURL: string;
|
|
163
|
+
maxRetries: number;
|
|
164
|
+
timeout: number;
|
|
165
|
+
logger: Logger;
|
|
166
|
+
logLevel: LogLevel | undefined;
|
|
167
|
+
fetchOptions: MergedRequestInit | undefined;
|
|
168
|
+
private fetch;
|
|
169
|
+
protected idempotencyHeader?: string;
|
|
170
|
+
private _options;
|
|
171
|
+
/**
|
|
172
|
+
* API Client for interfacing with the Increase API.
|
|
173
|
+
*
|
|
174
|
+
* @param {string | undefined} [opts.apiKey=process.env['INCREASE_API_KEY'] ?? undefined]
|
|
175
|
+
* @param {string | null | undefined} [opts.webhookSecret=process.env['INCREASE_WEBHOOK_SECRET'] ?? null]
|
|
176
|
+
* @param {Environment} [opts.environment=production] - Specifies the environment URL to use for the API.
|
|
177
|
+
* @param {string} [opts.baseURL=process.env['INCREASE_BASE_URL'] ?? https://api.increase.com] - Override the default base URL for the API.
|
|
178
|
+
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
179
|
+
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
180
|
+
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
181
|
+
* @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
|
|
182
|
+
* @param {HeadersLike} opts.defaultHeaders - Default headers to include with every request to the API.
|
|
183
|
+
* @param {Record<string, string | undefined>} opts.defaultQuery - Default query parameters to include with every request to the API.
|
|
184
|
+
*/
|
|
185
|
+
constructor({ baseURL, apiKey, webhookSecret, ...opts }?: ClientOptions);
|
|
186
|
+
/**
|
|
187
|
+
* Create a new client instance re-using the same options given to the current client with optional overriding.
|
|
188
|
+
*/
|
|
189
|
+
withOptions(options: Partial<ClientOptions>): this;
|
|
190
|
+
protected defaultQuery(): Record<string, string | undefined> | undefined;
|
|
191
|
+
protected validateHeaders({ values, nulls }: NullableHeaders): void;
|
|
192
|
+
protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
|
|
193
|
+
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
194
|
+
private getUserAgent;
|
|
195
|
+
protected defaultIdempotencyKey(): string;
|
|
196
|
+
protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
|
|
197
|
+
buildURL(path: string, query: Record<string, unknown> | null | undefined, defaultBaseURL?: string | undefined): string;
|
|
198
|
+
/**
|
|
199
|
+
* Used as a callback for mutating the given `FinalRequestOptions` object.
|
|
200
|
+
*/
|
|
201
|
+
protected prepareOptions(options: FinalRequestOptions): Promise<void>;
|
|
202
|
+
/**
|
|
203
|
+
* Used as a callback for mutating the given `RequestInit` object.
|
|
204
|
+
*
|
|
205
|
+
* This is useful for cases where you want to add certain headers based off of
|
|
206
|
+
* the request properties, e.g. `method` or `url`.
|
|
207
|
+
*/
|
|
208
|
+
protected prepareRequest(request: RequestInit, { url, options }: {
|
|
209
|
+
url: string;
|
|
210
|
+
options: FinalRequestOptions;
|
|
211
|
+
}): Promise<void>;
|
|
212
|
+
get<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
213
|
+
post<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
214
|
+
patch<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
215
|
+
put<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
216
|
+
delete<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
217
|
+
private methodRequest;
|
|
218
|
+
request<Rsp>(options: PromiseOrValue<FinalRequestOptions>, remainingRetries?: number | null): APIPromise<Rsp>;
|
|
219
|
+
private makeRequest;
|
|
220
|
+
getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: RequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
221
|
+
requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: FinalRequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
222
|
+
fetchWithTimeout(url: RequestInfo, init: RequestInit | undefined, ms: number, controller: AbortController): Promise<Response>;
|
|
223
|
+
private shouldRetry;
|
|
224
|
+
private retryRequest;
|
|
225
|
+
private calculateDefaultRetryTimeoutMillis;
|
|
226
|
+
buildRequest(inputOptions: FinalRequestOptions, { retryCount }?: {
|
|
227
|
+
retryCount?: number;
|
|
228
|
+
}): Promise<{
|
|
229
|
+
req: FinalizedRequestInit;
|
|
230
|
+
url: string;
|
|
231
|
+
timeout: number;
|
|
232
|
+
}>;
|
|
233
|
+
private buildHeaders;
|
|
234
|
+
private buildBody;
|
|
235
|
+
static Increase: typeof Increase;
|
|
236
|
+
static DEFAULT_TIMEOUT: number;
|
|
237
|
+
static IncreaseError: typeof Errors.IncreaseError;
|
|
238
|
+
static APIError: typeof Errors.APIError;
|
|
239
|
+
static APIConnectionError: typeof Errors.APIConnectionError;
|
|
240
|
+
static APIConnectionTimeoutError: typeof Errors.APIConnectionTimeoutError;
|
|
241
|
+
static APIUserAbortError: typeof Errors.APIUserAbortError;
|
|
242
|
+
static NotFoundError: typeof Errors.NotFoundError;
|
|
243
|
+
static ConflictError: typeof Errors.ConflictError;
|
|
244
|
+
static RateLimitError: typeof Errors.RateLimitError;
|
|
245
|
+
static BadRequestError: typeof Errors.BadRequestError;
|
|
246
|
+
static RateLimitedError: typeof Errors.RateLimitedError;
|
|
247
|
+
static InvalidAPIKeyError: typeof Errors.InvalidAPIKeyError;
|
|
248
|
+
static AuthenticationError: typeof Errors.AuthenticationError;
|
|
249
|
+
static InternalServerError: typeof Errors.InternalServerError;
|
|
250
|
+
static ObjectNotFoundError: typeof Errors.ObjectNotFoundError;
|
|
251
|
+
static PrivateFeatureError: typeof Errors.PrivateFeatureError;
|
|
252
|
+
static PermissionDeniedError: typeof Errors.PermissionDeniedError;
|
|
253
|
+
static InvalidOperationError: typeof Errors.InvalidOperationError;
|
|
254
|
+
static MalformedRequestError: typeof Errors.MalformedRequestError;
|
|
255
|
+
static APIMethodNotFoundError: typeof Errors.APIMethodNotFoundError;
|
|
256
|
+
static InvalidParametersError: typeof Errors.InvalidParametersError;
|
|
257
|
+
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
258
|
+
static EnvironmentMismatchError: typeof Errors.EnvironmentMismatchError;
|
|
259
|
+
static InsufficientPermissionsError: typeof Errors.InsufficientPermissionsError;
|
|
260
|
+
static IdempotencyKeyAlreadyUsedError: typeof Errors.IdempotencyKeyAlreadyUsedError;
|
|
261
|
+
static toFile: typeof Uploads.toFile;
|
|
262
|
+
accounts: API.Accounts;
|
|
263
|
+
accountNumbers: API.AccountNumbers;
|
|
264
|
+
accountTransfers: API.AccountTransfers;
|
|
265
|
+
cards: API.Cards;
|
|
266
|
+
cardPayments: API.CardPayments;
|
|
267
|
+
cardPurchaseSupplements: API.CardPurchaseSupplements;
|
|
268
|
+
cardDisputes: API.CardDisputes;
|
|
269
|
+
physicalCards: API.PhysicalCards;
|
|
270
|
+
digitalCardProfiles: API.DigitalCardProfiles;
|
|
271
|
+
physicalCardProfiles: API.PhysicalCardProfiles;
|
|
272
|
+
digitalWalletTokens: API.DigitalWalletTokens;
|
|
273
|
+
transactions: API.Transactions;
|
|
274
|
+
pendingTransactions: API.PendingTransactions;
|
|
275
|
+
declinedTransactions: API.DeclinedTransactions;
|
|
276
|
+
achTransfers: API.ACHTransfers;
|
|
277
|
+
achPrenotifications: API.ACHPrenotifications;
|
|
278
|
+
inboundACHTransfers: API.InboundACHTransfers;
|
|
279
|
+
wireTransfers: API.WireTransfers;
|
|
280
|
+
inboundWireTransfers: API.InboundWireTransfers;
|
|
281
|
+
wireDrawdownRequests: API.WireDrawdownRequests;
|
|
282
|
+
inboundWireDrawdownRequests: API.InboundWireDrawdownRequests;
|
|
283
|
+
checkTransfers: API.CheckTransfers;
|
|
284
|
+
inboundCheckDeposits: API.InboundCheckDeposits;
|
|
285
|
+
realTimePaymentsTransfers: API.RealTimePaymentsTransfers;
|
|
286
|
+
inboundRealTimePaymentsTransfers: API.InboundRealTimePaymentsTransfers;
|
|
287
|
+
fednowTransfers: API.FednowTransfers;
|
|
288
|
+
inboundFednowTransfers: API.InboundFednowTransfers;
|
|
289
|
+
checkDeposits: API.CheckDeposits;
|
|
290
|
+
lockboxes: API.Lockboxes;
|
|
291
|
+
inboundMailItems: API.InboundMailItems;
|
|
292
|
+
routingNumbers: API.RoutingNumbers;
|
|
293
|
+
externalAccounts: API.ExternalAccounts;
|
|
294
|
+
entities: API.Entities;
|
|
295
|
+
supplementalDocuments: API.SupplementalDocuments;
|
|
296
|
+
programs: API.Programs;
|
|
297
|
+
accountStatements: API.AccountStatements;
|
|
298
|
+
files: API.Files;
|
|
299
|
+
fileLinks: API.FileLinks;
|
|
300
|
+
documents: API.Documents;
|
|
301
|
+
exports: API.Exports;
|
|
302
|
+
events: API.Events;
|
|
303
|
+
eventSubscriptions: API.EventSubscriptions;
|
|
304
|
+
realTimeDecisions: API.RealTimeDecisions;
|
|
305
|
+
bookkeepingAccounts: API.BookkeepingAccounts;
|
|
306
|
+
bookkeepingEntrySets: API.BookkeepingEntrySets;
|
|
307
|
+
bookkeepingEntries: API.BookkeepingEntries;
|
|
308
|
+
groups: API.Groups;
|
|
309
|
+
oauthApplications: API.OAuthApplications;
|
|
310
|
+
oauthConnections: API.OAuthConnections;
|
|
311
|
+
oauthTokens: API.OAuthTokens;
|
|
312
|
+
intrafiAccountEnrollments: API.IntrafiAccountEnrollments;
|
|
313
|
+
intrafiBalances: API.IntrafiBalances;
|
|
314
|
+
intrafiExclusions: API.IntrafiExclusions;
|
|
315
|
+
cardTokens: API.CardTokens;
|
|
316
|
+
cardPushTransfers: API.CardPushTransfers;
|
|
317
|
+
cardValidations: API.CardValidations;
|
|
318
|
+
simulations: API.Simulations;
|
|
319
|
+
}
|
|
320
|
+
export declare namespace Increase {
|
|
321
|
+
export type RequestOptions = Opts.RequestOptions;
|
|
322
|
+
export import Page = Pagination.Page;
|
|
323
|
+
export { type PageParams as PageParams, type PageResponse as PageResponse };
|
|
324
|
+
export { Accounts as Accounts, type Account as Account, type BalanceLookup as BalanceLookup, type AccountsPage as AccountsPage, type AccountCreateParams as AccountCreateParams, type AccountUpdateParams as AccountUpdateParams, type AccountListParams as AccountListParams, type AccountBalanceParams as AccountBalanceParams, };
|
|
325
|
+
export { AccountNumbers as AccountNumbers, type AccountNumber as AccountNumber, type AccountNumbersPage as AccountNumbersPage, type AccountNumberCreateParams as AccountNumberCreateParams, type AccountNumberUpdateParams as AccountNumberUpdateParams, type AccountNumberListParams as AccountNumberListParams, };
|
|
326
|
+
export { AccountTransfers as AccountTransfers, type AccountTransfer as AccountTransfer, type AccountTransfersPage as AccountTransfersPage, type AccountTransferCreateParams as AccountTransferCreateParams, type AccountTransferListParams as AccountTransferListParams, };
|
|
327
|
+
export { Cards as Cards, type Card as Card, type CardDetails as CardDetails, type CardIframeURL as CardIframeURL, type CardsPage as CardsPage, type CardCreateParams as CardCreateParams, type CardUpdateParams as CardUpdateParams, type CardListParams as CardListParams, type CardCreateDetailsIframeParams as CardCreateDetailsIframeParams, type CardUpdatePinParams as CardUpdatePinParams, };
|
|
328
|
+
export { CardPayments as CardPayments, type CardPayment as CardPayment, type CardPaymentsPage as CardPaymentsPage, type CardPaymentListParams as CardPaymentListParams, };
|
|
329
|
+
export { CardPurchaseSupplements as CardPurchaseSupplements, type CardPurchaseSupplement as CardPurchaseSupplement, type CardPurchaseSupplementsPage as CardPurchaseSupplementsPage, type CardPurchaseSupplementListParams as CardPurchaseSupplementListParams, };
|
|
330
|
+
export { CardDisputes as CardDisputes, type CardDispute as CardDispute, type CardDisputesPage as CardDisputesPage, type CardDisputeCreateParams as CardDisputeCreateParams, type CardDisputeListParams as CardDisputeListParams, type CardDisputeSubmitUserSubmissionParams as CardDisputeSubmitUserSubmissionParams, };
|
|
331
|
+
export { PhysicalCards as PhysicalCards, type PhysicalCard as PhysicalCard, type PhysicalCardsPage as PhysicalCardsPage, type PhysicalCardCreateParams as PhysicalCardCreateParams, type PhysicalCardUpdateParams as PhysicalCardUpdateParams, type PhysicalCardListParams as PhysicalCardListParams, };
|
|
332
|
+
export { DigitalCardProfiles as DigitalCardProfiles, type DigitalCardProfile as DigitalCardProfile, type DigitalCardProfilesPage as DigitalCardProfilesPage, type DigitalCardProfileCreateParams as DigitalCardProfileCreateParams, type DigitalCardProfileListParams as DigitalCardProfileListParams, type DigitalCardProfileCloneParams as DigitalCardProfileCloneParams, };
|
|
333
|
+
export { PhysicalCardProfiles as PhysicalCardProfiles, type PhysicalCardProfile as PhysicalCardProfile, type PhysicalCardProfilesPage as PhysicalCardProfilesPage, type PhysicalCardProfileCreateParams as PhysicalCardProfileCreateParams, type PhysicalCardProfileListParams as PhysicalCardProfileListParams, type PhysicalCardProfileCloneParams as PhysicalCardProfileCloneParams, };
|
|
334
|
+
export { DigitalWalletTokens as DigitalWalletTokens, type DigitalWalletToken as DigitalWalletToken, type DigitalWalletTokensPage as DigitalWalletTokensPage, type DigitalWalletTokenListParams as DigitalWalletTokenListParams, };
|
|
335
|
+
export { Transactions as Transactions, type Transaction as Transaction, type TransactionsPage as TransactionsPage, type TransactionListParams as TransactionListParams, };
|
|
336
|
+
export { PendingTransactions as PendingTransactions, type PendingTransaction as PendingTransaction, type PendingTransactionsPage as PendingTransactionsPage, type PendingTransactionCreateParams as PendingTransactionCreateParams, type PendingTransactionListParams as PendingTransactionListParams, };
|
|
337
|
+
export { DeclinedTransactions as DeclinedTransactions, type DeclinedTransaction as DeclinedTransaction, type DeclinedTransactionsPage as DeclinedTransactionsPage, type DeclinedTransactionListParams as DeclinedTransactionListParams, };
|
|
338
|
+
export { ACHTransfers as ACHTransfers, type ACHTransfer as ACHTransfer, type ACHTransfersPage as ACHTransfersPage, type ACHTransferCreateParams as ACHTransferCreateParams, type ACHTransferListParams as ACHTransferListParams, };
|
|
339
|
+
export { ACHPrenotifications as ACHPrenotifications, type ACHPrenotification as ACHPrenotification, type ACHPrenotificationsPage as ACHPrenotificationsPage, type ACHPrenotificationCreateParams as ACHPrenotificationCreateParams, type ACHPrenotificationListParams as ACHPrenotificationListParams, };
|
|
340
|
+
export { InboundACHTransfers as InboundACHTransfers, type InboundACHTransfer as InboundACHTransfer, type InboundACHTransfersPage as InboundACHTransfersPage, type InboundACHTransferListParams as InboundACHTransferListParams, type InboundACHTransferCreateNotificationOfChangeParams as InboundACHTransferCreateNotificationOfChangeParams, type InboundACHTransferDeclineParams as InboundACHTransferDeclineParams, type InboundACHTransferTransferReturnParams as InboundACHTransferTransferReturnParams, };
|
|
341
|
+
export { WireTransfers as WireTransfers, type WireTransfer as WireTransfer, type WireTransfersPage as WireTransfersPage, type WireTransferCreateParams as WireTransferCreateParams, type WireTransferListParams as WireTransferListParams, };
|
|
342
|
+
export { InboundWireTransfers as InboundWireTransfers, type InboundWireTransfer as InboundWireTransfer, type InboundWireTransfersPage as InboundWireTransfersPage, type InboundWireTransferListParams as InboundWireTransferListParams, type InboundWireTransferReverseParams as InboundWireTransferReverseParams, };
|
|
343
|
+
export { WireDrawdownRequests as WireDrawdownRequests, type WireDrawdownRequest as WireDrawdownRequest, type WireDrawdownRequestsPage as WireDrawdownRequestsPage, type WireDrawdownRequestCreateParams as WireDrawdownRequestCreateParams, type WireDrawdownRequestListParams as WireDrawdownRequestListParams, };
|
|
344
|
+
export { InboundWireDrawdownRequests as InboundWireDrawdownRequests, type InboundWireDrawdownRequest as InboundWireDrawdownRequest, type InboundWireDrawdownRequestsPage as InboundWireDrawdownRequestsPage, type InboundWireDrawdownRequestListParams as InboundWireDrawdownRequestListParams, };
|
|
345
|
+
export { CheckTransfers as CheckTransfers, type CheckTransfer as CheckTransfer, type CheckTransfersPage as CheckTransfersPage, type CheckTransferCreateParams as CheckTransferCreateParams, type CheckTransferListParams as CheckTransferListParams, type CheckTransferStopPaymentParams as CheckTransferStopPaymentParams, };
|
|
346
|
+
export { InboundCheckDeposits as InboundCheckDeposits, type InboundCheckDeposit as InboundCheckDeposit, type InboundCheckDepositsPage as InboundCheckDepositsPage, type InboundCheckDepositListParams as InboundCheckDepositListParams, type InboundCheckDepositReturnParams as InboundCheckDepositReturnParams, };
|
|
347
|
+
export { RealTimePaymentsTransfers as RealTimePaymentsTransfers, type RealTimePaymentsTransfer as RealTimePaymentsTransfer, type RealTimePaymentsTransfersPage as RealTimePaymentsTransfersPage, type RealTimePaymentsTransferCreateParams as RealTimePaymentsTransferCreateParams, type RealTimePaymentsTransferListParams as RealTimePaymentsTransferListParams, };
|
|
348
|
+
export { InboundRealTimePaymentsTransfers as InboundRealTimePaymentsTransfers, type InboundRealTimePaymentsTransfer as InboundRealTimePaymentsTransfer, type InboundRealTimePaymentsTransfersPage as InboundRealTimePaymentsTransfersPage, type InboundRealTimePaymentsTransferListParams as InboundRealTimePaymentsTransferListParams, };
|
|
349
|
+
export { FednowTransfers as FednowTransfers, type FednowTransfer as FednowTransfer, type FednowTransfersPage as FednowTransfersPage, type FednowTransferCreateParams as FednowTransferCreateParams, type FednowTransferListParams as FednowTransferListParams, };
|
|
350
|
+
export { InboundFednowTransfers as InboundFednowTransfers, type InboundFednowTransfer as InboundFednowTransfer, type InboundFednowTransfersPage as InboundFednowTransfersPage, type InboundFednowTransferListParams as InboundFednowTransferListParams, };
|
|
351
|
+
export { CheckDeposits as CheckDeposits, type CheckDeposit as CheckDeposit, type CheckDepositsPage as CheckDepositsPage, type CheckDepositCreateParams as CheckDepositCreateParams, type CheckDepositListParams as CheckDepositListParams, };
|
|
352
|
+
export { Lockboxes as Lockboxes, type Lockbox as Lockbox, type LockboxesPage as LockboxesPage, type LockboxCreateParams as LockboxCreateParams, type LockboxUpdateParams as LockboxUpdateParams, type LockboxListParams as LockboxListParams, };
|
|
353
|
+
export { InboundMailItems as InboundMailItems, type InboundMailItem as InboundMailItem, type InboundMailItemsPage as InboundMailItemsPage, type InboundMailItemListParams as InboundMailItemListParams, type InboundMailItemActionParams as InboundMailItemActionParams, };
|
|
354
|
+
export { RoutingNumbers as RoutingNumbers, type RoutingNumberListResponse as RoutingNumberListResponse, type RoutingNumberListResponsesPage as RoutingNumberListResponsesPage, type RoutingNumberListParams as RoutingNumberListParams, };
|
|
355
|
+
export { ExternalAccounts as ExternalAccounts, type ExternalAccount as ExternalAccount, type ExternalAccountsPage as ExternalAccountsPage, type ExternalAccountCreateParams as ExternalAccountCreateParams, type ExternalAccountUpdateParams as ExternalAccountUpdateParams, type ExternalAccountListParams as ExternalAccountListParams, };
|
|
356
|
+
export { Entities as Entities, type Entity as Entity, type EntitiesPage as EntitiesPage, type EntityCreateParams as EntityCreateParams, type EntityUpdateParams as EntityUpdateParams, type EntityListParams as EntityListParams, type EntityArchiveBeneficialOwnerParams as EntityArchiveBeneficialOwnerParams, type EntityConfirmParams as EntityConfirmParams, type EntityCreateBeneficialOwnerParams as EntityCreateBeneficialOwnerParams, type EntityUpdateAddressParams as EntityUpdateAddressParams, type EntityUpdateBeneficialOwnerAddressParams as EntityUpdateBeneficialOwnerAddressParams, type EntityUpdateIndustryCodeParams as EntityUpdateIndustryCodeParams, };
|
|
357
|
+
export { SupplementalDocuments as SupplementalDocuments, type EntitySupplementalDocument as EntitySupplementalDocument, type EntitySupplementalDocumentsPage as EntitySupplementalDocumentsPage, type SupplementalDocumentCreateParams as SupplementalDocumentCreateParams, type SupplementalDocumentListParams as SupplementalDocumentListParams, };
|
|
358
|
+
export { Programs as Programs, type Program as Program, type ProgramsPage as ProgramsPage, type ProgramListParams as ProgramListParams, };
|
|
359
|
+
export { AccountStatements as AccountStatements, type AccountStatement as AccountStatement, type AccountStatementsPage as AccountStatementsPage, type AccountStatementListParams as AccountStatementListParams, };
|
|
360
|
+
export { Files as Files, type File as File, type FilesPage as FilesPage, type FileCreateParams as FileCreateParams, type FileListParams as FileListParams, };
|
|
361
|
+
export { FileLinks as FileLinks, type FileLink as FileLink, type FileLinkCreateParams as FileLinkCreateParams, };
|
|
362
|
+
export { Documents as Documents, type Document as Document, type DocumentsPage as DocumentsPage, type DocumentCreateParams as DocumentCreateParams, type DocumentListParams as DocumentListParams, };
|
|
363
|
+
export { Exports as Exports, type Export as Export, type ExportsPage as ExportsPage, type ExportCreateParams as ExportCreateParams, type ExportListParams as ExportListParams, };
|
|
364
|
+
export { Events as Events, type Event as Event, type EventsPage as EventsPage, type EventListParams as EventListParams, };
|
|
365
|
+
export { EventSubscriptions as EventSubscriptions, type EventSubscription as EventSubscription, type EventSubscriptionsPage as EventSubscriptionsPage, type EventSubscriptionCreateParams as EventSubscriptionCreateParams, type EventSubscriptionUpdateParams as EventSubscriptionUpdateParams, type EventSubscriptionListParams as EventSubscriptionListParams, };
|
|
366
|
+
export { RealTimeDecisions as RealTimeDecisions, type RealTimeDecision as RealTimeDecision, type RealTimeDecisionActionParams as RealTimeDecisionActionParams, };
|
|
367
|
+
export { BookkeepingAccounts as BookkeepingAccounts, type BookkeepingAccount as BookkeepingAccount, type BookkeepingBalanceLookup as BookkeepingBalanceLookup, type BookkeepingAccountsPage as BookkeepingAccountsPage, type BookkeepingAccountCreateParams as BookkeepingAccountCreateParams, type BookkeepingAccountUpdateParams as BookkeepingAccountUpdateParams, type BookkeepingAccountListParams as BookkeepingAccountListParams, type BookkeepingAccountBalanceParams as BookkeepingAccountBalanceParams, };
|
|
368
|
+
export { BookkeepingEntrySets as BookkeepingEntrySets, type BookkeepingEntrySet as BookkeepingEntrySet, type BookkeepingEntrySetsPage as BookkeepingEntrySetsPage, type BookkeepingEntrySetCreateParams as BookkeepingEntrySetCreateParams, type BookkeepingEntrySetListParams as BookkeepingEntrySetListParams, };
|
|
369
|
+
export { BookkeepingEntries as BookkeepingEntries, type BookkeepingEntry as BookkeepingEntry, type BookkeepingEntriesPage as BookkeepingEntriesPage, type BookkeepingEntryListParams as BookkeepingEntryListParams, };
|
|
370
|
+
export { Groups as Groups, type Group as Group };
|
|
371
|
+
export { OAuthApplications as OAuthApplications, type OAuthApplication as OAuthApplication, type OAuthApplicationsPage as OAuthApplicationsPage, type OAuthApplicationListParams as OAuthApplicationListParams, };
|
|
372
|
+
export { OAuthConnections as OAuthConnections, type OAuthConnection as OAuthConnection, type OAuthConnectionsPage as OAuthConnectionsPage, type OAuthConnectionListParams as OAuthConnectionListParams, };
|
|
373
|
+
export { OAuthTokens as OAuthTokens, type OAuthToken as OAuthToken, type OAuthTokenCreateParams as OAuthTokenCreateParams, };
|
|
374
|
+
export { IntrafiAccountEnrollments as IntrafiAccountEnrollments, type IntrafiAccountEnrollment as IntrafiAccountEnrollment, type IntrafiAccountEnrollmentsPage as IntrafiAccountEnrollmentsPage, type IntrafiAccountEnrollmentCreateParams as IntrafiAccountEnrollmentCreateParams, type IntrafiAccountEnrollmentListParams as IntrafiAccountEnrollmentListParams, };
|
|
375
|
+
export { IntrafiBalances as IntrafiBalances, type IntrafiBalance as IntrafiBalance };
|
|
376
|
+
export { IntrafiExclusions as IntrafiExclusions, type IntrafiExclusion as IntrafiExclusion, type IntrafiExclusionsPage as IntrafiExclusionsPage, type IntrafiExclusionCreateParams as IntrafiExclusionCreateParams, type IntrafiExclusionListParams as IntrafiExclusionListParams, };
|
|
377
|
+
export { CardTokens as CardTokens, type CardToken as CardToken, type CardTokenCapabilities as CardTokenCapabilities, type CardTokensPage as CardTokensPage, type CardTokenListParams as CardTokenListParams, };
|
|
378
|
+
export { CardPushTransfers as CardPushTransfers, type CardPushTransfer as CardPushTransfer, type CardPushTransfersPage as CardPushTransfersPage, type CardPushTransferCreateParams as CardPushTransferCreateParams, type CardPushTransferListParams as CardPushTransferListParams, };
|
|
379
|
+
export { CardValidations as CardValidations, type CardValidation as CardValidation, type CardValidationsPage as CardValidationsPage, type CardValidationCreateParams as CardValidationCreateParams, type CardValidationListParams as CardValidationListParams, };
|
|
380
|
+
export { Simulations as Simulations };
|
|
381
|
+
}
|
|
382
|
+
//# sourceMappingURL=client.d.mts.map
|
package/client.d.mts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|