cfbd 5.24.0 → 5.24.2

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
@@ -526,7 +526,7 @@ export type DetailedCoachSeason = {
526
526
  cfp: CoachCfpContext;
527
527
  draftFollowingSeason: ((CoachDraftContext) | null);
528
528
  };
529
- export type DivisionClassification = 'fbs' | 'fcs' | 'ii' | 'iii';
529
+ export type DivisionClassification = 'fbs' | 'fcs' | 'ii' | 'ii/iii' | 'iii';
530
530
  export type DraftPick = {
531
531
  collegeAthleteId: (number) | null;
532
532
  nflAthleteId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfbd",
3
- "version": "5.24.0",
3
+ "version": "5.24.2",
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
@@ -563,7 +563,7 @@ export type DetailedCoachSeason = {
563
563
  draftFollowingSeason: ((CoachDraftContext) | null);
564
564
  };
565
565
 
566
- export type DivisionClassification = 'fbs' | 'fcs' | 'ii' | 'iii';
566
+ export type DivisionClassification = 'fbs' | 'fcs' | 'ii' | 'ii/iii' | 'iii';
567
567
 
568
568
  export type DraftPick = {
569
569
  collegeAthleteId: (number) | null;
package/cfbd-5.24.0.tgz DELETED
Binary file