cbbd 1.18.0__tar.gz → 1.18.2__tar.gz

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.
Files changed (153) hide show
  1. {cbbd-1.18.0 → cbbd-1.18.2}/PKG-INFO +1 -1
  2. {cbbd-1.18.0 → cbbd-1.18.2}/README.md +5 -5
  3. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/__init__.py +2 -2
  4. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/conferences_api.py +1 -1
  5. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/draft_api.py +1 -1
  6. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/games_api.py +1 -1
  7. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/lines_api.py +1 -1
  8. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/lineups_api.py +10 -10
  9. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/plays_api.py +1 -1
  10. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/rankings_api.py +1 -1
  11. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/ratings_api.py +1 -1
  12. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/recruiting_api.py +1 -1
  13. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/stats_api.py +1 -1
  14. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/teams_api.py +1 -1
  15. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/venues_api.py +1 -1
  16. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api_client.py +2 -2
  17. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/configuration.py +3 -3
  18. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/exceptions.py +1 -1
  19. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/__init__.py +1 -1
  20. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/adjusted_efficiency_info.py +1 -1
  21. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/adjusted_efficiency_info_rankings.py +1 -1
  22. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/conference_history.py +1 -1
  23. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/conference_history_teams_inner.py +1 -1
  24. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/conference_info.py +1 -1
  25. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/draft_pick.py +1 -1
  26. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/draft_position.py +1 -1
  27. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/draft_team.py +1 -1
  28. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/game_box_score_players.py +1 -1
  29. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/game_box_score_players_players_inner.py +1 -1
  30. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/game_box_score_team.py +1 -1
  31. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/game_box_score_team_stats.py +1 -1
  32. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/game_box_score_team_stats_points.py +1 -1
  33. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/game_info.py +9 -2
  34. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/game_line_info.py +1 -1
  35. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/game_lines.py +1 -1
  36. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/game_media_info.py +1 -1
  37. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/game_media_info_broadcasts_inner.py +1 -1
  38. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/game_status.py +1 -1
  39. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/line_provider_info.py +1 -1
  40. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/lineup_stats.py +1 -1
  41. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/lineup_unit_stats.py +1 -1
  42. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/lineup_unit_stats_four_factors.py +1 -1
  43. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/lineup_unit_stats_two_pointers.py +1 -1
  44. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/play_info.py +1 -1
  45. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/play_info_on_floor_inner.py +1 -1
  46. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/play_info_participants_inner.py +1 -1
  47. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/play_type_info.py +1 -1
  48. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/player_season_stats.py +1 -1
  49. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/player_season_stats_win_shares.py +1 -1
  50. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/player_subsititution.py +1 -1
  51. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/player_subsititution_sub_in.py +1 -1
  52. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/poll_team_info.py +1 -1
  53. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/recruit.py +1 -1
  54. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/recruit_committed_to.py +1 -1
  55. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/recruit_hometown.py +1 -1
  56. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/season_type.py +1 -1
  57. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/shooting_stats.py +1 -1
  58. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/shot_info.py +1 -1
  59. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/shot_info_location.py +1 -1
  60. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/shot_info_shooter.py +1 -1
  61. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/srs_info.py +1 -1
  62. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/team_info.py +1 -1
  63. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/team_roster.py +1 -1
  64. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/team_roster_player.py +1 -1
  65. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/team_roster_player_hometown.py +1 -1
  66. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/team_season_stats.py +1 -1
  67. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/team_season_unit_stats.py +1 -1
  68. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/team_season_unit_stats_field_goals.py +1 -1
  69. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/team_season_unit_stats_fouls.py +1 -1
  70. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/team_season_unit_stats_four_factors.py +1 -1
  71. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/team_season_unit_stats_points.py +1 -1
  72. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/team_season_unit_stats_rebounds.py +1 -1
  73. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/team_season_unit_stats_turnovers.py +1 -1
  74. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/models/venue_info.py +1 -1
  75. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/rest.py +1 -1
  76. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd.egg-info/PKG-INFO +1 -1
  77. {cbbd-1.18.0 → cbbd-1.18.2}/pyproject.toml +1 -1
  78. {cbbd-1.18.0 → cbbd-1.18.2}/setup.py +2 -2
  79. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_adjusted_efficiency_info.py +1 -1
  80. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_adjusted_efficiency_info_rankings.py +1 -1
  81. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_conference_history.py +1 -1
  82. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_conference_history_teams_inner.py +1 -1
  83. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_conference_info.py +1 -1
  84. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_conferences_api.py +1 -1
  85. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_draft_api.py +1 -1
  86. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_draft_pick.py +1 -1
  87. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_draft_position.py +1 -1
  88. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_draft_team.py +1 -1
  89. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_game_box_score_players.py +1 -1
  90. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_game_box_score_players_players_inner.py +1 -1
  91. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_game_box_score_team.py +1 -1
  92. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_game_box_score_team_stats.py +1 -1
  93. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_game_box_score_team_stats_points.py +1 -1
  94. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_game_info.py +3 -1
  95. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_game_line_info.py +1 -1
  96. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_game_lines.py +1 -1
  97. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_game_media_info.py +1 -1
  98. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_game_media_info_broadcasts_inner.py +1 -1
  99. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_game_status.py +1 -1
  100. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_games_api.py +1 -1
  101. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_line_provider_info.py +1 -1
  102. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_lines_api.py +1 -1
  103. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_lineup_stats.py +1 -1
  104. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_lineup_unit_stats.py +1 -1
  105. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_lineup_unit_stats_four_factors.py +1 -1
  106. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_lineup_unit_stats_two_pointers.py +1 -1
  107. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_lineups_api.py +3 -3
  108. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_play_info.py +1 -1
  109. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_play_info_on_floor_inner.py +1 -1
  110. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_play_info_participants_inner.py +1 -1
  111. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_play_type_info.py +1 -1
  112. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_player_season_stats.py +1 -1
  113. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_player_season_stats_win_shares.py +1 -1
  114. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_player_subsititution.py +1 -1
  115. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_player_subsititution_sub_in.py +1 -1
  116. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_plays_api.py +1 -1
  117. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_poll_team_info.py +1 -1
  118. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_rankings_api.py +1 -1
  119. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_ratings_api.py +1 -1
  120. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_recruit.py +1 -1
  121. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_recruit_committed_to.py +1 -1
  122. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_recruit_hometown.py +1 -1
  123. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_recruiting_api.py +1 -1
  124. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_season_type.py +1 -1
  125. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_shooting_stats.py +1 -1
  126. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_shot_info.py +1 -1
  127. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_shot_info_location.py +1 -1
  128. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_shot_info_shooter.py +1 -1
  129. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_srs_info.py +1 -1
  130. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_stats_api.py +1 -1
  131. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_team_info.py +1 -1
  132. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_team_roster.py +1 -1
  133. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_team_roster_player.py +1 -1
  134. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_team_roster_player_hometown.py +1 -1
  135. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_team_season_stats.py +1 -1
  136. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_team_season_unit_stats.py +1 -1
  137. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_team_season_unit_stats_field_goals.py +1 -1
  138. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_team_season_unit_stats_fouls.py +1 -1
  139. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_team_season_unit_stats_four_factors.py +1 -1
  140. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_team_season_unit_stats_points.py +1 -1
  141. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_team_season_unit_stats_rebounds.py +1 -1
  142. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_team_season_unit_stats_turnovers.py +1 -1
  143. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_teams_api.py +1 -1
  144. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_venue_info.py +1 -1
  145. {cbbd-1.18.0 → cbbd-1.18.2}/test/test_venues_api.py +1 -1
  146. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api/__init__.py +0 -0
  147. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/api_response.py +0 -0
  148. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd/py.typed +0 -0
  149. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd.egg-info/SOURCES.txt +0 -0
  150. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd.egg-info/dependency_links.txt +0 -0
  151. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd.egg-info/requires.txt +0 -0
  152. {cbbd-1.18.0 → cbbd-1.18.2}/cbbd.egg-info/top_level.txt +0 -0
  153. {cbbd-1.18.0 → cbbd-1.18.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: cbbd
3
- Version: 1.18.0
3
+ Version: 1.18.2
4
4
  Summary: College Basketball Data API
5
5
  Home-page: https://github.com/CFBD/cbbd-python
6
6
  Author-email: admin@collegefootballdata.com
@@ -3,8 +3,8 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is sub
3
3
 
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
- - API version: 1.18.0
7
- - Package version: 1.18.0
6
+ - API version: 1.18.2
7
+ - Package version: 1.18.2
8
8
  - Generator version: 7.12.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
10
10
 
@@ -16,9 +16,9 @@ Python 3.7+
16
16
  ### pip install
17
17
 
18
18
  ```sh
19
- pip install cbbd@1.18.0
19
+ pip install cbbd@1.18.2
20
20
  ```
21
- (you may need to run `pip` with root permission: `sudo pip install cbbd@1.18.0`)
21
+ (you may need to run `pip` with root permission: `sudo pip install cbbd@1.18.2`)
22
22
 
23
23
  Then import the package:
24
24
  ```python
@@ -86,7 +86,7 @@ Class | Method | HTTP request | Description
86
86
  *LinesApi* | [**get_lines**](docs/LinesApi.md#get_lines) | **GET** /lines |
87
87
  *LinesApi* | [**get_providers**](docs/LinesApi.md#get_providers) | **GET** /lines/providers |
88
88
  *LineupsApi* | [**get_lineup_stats_by_game**](docs/LineupsApi.md#get_lineup_stats_by_game) | **GET** /lineups/game/{gameId} |
89
- *LineupsApi* | [**get_substitutions_by_game**](docs/LineupsApi.md#get_substitutions_by_game) | **GET** /lineups/team |
89
+ *LineupsApi* | [**get_lineups_by_team_season**](docs/LineupsApi.md#get_lineups_by_team_season) | **GET** /lineups/team |
90
90
  *PlaysApi* | [**get_play_types**](docs/PlaysApi.md#get_play_types) | **GET** /plays/types |
91
91
  *PlaysApi* | [**get_plays**](docs/PlaysApi.md#get_plays) | **GET** /plays/game/{gameId} |
92
92
  *PlaysApi* | [**get_plays_by_date**](docs/PlaysApi.md#get_plays_by_date) | **GET** /plays/date |
@@ -7,7 +7,7 @@
7
7
 
8
8
  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.
9
9
 
10
- The version of the OpenAPI document: 1.18.0
10
+ The version of the OpenAPI document: 1.18.2
11
11
  Contact: admin@collegefootballdata.com
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "1.18.0"
18
+ __version__ = "1.18.2"
19
19
 
20
20
  # import apis into sdk package
21
21
  from cbbd.api.conferences_api import ConferencesApi
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -189,14 +189,14 @@ class LineupsApi:
189
189
  _request_auth=_params.get('_request_auth'))
190
190
 
191
191
  @validate_arguments
192
- def get_substitutions_by_game(self, season : Annotated[StrictInt, Field(..., description="Required season filter")], team : Annotated[StrictStr, Field(..., description="Required team filter")], start_date_range : Annotated[Optional[datetime], Field(description="Optional start date range filter")] = None, end_date_range : Annotated[Optional[datetime], Field(description="Optional end date range filter")] = None, **kwargs) -> List[LineupStats]: # noqa: E501
193
- """get_substitutions_by_game # noqa: E501
192
+ def get_lineups_by_team_season(self, season : Annotated[StrictInt, Field(..., description="Required season filter")], team : Annotated[StrictStr, Field(..., description="Required team filter")], start_date_range : Annotated[Optional[datetime], Field(description="Optional start date range filter")] = None, end_date_range : Annotated[Optional[datetime], Field(description="Optional end date range filter")] = None, **kwargs) -> List[LineupStats]: # noqa: E501
193
+ """get_lineups_by_team_season # noqa: E501
194
194
 
195
195
  Queries lineup statistics for a given team and season # noqa: E501
196
196
  This method makes a synchronous HTTP request by default. To make an
197
197
  asynchronous HTTP request, please pass async_req=True
198
198
 
199
- >>> thread = api.get_substitutions_by_game(season, team, start_date_range, end_date_range, async_req=True)
199
+ >>> thread = api.get_lineups_by_team_season(season, team, start_date_range, end_date_range, async_req=True)
200
200
  >>> result = thread.get()
201
201
 
202
202
  :param season: Required season filter (required)
@@ -220,19 +220,19 @@ class LineupsApi:
220
220
  """
221
221
  kwargs['_return_http_data_only'] = True
222
222
  if '_preload_content' in kwargs:
223
- message = "Error! Please call the get_substitutions_by_game_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
223
+ message = "Error! Please call the get_lineups_by_team_season_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
224
224
  raise ValueError(message)
225
- return self.get_substitutions_by_game_with_http_info(season, team, start_date_range, end_date_range, **kwargs) # noqa: E501
225
+ return self.get_lineups_by_team_season_with_http_info(season, team, start_date_range, end_date_range, **kwargs) # noqa: E501
226
226
 
227
227
  @validate_arguments
228
- def get_substitutions_by_game_with_http_info(self, season : Annotated[StrictInt, Field(..., description="Required season filter")], team : Annotated[StrictStr, Field(..., description="Required team filter")], start_date_range : Annotated[Optional[datetime], Field(description="Optional start date range filter")] = None, end_date_range : Annotated[Optional[datetime], Field(description="Optional end date range filter")] = None, **kwargs) -> ApiResponse: # noqa: E501
229
- """get_substitutions_by_game # noqa: E501
228
+ def get_lineups_by_team_season_with_http_info(self, season : Annotated[StrictInt, Field(..., description="Required season filter")], team : Annotated[StrictStr, Field(..., description="Required team filter")], start_date_range : Annotated[Optional[datetime], Field(description="Optional start date range filter")] = None, end_date_range : Annotated[Optional[datetime], Field(description="Optional end date range filter")] = None, **kwargs) -> ApiResponse: # noqa: E501
229
+ """get_lineups_by_team_season # noqa: E501
230
230
 
231
231
  Queries lineup statistics for a given team and season # noqa: E501
232
232
  This method makes a synchronous HTTP request by default. To make an
233
233
  asynchronous HTTP request, please pass async_req=True
234
234
 
235
- >>> thread = api.get_substitutions_by_game_with_http_info(season, team, start_date_range, end_date_range, async_req=True)
235
+ >>> thread = api.get_lineups_by_team_season_with_http_info(season, team, start_date_range, end_date_range, async_req=True)
236
236
  >>> result = thread.get()
237
237
 
238
238
  :param season: Required season filter (required)
@@ -293,7 +293,7 @@ class LineupsApi:
293
293
  if _key not in _all_params:
294
294
  raise ApiTypeError(
295
295
  "Got an unexpected keyword argument '%s'"
296
- " to method get_substitutions_by_game" % _key
296
+ " to method get_lineups_by_team_season" % _key
297
297
  )
298
298
  _params[_key] = _val
299
299
  del _params['kwargs']
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -78,7 +78,7 @@ class ApiClient:
78
78
  self.default_headers[header_name] = header_value
79
79
  self.cookie = cookie
80
80
  # Set default User-Agent.
81
- self.user_agent = 'OpenAPI-Generator/1.18.0/python'
81
+ self.user_agent = 'OpenAPI-Generator/1.18.2/python'
82
82
  self.client_side_validation = configuration.client_side_validation
83
83
 
84
84
  def __enter__(self):
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -376,8 +376,8 @@ class Configuration:
376
376
  return "Python SDK Debug Report:\n"\
377
377
  "OS: {env}\n"\
378
378
  "Python Version: {pyversion}\n"\
379
- "Version of the API: 1.18.0\n"\
380
- "SDK Package Version: 1.18.0".\
379
+ "Version of the API: 1.18.2\n"\
380
+ "SDK Package Version: 1.18.2".\
381
381
  format(env=sys.platform, pyversion=sys.version)
382
382
 
383
383
  def get_host_settings(self):
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  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.
8
8
 
9
- The version of the OpenAPI document: 1.18.0
9
+ The version of the OpenAPI document: 1.18.2
10
10
  Contact: admin@collegefootballdata.com
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -38,6 +38,7 @@ class GameInfo(BaseModel):
38
38
  neutral_site: StrictBool = Field(default=..., alias="neutralSite")
39
39
  conference_game: StrictBool = Field(default=..., alias="conferenceGame")
40
40
  game_type: Optional[StrictStr] = Field(default=..., alias="gameType")
41
+ game_notes: Optional[StrictStr] = Field(default=..., alias="gameNotes")
41
42
  status: GameStatus = Field(...)
42
43
  attendance: Optional[StrictInt] = Field(...)
43
44
  home_team_id: StrictInt = Field(default=..., alias="homeTeamId")
@@ -59,7 +60,7 @@ class GameInfo(BaseModel):
59
60
  venue: Optional[StrictStr] = Field(...)
60
61
  city: Optional[StrictStr] = Field(...)
61
62
  state: Optional[StrictStr] = Field(...)
62
- __properties = ["id", "sourceId", "seasonLabel", "season", "seasonType", "startDate", "startTimeTbd", "neutralSite", "conferenceGame", "gameType", "status", "attendance", "homeTeamId", "homeTeam", "homeConferenceId", "homeConference", "homePoints", "homePeriodPoints", "homeWinner", "awayTeamId", "awayTeam", "awayConferenceId", "awayConference", "awayPoints", "awayPeriodPoints", "awayWinner", "excitement", "venueId", "venue", "city", "state"]
63
+ __properties = ["id", "sourceId", "seasonLabel", "season", "seasonType", "startDate", "startTimeTbd", "neutralSite", "conferenceGame", "gameType", "gameNotes", "status", "attendance", "homeTeamId", "homeTeam", "homeConferenceId", "homeConference", "homePoints", "homePeriodPoints", "homeWinner", "awayTeamId", "awayTeam", "awayConferenceId", "awayConference", "awayPoints", "awayPeriodPoints", "awayWinner", "excitement", "venueId", "venue", "city", "state"]
63
64
 
64
65
  class Config:
65
66
  """Pydantic configuration"""
@@ -90,6 +91,11 @@ class GameInfo(BaseModel):
90
91
  if self.game_type is None and "game_type" in self.__fields_set__:
91
92
  _dict['gameType'] = None
92
93
 
94
+ # set to None if game_notes (nullable) is None
95
+ # and __fields_set__ contains the field
96
+ if self.game_notes is None and "game_notes" in self.__fields_set__:
97
+ _dict['gameNotes'] = None
98
+
93
99
  # set to None if attendance (nullable) is None
94
100
  # and __fields_set__ contains the field
95
101
  if self.attendance is None and "attendance" in self.__fields_set__:
@@ -192,6 +198,7 @@ class GameInfo(BaseModel):
192
198
  "neutral_site": obj.get("neutralSite"),
193
199
  "conference_game": obj.get("conferenceGame"),
194
200
  "game_type": obj.get("gameType"),
201
+ "game_notes": obj.get("gameNotes"),
195
202
  "status": obj.get("status"),
196
203
  "attendance": obj.get("attendance"),
197
204
  "home_team_id": obj.get("homeTeamId"),
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  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.
7
7
 
8
- The version of the OpenAPI document: 1.18.0
8
+ The version of the OpenAPI document: 1.18.2
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11