cbbd 1.15.1__tar.gz → 1.15.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. {cbbd-1.15.1 → cbbd-1.15.3}/PKG-INFO +1 -1
  2. {cbbd-1.15.1 → cbbd-1.15.3}/README.md +4 -4
  3. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/__init__.py +2 -2
  4. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api/conferences_api.py +1 -1
  5. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api/draft_api.py +1 -1
  6. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api/games_api.py +1 -1
  7. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api/lines_api.py +1 -1
  8. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api/plays_api.py +1 -1
  9. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api/rankings_api.py +1 -1
  10. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api/ratings_api.py +1 -1
  11. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api/recruiting_api.py +1 -1
  12. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api/stats_api.py +1 -1
  13. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api/teams_api.py +1 -1
  14. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api/venues_api.py +1 -1
  15. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api_client.py +2 -2
  16. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/configuration.py +3 -3
  17. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/exceptions.py +1 -1
  18. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/__init__.py +1 -1
  19. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/adjusted_efficiency_info.py +1 -1
  20. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/adjusted_efficiency_info_rankings.py +1 -1
  21. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/conference_history.py +1 -1
  22. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/conference_history_teams_inner.py +1 -1
  23. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/conference_info.py +1 -1
  24. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/draft_pick.py +1 -1
  25. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/draft_position.py +1 -1
  26. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/draft_team.py +1 -1
  27. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/game_box_score_players.py +1 -1
  28. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/game_box_score_players_players_inner.py +1 -1
  29. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/game_box_score_team.py +12 -12
  30. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/game_box_score_team_stats.py +1 -1
  31. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/game_box_score_team_stats_points.py +1 -1
  32. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/game_info.py +1 -1
  33. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/game_line_info.py +1 -1
  34. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/game_lines.py +1 -1
  35. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/game_media_info.py +1 -1
  36. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/game_media_info_broadcasts_inner.py +1 -1
  37. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/game_status.py +1 -1
  38. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/line_provider_info.py +1 -1
  39. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/play_info.py +1 -1
  40. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/play_info_participants_inner.py +1 -1
  41. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/play_type_info.py +1 -1
  42. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/player_season_stats.py +1 -1
  43. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/player_season_stats_win_shares.py +1 -1
  44. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/poll_team_info.py +1 -1
  45. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/recruit.py +1 -1
  46. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/recruit_committed_to.py +1 -1
  47. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/recruit_hometown.py +1 -1
  48. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/season_type.py +1 -1
  49. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/shot_info.py +5 -20
  50. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/shot_info_location.py +14 -4
  51. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/shot_info_shooter.py +14 -4
  52. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/srs_info.py +1 -1
  53. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/team_info.py +1 -1
  54. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/team_roster.py +1 -1
  55. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/team_roster_player.py +1 -1
  56. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/team_roster_player_hometown.py +1 -1
  57. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/team_season_stats.py +12 -12
  58. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/team_season_unit_stats.py +1 -1
  59. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/team_season_unit_stats_field_goals.py +1 -1
  60. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/team_season_unit_stats_fouls.py +1 -1
  61. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/team_season_unit_stats_four_factors.py +1 -1
  62. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/team_season_unit_stats_points.py +1 -1
  63. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/team_season_unit_stats_rebounds.py +1 -1
  64. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/team_season_unit_stats_turnovers.py +1 -1
  65. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/models/venue_info.py +1 -1
  66. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/rest.py +1 -1
  67. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd.egg-info/PKG-INFO +1 -1
  68. {cbbd-1.15.1 → cbbd-1.15.3}/pyproject.toml +1 -1
  69. {cbbd-1.15.1 → cbbd-1.15.3}/setup.py +2 -2
  70. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_adjusted_efficiency_info.py +1 -1
  71. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_adjusted_efficiency_info_rankings.py +1 -1
  72. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_conference_history.py +1 -1
  73. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_conference_history_teams_inner.py +1 -1
  74. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_conference_info.py +1 -1
  75. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_conferences_api.py +1 -1
  76. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_draft_api.py +1 -1
  77. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_draft_pick.py +1 -1
  78. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_draft_position.py +1 -1
  79. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_draft_team.py +1 -1
  80. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_game_box_score_players.py +1 -1
  81. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_game_box_score_players_players_inner.py +1 -1
  82. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_game_box_score_team.py +5 -5
  83. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_game_box_score_team_stats.py +1 -1
  84. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_game_box_score_team_stats_points.py +1 -1
  85. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_game_info.py +1 -1
  86. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_game_line_info.py +1 -1
  87. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_game_lines.py +1 -1
  88. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_game_media_info.py +1 -1
  89. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_game_media_info_broadcasts_inner.py +1 -1
  90. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_game_status.py +1 -1
  91. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_games_api.py +1 -1
  92. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_line_provider_info.py +1 -1
  93. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_lines_api.py +1 -1
  94. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_play_info.py +1 -1
  95. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_play_info_participants_inner.py +1 -1
  96. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_play_type_info.py +1 -1
  97. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_player_season_stats.py +1 -1
  98. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_player_season_stats_win_shares.py +1 -1
  99. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_plays_api.py +1 -1
  100. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_poll_team_info.py +1 -1
  101. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_rankings_api.py +1 -1
  102. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_ratings_api.py +1 -1
  103. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_recruit.py +1 -1
  104. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_recruit_committed_to.py +1 -1
  105. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_recruit_hometown.py +1 -1
  106. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_recruiting_api.py +1 -1
  107. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_season_type.py +1 -1
  108. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_shot_info.py +1 -1
  109. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_shot_info_location.py +1 -1
  110. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_shot_info_shooter.py +1 -1
  111. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_srs_info.py +1 -1
  112. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_stats_api.py +1 -1
  113. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_team_info.py +1 -1
  114. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_team_roster.py +1 -1
  115. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_team_roster_player.py +1 -1
  116. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_team_roster_player_hometown.py +1 -1
  117. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_team_season_stats.py +5 -5
  118. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_team_season_unit_stats.py +1 -1
  119. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_team_season_unit_stats_field_goals.py +1 -1
  120. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_team_season_unit_stats_fouls.py +1 -1
  121. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_team_season_unit_stats_four_factors.py +1 -1
  122. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_team_season_unit_stats_points.py +1 -1
  123. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_team_season_unit_stats_rebounds.py +1 -1
  124. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_team_season_unit_stats_turnovers.py +1 -1
  125. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_teams_api.py +1 -1
  126. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_venue_info.py +1 -1
  127. {cbbd-1.15.1 → cbbd-1.15.3}/test/test_venues_api.py +1 -1
  128. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api/__init__.py +0 -0
  129. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/api_response.py +0 -0
  130. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd/py.typed +0 -0
  131. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd.egg-info/SOURCES.txt +0 -0
  132. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd.egg-info/dependency_links.txt +0 -0
  133. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd.egg-info/requires.txt +0 -0
  134. {cbbd-1.15.1 → cbbd-1.15.3}/cbbd.egg-info/top_level.txt +0 -0
  135. {cbbd-1.15.1 → cbbd-1.15.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: cbbd
3
- Version: 1.15.1
3
+ Version: 1.15.3
4
4
  Summary: College Basketball Data API
5
5
  Home-page: https://github.com/CFBD/cbbd-python
6
6
  Author-email: admin@collegefootballdata.com
@@ -3,8 +3,8 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is sub
3
3
 
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
- - API version: 1.15.1
7
- - Package version: 1.15.1
6
+ - API version: 1.15.3
7
+ - Package version: 1.15.3
8
8
  - Generator version: 7.11.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
10
10
 
@@ -16,9 +16,9 @@ Python 3.7+
16
16
  ### pip install
17
17
 
18
18
  ```sh
19
- pip install cbbd@1.15.1
19
+ pip install cbbd@1.15.3
20
20
  ```
21
- (you may need to run `pip` with root permission: `sudo pip install cbbd@1.15.1`)
21
+ (you may need to run `pip` with root permission: `sudo pip install cbbd@1.15.3`)
22
22
 
23
23
  Then import the package:
24
24
  ```python
@@ -7,7 +7,7 @@
7
7
 
8
8
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
9
9
 
10
- The version of the OpenAPI document: 1.15.1
10
+ The version of the OpenAPI document: 1.15.3
11
11
  Contact: admin@collegefootballdata.com
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "1.15.1"
18
+ __version__ = "1.15.3"
19
19
 
20
20
  # import apis into sdk package
21
21
  from cbbd.api.conferences_api import ConferencesApi
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -78,7 +78,7 @@ class ApiClient:
78
78
  self.default_headers[header_name] = header_value
79
79
  self.cookie = cookie
80
80
  # Set default User-Agent.
81
- self.user_agent = 'OpenAPI-Generator/1.15.1/python'
81
+ self.user_agent = 'OpenAPI-Generator/1.15.3/python'
82
82
  self.client_side_validation = configuration.client_side_validation
83
83
 
84
84
  def __enter__(self):
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -376,8 +376,8 @@ class Configuration:
376
376
  return "Python SDK Debug Report:\n"\
377
377
  "OS: {env}\n"\
378
378
  "Python Version: {pyversion}\n"\
379
- "Version of the API: 1.15.1\n"\
380
- "SDK Package Version: 1.15.1".\
379
+ "Version of the API: 1.15.3\n"\
380
+ "SDK Package Version: 1.15.3".\
381
381
  format(env=sys.platform, pyversion=sys.version)
382
382
 
383
383
  def get_host_settings(self):
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
8
8
 
9
- The version of the OpenAPI document: 1.15.1
9
+ The version of the OpenAPI document: 1.15.3
10
10
  Contact: admin@collegefootballdata.com
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -46,9 +46,9 @@ class GameBoxScoreTeam(BaseModel):
46
46
  notes: Optional[StrictStr] = Field(...)
47
47
  game_minutes: Optional[Union[StrictFloat, StrictInt]] = Field(default=..., alias="gameMinutes")
48
48
  pace: Optional[Union[StrictFloat, StrictInt]] = Field(...)
49
- offense: GameBoxScoreTeamStats = Field(...)
50
- defense: GameBoxScoreTeamStats = Field(...)
51
- __properties = ["gameId", "season", "seasonLabel", "seasonType", "startDate", "startTimeTbd", "teamId", "team", "conference", "opponentId", "opponent", "opponentConference", "neutralSite", "conferenceGame", "gameType", "notes", "gameMinutes", "pace", "offense", "defense"]
49
+ team_stats: GameBoxScoreTeamStats = Field(default=..., alias="teamStats")
50
+ opponent_stats: GameBoxScoreTeamStats = Field(default=..., alias="opponentStats")
51
+ __properties = ["gameId", "season", "seasonLabel", "seasonType", "startDate", "startTimeTbd", "teamId", "team", "conference", "opponentId", "opponent", "opponentConference", "neutralSite", "conferenceGame", "gameType", "notes", "gameMinutes", "pace", "teamStats", "opponentStats"]
52
52
 
53
53
  class Config:
54
54
  """Pydantic configuration"""
@@ -74,12 +74,12 @@ class GameBoxScoreTeam(BaseModel):
74
74
  exclude={
75
75
  },
76
76
  exclude_none=True)
77
- # override the default output from pydantic by calling `to_dict()` of offense
78
- if self.offense:
79
- _dict['offense'] = self.offense.to_dict()
80
- # override the default output from pydantic by calling `to_dict()` of defense
81
- if self.defense:
82
- _dict['defense'] = self.defense.to_dict()
77
+ # override the default output from pydantic by calling `to_dict()` of team_stats
78
+ if self.team_stats:
79
+ _dict['teamStats'] = self.team_stats.to_dict()
80
+ # override the default output from pydantic by calling `to_dict()` of opponent_stats
81
+ if self.opponent_stats:
82
+ _dict['opponentStats'] = self.opponent_stats.to_dict()
83
83
  # set to None if conference (nullable) is None
84
84
  # and __fields_set__ contains the field
85
85
  if self.conference is None and "conference" in self.__fields_set__:
@@ -140,8 +140,8 @@ class GameBoxScoreTeam(BaseModel):
140
140
  "notes": obj.get("notes"),
141
141
  "game_minutes": obj.get("gameMinutes"),
142
142
  "pace": obj.get("pace"),
143
- "offense": GameBoxScoreTeamStats.from_dict(obj.get("offense")) if obj.get("offense") is not None else None,
144
- "defense": GameBoxScoreTeamStats.from_dict(obj.get("defense")) if obj.get("defense") is not None else None
143
+ "team_stats": GameBoxScoreTeamStats.from_dict(obj.get("teamStats")) if obj.get("teamStats") is not None else None,
144
+ "opponent_stats": GameBoxScoreTeamStats.from_dict(obj.get("opponentStats")) if obj.get("opponentStats") is not None else None
145
145
  })
146
146
  return _obj
147
147
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
7
7
 
8
- The version of the OpenAPI document: 1.15.1
8
+ The version of the OpenAPI document: 1.15.3
9
9
  Contact: admin@collegefootballdata.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -19,7 +19,7 @@ import re # noqa: F401
19
19
  import json
20
20
 
21
21
 
22
- from typing import Optional
22
+
23
23
  from pydantic import BaseModel, Field, StrictBool, StrictStr, validator
24
24
  from cbbd.models.shot_info_location import ShotInfoLocation
25
25
  from cbbd.models.shot_info_shooter import ShotInfoShooter
@@ -28,12 +28,12 @@ class ShotInfo(BaseModel):
28
28
  """
29
29
  ShotInfo
30
30
  """
31
- shooter: Optional[ShotInfoShooter] = Field(...)
31
+ shooter: ShotInfoShooter = Field(...)
32
32
  made: StrictBool = Field(...)
33
33
  range: StrictStr = Field(...)
34
34
  assisted: StrictBool = Field(...)
35
- assisted_by: Optional[ShotInfoShooter] = Field(default=..., alias="assistedBy")
36
- location: Optional[ShotInfoLocation] = Field(...)
35
+ assisted_by: ShotInfoShooter = Field(default=..., alias="assistedBy")
36
+ location: ShotInfoLocation = Field(...)
37
37
  __properties = ["shooter", "made", "range", "assisted", "assistedBy", "location"]
38
38
 
39
39
  @validator('range')
@@ -76,21 +76,6 @@ class ShotInfo(BaseModel):
76
76
  # override the default output from pydantic by calling `to_dict()` of location
77
77
  if self.location:
78
78
  _dict['location'] = self.location.to_dict()
79
- # set to None if shooter (nullable) is None
80
- # and __fields_set__ contains the field
81
- if self.shooter is None and "shooter" in self.__fields_set__:
82
- _dict['shooter'] = None
83
-
84
- # set to None if assisted_by (nullable) is None
85
- # and __fields_set__ contains the field
86
- if self.assisted_by is None and "assisted_by" in self.__fields_set__:
87
- _dict['assistedBy'] = None
88
-
89
- # set to None if location (nullable) is None
90
- # and __fields_set__ contains the field
91
- if self.location is None and "location" in self.__fields_set__:
92
- _dict['location'] = None
93
-
94
79
  return _dict
95
80
 
96
81
  @classmethod