cfbd 5.12.0 → 5.12.1
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.
- package/cfbd-5.12.1.tgz +0 -0
- package/dist/types.gen.d.ts +2 -0
- package/package.json +1 -1
- package/src/types.gen.ts +2 -0
- package/cfbd-5.12.0.tgz +0 -0
package/cfbd-5.12.1.tgz
ADDED
|
Binary file
|
package/dist/types.gen.d.ts
CHANGED
|
@@ -274,10 +274,12 @@ export type BettingGame = {
|
|
|
274
274
|
seasonType: SeasonType;
|
|
275
275
|
week: number;
|
|
276
276
|
startDate: string;
|
|
277
|
+
homeTeamId: number;
|
|
277
278
|
homeTeam: string;
|
|
278
279
|
homeConference: (string) | null;
|
|
279
280
|
homeClassification: ((DivisionClassification) | null);
|
|
280
281
|
homeScore: (number) | null;
|
|
282
|
+
awayTeamId: number;
|
|
281
283
|
awayTeam: string;
|
|
282
284
|
awayConference: (string) | null;
|
|
283
285
|
awayClassification: ((DivisionClassification) | null);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cfbd",
|
|
3
|
-
"version": "5.12.
|
|
3
|
+
"version": "5.12.1",
|
|
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
|
@@ -281,10 +281,12 @@ export type BettingGame = {
|
|
|
281
281
|
seasonType: SeasonType;
|
|
282
282
|
week: number;
|
|
283
283
|
startDate: string;
|
|
284
|
+
homeTeamId: number;
|
|
284
285
|
homeTeam: string;
|
|
285
286
|
homeConference: (string) | null;
|
|
286
287
|
homeClassification: ((DivisionClassification) | null);
|
|
287
288
|
homeScore: (number) | null;
|
|
289
|
+
awayTeamId: number;
|
|
288
290
|
awayTeam: string;
|
|
289
291
|
awayConference: (string) | null;
|
|
290
292
|
awayClassification: ((DivisionClassification) | null);
|
package/cfbd-5.12.0.tgz
DELETED
|
Binary file
|