cfbd 5.9.8 → 5.10.0

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.
Binary file
@@ -1013,6 +1013,7 @@ export type ScoreboardGame = {
1013
1013
  name: (string) | null;
1014
1014
  };
1015
1015
  homeTeam: {
1016
+ winProbability: (number) | null;
1016
1017
  lineScores: Array<(number)> | null;
1017
1018
  points: (number) | null;
1018
1019
  classification: ((DivisionClassification) | null);
@@ -1021,6 +1022,7 @@ export type ScoreboardGame = {
1021
1022
  id: number;
1022
1023
  };
1023
1024
  awayTeam: {
1025
+ winProbability: (number) | null;
1024
1026
  lineScores: Array<(number)> | null;
1025
1027
  points: (number) | null;
1026
1028
  classification: ((DivisionClassification) | null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfbd",
3
- "version": "5.9.8",
3
+ "version": "5.10.0",
4
4
  "description": "This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.gen.ts CHANGED
@@ -1081,6 +1081,7 @@ export type ScoreboardGame = {
1081
1081
  name: (string) | null;
1082
1082
  };
1083
1083
  homeTeam: {
1084
+ winProbability: (number) | null;
1084
1085
  lineScores: Array<(number)> | null;
1085
1086
  points: (number) | null;
1086
1087
  classification: ((DivisionClassification) | null);
@@ -1089,6 +1090,7 @@ export type ScoreboardGame = {
1089
1090
  id: number;
1090
1091
  };
1091
1092
  awayTeam: {
1093
+ winProbability: (number) | null;
1092
1094
  lineScores: Array<(number)> | null;
1093
1095
  points: (number) | null;
1094
1096
  classification: ((DivisionClassification) | null);
package/cfbd-5.9.8.tgz DELETED
Binary file