cfbd 5.9.6 → 5.9.7
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.7.tgz +0 -0
- package/dist/types.gen.d.ts +2 -2
- package/package.json +1 -1
- package/src/types.gen.ts +2 -2
- package/cfbd-5.9.6.tgz +0 -0
package/cfbd-5.9.7.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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cfbd",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.7",
|
|
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
|
|
package/cfbd-5.9.6.tgz
DELETED
|
Binary file
|