feat(analyticsDashboard): bug fix
Build and Push Docker image / build-and-push (push) Successful in 2m23s
Details
Build and Push Docker image / build-and-push (push) Successful in 2m23s
Details
This commit is contained in:
parent
8a7dc4869b
commit
eb634c7b98
|
@ -10,12 +10,7 @@ import {
|
||||||
} from "./EventTypes.ts";
|
} from "./EventTypes.ts";
|
||||||
import {MessagesModel} from "@/models/MessageTypes.ts"
|
import {MessagesModel} from "@/models/MessageTypes.ts"
|
||||||
import {EmailModel} from "@/models/EmailTypes.ts"
|
import {EmailModel} from "@/models/EmailTypes.ts"
|
||||||
import {
|
import {AnalyticsPageViewModel, AnalyticsSessionModel, AnalyticsVisitorsModel} from "@/models/AnalyticsTypes.ts"
|
||||||
AnalyticsErrorModel,
|
|
||||||
AnalyticsPageViewModel,
|
|
||||||
AnalyticsSessionModel,
|
|
||||||
AnalyticsVisitorsModel
|
|
||||||
} from "@/models/AnalyticsTypes.ts"
|
|
||||||
|
|
||||||
export type SettingsModel = {
|
export type SettingsModel = {
|
||||||
key: ['privacyPolicy', 'agb', 'stexGroup', 'stuveEventQuestions']
|
key: ['privacyPolicy', 'agb', 'stexGroup', 'stuveEventQuestions']
|
||||||
|
@ -65,6 +60,4 @@ export interface TypedPocketBase extends PocketBase {
|
||||||
collection(idOrName: 'analyticsSessions'): RecordService<AnalyticsSessionModel>
|
collection(idOrName: 'analyticsSessions'): RecordService<AnalyticsSessionModel>
|
||||||
|
|
||||||
collection(idOrName: 'analyticsPageViews'): RecordService<AnalyticsPageViewModel>
|
collection(idOrName: 'analyticsPageViews'): RecordService<AnalyticsPageViewModel>
|
||||||
|
|
||||||
collection(idOrName: 'analyticsErrors'): RecordService<AnalyticsErrorModel>
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue