view data fixes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { GetAnalyticsMetricsOutputDTO } from '../../../types/generated/GetAnalyticsMetricsOutputDTO';
|
||||
import { GetDashboardDataOutputDTO } from '../../../types/generated/GetDashboardDataOutputDTO';
|
||||
import { RecordEngagementInputDTO } from '../../../types/generated/RecordEngagementInputDTO';
|
||||
import { RecordEngagementOutputDTO } from '../../../types/generated/RecordEngagementOutputDTO';
|
||||
import { RecordPageViewInputDTO } from '../../../types/generated/RecordPageViewInputDTO';
|
||||
import { RecordPageViewOutputDTO } from '../../../types/generated/RecordPageViewOutputDTO';
|
||||
import { BaseApiClient } from '../base/BaseApiClient';
|
||||
import { RecordPageViewOutputDTO } from '../../types/generated/RecordPageViewOutputDTO';
|
||||
import { RecordEngagementOutputDTO } from '../../types/generated/RecordEngagementOutputDTO';
|
||||
import { GetDashboardDataOutputDTO } from '../../types/generated/GetDashboardDataOutputDTO';
|
||||
import { GetAnalyticsMetricsOutputDTO } from '../../types/generated/GetAnalyticsMetricsOutputDTO';
|
||||
import { RecordPageViewInputDTO } from '../../types/generated/RecordPageViewInputDTO';
|
||||
import { RecordEngagementInputDTO } from '../../types/generated/RecordEngagementInputDTO';
|
||||
|
||||
/**
|
||||
* Analytics API Client
|
||||
|
||||
Reference in New Issue
Block a user