@metamask-previews/notification-services-controller 0.5.0-preview-367cb1da → 0.5.0-preview-cf09c0a
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/dist/NotificationServicesController/NotificationServicesController.cjs +803 -0
- package/dist/NotificationServicesController/NotificationServicesController.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/NotificationServicesController.d.ts → NotificationServicesController/NotificationServicesController.d.cts} +7 -7
- package/dist/NotificationServicesController/NotificationServicesController.d.cts.map +1 -0
- package/dist/NotificationServicesController/NotificationServicesController.d.mts +238 -0
- package/dist/NotificationServicesController/NotificationServicesController.d.mts.map +1 -0
- package/dist/NotificationServicesController/NotificationServicesController.mjs +779 -17
- package/dist/NotificationServicesController/NotificationServicesController.mjs.map +1 -1
- package/dist/NotificationServicesController/__fixtures__/index.cjs +22 -0
- package/dist/NotificationServicesController/__fixtures__/index.cjs.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/index.d.cts +6 -0
- package/dist/NotificationServicesController/__fixtures__/index.d.cts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/index.d.mts +6 -0
- package/dist/NotificationServicesController/__fixtures__/index.d.mts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/index.mjs +6 -0
- package/dist/NotificationServicesController/__fixtures__/index.mjs.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mock-feature-announcements.cjs +210 -0
- package/dist/NotificationServicesController/__fixtures__/mock-feature-announcements.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/__fixtures__/mock-feature-announcements.d.ts → NotificationServicesController/__fixtures__/mock-feature-announcements.d.cts} +3 -3
- package/dist/NotificationServicesController/__fixtures__/mock-feature-announcements.d.cts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mock-feature-announcements.d.mts +15 -0
- package/dist/NotificationServicesController/__fixtures__/mock-feature-announcements.d.mts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mock-feature-announcements.mjs +205 -0
- package/dist/NotificationServicesController/__fixtures__/mock-feature-announcements.mjs.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mock-notification-trigger.cjs +22 -0
- package/dist/NotificationServicesController/__fixtures__/mock-notification-trigger.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/__fixtures__/mock-notification-trigger.d.ts → NotificationServicesController/__fixtures__/mock-notification-trigger.d.cts} +2 -2
- package/dist/NotificationServicesController/__fixtures__/mock-notification-trigger.d.cts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mock-notification-trigger.d.mts +9 -0
- package/dist/NotificationServicesController/__fixtures__/mock-notification-trigger.d.mts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mock-notification-trigger.mjs +18 -0
- package/dist/NotificationServicesController/__fixtures__/mock-notification-trigger.mjs.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mock-notification-user-storage.cjs +82 -0
- package/dist/NotificationServicesController/__fixtures__/mock-notification-user-storage.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/__fixtures__/mock-notification-user-storage.d.ts → NotificationServicesController/__fixtures__/mock-notification-user-storage.d.cts} +3 -3
- package/dist/NotificationServicesController/__fixtures__/mock-notification-user-storage.d.cts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mock-notification-user-storage.d.mts +35 -0
- package/dist/NotificationServicesController/__fixtures__/mock-notification-user-storage.d.mts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mock-notification-user-storage.mjs +76 -0
- package/dist/NotificationServicesController/__fixtures__/mock-notification-user-storage.mjs.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mock-raw-notifications.cjs +624 -0
- package/dist/NotificationServicesController/__fixtures__/mock-raw-notifications.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/__fixtures__/mock-raw-notifications.d.ts → NotificationServicesController/__fixtures__/mock-raw-notifications.d.cts} +2 -2
- package/dist/NotificationServicesController/__fixtures__/mock-raw-notifications.d.cts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mock-raw-notifications.d.mts +82 -0
- package/dist/NotificationServicesController/__fixtures__/mock-raw-notifications.d.mts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mock-raw-notifications.mjs +605 -0
- package/dist/NotificationServicesController/__fixtures__/mock-raw-notifications.mjs.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mockResponses.cjs +50 -0
- package/dist/NotificationServicesController/__fixtures__/mockResponses.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/__fixtures__/mockResponses.d.ts → NotificationServicesController/__fixtures__/mockResponses.d.cts} +5 -5
- package/dist/NotificationServicesController/__fixtures__/mockResponses.d.cts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mockResponses.d.mts +28 -0
- package/dist/NotificationServicesController/__fixtures__/mockResponses.d.mts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mockResponses.mjs +42 -0
- package/dist/NotificationServicesController/__fixtures__/mockResponses.mjs.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mockServices.cjs +56 -0
- package/dist/NotificationServicesController/__fixtures__/mockServices.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/__fixtures__/mockServices.d.ts → NotificationServicesController/__fixtures__/mockServices.d.cts} +2 -2
- package/dist/NotificationServicesController/__fixtures__/mockServices.d.cts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mockServices.d.mts +12 -0
- package/dist/NotificationServicesController/__fixtures__/mockServices.d.mts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/mockServices.mjs +52 -0
- package/dist/NotificationServicesController/__fixtures__/mockServices.mjs.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/test-utils.cjs +31 -0
- package/dist/NotificationServicesController/__fixtures__/test-utils.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/__fixtures__/test-utils.d.ts → NotificationServicesController/__fixtures__/test-utils.d.cts} +1 -1
- package/dist/NotificationServicesController/__fixtures__/test-utils.d.cts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/test-utils.d.mts +14 -0
- package/dist/NotificationServicesController/__fixtures__/test-utils.d.mts.map +1 -0
- package/dist/NotificationServicesController/__fixtures__/test-utils.mjs +27 -0
- package/dist/NotificationServicesController/__fixtures__/test-utils.mjs.map +1 -0
- package/dist/NotificationServicesController/constants/constants.cjs +7 -0
- package/dist/NotificationServicesController/constants/constants.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/constants/constants.d.ts → NotificationServicesController/constants/constants.d.cts} +1 -1
- package/dist/NotificationServicesController/constants/constants.d.cts.map +1 -0
- package/dist/NotificationServicesController/constants/constants.d.mts +3 -0
- package/dist/NotificationServicesController/constants/constants.d.mts.map +1 -0
- package/dist/NotificationServicesController/constants/constants.mjs +3 -9
- package/dist/NotificationServicesController/constants/constants.mjs.map +1 -1
- package/dist/NotificationServicesController/constants/index.cjs +19 -0
- package/dist/NotificationServicesController/constants/index.cjs.map +1 -0
- package/dist/NotificationServicesController/constants/index.d.cts +3 -0
- package/dist/NotificationServicesController/constants/index.d.cts.map +1 -0
- package/dist/NotificationServicesController/constants/index.d.mts +3 -0
- package/dist/NotificationServicesController/constants/index.d.mts.map +1 -0
- package/dist/NotificationServicesController/constants/index.mjs +2 -28
- package/dist/NotificationServicesController/constants/index.mjs.map +1 -1
- package/dist/NotificationServicesController/constants/notification-schema.cjs +170 -0
- package/dist/NotificationServicesController/constants/notification-schema.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/constants/notification-schema.d.ts → NotificationServicesController/constants/notification-schema.d.cts} +2 -2
- package/dist/NotificationServicesController/constants/notification-schema.d.cts.map +1 -0
- package/dist/NotificationServicesController/constants/notification-schema.d.mts +48 -0
- package/dist/NotificationServicesController/constants/notification-schema.d.mts.map +1 -0
- package/dist/NotificationServicesController/constants/notification-schema.mjs +165 -20
- package/dist/NotificationServicesController/constants/notification-schema.mjs.map +1 -1
- package/dist/NotificationServicesController/index.cjs +46 -0
- package/dist/NotificationServicesController/index.cjs.map +1 -0
- package/dist/NotificationServicesController/index.d.cts +14 -0
- package/dist/NotificationServicesController/index.d.cts.map +1 -0
- package/dist/NotificationServicesController/index.d.mts +14 -0
- package/dist/NotificationServicesController/index.d.mts.map +1 -0
- package/dist/NotificationServicesController/index.mjs +13 -86
- package/dist/NotificationServicesController/index.mjs.map +1 -1
- package/dist/NotificationServicesController/processors/index.cjs +20 -0
- package/dist/NotificationServicesController/processors/index.cjs.map +1 -0
- package/dist/NotificationServicesController/processors/index.d.cts +4 -0
- package/dist/NotificationServicesController/processors/index.d.cts.map +1 -0
- package/dist/NotificationServicesController/processors/index.d.mts +4 -0
- package/dist/NotificationServicesController/processors/index.d.mts.map +1 -0
- package/dist/NotificationServicesController/processors/index.mjs +3 -21
- package/dist/NotificationServicesController/processors/index.mjs.map +1 -1
- package/dist/NotificationServicesController/processors/process-feature-announcement.cjs +41 -0
- package/dist/{chunk-52CALMRA.js.map → NotificationServicesController/processors/process-feature-announcement.cjs.map} +1 -1
- package/dist/{types/NotificationServicesController/processors/process-feature-announcement.d.ts → NotificationServicesController/processors/process-feature-announcement.d.cts} +3 -3
- package/dist/NotificationServicesController/processors/process-feature-announcement.d.cts.map +1 -0
- package/dist/NotificationServicesController/processors/process-feature-announcement.d.mts +19 -0
- package/dist/NotificationServicesController/processors/process-feature-announcement.d.mts.map +1 -0
- package/dist/NotificationServicesController/processors/process-feature-announcement.mjs +34 -8
- package/dist/NotificationServicesController/processors/process-feature-announcement.mjs.map +1 -1
- package/dist/NotificationServicesController/processors/process-notifications.cjs +50 -0
- package/dist/NotificationServicesController/processors/process-notifications.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/processors/process-notifications.d.ts → NotificationServicesController/processors/process-notifications.d.cts} +2 -2
- package/dist/NotificationServicesController/processors/process-notifications.d.cts.map +1 -0
- package/dist/NotificationServicesController/processors/process-notifications.d.mts +19 -0
- package/dist/NotificationServicesController/processors/process-notifications.d.mts.map +1 -0
- package/dist/NotificationServicesController/processors/process-notifications.mjs +44 -12
- package/dist/NotificationServicesController/processors/process-notifications.mjs.map +1 -1
- package/dist/NotificationServicesController/processors/process-onchain-notifications.cjs +19 -0
- package/dist/NotificationServicesController/processors/process-onchain-notifications.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/processors/process-onchain-notifications.d.ts → NotificationServicesController/processors/process-onchain-notifications.d.cts} +3 -3
- package/dist/NotificationServicesController/processors/process-onchain-notifications.d.cts.map +1 -0
- package/dist/NotificationServicesController/processors/process-onchain-notifications.d.mts +10 -0
- package/dist/NotificationServicesController/processors/process-onchain-notifications.d.mts.map +1 -0
- package/dist/NotificationServicesController/processors/process-onchain-notifications.mjs +14 -7
- package/dist/NotificationServicesController/processors/process-onchain-notifications.mjs.map +1 -1
- package/dist/NotificationServicesController/services/feature-announcements.cjs +97 -0
- package/dist/NotificationServicesController/services/feature-announcements.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/services/feature-announcements.d.ts → NotificationServicesController/services/feature-announcements.d.cts} +4 -4
- package/dist/NotificationServicesController/services/feature-announcements.d.cts.map +1 -0
- package/dist/NotificationServicesController/services/feature-announcements.d.mts +28 -0
- package/dist/NotificationServicesController/services/feature-announcements.d.mts.map +1 -0
- package/dist/NotificationServicesController/services/feature-announcements.mjs +91 -12
- package/dist/NotificationServicesController/services/feature-announcements.mjs.map +1 -1
- package/dist/NotificationServicesController/services/onchain-notifications.cjs +195 -0
- package/dist/NotificationServicesController/services/onchain-notifications.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/services/onchain-notifications.d.ts → NotificationServicesController/services/onchain-notifications.d.cts} +3 -3
- package/dist/NotificationServicesController/services/onchain-notifications.d.cts.map +1 -0
- package/dist/NotificationServicesController/services/onchain-notifications.d.mts +62 -0
- package/dist/NotificationServicesController/services/onchain-notifications.d.mts.map +1 -0
- package/dist/NotificationServicesController/services/onchain-notifications.mjs +190 -29
- package/dist/NotificationServicesController/services/onchain-notifications.mjs.map +1 -1
- package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.cjs +3 -0
- package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/types/feature-announcement/feature-announcement.d.ts → NotificationServicesController/types/feature-announcement/feature-announcement.d.cts} +3 -3
- package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.d.mts +32 -0
- package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.mjs +1 -1
- package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.mjs.map +1 -1
- package/dist/NotificationServicesController/types/feature-announcement/index.cjs +20 -0
- package/dist/NotificationServicesController/types/feature-announcement/index.cjs.map +1 -0
- package/dist/NotificationServicesController/types/feature-announcement/index.d.cts +4 -0
- package/dist/NotificationServicesController/types/feature-announcement/index.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/feature-announcement/index.d.mts +4 -0
- package/dist/NotificationServicesController/types/feature-announcement/index.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/feature-announcement/index.mjs +3 -4
- package/dist/NotificationServicesController/types/feature-announcement/index.mjs.map +1 -1
- package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.cjs +3 -0
- package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/types/feature-announcement/type-feature-announcement.d.ts → NotificationServicesController/types/feature-announcement/type-feature-announcement.d.cts} +3 -3
- package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.d.mts +39 -0
- package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.mjs +1 -1
- package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.mjs.map +1 -1
- package/dist/NotificationServicesController/types/feature-announcement/type-links.cjs +3 -0
- package/dist/NotificationServicesController/types/feature-announcement/type-links.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/types/feature-announcement/type-links.d.ts → NotificationServicesController/types/feature-announcement/type-links.d.cts} +1 -1
- package/dist/NotificationServicesController/types/feature-announcement/type-links.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/feature-announcement/type-links.d.mts +29 -0
- package/dist/NotificationServicesController/types/feature-announcement/type-links.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/feature-announcement/type-links.mjs +1 -1
- package/dist/NotificationServicesController/types/feature-announcement/type-links.mjs.map +1 -1
- package/dist/NotificationServicesController/types/index.cjs +21 -0
- package/dist/NotificationServicesController/types/index.cjs.map +1 -0
- package/dist/NotificationServicesController/types/index.d.cts +5 -0
- package/dist/NotificationServicesController/types/index.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/index.d.mts +5 -0
- package/dist/NotificationServicesController/types/index.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/index.mjs +4 -11
- package/dist/NotificationServicesController/types/index.mjs.map +1 -1
- package/dist/NotificationServicesController/types/notification/index.cjs +18 -0
- package/dist/NotificationServicesController/types/notification/index.cjs.map +1 -0
- package/dist/NotificationServicesController/types/notification/index.d.cts +2 -0
- package/dist/NotificationServicesController/types/notification/index.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/notification/index.d.mts +2 -0
- package/dist/NotificationServicesController/types/notification/index.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/notification/index.mjs +1 -2
- package/dist/NotificationServicesController/types/notification/index.mjs.map +1 -1
- package/dist/NotificationServicesController/types/notification/notification.cjs +3 -0
- package/dist/NotificationServicesController/types/notification/notification.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/types/notification/notification.d.ts → NotificationServicesController/types/notification/notification.d.cts} +4 -4
- package/dist/NotificationServicesController/types/notification/notification.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/notification/notification.d.mts +25 -0
- package/dist/NotificationServicesController/types/notification/notification.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/notification/notification.mjs +1 -1
- package/dist/NotificationServicesController/types/notification/notification.mjs.map +1 -1
- package/dist/NotificationServicesController/types/on-chain-notification/index.cjs +18 -0
- package/dist/NotificationServicesController/types/on-chain-notification/index.cjs.map +1 -0
- package/dist/NotificationServicesController/types/on-chain-notification/index.d.cts +2 -0
- package/dist/NotificationServicesController/types/on-chain-notification/index.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/on-chain-notification/index.d.mts +2 -0
- package/dist/NotificationServicesController/types/on-chain-notification/index.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/on-chain-notification/index.mjs +1 -2
- package/dist/NotificationServicesController/types/on-chain-notification/index.mjs.map +1 -1
- package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.cjs +3 -0
- package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/types/on-chain-notification/on-chain-notification.d.ts → NotificationServicesController/types/on-chain-notification/on-chain-notification.d.cts} +4 -4
- package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.d.mts +43 -0
- package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.mjs +1 -1
- package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.mjs.map +1 -1
- package/dist/NotificationServicesController/types/on-chain-notification/schema.cjs +9 -0
- package/dist/NotificationServicesController/types/on-chain-notification/schema.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/types/on-chain-notification/schema.d.ts → NotificationServicesController/types/on-chain-notification/schema.d.cts} +1 -1
- package/dist/NotificationServicesController/types/on-chain-notification/schema.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/on-chain-notification/schema.d.mts +283 -0
- package/dist/NotificationServicesController/types/on-chain-notification/schema.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/on-chain-notification/schema.mjs +7 -0
- package/dist/NotificationServicesController/types/on-chain-notification/schema.mjs.map +1 -1
- package/dist/NotificationServicesController/types/type-utils.cjs +3 -0
- package/dist/NotificationServicesController/types/type-utils.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/types/type-utils.d.ts → NotificationServicesController/types/type-utils.d.cts} +1 -1
- package/dist/NotificationServicesController/types/type-utils.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/type-utils.d.mts +7 -0
- package/dist/NotificationServicesController/types/type-utils.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/type-utils.mjs +1 -0
- package/dist/NotificationServicesController/types/type-utils.mjs.map +1 -1
- package/dist/NotificationServicesController/types/user-storage/index.cjs +18 -0
- package/dist/NotificationServicesController/types/user-storage/index.cjs.map +1 -0
- package/dist/NotificationServicesController/types/user-storage/index.d.cts +2 -0
- package/dist/NotificationServicesController/types/user-storage/index.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/user-storage/index.d.mts +2 -0
- package/dist/NotificationServicesController/types/user-storage/index.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/user-storage/index.mjs +1 -2
- package/dist/NotificationServicesController/types/user-storage/index.mjs.map +1 -1
- package/dist/NotificationServicesController/types/user-storage/user-storage.cjs +3 -0
- package/dist/NotificationServicesController/types/user-storage/user-storage.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/types/user-storage/user-storage.d.ts → NotificationServicesController/types/user-storage/user-storage.d.cts} +3 -3
- package/dist/NotificationServicesController/types/user-storage/user-storage.d.cts.map +1 -0
- package/dist/NotificationServicesController/types/user-storage/user-storage.d.mts +26 -0
- package/dist/NotificationServicesController/types/user-storage/user-storage.d.mts.map +1 -0
- package/dist/NotificationServicesController/types/user-storage/user-storage.mjs +1 -1
- package/dist/NotificationServicesController/types/user-storage/user-storage.mjs.map +1 -1
- package/dist/NotificationServicesController/ui/constants.cjs +62 -0
- package/dist/NotificationServicesController/ui/constants.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/ui/constants.d.ts → NotificationServicesController/ui/constants.d.cts} +2 -2
- package/dist/NotificationServicesController/ui/constants.d.cts.map +1 -0
- package/dist/NotificationServicesController/ui/constants.d.mts +54 -0
- package/dist/NotificationServicesController/ui/constants.d.mts.map +1 -0
- package/dist/NotificationServicesController/ui/constants.mjs +56 -14
- package/dist/NotificationServicesController/ui/constants.mjs.map +1 -1
- package/dist/NotificationServicesController/ui/index.cjs +18 -0
- package/dist/NotificationServicesController/ui/index.cjs.map +1 -0
- package/dist/NotificationServicesController/ui/index.d.cts +2 -0
- package/dist/NotificationServicesController/ui/index.d.cts.map +1 -0
- package/dist/NotificationServicesController/ui/index.d.mts +2 -0
- package/dist/NotificationServicesController/ui/index.d.mts.map +1 -0
- package/dist/NotificationServicesController/ui/index.mjs +1 -16
- package/dist/NotificationServicesController/ui/index.mjs.map +1 -1
- package/dist/NotificationServicesController/utils/utils.cjs +348 -0
- package/dist/NotificationServicesController/utils/utils.cjs.map +1 -0
- package/dist/{types/NotificationServicesController/utils/utils.d.ts → NotificationServicesController/utils/utils.d.cts} +3 -3
- package/dist/NotificationServicesController/utils/utils.d.cts.map +1 -0
- package/dist/NotificationServicesController/utils/utils.d.mts +142 -0
- package/dist/NotificationServicesController/utils/utils.d.mts.map +1 -0
- package/dist/NotificationServicesController/utils/utils.mjs +332 -31
- package/dist/NotificationServicesController/utils/utils.mjs.map +1 -1
- package/dist/NotificationServicesPushController/NotificationServicesPushController.cjs +215 -0
- package/dist/NotificationServicesPushController/NotificationServicesPushController.cjs.map +1 -0
- package/dist/{types/NotificationServicesPushController/NotificationServicesPushController.d.ts → NotificationServicesPushController/NotificationServicesPushController.d.cts} +6 -6
- package/dist/NotificationServicesPushController/NotificationServicesPushController.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/NotificationServicesPushController.d.mts +112 -0
- package/dist/NotificationServicesPushController/NotificationServicesPushController.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/NotificationServicesPushController.mjs +214 -37
- package/dist/NotificationServicesPushController/NotificationServicesPushController.mjs.map +1 -1
- package/dist/NotificationServicesPushController/__fixtures__/index.cjs +18 -0
- package/dist/NotificationServicesPushController/__fixtures__/index.cjs.map +1 -0
- package/dist/NotificationServicesPushController/__fixtures__/index.d.cts +2 -0
- package/dist/NotificationServicesPushController/__fixtures__/index.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/__fixtures__/index.d.mts +2 -0
- package/dist/NotificationServicesPushController/__fixtures__/index.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/__fixtures__/index.mjs +2 -0
- package/dist/NotificationServicesPushController/__fixtures__/index.mjs.map +1 -0
- package/dist/NotificationServicesPushController/__fixtures__/mockResponse.cjs +57 -0
- package/dist/NotificationServicesPushController/__fixtures__/mockResponse.cjs.map +1 -0
- package/dist/{types/NotificationServicesPushController/__fixtures__/mockResponse.d.ts → NotificationServicesPushController/__fixtures__/mockResponse.d.cts} +2 -2
- package/dist/NotificationServicesPushController/__fixtures__/mockResponse.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/__fixtures__/mockResponse.d.mts +43 -0
- package/dist/NotificationServicesPushController/__fixtures__/mockResponse.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/__fixtures__/mockResponse.mjs +50 -0
- package/dist/NotificationServicesPushController/__fixtures__/mockResponse.mjs.map +1 -0
- package/dist/NotificationServicesPushController/__fixtures__/mockServices.cjs +31 -0
- package/dist/NotificationServicesPushController/__fixtures__/mockServices.cjs.map +1 -0
- package/dist/{types/NotificationServicesPushController/__fixtures__/mockServices.d.ts → NotificationServicesPushController/__fixtures__/mockServices.d.cts} +2 -2
- package/dist/NotificationServicesPushController/__fixtures__/mockServices.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/__fixtures__/mockServices.d.mts +9 -0
- package/dist/NotificationServicesPushController/__fixtures__/mockServices.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/__fixtures__/mockServices.mjs +30 -0
- package/dist/NotificationServicesPushController/__fixtures__/mockServices.mjs.map +1 -0
- package/dist/NotificationServicesPushController/constants.cjs +14 -0
- package/dist/NotificationServicesPushController/constants.cjs.map +1 -0
- package/dist/{types/NotificationServicesPushController/constants.d.ts → NotificationServicesPushController/constants.d.cts} +1 -1
- package/dist/NotificationServicesPushController/constants.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/constants.d.mts +11 -0
- package/dist/NotificationServicesPushController/constants.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/constants.mjs +10 -25
- package/dist/NotificationServicesPushController/constants.mjs.map +1 -1
- package/dist/NotificationServicesPushController/index.cjs +43 -0
- package/dist/NotificationServicesPushController/index.cjs.map +1 -0
- package/dist/NotificationServicesPushController/index.d.cts +11 -0
- package/dist/NotificationServicesPushController/index.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/index.d.mts +11 -0
- package/dist/NotificationServicesPushController/index.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/index.mjs +10 -71
- package/dist/NotificationServicesPushController/index.mjs.map +1 -1
- package/dist/NotificationServicesPushController/services/endpoints.cjs +6 -0
- package/dist/NotificationServicesPushController/services/endpoints.cjs.map +1 -0
- package/dist/{types/NotificationServicesPushController/services/endpoints.d.ts → NotificationServicesPushController/services/endpoints.d.cts} +1 -1
- package/dist/NotificationServicesPushController/services/endpoints.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/services/endpoints.d.mts +2 -0
- package/dist/NotificationServicesPushController/services/endpoints.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/services/endpoints.mjs +2 -7
- package/dist/NotificationServicesPushController/services/endpoints.mjs.map +1 -1
- package/dist/NotificationServicesPushController/services/push/index.cjs +3 -0
- package/dist/NotificationServicesPushController/services/push/index.cjs.map +1 -0
- package/dist/{types/NotificationServicesPushController/services/push/index.d.ts → NotificationServicesPushController/services/push/index.d.cts} +2 -2
- package/dist/NotificationServicesPushController/services/push/index.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/services/push/index.d.mts +6 -0
- package/dist/NotificationServicesPushController/services/push/index.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/services/push/index.mjs +1 -0
- package/dist/NotificationServicesPushController/services/push/index.mjs.map +1 -1
- package/dist/NotificationServicesPushController/services/push/push-web.cjs +121 -0
- package/dist/NotificationServicesPushController/services/push/push-web.cjs.map +1 -0
- package/dist/{types/NotificationServicesPushController/services/push/push-web.d.ts → NotificationServicesPushController/services/push/push-web.d.cts} +3 -3
- package/dist/NotificationServicesPushController/services/push/push-web.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/services/push/push-web.d.mts +32 -0
- package/dist/NotificationServicesPushController/services/push/push-web.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/services/push/push-web.mjs +116 -38
- package/dist/NotificationServicesPushController/services/push/push-web.mjs.map +1 -1
- package/dist/NotificationServicesPushController/services/services.cjs +197 -0
- package/dist/NotificationServicesPushController/services/services.cjs.map +1 -0
- package/dist/{types/NotificationServicesPushController/services/services.d.ts → NotificationServicesPushController/services/services.d.cts} +4 -4
- package/dist/NotificationServicesPushController/services/services.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/services/services.d.mts +95 -0
- package/dist/NotificationServicesPushController/services/services.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/services/services.mjs +168 -45
- package/dist/NotificationServicesPushController/services/services.mjs.map +1 -1
- package/dist/NotificationServicesPushController/types/firebase.cjs +3 -0
- package/dist/NotificationServicesPushController/types/firebase.cjs.map +1 -0
- package/dist/{types/NotificationServicesPushController/types/firebase.d.ts → NotificationServicesPushController/types/firebase.d.cts} +1 -1
- package/dist/NotificationServicesPushController/types/firebase.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/types/firebase.d.mts +53 -0
- package/dist/NotificationServicesPushController/types/firebase.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/types/firebase.mjs +1 -1
- package/dist/NotificationServicesPushController/types/firebase.mjs.map +1 -1
- package/dist/NotificationServicesPushController/types/index.cjs +18 -0
- package/dist/NotificationServicesPushController/types/index.cjs.map +1 -0
- package/dist/NotificationServicesPushController/types/index.d.cts +2 -0
- package/dist/NotificationServicesPushController/types/index.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/types/index.d.mts +2 -0
- package/dist/NotificationServicesPushController/types/index.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/types/index.mjs +1 -2
- package/dist/NotificationServicesPushController/types/index.mjs.map +1 -1
- package/dist/NotificationServicesPushController/utils/get-notification-data.cjs +84 -0
- package/dist/NotificationServicesPushController/utils/get-notification-data.cjs.map +1 -0
- package/dist/{types/NotificationServicesPushController/utils/get-notification-data.d.ts → NotificationServicesPushController/utils/get-notification-data.d.cts} +2 -2
- package/dist/NotificationServicesPushController/utils/get-notification-data.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/utils/get-notification-data.d.mts +42 -0
- package/dist/NotificationServicesPushController/utils/get-notification-data.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/utils/get-notification-data.mjs +76 -12
- package/dist/NotificationServicesPushController/utils/get-notification-data.mjs.map +1 -1
- package/dist/NotificationServicesPushController/utils/get-notification-message.cjs +190 -0
- package/dist/NotificationServicesPushController/utils/get-notification-message.cjs.map +1 -0
- package/dist/{types/NotificationServicesPushController/utils/get-notification-message.d.ts → NotificationServicesPushController/utils/get-notification-message.d.cts} +3 -3
- package/dist/NotificationServicesPushController/utils/get-notification-message.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/utils/get-notification-message.d.mts +67 -0
- package/dist/NotificationServicesPushController/utils/get-notification-message.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/utils/get-notification-message.mjs +182 -37
- package/dist/NotificationServicesPushController/utils/get-notification-message.mjs.map +1 -1
- package/dist/NotificationServicesPushController/utils/index.cjs +19 -0
- package/dist/NotificationServicesPushController/utils/index.cjs.map +1 -0
- package/dist/NotificationServicesPushController/utils/index.d.cts +3 -0
- package/dist/NotificationServicesPushController/utils/index.d.cts.map +1 -0
- package/dist/NotificationServicesPushController/utils/index.d.mts +3 -0
- package/dist/NotificationServicesPushController/utils/index.d.mts.map +1 -0
- package/dist/NotificationServicesPushController/utils/index.mjs +2 -48
- package/dist/NotificationServicesPushController/utils/index.mjs.map +1 -1
- package/dist/index.cjs +29 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +3 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +3 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +2 -45
- package/dist/index.mjs.map +1 -1
- package/dist/shared/to-raw-notification.cjs +19 -0
- package/dist/shared/to-raw-notification.cjs.map +1 -0
- package/dist/{types/shared/to-raw-notification.d.ts → shared/to-raw-notification.d.cts} +2 -2
- package/dist/shared/to-raw-notification.d.cts.map +1 -0
- package/dist/shared/to-raw-notification.d.mts +11 -0
- package/dist/shared/to-raw-notification.d.mts.map +1 -0
- package/dist/shared/to-raw-notification.mjs +14 -7
- package/dist/shared/to-raw-notification.mjs.map +1 -1
- package/package.json +12 -7
- package/dist/NotificationServicesController/NotificationServicesController.js +0 -19
- package/dist/NotificationServicesController/NotificationServicesController.js.map +0 -1
- package/dist/NotificationServicesController/constants/constants.js +0 -10
- package/dist/NotificationServicesController/constants/constants.js.map +0 -1
- package/dist/NotificationServicesController/constants/index.js +0 -29
- package/dist/NotificationServicesController/constants/index.js.map +0 -1
- package/dist/NotificationServicesController/constants/notification-schema.js +0 -22
- package/dist/NotificationServicesController/constants/notification-schema.js.map +0 -1
- package/dist/NotificationServicesController/index.js +0 -87
- package/dist/NotificationServicesController/index.js.map +0 -1
- package/dist/NotificationServicesController/processors/index.js +0 -22
- package/dist/NotificationServicesController/processors/index.js.map +0 -1
- package/dist/NotificationServicesController/processors/process-feature-announcement.js +0 -10
- package/dist/NotificationServicesController/processors/process-feature-announcement.js.map +0 -1
- package/dist/NotificationServicesController/processors/process-notifications.js +0 -13
- package/dist/NotificationServicesController/processors/process-notifications.js.map +0 -1
- package/dist/NotificationServicesController/processors/process-onchain-notifications.js +0 -8
- package/dist/NotificationServicesController/processors/process-onchain-notifications.js.map +0 -1
- package/dist/NotificationServicesController/services/feature-announcements.js +0 -14
- package/dist/NotificationServicesController/services/feature-announcements.js.map +0 -1
- package/dist/NotificationServicesController/services/onchain-notifications.js +0 -30
- package/dist/NotificationServicesController/services/onchain-notifications.js.map +0 -1
- package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.js +0 -2
- package/dist/NotificationServicesController/types/feature-announcement/feature-announcement.js.map +0 -1
- package/dist/NotificationServicesController/types/feature-announcement/index.js +0 -5
- package/dist/NotificationServicesController/types/feature-announcement/index.js.map +0 -1
- package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.js +0 -2
- package/dist/NotificationServicesController/types/feature-announcement/type-feature-announcement.js.map +0 -1
- package/dist/NotificationServicesController/types/feature-announcement/type-links.js +0 -2
- package/dist/NotificationServicesController/types/feature-announcement/type-links.js.map +0 -1
- package/dist/NotificationServicesController/types/index.js +0 -12
- package/dist/NotificationServicesController/types/index.js.map +0 -1
- package/dist/NotificationServicesController/types/notification/index.js +0 -3
- package/dist/NotificationServicesController/types/notification/index.js.map +0 -1
- package/dist/NotificationServicesController/types/notification/notification.js +0 -2
- package/dist/NotificationServicesController/types/notification/notification.js.map +0 -1
- package/dist/NotificationServicesController/types/on-chain-notification/index.js +0 -3
- package/dist/NotificationServicesController/types/on-chain-notification/index.js.map +0 -1
- package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.js +0 -2
- package/dist/NotificationServicesController/types/on-chain-notification/on-chain-notification.js.map +0 -1
- package/dist/NotificationServicesController/types/on-chain-notification/schema.js +0 -1
- package/dist/NotificationServicesController/types/on-chain-notification/schema.js.map +0 -1
- package/dist/NotificationServicesController/types/type-utils.js +0 -1
- package/dist/NotificationServicesController/types/type-utils.js.map +0 -1
- package/dist/NotificationServicesController/types/user-storage/index.js +0 -3
- package/dist/NotificationServicesController/types/user-storage/index.js.map +0 -1
- package/dist/NotificationServicesController/types/user-storage/user-storage.js +0 -2
- package/dist/NotificationServicesController/types/user-storage/user-storage.js.map +0 -1
- package/dist/NotificationServicesController/ui/constants.js +0 -16
- package/dist/NotificationServicesController/ui/constants.js.map +0 -1
- package/dist/NotificationServicesController/ui/index.js +0 -17
- package/dist/NotificationServicesController/ui/index.js.map +0 -1
- package/dist/NotificationServicesController/utils/utils.js +0 -32
- package/dist/NotificationServicesController/utils/utils.js.map +0 -1
- package/dist/NotificationServicesPushController/NotificationServicesPushController.js +0 -39
- package/dist/NotificationServicesPushController/NotificationServicesPushController.js.map +0 -1
- package/dist/NotificationServicesPushController/constants.js +0 -26
- package/dist/NotificationServicesPushController/constants.js.map +0 -1
- package/dist/NotificationServicesPushController/index.js +0 -72
- package/dist/NotificationServicesPushController/index.js.map +0 -1
- package/dist/NotificationServicesPushController/services/endpoints.js +0 -8
- package/dist/NotificationServicesPushController/services/endpoints.js.map +0 -1
- package/dist/NotificationServicesPushController/services/push/index.js +0 -1
- package/dist/NotificationServicesPushController/services/push/index.js.map +0 -1
- package/dist/NotificationServicesPushController/services/push/push-web.js +0 -40
- package/dist/NotificationServicesPushController/services/push/push-web.js.map +0 -1
- package/dist/NotificationServicesPushController/services/services.js +0 -46
- package/dist/NotificationServicesPushController/services/services.js.map +0 -1
- package/dist/NotificationServicesPushController/types/firebase.js +0 -2
- package/dist/NotificationServicesPushController/types/firebase.js.map +0 -1
- package/dist/NotificationServicesPushController/types/index.js +0 -3
- package/dist/NotificationServicesPushController/types/index.js.map +0 -1
- package/dist/NotificationServicesPushController/utils/get-notification-data.js +0 -14
- package/dist/NotificationServicesPushController/utils/get-notification-data.js.map +0 -1
- package/dist/NotificationServicesPushController/utils/get-notification-message.js +0 -39
- package/dist/NotificationServicesPushController/utils/get-notification-message.js.map +0 -1
- package/dist/NotificationServicesPushController/utils/index.js +0 -49
- package/dist/NotificationServicesPushController/utils/index.js.map +0 -1
- package/dist/chunk-232HZSEV.js +0 -7
- package/dist/chunk-232HZSEV.js.map +0 -1
- package/dist/chunk-2P5WP5NT.mjs +0 -37
- package/dist/chunk-2P5WP5NT.mjs.map +0 -1
- package/dist/chunk-3ZS2HAEG.js +0 -1
- package/dist/chunk-3ZS2HAEG.js.map +0 -1
- package/dist/chunk-4BTNTREI.mjs +0 -1
- package/dist/chunk-4BTNTREI.mjs.map +0 -1
- package/dist/chunk-4QXAPVW3.mjs +0 -1
- package/dist/chunk-4QXAPVW3.mjs.map +0 -1
- package/dist/chunk-52CALMRA.js +0 -28
- package/dist/chunk-53F3SYYM.mjs +0 -178
- package/dist/chunk-53F3SYYM.mjs.map +0 -1
- package/dist/chunk-5FAAZCBK.mjs +0 -29
- package/dist/chunk-5FAAZCBK.mjs.map +0 -1
- package/dist/chunk-6FLC6CJD.js +0 -149
- package/dist/chunk-6FLC6CJD.js.map +0 -1
- package/dist/chunk-6ZDVTRRT.mjs +0 -9
- package/dist/chunk-6ZDVTRRT.mjs.map +0 -1
- package/dist/chunk-77QIITUL.mjs +0 -67
- package/dist/chunk-77QIITUL.mjs.map +0 -1
- package/dist/chunk-7LWR54U7.js +0 -7
- package/dist/chunk-7LWR54U7.js.map +0 -1
- package/dist/chunk-7PWKQSM2.mjs +0 -972
- package/dist/chunk-7PWKQSM2.mjs.map +0 -1
- package/dist/chunk-7RM3YNTD.mjs +0 -1
- package/dist/chunk-7RM3YNTD.mjs.map +0 -1
- package/dist/chunk-A2RPVX47.mjs +0 -1
- package/dist/chunk-A2RPVX47.mjs.map +0 -1
- package/dist/chunk-B25TJ7KS.js +0 -8
- package/dist/chunk-B25TJ7KS.js.map +0 -1
- package/dist/chunk-B4ECJJ5C.mjs +0 -7
- package/dist/chunk-B4ECJJ5C.mjs.map +0 -1
- package/dist/chunk-BONB66A2.mjs +0 -14
- package/dist/chunk-BONB66A2.mjs.map +0 -1
- package/dist/chunk-C62SK2KY.mjs +0 -92
- package/dist/chunk-C62SK2KY.mjs.map +0 -1
- package/dist/chunk-CGPMMFUQ.mjs +0 -96
- package/dist/chunk-CGPMMFUQ.mjs.map +0 -1
- package/dist/chunk-CWZQMK63.mjs +0 -118
- package/dist/chunk-CWZQMK63.mjs.map +0 -1
- package/dist/chunk-D42BBXBM.mjs +0 -28
- package/dist/chunk-D42BBXBM.mjs.map +0 -1
- package/dist/chunk-DINCLRZT.mjs +0 -12
- package/dist/chunk-DINCLRZT.mjs.map +0 -1
- package/dist/chunk-DMH4NSLF.js +0 -1
- package/dist/chunk-DMH4NSLF.js.map +0 -1
- package/dist/chunk-DT6SLUWJ.js +0 -12
- package/dist/chunk-DT6SLUWJ.js.map +0 -1
- package/dist/chunk-EJ52BDLB.js +0 -55
- package/dist/chunk-EJ52BDLB.js.map +0 -1
- package/dist/chunk-ER475D6V.mjs +0 -231
- package/dist/chunk-ER475D6V.mjs.map +0 -1
- package/dist/chunk-G52DNXFH.mjs +0 -1
- package/dist/chunk-G52DNXFH.mjs.map +0 -1
- package/dist/chunk-GETQWOTI.js +0 -1
- package/dist/chunk-GETQWOTI.js.map +0 -1
- package/dist/chunk-HCDICNYK.js +0 -207
- package/dist/chunk-HCDICNYK.js.map +0 -1
- package/dist/chunk-HE3P5RM7.js +0 -178
- package/dist/chunk-HE3P5RM7.js.map +0 -1
- package/dist/chunk-HPUQYDVC.js +0 -1
- package/dist/chunk-HPUQYDVC.js.map +0 -1
- package/dist/chunk-HT6T5R4U.js +0 -96
- package/dist/chunk-HT6T5R4U.js.map +0 -1
- package/dist/chunk-IDO4JFV5.mjs +0 -1
- package/dist/chunk-IDO4JFV5.mjs.map +0 -1
- package/dist/chunk-IGY2S5BC.js +0 -36
- package/dist/chunk-IGY2S5BC.js.map +0 -1
- package/dist/chunk-IKWNHNJQ.mjs +0 -8
- package/dist/chunk-IKWNHNJQ.mjs.map +0 -1
- package/dist/chunk-IOMDG67D.mjs +0 -7
- package/dist/chunk-IOMDG67D.mjs.map +0 -1
- package/dist/chunk-IPI7BAW3.js +0 -1
- package/dist/chunk-IPI7BAW3.js.map +0 -1
- package/dist/chunk-JIJXHO5V.js +0 -885
- package/dist/chunk-JIJXHO5V.js.map +0 -1
- package/dist/chunk-JQ7WKFCI.mjs +0 -1
- package/dist/chunk-JQ7WKFCI.mjs.map +0 -1
- package/dist/chunk-JW3TK3NU.js +0 -221
- package/dist/chunk-JW3TK3NU.js.map +0 -1
- package/dist/chunk-KGLHGLER.js +0 -231
- package/dist/chunk-KGLHGLER.js.map +0 -1
- package/dist/chunk-LGXHJ24K.js +0 -92
- package/dist/chunk-LGXHJ24K.js.map +0 -1
- package/dist/chunk-LYEXYTOI.js +0 -14
- package/dist/chunk-LYEXYTOI.js.map +0 -1
- package/dist/chunk-LZMC2QML.mjs +0 -25
- package/dist/chunk-LZMC2QML.mjs.map +0 -1
- package/dist/chunk-MG5QDUDI.mjs +0 -48
- package/dist/chunk-MG5QDUDI.mjs.map +0 -1
- package/dist/chunk-MNBV5FJI.mjs +0 -31
- package/dist/chunk-MNBV5FJI.mjs.map +0 -1
- package/dist/chunk-NIPCK74T.js +0 -185
- package/dist/chunk-NIPCK74T.js.map +0 -1
- package/dist/chunk-O45HYLIV.js +0 -67
- package/dist/chunk-O45HYLIV.js.map +0 -1
- package/dist/chunk-ODI2BTKS.mjs +0 -55
- package/dist/chunk-ODI2BTKS.mjs.map +0 -1
- package/dist/chunk-OHFX4S6R.mjs +0 -185
- package/dist/chunk-OHFX4S6R.mjs.map +0 -1
- package/dist/chunk-OMBFVTP2.js +0 -37
- package/dist/chunk-OMBFVTP2.js.map +0 -1
- package/dist/chunk-PJMQ2XEG.js +0 -29
- package/dist/chunk-PJMQ2XEG.js.map +0 -1
- package/dist/chunk-PNCS6GEX.mjs +0 -1
- package/dist/chunk-PNCS6GEX.mjs.map +0 -1
- package/dist/chunk-PROWNV4M.js +0 -1
- package/dist/chunk-PROWNV4M.js.map +0 -1
- package/dist/chunk-QAOZN4AX.js +0 -25
- package/dist/chunk-QAOZN4AX.js.map +0 -1
- package/dist/chunk-QB5IFRLA.mjs +0 -1
- package/dist/chunk-QB5IFRLA.mjs.map +0 -1
- package/dist/chunk-RAUV5UV4.mjs +0 -1
- package/dist/chunk-RAUV5UV4.mjs.map +0 -1
- package/dist/chunk-SGLVWM4N.js +0 -48
- package/dist/chunk-SGLVWM4N.js.map +0 -1
- package/dist/chunk-TLX5QQK5.js +0 -9
- package/dist/chunk-TLX5QQK5.js.map +0 -1
- package/dist/chunk-U5UIDVOO.mjs +0 -36
- package/dist/chunk-U5UIDVOO.mjs.map +0 -1
- package/dist/chunk-U74Q3BRP.mjs +0 -1
- package/dist/chunk-U74Q3BRP.mjs.map +0 -1
- package/dist/chunk-UQ6MTYIR.js +0 -972
- package/dist/chunk-UQ6MTYIR.js.map +0 -1
- package/dist/chunk-UZHUVXRM.js +0 -31
- package/dist/chunk-UZHUVXRM.js.map +0 -1
- package/dist/chunk-V5HMYDWE.js +0 -1
- package/dist/chunk-V5HMYDWE.js.map +0 -1
- package/dist/chunk-VZMQIJMK.mjs +0 -149
- package/dist/chunk-VZMQIJMK.mjs.map +0 -1
- package/dist/chunk-W7IP4LDB.js +0 -118
- package/dist/chunk-W7IP4LDB.js.map +0 -1
- package/dist/chunk-WE4RFGT7.mjs +0 -885
- package/dist/chunk-WE4RFGT7.mjs.map +0 -1
- package/dist/chunk-WGBEAP2F.mjs +0 -207
- package/dist/chunk-WGBEAP2F.mjs.map +0 -1
- package/dist/chunk-WRYFIWNK.js +0 -1
- package/dist/chunk-WRYFIWNK.js.map +0 -1
- package/dist/chunk-XZEVRYUE.js +0 -1
- package/dist/chunk-XZEVRYUE.js.map +0 -1
- package/dist/chunk-YUMIJSUD.mjs +0 -221
- package/dist/chunk-YUMIJSUD.mjs.map +0 -1
- package/dist/chunk-ZBNBZN5H.js +0 -1
- package/dist/chunk-ZBNBZN5H.js.map +0 -1
- package/dist/chunk-ZV3DFBO4.js +0 -1
- package/dist/chunk-ZV3DFBO4.js.map +0 -1
- package/dist/index.js +0 -46
- package/dist/index.js.map +0 -1
- package/dist/shared/to-raw-notification.js +0 -8
- package/dist/shared/to-raw-notification.js.map +0 -1
- package/dist/tsconfig.build.tsbuildinfo +0 -1
- package/dist/types/NotificationServicesController/NotificationServicesController.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/__fixtures__/index.d.ts +0 -6
- package/dist/types/NotificationServicesController/__fixtures__/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/__fixtures__/mock-feature-announcements.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/__fixtures__/mock-notification-trigger.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/__fixtures__/mock-notification-user-storage.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/__fixtures__/mock-raw-notifications.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/__fixtures__/mockResponses.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/__fixtures__/mockServices.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/__fixtures__/test-utils.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/constants/constants.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/constants/index.d.ts +0 -3
- package/dist/types/NotificationServicesController/constants/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/constants/notification-schema.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/index.d.ts +0 -14
- package/dist/types/NotificationServicesController/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/processors/index.d.ts +0 -4
- package/dist/types/NotificationServicesController/processors/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/processors/process-feature-announcement.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/processors/process-notifications.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/processors/process-onchain-notifications.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/services/feature-announcements.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/services/onchain-notifications.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/feature-announcement/feature-announcement.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/feature-announcement/index.d.ts +0 -4
- package/dist/types/NotificationServicesController/types/feature-announcement/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/feature-announcement/type-feature-announcement.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/feature-announcement/type-links.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/index.d.ts +0 -5
- package/dist/types/NotificationServicesController/types/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/notification/index.d.ts +0 -2
- package/dist/types/NotificationServicesController/types/notification/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/notification/notification.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/on-chain-notification/index.d.ts +0 -2
- package/dist/types/NotificationServicesController/types/on-chain-notification/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/on-chain-notification/on-chain-notification.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/on-chain-notification/schema.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/type-utils.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/user-storage/index.d.ts +0 -2
- package/dist/types/NotificationServicesController/types/user-storage/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/types/user-storage/user-storage.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/ui/constants.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/ui/index.d.ts +0 -2
- package/dist/types/NotificationServicesController/ui/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesController/utils/utils.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/NotificationServicesPushController.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/__fixtures__/index.d.ts +0 -2
- package/dist/types/NotificationServicesPushController/__fixtures__/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/__fixtures__/mockResponse.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/__fixtures__/mockServices.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/constants.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/index.d.ts +0 -11
- package/dist/types/NotificationServicesPushController/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/services/endpoints.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/services/push/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/services/push/push-web.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/services/services.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/types/firebase.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/types/index.d.ts +0 -2
- package/dist/types/NotificationServicesPushController/types/index.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/utils/get-notification-data.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/utils/get-notification-message.d.ts.map +0 -1
- package/dist/types/NotificationServicesPushController/utils/index.d.ts +0 -3
- package/dist/types/NotificationServicesPushController/utils/index.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -3
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/shared/to-raw-notification.d.ts.map +0 -1
|
@@ -0,0 +1,605 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/naming-convention */
|
|
2
|
+
import { TRIGGER_TYPES } from "../constants/notification-schema.mjs";
|
|
3
|
+
/**
|
|
4
|
+
* Mocking Utility - create a mock Eth sent notification
|
|
5
|
+
* @returns Mock raw Eth sent notification
|
|
6
|
+
*/
|
|
7
|
+
export function createMockNotificationEthSent() {
|
|
8
|
+
const mockNotification = {
|
|
9
|
+
type: TRIGGER_TYPES.ETH_SENT,
|
|
10
|
+
id: '3fa85f64-5717-4562-b3fc-2c963f66afa6',
|
|
11
|
+
trigger_id: '3fa85f64-5717-4562-b3fc-2c963f66afa6',
|
|
12
|
+
chain_id: 1,
|
|
13
|
+
block_number: 17485840,
|
|
14
|
+
block_timestamp: '2022-03-01T00:00:00Z',
|
|
15
|
+
tx_hash: '0xb2256b183f2fb3872f99294ab55fb03e6a479b0d4aca556a3b27568b712505a6',
|
|
16
|
+
unread: true,
|
|
17
|
+
created_at: '2022-03-01T00:00:00Z',
|
|
18
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
19
|
+
data: {
|
|
20
|
+
kind: 'eth_sent',
|
|
21
|
+
network_fee: {
|
|
22
|
+
gas_price: '207806259583',
|
|
23
|
+
native_token_price_in_usd: '0.83',
|
|
24
|
+
},
|
|
25
|
+
from: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
26
|
+
to: '0x881D40237659C251811CEC9c364ef91dC08D300D',
|
|
27
|
+
amount: {
|
|
28
|
+
usd: '670.64',
|
|
29
|
+
eth: '0.005',
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
return mockNotification;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Mocking Utility - create a mock Eth Received notification
|
|
37
|
+
* @returns Mock raw Eth Received notification
|
|
38
|
+
*/
|
|
39
|
+
export function createMockNotificationEthReceived() {
|
|
40
|
+
const mockNotification = {
|
|
41
|
+
type: TRIGGER_TYPES.ETH_RECEIVED,
|
|
42
|
+
id: '3fa85f64-5717-4562-b3fc-2c963f66afa6',
|
|
43
|
+
trigger_id: '3fa85f64-5717-4562-b3fc-2c963f66afa6',
|
|
44
|
+
chain_id: 1,
|
|
45
|
+
block_number: 17485840,
|
|
46
|
+
block_timestamp: '2022-03-01T00:00:00Z',
|
|
47
|
+
tx_hash: '0xb2256b183f2fb3872f99294ab55fb03e6a479b0d4aca556a3b27568b712505a6',
|
|
48
|
+
unread: true,
|
|
49
|
+
created_at: '2022-03-01T00:00:00Z',
|
|
50
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
51
|
+
data: {
|
|
52
|
+
kind: 'eth_received',
|
|
53
|
+
network_fee: {
|
|
54
|
+
gas_price: '207806259583',
|
|
55
|
+
native_token_price_in_usd: '0.83',
|
|
56
|
+
},
|
|
57
|
+
from: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
58
|
+
to: '0x881D40237659C251811CEC9c364ef91dC08D300D',
|
|
59
|
+
amount: {
|
|
60
|
+
usd: '670.64',
|
|
61
|
+
eth: '808.000000000000000000',
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
return mockNotification;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Mocking Utility - create a mock ERC20 sent notification
|
|
69
|
+
* @returns Mock raw ERC20 sent notification
|
|
70
|
+
*/
|
|
71
|
+
export function createMockNotificationERC20Sent() {
|
|
72
|
+
const mockNotification = {
|
|
73
|
+
type: TRIGGER_TYPES.ERC20_SENT,
|
|
74
|
+
id: '3fa85f64-5717-4562-b3fc-2c963f66afa6',
|
|
75
|
+
trigger_id: '3fa85f64-5717-4562-b3fc-2c963f66afa6',
|
|
76
|
+
chain_id: 1,
|
|
77
|
+
block_number: 17485840,
|
|
78
|
+
block_timestamp: '2022-03-01T00:00:00Z',
|
|
79
|
+
tx_hash: '0xb2256b183f2fb3872f99294ab55fb03e6a479b0d4aca556a3b27568b712505a6',
|
|
80
|
+
unread: true,
|
|
81
|
+
created_at: '2022-03-01T00:00:00Z',
|
|
82
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
83
|
+
data: {
|
|
84
|
+
kind: 'erc20_sent',
|
|
85
|
+
network_fee: {
|
|
86
|
+
gas_price: '207806259583',
|
|
87
|
+
native_token_price_in_usd: '0.83',
|
|
88
|
+
},
|
|
89
|
+
to: '0xecc19e177d24551aa7ed6bc6fe566eca726cc8a9',
|
|
90
|
+
from: '0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae',
|
|
91
|
+
token: {
|
|
92
|
+
usd: '1.00',
|
|
93
|
+
name: 'USDC',
|
|
94
|
+
image: 'https://raw.githubusercontent.com/MetaMask/contract-metadata/master/images/usdc.svg',
|
|
95
|
+
amount: '4956250000',
|
|
96
|
+
symbol: 'USDC',
|
|
97
|
+
address: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
|
|
98
|
+
decimals: '6',
|
|
99
|
+
},
|
|
100
|
+
},
|
|
101
|
+
};
|
|
102
|
+
return mockNotification;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Mocking Utility - create a mock ERC20 received notification
|
|
106
|
+
* @returns Mock raw ERC20 received notification
|
|
107
|
+
*/
|
|
108
|
+
export function createMockNotificationERC20Received() {
|
|
109
|
+
const mockNotification = {
|
|
110
|
+
type: TRIGGER_TYPES.ERC20_RECEIVED,
|
|
111
|
+
id: '3fa85f64-5717-4562-b3fc-2c963f66afa6',
|
|
112
|
+
trigger_id: '3fa85f64-5717-4562-b3fc-2c963f66afa6',
|
|
113
|
+
chain_id: 1,
|
|
114
|
+
block_number: 17485840,
|
|
115
|
+
block_timestamp: '2022-03-01T00:00:00Z',
|
|
116
|
+
tx_hash: '0xb2256b183f2fb3872f99294ab55fb03e6a479b0d4aca556a3b27568b712505a6',
|
|
117
|
+
unread: true,
|
|
118
|
+
created_at: '2022-03-01T00:00:00Z',
|
|
119
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
120
|
+
data: {
|
|
121
|
+
kind: 'erc20_received',
|
|
122
|
+
network_fee: {
|
|
123
|
+
gas_price: '207806259583',
|
|
124
|
+
native_token_price_in_usd: '0.83',
|
|
125
|
+
},
|
|
126
|
+
to: '0xeae7380dd4cef6fbd1144f49e4d1e6964258a4f4',
|
|
127
|
+
from: '0x51c72848c68a965f66fa7a88855f9f7784502a7f',
|
|
128
|
+
token: {
|
|
129
|
+
usd: '0.00',
|
|
130
|
+
name: 'SHIBA INU',
|
|
131
|
+
image: 'https://raw.githubusercontent.com/MetaMask/contract-metadata/master/images/shib.svg',
|
|
132
|
+
amount: '8382798736999999457296646144',
|
|
133
|
+
symbol: 'SHIB',
|
|
134
|
+
address: '0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce',
|
|
135
|
+
decimals: '18',
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
};
|
|
139
|
+
return mockNotification;
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Mocking Utility - create a mock ERC721 sent notification
|
|
143
|
+
* @returns Mock raw ERC721 sent notification
|
|
144
|
+
*/
|
|
145
|
+
export function createMockNotificationERC721Sent() {
|
|
146
|
+
const mockNotification = {
|
|
147
|
+
type: TRIGGER_TYPES.ERC721_SENT,
|
|
148
|
+
block_number: 18576643,
|
|
149
|
+
block_timestamp: '1700043467',
|
|
150
|
+
chain_id: 1,
|
|
151
|
+
created_at: '2023-11-15T11:08:17.895407Z',
|
|
152
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
153
|
+
data: {
|
|
154
|
+
to: '0xf47f628fe3bd2595e9ab384bfffc3859b448e451',
|
|
155
|
+
nft: {
|
|
156
|
+
name: 'Captainz #8680',
|
|
157
|
+
image: 'https://i.seadn.io/s/raw/files/ae0fc06714ff7fb40217340d8a242c0e.gif?w=500&auto=format',
|
|
158
|
+
token_id: '8680',
|
|
159
|
+
collection: {
|
|
160
|
+
name: 'The Captainz',
|
|
161
|
+
image: 'https://i.seadn.io/gcs/files/6df4d75778066bce740050615bc84e21.png?w=500&auto=format',
|
|
162
|
+
symbol: 'Captainz',
|
|
163
|
+
address: '0x769272677fab02575e84945f03eca517acc544cc',
|
|
164
|
+
},
|
|
165
|
+
},
|
|
166
|
+
from: '0x24a0bb54b7e7a8e406e9b28058a9fd6c49e6df4f',
|
|
167
|
+
kind: 'erc721_sent',
|
|
168
|
+
network_fee: {
|
|
169
|
+
gas_price: '24550653274',
|
|
170
|
+
native_token_price_in_usd: '1986.61',
|
|
171
|
+
},
|
|
172
|
+
},
|
|
173
|
+
id: 'a4193058-9814-537e-9df4-79dcac727fb6',
|
|
174
|
+
trigger_id: '028485be-b994-422b-a93b-03fcc01ab715',
|
|
175
|
+
tx_hash: '0x0833c69fb41cf972a0f031fceca242939bc3fcf82b964b74606649abcad371bd',
|
|
176
|
+
unread: true,
|
|
177
|
+
};
|
|
178
|
+
return mockNotification;
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* Mocking Utility - create a mock ERC721 received notification
|
|
182
|
+
* @returns Mock raw ERC721 received notification
|
|
183
|
+
*/
|
|
184
|
+
export function createMockNotificationERC721Received() {
|
|
185
|
+
const mockNotification = {
|
|
186
|
+
type: TRIGGER_TYPES.ERC721_RECEIVED,
|
|
187
|
+
block_number: 18571446,
|
|
188
|
+
block_timestamp: '1699980623',
|
|
189
|
+
chain_id: 1,
|
|
190
|
+
created_at: '2023-11-14T17:40:52.319281Z',
|
|
191
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
192
|
+
data: {
|
|
193
|
+
to: '0xba7f3daa8adfdad686574406ab9bd5d2f0a49d2e',
|
|
194
|
+
nft: {
|
|
195
|
+
name: 'The Plague #2722',
|
|
196
|
+
image: 'https://i.seadn.io/s/raw/files/a96f90ec8ebf55a2300c66a0c46d6a16.png?w=500&auto=format',
|
|
197
|
+
token_id: '2722',
|
|
198
|
+
collection: {
|
|
199
|
+
name: 'The Plague NFT',
|
|
200
|
+
image: 'https://i.seadn.io/gcs/files/4577987a5ca45ca5118b2e31559ee4d1.jpg?w=500&auto=format',
|
|
201
|
+
symbol: 'FROG',
|
|
202
|
+
address: '0xc379e535caff250a01caa6c3724ed1359fe5c29b',
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
from: '0x24a0bb54b7e7a8e406e9b28058a9fd6c49e6df4f',
|
|
206
|
+
kind: 'erc721_received',
|
|
207
|
+
network_fee: {
|
|
208
|
+
gas_price: '53701898538',
|
|
209
|
+
native_token_price_in_usd: '2047.01',
|
|
210
|
+
},
|
|
211
|
+
},
|
|
212
|
+
id: '00a79d24-befa-57ed-a55a-9eb8696e1654',
|
|
213
|
+
trigger_id: 'd24ac26a-8579-49ec-9947-d04d63592ebd',
|
|
214
|
+
tx_hash: '0xe554c9e29e6eeca8ba94da4d047334ba08b8eb9ca3b801dd69cec08dfdd4ae43',
|
|
215
|
+
unread: true,
|
|
216
|
+
};
|
|
217
|
+
return mockNotification;
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* Mocking Utility - create a mock ERC1155 sent notification
|
|
221
|
+
* @returns Mock raw ERC1155 sent notification
|
|
222
|
+
*/
|
|
223
|
+
export function createMockNotificationERC1155Sent() {
|
|
224
|
+
const mockNotification = {
|
|
225
|
+
type: TRIGGER_TYPES.ERC1155_SENT,
|
|
226
|
+
block_number: 18615206,
|
|
227
|
+
block_timestamp: '1700510003',
|
|
228
|
+
chain_id: 1,
|
|
229
|
+
created_at: '2023-11-20T20:44:10.110706Z',
|
|
230
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
231
|
+
data: {
|
|
232
|
+
to: '0x15bd77ccacf2da39b84f0c31fee2e451225bb190',
|
|
233
|
+
nft: {
|
|
234
|
+
name: 'IlluminatiNFT DAO',
|
|
235
|
+
image: 'https://i.seadn.io/gcs/files/79a77cb37c7b2f1069f752645d29fea7.jpg?w=500&auto=format',
|
|
236
|
+
token_id: '1',
|
|
237
|
+
collection: {
|
|
238
|
+
name: 'IlluminatiNFT DAO',
|
|
239
|
+
image: 'https://i.seadn.io/gae/LTKz3om2eCQfn3M6PkqEmY7KhLtdMCOm0QVch2318KJq7-KyToCH7NBTMo4UuJ0AZI-oaBh1HcgrAEIEWYbXY3uMcYpuGXunaXEh?w=500&auto=format',
|
|
240
|
+
symbol: 'TRUTH',
|
|
241
|
+
address: '0xe25f0fe686477f9df3c2876c4902d3b85f75f33a',
|
|
242
|
+
},
|
|
243
|
+
},
|
|
244
|
+
from: '0x0000000000000000000000000000000000000000',
|
|
245
|
+
kind: 'erc1155_sent',
|
|
246
|
+
network_fee: {
|
|
247
|
+
gas_price: '33571446596',
|
|
248
|
+
native_token_price_in_usd: '2038.88',
|
|
249
|
+
},
|
|
250
|
+
},
|
|
251
|
+
id: 'a09ff9d1-623a-52ab-a3d4-c7c8c9a58362',
|
|
252
|
+
trigger_id: 'e2130f7d-78b8-4c34-999a-3f3d3bb5b03c',
|
|
253
|
+
tx_hash: '0x03381aba290facbaf71c123e263c8dc3dd550aac00ef589cce395182eaeff76f',
|
|
254
|
+
unread: true,
|
|
255
|
+
};
|
|
256
|
+
return mockNotification;
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* Mocking Utility - create a mock ERC1155 received notification
|
|
260
|
+
* @returns Mock raw ERC1155 received notification
|
|
261
|
+
*/
|
|
262
|
+
export function createMockNotificationERC1155Received() {
|
|
263
|
+
const mockNotification = {
|
|
264
|
+
type: TRIGGER_TYPES.ERC1155_RECEIVED,
|
|
265
|
+
block_number: 18615206,
|
|
266
|
+
block_timestamp: '1700510003',
|
|
267
|
+
chain_id: 1,
|
|
268
|
+
created_at: '2023-11-20T20:44:10.110706Z',
|
|
269
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
270
|
+
data: {
|
|
271
|
+
to: '0x15bd77ccacf2da39b84f0c31fee2e451225bb190',
|
|
272
|
+
nft: {
|
|
273
|
+
name: 'IlluminatiNFT DAO',
|
|
274
|
+
image: 'https://i.seadn.io/gcs/files/79a77cb37c7b2f1069f752645d29fea7.jpg?w=500&auto=format',
|
|
275
|
+
token_id: '1',
|
|
276
|
+
collection: {
|
|
277
|
+
name: 'IlluminatiNFT DAO',
|
|
278
|
+
image: 'https://i.seadn.io/gae/LTKz3om2eCQfn3M6PkqEmY7KhLtdMCOm0QVch2318KJq7-KyToCH7NBTMo4UuJ0AZI-oaBh1HcgrAEIEWYbXY3uMcYpuGXunaXEh?w=500&auto=format',
|
|
279
|
+
symbol: 'TRUTH',
|
|
280
|
+
address: '0xe25f0fe686477f9df3c2876c4902d3b85f75f33a',
|
|
281
|
+
},
|
|
282
|
+
},
|
|
283
|
+
from: '0x0000000000000000000000000000000000000000',
|
|
284
|
+
kind: 'erc1155_received',
|
|
285
|
+
network_fee: {
|
|
286
|
+
gas_price: '33571446596',
|
|
287
|
+
native_token_price_in_usd: '2038.88',
|
|
288
|
+
},
|
|
289
|
+
},
|
|
290
|
+
id: 'b6b93c84-e8dc-54ed-9396-7ea50474843a',
|
|
291
|
+
trigger_id: '710c8abb-43a9-42a5-9d86-9dd258726c82',
|
|
292
|
+
tx_hash: '0x03381aba290facbaf71c123e263c8dc3dd550aac00ef589cce395182eaeff76f',
|
|
293
|
+
unread: true,
|
|
294
|
+
};
|
|
295
|
+
return mockNotification;
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* Mocking Utility - create a mock MetaMask Swaps notification
|
|
299
|
+
* @returns Mock raw MetaMask Swaps notification
|
|
300
|
+
*/
|
|
301
|
+
export function createMockNotificationMetaMaskSwapsCompleted() {
|
|
302
|
+
const mockNotification = {
|
|
303
|
+
type: TRIGGER_TYPES.METAMASK_SWAP_COMPLETED,
|
|
304
|
+
block_number: 18377666,
|
|
305
|
+
block_timestamp: '1697637275',
|
|
306
|
+
chain_id: 1,
|
|
307
|
+
created_at: '2023-10-18T13:58:49.854596Z',
|
|
308
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
309
|
+
data: {
|
|
310
|
+
kind: 'metamask_swap_completed',
|
|
311
|
+
rate: '1558.27',
|
|
312
|
+
token_in: {
|
|
313
|
+
usd: '1576.73',
|
|
314
|
+
image: 'https://token.api.cx.metamask.io/assets/nativeCurrencyLogos/ethereum.svg',
|
|
315
|
+
amount: '9000000000000000',
|
|
316
|
+
symbol: 'ETH',
|
|
317
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
318
|
+
decimals: '18',
|
|
319
|
+
name: 'Ethereum',
|
|
320
|
+
},
|
|
321
|
+
token_out: {
|
|
322
|
+
usd: '1.00',
|
|
323
|
+
image: 'https://raw.githubusercontent.com/MetaMask/contract-metadata/master/images/usdt.svg',
|
|
324
|
+
amount: '14024419',
|
|
325
|
+
symbol: 'USDT',
|
|
326
|
+
address: '0xdac17f958d2ee523a2206206994597c13d831ec7',
|
|
327
|
+
decimals: '6',
|
|
328
|
+
name: 'USDT',
|
|
329
|
+
},
|
|
330
|
+
network_fee: {
|
|
331
|
+
gas_price: '15406129273',
|
|
332
|
+
native_token_price_in_usd: '1576.73',
|
|
333
|
+
},
|
|
334
|
+
},
|
|
335
|
+
id: '7ddfe6a1-ac52-5ffe-aa40-f04242db4b8b',
|
|
336
|
+
trigger_id: 'd2eaa2eb-2e6e-4fd5-8763-b70ea571b46c',
|
|
337
|
+
tx_hash: '0xf69074290f3aa11bce567aabc9ca0df7a12559dfae1b80ba1a124e9dfe19ecc5',
|
|
338
|
+
unread: true,
|
|
339
|
+
};
|
|
340
|
+
return mockNotification;
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* Mocking Utility - create a mock RocketPool Stake Completed notification
|
|
344
|
+
* @returns Mock raw RocketPool Stake Completed notification
|
|
345
|
+
*/
|
|
346
|
+
export function createMockNotificationRocketPoolStakeCompleted() {
|
|
347
|
+
const mockNotification = {
|
|
348
|
+
type: TRIGGER_TYPES.ROCKETPOOL_STAKE_COMPLETED,
|
|
349
|
+
block_number: 18585057,
|
|
350
|
+
block_timestamp: '1700145059',
|
|
351
|
+
chain_id: 1,
|
|
352
|
+
created_at: '2023-11-20T12:02:48.796824Z',
|
|
353
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
354
|
+
data: {
|
|
355
|
+
kind: 'rocketpool_stake_completed',
|
|
356
|
+
stake_in: {
|
|
357
|
+
usd: '2031.86',
|
|
358
|
+
name: 'Ethereum',
|
|
359
|
+
image: 'https://token.api.cx.metamask.io/assets/nativeCurrencyLogos/ethereum.svg',
|
|
360
|
+
amount: '190690478063438272',
|
|
361
|
+
symbol: 'ETH',
|
|
362
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
363
|
+
decimals: '18',
|
|
364
|
+
},
|
|
365
|
+
stake_out: {
|
|
366
|
+
usd: '2226.49',
|
|
367
|
+
name: 'Rocket Pool ETH',
|
|
368
|
+
image: 'https://raw.githubusercontent.com/MetaMask/contract-metadata/master/images/rETH.svg',
|
|
369
|
+
amount: '175024360778165879',
|
|
370
|
+
symbol: 'RETH',
|
|
371
|
+
address: '0xae78736Cd615f374D3085123A210448E74Fc6393',
|
|
372
|
+
decimals: '18',
|
|
373
|
+
},
|
|
374
|
+
network_fee: {
|
|
375
|
+
gas_price: '36000000000',
|
|
376
|
+
native_token_price_in_usd: '2031.86',
|
|
377
|
+
},
|
|
378
|
+
},
|
|
379
|
+
id: 'c2a2f225-b2fb-5d6c-ba56-e27a5c71ffb9',
|
|
380
|
+
trigger_id: '5110ff97-acff-40c0-83b4-11d487b8c7b0',
|
|
381
|
+
tx_hash: '0xcfc0693bf47995907b0f46ef0644cf16dd9a0de797099b2e00fd481e1b2117d3',
|
|
382
|
+
unread: true,
|
|
383
|
+
};
|
|
384
|
+
return mockNotification;
|
|
385
|
+
}
|
|
386
|
+
/**
|
|
387
|
+
* Mocking Utility - create a mock RocketPool Un-staked notification
|
|
388
|
+
* @returns Mock raw RocketPool Un-staked notification
|
|
389
|
+
*/
|
|
390
|
+
export function createMockNotificationRocketPoolUnStakeCompleted() {
|
|
391
|
+
const mockNotification = {
|
|
392
|
+
type: TRIGGER_TYPES.ROCKETPOOL_UNSTAKE_COMPLETED,
|
|
393
|
+
block_number: 18384336,
|
|
394
|
+
block_timestamp: '1697718011',
|
|
395
|
+
chain_id: 1,
|
|
396
|
+
created_at: '2023-10-19T13:11:10.623042Z',
|
|
397
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
398
|
+
data: {
|
|
399
|
+
kind: 'rocketpool_unstake_completed',
|
|
400
|
+
stake_in: {
|
|
401
|
+
usd: '1686.34',
|
|
402
|
+
image: 'https://raw.githubusercontent.com/MetaMask/contract-metadata/master/images/rETH.svg',
|
|
403
|
+
amount: '66608041413696770',
|
|
404
|
+
symbol: 'RETH',
|
|
405
|
+
address: '0xae78736Cd615f374D3085123A210448E74Fc6393',
|
|
406
|
+
decimals: '18',
|
|
407
|
+
name: 'Rocketpool Eth',
|
|
408
|
+
},
|
|
409
|
+
stake_out: {
|
|
410
|
+
usd: '1553.75',
|
|
411
|
+
image: 'https://token.api.cx.metamask.io/assets/nativeCurrencyLogos/ethereum.svg',
|
|
412
|
+
amount: '72387843427700824',
|
|
413
|
+
symbol: 'ETH',
|
|
414
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
415
|
+
decimals: '18',
|
|
416
|
+
name: 'Ethereum',
|
|
417
|
+
},
|
|
418
|
+
network_fee: {
|
|
419
|
+
gas_price: '5656322987',
|
|
420
|
+
native_token_price_in_usd: '1553.75',
|
|
421
|
+
},
|
|
422
|
+
},
|
|
423
|
+
id: 'd8c246e7-a0a4-5f1d-b079-2b1707665fbc',
|
|
424
|
+
trigger_id: '291ec897-f569-4837-b6c0-21001b198dff',
|
|
425
|
+
tx_hash: '0xc7972a7e409abfc62590ec90e633acd70b9b74e76ad02305be8bf133a0e22d5f',
|
|
426
|
+
unread: true,
|
|
427
|
+
};
|
|
428
|
+
return mockNotification;
|
|
429
|
+
}
|
|
430
|
+
/**
|
|
431
|
+
* Mocking Utility - create a mock Lido Stake Completed notification
|
|
432
|
+
* @returns Mock raw Lido Stake Completed notification
|
|
433
|
+
*/
|
|
434
|
+
export function createMockNotificationLidoStakeCompleted() {
|
|
435
|
+
const mockNotification = {
|
|
436
|
+
type: TRIGGER_TYPES.LIDO_STAKE_COMPLETED,
|
|
437
|
+
block_number: 18487118,
|
|
438
|
+
block_timestamp: '1698961091',
|
|
439
|
+
chain_id: 1,
|
|
440
|
+
created_at: '2023-11-02T22:28:49.970865Z',
|
|
441
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
442
|
+
data: {
|
|
443
|
+
kind: 'lido_stake_completed',
|
|
444
|
+
stake_in: {
|
|
445
|
+
usd: '1806.33',
|
|
446
|
+
name: 'Ethereum',
|
|
447
|
+
image: 'https://token.api.cx.metamask.io/assets/nativeCurrencyLogos/ethereum.svg',
|
|
448
|
+
amount: '330303634023928032',
|
|
449
|
+
symbol: 'ETH',
|
|
450
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
451
|
+
decimals: '18',
|
|
452
|
+
},
|
|
453
|
+
stake_out: {
|
|
454
|
+
usd: '1801.30',
|
|
455
|
+
name: 'Liquid staked Ether 2.0',
|
|
456
|
+
image: 'https://raw.githubusercontent.com/MetaMask/contract-metadata/master/images/stETH.svg',
|
|
457
|
+
amount: '330303634023928032',
|
|
458
|
+
symbol: 'STETH',
|
|
459
|
+
address: '0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84',
|
|
460
|
+
decimals: '18',
|
|
461
|
+
},
|
|
462
|
+
network_fee: {
|
|
463
|
+
gas_price: '26536359866',
|
|
464
|
+
native_token_price_in_usd: '1806.33',
|
|
465
|
+
},
|
|
466
|
+
},
|
|
467
|
+
id: '9d9b1467-b3ee-5492-8ca2-22382657b690',
|
|
468
|
+
trigger_id: 'ec10d66a-f78f-461f-83c9-609aada8cc50',
|
|
469
|
+
tx_hash: '0x8cc0fa805f7c3b1743b14f3b91c6b824113b094f26d4ccaf6a71ad8547ce6a0f',
|
|
470
|
+
unread: true,
|
|
471
|
+
};
|
|
472
|
+
return mockNotification;
|
|
473
|
+
}
|
|
474
|
+
/**
|
|
475
|
+
* Mocking Utility - create a mock Lido Withdrawal Requested notification
|
|
476
|
+
* @returns Mock raw Lido Withdrawal Requested notification
|
|
477
|
+
*/
|
|
478
|
+
export function createMockNotificationLidoWithdrawalRequested() {
|
|
479
|
+
const mockNotification = {
|
|
480
|
+
type: TRIGGER_TYPES.LIDO_WITHDRAWAL_REQUESTED,
|
|
481
|
+
block_number: 18377760,
|
|
482
|
+
block_timestamp: '1697638415',
|
|
483
|
+
chain_id: 1,
|
|
484
|
+
created_at: '2023-10-18T15:04:02.482526Z',
|
|
485
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
486
|
+
data: {
|
|
487
|
+
kind: 'lido_withdrawal_requested',
|
|
488
|
+
stake_in: {
|
|
489
|
+
usd: '1568.54',
|
|
490
|
+
image: 'https://raw.githubusercontent.com/MetaMask/contract-metadata/master/images/stETH.svg',
|
|
491
|
+
amount: '97180668792218669859',
|
|
492
|
+
symbol: 'STETH',
|
|
493
|
+
address: '0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84',
|
|
494
|
+
decimals: '18',
|
|
495
|
+
name: 'Staked Eth',
|
|
496
|
+
},
|
|
497
|
+
stake_out: {
|
|
498
|
+
usd: '1576.73',
|
|
499
|
+
image: 'https://token.api.cx.metamask.io/assets/nativeCurrencyLogos/ethereum.svg',
|
|
500
|
+
amount: '97180668792218669859',
|
|
501
|
+
symbol: 'ETH',
|
|
502
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
503
|
+
decimals: '18',
|
|
504
|
+
name: 'Ethereum',
|
|
505
|
+
},
|
|
506
|
+
network_fee: {
|
|
507
|
+
gas_price: '11658906980',
|
|
508
|
+
native_token_price_in_usd: '1576.73',
|
|
509
|
+
},
|
|
510
|
+
},
|
|
511
|
+
id: '29ddc718-78c6-5f91-936f-2bef13a605f0',
|
|
512
|
+
trigger_id: 'ef003925-3379-4ba7-9e2d-8218690cadc8',
|
|
513
|
+
tx_hash: '0x58b5f82e084cb750ea174e02b20fbdfd2ba8d78053deac787f34fc38e5d427aa',
|
|
514
|
+
unread: true,
|
|
515
|
+
};
|
|
516
|
+
return mockNotification;
|
|
517
|
+
}
|
|
518
|
+
/**
|
|
519
|
+
* Mocking Utility - create a mock Lido Withdrawal Completed notification
|
|
520
|
+
* @returns Mock raw Lido Withdrawal Completed notification
|
|
521
|
+
*/
|
|
522
|
+
export function createMockNotificationLidoWithdrawalCompleted() {
|
|
523
|
+
const mockNotification = {
|
|
524
|
+
type: TRIGGER_TYPES.LIDO_WITHDRAWAL_COMPLETED,
|
|
525
|
+
block_number: 18378208,
|
|
526
|
+
block_timestamp: '1697643851',
|
|
527
|
+
chain_id: 1,
|
|
528
|
+
created_at: '2023-10-18T16:35:03.147606Z',
|
|
529
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
530
|
+
data: {
|
|
531
|
+
kind: 'lido_withdrawal_completed',
|
|
532
|
+
stake_in: {
|
|
533
|
+
usd: '1570.23',
|
|
534
|
+
image: 'https://raw.githubusercontent.com/MetaMask/contract-metadata/master/images/stETH.svg',
|
|
535
|
+
amount: '35081997661451346',
|
|
536
|
+
symbol: 'STETH',
|
|
537
|
+
address: '0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84',
|
|
538
|
+
decimals: '18',
|
|
539
|
+
name: 'Staked Eth',
|
|
540
|
+
},
|
|
541
|
+
stake_out: {
|
|
542
|
+
usd: '1571.74',
|
|
543
|
+
image: 'https://token.api.cx.metamask.io/assets/nativeCurrencyLogos/ethereum.svg',
|
|
544
|
+
amount: '35081997661451346',
|
|
545
|
+
symbol: 'ETH',
|
|
546
|
+
address: '0x0000000000000000000000000000000000000000',
|
|
547
|
+
decimals: '18',
|
|
548
|
+
name: 'Ethereum',
|
|
549
|
+
},
|
|
550
|
+
network_fee: {
|
|
551
|
+
gas_price: '12699495150',
|
|
552
|
+
native_token_price_in_usd: '1571.74',
|
|
553
|
+
},
|
|
554
|
+
},
|
|
555
|
+
id: 'f4ef0b7f-5612-537f-9144-0b5c63ae5391',
|
|
556
|
+
trigger_id: 'd73df14d-ce73-4f38-bad3-ab028154042c',
|
|
557
|
+
tx_hash: '0xe6d210d2e601ef3dd1075c48e71452cf35f2daae3886911e964e3babad8ac657',
|
|
558
|
+
unread: true,
|
|
559
|
+
};
|
|
560
|
+
return mockNotification;
|
|
561
|
+
}
|
|
562
|
+
/**
|
|
563
|
+
* Mocking Utility - create a mock Lido Withdrawal Ready notification
|
|
564
|
+
* @returns Mock raw Lido Withdrawal Ready notification
|
|
565
|
+
*/
|
|
566
|
+
export function createMockNotificationLidoReadyToBeWithdrawn() {
|
|
567
|
+
const mockNotification = {
|
|
568
|
+
type: TRIGGER_TYPES.LIDO_STAKE_READY_TO_BE_WITHDRAWN,
|
|
569
|
+
block_number: 18378208,
|
|
570
|
+
block_timestamp: '1697643851',
|
|
571
|
+
chain_id: 1,
|
|
572
|
+
created_at: '2023-10-18T16:35:03.147606Z',
|
|
573
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300C',
|
|
574
|
+
data: {
|
|
575
|
+
kind: 'lido_stake_ready_to_be_withdrawn',
|
|
576
|
+
request_id: '123456789',
|
|
577
|
+
staked_eth: {
|
|
578
|
+
address: '0x881D40237659C251811CEC9c364ef91dC08D300F',
|
|
579
|
+
symbol: 'ETH',
|
|
580
|
+
name: 'Ethereum',
|
|
581
|
+
amount: '2.5',
|
|
582
|
+
decimals: '18',
|
|
583
|
+
image: 'https://token.api.cx.metamask.io/assets/nativeCurrencyLogos/ethereum.svg',
|
|
584
|
+
usd: '10000.00',
|
|
585
|
+
},
|
|
586
|
+
},
|
|
587
|
+
id: 'f4ef0b7f-5612-537f-9144-0b5c63ae5391',
|
|
588
|
+
trigger_id: 'd73df14d-ce73-4f38-bad3-ab028154042c',
|
|
589
|
+
tx_hash: '0xe6d210d2e601ef3dd1075c48e71452cf35f2daae3886911e964e3babad8ac657',
|
|
590
|
+
unread: true,
|
|
591
|
+
};
|
|
592
|
+
return mockNotification;
|
|
593
|
+
}
|
|
594
|
+
/**
|
|
595
|
+
* Mocking Utility - creates an array of raw on-chain notifications
|
|
596
|
+
* @returns Array of raw on-chain notifications
|
|
597
|
+
*/
|
|
598
|
+
export function createMockRawOnChainNotifications() {
|
|
599
|
+
return [1, 2, 3].map((id) => {
|
|
600
|
+
const notification = createMockNotificationEthSent();
|
|
601
|
+
notification.id += `-${id}`;
|
|
602
|
+
return notification;
|
|
603
|
+
});
|
|
604
|
+
}
|
|
605
|
+
//# sourceMappingURL=mock-raw-notifications.mjs.map
|