Undo deprecations.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
@@ -99,7 +99,7 @@ export { alertApiRef };
|
||||
|
||||
export { AlertMessage };
|
||||
|
||||
// @public @deprecated
|
||||
// @public
|
||||
export type AnalyticsApi = {
|
||||
captureEvent(event: AnalyticsEvent): void;
|
||||
};
|
||||
@@ -143,7 +143,6 @@ export type AnalyticsImplementation = {
|
||||
// @public
|
||||
export const AnalyticsImplementationBlueprint: ExtensionBlueprint<{
|
||||
kind: 'analytics';
|
||||
name: undefined;
|
||||
params: <TDeps extends { [name in string]: unknown }>(
|
||||
params: AnalyticsImplementationFactory<TDeps>,
|
||||
) => ExtensionBlueprintParams<AnalyticsImplementationFactory<{}>>;
|
||||
|
||||
@@ -133,8 +133,6 @@ export type AnalyticsImplementation = {
|
||||
* with relevant methods for instrumentation.
|
||||
*
|
||||
* @public
|
||||
* @deprecated This type is now deprecated and will be removed in an upcoming
|
||||
* release. Use the {@link AnalyticsImplementation} type instead.
|
||||
*/
|
||||
export type AnalyticsApi = {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user