@spash/frontlib 1.2.4 → 1.2.6

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.
Files changed (3) hide show
  1. package/dist/main.d.ts +1 -0
  2. package/dist/main.js +1083 -1079
  3. package/package.json +1 -1
package/dist/main.d.ts CHANGED
@@ -571,6 +571,7 @@ export declare interface SessionTeam {
571
571
  team: Team;
572
572
  maxConsecutiveGoals?: number;
573
573
  color: string;
574
+ name: string;
574
575
  maxInvincibilityDuration?: number;
575
576
  teamFootStat: TeamFootStat | null;
576
577
  teamPadelStat: {