Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions libs/types/src/lib/api/Game/gameList.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export interface GameListView {
gameType: string | null;
platform: PlatformListView | null;
isActive: boolean;
matchGameNumber: number | null;
groupName: string | null;
}

export default GameListView;
2 changes: 0 additions & 2 deletions libs/types/src/lib/api/Game/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
export { GameListViewUnion } from './gameListView.union';
export { GameListView } from './gameList.view';
export { LastXGamesByMatchGameView } from './lastXGamesByMatchGame.view';
export { LastXGamesByPlayerView } from './lastXGamesByPlayer.view';
export { LastXGamesByPlayerIdentityView } from './lastXGamesByPlayerIdentity.view';
export { GameRankingView } from './gameRanking.view';
export { GameDetailView } from './gameDetail.view';
8 changes: 0 additions & 8 deletions libs/types/src/lib/api/Game/lastXGamesByMatchGame.view.ts

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion libs/types/src/lib/api/Lineup/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export { LineupPlayerV2View } from './lineupPlayerV.view';
export { FormationStructureView } from './formationStructure.view';
export { LineupPlayerView } from './lineupPlayer.view';
export { LineupListView } from './lineupList.view';
15 changes: 0 additions & 15 deletions libs/types/src/lib/api/Lineup/lineupPlayerV.view.ts

This file was deleted.

1 change: 0 additions & 1 deletion libs/types/src/lib/api/Match/Game/index.ts

This file was deleted.

11 changes: 0 additions & 11 deletions libs/types/src/lib/api/Match/Game/matchGameLineupRequest.data.ts

This file was deleted.

11 changes: 0 additions & 11 deletions libs/types/src/lib/api/Match/identityMatchResult.view.ts

This file was deleted.

2 changes: 0 additions & 2 deletions libs/types/src/lib/api/Match/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ export { MatchRankingView } from './matchRanking.view';
export { MatchListView } from './matchList.view';
export { DetailedMatchListView } from './detailedMatchList.view';
export { ListUpcomingMatchesForUserSearchRequestData } from './listUpcomingMatchesForUserSearchRequest.data';
export { IdentityMatchResultView } from './identityMatchResult.view';
export { LastXMatchesByIdentityView } from './lastXMatchesByIdentity.view';
10 changes: 0 additions & 10 deletions libs/types/src/lib/api/Match/lastXMatchesByIdentity.view.ts

This file was deleted.

3 changes: 1 addition & 2 deletions libs/types/src/lib/api/Match/matchList.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ export interface MatchListView {
id: string;
status: MatchStatus | null;
number: number | null;
matchNumber: number | null;
type: MatchType | null;
startTime: string | null;
startTime: string;
home: ParticipantViewUnion | null;
away: ParticipantViewUnion | null;
games: GameListViewUnion[];
Expand Down
1 change: 0 additions & 1 deletion libs/types/src/lib/api/Media/media.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export interface MediaView {
description: string | null;
providerReference: string | null;
path: string | null;
original: string | null;
}

export default MediaView;
2 changes: 0 additions & 2 deletions libs/types/src/lib/api/Overall/index.ts

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export interface AbstractParticipantView {
countryOfResidence: CountryView | null;
countryOfRepresentation: CountryView | null;
identity: IdentityView | null;
mediaCollection: any[];
footballClubEmblem: MediaView | null;
}

export default AbstractParticipantView;
2 changes: 0 additions & 2 deletions libs/types/src/lib/api/Participant/participantList.view.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Generated Interface, do not change manually!
import { MediaMinimalView } from './../Media/mediaMinimal.view';


export interface ParticipantListView {
id: string;
name: string;
Expand All @@ -10,7 +9,6 @@ export interface ParticipantListView {
profileType: string | null;
profileId: string | null;
number: number | null;
footballClub: any | null;
}

export default ParticipantListView;
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { AbstractParticipantView } from './abstractParticipant.view';

export interface PlayerParticipantView extends AbstractParticipantView {
mediaCollection: any[];
}

export default PlayerParticipantView;
1 change: 0 additions & 1 deletion libs/types/src/lib/api/Participant/teamParticipant.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import { AbstractParticipantView } from './abstractParticipant.view';

export interface TeamParticipantView extends AbstractParticipantView {
mediaCollection: any[];
}

export default TeamParticipantView;
6 changes: 2 additions & 4 deletions libs/types/src/lib/api/Round/roundWithStageAndGroup.view.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Generated Interface, do not change manually!

import GroupListView from "../Group/groupList.view";
import StageListView from "../Stage/stageList.view";

import { StageListView } from './stageList.view';
import { GroupListView } from './groupList.view';

export interface RoundWithStageAndGroupView {
id: string;
Expand Down
2 changes: 0 additions & 2 deletions libs/types/src/lib/api/Statistic/HeadToHead/index.ts

This file was deleted.

30 changes: 0 additions & 30 deletions libs/types/src/lib/api/Statistic/HeadToHead/statisticClub.view.ts

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion libs/types/src/lib/api/Statistic/statisticValue.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export interface StatisticValueView {
value: number | null;
totalMatchesOrMatchGames: number;
totalMatchGames: number;
}

export default StatisticValueView;
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Generated Interface, do not change manually!
import MediaView from '../../Media/media.view';
import { CheckInStatus } from './../../Registration/checkIn.status';

import { MediaView } from './media.view';

export interface UserTournamentRegistrationView {
id: string;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Generated Type, do not change manually!
import { SingleEliminationStageStageStructureView } from './../Tournament/singleEliminationStageStageStructure.view';
import { GroupStageStageStructureView } from './../Tournament/groupStageStageStructure.view';
import { SwissStageStructureView } from './../Tournament/swissStageStructure.view';
import { DoubleEliminationStageStageStructureView } from './../Tournament/doubleEliminationStageStageStructure.view';

export type BaseStageStageStructureViewUnion = SingleEliminationStageStageStructureView | GroupStageStageStructureView | SwissStageStructureView | DoubleEliminationStageStageStructureView;
export type BaseStageStageStructureViewUnion = SingleEliminationStageStageStructureView | GroupStageStageStructureView | DoubleEliminationStageStageStructureView;
1 change: 0 additions & 1 deletion libs/types/src/lib/api/Tournament/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export { BaseStageStageStructureView } from './baseStageStageStructure.view';
export { TournamentListView } from './tournamentList.view';
export { SingleEliminationStageStageStructureView } from './singleEliminationStageStageStructure.view';
export { GroupStageStageStructureView } from './groupStageStageStructure.view';
export { SwissStageStructureView } from './swissStageStructure.view';
export { GroupStageStructureView } from './groupStageStructure.view';
export { ListSearchRequestData } from './listSearchRequest.data';
export { RoundStageStructureView } from './roundStageStructure.view';
Expand Down
9 changes: 0 additions & 9 deletions libs/types/src/lib/api/Tournament/swissStageStructure.view.ts

This file was deleted.

1 change: 0 additions & 1 deletion libs/types/src/lib/api/Weekly/index.ts

This file was deleted.

14 changes: 0 additions & 14 deletions libs/types/src/lib/api/Weekly/statisticWeeklyUtCardResults.view.ts

This file was deleted.

Loading
Loading