tods-competition-factory 1.8.15 → 1.8.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -505,6 +505,7 @@ interface Side {
505
505
  lineUp?: TeamCompetitor[];
506
506
  notes?: string;
507
507
  participantId?: string;
508
+ participant?: Participant;
508
509
  sideNumber?: number;
509
510
  timeItems?: TimeItem[];
510
511
  updatedAt?: Date | string;
@@ -4912,8 +4912,8 @@ function pctSpread(pcts) {
4912
4912
  }
4913
4913
 
4914
4914
  function getMatchUpCompetitiveProfile({
4915
- profileBands,
4916
4915
  tournamentRecord,
4916
+ profileBands,
4917
4917
  matchUp
4918
4918
  }) {
4919
4919
  if (!matchUp)