{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../src/NotificationServicesController/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yFAAkF;AAEvC,2FAFlC,+DAA8B,OAEc;AACrD,kBAAe,+DAA8B,CAAC;AAC9C,uEAAiD;AAGjD,qEAA2C;AAC3C,yDAA6B;AAC7B,mEAAyC;AACzC,wDAA4B;AAC5B,2DAAiC;AACjC,sDAA0B;AAC1B,mEAA8D;AAArD,sHAAA,iBAAiB,OAAA","sourcesContent":["import { NotificationServicesController } from './NotificationServicesController';\n\nexport { NotificationServicesController as Controller };\nexport default NotificationServicesController;\nexport * from './NotificationServicesController';\nexport type * as Types from './types';\nexport type * from './types';\nexport * as Processors from './processors';\nexport * from './processors';\nexport * as Constants from './constants';\nexport * from './constants';\nexport * as Mocks from './mocks';\nexport * from '../shared';\nexport { isVersionInBounds } from './utils/isVersionInBounds';\n\nexport type {\n  NotificationServicesControllerInitAction,\n  NotificationServicesControllerEnablePushNotificationsAction,\n  NotificationServicesControllerDisablePushNotificationsAction,\n  NotificationServicesControllerCheckAccountsPresenceAction,\n  NotificationServicesControllerSetFeatureAnnouncementsEnabledAction,\n  NotificationServicesControllerCreateOnChainTriggersAction,\n  NotificationServicesControllerEnableMetamaskNotificationsAction,\n  NotificationServicesControllerDisableNotificationServicesAction,\n  NotificationServicesControllerDisableAccountsAction,\n  NotificationServicesControllerEnableAccountsAction,\n  NotificationServicesControllerFetchAndUpdateMetamaskNotificationsAction,\n  NotificationServicesControllerGetNotificationsByTypeAction,\n  NotificationServicesControllerDeleteNotificationByIdAction,\n  NotificationServicesControllerDeleteNotificationsByIdAction,\n  NotificationServicesControllerMarkMetamaskNotificationsAsReadAction,\n  NotificationServicesControllerUpdateMetamaskNotificationsListAction,\n  NotificationServicesControllerSendPerpPlaceOrderNotificationAction,\n} from './NotificationServicesController-method-action-types';\n"]}