@metamask-previews/profile-metrics-controller 3.0.0-preview-903db2da → 3.0.0-preview-3ec2a74
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.
|
@@ -78,8 +78,8 @@ type AllowedEvents = KeyringControllerUnlockEvent | KeyringControllerLockEvent |
|
|
|
78
78
|
*/
|
|
79
79
|
export type ProfileMetricsControllerMessenger = Messenger<typeof controllerName, ProfileMetricsControllerActions | AllowedActions, ProfileMetricsControllerEvents | AllowedEvents>;
|
|
80
80
|
declare const ProfileMetricsController_base: (abstract new (...args: any[]) => {
|
|
81
|
-
readonly "__#
|
|
82
|
-
"__#
|
|
81
|
+
readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
82
|
+
"__#15@#intervalLength": number | undefined;
|
|
83
83
|
setIntervalLength(intervalLength: number): void;
|
|
84
84
|
getIntervalLength(): number | undefined;
|
|
85
85
|
_startPolling(input: import("@metamask/utils").Json): void;
|
|
@@ -78,8 +78,8 @@ type AllowedEvents = KeyringControllerUnlockEvent | KeyringControllerLockEvent |
|
|
|
78
78
|
*/
|
|
79
79
|
export type ProfileMetricsControllerMessenger = Messenger<typeof controllerName, ProfileMetricsControllerActions | AllowedActions, ProfileMetricsControllerEvents | AllowedEvents>;
|
|
80
80
|
declare const ProfileMetricsController_base: (abstract new (...args: any[]) => {
|
|
81
|
-
readonly "__#
|
|
82
|
-
"__#
|
|
81
|
+
readonly "__#15@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
82
|
+
"__#15@#intervalLength": number | undefined;
|
|
83
83
|
setIntervalLength(intervalLength: number): void;
|
|
84
84
|
getIntervalLength(): number | undefined;
|
|
85
85
|
_startPolling(input: import("@metamask/utils").Json): void;
|
package/package.json
CHANGED