view data fixes

This commit is contained in:
2026-01-24 12:47:49 +01:00
parent 6749fe326b
commit c1750a33dd
105 changed files with 474 additions and 498 deletions

View File

@@ -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