From eecfbbd64f4969b042a79de54e4315d624df73ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:46:08 +0000 Subject: [PATCH] fix(scoreboard): line score fixes --- README.md | 8 ++++---- cfbd/__init__.py | 4 ++-- cfbd/api/betting_api.py | 2 +- cfbd/api/coaches_api.py | 2 +- cfbd/api/conferences_api.py | 2 +- cfbd/api/draft_api.py | 2 +- cfbd/api/drives_api.py | 2 +- cfbd/api/games_api.py | 2 +- cfbd/api/metrics_api.py | 2 +- cfbd/api/players_api.py | 2 +- cfbd/api/plays_api.py | 2 +- cfbd/api/rankings_api.py | 2 +- cfbd/api/ratings_api.py | 2 +- cfbd/api/recruiting_api.py | 2 +- cfbd/api/stats_api.py | 2 +- cfbd/api/teams_api.py | 2 +- cfbd/api/venues_api.py | 2 +- cfbd/api_client.py | 4 ++-- cfbd/configuration.py | 6 +++--- cfbd/exceptions.py | 2 +- cfbd/models/__init__.py | 2 +- cfbd/models/advanced_box_score.py | 2 +- cfbd/models/advanced_box_score_game_info.py | 2 +- cfbd/models/advanced_box_score_players.py | 2 +- cfbd/models/advanced_box_score_teams.py | 2 +- cfbd/models/advanced_game_stat.py | 2 +- cfbd/models/advanced_game_stat_offense.py | 2 +- .../advanced_game_stat_offense_passing_downs.py | 2 +- .../advanced_game_stat_offense_passing_plays.py | 2 +- cfbd/models/advanced_season_stat.py | 2 +- cfbd/models/advanced_season_stat_defense.py | 2 +- cfbd/models/advanced_season_stat_offense.py | 2 +- .../advanced_season_stat_offense_field_position.py | 2 +- cfbd/models/advanced_season_stat_offense_havoc.py | 2 +- .../advanced_season_stat_offense_passing_downs.py | 2 +- .../advanced_season_stat_offense_passing_plays.py | 2 +- cfbd/models/aggregated_team_recruiting.py | 2 +- cfbd/models/betting_game.py | 2 +- cfbd/models/calendar_week.py | 2 +- cfbd/models/coach.py | 2 +- cfbd/models/coach_season.py | 2 +- cfbd/models/conference.py | 2 +- cfbd/models/conference_sp.py | 2 +- cfbd/models/conference_sp_defense.py | 2 +- cfbd/models/conference_sp_offense.py | 2 +- cfbd/models/division_classification.py | 2 +- cfbd/models/draft_pick.py | 2 +- cfbd/models/draft_pick_hometown_info.py | 2 +- cfbd/models/draft_position.py | 2 +- cfbd/models/draft_team.py | 2 +- cfbd/models/drive.py | 2 +- cfbd/models/field_goal_ep.py | 2 +- cfbd/models/game.py | 2 +- cfbd/models/game_line.py | 2 +- cfbd/models/game_media.py | 2 +- cfbd/models/game_player_stat_categories.py | 2 +- cfbd/models/game_player_stat_player.py | 2 +- cfbd/models/game_player_stat_types.py | 2 +- cfbd/models/game_player_stats.py | 2 +- cfbd/models/game_player_stats_team.py | 2 +- cfbd/models/game_status.py | 2 +- cfbd/models/game_team_stats.py | 2 +- cfbd/models/game_team_stats_team.py | 2 +- cfbd/models/game_team_stats_team_stat.py | 2 +- cfbd/models/game_weather.py | 2 +- cfbd/models/live_game.py | 2 +- cfbd/models/live_game_drive.py | 2 +- cfbd/models/live_game_play.py | 2 +- cfbd/models/live_game_team.py | 2 +- cfbd/models/matchup.py | 2 +- cfbd/models/matchup_game.py | 2 +- cfbd/models/media_type.py | 2 +- cfbd/models/play.py | 2 +- cfbd/models/play_clock.py | 2 +- cfbd/models/play_stat.py | 2 +- cfbd/models/play_stat_clock.py | 2 +- cfbd/models/play_stat_type.py | 2 +- cfbd/models/play_type.py | 2 +- cfbd/models/play_win_probability.py | 2 +- cfbd/models/player_game_predicted_points_added.py | 2 +- ...ayer_game_predicted_points_added_average_ppa.py | 2 +- cfbd/models/player_game_usage.py | 2 +- cfbd/models/player_ppa.py | 2 +- cfbd/models/player_ppa_chart_item.py | 2 +- cfbd/models/player_search_result.py | 2 +- .../models/player_season_predicted_points_added.py | 2 +- ...er_season_predicted_points_added_average_ppa.py | 2 +- cfbd/models/player_stat.py | 2 +- cfbd/models/player_stats_by_quarter.py | 2 +- cfbd/models/player_transfer.py | 2 +- cfbd/models/player_usage.py | 2 +- cfbd/models/player_usage_usage.py | 2 +- cfbd/models/poll.py | 2 +- cfbd/models/poll_rank.py | 2 +- cfbd/models/poll_week.py | 2 +- cfbd/models/predicted_points_value.py | 2 +- cfbd/models/pregame_win_probability.py | 2 +- cfbd/models/recruit.py | 2 +- cfbd/models/recruit_classification.py | 2 +- cfbd/models/recruit_hometown_info.py | 2 +- cfbd/models/returning_production.py | 2 +- cfbd/models/roster_player.py | 2 +- cfbd/models/scoreboard_game.py | 2 +- cfbd/models/scoreboard_game_betting.py | 2 +- cfbd/models/scoreboard_game_home_team.py | 14 +++++++------- cfbd/models/scoreboard_game_venue.py | 2 +- cfbd/models/scoreboard_game_weather.py | 2 +- cfbd/models/season_type.py | 2 +- cfbd/models/stats_by_quarter.py | 2 +- cfbd/models/team.py | 2 +- cfbd/models/team_elo.py | 2 +- cfbd/models/team_explosiveness.py | 2 +- cfbd/models/team_field_position.py | 2 +- cfbd/models/team_fpi.py | 2 +- cfbd/models/team_fpi_efficiencies.py | 2 +- cfbd/models/team_fpi_resume_ranks.py | 2 +- cfbd/models/team_game_predicted_points_added.py | 2 +- .../team_game_predicted_points_added_offense.py | 2 +- cfbd/models/team_havoc.py | 2 +- cfbd/models/team_ppa.py | 2 +- cfbd/models/team_record.py | 2 +- cfbd/models/team_records.py | 2 +- cfbd/models/team_recruiting_ranking.py | 2 +- cfbd/models/team_rushing_stats.py | 2 +- cfbd/models/team_scoring_opportunities.py | 2 +- cfbd/models/team_season_predicted_points_added.py | 2 +- .../team_season_predicted_points_added_offense.py | 2 +- ...on_predicted_points_added_offense_cumulative.py | 2 +- cfbd/models/team_sp.py | 2 +- cfbd/models/team_sp_defense.py | 2 +- cfbd/models/team_sp_offense.py | 2 +- cfbd/models/team_sp_special_teams.py | 2 +- cfbd/models/team_srs.py | 2 +- cfbd/models/team_stat.py | 2 +- cfbd/models/team_stat_stat_value.py | 2 +- cfbd/models/team_success_rates.py | 2 +- cfbd/models/team_talent.py | 2 +- cfbd/models/transfer_eligibility.py | 2 +- cfbd/models/venue.py | 2 +- cfbd/rest.py | 2 +- docs/ScoreboardGameHomeTeam.md | 2 +- pyproject.toml | 2 +- setup.py | 4 ++-- test/test_advanced_box_score.py | 2 +- test/test_advanced_box_score_game_info.py | 2 +- test/test_advanced_box_score_players.py | 2 +- test/test_advanced_box_score_teams.py | 2 +- test/test_advanced_game_stat.py | 2 +- test/test_advanced_game_stat_offense.py | 2 +- ...est_advanced_game_stat_offense_passing_downs.py | 2 +- ...est_advanced_game_stat_offense_passing_plays.py | 2 +- test/test_advanced_season_stat.py | 2 +- test/test_advanced_season_stat_defense.py | 2 +- test/test_advanced_season_stat_offense.py | 2 +- ..._advanced_season_stat_offense_field_position.py | 2 +- test/test_advanced_season_stat_offense_havoc.py | 2 +- ...t_advanced_season_stat_offense_passing_downs.py | 2 +- ...t_advanced_season_stat_offense_passing_plays.py | 2 +- test/test_aggregated_team_recruiting.py | 2 +- test/test_betting_api.py | 2 +- test/test_betting_game.py | 2 +- test/test_calendar_week.py | 2 +- test/test_coach.py | 2 +- test/test_coach_season.py | 2 +- test/test_coaches_api.py | 2 +- test/test_conference.py | 2 +- test/test_conference_sp.py | 2 +- test/test_conference_sp_defense.py | 2 +- test/test_conference_sp_offense.py | 2 +- test/test_conferences_api.py | 2 +- test/test_division_classification.py | 2 +- test/test_draft_api.py | 2 +- test/test_draft_pick.py | 2 +- test/test_draft_pick_hometown_info.py | 2 +- test/test_draft_position.py | 2 +- test/test_draft_team.py | 2 +- test/test_drive.py | 2 +- test/test_drives_api.py | 2 +- test/test_field_goal_ep.py | 2 +- test/test_game.py | 2 +- test/test_game_line.py | 2 +- test/test_game_media.py | 2 +- test/test_game_player_stat_categories.py | 2 +- test/test_game_player_stat_player.py | 2 +- test/test_game_player_stat_types.py | 2 +- test/test_game_player_stats.py | 2 +- test/test_game_player_stats_team.py | 2 +- test/test_game_status.py | 2 +- test/test_game_team_stats.py | 2 +- test/test_game_team_stats_team.py | 2 +- test/test_game_team_stats_team_stat.py | 2 +- test/test_game_weather.py | 2 +- test/test_games_api.py | 2 +- test/test_live_game.py | 2 +- test/test_live_game_drive.py | 2 +- test/test_live_game_play.py | 2 +- test/test_live_game_team.py | 2 +- test/test_matchup.py | 2 +- test/test_matchup_game.py | 2 +- test/test_media_type.py | 2 +- test/test_metrics_api.py | 2 +- test/test_play.py | 2 +- test/test_play_clock.py | 2 +- test/test_play_stat.py | 2 +- test/test_play_stat_clock.py | 2 +- test/test_play_stat_type.py | 2 +- test/test_play_type.py | 2 +- test/test_play_win_probability.py | 2 +- test/test_player_game_predicted_points_added.py | 2 +- ...ayer_game_predicted_points_added_average_ppa.py | 2 +- test/test_player_game_usage.py | 2 +- test/test_player_ppa.py | 2 +- test/test_player_ppa_chart_item.py | 2 +- test/test_player_search_result.py | 2 +- test/test_player_season_predicted_points_added.py | 2 +- ...er_season_predicted_points_added_average_ppa.py | 2 +- test/test_player_stat.py | 2 +- test/test_player_stats_by_quarter.py | 2 +- test/test_player_transfer.py | 2 +- test/test_player_usage.py | 2 +- test/test_player_usage_usage.py | 2 +- test/test_players_api.py | 2 +- test/test_plays_api.py | 2 +- test/test_poll.py | 2 +- test/test_poll_rank.py | 2 +- test/test_poll_week.py | 2 +- test/test_predicted_points_value.py | 2 +- test/test_pregame_win_probability.py | 2 +- test/test_rankings_api.py | 2 +- test/test_ratings_api.py | 2 +- test/test_recruit.py | 2 +- test/test_recruit_classification.py | 2 +- test/test_recruit_hometown_info.py | 2 +- test/test_recruiting_api.py | 2 +- test/test_returning_production.py | 2 +- test/test_roster_player.py | 2 +- test/test_scoreboard_game.py | 10 +++++----- test/test_scoreboard_game_betting.py | 2 +- test/test_scoreboard_game_home_team.py | 6 +++--- test/test_scoreboard_game_venue.py | 2 +- test/test_scoreboard_game_weather.py | 2 +- test/test_season_type.py | 2 +- test/test_stats_api.py | 2 +- test/test_stats_by_quarter.py | 2 +- test/test_team.py | 2 +- test/test_team_elo.py | 2 +- test/test_team_explosiveness.py | 2 +- test/test_team_field_position.py | 2 +- test/test_team_fpi.py | 2 +- test/test_team_fpi_efficiencies.py | 2 +- test/test_team_fpi_resume_ranks.py | 2 +- test/test_team_game_predicted_points_added.py | 2 +- ...est_team_game_predicted_points_added_offense.py | 2 +- test/test_team_havoc.py | 2 +- test/test_team_ppa.py | 2 +- test/test_team_record.py | 2 +- test/test_team_records.py | 2 +- test/test_team_recruiting_ranking.py | 2 +- test/test_team_rushing_stats.py | 2 +- test/test_team_scoring_opportunities.py | 2 +- test/test_team_season_predicted_points_added.py | 2 +- ...t_team_season_predicted_points_added_offense.py | 2 +- ...on_predicted_points_added_offense_cumulative.py | 2 +- test/test_team_sp.py | 2 +- test/test_team_sp_defense.py | 2 +- test/test_team_sp_offense.py | 2 +- test/test_team_sp_special_teams.py | 2 +- test/test_team_srs.py | 2 +- test/test_team_stat.py | 2 +- test/test_team_stat_stat_value.py | 2 +- test/test_team_success_rates.py | 2 +- test/test_team_talent.py | 2 +- test/test_teams_api.py | 2 +- test/test_transfer_eligibility.py | 2 +- test/test_venue.py | 2 +- test/test_venues_api.py | 2 +- 276 files changed, 296 insertions(+), 296 deletions(-) diff --git a/README.md b/README.md index d55c7074..86418c61 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is sub This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 5.0.18 -- Package version: 5.0.18a1 +- API version: 5.0.19 +- Package version: 5.0.19a1 - Generator version: 7.7.0 - Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen @@ -16,9 +16,9 @@ Python 3.7+ ### pip install ```sh -pip install cfbd@5.0.18a1 +pip install cfbd@5.0.19a1 ``` -(you may need to run `pip` with root permission: `sudo pip install cfbd@5.0.18a1`) +(you may need to run `pip` with root permission: `sudo pip install cfbd@5.0.19a1`) Then import the package: ```python diff --git a/cfbd/__init__.py b/cfbd/__init__.py index e9e369d5..a65ff08a 100644 --- a/cfbd/__init__.py +++ b/cfbd/__init__.py @@ -7,7 +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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "5.0.18a1" +__version__ = "5.0.19a1" # import apis into sdk package from cfbd.api.betting_api import BettingApi diff --git a/cfbd/api/betting_api.py b/cfbd/api/betting_api.py index 41cff588..f0266043 100644 --- a/cfbd/api/betting_api.py +++ b/cfbd/api/betting_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/coaches_api.py b/cfbd/api/coaches_api.py index 934d32ad..746edc7c 100644 --- a/cfbd/api/coaches_api.py +++ b/cfbd/api/coaches_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/conferences_api.py b/cfbd/api/conferences_api.py index d568cbdb..f0819fd9 100644 --- a/cfbd/api/conferences_api.py +++ b/cfbd/api/conferences_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/draft_api.py b/cfbd/api/draft_api.py index 01b68ad3..ee5a2ede 100644 --- a/cfbd/api/draft_api.py +++ b/cfbd/api/draft_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/drives_api.py b/cfbd/api/drives_api.py index f7695562..235109c1 100644 --- a/cfbd/api/drives_api.py +++ b/cfbd/api/drives_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/games_api.py b/cfbd/api/games_api.py index d68126ea..d100f113 100644 --- a/cfbd/api/games_api.py +++ b/cfbd/api/games_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/metrics_api.py b/cfbd/api/metrics_api.py index de6636cc..8490a98b 100644 --- a/cfbd/api/metrics_api.py +++ b/cfbd/api/metrics_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/players_api.py b/cfbd/api/players_api.py index b9d9ec54..10125757 100644 --- a/cfbd/api/players_api.py +++ b/cfbd/api/players_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/plays_api.py b/cfbd/api/plays_api.py index 12a28a04..0e5ad77f 100644 --- a/cfbd/api/plays_api.py +++ b/cfbd/api/plays_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/rankings_api.py b/cfbd/api/rankings_api.py index 61b3fa37..3585cfe3 100644 --- a/cfbd/api/rankings_api.py +++ b/cfbd/api/rankings_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/ratings_api.py b/cfbd/api/ratings_api.py index 0d7bf57b..386451f0 100644 --- a/cfbd/api/ratings_api.py +++ b/cfbd/api/ratings_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/recruiting_api.py b/cfbd/api/recruiting_api.py index 4ab8bc66..3f8460d6 100644 --- a/cfbd/api/recruiting_api.py +++ b/cfbd/api/recruiting_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/stats_api.py b/cfbd/api/stats_api.py index 54126baf..c117f40d 100644 --- a/cfbd/api/stats_api.py +++ b/cfbd/api/stats_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/teams_api.py b/cfbd/api/teams_api.py index 86899f7c..ce381922 100644 --- a/cfbd/api/teams_api.py +++ b/cfbd/api/teams_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api/venues_api.py b/cfbd/api/venues_api.py index efa418a1..dd45e021 100644 --- a/cfbd/api/venues_api.py +++ b/cfbd/api/venues_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/api_client.py b/cfbd/api_client.py index 101ac147..b2affb58 100644 --- a/cfbd/api_client.py +++ b/cfbd/api_client.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/5.0.18a1/python' + self.user_agent = 'OpenAPI-Generator/5.0.19a1/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/cfbd/configuration.py b/cfbd/configuration.py index 50cadca6..7b06eb7d 100644 --- a/cfbd/configuration.py +++ b/cfbd/configuration.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -376,8 +376,8 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 5.0.18\n"\ - "SDK Package Version: 5.0.18a1".\ + "Version of the API: 5.0.19\n"\ + "SDK Package Version: 5.0.19a1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/cfbd/exceptions.py b/cfbd/exceptions.py index 5a33443c..0c8f64f0 100644 --- a/cfbd/exceptions.py +++ b/cfbd/exceptions.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/__init__.py b/cfbd/models/__init__.py index 96d5e9ae..2e0f4aa4 100644 --- a/cfbd/models/__init__.py +++ b/cfbd/models/__init__.py @@ -6,7 +6,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_box_score.py b/cfbd/models/advanced_box_score.py index 5622612a..fab49020 100644 --- a/cfbd/models/advanced_box_score.py +++ b/cfbd/models/advanced_box_score.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_box_score_game_info.py b/cfbd/models/advanced_box_score_game_info.py index ef583929..39e565bc 100644 --- a/cfbd/models/advanced_box_score_game_info.py +++ b/cfbd/models/advanced_box_score_game_info.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_box_score_players.py b/cfbd/models/advanced_box_score_players.py index 96b7cfb1..432ea52d 100644 --- a/cfbd/models/advanced_box_score_players.py +++ b/cfbd/models/advanced_box_score_players.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_box_score_teams.py b/cfbd/models/advanced_box_score_teams.py index 1a05f1ba..c71e1866 100644 --- a/cfbd/models/advanced_box_score_teams.py +++ b/cfbd/models/advanced_box_score_teams.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_game_stat.py b/cfbd/models/advanced_game_stat.py index 6045334b..3e054d29 100644 --- a/cfbd/models/advanced_game_stat.py +++ b/cfbd/models/advanced_game_stat.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_game_stat_offense.py b/cfbd/models/advanced_game_stat_offense.py index 120c3ae8..a13b4334 100644 --- a/cfbd/models/advanced_game_stat_offense.py +++ b/cfbd/models/advanced_game_stat_offense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_game_stat_offense_passing_downs.py b/cfbd/models/advanced_game_stat_offense_passing_downs.py index 577e1124..438c8c8f 100644 --- a/cfbd/models/advanced_game_stat_offense_passing_downs.py +++ b/cfbd/models/advanced_game_stat_offense_passing_downs.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_game_stat_offense_passing_plays.py b/cfbd/models/advanced_game_stat_offense_passing_plays.py index 96a5de39..58c6730e 100644 --- a/cfbd/models/advanced_game_stat_offense_passing_plays.py +++ b/cfbd/models/advanced_game_stat_offense_passing_plays.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat.py b/cfbd/models/advanced_season_stat.py index 5c92b94d..e2dcb442 100644 --- a/cfbd/models/advanced_season_stat.py +++ b/cfbd/models/advanced_season_stat.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat_defense.py b/cfbd/models/advanced_season_stat_defense.py index 735ad4cf..38445bfd 100644 --- a/cfbd/models/advanced_season_stat_defense.py +++ b/cfbd/models/advanced_season_stat_defense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat_offense.py b/cfbd/models/advanced_season_stat_offense.py index bd7ff515..9bf12a41 100644 --- a/cfbd/models/advanced_season_stat_offense.py +++ b/cfbd/models/advanced_season_stat_offense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat_offense_field_position.py b/cfbd/models/advanced_season_stat_offense_field_position.py index 67fb198c..01e3b93c 100644 --- a/cfbd/models/advanced_season_stat_offense_field_position.py +++ b/cfbd/models/advanced_season_stat_offense_field_position.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat_offense_havoc.py b/cfbd/models/advanced_season_stat_offense_havoc.py index 341c8a9b..e7520ac6 100644 --- a/cfbd/models/advanced_season_stat_offense_havoc.py +++ b/cfbd/models/advanced_season_stat_offense_havoc.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat_offense_passing_downs.py b/cfbd/models/advanced_season_stat_offense_passing_downs.py index a95aa9c2..bb1060cf 100644 --- a/cfbd/models/advanced_season_stat_offense_passing_downs.py +++ b/cfbd/models/advanced_season_stat_offense_passing_downs.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/advanced_season_stat_offense_passing_plays.py b/cfbd/models/advanced_season_stat_offense_passing_plays.py index fe5174a2..f4612377 100644 --- a/cfbd/models/advanced_season_stat_offense_passing_plays.py +++ b/cfbd/models/advanced_season_stat_offense_passing_plays.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/aggregated_team_recruiting.py b/cfbd/models/aggregated_team_recruiting.py index d12586eb..3af18e94 100644 --- a/cfbd/models/aggregated_team_recruiting.py +++ b/cfbd/models/aggregated_team_recruiting.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/betting_game.py b/cfbd/models/betting_game.py index bda554b8..cc1fcac0 100644 --- a/cfbd/models/betting_game.py +++ b/cfbd/models/betting_game.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/calendar_week.py b/cfbd/models/calendar_week.py index 986edac7..221bad5c 100644 --- a/cfbd/models/calendar_week.py +++ b/cfbd/models/calendar_week.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/coach.py b/cfbd/models/coach.py index d8c2b03b..0e2842ee 100644 --- a/cfbd/models/coach.py +++ b/cfbd/models/coach.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/coach_season.py b/cfbd/models/coach_season.py index 94fbbb8b..a7c32ecd 100644 --- a/cfbd/models/coach_season.py +++ b/cfbd/models/coach_season.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/conference.py b/cfbd/models/conference.py index 961dc10a..e4ff1bdb 100644 --- a/cfbd/models/conference.py +++ b/cfbd/models/conference.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/conference_sp.py b/cfbd/models/conference_sp.py index 81e09d5e..20eef404 100644 --- a/cfbd/models/conference_sp.py +++ b/cfbd/models/conference_sp.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/conference_sp_defense.py b/cfbd/models/conference_sp_defense.py index f961febc..2042e992 100644 --- a/cfbd/models/conference_sp_defense.py +++ b/cfbd/models/conference_sp_defense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/conference_sp_offense.py b/cfbd/models/conference_sp_offense.py index 98d7a729..2e92f405 100644 --- a/cfbd/models/conference_sp_offense.py +++ b/cfbd/models/conference_sp_offense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/division_classification.py b/cfbd/models/division_classification.py index a38485bf..c016b056 100644 --- a/cfbd/models/division_classification.py +++ b/cfbd/models/division_classification.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/draft_pick.py b/cfbd/models/draft_pick.py index 5fc2df04..b6d95e96 100644 --- a/cfbd/models/draft_pick.py +++ b/cfbd/models/draft_pick.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/draft_pick_hometown_info.py b/cfbd/models/draft_pick_hometown_info.py index e22392e3..896c6af5 100644 --- a/cfbd/models/draft_pick_hometown_info.py +++ b/cfbd/models/draft_pick_hometown_info.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/draft_position.py b/cfbd/models/draft_position.py index 2250bfda..7ff8b410 100644 --- a/cfbd/models/draft_position.py +++ b/cfbd/models/draft_position.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/draft_team.py b/cfbd/models/draft_team.py index 001c0a37..ce2ba602 100644 --- a/cfbd/models/draft_team.py +++ b/cfbd/models/draft_team.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/drive.py b/cfbd/models/drive.py index 4e93df30..21f87343 100644 --- a/cfbd/models/drive.py +++ b/cfbd/models/drive.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/field_goal_ep.py b/cfbd/models/field_goal_ep.py index a8560fb5..14b04eff 100644 --- a/cfbd/models/field_goal_ep.py +++ b/cfbd/models/field_goal_ep.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game.py b/cfbd/models/game.py index b4655f2e..a43e7640 100644 --- a/cfbd/models/game.py +++ b/cfbd/models/game.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_line.py b/cfbd/models/game_line.py index 4095b292..585e8427 100644 --- a/cfbd/models/game_line.py +++ b/cfbd/models/game_line.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_media.py b/cfbd/models/game_media.py index b289a990..efbb4d2a 100644 --- a/cfbd/models/game_media.py +++ b/cfbd/models/game_media.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_player_stat_categories.py b/cfbd/models/game_player_stat_categories.py index bd5c9a93..24abbc91 100644 --- a/cfbd/models/game_player_stat_categories.py +++ b/cfbd/models/game_player_stat_categories.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_player_stat_player.py b/cfbd/models/game_player_stat_player.py index 3eed0b12..d3ce28c8 100644 --- a/cfbd/models/game_player_stat_player.py +++ b/cfbd/models/game_player_stat_player.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_player_stat_types.py b/cfbd/models/game_player_stat_types.py index a7e86491..3f1c4923 100644 --- a/cfbd/models/game_player_stat_types.py +++ b/cfbd/models/game_player_stat_types.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_player_stats.py b/cfbd/models/game_player_stats.py index 99accb5b..893fe8be 100644 --- a/cfbd/models/game_player_stats.py +++ b/cfbd/models/game_player_stats.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_player_stats_team.py b/cfbd/models/game_player_stats_team.py index e5e57cdd..df58e565 100644 --- a/cfbd/models/game_player_stats_team.py +++ b/cfbd/models/game_player_stats_team.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_status.py b/cfbd/models/game_status.py index 9db0bc5d..03d51652 100644 --- a/cfbd/models/game_status.py +++ b/cfbd/models/game_status.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_team_stats.py b/cfbd/models/game_team_stats.py index 677ef0c1..107d69ce 100644 --- a/cfbd/models/game_team_stats.py +++ b/cfbd/models/game_team_stats.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_team_stats_team.py b/cfbd/models/game_team_stats_team.py index 30f7388f..d130b3be 100644 --- a/cfbd/models/game_team_stats_team.py +++ b/cfbd/models/game_team_stats_team.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_team_stats_team_stat.py b/cfbd/models/game_team_stats_team_stat.py index 0e4ba40f..54701a2f 100644 --- a/cfbd/models/game_team_stats_team_stat.py +++ b/cfbd/models/game_team_stats_team_stat.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/game_weather.py b/cfbd/models/game_weather.py index d2d66899..f6d6ae51 100644 --- a/cfbd/models/game_weather.py +++ b/cfbd/models/game_weather.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/live_game.py b/cfbd/models/live_game.py index 89ed2af5..30e7d30d 100644 --- a/cfbd/models/live_game.py +++ b/cfbd/models/live_game.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/live_game_drive.py b/cfbd/models/live_game_drive.py index c44993e4..d0222dcc 100644 --- a/cfbd/models/live_game_drive.py +++ b/cfbd/models/live_game_drive.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/live_game_play.py b/cfbd/models/live_game_play.py index a0b86bc9..855c225c 100644 --- a/cfbd/models/live_game_play.py +++ b/cfbd/models/live_game_play.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/live_game_team.py b/cfbd/models/live_game_team.py index e97d4180..849a3b93 100644 --- a/cfbd/models/live_game_team.py +++ b/cfbd/models/live_game_team.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/matchup.py b/cfbd/models/matchup.py index 40267f49..2ee41fe4 100644 --- a/cfbd/models/matchup.py +++ b/cfbd/models/matchup.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/matchup_game.py b/cfbd/models/matchup_game.py index 33b5ec7c..fa1f3414 100644 --- a/cfbd/models/matchup_game.py +++ b/cfbd/models/matchup_game.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/media_type.py b/cfbd/models/media_type.py index 89fdcfd6..839a3ade 100644 --- a/cfbd/models/media_type.py +++ b/cfbd/models/media_type.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play.py b/cfbd/models/play.py index 792e309f..0e6d0be3 100644 --- a/cfbd/models/play.py +++ b/cfbd/models/play.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play_clock.py b/cfbd/models/play_clock.py index abbdd22f..0938a39b 100644 --- a/cfbd/models/play_clock.py +++ b/cfbd/models/play_clock.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play_stat.py b/cfbd/models/play_stat.py index 16ce22e0..f0c5e424 100644 --- a/cfbd/models/play_stat.py +++ b/cfbd/models/play_stat.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play_stat_clock.py b/cfbd/models/play_stat_clock.py index a40c0b99..0a18a80f 100644 --- a/cfbd/models/play_stat_clock.py +++ b/cfbd/models/play_stat_clock.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play_stat_type.py b/cfbd/models/play_stat_type.py index 6045eef2..28e92913 100644 --- a/cfbd/models/play_stat_type.py +++ b/cfbd/models/play_stat_type.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play_type.py b/cfbd/models/play_type.py index 1c8e8661..fad6bccc 100644 --- a/cfbd/models/play_type.py +++ b/cfbd/models/play_type.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/play_win_probability.py b/cfbd/models/play_win_probability.py index fb15120e..6fd887d7 100644 --- a/cfbd/models/play_win_probability.py +++ b/cfbd/models/play_win_probability.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_game_predicted_points_added.py b/cfbd/models/player_game_predicted_points_added.py index 22ff8405..c03af10b 100644 --- a/cfbd/models/player_game_predicted_points_added.py +++ b/cfbd/models/player_game_predicted_points_added.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_game_predicted_points_added_average_ppa.py b/cfbd/models/player_game_predicted_points_added_average_ppa.py index 94e53f2d..6c2b16ff 100644 --- a/cfbd/models/player_game_predicted_points_added_average_ppa.py +++ b/cfbd/models/player_game_predicted_points_added_average_ppa.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_game_usage.py b/cfbd/models/player_game_usage.py index 64004bbc..be51ac77 100644 --- a/cfbd/models/player_game_usage.py +++ b/cfbd/models/player_game_usage.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_ppa.py b/cfbd/models/player_ppa.py index cc2bbdf6..f2781ae2 100644 --- a/cfbd/models/player_ppa.py +++ b/cfbd/models/player_ppa.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_ppa_chart_item.py b/cfbd/models/player_ppa_chart_item.py index 035cc2df..2c2f11cf 100644 --- a/cfbd/models/player_ppa_chart_item.py +++ b/cfbd/models/player_ppa_chart_item.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_search_result.py b/cfbd/models/player_search_result.py index cef916e4..0b35a950 100644 --- a/cfbd/models/player_search_result.py +++ b/cfbd/models/player_search_result.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_season_predicted_points_added.py b/cfbd/models/player_season_predicted_points_added.py index 2c977bc4..bd8e7472 100644 --- a/cfbd/models/player_season_predicted_points_added.py +++ b/cfbd/models/player_season_predicted_points_added.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_season_predicted_points_added_average_ppa.py b/cfbd/models/player_season_predicted_points_added_average_ppa.py index 347cf7c2..eca3e38c 100644 --- a/cfbd/models/player_season_predicted_points_added_average_ppa.py +++ b/cfbd/models/player_season_predicted_points_added_average_ppa.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_stat.py b/cfbd/models/player_stat.py index 4ccf47eb..8eebd84b 100644 --- a/cfbd/models/player_stat.py +++ b/cfbd/models/player_stat.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_stats_by_quarter.py b/cfbd/models/player_stats_by_quarter.py index 2385b789..30622641 100644 --- a/cfbd/models/player_stats_by_quarter.py +++ b/cfbd/models/player_stats_by_quarter.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_transfer.py b/cfbd/models/player_transfer.py index 39101d88..344275ac 100644 --- a/cfbd/models/player_transfer.py +++ b/cfbd/models/player_transfer.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_usage.py b/cfbd/models/player_usage.py index 29749260..9da86332 100644 --- a/cfbd/models/player_usage.py +++ b/cfbd/models/player_usage.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/player_usage_usage.py b/cfbd/models/player_usage_usage.py index bd4b94be..eeff74b8 100644 --- a/cfbd/models/player_usage_usage.py +++ b/cfbd/models/player_usage_usage.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/poll.py b/cfbd/models/poll.py index f936c11b..690fdfde 100644 --- a/cfbd/models/poll.py +++ b/cfbd/models/poll.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/poll_rank.py b/cfbd/models/poll_rank.py index 37b39a28..139e59dc 100644 --- a/cfbd/models/poll_rank.py +++ b/cfbd/models/poll_rank.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/poll_week.py b/cfbd/models/poll_week.py index bd905d31..a7245b46 100644 --- a/cfbd/models/poll_week.py +++ b/cfbd/models/poll_week.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/predicted_points_value.py b/cfbd/models/predicted_points_value.py index 1bfd388b..8974cce5 100644 --- a/cfbd/models/predicted_points_value.py +++ b/cfbd/models/predicted_points_value.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/pregame_win_probability.py b/cfbd/models/pregame_win_probability.py index 4c0a8819..2ebbf150 100644 --- a/cfbd/models/pregame_win_probability.py +++ b/cfbd/models/pregame_win_probability.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/recruit.py b/cfbd/models/recruit.py index c359951b..3e37b60d 100644 --- a/cfbd/models/recruit.py +++ b/cfbd/models/recruit.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/recruit_classification.py b/cfbd/models/recruit_classification.py index 27898d1c..f93a788f 100644 --- a/cfbd/models/recruit_classification.py +++ b/cfbd/models/recruit_classification.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/recruit_hometown_info.py b/cfbd/models/recruit_hometown_info.py index 521f0021..269104ce 100644 --- a/cfbd/models/recruit_hometown_info.py +++ b/cfbd/models/recruit_hometown_info.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/returning_production.py b/cfbd/models/returning_production.py index 2958fac5..73a28719 100644 --- a/cfbd/models/returning_production.py +++ b/cfbd/models/returning_production.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/roster_player.py b/cfbd/models/roster_player.py index ff3a0007..b3fcbe26 100644 --- a/cfbd/models/roster_player.py +++ b/cfbd/models/roster_player.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/scoreboard_game.py b/cfbd/models/scoreboard_game.py index b652a7a9..60113db4 100644 --- a/cfbd/models/scoreboard_game.py +++ b/cfbd/models/scoreboard_game.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/scoreboard_game_betting.py b/cfbd/models/scoreboard_game_betting.py index 45bafedb..557f5c41 100644 --- a/cfbd/models/scoreboard_game_betting.py +++ b/cfbd/models/scoreboard_game_betting.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/scoreboard_game_home_team.py b/cfbd/models/scoreboard_game_home_team.py index a97d2f78..72ef10fb 100644 --- a/cfbd/models/scoreboard_game_home_team.py +++ b/cfbd/models/scoreboard_game_home_team.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -27,13 +27,13 @@ class ScoreboardGameHomeTeam(BaseModel): """ ScoreboardGameHomeTeam """ - line_score: Optional[conlist(StrictInt)] = Field(default=..., alias="lineScore") + line_scores: Optional[conlist(StrictInt)] = Field(default=..., alias="lineScores") points: Optional[StrictInt] = Field(...) classification: Optional[DivisionClassification] = Field(...) conference: Optional[StrictStr] = Field(...) name: StrictStr = Field(...) id: StrictInt = Field(...) - __properties = ["lineScore", "points", "classification", "conference", "name", "id"] + __properties = ["lineScores", "points", "classification", "conference", "name", "id"] class Config: """Pydantic configuration""" @@ -59,10 +59,10 @@ def to_dict(self): exclude={ }, exclude_none=True) - # set to None if line_score (nullable) is None + # set to None if line_scores (nullable) is None # and __fields_set__ contains the field - if self.line_score is None and "line_score" in self.__fields_set__: - _dict['lineScore'] = None + if self.line_scores is None and "line_scores" in self.__fields_set__: + _dict['lineScores'] = None # set to None if points (nullable) is None # and __fields_set__ contains the field @@ -91,7 +91,7 @@ def from_dict(cls, obj: dict) -> ScoreboardGameHomeTeam: return ScoreboardGameHomeTeam.parse_obj(obj) _obj = ScoreboardGameHomeTeam.parse_obj({ - "line_score": obj.get("lineScore"), + "line_scores": obj.get("lineScores"), "points": obj.get("points"), "classification": obj.get("classification"), "conference": obj.get("conference"), diff --git a/cfbd/models/scoreboard_game_venue.py b/cfbd/models/scoreboard_game_venue.py index 9bf3b25f..2c98e641 100644 --- a/cfbd/models/scoreboard_game_venue.py +++ b/cfbd/models/scoreboard_game_venue.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/scoreboard_game_weather.py b/cfbd/models/scoreboard_game_weather.py index 31305476..2ce068c4 100644 --- a/cfbd/models/scoreboard_game_weather.py +++ b/cfbd/models/scoreboard_game_weather.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/season_type.py b/cfbd/models/season_type.py index 30a57c00..264dda3a 100644 --- a/cfbd/models/season_type.py +++ b/cfbd/models/season_type.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/stats_by_quarter.py b/cfbd/models/stats_by_quarter.py index 54efea66..1436ef8a 100644 --- a/cfbd/models/stats_by_quarter.py +++ b/cfbd/models/stats_by_quarter.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team.py b/cfbd/models/team.py index 27cc543a..da94232f 100644 --- a/cfbd/models/team.py +++ b/cfbd/models/team.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_elo.py b/cfbd/models/team_elo.py index d79c8c08..4dad08a2 100644 --- a/cfbd/models/team_elo.py +++ b/cfbd/models/team_elo.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_explosiveness.py b/cfbd/models/team_explosiveness.py index 0a3a785d..14f2666c 100644 --- a/cfbd/models/team_explosiveness.py +++ b/cfbd/models/team_explosiveness.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_field_position.py b/cfbd/models/team_field_position.py index f49a4bf3..420b1650 100644 --- a/cfbd/models/team_field_position.py +++ b/cfbd/models/team_field_position.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_fpi.py b/cfbd/models/team_fpi.py index dfc3d39f..164e9a96 100644 --- a/cfbd/models/team_fpi.py +++ b/cfbd/models/team_fpi.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_fpi_efficiencies.py b/cfbd/models/team_fpi_efficiencies.py index 73bce327..bb5f5fd6 100644 --- a/cfbd/models/team_fpi_efficiencies.py +++ b/cfbd/models/team_fpi_efficiencies.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_fpi_resume_ranks.py b/cfbd/models/team_fpi_resume_ranks.py index 0a23b33e..f8357c93 100644 --- a/cfbd/models/team_fpi_resume_ranks.py +++ b/cfbd/models/team_fpi_resume_ranks.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_game_predicted_points_added.py b/cfbd/models/team_game_predicted_points_added.py index b9d0f09f..daa28ccd 100644 --- a/cfbd/models/team_game_predicted_points_added.py +++ b/cfbd/models/team_game_predicted_points_added.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_game_predicted_points_added_offense.py b/cfbd/models/team_game_predicted_points_added_offense.py index 2d9010d7..f52ceedf 100644 --- a/cfbd/models/team_game_predicted_points_added_offense.py +++ b/cfbd/models/team_game_predicted_points_added_offense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_havoc.py b/cfbd/models/team_havoc.py index dc14302f..2c366407 100644 --- a/cfbd/models/team_havoc.py +++ b/cfbd/models/team_havoc.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_ppa.py b/cfbd/models/team_ppa.py index f4d0b31b..b370b5c9 100644 --- a/cfbd/models/team_ppa.py +++ b/cfbd/models/team_ppa.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_record.py b/cfbd/models/team_record.py index 42e716b2..05d297b8 100644 --- a/cfbd/models/team_record.py +++ b/cfbd/models/team_record.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_records.py b/cfbd/models/team_records.py index 8e8c4a2c..de589158 100644 --- a/cfbd/models/team_records.py +++ b/cfbd/models/team_records.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_recruiting_ranking.py b/cfbd/models/team_recruiting_ranking.py index d404c3d4..a770ab26 100644 --- a/cfbd/models/team_recruiting_ranking.py +++ b/cfbd/models/team_recruiting_ranking.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_rushing_stats.py b/cfbd/models/team_rushing_stats.py index d9644764..8ac083b4 100644 --- a/cfbd/models/team_rushing_stats.py +++ b/cfbd/models/team_rushing_stats.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_scoring_opportunities.py b/cfbd/models/team_scoring_opportunities.py index 7b357f71..ed1a0c34 100644 --- a/cfbd/models/team_scoring_opportunities.py +++ b/cfbd/models/team_scoring_opportunities.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_season_predicted_points_added.py b/cfbd/models/team_season_predicted_points_added.py index 7e580117..03331f51 100644 --- a/cfbd/models/team_season_predicted_points_added.py +++ b/cfbd/models/team_season_predicted_points_added.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_season_predicted_points_added_offense.py b/cfbd/models/team_season_predicted_points_added_offense.py index efd3514c..6e8bcde6 100644 --- a/cfbd/models/team_season_predicted_points_added_offense.py +++ b/cfbd/models/team_season_predicted_points_added_offense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_season_predicted_points_added_offense_cumulative.py b/cfbd/models/team_season_predicted_points_added_offense_cumulative.py index 622afda9..f932eb53 100644 --- a/cfbd/models/team_season_predicted_points_added_offense_cumulative.py +++ b/cfbd/models/team_season_predicted_points_added_offense_cumulative.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_sp.py b/cfbd/models/team_sp.py index 2107fd18..8cc1e078 100644 --- a/cfbd/models/team_sp.py +++ b/cfbd/models/team_sp.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_sp_defense.py b/cfbd/models/team_sp_defense.py index a5414de4..6f554062 100644 --- a/cfbd/models/team_sp_defense.py +++ b/cfbd/models/team_sp_defense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_sp_offense.py b/cfbd/models/team_sp_offense.py index 1cca363b..5ebf9187 100644 --- a/cfbd/models/team_sp_offense.py +++ b/cfbd/models/team_sp_offense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_sp_special_teams.py b/cfbd/models/team_sp_special_teams.py index 1d89cd29..64f7b1e0 100644 --- a/cfbd/models/team_sp_special_teams.py +++ b/cfbd/models/team_sp_special_teams.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_srs.py b/cfbd/models/team_srs.py index a3e57279..8b5a0c44 100644 --- a/cfbd/models/team_srs.py +++ b/cfbd/models/team_srs.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_stat.py b/cfbd/models/team_stat.py index 062e75f6..4aec9833 100644 --- a/cfbd/models/team_stat.py +++ b/cfbd/models/team_stat.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_stat_stat_value.py b/cfbd/models/team_stat_stat_value.py index 97d46841..1bbfd76d 100644 --- a/cfbd/models/team_stat_stat_value.py +++ b/cfbd/models/team_stat_stat_value.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_success_rates.py b/cfbd/models/team_success_rates.py index 04033608..1202084c 100644 --- a/cfbd/models/team_success_rates.py +++ b/cfbd/models/team_success_rates.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/team_talent.py b/cfbd/models/team_talent.py index fb5bf016..afc0f8b3 100644 --- a/cfbd/models/team_talent.py +++ b/cfbd/models/team_talent.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/transfer_eligibility.py b/cfbd/models/transfer_eligibility.py index 716a01dc..ba6607a1 100644 --- a/cfbd/models/transfer_eligibility.py +++ b/cfbd/models/transfer_eligibility.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/venue.py b/cfbd/models/venue.py index 95574b89..5de42cc8 100644 --- a/cfbd/models/venue.py +++ b/cfbd/models/venue.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/rest.py b/cfbd/rest.py index 2bdbe698..ed75d052 100644 --- a/cfbd/rest.py +++ b/cfbd/rest.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/docs/ScoreboardGameHomeTeam.md b/docs/ScoreboardGameHomeTeam.md index e4707a67..726187de 100644 --- a/docs/ScoreboardGameHomeTeam.md +++ b/docs/ScoreboardGameHomeTeam.md @@ -4,7 +4,7 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**line_score** | **List[int]** | | +**line_scores** | **List[int]** | | **points** | **int** | | **classification** | [**DivisionClassification**](DivisionClassification.md) | | **conference** | **str** | | diff --git a/pyproject.toml b/pyproject.toml index 7f6f6342..9b36c6f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cfbd" -version = "5.0.18a1" +version = "5.0.19a1" description = "College Football Data API" authors = ["the developer "] license = "MIT" diff --git a/setup.py b/setup.py index f9bab185..011c2149 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "cfbd" -VERSION = "5.0.18a1" +VERSION = "5.0.19a1" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", diff --git a/test/test_advanced_box_score.py b/test/test_advanced_box_score.py index dacad0e0..6f4a1bce 100644 --- a/test/test_advanced_box_score.py +++ b/test/test_advanced_box_score.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_box_score_game_info.py b/test/test_advanced_box_score_game_info.py index 9950088e..e78f5ba2 100644 --- a/test/test_advanced_box_score_game_info.py +++ b/test/test_advanced_box_score_game_info.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_box_score_players.py b/test/test_advanced_box_score_players.py index 6c9621af..0fddd684 100644 --- a/test/test_advanced_box_score_players.py +++ b/test/test_advanced_box_score_players.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_box_score_teams.py b/test/test_advanced_box_score_teams.py index ad6cc0ba..daa2a268 100644 --- a/test/test_advanced_box_score_teams.py +++ b/test/test_advanced_box_score_teams.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_game_stat.py b/test/test_advanced_game_stat.py index 14151d4e..e2620491 100644 --- a/test/test_advanced_game_stat.py +++ b/test/test_advanced_game_stat.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_game_stat_offense.py b/test/test_advanced_game_stat_offense.py index edb08359..e648a8ea 100644 --- a/test/test_advanced_game_stat_offense.py +++ b/test/test_advanced_game_stat_offense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_game_stat_offense_passing_downs.py b/test/test_advanced_game_stat_offense_passing_downs.py index 9772df54..5f02b610 100644 --- a/test/test_advanced_game_stat_offense_passing_downs.py +++ b/test/test_advanced_game_stat_offense_passing_downs.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_game_stat_offense_passing_plays.py b/test/test_advanced_game_stat_offense_passing_plays.py index 1889ce41..48b2eb43 100644 --- a/test/test_advanced_game_stat_offense_passing_plays.py +++ b/test/test_advanced_game_stat_offense_passing_plays.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat.py b/test/test_advanced_season_stat.py index 4dcc342e..b38e87b7 100644 --- a/test/test_advanced_season_stat.py +++ b/test/test_advanced_season_stat.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat_defense.py b/test/test_advanced_season_stat_defense.py index 5b777fcc..38bd1841 100644 --- a/test/test_advanced_season_stat_defense.py +++ b/test/test_advanced_season_stat_defense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat_offense.py b/test/test_advanced_season_stat_offense.py index 2d6c3b3c..c27c79f7 100644 --- a/test/test_advanced_season_stat_offense.py +++ b/test/test_advanced_season_stat_offense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat_offense_field_position.py b/test/test_advanced_season_stat_offense_field_position.py index d6af8521..a35afda1 100644 --- a/test/test_advanced_season_stat_offense_field_position.py +++ b/test/test_advanced_season_stat_offense_field_position.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat_offense_havoc.py b/test/test_advanced_season_stat_offense_havoc.py index be14900c..f4919d02 100644 --- a/test/test_advanced_season_stat_offense_havoc.py +++ b/test/test_advanced_season_stat_offense_havoc.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat_offense_passing_downs.py b/test/test_advanced_season_stat_offense_passing_downs.py index 397c9a7a..78822027 100644 --- a/test/test_advanced_season_stat_offense_passing_downs.py +++ b/test/test_advanced_season_stat_offense_passing_downs.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_advanced_season_stat_offense_passing_plays.py b/test/test_advanced_season_stat_offense_passing_plays.py index 3d4c6a98..09cd28b4 100644 --- a/test/test_advanced_season_stat_offense_passing_plays.py +++ b/test/test_advanced_season_stat_offense_passing_plays.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_aggregated_team_recruiting.py b/test/test_aggregated_team_recruiting.py index 28bb885d..1a74ea2c 100644 --- a/test/test_aggregated_team_recruiting.py +++ b/test/test_aggregated_team_recruiting.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_betting_api.py b/test/test_betting_api.py index 55720588..53ad5d73 100644 --- a/test/test_betting_api.py +++ b/test/test_betting_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_betting_game.py b/test/test_betting_game.py index 65a4f1c1..05c40a5b 100644 --- a/test/test_betting_game.py +++ b/test/test_betting_game.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_calendar_week.py b/test/test_calendar_week.py index 453b07b2..4fc1d57c 100644 --- a/test/test_calendar_week.py +++ b/test/test_calendar_week.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_coach.py b/test/test_coach.py index 1a6d894d..0a74d6e8 100644 --- a/test/test_coach.py +++ b/test/test_coach.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_coach_season.py b/test/test_coach_season.py index 95a72a9f..4c531a39 100644 --- a/test/test_coach_season.py +++ b/test/test_coach_season.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_coaches_api.py b/test/test_coaches_api.py index 395e7830..ebfebe7f 100644 --- a/test/test_coaches_api.py +++ b/test/test_coaches_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_conference.py b/test/test_conference.py index 5c8961ee..2e24380e 100644 --- a/test/test_conference.py +++ b/test/test_conference.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_conference_sp.py b/test/test_conference_sp.py index 9db52309..fd62325a 100644 --- a/test/test_conference_sp.py +++ b/test/test_conference_sp.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_conference_sp_defense.py b/test/test_conference_sp_defense.py index 8ab99b08..5d480207 100644 --- a/test/test_conference_sp_defense.py +++ b/test/test_conference_sp_defense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_conference_sp_offense.py b/test/test_conference_sp_offense.py index 7084d6f4..828a919f 100644 --- a/test/test_conference_sp_offense.py +++ b/test/test_conference_sp_offense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_conferences_api.py b/test/test_conferences_api.py index c2f0a05f..c7848c05 100644 --- a/test/test_conferences_api.py +++ b/test/test_conferences_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_division_classification.py b/test/test_division_classification.py index e71580e7..72f1843f 100644 --- a/test/test_division_classification.py +++ b/test/test_division_classification.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_draft_api.py b/test/test_draft_api.py index 2640cbcc..ecfe59e5 100644 --- a/test/test_draft_api.py +++ b/test/test_draft_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_draft_pick.py b/test/test_draft_pick.py index 38b6655d..efd3194d 100644 --- a/test/test_draft_pick.py +++ b/test/test_draft_pick.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_draft_pick_hometown_info.py b/test/test_draft_pick_hometown_info.py index 6ef4747c..7a4e47c1 100644 --- a/test/test_draft_pick_hometown_info.py +++ b/test/test_draft_pick_hometown_info.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_draft_position.py b/test/test_draft_position.py index 1c87a67a..7c165ccd 100644 --- a/test/test_draft_position.py +++ b/test/test_draft_position.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_draft_team.py b/test/test_draft_team.py index 4be8fcf3..70f02b95 100644 --- a/test/test_draft_team.py +++ b/test/test_draft_team.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_drive.py b/test/test_drive.py index 2ff748f9..7f542856 100644 --- a/test/test_drive.py +++ b/test/test_drive.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_drives_api.py b/test/test_drives_api.py index f3e47383..77f8ab07 100644 --- a/test/test_drives_api.py +++ b/test/test_drives_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_field_goal_ep.py b/test/test_field_goal_ep.py index 826e8c1e..fe64223e 100644 --- a/test/test_field_goal_ep.py +++ b/test/test_field_goal_ep.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game.py b/test/test_game.py index 3b105b76..79169577 100644 --- a/test/test_game.py +++ b/test/test_game.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_line.py b/test/test_game_line.py index fe57be3d..b5364ae8 100644 --- a/test/test_game_line.py +++ b/test/test_game_line.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_media.py b/test/test_game_media.py index c80c1095..7d4f4ec8 100644 --- a/test/test_game_media.py +++ b/test/test_game_media.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_player_stat_categories.py b/test/test_game_player_stat_categories.py index ceb478ff..cce97950 100644 --- a/test/test_game_player_stat_categories.py +++ b/test/test_game_player_stat_categories.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_player_stat_player.py b/test/test_game_player_stat_player.py index 1a9f8cb5..4034b1bb 100644 --- a/test/test_game_player_stat_player.py +++ b/test/test_game_player_stat_player.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_player_stat_types.py b/test/test_game_player_stat_types.py index b94cbb70..80bf0862 100644 --- a/test/test_game_player_stat_types.py +++ b/test/test_game_player_stat_types.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_player_stats.py b/test/test_game_player_stats.py index d17199c9..12e48431 100644 --- a/test/test_game_player_stats.py +++ b/test/test_game_player_stats.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_player_stats_team.py b/test/test_game_player_stats_team.py index a1841b2d..088ba7f2 100644 --- a/test/test_game_player_stats_team.py +++ b/test/test_game_player_stats_team.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_status.py b/test/test_game_status.py index e409c94b..c34d1d89 100644 --- a/test/test_game_status.py +++ b/test/test_game_status.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_team_stats.py b/test/test_game_team_stats.py index 6379d2cb..08aba6b9 100644 --- a/test/test_game_team_stats.py +++ b/test/test_game_team_stats.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_team_stats_team.py b/test/test_game_team_stats_team.py index b0830b67..ec4c3c59 100644 --- a/test/test_game_team_stats_team.py +++ b/test/test_game_team_stats_team.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_team_stats_team_stat.py b/test/test_game_team_stats_team_stat.py index 7225f18d..da03fdc2 100644 --- a/test/test_game_team_stats_team_stat.py +++ b/test/test_game_team_stats_team_stat.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_game_weather.py b/test/test_game_weather.py index 7babaaf3..9e6295cc 100644 --- a/test/test_game_weather.py +++ b/test/test_game_weather.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_games_api.py b/test/test_games_api.py index 7e86dfbe..680066af 100644 --- a/test/test_games_api.py +++ b/test/test_games_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_live_game.py b/test/test_live_game.py index 52a7f8a5..b635c3f0 100644 --- a/test/test_live_game.py +++ b/test/test_live_game.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_live_game_drive.py b/test/test_live_game_drive.py index 99d8d651..72b9ef46 100644 --- a/test/test_live_game_drive.py +++ b/test/test_live_game_drive.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_live_game_play.py b/test/test_live_game_play.py index e3370f46..89c874c9 100644 --- a/test/test_live_game_play.py +++ b/test/test_live_game_play.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_live_game_team.py b/test/test_live_game_team.py index ee132f2a..9503e801 100644 --- a/test/test_live_game_team.py +++ b/test/test_live_game_team.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_matchup.py b/test/test_matchup.py index 9f6dc111..4bda5ec8 100644 --- a/test/test_matchup.py +++ b/test/test_matchup.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_matchup_game.py b/test/test_matchup_game.py index a884b226..dd9646b3 100644 --- a/test/test_matchup_game.py +++ b/test/test_matchup_game.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_media_type.py b/test/test_media_type.py index b7605fdc..6a48956d 100644 --- a/test/test_media_type.py +++ b/test/test_media_type.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_metrics_api.py b/test/test_metrics_api.py index 5e793bce..76c1e978 100644 --- a/test/test_metrics_api.py +++ b/test/test_metrics_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play.py b/test/test_play.py index da7676bb..25941316 100644 --- a/test/test_play.py +++ b/test/test_play.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play_clock.py b/test/test_play_clock.py index 30a8db56..e273224a 100644 --- a/test/test_play_clock.py +++ b/test/test_play_clock.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play_stat.py b/test/test_play_stat.py index 08206c51..8b644c82 100644 --- a/test/test_play_stat.py +++ b/test/test_play_stat.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play_stat_clock.py b/test/test_play_stat_clock.py index d2db2bdf..b76f10bf 100644 --- a/test/test_play_stat_clock.py +++ b/test/test_play_stat_clock.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play_stat_type.py b/test/test_play_stat_type.py index 722292bd..a994261a 100644 --- a/test/test_play_stat_type.py +++ b/test/test_play_stat_type.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play_type.py b/test/test_play_type.py index 39a1d515..1d08e24d 100644 --- a/test/test_play_type.py +++ b/test/test_play_type.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_play_win_probability.py b/test/test_play_win_probability.py index 3e540326..8a79fd19 100644 --- a/test/test_play_win_probability.py +++ b/test/test_play_win_probability.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_game_predicted_points_added.py b/test/test_player_game_predicted_points_added.py index 902672f6..3de6d0da 100644 --- a/test/test_player_game_predicted_points_added.py +++ b/test/test_player_game_predicted_points_added.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_game_predicted_points_added_average_ppa.py b/test/test_player_game_predicted_points_added_average_ppa.py index 0ab8d159..02eec4a3 100644 --- a/test/test_player_game_predicted_points_added_average_ppa.py +++ b/test/test_player_game_predicted_points_added_average_ppa.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_game_usage.py b/test/test_player_game_usage.py index 8d40ec4b..e0589dbc 100644 --- a/test/test_player_game_usage.py +++ b/test/test_player_game_usage.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_ppa.py b/test/test_player_ppa.py index cf9ebc60..fc9b75ae 100644 --- a/test/test_player_ppa.py +++ b/test/test_player_ppa.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_ppa_chart_item.py b/test/test_player_ppa_chart_item.py index b97fade6..cd44c6f7 100644 --- a/test/test_player_ppa_chart_item.py +++ b/test/test_player_ppa_chart_item.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_search_result.py b/test/test_player_search_result.py index ed4fb368..22765f35 100644 --- a/test/test_player_search_result.py +++ b/test/test_player_search_result.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_season_predicted_points_added.py b/test/test_player_season_predicted_points_added.py index 21661779..d5b87da4 100644 --- a/test/test_player_season_predicted_points_added.py +++ b/test/test_player_season_predicted_points_added.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_season_predicted_points_added_average_ppa.py b/test/test_player_season_predicted_points_added_average_ppa.py index e697c27c..5da6f3e7 100644 --- a/test/test_player_season_predicted_points_added_average_ppa.py +++ b/test/test_player_season_predicted_points_added_average_ppa.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_stat.py b/test/test_player_stat.py index b5852ed8..d066d7a4 100644 --- a/test/test_player_stat.py +++ b/test/test_player_stat.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_stats_by_quarter.py b/test/test_player_stats_by_quarter.py index 32171024..145e2ba2 100644 --- a/test/test_player_stats_by_quarter.py +++ b/test/test_player_stats_by_quarter.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_transfer.py b/test/test_player_transfer.py index 86a522a3..04a0bcc1 100644 --- a/test/test_player_transfer.py +++ b/test/test_player_transfer.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_usage.py b/test/test_player_usage.py index 6260385e..1e4374fd 100644 --- a/test/test_player_usage.py +++ b/test/test_player_usage.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_player_usage_usage.py b/test/test_player_usage_usage.py index c3edc8b7..04fd455b 100644 --- a/test/test_player_usage_usage.py +++ b/test/test_player_usage_usage.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_players_api.py b/test/test_players_api.py index 4a6b0818..61f7c511 100644 --- a/test/test_players_api.py +++ b/test/test_players_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_plays_api.py b/test/test_plays_api.py index d957effd..79a58cb7 100644 --- a/test/test_plays_api.py +++ b/test/test_plays_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_poll.py b/test/test_poll.py index 27fcf87f..b753fae4 100644 --- a/test/test_poll.py +++ b/test/test_poll.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_poll_rank.py b/test/test_poll_rank.py index ca164bdd..8f42226c 100644 --- a/test/test_poll_rank.py +++ b/test/test_poll_rank.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_poll_week.py b/test/test_poll_week.py index c08b2f1e..4d74f474 100644 --- a/test/test_poll_week.py +++ b/test/test_poll_week.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_predicted_points_value.py b/test/test_predicted_points_value.py index 8eb8f652..cf5ade92 100644 --- a/test/test_predicted_points_value.py +++ b/test/test_predicted_points_value.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_pregame_win_probability.py b/test/test_pregame_win_probability.py index dec6a6f4..dea07aa6 100644 --- a/test/test_pregame_win_probability.py +++ b/test/test_pregame_win_probability.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_rankings_api.py b/test/test_rankings_api.py index b07e5287..d2f15e12 100644 --- a/test/test_rankings_api.py +++ b/test/test_rankings_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ratings_api.py b/test/test_ratings_api.py index 2e67f0a6..ab6fe4ba 100644 --- a/test/test_ratings_api.py +++ b/test/test_ratings_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recruit.py b/test/test_recruit.py index dd134a4e..397b5302 100644 --- a/test/test_recruit.py +++ b/test/test_recruit.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recruit_classification.py b/test/test_recruit_classification.py index f431ec52..c4633f95 100644 --- a/test/test_recruit_classification.py +++ b/test/test_recruit_classification.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recruit_hometown_info.py b/test/test_recruit_hometown_info.py index 8225b1a5..614d1e95 100644 --- a/test/test_recruit_hometown_info.py +++ b/test/test_recruit_hometown_info.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recruiting_api.py b/test/test_recruiting_api.py index 4cd86567..1648f254 100644 --- a/test/test_recruiting_api.py +++ b/test/test_recruiting_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_returning_production.py b/test/test_returning_production.py index 9d10eed7..455a8145 100644 --- a/test/test_returning_production.py +++ b/test/test_returning_production.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_roster_player.py b/test/test_roster_player.py index 377fa0d6..09ceb580 100644 --- a/test/test_roster_player.py +++ b/test/test_roster_player.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_scoreboard_game.py b/test/test_scoreboard_game.py index ca0735b7..aa879cf7 100644 --- a/test/test_scoreboard_game.py +++ b/test/test_scoreboard_game.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -53,7 +53,7 @@ def make_instance(self, include_optional) -> ScoreboardGame: city = '', name = '', ), home_team = cfbd.models.scoreboard_game_home_team.ScoreboardGame_homeTeam( - line_score = [ + line_scores = [ 56 ], points = 56, @@ -62,7 +62,7 @@ def make_instance(self, include_optional) -> ScoreboardGame: name = '', id = 56, ), away_team = cfbd.models.scoreboard_game_home_team.ScoreboardGame_homeTeam( - line_score = [ + line_scores = [ 56 ], points = 56, @@ -99,7 +99,7 @@ def make_instance(self, include_optional) -> ScoreboardGame: city = '', name = '', ), home_team = cfbd.models.scoreboard_game_home_team.ScoreboardGame_homeTeam( - line_score = [ + line_scores = [ 56 ], points = 56, @@ -108,7 +108,7 @@ def make_instance(self, include_optional) -> ScoreboardGame: name = '', id = 56, ), away_team = cfbd.models.scoreboard_game_home_team.ScoreboardGame_homeTeam( - line_score = [ + line_scores = [ 56 ], points = 56, diff --git a/test/test_scoreboard_game_betting.py b/test/test_scoreboard_game_betting.py index 85d9dc5c..454092f3 100644 --- a/test/test_scoreboard_game_betting.py +++ b/test/test_scoreboard_game_betting.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_scoreboard_game_home_team.py b/test/test_scoreboard_game_home_team.py index 7c632733..7d6b263e 100644 --- a/test/test_scoreboard_game_home_team.py +++ b/test/test_scoreboard_game_home_team.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -37,7 +37,7 @@ def make_instance(self, include_optional) -> ScoreboardGameHomeTeam: model = ScoreboardGameHomeTeam() # noqa: E501 if include_optional: return ScoreboardGameHomeTeam( - line_score = [ + line_scores = [ 56 ], points = 56, @@ -48,7 +48,7 @@ def make_instance(self, include_optional) -> ScoreboardGameHomeTeam: ) else: return ScoreboardGameHomeTeam( - line_score = [ + line_scores = [ 56 ], points = 56, diff --git a/test/test_scoreboard_game_venue.py b/test/test_scoreboard_game_venue.py index e5b63042..5bb321c2 100644 --- a/test/test_scoreboard_game_venue.py +++ b/test/test_scoreboard_game_venue.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_scoreboard_game_weather.py b/test/test_scoreboard_game_weather.py index 441fafa7..8541c8ac 100644 --- a/test/test_scoreboard_game_weather.py +++ b/test/test_scoreboard_game_weather.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_season_type.py b/test/test_season_type.py index 5c07b895..77467e3f 100644 --- a/test/test_season_type.py +++ b/test/test_season_type.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_stats_api.py b/test/test_stats_api.py index dec95ca8..42b7d81d 100644 --- a/test/test_stats_api.py +++ b/test/test_stats_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_stats_by_quarter.py b/test/test_stats_by_quarter.py index 21bab25e..efd1db33 100644 --- a/test/test_stats_by_quarter.py +++ b/test/test_stats_by_quarter.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team.py b/test/test_team.py index 707ac48f..28c5617e 100644 --- a/test/test_team.py +++ b/test/test_team.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_elo.py b/test/test_team_elo.py index dec14738..7f0720ef 100644 --- a/test/test_team_elo.py +++ b/test/test_team_elo.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_explosiveness.py b/test/test_team_explosiveness.py index 77a1d807..17896fa4 100644 --- a/test/test_team_explosiveness.py +++ b/test/test_team_explosiveness.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_field_position.py b/test/test_team_field_position.py index 4b3f317c..efd24d63 100644 --- a/test/test_team_field_position.py +++ b/test/test_team_field_position.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_fpi.py b/test/test_team_fpi.py index 695b9f36..94448aba 100644 --- a/test/test_team_fpi.py +++ b/test/test_team_fpi.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_fpi_efficiencies.py b/test/test_team_fpi_efficiencies.py index b48d79b2..6e68b7e7 100644 --- a/test/test_team_fpi_efficiencies.py +++ b/test/test_team_fpi_efficiencies.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_fpi_resume_ranks.py b/test/test_team_fpi_resume_ranks.py index 8ee1ca50..2af65ab2 100644 --- a/test/test_team_fpi_resume_ranks.py +++ b/test/test_team_fpi_resume_ranks.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_game_predicted_points_added.py b/test/test_team_game_predicted_points_added.py index d105e2e6..8858d858 100644 --- a/test/test_team_game_predicted_points_added.py +++ b/test/test_team_game_predicted_points_added.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_game_predicted_points_added_offense.py b/test/test_team_game_predicted_points_added_offense.py index 2130006a..236ca706 100644 --- a/test/test_team_game_predicted_points_added_offense.py +++ b/test/test_team_game_predicted_points_added_offense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_havoc.py b/test/test_team_havoc.py index 3bf3a3e6..39e34159 100644 --- a/test/test_team_havoc.py +++ b/test/test_team_havoc.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_ppa.py b/test/test_team_ppa.py index df6112eb..3af10774 100644 --- a/test/test_team_ppa.py +++ b/test/test_team_ppa.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_record.py b/test/test_team_record.py index cc406ffc..2901d655 100644 --- a/test/test_team_record.py +++ b/test/test_team_record.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_records.py b/test/test_team_records.py index 4188ce6e..adc42fe9 100644 --- a/test/test_team_records.py +++ b/test/test_team_records.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_recruiting_ranking.py b/test/test_team_recruiting_ranking.py index 820dd533..5550c96b 100644 --- a/test/test_team_recruiting_ranking.py +++ b/test/test_team_recruiting_ranking.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_rushing_stats.py b/test/test_team_rushing_stats.py index 003f9080..909712da 100644 --- a/test/test_team_rushing_stats.py +++ b/test/test_team_rushing_stats.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_scoring_opportunities.py b/test/test_team_scoring_opportunities.py index 12423c4f..f07fd866 100644 --- a/test/test_team_scoring_opportunities.py +++ b/test/test_team_scoring_opportunities.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_season_predicted_points_added.py b/test/test_team_season_predicted_points_added.py index 2905a3ff..b6416ed2 100644 --- a/test/test_team_season_predicted_points_added.py +++ b/test/test_team_season_predicted_points_added.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_season_predicted_points_added_offense.py b/test/test_team_season_predicted_points_added_offense.py index 8e03016b..4f9668db 100644 --- a/test/test_team_season_predicted_points_added_offense.py +++ b/test/test_team_season_predicted_points_added_offense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_season_predicted_points_added_offense_cumulative.py b/test/test_team_season_predicted_points_added_offense_cumulative.py index 84559ad9..a9edb75d 100644 --- a/test/test_team_season_predicted_points_added_offense_cumulative.py +++ b/test/test_team_season_predicted_points_added_offense_cumulative.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_sp.py b/test/test_team_sp.py index 983dafda..9e57c2d0 100644 --- a/test/test_team_sp.py +++ b/test/test_team_sp.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_sp_defense.py b/test/test_team_sp_defense.py index f79021c3..4d337701 100644 --- a/test/test_team_sp_defense.py +++ b/test/test_team_sp_defense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_sp_offense.py b/test/test_team_sp_offense.py index 1526ee78..d12f984f 100644 --- a/test/test_team_sp_offense.py +++ b/test/test_team_sp_offense.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_sp_special_teams.py b/test/test_team_sp_special_teams.py index d9d5ae39..603f2633 100644 --- a/test/test_team_sp_special_teams.py +++ b/test/test_team_sp_special_teams.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_srs.py b/test/test_team_srs.py index 964a90c7..7b9edc4f 100644 --- a/test/test_team_srs.py +++ b/test/test_team_srs.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_stat.py b/test/test_team_stat.py index 8c3974c6..bc0f67c1 100644 --- a/test/test_team_stat.py +++ b/test/test_team_stat.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_stat_stat_value.py b/test/test_team_stat_stat_value.py index a12c5add..f44bd873 100644 --- a/test/test_team_stat_stat_value.py +++ b/test/test_team_stat_stat_value.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_success_rates.py b/test/test_team_success_rates.py index 0605d232..08072e31 100644 --- a/test/test_team_success_rates.py +++ b/test/test_team_success_rates.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_team_talent.py b/test/test_team_talent.py index 7f330fa9..55d580ae 100644 --- a/test/test_team_talent.py +++ b/test/test_team_talent.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_teams_api.py b/test/test_teams_api.py index 8214787d..945dba7d 100644 --- a/test/test_teams_api.py +++ b/test/test_teams_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_transfer_eligibility.py b/test/test_transfer_eligibility.py index ceed7c5e..3e9491ce 100644 --- a/test/test_transfer_eligibility.py +++ b/test/test_transfer_eligibility.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_venue.py b/test/test_venue.py index 3ba7044a..1591dad4 100644 --- a/test/test_venue.py +++ b/test/test_venue.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_venues_api.py b/test/test_venues_api.py index a123f0ec..d560f611 100644 --- a/test/test_venues_api.py +++ b/test/test_venues_api.py @@ -5,7 +5,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. - The version of the OpenAPI document: 5.0.18 + The version of the OpenAPI document: 5.0.19 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech)