Skip to content

Commit 4cf6235

Browse files
fix(advancedStats): more type fixings)
1 parent 506bfad commit 4cf6235

292 files changed

Lines changed: 609 additions & 301 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ cfbd/models/advanced_box_score_game_info.py
3636
cfbd/models/advanced_box_score_players.py
3737
cfbd/models/advanced_box_score_teams.py
3838
cfbd/models/advanced_game_stat.py
39+
cfbd/models/advanced_game_stat_defense.py
3940
cfbd/models/advanced_game_stat_offense.py
4041
cfbd/models/advanced_game_stat_offense_passing_downs.py
4142
cfbd/models/advanced_game_stat_offense_passing_plays.py
@@ -162,6 +163,7 @@ docs/AdvancedBoxScoreGameInfo.md
162163
docs/AdvancedBoxScorePlayers.md
163164
docs/AdvancedBoxScoreTeams.md
164165
docs/AdvancedGameStat.md
166+
docs/AdvancedGameStatDefense.md
165167
docs/AdvancedGameStatOffense.md
166168
docs/AdvancedGameStatOffensePassingDowns.md
167169
docs/AdvancedGameStatOffensePassingPlays.md
@@ -308,6 +310,7 @@ test/test_advanced_box_score_game_info.py
308310
test/test_advanced_box_score_players.py
309311
test/test_advanced_box_score_teams.py
310312
test/test_advanced_game_stat.py
313+
test/test_advanced_game_stat_defense.py
311314
test/test_advanced_game_stat_offense.py
312315
test/test_advanced_game_stat_offense_passing_downs.py
313316
test/test_advanced_game_stat_offense_passing_plays.py

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ This is an API for query various college football datasets and analytics. API ke
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 5.6.13
7-
- Package version: 5.6.13
6+
- API version: 5.6.14
7+
- Package version: 5.6.14
88
- Generator version: 7.12.0
99
- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
1010

@@ -147,6 +147,7 @@ Class | Method | HTTP request | Description
147147
- [AdvancedBoxScorePlayers](docs/AdvancedBoxScorePlayers.md)
148148
- [AdvancedBoxScoreTeams](docs/AdvancedBoxScoreTeams.md)
149149
- [AdvancedGameStat](docs/AdvancedGameStat.md)
150+
- [AdvancedGameStatDefense](docs/AdvancedGameStatDefense.md)
150151
- [AdvancedGameStatOffense](docs/AdvancedGameStatOffense.md)
151152
- [AdvancedGameStatOffensePassingDowns](docs/AdvancedGameStatOffensePassingDowns.md)
152153
- [AdvancedGameStatOffensePassingPlays](docs/AdvancedGameStatOffensePassingPlays.md)

cfbd/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
99
10-
The version of the OpenAPI document: 5.6.13
10+
The version of the OpenAPI document: 5.6.14
1111
Contact: admin@collegefootballdata.com
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
1414
Do not edit the class manually.
1515
""" # noqa: E501
1616

1717

18-
__version__ = "5.6.13"
18+
__version__ = "5.6.14"
1919

2020
# import apis into sdk package
2121
from cfbd.api.adjusted_metrics_api import AdjustedMetricsApi
@@ -56,6 +56,7 @@
5656
from cfbd.models.advanced_box_score_players import AdvancedBoxScorePlayers
5757
from cfbd.models.advanced_box_score_teams import AdvancedBoxScoreTeams
5858
from cfbd.models.advanced_game_stat import AdvancedGameStat
59+
from cfbd.models.advanced_game_stat_defense import AdvancedGameStatDefense
5960
from cfbd.models.advanced_game_stat_offense import AdvancedGameStatOffense
6061
from cfbd.models.advanced_game_stat_offense_passing_downs import AdvancedGameStatOffensePassingDowns
6162
from cfbd.models.advanced_game_stat_offense_passing_plays import AdvancedGameStatOffensePassingPlays

cfbd/api/adjusted_metrics_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.13
8+
The version of the OpenAPI document: 5.6.14
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/betting_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.13
8+
The version of the OpenAPI document: 5.6.14
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/coaches_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.13
8+
The version of the OpenAPI document: 5.6.14
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/conferences_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.13
8+
The version of the OpenAPI document: 5.6.14
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/draft_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.13
8+
The version of the OpenAPI document: 5.6.14
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/drives_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.13
8+
The version of the OpenAPI document: 5.6.14
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cfbd/api/games_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This is an API for query various college football datasets and analytics. API keys can be acquired from the CollegeFootballData.com website.
77
8-
The version of the OpenAPI document: 5.6.13
8+
The version of the OpenAPI document: 5.6.14
99
Contact: admin@collegefootballdata.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)