@metamask-previews/notification-services-controller 0.0.0-preview-b09c2ed

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.
Files changed (391) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE +20 -0
  3. package/README.md +15 -0
  4. package/dist/NotificationServicesController/NotificationServicesController.js +18 -0
  5. package/dist/NotificationServicesController/NotificationServicesController.js.map +1 -0
  6. package/dist/NotificationServicesController/NotificationServicesController.mjs +18 -0
  7. package/dist/NotificationServicesController/NotificationServicesController.mjs.map +1 -0
  8. package/dist/NotificationServicesController/constants/constants.js +10 -0
  9. package/dist/NotificationServicesController/constants/constants.js.map +1 -0
  10. package/dist/NotificationServicesController/constants/constants.mjs +10 -0
  11. package/dist/NotificationServicesController/constants/constants.mjs.map +1 -0
  12. package/dist/NotificationServicesController/constants/index.js +27 -0
  13. package/dist/NotificationServicesController/constants/index.js.map +1 -0
  14. package/dist/NotificationServicesController/constants/index.mjs +27 -0
  15. package/dist/NotificationServicesController/constants/index.mjs.map +1 -0
  16. package/dist/NotificationServicesController/constants/notification-schema.js +20 -0
  17. package/dist/NotificationServicesController/constants/notification-schema.js.map +1 -0
  18. package/dist/NotificationServicesController/constants/notification-schema.mjs +20 -0
  19. package/dist/NotificationServicesController/constants/notification-schema.mjs.map +1 -0
  20. package/dist/NotificationServicesController/index.js +44 -0
  21. package/dist/NotificationServicesController/index.js.map +1 -0
  22. package/dist/NotificationServicesController/index.mjs +44 -0
  23. package/dist/NotificationServicesController/index.mjs.map +1 -0
  24. package/dist/NotificationServicesController/processors/index.js +22 -0
  25. package/dist/NotificationServicesController/processors/index.js.map +1 -0
  26. package/dist/NotificationServicesController/processors/index.mjs +22 -0
  27. package/dist/NotificationServicesController/processors/index.mjs.map +1 -0
  28. package/dist/NotificationServicesController/processors/process-feature-announcement.js +10 -0
  29. package/dist/NotificationServicesController/processors/process-feature-announcement.js.map +1 -0
  30. package/dist/NotificationServicesController/processors/process-feature-announcement.mjs +10 -0
  31. package/dist/NotificationServicesController/processors/process-feature-announcement.mjs.map +1 -0
  32. package/dist/NotificationServicesController/processors/process-notifications.js +13 -0
  33. package/dist/NotificationServicesController/processors/process-notifications.js.map +1 -0
  34. package/dist/NotificationServicesController/processors/process-notifications.mjs +13 -0
  35. package/dist/NotificationServicesController/processors/process-notifications.mjs.map +1 -0
  36. package/dist/NotificationServicesController/processors/process-onchain-notifications.js +8 -0
  37. package/dist/NotificationServicesController/processors/process-onchain-notifications.js.map +1 -0
  38. package/dist/NotificationServicesController/processors/process-onchain-notifications.mjs +8 -0
  39. package/dist/NotificationServicesController/processors/process-onchain-notifications.mjs.map +1 -0
  40. package/dist/NotificationServicesController/services/feature-announcements.js +14 -0
  41. package/dist/NotificationServicesController/services/feature-announcements.js.map +1 -0
  42. package/dist/NotificationServicesController/services/feature-announcements.mjs +14 -0
  43. package/dist/NotificationServicesController/services/feature-announcements.mjs.map +1 -0
  44. package/dist/NotificationServicesController/services/onchain-notifications.js +29 -0
  45. package/dist/NotificationServicesController/services/onchain-notifications.js.map +1 -0
  46. package/dist/NotificationServicesController/services/onchain-notifications.mjs +29 -0
  47. package/dist/NotificationServicesController/services/onchain-notifications.mjs.map +1 -0
  48. package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.js +2 -0
  49. package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.js.map +1 -0
  50. package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.mjs +2 -0
  51. package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.mjs.map +1 -0
  52. package/dist/NotificationServicesController/types/feature-announcement/index.js +5 -0
  53. package/dist/NotificationServicesController/types/feature-announcement/index.js.map +1 -0
  54. package/dist/NotificationServicesController/types/feature-announcement/index.mjs +5 -0
  55. package/dist/NotificationServicesController/types/feature-announcement/index.mjs.map +1 -0
  56. package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.js +2 -0
  57. package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.js.map +1 -0
  58. package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.mjs +2 -0
  59. package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.mjs.map +1 -0
  60. package/dist/NotificationServicesController/types/feature-announcement/type-links.js +2 -0
  61. package/dist/NotificationServicesController/types/feature-announcement/type-links.js.map +1 -0
  62. package/dist/NotificationServicesController/types/feature-announcement/type-links.mjs +2 -0
  63. package/dist/NotificationServicesController/types/feature-announcement/type-links.mjs.map +1 -0
  64. package/dist/NotificationServicesController/types/index.js +12 -0
  65. package/dist/NotificationServicesController/types/index.js.map +1 -0
  66. package/dist/NotificationServicesController/types/index.mjs +12 -0
  67. package/dist/NotificationServicesController/types/index.mjs.map +1 -0
  68. package/dist/NotificationServicesController/types/notification/index.js +3 -0
  69. package/dist/NotificationServicesController/types/notification/index.js.map +1 -0
  70. package/dist/NotificationServicesController/types/notification/index.mjs +3 -0
  71. package/dist/NotificationServicesController/types/notification/index.mjs.map +1 -0
  72. package/dist/NotificationServicesController/types/notification/notification.js +2 -0
  73. package/dist/NotificationServicesController/types/notification/notification.js.map +1 -0
  74. package/dist/NotificationServicesController/types/notification/notification.mjs +2 -0
  75. package/dist/NotificationServicesController/types/notification/notification.mjs.map +1 -0
  76. package/dist/NotificationServicesController/types/on-chain-notification/index.js +3 -0
  77. package/dist/NotificationServicesController/types/on-chain-notification/index.js.map +1 -0
  78. package/dist/NotificationServicesController/types/on-chain-notification/index.mjs +3 -0
  79. package/dist/NotificationServicesController/types/on-chain-notification/index.mjs.map +1 -0
  80. package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.js +2 -0
  81. package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.js.map +1 -0
  82. package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.mjs +2 -0
  83. package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.mjs.map +1 -0
  84. package/dist/NotificationServicesController/types/on-chain-notification/schema.js +1 -0
  85. package/dist/NotificationServicesController/types/on-chain-notification/schema.js.map +1 -0
  86. package/dist/NotificationServicesController/types/on-chain-notification/schema.mjs +1 -0
  87. package/dist/NotificationServicesController/types/on-chain-notification/schema.mjs.map +1 -0
  88. package/dist/NotificationServicesController/types/type-utils.js +1 -0
  89. package/dist/NotificationServicesController/types/type-utils.js.map +1 -0
  90. package/dist/NotificationServicesController/types/type-utils.mjs +1 -0
  91. package/dist/NotificationServicesController/types/type-utils.mjs.map +1 -0
  92. package/dist/NotificationServicesController/types/user-storage/index.js +3 -0
  93. package/dist/NotificationServicesController/types/user-storage/index.js.map +1 -0
  94. package/dist/NotificationServicesController/types/user-storage/index.mjs +3 -0
  95. package/dist/NotificationServicesController/types/user-storage/index.mjs.map +1 -0
  96. package/dist/NotificationServicesController/types/user-storage/user-storage.js +2 -0
  97. package/dist/NotificationServicesController/types/user-storage/user-storage.js.map +1 -0
  98. package/dist/NotificationServicesController/types/user-storage/user-storage.mjs +2 -0
  99. package/dist/NotificationServicesController/types/user-storage/user-storage.mjs.map +1 -0
  100. package/dist/NotificationServicesController/utils/utils.js +32 -0
  101. package/dist/NotificationServicesController/utils/utils.js.map +1 -0
  102. package/dist/NotificationServicesController/utils/utils.mjs +32 -0
  103. package/dist/NotificationServicesController/utils/utils.mjs.map +1 -0
  104. package/dist/NotificationServicesPushController/NotificationServicesPushController.js +34 -0
  105. package/dist/NotificationServicesPushController/NotificationServicesPushController.js.map +1 -0
  106. package/dist/NotificationServicesPushController/NotificationServicesPushController.mjs +34 -0
  107. package/dist/NotificationServicesPushController/NotificationServicesPushController.mjs.map +1 -0
  108. package/dist/NotificationServicesPushController/constants.js +26 -0
  109. package/dist/NotificationServicesPushController/constants.js.map +1 -0
  110. package/dist/NotificationServicesPushController/constants.mjs +26 -0
  111. package/dist/NotificationServicesPushController/constants.mjs.map +1 -0
  112. package/dist/NotificationServicesPushController/index.js +49 -0
  113. package/dist/NotificationServicesPushController/index.js.map +1 -0
  114. package/dist/NotificationServicesPushController/index.mjs +49 -0
  115. package/dist/NotificationServicesPushController/index.mjs.map +1 -0
  116. package/dist/NotificationServicesPushController/services/endpoints.js +8 -0
  117. package/dist/NotificationServicesPushController/services/endpoints.js.map +1 -0
  118. package/dist/NotificationServicesPushController/services/endpoints.mjs +8 -0
  119. package/dist/NotificationServicesPushController/services/endpoints.mjs.map +1 -0
  120. package/dist/NotificationServicesPushController/services/push/index.js +1 -0
  121. package/dist/NotificationServicesPushController/services/push/index.js.map +1 -0
  122. package/dist/NotificationServicesPushController/services/push/index.mjs +1 -0
  123. package/dist/NotificationServicesPushController/services/push/index.mjs.map +1 -0
  124. package/dist/NotificationServicesPushController/services/push/push-web.js +37 -0
  125. package/dist/NotificationServicesPushController/services/push/push-web.js.map +1 -0
  126. package/dist/NotificationServicesPushController/services/push/push-web.mjs +37 -0
  127. package/dist/NotificationServicesPushController/services/push/push-web.mjs.map +1 -0
  128. package/dist/NotificationServicesPushController/services/services.js +43 -0
  129. package/dist/NotificationServicesPushController/services/services.js.map +1 -0
  130. package/dist/NotificationServicesPushController/services/services.mjs +43 -0
  131. package/dist/NotificationServicesPushController/services/services.mjs.map +1 -0
  132. package/dist/NotificationServicesPushController/types/firebase.js +2 -0
  133. package/dist/NotificationServicesPushController/types/firebase.js.map +1 -0
  134. package/dist/NotificationServicesPushController/types/firebase.mjs +2 -0
  135. package/dist/NotificationServicesPushController/types/firebase.mjs.map +1 -0
  136. package/dist/NotificationServicesPushController/types/index.js +3 -0
  137. package/dist/NotificationServicesPushController/types/index.js.map +1 -0
  138. package/dist/NotificationServicesPushController/types/index.mjs +3 -0
  139. package/dist/NotificationServicesPushController/types/index.mjs.map +1 -0
  140. package/dist/NotificationServicesPushController/utils/get-notification-data.js +14 -0
  141. package/dist/NotificationServicesPushController/utils/get-notification-data.js.map +1 -0
  142. package/dist/NotificationServicesPushController/utils/get-notification-data.mjs +14 -0
  143. package/dist/NotificationServicesPushController/utils/get-notification-data.mjs.map +1 -0
  144. package/dist/NotificationServicesPushController/utils/get-notification-message.js +36 -0
  145. package/dist/NotificationServicesPushController/utils/get-notification-message.js.map +1 -0
  146. package/dist/NotificationServicesPushController/utils/get-notification-message.mjs +36 -0
  147. package/dist/NotificationServicesPushController/utils/get-notification-message.mjs.map +1 -0
  148. package/dist/NotificationServicesPushController/utils/index.js +46 -0
  149. package/dist/NotificationServicesPushController/utils/index.js.map +1 -0
  150. package/dist/NotificationServicesPushController/utils/index.mjs +46 -0
  151. package/dist/NotificationServicesPushController/utils/index.mjs.map +1 -0
  152. package/dist/chunk-232HZSEV.js +7 -0
  153. package/dist/chunk-232HZSEV.js.map +1 -0
  154. package/dist/chunk-26CCETCM.mjs +70 -0
  155. package/dist/chunk-26CCETCM.mjs.map +1 -0
  156. package/dist/chunk-3F4M3OUO.mjs +119 -0
  157. package/dist/chunk-3F4M3OUO.mjs.map +1 -0
  158. package/dist/chunk-3ZS2HAEG.js +1 -0
  159. package/dist/chunk-3ZS2HAEG.js.map +1 -0
  160. package/dist/chunk-4BTNTREI.mjs +1 -0
  161. package/dist/chunk-4BTNTREI.mjs.map +1 -0
  162. package/dist/chunk-4QXAPVW3.mjs +1 -0
  163. package/dist/chunk-4QXAPVW3.mjs.map +1 -0
  164. package/dist/chunk-52CALMRA.js +28 -0
  165. package/dist/chunk-52CALMRA.js.map +1 -0
  166. package/dist/chunk-52NKJDI2.mjs +93 -0
  167. package/dist/chunk-52NKJDI2.mjs.map +1 -0
  168. package/dist/chunk-5OYPOYXZ.mjs +802 -0
  169. package/dist/chunk-5OYPOYXZ.mjs.map +1 -0
  170. package/dist/chunk-5WWCWQCE.js +214 -0
  171. package/dist/chunk-5WWCWQCE.js.map +1 -0
  172. package/dist/chunk-6B5FOWRH.js +119 -0
  173. package/dist/chunk-6B5FOWRH.js.map +1 -0
  174. package/dist/chunk-6ZDVTRRT.mjs +9 -0
  175. package/dist/chunk-6ZDVTRRT.mjs.map +1 -0
  176. package/dist/chunk-7LWR54U7.js +7 -0
  177. package/dist/chunk-7LWR54U7.js.map +1 -0
  178. package/dist/chunk-7RM3YNTD.mjs +1 -0
  179. package/dist/chunk-7RM3YNTD.mjs.map +1 -0
  180. package/dist/chunk-A2RPVX47.mjs +1 -0
  181. package/dist/chunk-A2RPVX47.mjs.map +1 -0
  182. package/dist/chunk-B25TJ7KS.js +8 -0
  183. package/dist/chunk-B25TJ7KS.js.map +1 -0
  184. package/dist/chunk-B4ECJJ5C.mjs +7 -0
  185. package/dist/chunk-B4ECJJ5C.mjs.map +1 -0
  186. package/dist/chunk-BONB66A2.mjs +14 -0
  187. package/dist/chunk-BONB66A2.mjs.map +1 -0
  188. package/dist/chunk-CQ6CGSKZ.js +35 -0
  189. package/dist/chunk-CQ6CGSKZ.js.map +1 -0
  190. package/dist/chunk-D42BBXBM.mjs +28 -0
  191. package/dist/chunk-D42BBXBM.mjs.map +1 -0
  192. package/dist/chunk-DMH4NSLF.js +1 -0
  193. package/dist/chunk-DMH4NSLF.js.map +1 -0
  194. package/dist/chunk-DNTK4U5M.js +4300 -0
  195. package/dist/chunk-DNTK4U5M.js.map +1 -0
  196. package/dist/chunk-DY4ELDRQ.js +176 -0
  197. package/dist/chunk-DY4ELDRQ.js.map +1 -0
  198. package/dist/chunk-EJ52BDLB.js +55 -0
  199. package/dist/chunk-EJ52BDLB.js.map +1 -0
  200. package/dist/chunk-EQWVJX6K.mjs +91 -0
  201. package/dist/chunk-EQWVJX6K.mjs.map +1 -0
  202. package/dist/chunk-FFQNSBPU.js +31 -0
  203. package/dist/chunk-FFQNSBPU.js.map +1 -0
  204. package/dist/chunk-G52DNXFH.mjs +1 -0
  205. package/dist/chunk-G52DNXFH.mjs.map +1 -0
  206. package/dist/chunk-GETQWOTI.js +1 -0
  207. package/dist/chunk-GETQWOTI.js.map +1 -0
  208. package/dist/chunk-GFAESVZA.js +48 -0
  209. package/dist/chunk-GFAESVZA.js.map +1 -0
  210. package/dist/chunk-HPUQYDVC.js +1 -0
  211. package/dist/chunk-HPUQYDVC.js.map +1 -0
  212. package/dist/chunk-IDO4JFV5.mjs +1 -0
  213. package/dist/chunk-IDO4JFV5.mjs.map +1 -0
  214. package/dist/chunk-IKWNHNJQ.mjs +8 -0
  215. package/dist/chunk-IKWNHNJQ.mjs.map +1 -0
  216. package/dist/chunk-IOMDG67D.mjs +7 -0
  217. package/dist/chunk-IOMDG67D.mjs.map +1 -0
  218. package/dist/chunk-IPI7BAW3.js +1 -0
  219. package/dist/chunk-IPI7BAW3.js.map +1 -0
  220. package/dist/chunk-JLHFZ2UG.mjs +31 -0
  221. package/dist/chunk-JLHFZ2UG.mjs.map +1 -0
  222. package/dist/chunk-JQ7WKFCI.mjs +1 -0
  223. package/dist/chunk-JQ7WKFCI.mjs.map +1 -0
  224. package/dist/chunk-KTQP5UDT.mjs +4300 -0
  225. package/dist/chunk-KTQP5UDT.mjs.map +1 -0
  226. package/dist/chunk-LYEXYTOI.js +14 -0
  227. package/dist/chunk-LYEXYTOI.js.map +1 -0
  228. package/dist/chunk-NJBJIZLR.js +93 -0
  229. package/dist/chunk-NJBJIZLR.js.map +1 -0
  230. package/dist/chunk-NMLYB3XT.js +149 -0
  231. package/dist/chunk-NMLYB3XT.js.map +1 -0
  232. package/dist/chunk-ODI2BTKS.mjs +55 -0
  233. package/dist/chunk-ODI2BTKS.mjs.map +1 -0
  234. package/dist/chunk-OUPWMPLU.mjs +214 -0
  235. package/dist/chunk-OUPWMPLU.mjs.map +1 -0
  236. package/dist/chunk-PGMXFZ6Y.js +207 -0
  237. package/dist/chunk-PGMXFZ6Y.js.map +1 -0
  238. package/dist/chunk-PIZCE3JD.js +243 -0
  239. package/dist/chunk-PIZCE3JD.js.map +1 -0
  240. package/dist/chunk-PNCS6GEX.mjs +1 -0
  241. package/dist/chunk-PNCS6GEX.mjs.map +1 -0
  242. package/dist/chunk-PROWNV4M.js +1 -0
  243. package/dist/chunk-PROWNV4M.js.map +1 -0
  244. package/dist/chunk-QB5IFRLA.mjs +1 -0
  245. package/dist/chunk-QB5IFRLA.mjs.map +1 -0
  246. package/dist/chunk-QTK2RMF7.mjs +29 -0
  247. package/dist/chunk-QTK2RMF7.mjs.map +1 -0
  248. package/dist/chunk-RAUV5UV4.mjs +1 -0
  249. package/dist/chunk-RAUV5UV4.mjs.map +1 -0
  250. package/dist/chunk-RQWUD2FB.mjs +48 -0
  251. package/dist/chunk-RQWUD2FB.mjs.map +1 -0
  252. package/dist/chunk-SMKJEA45.mjs +243 -0
  253. package/dist/chunk-SMKJEA45.mjs.map +1 -0
  254. package/dist/chunk-SSWX2N73.mjs +207 -0
  255. package/dist/chunk-SSWX2N73.mjs.map +1 -0
  256. package/dist/chunk-TLX5QQK5.js +9 -0
  257. package/dist/chunk-TLX5QQK5.js.map +1 -0
  258. package/dist/chunk-TT56I53C.mjs +149 -0
  259. package/dist/chunk-TT56I53C.mjs.map +1 -0
  260. package/dist/chunk-U74Q3BRP.mjs +1 -0
  261. package/dist/chunk-U74Q3BRP.mjs.map +1 -0
  262. package/dist/chunk-UIRZIKC3.mjs +187 -0
  263. package/dist/chunk-UIRZIKC3.mjs.map +1 -0
  264. package/dist/chunk-UPVIT75F.js +29 -0
  265. package/dist/chunk-UPVIT75F.js.map +1 -0
  266. package/dist/chunk-V46WVGWN.js +70 -0
  267. package/dist/chunk-V46WVGWN.js.map +1 -0
  268. package/dist/chunk-V5HMYDWE.js +1 -0
  269. package/dist/chunk-V5HMYDWE.js.map +1 -0
  270. package/dist/chunk-VC6J62JI.mjs +176 -0
  271. package/dist/chunk-VC6J62JI.mjs.map +1 -0
  272. package/dist/chunk-VE4DTN4R.mjs +35 -0
  273. package/dist/chunk-VE4DTN4R.mjs.map +1 -0
  274. package/dist/chunk-VOZ7Y2OO.js +187 -0
  275. package/dist/chunk-VOZ7Y2OO.js.map +1 -0
  276. package/dist/chunk-WRYFIWNK.js +1 -0
  277. package/dist/chunk-WRYFIWNK.js.map +1 -0
  278. package/dist/chunk-XNBTOK6G.js +802 -0
  279. package/dist/chunk-XNBTOK6G.js.map +1 -0
  280. package/dist/chunk-XZEVRYUE.js +1 -0
  281. package/dist/chunk-XZEVRYUE.js.map +1 -0
  282. package/dist/chunk-ZBNBZN5H.js +1 -0
  283. package/dist/chunk-ZBNBZN5H.js.map +1 -0
  284. package/dist/chunk-ZMNXLHAC.js +91 -0
  285. package/dist/chunk-ZMNXLHAC.js.map +1 -0
  286. package/dist/chunk-ZV3DFBO4.js +1 -0
  287. package/dist/chunk-ZV3DFBO4.js.map +1 -0
  288. package/dist/index.js +43 -0
  289. package/dist/index.js.map +1 -0
  290. package/dist/index.mjs +43 -0
  291. package/dist/index.mjs.map +1 -0
  292. package/dist/tsconfig.build.tsbuildinfo +1 -0
  293. package/dist/types/NotificationServicesController/NotificationServicesController.d.ts +222 -0
  294. package/dist/types/NotificationServicesController/NotificationServicesController.d.ts.map +1 -0
  295. package/dist/types/NotificationServicesController/__fixtures__/index.d.ts +7 -0
  296. package/dist/types/NotificationServicesController/__fixtures__/index.d.ts.map +1 -0
  297. package/dist/types/NotificationServicesController/__fixtures__/mock-feature-announcements.d.ts +15 -0
  298. package/dist/types/NotificationServicesController/__fixtures__/mock-feature-announcements.d.ts.map +1 -0
  299. package/dist/types/NotificationServicesController/__fixtures__/mock-notification-trigger.d.ts +9 -0
  300. package/dist/types/NotificationServicesController/__fixtures__/mock-notification-trigger.d.ts.map +1 -0
  301. package/dist/types/NotificationServicesController/__fixtures__/mock-notification-user-storage.d.ts +35 -0
  302. package/dist/types/NotificationServicesController/__fixtures__/mock-notification-user-storage.d.ts.map +1 -0
  303. package/dist/types/NotificationServicesController/__fixtures__/mock-raw-notifications.d.ts +82 -0
  304. package/dist/types/NotificationServicesController/__fixtures__/mock-raw-notifications.d.ts.map +1 -0
  305. package/dist/types/NotificationServicesController/__fixtures__/mockResponses.d.ts +28 -0
  306. package/dist/types/NotificationServicesController/__fixtures__/mockResponses.d.ts.map +1 -0
  307. package/dist/types/NotificationServicesController/__fixtures__/mockServices.d.ts +12 -0
  308. package/dist/types/NotificationServicesController/__fixtures__/mockServices.d.ts.map +1 -0
  309. package/dist/types/NotificationServicesController/__fixtures__/test-utils.d.ts +14 -0
  310. package/dist/types/NotificationServicesController/__fixtures__/test-utils.d.ts.map +1 -0
  311. package/dist/types/NotificationServicesController/constants/constants.d.ts +3 -0
  312. package/dist/types/NotificationServicesController/constants/constants.d.ts.map +1 -0
  313. package/dist/types/NotificationServicesController/constants/index.d.ts +3 -0
  314. package/dist/types/NotificationServicesController/constants/index.d.ts.map +1 -0
  315. package/dist/types/NotificationServicesController/constants/notification-schema.d.ts +42 -0
  316. package/dist/types/NotificationServicesController/constants/notification-schema.d.ts.map +1 -0
  317. package/dist/types/NotificationServicesController/index.d.ts +6 -0
  318. package/dist/types/NotificationServicesController/index.d.ts.map +1 -0
  319. package/dist/types/NotificationServicesController/processors/index.d.ts +4 -0
  320. package/dist/types/NotificationServicesController/processors/index.d.ts.map +1 -0
  321. package/dist/types/NotificationServicesController/processors/process-feature-announcement.d.ts +19 -0
  322. package/dist/types/NotificationServicesController/processors/process-feature-announcement.d.ts.map +1 -0
  323. package/dist/types/NotificationServicesController/processors/process-notifications.d.ts +19 -0
  324. package/dist/types/NotificationServicesController/processors/process-notifications.d.ts.map +1 -0
  325. package/dist/types/NotificationServicesController/processors/process-onchain-notifications.d.ts +10 -0
  326. package/dist/types/NotificationServicesController/processors/process-onchain-notifications.d.ts.map +1 -0
  327. package/dist/types/NotificationServicesController/services/feature-announcements.d.ts +28 -0
  328. package/dist/types/NotificationServicesController/services/feature-announcements.d.ts.map +1 -0
  329. package/dist/types/NotificationServicesController/services/onchain-notifications.d.ts +62 -0
  330. package/dist/types/NotificationServicesController/services/onchain-notifications.d.ts.map +1 -0
  331. package/dist/types/NotificationServicesController/types/feature-announcement/feature-announcement.d.ts +30 -0
  332. package/dist/types/NotificationServicesController/types/feature-announcement/feature-announcement.d.ts.map +1 -0
  333. package/dist/types/NotificationServicesController/types/feature-announcement/index.d.ts +4 -0
  334. package/dist/types/NotificationServicesController/types/feature-announcement/index.d.ts.map +1 -0
  335. package/dist/types/NotificationServicesController/types/feature-announcement/type-feature-announcement.d.ts +38 -0
  336. package/dist/types/NotificationServicesController/types/feature-announcement/type-feature-announcement.d.ts.map +1 -0
  337. package/dist/types/NotificationServicesController/types/feature-announcement/type-links.d.ts +24 -0
  338. package/dist/types/NotificationServicesController/types/feature-announcement/type-links.d.ts.map +1 -0
  339. package/dist/types/NotificationServicesController/types/index.d.ts +5 -0
  340. package/dist/types/NotificationServicesController/types/index.d.ts.map +1 -0
  341. package/dist/types/NotificationServicesController/types/notification/index.d.ts +2 -0
  342. package/dist/types/NotificationServicesController/types/notification/index.d.ts.map +1 -0
  343. package/dist/types/NotificationServicesController/types/notification/notification.d.ts +25 -0
  344. package/dist/types/NotificationServicesController/types/notification/notification.d.ts.map +1 -0
  345. package/dist/types/NotificationServicesController/types/on-chain-notification/index.d.ts +2 -0
  346. package/dist/types/NotificationServicesController/types/on-chain-notification/index.d.ts.map +1 -0
  347. package/dist/types/NotificationServicesController/types/on-chain-notification/on-chain-notification.d.ts +42 -0
  348. package/dist/types/NotificationServicesController/types/on-chain-notification/on-chain-notification.d.ts.map +1 -0
  349. package/dist/types/NotificationServicesController/types/on-chain-notification/schema.d.ts +283 -0
  350. package/dist/types/NotificationServicesController/types/on-chain-notification/schema.d.ts.map +1 -0
  351. package/dist/types/NotificationServicesController/types/type-utils.d.ts +7 -0
  352. package/dist/types/NotificationServicesController/types/type-utils.d.ts.map +1 -0
  353. package/dist/types/NotificationServicesController/types/user-storage/index.d.ts +2 -0
  354. package/dist/types/NotificationServicesController/types/user-storage/index.d.ts.map +1 -0
  355. package/dist/types/NotificationServicesController/types/user-storage/user-storage.d.ts +26 -0
  356. package/dist/types/NotificationServicesController/types/user-storage/user-storage.d.ts.map +1 -0
  357. package/dist/types/NotificationServicesController/utils/utils.d.ts +144 -0
  358. package/dist/types/NotificationServicesController/utils/utils.d.ts.map +1 -0
  359. package/dist/types/NotificationServicesPushController/NotificationServicesPushController.d.ts +103 -0
  360. package/dist/types/NotificationServicesPushController/NotificationServicesPushController.d.ts.map +1 -0
  361. package/dist/types/NotificationServicesPushController/__fixtures__/index.d.ts +3 -0
  362. package/dist/types/NotificationServicesPushController/__fixtures__/index.d.ts.map +1 -0
  363. package/dist/types/NotificationServicesPushController/__fixtures__/mockResponse.d.ts +43 -0
  364. package/dist/types/NotificationServicesPushController/__fixtures__/mockResponse.d.ts.map +1 -0
  365. package/dist/types/NotificationServicesPushController/__fixtures__/mockServices.d.ts +9 -0
  366. package/dist/types/NotificationServicesPushController/__fixtures__/mockServices.d.ts.map +1 -0
  367. package/dist/types/NotificationServicesPushController/constants.d.ts +11 -0
  368. package/dist/types/NotificationServicesPushController/constants.d.ts.map +1 -0
  369. package/dist/types/NotificationServicesPushController/index.d.ts +5 -0
  370. package/dist/types/NotificationServicesPushController/index.d.ts.map +1 -0
  371. package/dist/types/NotificationServicesPushController/services/endpoints.d.ts +2 -0
  372. package/dist/types/NotificationServicesPushController/services/endpoints.d.ts.map +1 -0
  373. package/dist/types/NotificationServicesPushController/services/push/index.d.ts +6 -0
  374. package/dist/types/NotificationServicesPushController/services/push/index.d.ts.map +1 -0
  375. package/dist/types/NotificationServicesPushController/services/push/push-web.d.ts +32 -0
  376. package/dist/types/NotificationServicesPushController/services/push/push-web.d.ts.map +1 -0
  377. package/dist/types/NotificationServicesPushController/services/services.d.ts +95 -0
  378. package/dist/types/NotificationServicesPushController/services/services.d.ts.map +1 -0
  379. package/dist/types/NotificationServicesPushController/types/firebase.d.ts +53 -0
  380. package/dist/types/NotificationServicesPushController/types/firebase.d.ts.map +1 -0
  381. package/dist/types/NotificationServicesPushController/types/index.d.ts +2 -0
  382. package/dist/types/NotificationServicesPushController/types/index.d.ts.map +1 -0
  383. package/dist/types/NotificationServicesPushController/utils/get-notification-data.d.ts +42 -0
  384. package/dist/types/NotificationServicesPushController/utils/get-notification-data.d.ts.map +1 -0
  385. package/dist/types/NotificationServicesPushController/utils/get-notification-message.d.ts +67 -0
  386. package/dist/types/NotificationServicesPushController/utils/get-notification-message.d.ts.map +1 -0
  387. package/dist/types/NotificationServicesPushController/utils/index.d.ts +3 -0
  388. package/dist/types/NotificationServicesPushController/utils/index.d.ts.map +1 -0
  389. package/dist/types/index.d.ts +3 -0
  390. package/dist/types/index.d.ts.map +1 -0
  391. package/package.json +80 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,14 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased]
9
+
10
+ ### Added
11
+
12
+ - Initial release
13
+
14
+ [Unreleased]: https://github.com/MetaMask/core/
package/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 MetaMask
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # `@metamask/notification-services-controller`
2
+
3
+ Manages New MetaMask decentralized Notification system.
4
+
5
+ ## Installation
6
+
7
+ `yarn add @metamask/notification-services-controller`
8
+
9
+ or
10
+
11
+ `npm install @metamask/notification-services-controller`
12
+
13
+ ## Contributing
14
+
15
+ This package is part of a monorepo. Instructions for contributing can be found in the [monorepo README](https://github.com/MetaMask/core#readme).
@@ -0,0 +1,18 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+ var _chunkXNBTOK6Gjs = require('../chunk-XNBTOK6G.js');
5
+ require('../chunk-GFAESVZA.js');
6
+ require('../chunk-LYEXYTOI.js');
7
+ require('../chunk-ZMNXLHAC.js');
8
+ require('../chunk-52CALMRA.js');
9
+ require('../chunk-VOZ7Y2OO.js');
10
+ require('../chunk-PIZCE3JD.js');
11
+ require('../chunk-DY4ELDRQ.js');
12
+ require('../chunk-TLX5QQK5.js');
13
+ require('../chunk-V46WVGWN.js');
14
+
15
+
16
+
17
+ exports.NotificationServicesController = _chunkXNBTOK6Gjs.NotificationServicesController; exports.defaultState = _chunkXNBTOK6Gjs.defaultState;
18
+ //# sourceMappingURL=NotificationServicesController.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
1
+ import {
2
+ NotificationServicesController,
3
+ defaultState
4
+ } from "../chunk-5OYPOYXZ.mjs";
5
+ import "../chunk-RQWUD2FB.mjs";
6
+ import "../chunk-BONB66A2.mjs";
7
+ import "../chunk-EQWVJX6K.mjs";
8
+ import "../chunk-D42BBXBM.mjs";
9
+ import "../chunk-UIRZIKC3.mjs";
10
+ import "../chunk-SMKJEA45.mjs";
11
+ import "../chunk-VC6J62JI.mjs";
12
+ import "../chunk-6ZDVTRRT.mjs";
13
+ import "../chunk-26CCETCM.mjs";
14
+ export {
15
+ NotificationServicesController,
16
+ defaultState
17
+ };
18
+ //# sourceMappingURL=NotificationServicesController.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,10 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+ var _chunkTLX5QQK5js = require('../../chunk-TLX5QQK5.js');
5
+ require('../../chunk-V46WVGWN.js');
6
+
7
+
8
+
9
+ exports.USER_STORAGE_VERSION = _chunkTLX5QQK5js.USER_STORAGE_VERSION; exports.USER_STORAGE_VERSION_KEY = _chunkTLX5QQK5js.USER_STORAGE_VERSION_KEY;
10
+ //# sourceMappingURL=constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import {
2
+ USER_STORAGE_VERSION,
3
+ USER_STORAGE_VERSION_KEY
4
+ } from "../../chunk-6ZDVTRRT.mjs";
5
+ import "../../chunk-26CCETCM.mjs";
6
+ export {
7
+ USER_STORAGE_VERSION,
8
+ USER_STORAGE_VERSION_KEY
9
+ };
10
+ //# sourceMappingURL=constants.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,27 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-CQ6CGSKZ.js');
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+ var _chunkDY4ELDRQjs = require('../../chunk-DY4ELDRQ.js');
11
+
12
+
13
+
14
+ var _chunkTLX5QQK5js = require('../../chunk-TLX5QQK5.js');
15
+ require('../../chunk-V46WVGWN.js');
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+ exports.CHAIN_SYMBOLS = _chunkDY4ELDRQjs.CHAIN_SYMBOLS; exports.NOTIFICATION_CHAINS = _chunkDY4ELDRQjs.NOTIFICATION_CHAINS; exports.SUPPORTED_CHAINS = _chunkDY4ELDRQjs.SUPPORTED_CHAINS; exports.TRIGGERS = _chunkDY4ELDRQjs.TRIGGERS; exports.TRIGGER_TYPES = _chunkDY4ELDRQjs.TRIGGER_TYPES; exports.TRIGGER_TYPES_GROUPS = _chunkDY4ELDRQjs.TRIGGER_TYPES_GROUPS; exports.TRIGGER_TYPES_WALLET_SET = _chunkDY4ELDRQjs.TRIGGER_TYPES_WALLET_SET; exports.USER_STORAGE_VERSION = _chunkTLX5QQK5js.USER_STORAGE_VERSION; exports.USER_STORAGE_VERSION_KEY = _chunkTLX5QQK5js.USER_STORAGE_VERSION_KEY;
27
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,27 @@
1
+ import "../../chunk-VE4DTN4R.mjs";
2
+ import {
3
+ CHAIN_SYMBOLS,
4
+ NOTIFICATION_CHAINS,
5
+ SUPPORTED_CHAINS,
6
+ TRIGGERS,
7
+ TRIGGER_TYPES,
8
+ TRIGGER_TYPES_GROUPS,
9
+ TRIGGER_TYPES_WALLET_SET
10
+ } from "../../chunk-VC6J62JI.mjs";
11
+ import {
12
+ USER_STORAGE_VERSION,
13
+ USER_STORAGE_VERSION_KEY
14
+ } from "../../chunk-6ZDVTRRT.mjs";
15
+ import "../../chunk-26CCETCM.mjs";
16
+ export {
17
+ CHAIN_SYMBOLS,
18
+ NOTIFICATION_CHAINS,
19
+ SUPPORTED_CHAINS,
20
+ TRIGGERS,
21
+ TRIGGER_TYPES,
22
+ TRIGGER_TYPES_GROUPS,
23
+ TRIGGER_TYPES_WALLET_SET,
24
+ USER_STORAGE_VERSION,
25
+ USER_STORAGE_VERSION_KEY
26
+ };
27
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,20 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+ var _chunkDY4ELDRQjs = require('../../chunk-DY4ELDRQ.js');
10
+ require('../../chunk-V46WVGWN.js');
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+ exports.CHAIN_SYMBOLS = _chunkDY4ELDRQjs.CHAIN_SYMBOLS; exports.NOTIFICATION_CHAINS = _chunkDY4ELDRQjs.NOTIFICATION_CHAINS; exports.SUPPORTED_CHAINS = _chunkDY4ELDRQjs.SUPPORTED_CHAINS; exports.TRIGGERS = _chunkDY4ELDRQjs.TRIGGERS; exports.TRIGGER_TYPES = _chunkDY4ELDRQjs.TRIGGER_TYPES; exports.TRIGGER_TYPES_GROUPS = _chunkDY4ELDRQjs.TRIGGER_TYPES_GROUPS; exports.TRIGGER_TYPES_WALLET_SET = _chunkDY4ELDRQjs.TRIGGER_TYPES_WALLET_SET;
20
+ //# sourceMappingURL=notification-schema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,20 @@
1
+ import {
2
+ CHAIN_SYMBOLS,
3
+ NOTIFICATION_CHAINS,
4
+ SUPPORTED_CHAINS,
5
+ TRIGGERS,
6
+ TRIGGER_TYPES,
7
+ TRIGGER_TYPES_GROUPS,
8
+ TRIGGER_TYPES_WALLET_SET
9
+ } from "../../chunk-VC6J62JI.mjs";
10
+ import "../../chunk-26CCETCM.mjs";
11
+ export {
12
+ CHAIN_SYMBOLS,
13
+ NOTIFICATION_CHAINS,
14
+ SUPPORTED_CHAINS,
15
+ TRIGGERS,
16
+ TRIGGER_TYPES,
17
+ TRIGGER_TYPES_GROUPS,
18
+ TRIGGER_TYPES_WALLET_SET
19
+ };
20
+ //# sourceMappingURL=notification-schema.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,44 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunkDNTK4U5Mjs = require('../chunk-DNTK4U5M.js');
4
+
5
+
6
+ var _chunkUPVIT75Fjs = require('../chunk-UPVIT75F.js');
7
+
8
+
9
+ var _chunk232HZSEVjs = require('../chunk-232HZSEV.js');
10
+ require('../chunk-IPI7BAW3.js');
11
+ require('../chunk-HPUQYDVC.js');
12
+ require('../chunk-WRYFIWNK.js');
13
+ require('../chunk-V5HMYDWE.js');
14
+ require('../chunk-ZBNBZN5H.js');
15
+ require('../chunk-PROWNV4M.js');
16
+ require('../chunk-XZEVRYUE.js');
17
+ require('../chunk-3ZS2HAEG.js');
18
+ require('../chunk-ZV3DFBO4.js');
19
+ require('../chunk-DMH4NSLF.js');
20
+
21
+
22
+
23
+ var _chunkXNBTOK6Gjs = require('../chunk-XNBTOK6G.js');
24
+ require('../chunk-GFAESVZA.js');
25
+ require('../chunk-LYEXYTOI.js');
26
+ require('../chunk-ZMNXLHAC.js');
27
+ require('../chunk-52CALMRA.js');
28
+ require('../chunk-VOZ7Y2OO.js');
29
+ require('../chunk-PIZCE3JD.js');
30
+
31
+
32
+ var _chunkCQ6CGSKZjs = require('../chunk-CQ6CGSKZ.js');
33
+ require('../chunk-DY4ELDRQ.js');
34
+ require('../chunk-TLX5QQK5.js');
35
+ require('../chunk-V46WVGWN.js');
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+ exports.Constants = _chunkCQ6CGSKZjs.constants_exports; exports.Mocks = _chunkDNTK4U5Mjs.fixtures_exports; exports.NotificationServicesController = _chunkXNBTOK6Gjs.NotificationServicesController; exports.Processors = _chunkUPVIT75Fjs.processors_exports; exports.Types = _chunk232HZSEVjs.types_exports; exports.defaultState = _chunkXNBTOK6Gjs.defaultState;
44
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,44 @@
1
+ import {
2
+ fixtures_exports
3
+ } from "../chunk-KTQP5UDT.mjs";
4
+ import {
5
+ processors_exports
6
+ } from "../chunk-QTK2RMF7.mjs";
7
+ import {
8
+ types_exports
9
+ } from "../chunk-B4ECJJ5C.mjs";
10
+ import "../chunk-4QXAPVW3.mjs";
11
+ import "../chunk-JQ7WKFCI.mjs";
12
+ import "../chunk-IDO4JFV5.mjs";
13
+ import "../chunk-A2RPVX47.mjs";
14
+ import "../chunk-4BTNTREI.mjs";
15
+ import "../chunk-QB5IFRLA.mjs";
16
+ import "../chunk-U74Q3BRP.mjs";
17
+ import "../chunk-G52DNXFH.mjs";
18
+ import "../chunk-7RM3YNTD.mjs";
19
+ import "../chunk-PNCS6GEX.mjs";
20
+ import {
21
+ NotificationServicesController,
22
+ defaultState
23
+ } from "../chunk-5OYPOYXZ.mjs";
24
+ import "../chunk-RQWUD2FB.mjs";
25
+ import "../chunk-BONB66A2.mjs";
26
+ import "../chunk-EQWVJX6K.mjs";
27
+ import "../chunk-D42BBXBM.mjs";
28
+ import "../chunk-UIRZIKC3.mjs";
29
+ import "../chunk-SMKJEA45.mjs";
30
+ import {
31
+ constants_exports
32
+ } from "../chunk-VE4DTN4R.mjs";
33
+ import "../chunk-VC6J62JI.mjs";
34
+ import "../chunk-6ZDVTRRT.mjs";
35
+ import "../chunk-26CCETCM.mjs";
36
+ export {
37
+ constants_exports as Constants,
38
+ fixtures_exports as Mocks,
39
+ NotificationServicesController,
40
+ processors_exports as Processors,
41
+ types_exports as Types,
42
+ defaultState
43
+ };
44
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,22 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-UPVIT75F.js');
2
+
3
+
4
+
5
+ var _chunkGFAESVZAjs = require('../../chunk-GFAESVZA.js');
6
+
7
+
8
+ var _chunkLYEXYTOIjs = require('../../chunk-LYEXYTOI.js');
9
+
10
+
11
+
12
+ var _chunk52CALMRAjs = require('../../chunk-52CALMRA.js');
13
+ require('../../chunk-DY4ELDRQ.js');
14
+ require('../../chunk-V46WVGWN.js');
15
+
16
+
17
+
18
+
19
+
20
+
21
+ exports.isFeatureAnnouncementRead = _chunk52CALMRAjs.isFeatureAnnouncementRead; exports.processFeatureAnnouncement = _chunk52CALMRAjs.processFeatureAnnouncement; exports.processNotification = _chunkGFAESVZAjs.processNotification; exports.processOnChainNotification = _chunkLYEXYTOIjs.processOnChainNotification; exports.safeProcessNotification = _chunkGFAESVZAjs.safeProcessNotification;
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,22 @@
1
+ import "../../chunk-QTK2RMF7.mjs";
2
+ import {
3
+ processNotification,
4
+ safeProcessNotification
5
+ } from "../../chunk-RQWUD2FB.mjs";
6
+ import {
7
+ processOnChainNotification
8
+ } from "../../chunk-BONB66A2.mjs";
9
+ import {
10
+ isFeatureAnnouncementRead,
11
+ processFeatureAnnouncement
12
+ } from "../../chunk-D42BBXBM.mjs";
13
+ import "../../chunk-VC6J62JI.mjs";
14
+ import "../../chunk-26CCETCM.mjs";
15
+ export {
16
+ isFeatureAnnouncementRead,
17
+ processFeatureAnnouncement,
18
+ processNotification,
19
+ processOnChainNotification,
20
+ safeProcessNotification
21
+ };
22
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,10 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+ var _chunk52CALMRAjs = require('../../chunk-52CALMRA.js');
5
+ require('../../chunk-V46WVGWN.js');
6
+
7
+
8
+
9
+ exports.isFeatureAnnouncementRead = _chunk52CALMRAjs.isFeatureAnnouncementRead; exports.processFeatureAnnouncement = _chunk52CALMRAjs.processFeatureAnnouncement;
10
+ //# sourceMappingURL=process-feature-announcement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import {
2
+ isFeatureAnnouncementRead,
3
+ processFeatureAnnouncement
4
+ } from "../../chunk-D42BBXBM.mjs";
5
+ import "../../chunk-26CCETCM.mjs";
6
+ export {
7
+ isFeatureAnnouncementRead,
8
+ processFeatureAnnouncement
9
+ };
10
+ //# sourceMappingURL=process-feature-announcement.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,13 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+ var _chunkGFAESVZAjs = require('../../chunk-GFAESVZA.js');
5
+ require('../../chunk-LYEXYTOI.js');
6
+ require('../../chunk-52CALMRA.js');
7
+ require('../../chunk-DY4ELDRQ.js');
8
+ require('../../chunk-V46WVGWN.js');
9
+
10
+
11
+
12
+ exports.processNotification = _chunkGFAESVZAjs.processNotification; exports.safeProcessNotification = _chunkGFAESVZAjs.safeProcessNotification;
13
+ //# sourceMappingURL=process-notifications.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,13 @@
1
+ import {
2
+ processNotification,
3
+ safeProcessNotification
4
+ } from "../../chunk-RQWUD2FB.mjs";
5
+ import "../../chunk-BONB66A2.mjs";
6
+ import "../../chunk-D42BBXBM.mjs";
7
+ import "../../chunk-VC6J62JI.mjs";
8
+ import "../../chunk-26CCETCM.mjs";
9
+ export {
10
+ processNotification,
11
+ safeProcessNotification
12
+ };
13
+ //# sourceMappingURL=process-notifications.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,8 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+ var _chunkLYEXYTOIjs = require('../../chunk-LYEXYTOI.js');
4
+ require('../../chunk-V46WVGWN.js');
5
+
6
+
7
+ exports.processOnChainNotification = _chunkLYEXYTOIjs.processOnChainNotification;
8
+ //# sourceMappingURL=process-onchain-notifications.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import {
2
+ processOnChainNotification
3
+ } from "../../chunk-BONB66A2.mjs";
4
+ import "../../chunk-26CCETCM.mjs";
5
+ export {
6
+ processOnChainNotification
7
+ };
8
+ //# sourceMappingURL=process-onchain-notifications.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,14 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+
5
+ var _chunkZMNXLHACjs = require('../../chunk-ZMNXLHAC.js');
6
+ require('../../chunk-52CALMRA.js');
7
+ require('../../chunk-DY4ELDRQ.js');
8
+ require('../../chunk-V46WVGWN.js');
9
+
10
+
11
+
12
+
13
+ exports.FEATURE_ANNOUNCEMENT_API = _chunkZMNXLHACjs.FEATURE_ANNOUNCEMENT_API; exports.FEATURE_ANNOUNCEMENT_URL = _chunkZMNXLHACjs.FEATURE_ANNOUNCEMENT_URL; exports.getFeatureAnnouncementNotifications = _chunkZMNXLHACjs.getFeatureAnnouncementNotifications;
14
+ //# sourceMappingURL=feature-announcements.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ import {
2
+ FEATURE_ANNOUNCEMENT_API,
3
+ FEATURE_ANNOUNCEMENT_URL,
4
+ getFeatureAnnouncementNotifications
5
+ } from "../../chunk-EQWVJX6K.mjs";
6
+ import "../../chunk-D42BBXBM.mjs";
7
+ import "../../chunk-VC6J62JI.mjs";
8
+ import "../../chunk-26CCETCM.mjs";
9
+ export {
10
+ FEATURE_ANNOUNCEMENT_API,
11
+ FEATURE_ANNOUNCEMENT_URL,
12
+ getFeatureAnnouncementNotifications
13
+ };
14
+ //# sourceMappingURL=feature-announcements.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,29 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+ var _chunkVOZ7Y2OOjs = require('../../chunk-VOZ7Y2OO.js');
13
+ require('../../chunk-PIZCE3JD.js');
14
+ require('../../chunk-DY4ELDRQ.js');
15
+ require('../../chunk-TLX5QQK5.js');
16
+ require('../../chunk-V46WVGWN.js');
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+ exports.NOTIFICATION_API = _chunkVOZ7Y2OOjs.NOTIFICATION_API; exports.NOTIFICATION_API_LIST_ENDPOINT = _chunkVOZ7Y2OOjs.NOTIFICATION_API_LIST_ENDPOINT; exports.NOTIFICATION_API_LIST_ENDPOINT_PAGE_QUERY = _chunkVOZ7Y2OOjs.NOTIFICATION_API_LIST_ENDPOINT_PAGE_QUERY; exports.NOTIFICATION_API_MARK_ALL_AS_READ_ENDPOINT = _chunkVOZ7Y2OOjs.NOTIFICATION_API_MARK_ALL_AS_READ_ENDPOINT; exports.TRIGGER_API = _chunkVOZ7Y2OOjs.TRIGGER_API; exports.TRIGGER_API_BATCH_ENDPOINT = _chunkVOZ7Y2OOjs.TRIGGER_API_BATCH_ENDPOINT; exports.createOnChainTriggers = _chunkVOZ7Y2OOjs.createOnChainTriggers; exports.deleteOnChainTriggers = _chunkVOZ7Y2OOjs.deleteOnChainTriggers; exports.getOnChainNotifications = _chunkVOZ7Y2OOjs.getOnChainNotifications; exports.markNotificationsAsRead = _chunkVOZ7Y2OOjs.markNotificationsAsRead;
29
+ //# sourceMappingURL=onchain-notifications.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,29 @@
1
+ import {
2
+ NOTIFICATION_API,
3
+ NOTIFICATION_API_LIST_ENDPOINT,
4
+ NOTIFICATION_API_LIST_ENDPOINT_PAGE_QUERY,
5
+ NOTIFICATION_API_MARK_ALL_AS_READ_ENDPOINT,
6
+ TRIGGER_API,
7
+ TRIGGER_API_BATCH_ENDPOINT,
8
+ createOnChainTriggers,
9
+ deleteOnChainTriggers,
10
+ getOnChainNotifications,
11
+ markNotificationsAsRead
12
+ } from "../../chunk-UIRZIKC3.mjs";
13
+ import "../../chunk-SMKJEA45.mjs";
14
+ import "../../chunk-VC6J62JI.mjs";
15
+ import "../../chunk-6ZDVTRRT.mjs";
16
+ import "../../chunk-26CCETCM.mjs";
17
+ export {
18
+ NOTIFICATION_API,
19
+ NOTIFICATION_API_LIST_ENDPOINT,
20
+ NOTIFICATION_API_LIST_ENDPOINT_PAGE_QUERY,
21
+ NOTIFICATION_API_MARK_ALL_AS_READ_ENDPOINT,
22
+ TRIGGER_API,
23
+ TRIGGER_API_BATCH_ENDPOINT,
24
+ createOnChainTriggers,
25
+ deleteOnChainTriggers,
26
+ getOnChainNotifications,
27
+ markNotificationsAsRead
28
+ };
29
+ //# sourceMappingURL=onchain-notifications.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";require('../../../chunk-V5HMYDWE.js');
2
+ //# sourceMappingURL=feature-announcement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import "../../../chunk-A2RPVX47.mjs";
2
+ //# sourceMappingURL=feature-announcement.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,5 @@
1
+ "use strict";require('../../../chunk-WRYFIWNK.js');
2
+ require('../../../chunk-V5HMYDWE.js');
3
+ require('../../../chunk-ZBNBZN5H.js');
4
+ require('../../../chunk-PROWNV4M.js');
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import "../../../chunk-IDO4JFV5.mjs";
2
+ import "../../../chunk-A2RPVX47.mjs";
3
+ import "../../../chunk-4BTNTREI.mjs";
4
+ import "../../../chunk-QB5IFRLA.mjs";
5
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,2 @@
1
+ "use strict";require('../../../chunk-ZBNBZN5H.js');
2
+ //# sourceMappingURL=type-feature-announcement.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}