{
  "version": 3,
  "sources": ["../../../src/managers/TransactionManager/TransactionManager.types.ts"],
  "sourcesContent": ["import { CreateTransactionsSessionType } from 'store/actions/transactions/transactionsActions';\nimport { SessionCallbacksType } from './helpers/sessionCallbacks';\n\nexport type TransactionManagerTrackOptionsType = {\n  disableToasts?: boolean;\n  /**\n   * Optional custom information to be displayed in the toast notification.\n   */\n  transactionsDisplayInfo?: CreateTransactionsSessionType['transactionsDisplayInfo'];\n  /**\n   * Optional custom information to be associated with the transaction session.\n   */\n  sessionInformation?: CreateTransactionsSessionType['sessionInformation'];\n  /**\n   * Callback to be executed when the specific session id is successful\n   */\n  onSuccess?: SessionCallbacksType['onSuccess'];\n  /**\n   * Callback to be executed when the specific session id is failed\n   */\n  onFail?: SessionCallbacksType['onFail'];\n};\n"],
  "mappings": "+WAAA,IAAAA,EAAA,kBAAAC,EAAAD",
  "names": ["TransactionManager_types_exports", "__toCommonJS"]
}
