Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
initial work for GA #1
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jun 19, 2019
1 parent 68b32da commit dc60f44
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/model/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export class Event implements DateValidity {
assignmentConfiguration: AssignmentConfiguration;
//
promotionsConfiguration: PromotionsConfiguration;
//
analyticsConfiguration: AnalyticsConfiguration;
}

export class InvoicingConfiguration {
Expand Down Expand Up @@ -84,4 +86,9 @@ export class AssignmentConfiguration {
export class PromotionsConfiguration {
hasAccessPromotions: boolean;
usePartnerCode: boolean;
}

export class AnalyticsConfiguration {
googleAnalyticsKey: string | null;
googleAnalyticsScrambledInfo: boolean;
}

0 comments on commit dc60f44

Please sign in to comment.