cfbd 5.18.0 → 5.19.0

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
@@ -1876,6 +1876,10 @@ export type GetPlayerGameSuccessRatesResponse = (Array<PlayerGameSuccessRate>);
1876
1876
  export type GetPlayerGameSuccessRatesError = unknown;
1877
1877
  export type GetTeamStatsData = {
1878
1878
  query?: {
1879
+ /**
1880
+ * Optional division classification filter, defaults to fbs
1881
+ */
1882
+ classification?: DivisionClassification;
1879
1883
  /**
1880
1884
  * Optional conference filter
1881
1885
  */
@@ -1904,6 +1908,10 @@ export type GetCategoriesResponse = (Array<(string)>);
1904
1908
  export type GetCategoriesError = unknown;
1905
1909
  export type GetAdvancedSeasonStatsData = {
1906
1910
  query?: {
1911
+ /**
1912
+ * Optional division classification filter, defaults to fbs
1913
+ */
1914
+ classification?: DivisionClassification;
1907
1915
  /**
1908
1916
  * Optional end week range filter
1909
1917
  */
@@ -2066,6 +2074,10 @@ export type GetSpResponse = (Array<TeamSP>);
2066
2074
  export type GetSpError = unknown;
2067
2075
  export type GetConferenceSpData = {
2068
2076
  query?: {
2077
+ /**
2078
+ * Optional division classification filter, defaults to fbs
2079
+ */
2080
+ classification?: DivisionClassification;
2069
2081
  /**
2070
2082
  * Optional conference filter
2071
2083
  */
@@ -2414,6 +2426,10 @@ export type GetPredictedPointsResponse = (Array<PredictedPointsValue>);
2414
2426
  export type GetPredictedPointsError = unknown;
2415
2427
  export type GetPredictedPointsAddedByTeamData = {
2416
2428
  query?: {
2429
+ /**
2430
+ * Optional division classification filter, defaults to fbs
2431
+ */
2432
+ classification?: DivisionClassification;
2417
2433
  /**
2418
2434
  * Conference abbreviation filter
2419
2435
  */
@@ -2436,6 +2452,10 @@ export type GetPredictedPointsAddedByTeamResponse = (Array<TeamSeasonPredictedPo
2436
2452
  export type GetPredictedPointsAddedByTeamError = unknown;
2437
2453
  export type GetPredictedPointsAddedByGameData = {
2438
2454
  query: {
2455
+ /**
2456
+ * Optional division classification filter, defaults to fbs
2457
+ */
2458
+ classification?: DivisionClassification;
2439
2459
  /**
2440
2460
  * Optional conference abbreviation filter
2441
2461
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfbd",
3
- "version": "5.18.0",
3
+ "version": "5.19.0",
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
@@ -2050,6 +2050,10 @@ export type GetPlayerGameSuccessRatesError = unknown;
2050
2050
 
2051
2051
  export type GetTeamStatsData = {
2052
2052
  query?: {
2053
+ /**
2054
+ * Optional division classification filter, defaults to fbs
2055
+ */
2056
+ classification?: DivisionClassification;
2053
2057
  /**
2054
2058
  * Optional conference filter
2055
2059
  */
@@ -2083,6 +2087,10 @@ export type GetCategoriesError = unknown;
2083
2087
 
2084
2088
  export type GetAdvancedSeasonStatsData = {
2085
2089
  query?: {
2090
+ /**
2091
+ * Optional division classification filter, defaults to fbs
2092
+ */
2093
+ classification?: DivisionClassification;
2086
2094
  /**
2087
2095
  * Optional end week range filter
2088
2096
  */
@@ -2266,6 +2274,10 @@ export type GetSpError = unknown;
2266
2274
 
2267
2275
  export type GetConferenceSpData = {
2268
2276
  query?: {
2277
+ /**
2278
+ * Optional division classification filter, defaults to fbs
2279
+ */
2280
+ classification?: DivisionClassification;
2269
2281
  /**
2270
2282
  * Optional conference filter
2271
2283
  */
@@ -2666,6 +2678,10 @@ export type GetPredictedPointsError = unknown;
2666
2678
 
2667
2679
  export type GetPredictedPointsAddedByTeamData = {
2668
2680
  query?: {
2681
+ /**
2682
+ * Optional division classification filter, defaults to fbs
2683
+ */
2684
+ classification?: DivisionClassification;
2669
2685
  /**
2670
2686
  * Conference abbreviation filter
2671
2687
  */
@@ -2691,6 +2707,10 @@ export type GetPredictedPointsAddedByTeamError = unknown;
2691
2707
 
2692
2708
  export type GetPredictedPointsAddedByGameData = {
2693
2709
  query: {
2710
+ /**
2711
+ * Optional division classification filter, defaults to fbs
2712
+ */
2713
+ classification?: DivisionClassification;
2694
2714
  /**
2695
2715
  * Optional conference abbreviation filter
2696
2716
  */
package/cfbd-5.18.0.tgz DELETED
Binary file