cfbd 5.9.6 → 5.9.8
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.9.8.tgz +0 -0
- package/dist/types.gen.d.ts +3 -3
- package/package.json +1 -1
- package/src/types.gen.ts +3 -3
- package/cfbd-5.9.6.tgz +0 -0
package/cfbd-5.9.8.tgz
ADDED
|
Binary file
|
package/dist/types.gen.d.ts
CHANGED
|
@@ -621,11 +621,11 @@ export type LiveGamePlay = {
|
|
|
621
621
|
epa: (number) | null;
|
|
622
622
|
garbageTime: boolean;
|
|
623
623
|
success: boolean;
|
|
624
|
-
|
|
624
|
+
rushPass: 'rush' | 'pass' | 'other';
|
|
625
625
|
downType: 'passing' | 'standard';
|
|
626
626
|
playText: string;
|
|
627
627
|
};
|
|
628
|
-
export type
|
|
628
|
+
export type rushPass = 'rush' | 'pass' | 'other';
|
|
629
629
|
export type downType = 'passing' | 'standard';
|
|
630
630
|
export type LiveGameTeam = {
|
|
631
631
|
teamId: number;
|
|
@@ -1432,7 +1432,7 @@ export type GetRosterData = {
|
|
|
1432
1432
|
*/
|
|
1433
1433
|
team?: string;
|
|
1434
1434
|
/**
|
|
1435
|
-
* Optional year filter, defaults to
|
|
1435
|
+
* Optional year filter, defaults to 2025
|
|
1436
1436
|
*/
|
|
1437
1437
|
year?: number;
|
|
1438
1438
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cfbd",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.8",
|
|
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
|
@@ -657,12 +657,12 @@ export type LiveGamePlay = {
|
|
|
657
657
|
epa: (number) | null;
|
|
658
658
|
garbageTime: boolean;
|
|
659
659
|
success: boolean;
|
|
660
|
-
|
|
660
|
+
rushPass: 'rush' | 'pass' | 'other';
|
|
661
661
|
downType: 'passing' | 'standard';
|
|
662
662
|
playText: string;
|
|
663
663
|
};
|
|
664
664
|
|
|
665
|
-
export type
|
|
665
|
+
export type rushPass = 'rush' | 'pass' | 'other';
|
|
666
666
|
|
|
667
667
|
export type downType = 'passing' | 'standard';
|
|
668
668
|
|
|
@@ -1546,7 +1546,7 @@ export type GetRosterData = {
|
|
|
1546
1546
|
*/
|
|
1547
1547
|
team?: string;
|
|
1548
1548
|
/**
|
|
1549
|
-
* Optional year filter, defaults to
|
|
1549
|
+
* Optional year filter, defaults to 2025
|
|
1550
1550
|
*/
|
|
1551
1551
|
year?: number;
|
|
1552
1552
|
};
|
package/cfbd-5.9.6.tgz
DELETED
|
Binary file
|