cfbd 5.20.0 → 5.20.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.
Binary file
@@ -1181,8 +1181,8 @@ export type Recruit = {
1181
1181
  position: (string) | null;
1182
1182
  height: (number) | null;
1183
1183
  weight: (number) | null;
1184
- stars: number;
1185
- rating: number;
1184
+ stars: (number) | null;
1185
+ rating: (number) | null;
1186
1186
  city: (string) | null;
1187
1187
  stateProvince: (string) | null;
1188
1188
  country: (string) | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfbd",
3
- "version": "5.20.0",
3
+ "version": "5.20.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
@@ -1275,8 +1275,8 @@ export type Recruit = {
1275
1275
  position: (string) | null;
1276
1276
  height: (number) | null;
1277
1277
  weight: (number) | null;
1278
- stars: number;
1279
- rating: number;
1278
+ stars: (number) | null;
1279
+ rating: (number) | null;
1280
1280
  city: (string) | null;
1281
1281
  stateProvince: (string) | null;
1282
1282
  country: (string) | null;
package/cfbd-5.20.0.tgz DELETED
Binary file