@metamask-previews/announcement-controller 8.0.0-preview-84c63ff0e → 8.0.0-preview-2d89a26
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/AnnouncementController-method-action-types.cjs +1 -1
- package/dist/AnnouncementController-method-action-types.cjs.map +1 -1
- package/dist/AnnouncementController-method-action-types.d.cts +1 -1
- package/dist/AnnouncementController-method-action-types.d.mts +1 -1
- package/dist/AnnouncementController-method-action-types.mjs +1 -1
- package/dist/AnnouncementController-method-action-types.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnnouncementController-method-action-types.cjs","sourceRoot":"","sources":["../src/AnnouncementController-method-action-types.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated
|
|
1
|
+
{"version":3,"file":"AnnouncementController-method-action-types.cjs","sourceRoot":"","sources":["../src/AnnouncementController-method-action-types.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated.\n * Do not edit manually.\n */\n\nimport type { AnnouncementController } from './AnnouncementController';\n\n/**\n * Resets the isShown status for all announcements\n */\nexport type AnnouncementControllerResetViewedAction = {\n type: `AnnouncementController:resetViewed`;\n handler: AnnouncementController['resetViewed'];\n};\n\n/**\n * Updates the status of the status of the specified announcements\n * once it is read by the user.\n *\n * @param viewedIds - The announcement IDs to mark as viewed.\n */\nexport type AnnouncementControllerUpdateViewedAction = {\n type: `AnnouncementController:updateViewed`;\n handler: AnnouncementController['updateViewed'];\n};\n\n/**\n * Union of all AnnouncementController action types.\n */\nexport type AnnouncementControllerMethodActions =\n | AnnouncementControllerResetViewedAction\n | AnnouncementControllerUpdateViewedAction;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AnnouncementController-method-action-types.mjs","sourceRoot":"","sources":["../src/AnnouncementController-method-action-types.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated
|
|
1
|
+
{"version":3,"file":"AnnouncementController-method-action-types.mjs","sourceRoot":"","sources":["../src/AnnouncementController-method-action-types.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated.\n * Do not edit manually.\n */\n\nimport type { AnnouncementController } from './AnnouncementController';\n\n/**\n * Resets the isShown status for all announcements\n */\nexport type AnnouncementControllerResetViewedAction = {\n type: `AnnouncementController:resetViewed`;\n handler: AnnouncementController['resetViewed'];\n};\n\n/**\n * Updates the status of the status of the specified announcements\n * once it is read by the user.\n *\n * @param viewedIds - The announcement IDs to mark as viewed.\n */\nexport type AnnouncementControllerUpdateViewedAction = {\n type: `AnnouncementController:updateViewed`;\n handler: AnnouncementController['updateViewed'];\n};\n\n/**\n * Union of all AnnouncementController action types.\n */\nexport type AnnouncementControllerMethodActions =\n | AnnouncementControllerResetViewedAction\n | AnnouncementControllerUpdateViewedAction;\n"]}
|