cfbd 5.11.4 → 5.11.5

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
@@ -916,6 +916,7 @@ export type Poll = {
916
916
  };
917
917
  export type PollRank = {
918
918
  rank: (number) | null;
919
+ teamId: number;
919
920
  school: string;
920
921
  conference: (string) | null;
921
922
  firstPlaceVotes: (number) | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfbd",
3
- "version": "5.11.4",
3
+ "version": "5.11.5",
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
@@ -976,6 +976,7 @@ export type Poll = {
976
976
 
977
977
  export type PollRank = {
978
978
  rank: (number) | null;
979
+ teamId: number;
979
980
  school: string;
980
981
  conference: (string) | null;
981
982
  firstPlaceVotes: (number) | null;
package/cfbd-5.11.4.tgz DELETED
Binary file