From f288c5f577d3adcdd3a2783fe6d2ae00b4d2ef11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:30:09 +0000 Subject: [PATCH] fix(coaches): bad hireDate format --- README.md | 4 ++-- 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 +- cfbd/models/advanced_game_stat_offense_passing_downs.py | 2 +- cfbd/models/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 +- cfbd/models/advanced_season_stat_offense_field_position.py | 2 +- cfbd/models/advanced_season_stat_offense_havoc.py | 2 +- cfbd/models/advanced_season_stat_offense_passing_downs.py | 2 +- cfbd/models/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 | 6 +++--- 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 +- .../player_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 +- cfbd/models/player_season_predicted_points_added.py | 2 +- .../player_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 | 2 +- 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 +- cfbd/models/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 +- cfbd/models/team_season_predicted_points_added_offense.py | 2 +- ...team_season_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/Coach.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 +- test/test_advanced_game_stat_offense_passing_downs.py | 2 +- test/test_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 +- test/test_advanced_season_stat_offense_field_position.py | 2 +- test/test_advanced_season_stat_offense_havoc.py | 2 +- test/test_advanced_season_stat_offense_passing_downs.py | 2 +- test/test_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 | 6 +++--- 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 +- test/test_player_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 +- ...test_player_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 | 2 +- test/test_scoreboard_game_betting.py | 2 +- test/test_scoreboard_game_home_team.py | 2 +- 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 +- test/test_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 +- test/test_team_season_predicted_points_added_offense.py | 2 +- ...team_season_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, 286 insertions(+), 286 deletions(-) diff --git a/README.md b/README.md index cf09b74f..e52bc9d2 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.10 -- Package version: 5.0.10a1 +- API version: 5.0.11 +- Package version: 5.0.11a1 - Generator version: 7.7.0 - Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen diff --git a/cfbd/__init__.py b/cfbd/__init__.py index f5d3815c..f0918ae2 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.10 + The version of the OpenAPI document: 5.0.11 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "5.0.10a1" +__version__ = "5.0.11a1" # 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 35864b92..a0312420 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.10 + The version of the OpenAPI document: 5.0.11 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 f4d9b7bd..ee47c85d 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.10 + The version of the OpenAPI document: 5.0.11 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 e11e2821..6817ce28 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.10 + The version of the OpenAPI document: 5.0.11 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 8e2a63ef..b63852ec 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.10 + The version of the OpenAPI document: 5.0.11 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 de18bd97..d5a98cc7 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.10 + The version of the OpenAPI document: 5.0.11 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 50e8e475..6467a908 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.10 + The version of the OpenAPI document: 5.0.11 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 be36204b..5c4b5337 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.10 + The version of the OpenAPI document: 5.0.11 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 a985b338..9193aca7 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.10 + The version of the OpenAPI document: 5.0.11 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 8e096d4b..752dc76e 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.10 + The version of the OpenAPI document: 5.0.11 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 5cfcf977..60ad49eb 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.10 + The version of the OpenAPI document: 5.0.11 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 85191e90..ed0939b5 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.10 + The version of the OpenAPI document: 5.0.11 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 ef9a4241..fe20df5d 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.10 + The version of the OpenAPI document: 5.0.11 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 2e6e74f5..ead78907 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.10 + The version of the OpenAPI document: 5.0.11 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 8f93b0b5..2358fe83 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.10 + The version of the OpenAPI document: 5.0.11 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 ec011197..46618762 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.10 + The version of the OpenAPI document: 5.0.11 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 4d413b6b..9505e122 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.10 + The version of the OpenAPI document: 5.0.11 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.10a1/python' + self.user_agent = 'OpenAPI-Generator/5.0.11a1/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/cfbd/configuration.py b/cfbd/configuration.py index 7c3ae250..f2594dbf 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.10 + The version of the OpenAPI document: 5.0.11 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.10\n"\ - "SDK Package Version: 5.0.10a1".\ + "Version of the API: 5.0.11\n"\ + "SDK Package Version: 5.0.11a1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/cfbd/exceptions.py b/cfbd/exceptions.py index a428b96c..694abad8 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.10 + The version of the OpenAPI document: 5.0.11 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 f9277200..e97f73a4 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.10 + The version of the OpenAPI document: 5.0.11 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 5d4812c1..864f5ae6 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.10 + The version of the OpenAPI document: 5.0.11 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 18191d40..d7974cb0 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.10 + The version of the OpenAPI document: 5.0.11 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 7546d8de..6a489a7b 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.10 + The version of the OpenAPI document: 5.0.11 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 a6bd0505..4e97658c 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.10 + The version of the OpenAPI document: 5.0.11 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 382a4dfd..2309ce28 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.10 + The version of the OpenAPI document: 5.0.11 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 be464ef9..da7c0c72 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.10 + The version of the OpenAPI document: 5.0.11 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 b0ce423c..29d0d434 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.10 + The version of the OpenAPI document: 5.0.11 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 9221d8c7..77967dc8 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.10 + The version of the OpenAPI document: 5.0.11 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 7846b34d..c3506e15 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.10 + The version of the OpenAPI document: 5.0.11 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 2031c076..312e3159 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.10 + The version of the OpenAPI document: 5.0.11 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 5cc1bb60..4cd2ee20 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.10 + The version of the OpenAPI document: 5.0.11 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 4c02eedd..58763a83 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.10 + The version of the OpenAPI document: 5.0.11 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 74cbe855..123f5d18 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.10 + The version of the OpenAPI document: 5.0.11 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 72bc5dc5..7c76866a 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.10 + The version of the OpenAPI document: 5.0.11 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 41ccf7c0..43fe0659 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.10 + The version of the OpenAPI document: 5.0.11 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 ec461f0e..198a6afa 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.10 + The version of the OpenAPI document: 5.0.11 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 f7d4b66b..dc802c08 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.10 + The version of the OpenAPI document: 5.0.11 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 a8801f9c..a1f3bfa0 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.10 + The version of the OpenAPI document: 5.0.11 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 41362d03..845f24a1 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.10 + The version of the OpenAPI document: 5.0.11 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from datetime import date +from datetime import datetime from typing import List, Optional from pydantic import BaseModel, Field, StrictStr, conlist from cfbd.models.coach_season import CoachSeason @@ -29,7 +29,7 @@ class Coach(BaseModel): """ first_name: StrictStr = Field(default=..., alias="firstName") last_name: StrictStr = Field(default=..., alias="lastName") - hire_date: Optional[date] = Field(default=..., alias="hireDate") + hire_date: Optional[datetime] = Field(default=..., alias="hireDate") seasons: conlist(CoachSeason) = Field(...) __properties = ["firstName", "lastName", "hireDate", "seasons"] diff --git a/cfbd/models/coach_season.py b/cfbd/models/coach_season.py index 3ba51ab6..ad8576b4 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.10 + The version of the OpenAPI document: 5.0.11 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 bf8aeefe..f9830fc9 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.10 + The version of the OpenAPI document: 5.0.11 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 e720d39c..2ffd43aa 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.10 + The version of the OpenAPI document: 5.0.11 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 e0a4fdfa..93f056f0 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.10 + The version of the OpenAPI document: 5.0.11 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 b9c26e17..35ccb511 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.10 + The version of the OpenAPI document: 5.0.11 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 bccb515c..bb35a281 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.10 + The version of the OpenAPI document: 5.0.11 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 5c1dabde..d3d7defa 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.10 + The version of the OpenAPI document: 5.0.11 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 dd685899..f6692f85 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.10 + The version of the OpenAPI document: 5.0.11 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 3d6b4840..69f79089 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.10 + The version of the OpenAPI document: 5.0.11 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 ff8cf864..2ec57647 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.10 + The version of the OpenAPI document: 5.0.11 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 cb241d1a..9343af8a 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.10 + The version of the OpenAPI document: 5.0.11 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 41373c86..e3a92a3a 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.10 + The version of the OpenAPI document: 5.0.11 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 ac5f934b..53d61ef1 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.10 + The version of the OpenAPI document: 5.0.11 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 960591bc..1e512c04 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.10 + The version of the OpenAPI document: 5.0.11 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 3a3d6d0d..f17692f5 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.10 + The version of the OpenAPI document: 5.0.11 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 4dd9b9be..384393cf 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.10 + The version of the OpenAPI document: 5.0.11 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 6c80a48d..53d23fb3 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.10 + The version of the OpenAPI document: 5.0.11 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 13ab6ce9..25982e89 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.10 + The version of the OpenAPI document: 5.0.11 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 06ba0a6a..82e713c5 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.10 + The version of the OpenAPI document: 5.0.11 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 c1975f63..5e1cdf51 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.10 + The version of the OpenAPI document: 5.0.11 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 3969e7b5..3db7f675 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.10 + The version of the OpenAPI document: 5.0.11 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 0635576e..526ad360 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.10 + The version of the OpenAPI document: 5.0.11 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 0014540e..0e152414 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.10 + The version of the OpenAPI document: 5.0.11 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 c58efa59..d183f0f6 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.10 + The version of the OpenAPI document: 5.0.11 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 a4b18126..203ec4b9 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.10 + The version of the OpenAPI document: 5.0.11 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 253b42e4..33b8a80f 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.10 + The version of the OpenAPI document: 5.0.11 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 3380f6ea..67a701c4 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.10 + The version of the OpenAPI document: 5.0.11 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 bc050cd9..17bcf917 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.10 + The version of the OpenAPI document: 5.0.11 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 afe1e366..287b5983 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.10 + The version of the OpenAPI document: 5.0.11 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 8d0b0b62..e0d0411e 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.10 + The version of the OpenAPI document: 5.0.11 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 b2bea585..0ff2989c 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.10 + The version of the OpenAPI document: 5.0.11 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 3442b096..813553f0 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.10 + The version of the OpenAPI document: 5.0.11 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 52ea22ec..080e7260 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.10 + The version of the OpenAPI document: 5.0.11 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 ecdb8d6b..fcc26797 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.10 + The version of the OpenAPI document: 5.0.11 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 3a5ee033..fb1f45ea 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.10 + The version of the OpenAPI document: 5.0.11 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 50e055b6..8b2a0fd3 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.10 + The version of the OpenAPI document: 5.0.11 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 7a5b093c..5f42ed81 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.10 + The version of the OpenAPI document: 5.0.11 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 f38617c2..1ee1135c 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.10 + The version of the OpenAPI document: 5.0.11 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 e993e1b4..b3f54ada 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.10 + The version of the OpenAPI document: 5.0.11 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 6992c10e..bb77c1dc 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.10 + The version of the OpenAPI document: 5.0.11 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 e0553a95..e3a30d27 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.10 + The version of the OpenAPI document: 5.0.11 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 e5fe83f8..55449d9b 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.10 + The version of the OpenAPI document: 5.0.11 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 f086a317..b19fe84e 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.10 + The version of the OpenAPI document: 5.0.11 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 3471133c..64403ce5 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.10 + The version of the OpenAPI document: 5.0.11 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 6d9c0adf..22a8be8f 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.10 + The version of the OpenAPI document: 5.0.11 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 9c1d3b35..78371c3a 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.10 + The version of the OpenAPI document: 5.0.11 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 ba5cfba9..8d408bd0 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.10 + The version of the OpenAPI document: 5.0.11 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 4de39c03..b5bb58de 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.10 + The version of the OpenAPI document: 5.0.11 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 2b7dd632..fee0c7f5 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.10 + The version of the OpenAPI document: 5.0.11 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 d3a7252c..a92deb77 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.10 + The version of the OpenAPI document: 5.0.11 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 77635e53..3303e6ac 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.10 + The version of the OpenAPI document: 5.0.11 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 67ffaed8..2bd1c367 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.10 + The version of the OpenAPI document: 5.0.11 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 9973194e..5700525a 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.10 + The version of the OpenAPI document: 5.0.11 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 eedfe9c4..d76a3e88 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.10 + The version of the OpenAPI document: 5.0.11 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 2a8335d0..74fe9eb8 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.10 + The version of the OpenAPI document: 5.0.11 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 999fd3ca..792da7c5 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.10 + The version of the OpenAPI document: 5.0.11 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 2c787169..fac31036 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.10 + The version of the OpenAPI document: 5.0.11 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 95aaeac2..e06434b2 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.10 + The version of the OpenAPI document: 5.0.11 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 54fea36a..31c0db7f 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.10 + The version of the OpenAPI document: 5.0.11 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 8ef7bedd..40974c33 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.10 + The version of the OpenAPI document: 5.0.11 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 feb25142..f0501276 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.10 + The version of the OpenAPI document: 5.0.11 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 2bd834b8..16e5fab6 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.10 + The version of the OpenAPI document: 5.0.11 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 b0ab6b99..f9a4aa07 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.10 + The version of the OpenAPI document: 5.0.11 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 faab2318..f8111785 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.10 + The version of the OpenAPI document: 5.0.11 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 0f380060..e8ed6f05 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.10 + The version of the OpenAPI document: 5.0.11 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/models/scoreboard_game_venue.py b/cfbd/models/scoreboard_game_venue.py index fd28fbde..c368da54 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.10 + The version of the OpenAPI document: 5.0.11 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 fea410ea..231a29fc 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.10 + The version of the OpenAPI document: 5.0.11 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 da0be563..4bd7ced9 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.10 + The version of the OpenAPI document: 5.0.11 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 df3a4770..2bf714c0 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.10 + The version of the OpenAPI document: 5.0.11 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 147029f1..d26335f5 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.10 + The version of the OpenAPI document: 5.0.11 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 278ffaa2..30cf69fe 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.10 + The version of the OpenAPI document: 5.0.11 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 350469cd..d1234308 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.10 + The version of the OpenAPI document: 5.0.11 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 801ced7d..3a147184 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.10 + The version of the OpenAPI document: 5.0.11 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 c22bec8e..0d268cbf 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.10 + The version of the OpenAPI document: 5.0.11 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 41f7c83c..441b1fcc 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.10 + The version of the OpenAPI document: 5.0.11 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 196a6a53..60470dc1 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.10 + The version of the OpenAPI document: 5.0.11 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 3854946d..686fa138 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.10 + The version of the OpenAPI document: 5.0.11 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 7277b2d0..0bd98e87 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.10 + The version of the OpenAPI document: 5.0.11 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 ea217510..0c6614a0 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.10 + The version of the OpenAPI document: 5.0.11 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 9ce995a3..f9ba67b5 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.10 + The version of the OpenAPI document: 5.0.11 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 56a4484d..06e40bc7 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.10 + The version of the OpenAPI document: 5.0.11 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 2f359757..a8b5fa7e 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.10 + The version of the OpenAPI document: 5.0.11 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 6aef5bde..dc5ada3e 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.10 + The version of the OpenAPI document: 5.0.11 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 b48aacb7..f8062046 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.10 + The version of the OpenAPI document: 5.0.11 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 13081874..cb733c49 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.10 + The version of the OpenAPI document: 5.0.11 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 b4749b15..b8dd6290 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.10 + The version of the OpenAPI document: 5.0.11 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 45f50c4f..d8615a58 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.10 + The version of the OpenAPI document: 5.0.11 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 55b32676..e735235a 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.10 + The version of the OpenAPI document: 5.0.11 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 38941f05..26a74a37 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.10 + The version of the OpenAPI document: 5.0.11 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 11ff6dc0..81749d4f 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.10 + The version of the OpenAPI document: 5.0.11 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 6fd37b1b..751c0001 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.10 + The version of the OpenAPI document: 5.0.11 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 bbe23bb7..c931f11b 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.10 + The version of the OpenAPI document: 5.0.11 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 d9247187..21199abe 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.10 + The version of the OpenAPI document: 5.0.11 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 2ab7f24a..1f637208 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.10 + The version of the OpenAPI document: 5.0.11 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 5341a56d..d1faec9a 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.10 + The version of the OpenAPI document: 5.0.11 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 33b4773e..53d4e6c2 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.10 + The version of the OpenAPI document: 5.0.11 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 85551ba6..60926295 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.10 + The version of the OpenAPI document: 5.0.11 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 e9ed2aff..62a3b638 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.10 + The version of the OpenAPI document: 5.0.11 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 bbccef9c..662d9d1c 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.10 + The version of the OpenAPI document: 5.0.11 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/cfbd/rest.py b/cfbd/rest.py index 1d7dff4d..9b7a630b 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.10 + The version of the OpenAPI document: 5.0.11 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/docs/Coach.md b/docs/Coach.md index d61af629..1c144048 100644 --- a/docs/Coach.md +++ b/docs/Coach.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **first_name** | **str** | | **last_name** | **str** | | -**hire_date** | **date** | | +**hire_date** | **datetime** | | **seasons** | [**List[CoachSeason]**](CoachSeason.md) | | ## Example diff --git a/pyproject.toml b/pyproject.toml index 22eb7990..0c7bee0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cfbd" -version = "5.0.10a1" +version = "5.0.11a1" description = "College Football Data API" authors = ["the developer "] license = "MIT" diff --git a/setup.py b/setup.py index 0f9604f9..78a96092 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.10 + The version of the OpenAPI document: 5.0.11 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.10a1" +VERSION = "5.0.11a1" 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 9df22b23..94bd4c4f 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.10 + The version of the OpenAPI document: 5.0.11 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 1062039d..f4a1d810 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.10 + The version of the OpenAPI document: 5.0.11 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 4c5578f0..d5c8d585 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.10 + The version of the OpenAPI document: 5.0.11 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 d10b7a53..a4b99680 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.10 + The version of the OpenAPI document: 5.0.11 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 afa1043f..b2a13896 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.10 + The version of the OpenAPI document: 5.0.11 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 653b4e70..78807302 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.10 + The version of the OpenAPI document: 5.0.11 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 cd200d70..a29dbc86 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.10 + The version of the OpenAPI document: 5.0.11 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 69946e09..01f79eec 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.10 + The version of the OpenAPI document: 5.0.11 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 c1e87fa0..7caef63e 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.10 + The version of the OpenAPI document: 5.0.11 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 c02159ab..77fdf622 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.10 + The version of the OpenAPI document: 5.0.11 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 3014c79c..a75c6823 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.10 + The version of the OpenAPI document: 5.0.11 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 107dc134..2b28e43c 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.10 + The version of the OpenAPI document: 5.0.11 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 406f799b..d1f0abbb 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.10 + The version of the OpenAPI document: 5.0.11 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 4de030aa..774412a0 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.10 + The version of the OpenAPI document: 5.0.11 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 ac31c201..87255446 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.10 + The version of the OpenAPI document: 5.0.11 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 7c41966b..e10d4878 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.10 + The version of the OpenAPI document: 5.0.11 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 3d1c5b50..0b5242ac 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.10 + The version of the OpenAPI document: 5.0.11 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 b53e1329..db47028d 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.10 + The version of the OpenAPI document: 5.0.11 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 b3d39801..c0588529 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.10 + The version of the OpenAPI document: 5.0.11 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 d8dd1bb2..b58edfa7 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.10 + The version of the OpenAPI document: 5.0.11 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -39,7 +39,7 @@ def make_instance(self, include_optional) -> Coach: return Coach( first_name = '', last_name = '', - hire_date = datetime.datetime.strptime('1975-12-30', '%Y-%m-%d').date(), + hire_date = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'), seasons = [ cfbd.models.coach_season.CoachSeason( school = '', @@ -60,7 +60,7 @@ def make_instance(self, include_optional) -> Coach: return Coach( first_name = '', last_name = '', - hire_date = datetime.datetime.strptime('1975-12-30', '%Y-%m-%d').date(), + hire_date = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'), seasons = [ cfbd.models.coach_season.CoachSeason( school = '', diff --git a/test/test_coach_season.py b/test/test_coach_season.py index 74a305b7..bec3df16 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.10 + The version of the OpenAPI document: 5.0.11 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 18df0f15..b1addebe 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.10 + The version of the OpenAPI document: 5.0.11 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 265c8551..77c26274 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.10 + The version of the OpenAPI document: 5.0.11 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 55f13ce5..64c3b0b8 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.10 + The version of the OpenAPI document: 5.0.11 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 e8a2d2e7..50f02554 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.10 + The version of the OpenAPI document: 5.0.11 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 7b494c97..5f92b180 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.10 + The version of the OpenAPI document: 5.0.11 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 5ded24c4..ae55bc53 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.10 + The version of the OpenAPI document: 5.0.11 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 40e54927..048d4485 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.10 + The version of the OpenAPI document: 5.0.11 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 5ad6c64c..0186fd12 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.10 + The version of the OpenAPI document: 5.0.11 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 2d640a1e..6dd410c9 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.10 + The version of the OpenAPI document: 5.0.11 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 cfc59ec3..16b7a609 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.10 + The version of the OpenAPI document: 5.0.11 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 f6b4a22f..19618215 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.10 + The version of the OpenAPI document: 5.0.11 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 4d0ff2c4..f6407a16 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.10 + The version of the OpenAPI document: 5.0.11 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 322f5d47..026037af 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.10 + The version of the OpenAPI document: 5.0.11 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 221dfa8a..65dbc674 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.10 + The version of the OpenAPI document: 5.0.11 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 08a5e8fa..7bcb08e8 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.10 + The version of the OpenAPI document: 5.0.11 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 5a87fe6f..dc5af8c1 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.10 + The version of the OpenAPI document: 5.0.11 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 d0946de3..7be26167 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.10 + The version of the OpenAPI document: 5.0.11 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 ad314cc3..301d41d1 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.10 + The version of the OpenAPI document: 5.0.11 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 02943b9f..52e30096 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.10 + The version of the OpenAPI document: 5.0.11 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 aed3683b..bf4173fe 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.10 + The version of the OpenAPI document: 5.0.11 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 4ea8efdc..68b35018 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.10 + The version of the OpenAPI document: 5.0.11 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 c1918093..85cec94d 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.10 + The version of the OpenAPI document: 5.0.11 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 8f63ac02..16b7ff54 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.10 + The version of the OpenAPI document: 5.0.11 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 4c9ba620..45ff220c 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.10 + The version of the OpenAPI document: 5.0.11 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 3e40574f..d4bbd672 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.10 + The version of the OpenAPI document: 5.0.11 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 c9dde8f6..a7e2b078 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.10 + The version of the OpenAPI document: 5.0.11 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 954ba143..8d775568 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.10 + The version of the OpenAPI document: 5.0.11 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 ce850a69..c1bb473d 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.10 + The version of the OpenAPI document: 5.0.11 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 b0efc3bb..04343a6b 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.10 + The version of the OpenAPI document: 5.0.11 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 4234a953..4b5bb04c 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.10 + The version of the OpenAPI document: 5.0.11 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 16bfdd54..f785ef80 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.10 + The version of the OpenAPI document: 5.0.11 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 5d206228..547c43c9 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.10 + The version of the OpenAPI document: 5.0.11 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 f989ae31..7749b22d 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.10 + The version of the OpenAPI document: 5.0.11 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 363d043b..65539ebd 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.10 + The version of the OpenAPI document: 5.0.11 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 4a1a5b50..3b408e20 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.10 + The version of the OpenAPI document: 5.0.11 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 9d633f47..f581c1b3 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.10 + The version of the OpenAPI document: 5.0.11 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 3e71d8a6..e10b52c7 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.10 + The version of the OpenAPI document: 5.0.11 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 5b4c6ca3..5804cca1 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.10 + The version of the OpenAPI document: 5.0.11 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 66c7b999..429eb2d6 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.10 + The version of the OpenAPI document: 5.0.11 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 46624396..07b4a492 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.10 + The version of the OpenAPI document: 5.0.11 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 a002b360..d6c75612 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.10 + The version of the OpenAPI document: 5.0.11 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 f8164429..eae56669 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.10 + The version of the OpenAPI document: 5.0.11 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 d0fbdfa8..8f91a60e 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.10 + The version of the OpenAPI document: 5.0.11 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 871ab167..77dcd25c 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.10 + The version of the OpenAPI document: 5.0.11 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 dd6bef40..76e3f840 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.10 + The version of the OpenAPI document: 5.0.11 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 f2b0fc24..54f4fc4b 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.10 + The version of the OpenAPI document: 5.0.11 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 caf796ff..088e95bb 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.10 + The version of the OpenAPI document: 5.0.11 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 9f47cf4d..bb5511de 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.10 + The version of the OpenAPI document: 5.0.11 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 3e9bf0b6..8d5a183a 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.10 + The version of the OpenAPI document: 5.0.11 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 10ca1689..2b504e99 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.10 + The version of the OpenAPI document: 5.0.11 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 35a24926..422ae250 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.10 + The version of the OpenAPI document: 5.0.11 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 f6aaaefc..6db3cd55 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.10 + The version of the OpenAPI document: 5.0.11 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 e164b217..67514b1f 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.10 + The version of the OpenAPI document: 5.0.11 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 8da04a4d..bdf0b2f1 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.10 + The version of the OpenAPI document: 5.0.11 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 748ad953..06b830b4 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.10 + The version of the OpenAPI document: 5.0.11 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 585a9e6f..4fb5eb09 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.10 + The version of the OpenAPI document: 5.0.11 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 95a5491f..059a0c56 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.10 + The version of the OpenAPI document: 5.0.11 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 8782f303..f5f5a512 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.10 + The version of the OpenAPI document: 5.0.11 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 d899493d..760c7de0 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.10 + The version of the OpenAPI document: 5.0.11 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 07f7fa1c..4b848247 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.10 + The version of the OpenAPI document: 5.0.11 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 a3129189..3f084142 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.10 + The version of the OpenAPI document: 5.0.11 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 10788c74..d37d963b 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.10 + The version of the OpenAPI document: 5.0.11 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 1055da81..b1e2c3c0 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.10 + The version of the OpenAPI document: 5.0.11 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 fa8e42a8..1f73422c 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.10 + The version of the OpenAPI document: 5.0.11 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 4beac888..c43ce416 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.10 + The version of the OpenAPI document: 5.0.11 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 47a2542e..f4004788 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.10 + The version of the OpenAPI document: 5.0.11 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 f8219cb0..0e3319dd 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.10 + The version of the OpenAPI document: 5.0.11 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 a37daa99..9ec95a2a 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.10 + The version of the OpenAPI document: 5.0.11 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 dfc8b336..cb528bde 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.10 + The version of the OpenAPI document: 5.0.11 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 cb4717f7..b1690282 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.10 + The version of the OpenAPI document: 5.0.11 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 f9771d42..b401cdd9 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.10 + The version of the OpenAPI document: 5.0.11 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 55f2683f..834ea36a 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.10 + The version of the OpenAPI document: 5.0.11 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 7a9aefee..941d5c42 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.10 + The version of the OpenAPI document: 5.0.11 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_scoreboard_game_betting.py b/test/test_scoreboard_game_betting.py index 9360f357..fc436ab4 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.10 + The version of the OpenAPI document: 5.0.11 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 facef1a4..3536c4f9 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.10 + The version of the OpenAPI document: 5.0.11 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_scoreboard_game_venue.py b/test/test_scoreboard_game_venue.py index 37c7b643..2a1a9e43 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.10 + The version of the OpenAPI document: 5.0.11 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 614c39e0..adb464d8 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.10 + The version of the OpenAPI document: 5.0.11 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 a811a08c..bc3033b6 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.10 + The version of the OpenAPI document: 5.0.11 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 773e341a..68f0c8ae 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.10 + The version of the OpenAPI document: 5.0.11 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 d1c18183..3e2244fa 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.10 + The version of the OpenAPI document: 5.0.11 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 d8855638..8883c454 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.10 + The version of the OpenAPI document: 5.0.11 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 e7537614..96af802d 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.10 + The version of the OpenAPI document: 5.0.11 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 45103f83..6d3ce65a 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.10 + The version of the OpenAPI document: 5.0.11 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 0eb0f364..915c561f 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.10 + The version of the OpenAPI document: 5.0.11 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 754f230f..5cdb564c 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.10 + The version of the OpenAPI document: 5.0.11 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 a89b027a..35a88c7f 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.10 + The version of the OpenAPI document: 5.0.11 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 c5ef36c4..ff6f3376 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.10 + The version of the OpenAPI document: 5.0.11 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 13340fbd..0e3f261e 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.10 + The version of the OpenAPI document: 5.0.11 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 9f287258..fafbc6f4 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.10 + The version of the OpenAPI document: 5.0.11 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 364c634d..60b2104a 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.10 + The version of the OpenAPI document: 5.0.11 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 ae9ca04d..90c38f01 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.10 + The version of the OpenAPI document: 5.0.11 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 5dcee2a3..fefb0a2f 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.10 + The version of the OpenAPI document: 5.0.11 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 553e0e51..79d70706 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.10 + The version of the OpenAPI document: 5.0.11 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 7b63b301..287b4ef6 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.10 + The version of the OpenAPI document: 5.0.11 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 b001ca39..8501c865 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.10 + The version of the OpenAPI document: 5.0.11 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 f4a1f60b..4db18c8c 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.10 + The version of the OpenAPI document: 5.0.11 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 c838d5d0..b7cb5372 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.10 + The version of the OpenAPI document: 5.0.11 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 8387e07b..fb7a8385 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.10 + The version of the OpenAPI document: 5.0.11 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 bfbd95f3..f98f9cc7 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.10 + The version of the OpenAPI document: 5.0.11 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 17ffbb25..e044638b 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.10 + The version of the OpenAPI document: 5.0.11 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 10c52129..903089fe 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.10 + The version of the OpenAPI document: 5.0.11 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 0db6d4c1..42ad7f86 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.10 + The version of the OpenAPI document: 5.0.11 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 7aa3c9e3..c240a549 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.10 + The version of the OpenAPI document: 5.0.11 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 8a5f4859..00479eea 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.10 + The version of the OpenAPI document: 5.0.11 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 7b8e4e93..7e51c871 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.10 + The version of the OpenAPI document: 5.0.11 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 f6b31627..24e37be4 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.10 + The version of the OpenAPI document: 5.0.11 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 7f690c5a..192af39d 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.10 + The version of the OpenAPI document: 5.0.11 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 13148da0..5e59285d 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.10 + The version of the OpenAPI document: 5.0.11 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 13640c96..dc2924bb 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.10 + The version of the OpenAPI document: 5.0.11 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 f1568eb3..c11919d1 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.10 + The version of the OpenAPI document: 5.0.11 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 c59e3d64..32e44353 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.10 + The version of the OpenAPI document: 5.0.11 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 c6492fc6..00c0fd73 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.10 + The version of the OpenAPI document: 5.0.11 Contact: admin@collegefootballdata.com Generated by OpenAPI Generator (https://openapi-generator.tech)