Skip to content

Commit

Permalink
feat(connector): add new properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMontone committed Sep 4, 2024
1 parent 02aff56 commit 35ae277
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/types/connector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ export type Connector = {
isSandbox: boolean
/** Indicates that the connector supports Payment Initiation */
supportsPaymentInitiation: boolean
/** Indicates that the connector supports Scheduled Payments */
supportsScheduledPayments: boolean
/** Indicates that the connector supports Smart Transfers */
supportsSmartTransfers: boolean
/** Url where user can reset their account password */
resetPasswordUrl?: string
/** list of products supported by the institution */
Expand Down

0 comments on commit 35ae277

Please sign in to comment.