From c8dbe8c27a2e0dab7796f5adaefe24e7abe532dd Mon Sep 17 00:00:00 2001 From: BlueSCar Date: Tue, 18 Jul 2023 17:20:27 +0000 Subject: [PATCH] fixing deploy --- .swagger-codegen/VERSION | 2 +- README.md | 5 ++-- docs/PlayerGameTeams.md | 5 ++-- package.json | 2 +- src/ApiClient.js | 6 ++-- src/api/BettingApi.js | 6 ++-- src/api/CoachesApi.js | 6 ++-- src/api/ConferencesApi.js | 6 ++-- src/api/DraftApi.js | 6 ++-- src/api/DrivesApi.js | 6 ++-- src/api/GamesApi.js | 6 ++-- src/api/MetricsApi.js | 6 ++-- src/api/PlayersApi.js | 6 ++-- src/api/PlaysApi.js | 6 ++-- src/api/RankingsApi.js | 6 ++-- src/api/RatingsApi.js | 6 ++-- src/api/RecruitingApi.js | 6 ++-- src/api/StatsApi.js | 6 ++-- src/api/TeamsApi.js | 6 ++-- src/api/VenuesApi.js | 6 ++-- src/index.js | 17 ++++------- src/model/AdvancedGameStat.js | 6 ++-- src/model/AdvancedGameStatOffense.js | 6 ++-- .../AdvancedGameStatOffenseRushingPlays.js | 6 ++-- .../AdvancedGameStatOffenseStandardDowns.js | 6 ++-- src/model/AdvancedSeasonStat.js | 6 ++-- src/model/AdvancedSeasonStatOffense.js | 6 ++-- .../AdvancedSeasonStatOffenseFieldPosition.js | 6 ++-- .../AdvancedSeasonStatOffenseRushingPlays.js | 6 ++-- .../AdvancedSeasonStatOffenseStandardDowns.js | 6 ++-- src/model/BoxScore.js | 6 ++-- src/model/BoxScorePlayers.js | 6 ++-- src/model/BoxScorePlayersAverage.js | 6 ++-- src/model/BoxScorePlayersPpa.js | 6 ++-- src/model/BoxScorePlayersUsage.js | 6 ++-- src/model/BoxScoreTeams.js | 6 ++-- src/model/BoxScoreTeamsExplosiveness.js | 6 ++-- src/model/BoxScoreTeamsFieldPosition.js | 6 ++-- src/model/BoxScoreTeamsHavoc.js | 6 ++-- src/model/BoxScoreTeamsOverall.js | 6 ++-- src/model/BoxScoreTeamsPpa.js | 6 ++-- src/model/BoxScoreTeamsRushing.js | 6 ++-- .../BoxScoreTeamsScoringOpportunities.js | 6 ++-- src/model/BoxScoreTeamsSuccessRates.js | 6 ++-- src/model/Coach.js | 6 ++-- src/model/CoachSeasons.js | 6 ++-- src/model/Conference.js | 6 ++-- src/model/ConferenceSPRating.js | 6 ++-- src/model/ConferenceSPRatingDefense.js | 6 ++-- src/model/ConferenceSPRatingOffense.js | 6 ++-- src/model/DraftPick.js | 6 ++-- src/model/DraftPickHometownInfo.js | 6 ++-- src/model/DraftPosition.js | 6 ++-- src/model/DraftTeam.js | 6 ++-- src/model/Drive.js | 6 ++-- src/model/DriveStartTime.js | 6 ++-- src/model/Game.js | 6 ++-- src/model/GameLines.js | 6 ++-- src/model/GameLinesLines.js | 6 ++-- src/model/GameMedia.js | 6 ++-- src/model/GamePPA.js | 6 ++-- src/model/GamePPAOffense.js | 6 ++-- src/model/GameWeather.js | 6 ++-- src/model/LivePlayByPlay.js | 6 ++-- src/model/LivePlayByPlayDrives.js | 6 ++-- src/model/LivePlayByPlayPlays.js | 6 ++-- src/model/LivePlayByPlayTeams.js | 6 ++-- src/model/Play.js | 6 ++-- src/model/PlayStat.js | 6 ++-- src/model/PlayStatType.js | 6 ++-- src/model/PlayType.js | 6 ++-- src/model/PlayWP.js | 6 ++-- src/model/Player.js | 6 ++-- src/model/PlayerGame.js | 6 ++-- src/model/PlayerGameAthletes.js | 6 ++-- src/model/PlayerGameCategories.js | 6 ++-- src/model/PlayerGamePPA.js | 6 ++-- src/model/PlayerGamePPAAveragePPA.js | 6 ++-- src/model/PlayerGameTeams.js | 29 ++++++++++++------- src/model/PlayerGameTypes.js | 6 ++-- src/model/PlayerSearchResult.js | 6 ++-- src/model/PlayerSeasonPPA.js | 6 ++-- src/model/PlayerSeasonPPAAveragePPA.js | 6 ++-- src/model/PlayerSeasonStat.js | 6 ++-- src/model/PlayerUsage.js | 6 ++-- src/model/PlayerUsageUsage.js | 6 ++-- src/model/PortalPlayer.js | 6 ++-- src/model/PositionGroupRecruitingRating.js | 6 ++-- src/model/PredictedPoints.js | 6 ++-- src/model/PregameWP.js | 6 ++-- src/model/RankingWeek.js | 6 ++-- src/model/RankingWeekPolls.js | 6 ++-- src/model/RankingWeekRanks.js | 6 ++-- src/model/Recruit.js | 6 ++-- src/model/RecruitHometownInfo.js | 6 ++-- src/model/ReturningProduction.js | 6 ++-- src/model/ScoreboardGame.js | 6 ++-- src/model/ScoreboardGameBetting.js | 6 ++-- src/model/ScoreboardGameHomeTeam.js | 6 ++-- src/model/ScoreboardGameVenue.js | 6 ++-- src/model/ScoreboardGameWeather.js | 6 ++-- src/model/Team.js | 6 ++-- src/model/TeamEloRating.js | 6 ++-- src/model/TeamGame.js | 6 ++-- src/model/TeamGameStats.js | 6 ++-- src/model/TeamGameTeams.js | 6 ++-- src/model/TeamLocation.js | 6 ++-- src/model/TeamMatchup.js | 6 ++-- src/model/TeamMatchupGames.js | 6 ++-- src/model/TeamPPA.js | 6 ++-- src/model/TeamPPAOffense.js | 6 ++-- src/model/TeamPPAOffenseCumulative.js | 6 ++-- src/model/TeamRecord.js | 6 ++-- src/model/TeamRecordTotal.js | 6 ++-- src/model/TeamRecruitingRank.js | 6 ++-- src/model/TeamSPRating.js | 6 ++-- src/model/TeamSPRatingDefense.js | 6 ++-- src/model/TeamSPRatingDefenseHavoc.js | 6 ++-- src/model/TeamSPRatingOffense.js | 6 ++-- src/model/TeamSPRatingSpecialTeams.js | 6 ++-- src/model/TeamSRSRating.js | 6 ++-- src/model/TeamSeason.js | 6 ++-- src/model/TeamSeasonStat.js | 6 ++-- src/model/TeamTalent.js | 6 ++-- src/model/Venue.js | 6 ++-- src/model/VenueLocation.js | 6 ++-- src/model/Week.js | 6 ++-- test/api/BettingApi.spec.js | 4 +-- test/api/CoachesApi.spec.js | 4 +-- test/api/ConferencesApi.spec.js | 4 +-- test/api/DraftApi.spec.js | 4 +-- test/api/DrivesApi.spec.js | 4 +-- test/api/GamesApi.spec.js | 17 +++++------ test/api/MetricsApi.spec.js | 4 +-- test/api/PlayersApi.spec.js | 4 +-- test/api/PlaysApi.spec.js | 4 +-- test/api/RankingsApi.spec.js | 4 +-- test/api/RatingsApi.spec.js | 4 +-- test/api/RecruitingApi.spec.js | 4 +-- test/api/StatsApi.spec.js | 4 +-- test/api/TeamsApi.spec.js | 4 +-- test/api/VenuesApi.spec.js | 4 +-- test/model/AdvancedGameStat.spec.js | 4 +-- test/model/AdvancedGameStatOffense.spec.js | 4 +-- ...dvancedGameStatOffenseRushingPlays.spec.js | 4 +-- ...vancedGameStatOffenseStandardDowns.spec.js | 4 +-- test/model/AdvancedSeasonStat.spec.js | 4 +-- test/model/AdvancedSeasonStatOffense.spec.js | 4 +-- ...ncedSeasonStatOffenseFieldPosition.spec.js | 4 +-- ...ancedSeasonStatOffenseRushingPlays.spec.js | 4 +-- ...ncedSeasonStatOffenseStandardDowns.spec.js | 4 +-- test/model/BoxScore.spec.js | 4 +-- test/model/BoxScorePlayers.spec.js | 4 +-- test/model/BoxScorePlayersAverage.spec.js | 4 +-- test/model/BoxScorePlayersPpa.spec.js | 4 +-- test/model/BoxScorePlayersUsage.spec.js | 4 +-- test/model/BoxScoreTeams.spec.js | 4 +-- test/model/BoxScoreTeamsExplosiveness.spec.js | 4 +-- test/model/BoxScoreTeamsFieldPosition.spec.js | 4 +-- test/model/BoxScoreTeamsHavoc.spec.js | 4 +-- test/model/BoxScoreTeamsOverall.spec.js | 4 +-- test/model/BoxScoreTeamsPpa.spec.js | 4 +-- test/model/BoxScoreTeamsRushing.spec.js | 4 +-- .../BoxScoreTeamsScoringOpportunities.spec.js | 4 +-- test/model/BoxScoreTeamsSuccessRates.spec.js | 4 +-- test/model/Coach.spec.js | 4 +-- test/model/CoachSeasons.spec.js | 4 +-- test/model/Conference.spec.js | 4 +-- test/model/ConferenceSPRating.spec.js | 4 +-- test/model/ConferenceSPRatingDefense.spec.js | 4 +-- test/model/ConferenceSPRatingOffense.spec.js | 4 +-- test/model/DraftPick.spec.js | 4 +-- test/model/DraftPickHometownInfo.spec.js | 4 +-- test/model/DraftPosition.spec.js | 4 +-- test/model/DraftTeam.spec.js | 4 +-- test/model/Drive.spec.js | 4 +-- test/model/DriveStartTime.spec.js | 4 +-- test/model/Game.spec.js | 4 +-- test/model/GameLines.spec.js | 4 +-- test/model/GameLinesLines.spec.js | 4 +-- test/model/GameMedia.spec.js | 4 +-- test/model/GamePPA.spec.js | 4 +-- test/model/GamePPAOffense.spec.js | 4 +-- test/model/GameWeather.spec.js | 4 +-- test/model/LivePlayByPlay.spec.js | 4 +-- test/model/LivePlayByPlayDrives.spec.js | 4 +-- test/model/LivePlayByPlayPlays.spec.js | 4 +-- test/model/LivePlayByPlayTeams.spec.js | 4 +-- test/model/Play.spec.js | 4 +-- test/model/PlayStat.spec.js | 4 +-- test/model/PlayStatType.spec.js | 4 +-- test/model/PlayType.spec.js | 4 +-- test/model/PlayWP.spec.js | 4 +-- test/model/Player.spec.js | 4 +-- test/model/PlayerGame.spec.js | 4 +-- test/model/PlayerGameAthletes.spec.js | 4 +-- test/model/PlayerGameCategories.spec.js | 4 +-- test/model/PlayerGamePPA.spec.js | 4 +-- test/model/PlayerGamePPAAveragePPA.spec.js | 4 +-- test/model/PlayerGameTeams.spec.js | 10 +++++-- test/model/PlayerGameTypes.spec.js | 4 +-- test/model/PlayerSearchResult.spec.js | 4 +-- test/model/PlayerSeasonPPA.spec.js | 4 +-- test/model/PlayerSeasonPPAAveragePPA.spec.js | 4 +-- test/model/PlayerSeasonStat.spec.js | 4 +-- test/model/PlayerUsage.spec.js | 4 +-- test/model/PlayerUsageUsage.spec.js | 4 +-- test/model/PortalPlayer.spec.js | 4 +-- .../PositionGroupRecruitingRating.spec.js | 4 +-- test/model/PredictedPoints.spec.js | 4 +-- test/model/PregameWP.spec.js | 4 +-- test/model/RankingWeek.spec.js | 4 +-- test/model/RankingWeekPolls.spec.js | 4 +-- test/model/RankingWeekRanks.spec.js | 4 +-- test/model/Recruit.spec.js | 4 +-- test/model/RecruitHometownInfo.spec.js | 4 +-- test/model/ReturningProduction.spec.js | 4 +-- test/model/ScoreboardGame.spec.js | 4 +-- test/model/ScoreboardGameBetting.spec.js | 4 +-- test/model/ScoreboardGameHomeTeam.spec.js | 4 +-- test/model/ScoreboardGameVenue.spec.js | 4 +-- test/model/ScoreboardGameWeather.spec.js | 4 +-- test/model/Team.spec.js | 4 +-- test/model/TeamEloRating.spec.js | 4 +-- test/model/TeamGame.spec.js | 4 +-- test/model/TeamGameStats.spec.js | 4 +-- test/model/TeamGameTeams.spec.js | 4 +-- test/model/TeamLocation.spec.js | 4 +-- test/model/TeamMatchup.spec.js | 4 +-- test/model/TeamMatchupGames.spec.js | 4 +-- test/model/TeamPPA.spec.js | 4 +-- test/model/TeamPPAOffense.spec.js | 4 +-- test/model/TeamPPAOffenseCumulative.spec.js | 4 +-- test/model/TeamRecord.spec.js | 4 +-- test/model/TeamRecordTotal.spec.js | 4 +-- test/model/TeamRecruitingRank.spec.js | 4 +-- test/model/TeamSPRating.spec.js | 4 +-- test/model/TeamSPRatingDefense.spec.js | 4 +-- test/model/TeamSPRatingDefenseHavoc.spec.js | 4 +-- test/model/TeamSPRatingOffense.spec.js | 4 +-- test/model/TeamSPRatingSpecialTeams.spec.js | 4 +-- test/model/TeamSRSRating.spec.js | 4 +-- test/model/TeamSeason.spec.js | 4 +-- test/model/TeamSeasonStat.spec.js | 4 +-- test/model/TeamTalent.spec.js | 4 +-- test/model/Venue.spec.js | 4 +-- test/model/VenueLocation.spec.js | 4 +-- test/model/Week.spec.js | 4 +-- 248 files changed, 648 insertions(+), 641 deletions(-) diff --git a/.swagger-codegen/VERSION b/.swagger-codegen/VERSION index 5ccbb5bb..b0bea146 100644 --- a/.swagger-codegen/VERSION +++ b/.swagger-codegen/VERSION @@ -1 +1 @@ -2.4.29 \ No newline at end of file +2.4.32 \ No newline at end of file diff --git a/README.md b/README.md index 455a38fd..768b6842 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ cfb - JavaScript client for cfb.js This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: -- API version: 4.4.12 -- Package version: 4.4.12 +- API version: 4.4.13 +- Package version: 4.4.13 - Build package: io.swagger.codegen.languages.JavascriptClientCodegen ## Installation @@ -206,7 +206,6 @@ Class | Method | HTTP request | Description - [cfb.PlayerGameCategories](docs/PlayerGameCategories.md) - [cfb.PlayerGamePPA](docs/PlayerGamePPA.md) - [cfb.PlayerGamePPAAveragePPA](docs/PlayerGamePPAAveragePPA.md) - - [cfb.PlayerGameSchool](docs/PlayerGameSchool.md) - [cfb.PlayerGameTeams](docs/PlayerGameTeams.md) - [cfb.PlayerGameTypes](docs/PlayerGameTypes.md) - [cfb.PlayerSearchResult](docs/PlayerSearchResult.md) diff --git a/docs/PlayerGameTeams.md b/docs/PlayerGameTeams.md index 6186e9c8..c3a23812 100644 --- a/docs/PlayerGameTeams.md +++ b/docs/PlayerGameTeams.md @@ -3,8 +3,9 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**school** | [**PlayerGameSchool**](PlayerGameSchool.md) | | [optional] -**homeAway** | **Boolean** | | [optional] +**school** | **String** | | [optional] +**conference** | **String** | | [optional] +**homeAway** | **String** | | [optional] **points** | **Number** | | [optional] **categories** | [**[PlayerGameCategories]**](PlayerGameCategories.md) | | [optional] diff --git a/package.json b/package.json index bf5d46c7..580310d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cfb.js", - "version": "4.4.12", + "version": "4.4.13", "description": "This_is_an_API_for_accessing_all_sorts_of_college_football_data___Please_note_that_API_keys_should_be_supplied_with_Bearer__prepended__e_g__Bearer_your_key__API_keys_can_be_acquired_from_the_CollegeFootballData_com_website_", "license": "MIT", "main": "src/index.js", diff --git a/src/ApiClient.js b/src/ApiClient.js index a3d7fa94..d0a1750a 100644 --- a/src/ApiClient.js +++ b/src/ApiClient.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -33,7 +33,7 @@ /** * @module ApiClient - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/BettingApi.js b/src/api/BettingApi.js index 43ab7ce0..b80f4cbc 100644 --- a/src/api/BettingApi.js +++ b/src/api/BettingApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Betting service. * @module api/BettingApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/CoachesApi.js b/src/api/CoachesApi.js index 7410db98..0d0942f7 100644 --- a/src/api/CoachesApi.js +++ b/src/api/CoachesApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Coaches service. * @module api/CoachesApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/ConferencesApi.js b/src/api/ConferencesApi.js index f7823a83..68e12b4d 100644 --- a/src/api/ConferencesApi.js +++ b/src/api/ConferencesApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Conferences service. * @module api/ConferencesApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/DraftApi.js b/src/api/DraftApi.js index fabf1914..0511e99d 100644 --- a/src/api/DraftApi.js +++ b/src/api/DraftApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Draft service. * @module api/DraftApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/DrivesApi.js b/src/api/DrivesApi.js index 6595f835..0147d349 100644 --- a/src/api/DrivesApi.js +++ b/src/api/DrivesApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Drives service. * @module api/DrivesApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/GamesApi.js b/src/api/GamesApi.js index 1bd7752b..9fdf08e1 100644 --- a/src/api/GamesApi.js +++ b/src/api/GamesApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Games service. * @module api/GamesApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/MetricsApi.js b/src/api/MetricsApi.js index 709c436c..1974e239 100644 --- a/src/api/MetricsApi.js +++ b/src/api/MetricsApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Metrics service. * @module api/MetricsApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/PlayersApi.js b/src/api/PlayersApi.js index cf9f9ba2..5681926d 100644 --- a/src/api/PlayersApi.js +++ b/src/api/PlayersApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Players service. * @module api/PlayersApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/PlaysApi.js b/src/api/PlaysApi.js index 49c14afd..17d04a27 100644 --- a/src/api/PlaysApi.js +++ b/src/api/PlaysApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Plays service. * @module api/PlaysApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/RankingsApi.js b/src/api/RankingsApi.js index 99db3d6e..20846617 100644 --- a/src/api/RankingsApi.js +++ b/src/api/RankingsApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Rankings service. * @module api/RankingsApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/RatingsApi.js b/src/api/RatingsApi.js index 12aa190e..76c93613 100644 --- a/src/api/RatingsApi.js +++ b/src/api/RatingsApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Ratings service. * @module api/RatingsApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/RecruitingApi.js b/src/api/RecruitingApi.js index 9a6642ad..cc5e745b 100644 --- a/src/api/RecruitingApi.js +++ b/src/api/RecruitingApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Recruiting service. * @module api/RecruitingApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/StatsApi.js b/src/api/StatsApi.js index a995bb18..28f8a6f8 100644 --- a/src/api/StatsApi.js +++ b/src/api/StatsApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Stats service. * @module api/StatsApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/TeamsApi.js b/src/api/TeamsApi.js index ba42cd0b..ad101c74 100644 --- a/src/api/TeamsApi.js +++ b/src/api/TeamsApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Teams service. * @module api/TeamsApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/api/VenuesApi.js b/src/api/VenuesApi.js index 1edc1902..a91b96b3 100644 --- a/src/api/VenuesApi.js +++ b/src/api/VenuesApi.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * Venues service. * @module api/VenuesApi - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/index.js b/src/index.js index 66b96283..a0fca209 100644 --- a/src/index.js +++ b/src/index.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -17,12 +17,12 @@ (function(factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. - define(['ApiClient', 'model/AdvancedGameStat', 'model/AdvancedGameStatOffense', 'model/AdvancedGameStatOffenseRushingPlays', 'model/AdvancedGameStatOffenseStandardDowns', 'model/AdvancedSeasonStat', 'model/AdvancedSeasonStatOffense', 'model/AdvancedSeasonStatOffenseFieldPosition', 'model/AdvancedSeasonStatOffenseRushingPlays', 'model/AdvancedSeasonStatOffenseStandardDowns', 'model/BoxScore', 'model/BoxScorePlayers', 'model/BoxScorePlayersAverage', 'model/BoxScorePlayersPpa', 'model/BoxScorePlayersUsage', 'model/BoxScoreTeams', 'model/BoxScoreTeamsExplosiveness', 'model/BoxScoreTeamsFieldPosition', 'model/BoxScoreTeamsHavoc', 'model/BoxScoreTeamsOverall', 'model/BoxScoreTeamsPpa', 'model/BoxScoreTeamsRushing', 'model/BoxScoreTeamsScoringOpportunities', 'model/BoxScoreTeamsSuccessRates', 'model/Coach', 'model/CoachSeasons', 'model/Conference', 'model/ConferenceSPRating', 'model/ConferenceSPRatingDefense', 'model/ConferenceSPRatingOffense', 'model/DraftPick', 'model/DraftPickHometownInfo', 'model/DraftPosition', 'model/DraftTeam', 'model/Drive', 'model/DriveStartTime', 'model/Game', 'model/GameLines', 'model/GameLinesLines', 'model/GameMedia', 'model/GamePPA', 'model/GamePPAOffense', 'model/GameWeather', 'model/LivePlayByPlay', 'model/LivePlayByPlayDrives', 'model/LivePlayByPlayPlays', 'model/LivePlayByPlayTeams', 'model/Play', 'model/PlayStat', 'model/PlayStatType', 'model/PlayType', 'model/PlayWP', 'model/Player', 'model/PlayerGame', 'model/PlayerGameAthletes', 'model/PlayerGameCategories', 'model/PlayerGamePPA', 'model/PlayerGamePPAAveragePPA', 'model/PlayerGameSchool', 'model/PlayerGameTeams', 'model/PlayerGameTypes', 'model/PlayerSearchResult', 'model/PlayerSeasonPPA', 'model/PlayerSeasonPPAAveragePPA', 'model/PlayerSeasonStat', 'model/PlayerUsage', 'model/PlayerUsageUsage', 'model/PortalPlayer', 'model/PositionGroupRecruitingRating', 'model/PredictedPoints', 'model/PregameWP', 'model/RankingWeek', 'model/RankingWeekPolls', 'model/RankingWeekRanks', 'model/Recruit', 'model/RecruitHometownInfo', 'model/ReturningProduction', 'model/ScoreboardGame', 'model/ScoreboardGameBetting', 'model/ScoreboardGameHomeTeam', 'model/ScoreboardGameVenue', 'model/ScoreboardGameWeather', 'model/Team', 'model/TeamEloRating', 'model/TeamGame', 'model/TeamGameStats', 'model/TeamGameTeams', 'model/TeamLocation', 'model/TeamMatchup', 'model/TeamMatchupGames', 'model/TeamPPA', 'model/TeamPPAOffense', 'model/TeamPPAOffenseCumulative', 'model/TeamRecord', 'model/TeamRecordTotal', 'model/TeamRecruitingRank', 'model/TeamSPRating', 'model/TeamSPRatingDefense', 'model/TeamSPRatingDefenseHavoc', 'model/TeamSPRatingOffense', 'model/TeamSPRatingSpecialTeams', 'model/TeamSRSRating', 'model/TeamSeason', 'model/TeamSeasonStat', 'model/TeamTalent', 'model/Venue', 'model/VenueLocation', 'model/Week', 'api/BettingApi', 'api/CoachesApi', 'api/ConferencesApi', 'api/DraftApi', 'api/DrivesApi', 'api/GamesApi', 'api/MetricsApi', 'api/PlayersApi', 'api/PlaysApi', 'api/RankingsApi', 'api/RatingsApi', 'api/RecruitingApi', 'api/StatsApi', 'api/TeamsApi', 'api/VenuesApi'], factory); + define(['ApiClient', 'model/AdvancedGameStat', 'model/AdvancedGameStatOffense', 'model/AdvancedGameStatOffenseRushingPlays', 'model/AdvancedGameStatOffenseStandardDowns', 'model/AdvancedSeasonStat', 'model/AdvancedSeasonStatOffense', 'model/AdvancedSeasonStatOffenseFieldPosition', 'model/AdvancedSeasonStatOffenseRushingPlays', 'model/AdvancedSeasonStatOffenseStandardDowns', 'model/BoxScore', 'model/BoxScorePlayers', 'model/BoxScorePlayersAverage', 'model/BoxScorePlayersPpa', 'model/BoxScorePlayersUsage', 'model/BoxScoreTeams', 'model/BoxScoreTeamsExplosiveness', 'model/BoxScoreTeamsFieldPosition', 'model/BoxScoreTeamsHavoc', 'model/BoxScoreTeamsOverall', 'model/BoxScoreTeamsPpa', 'model/BoxScoreTeamsRushing', 'model/BoxScoreTeamsScoringOpportunities', 'model/BoxScoreTeamsSuccessRates', 'model/Coach', 'model/CoachSeasons', 'model/Conference', 'model/ConferenceSPRating', 'model/ConferenceSPRatingDefense', 'model/ConferenceSPRatingOffense', 'model/DraftPick', 'model/DraftPickHometownInfo', 'model/DraftPosition', 'model/DraftTeam', 'model/Drive', 'model/DriveStartTime', 'model/Game', 'model/GameLines', 'model/GameLinesLines', 'model/GameMedia', 'model/GamePPA', 'model/GamePPAOffense', 'model/GameWeather', 'model/LivePlayByPlay', 'model/LivePlayByPlayDrives', 'model/LivePlayByPlayPlays', 'model/LivePlayByPlayTeams', 'model/Play', 'model/PlayStat', 'model/PlayStatType', 'model/PlayType', 'model/PlayWP', 'model/Player', 'model/PlayerGame', 'model/PlayerGameAthletes', 'model/PlayerGameCategories', 'model/PlayerGamePPA', 'model/PlayerGamePPAAveragePPA', 'model/PlayerGameTeams', 'model/PlayerGameTypes', 'model/PlayerSearchResult', 'model/PlayerSeasonPPA', 'model/PlayerSeasonPPAAveragePPA', 'model/PlayerSeasonStat', 'model/PlayerUsage', 'model/PlayerUsageUsage', 'model/PortalPlayer', 'model/PositionGroupRecruitingRating', 'model/PredictedPoints', 'model/PregameWP', 'model/RankingWeek', 'model/RankingWeekPolls', 'model/RankingWeekRanks', 'model/Recruit', 'model/RecruitHometownInfo', 'model/ReturningProduction', 'model/ScoreboardGame', 'model/ScoreboardGameBetting', 'model/ScoreboardGameHomeTeam', 'model/ScoreboardGameVenue', 'model/ScoreboardGameWeather', 'model/Team', 'model/TeamEloRating', 'model/TeamGame', 'model/TeamGameStats', 'model/TeamGameTeams', 'model/TeamLocation', 'model/TeamMatchup', 'model/TeamMatchupGames', 'model/TeamPPA', 'model/TeamPPAOffense', 'model/TeamPPAOffenseCumulative', 'model/TeamRecord', 'model/TeamRecordTotal', 'model/TeamRecruitingRank', 'model/TeamSPRating', 'model/TeamSPRatingDefense', 'model/TeamSPRatingDefenseHavoc', 'model/TeamSPRatingOffense', 'model/TeamSPRatingSpecialTeams', 'model/TeamSRSRating', 'model/TeamSeason', 'model/TeamSeasonStat', 'model/TeamTalent', 'model/Venue', 'model/VenueLocation', 'model/Week', 'api/BettingApi', 'api/CoachesApi', 'api/ConferencesApi', 'api/DraftApi', 'api/DrivesApi', 'api/GamesApi', 'api/MetricsApi', 'api/PlayersApi', 'api/PlaysApi', 'api/RankingsApi', 'api/RatingsApi', 'api/RecruitingApi', 'api/StatsApi', 'api/TeamsApi', 'api/VenuesApi'], factory); } else if (typeof module === 'object' && module.exports) { // CommonJS-like environments that support module.exports, like Node. - module.exports = factory(require('./ApiClient'), require('./model/AdvancedGameStat'), require('./model/AdvancedGameStatOffense'), require('./model/AdvancedGameStatOffenseRushingPlays'), require('./model/AdvancedGameStatOffenseStandardDowns'), require('./model/AdvancedSeasonStat'), require('./model/AdvancedSeasonStatOffense'), require('./model/AdvancedSeasonStatOffenseFieldPosition'), require('./model/AdvancedSeasonStatOffenseRushingPlays'), require('./model/AdvancedSeasonStatOffenseStandardDowns'), require('./model/BoxScore'), require('./model/BoxScorePlayers'), require('./model/BoxScorePlayersAverage'), require('./model/BoxScorePlayersPpa'), require('./model/BoxScorePlayersUsage'), require('./model/BoxScoreTeams'), require('./model/BoxScoreTeamsExplosiveness'), require('./model/BoxScoreTeamsFieldPosition'), require('./model/BoxScoreTeamsHavoc'), require('./model/BoxScoreTeamsOverall'), require('./model/BoxScoreTeamsPpa'), require('./model/BoxScoreTeamsRushing'), require('./model/BoxScoreTeamsScoringOpportunities'), require('./model/BoxScoreTeamsSuccessRates'), require('./model/Coach'), require('./model/CoachSeasons'), require('./model/Conference'), require('./model/ConferenceSPRating'), require('./model/ConferenceSPRatingDefense'), require('./model/ConferenceSPRatingOffense'), require('./model/DraftPick'), require('./model/DraftPickHometownInfo'), require('./model/DraftPosition'), require('./model/DraftTeam'), require('./model/Drive'), require('./model/DriveStartTime'), require('./model/Game'), require('./model/GameLines'), require('./model/GameLinesLines'), require('./model/GameMedia'), require('./model/GamePPA'), require('./model/GamePPAOffense'), require('./model/GameWeather'), require('./model/LivePlayByPlay'), require('./model/LivePlayByPlayDrives'), require('./model/LivePlayByPlayPlays'), require('./model/LivePlayByPlayTeams'), require('./model/Play'), require('./model/PlayStat'), require('./model/PlayStatType'), require('./model/PlayType'), require('./model/PlayWP'), require('./model/Player'), require('./model/PlayerGame'), require('./model/PlayerGameAthletes'), require('./model/PlayerGameCategories'), require('./model/PlayerGamePPA'), require('./model/PlayerGamePPAAveragePPA'), require('./model/PlayerGameSchool'), require('./model/PlayerGameTeams'), require('./model/PlayerGameTypes'), require('./model/PlayerSearchResult'), require('./model/PlayerSeasonPPA'), require('./model/PlayerSeasonPPAAveragePPA'), require('./model/PlayerSeasonStat'), require('./model/PlayerUsage'), require('./model/PlayerUsageUsage'), require('./model/PortalPlayer'), require('./model/PositionGroupRecruitingRating'), require('./model/PredictedPoints'), require('./model/PregameWP'), require('./model/RankingWeek'), require('./model/RankingWeekPolls'), require('./model/RankingWeekRanks'), require('./model/Recruit'), require('./model/RecruitHometownInfo'), require('./model/ReturningProduction'), require('./model/ScoreboardGame'), require('./model/ScoreboardGameBetting'), require('./model/ScoreboardGameHomeTeam'), require('./model/ScoreboardGameVenue'), require('./model/ScoreboardGameWeather'), require('./model/Team'), require('./model/TeamEloRating'), require('./model/TeamGame'), require('./model/TeamGameStats'), require('./model/TeamGameTeams'), require('./model/TeamLocation'), require('./model/TeamMatchup'), require('./model/TeamMatchupGames'), require('./model/TeamPPA'), require('./model/TeamPPAOffense'), require('./model/TeamPPAOffenseCumulative'), require('./model/TeamRecord'), require('./model/TeamRecordTotal'), require('./model/TeamRecruitingRank'), require('./model/TeamSPRating'), require('./model/TeamSPRatingDefense'), require('./model/TeamSPRatingDefenseHavoc'), require('./model/TeamSPRatingOffense'), require('./model/TeamSPRatingSpecialTeams'), require('./model/TeamSRSRating'), require('./model/TeamSeason'), require('./model/TeamSeasonStat'), require('./model/TeamTalent'), require('./model/Venue'), require('./model/VenueLocation'), require('./model/Week'), require('./api/BettingApi'), require('./api/CoachesApi'), require('./api/ConferencesApi'), require('./api/DraftApi'), require('./api/DrivesApi'), require('./api/GamesApi'), require('./api/MetricsApi'), require('./api/PlayersApi'), require('./api/PlaysApi'), require('./api/RankingsApi'), require('./api/RatingsApi'), require('./api/RecruitingApi'), require('./api/StatsApi'), require('./api/TeamsApi'), require('./api/VenuesApi')); + module.exports = factory(require('./ApiClient'), require('./model/AdvancedGameStat'), require('./model/AdvancedGameStatOffense'), require('./model/AdvancedGameStatOffenseRushingPlays'), require('./model/AdvancedGameStatOffenseStandardDowns'), require('./model/AdvancedSeasonStat'), require('./model/AdvancedSeasonStatOffense'), require('./model/AdvancedSeasonStatOffenseFieldPosition'), require('./model/AdvancedSeasonStatOffenseRushingPlays'), require('./model/AdvancedSeasonStatOffenseStandardDowns'), require('./model/BoxScore'), require('./model/BoxScorePlayers'), require('./model/BoxScorePlayersAverage'), require('./model/BoxScorePlayersPpa'), require('./model/BoxScorePlayersUsage'), require('./model/BoxScoreTeams'), require('./model/BoxScoreTeamsExplosiveness'), require('./model/BoxScoreTeamsFieldPosition'), require('./model/BoxScoreTeamsHavoc'), require('./model/BoxScoreTeamsOverall'), require('./model/BoxScoreTeamsPpa'), require('./model/BoxScoreTeamsRushing'), require('./model/BoxScoreTeamsScoringOpportunities'), require('./model/BoxScoreTeamsSuccessRates'), require('./model/Coach'), require('./model/CoachSeasons'), require('./model/Conference'), require('./model/ConferenceSPRating'), require('./model/ConferenceSPRatingDefense'), require('./model/ConferenceSPRatingOffense'), require('./model/DraftPick'), require('./model/DraftPickHometownInfo'), require('./model/DraftPosition'), require('./model/DraftTeam'), require('./model/Drive'), require('./model/DriveStartTime'), require('./model/Game'), require('./model/GameLines'), require('./model/GameLinesLines'), require('./model/GameMedia'), require('./model/GamePPA'), require('./model/GamePPAOffense'), require('./model/GameWeather'), require('./model/LivePlayByPlay'), require('./model/LivePlayByPlayDrives'), require('./model/LivePlayByPlayPlays'), require('./model/LivePlayByPlayTeams'), require('./model/Play'), require('./model/PlayStat'), require('./model/PlayStatType'), require('./model/PlayType'), require('./model/PlayWP'), require('./model/Player'), require('./model/PlayerGame'), require('./model/PlayerGameAthletes'), require('./model/PlayerGameCategories'), require('./model/PlayerGamePPA'), require('./model/PlayerGamePPAAveragePPA'), require('./model/PlayerGameTeams'), require('./model/PlayerGameTypes'), require('./model/PlayerSearchResult'), require('./model/PlayerSeasonPPA'), require('./model/PlayerSeasonPPAAveragePPA'), require('./model/PlayerSeasonStat'), require('./model/PlayerUsage'), require('./model/PlayerUsageUsage'), require('./model/PortalPlayer'), require('./model/PositionGroupRecruitingRating'), require('./model/PredictedPoints'), require('./model/PregameWP'), require('./model/RankingWeek'), require('./model/RankingWeekPolls'), require('./model/RankingWeekRanks'), require('./model/Recruit'), require('./model/RecruitHometownInfo'), require('./model/ReturningProduction'), require('./model/ScoreboardGame'), require('./model/ScoreboardGameBetting'), require('./model/ScoreboardGameHomeTeam'), require('./model/ScoreboardGameVenue'), require('./model/ScoreboardGameWeather'), require('./model/Team'), require('./model/TeamEloRating'), require('./model/TeamGame'), require('./model/TeamGameStats'), require('./model/TeamGameTeams'), require('./model/TeamLocation'), require('./model/TeamMatchup'), require('./model/TeamMatchupGames'), require('./model/TeamPPA'), require('./model/TeamPPAOffense'), require('./model/TeamPPAOffenseCumulative'), require('./model/TeamRecord'), require('./model/TeamRecordTotal'), require('./model/TeamRecruitingRank'), require('./model/TeamSPRating'), require('./model/TeamSPRatingDefense'), require('./model/TeamSPRatingDefenseHavoc'), require('./model/TeamSPRatingOffense'), require('./model/TeamSPRatingSpecialTeams'), require('./model/TeamSRSRating'), require('./model/TeamSeason'), require('./model/TeamSeasonStat'), require('./model/TeamTalent'), require('./model/Venue'), require('./model/VenueLocation'), require('./model/Week'), require('./api/BettingApi'), require('./api/CoachesApi'), require('./api/ConferencesApi'), require('./api/DraftApi'), require('./api/DrivesApi'), require('./api/GamesApi'), require('./api/MetricsApi'), require('./api/PlayersApi'), require('./api/PlaysApi'), require('./api/RankingsApi'), require('./api/RatingsApi'), require('./api/RecruitingApi'), require('./api/StatsApi'), require('./api/TeamsApi'), require('./api/VenuesApi')); } -}(function(ApiClient, AdvancedGameStat, AdvancedGameStatOffense, AdvancedGameStatOffenseRushingPlays, AdvancedGameStatOffenseStandardDowns, AdvancedSeasonStat, AdvancedSeasonStatOffense, AdvancedSeasonStatOffenseFieldPosition, AdvancedSeasonStatOffenseRushingPlays, AdvancedSeasonStatOffenseStandardDowns, BoxScore, BoxScorePlayers, BoxScorePlayersAverage, BoxScorePlayersPpa, BoxScorePlayersUsage, BoxScoreTeams, BoxScoreTeamsExplosiveness, BoxScoreTeamsFieldPosition, BoxScoreTeamsHavoc, BoxScoreTeamsOverall, BoxScoreTeamsPpa, BoxScoreTeamsRushing, BoxScoreTeamsScoringOpportunities, BoxScoreTeamsSuccessRates, Coach, CoachSeasons, Conference, ConferenceSPRating, ConferenceSPRatingDefense, ConferenceSPRatingOffense, DraftPick, DraftPickHometownInfo, DraftPosition, DraftTeam, Drive, DriveStartTime, Game, GameLines, GameLinesLines, GameMedia, GamePPA, GamePPAOffense, GameWeather, LivePlayByPlay, LivePlayByPlayDrives, LivePlayByPlayPlays, LivePlayByPlayTeams, Play, PlayStat, PlayStatType, PlayType, PlayWP, Player, PlayerGame, PlayerGameAthletes, PlayerGameCategories, PlayerGamePPA, PlayerGamePPAAveragePPA, PlayerGameSchool, PlayerGameTeams, PlayerGameTypes, PlayerSearchResult, PlayerSeasonPPA, PlayerSeasonPPAAveragePPA, PlayerSeasonStat, PlayerUsage, PlayerUsageUsage, PortalPlayer, PositionGroupRecruitingRating, PredictedPoints, PregameWP, RankingWeek, RankingWeekPolls, RankingWeekRanks, Recruit, RecruitHometownInfo, ReturningProduction, ScoreboardGame, ScoreboardGameBetting, ScoreboardGameHomeTeam, ScoreboardGameVenue, ScoreboardGameWeather, Team, TeamEloRating, TeamGame, TeamGameStats, TeamGameTeams, TeamLocation, TeamMatchup, TeamMatchupGames, TeamPPA, TeamPPAOffense, TeamPPAOffenseCumulative, TeamRecord, TeamRecordTotal, TeamRecruitingRank, TeamSPRating, TeamSPRatingDefense, TeamSPRatingDefenseHavoc, TeamSPRatingOffense, TeamSPRatingSpecialTeams, TeamSRSRating, TeamSeason, TeamSeasonStat, TeamTalent, Venue, VenueLocation, Week, BettingApi, CoachesApi, ConferencesApi, DraftApi, DrivesApi, GamesApi, MetricsApi, PlayersApi, PlaysApi, RankingsApi, RatingsApi, RecruitingApi, StatsApi, TeamsApi, VenuesApi) { +}(function(ApiClient, AdvancedGameStat, AdvancedGameStatOffense, AdvancedGameStatOffenseRushingPlays, AdvancedGameStatOffenseStandardDowns, AdvancedSeasonStat, AdvancedSeasonStatOffense, AdvancedSeasonStatOffenseFieldPosition, AdvancedSeasonStatOffenseRushingPlays, AdvancedSeasonStatOffenseStandardDowns, BoxScore, BoxScorePlayers, BoxScorePlayersAverage, BoxScorePlayersPpa, BoxScorePlayersUsage, BoxScoreTeams, BoxScoreTeamsExplosiveness, BoxScoreTeamsFieldPosition, BoxScoreTeamsHavoc, BoxScoreTeamsOverall, BoxScoreTeamsPpa, BoxScoreTeamsRushing, BoxScoreTeamsScoringOpportunities, BoxScoreTeamsSuccessRates, Coach, CoachSeasons, Conference, ConferenceSPRating, ConferenceSPRatingDefense, ConferenceSPRatingOffense, DraftPick, DraftPickHometownInfo, DraftPosition, DraftTeam, Drive, DriveStartTime, Game, GameLines, GameLinesLines, GameMedia, GamePPA, GamePPAOffense, GameWeather, LivePlayByPlay, LivePlayByPlayDrives, LivePlayByPlayPlays, LivePlayByPlayTeams, Play, PlayStat, PlayStatType, PlayType, PlayWP, Player, PlayerGame, PlayerGameAthletes, PlayerGameCategories, PlayerGamePPA, PlayerGamePPAAveragePPA, PlayerGameTeams, PlayerGameTypes, PlayerSearchResult, PlayerSeasonPPA, PlayerSeasonPPAAveragePPA, PlayerSeasonStat, PlayerUsage, PlayerUsageUsage, PortalPlayer, PositionGroupRecruitingRating, PredictedPoints, PregameWP, RankingWeek, RankingWeekPolls, RankingWeekRanks, Recruit, RecruitHometownInfo, ReturningProduction, ScoreboardGame, ScoreboardGameBetting, ScoreboardGameHomeTeam, ScoreboardGameVenue, ScoreboardGameWeather, Team, TeamEloRating, TeamGame, TeamGameStats, TeamGameTeams, TeamLocation, TeamMatchup, TeamMatchupGames, TeamPPA, TeamPPAOffense, TeamPPAOffenseCumulative, TeamRecord, TeamRecordTotal, TeamRecruitingRank, TeamSPRating, TeamSPRatingDefense, TeamSPRatingDefenseHavoc, TeamSPRatingOffense, TeamSPRatingSpecialTeams, TeamSRSRating, TeamSeason, TeamSeasonStat, TeamTalent, Venue, VenueLocation, Week, BettingApi, CoachesApi, ConferencesApi, DraftApi, DrivesApi, GamesApi, MetricsApi, PlayersApi, PlaysApi, RankingsApi, RatingsApi, RecruitingApi, StatsApi, TeamsApi, VenuesApi) { 'use strict'; /** @@ -54,7 +54,7 @@ * *

* @module index - * @version 4.4.12 + * @version 4.4.13 */ var exports = { /** @@ -347,11 +347,6 @@ * @property {module:model/PlayerGamePPAAveragePPA} */ PlayerGamePPAAveragePPA: PlayerGamePPAAveragePPA, - /** - * The PlayerGameSchool model constructor. - * @property {module:model/PlayerGameSchool} - */ - PlayerGameSchool: PlayerGameSchool, /** * The PlayerGameTeams model constructor. * @property {module:model/PlayerGameTeams} diff --git a/src/model/AdvancedGameStat.js b/src/model/AdvancedGameStat.js index 92c56343..d343e288 100644 --- a/src/model/AdvancedGameStat.js +++ b/src/model/AdvancedGameStat.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The AdvancedGameStat model module. * @module model/AdvancedGameStat - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/AdvancedGameStatOffense.js b/src/model/AdvancedGameStatOffense.js index 0a0ce8b5..cbfa6ad6 100644 --- a/src/model/AdvancedGameStatOffense.js +++ b/src/model/AdvancedGameStatOffense.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The AdvancedGameStatOffense model module. * @module model/AdvancedGameStatOffense - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/AdvancedGameStatOffenseRushingPlays.js b/src/model/AdvancedGameStatOffenseRushingPlays.js index f04aae4f..fabb32fd 100644 --- a/src/model/AdvancedGameStatOffenseRushingPlays.js +++ b/src/model/AdvancedGameStatOffenseRushingPlays.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The AdvancedGameStatOffenseRushingPlays model module. * @module model/AdvancedGameStatOffenseRushingPlays - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/AdvancedGameStatOffenseStandardDowns.js b/src/model/AdvancedGameStatOffenseStandardDowns.js index 587b3bd0..b60930b3 100644 --- a/src/model/AdvancedGameStatOffenseStandardDowns.js +++ b/src/model/AdvancedGameStatOffenseStandardDowns.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The AdvancedGameStatOffenseStandardDowns model module. * @module model/AdvancedGameStatOffenseStandardDowns - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/AdvancedSeasonStat.js b/src/model/AdvancedSeasonStat.js index 7227e418..5391bc27 100644 --- a/src/model/AdvancedSeasonStat.js +++ b/src/model/AdvancedSeasonStat.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The AdvancedSeasonStat model module. * @module model/AdvancedSeasonStat - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/AdvancedSeasonStatOffense.js b/src/model/AdvancedSeasonStatOffense.js index f6a7e5e1..2c90014f 100644 --- a/src/model/AdvancedSeasonStatOffense.js +++ b/src/model/AdvancedSeasonStatOffense.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The AdvancedSeasonStatOffense model module. * @module model/AdvancedSeasonStatOffense - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/AdvancedSeasonStatOffenseFieldPosition.js b/src/model/AdvancedSeasonStatOffenseFieldPosition.js index 1edef485..63e919a6 100644 --- a/src/model/AdvancedSeasonStatOffenseFieldPosition.js +++ b/src/model/AdvancedSeasonStatOffenseFieldPosition.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The AdvancedSeasonStatOffenseFieldPosition model module. * @module model/AdvancedSeasonStatOffenseFieldPosition - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/AdvancedSeasonStatOffenseRushingPlays.js b/src/model/AdvancedSeasonStatOffenseRushingPlays.js index d1409aec..67ac9c14 100644 --- a/src/model/AdvancedSeasonStatOffenseRushingPlays.js +++ b/src/model/AdvancedSeasonStatOffenseRushingPlays.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The AdvancedSeasonStatOffenseRushingPlays model module. * @module model/AdvancedSeasonStatOffenseRushingPlays - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/AdvancedSeasonStatOffenseStandardDowns.js b/src/model/AdvancedSeasonStatOffenseStandardDowns.js index f5dde78e..a9b40150 100644 --- a/src/model/AdvancedSeasonStatOffenseStandardDowns.js +++ b/src/model/AdvancedSeasonStatOffenseStandardDowns.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The AdvancedSeasonStatOffenseStandardDowns model module. * @module model/AdvancedSeasonStatOffenseStandardDowns - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScore.js b/src/model/BoxScore.js index 5608ca06..8a017285 100644 --- a/src/model/BoxScore.js +++ b/src/model/BoxScore.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScore model module. * @module model/BoxScore - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScorePlayers.js b/src/model/BoxScorePlayers.js index 3d478eaf..ae79f01e 100644 --- a/src/model/BoxScorePlayers.js +++ b/src/model/BoxScorePlayers.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScorePlayers model module. * @module model/BoxScorePlayers - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScorePlayersAverage.js b/src/model/BoxScorePlayersAverage.js index 2c8016b9..df39548e 100644 --- a/src/model/BoxScorePlayersAverage.js +++ b/src/model/BoxScorePlayersAverage.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScorePlayersAverage model module. * @module model/BoxScorePlayersAverage - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScorePlayersPpa.js b/src/model/BoxScorePlayersPpa.js index 41e17059..3b32ba2e 100644 --- a/src/model/BoxScorePlayersPpa.js +++ b/src/model/BoxScorePlayersPpa.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScorePlayersPpa model module. * @module model/BoxScorePlayersPpa - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScorePlayersUsage.js b/src/model/BoxScorePlayersUsage.js index cd2303a7..c6fae720 100644 --- a/src/model/BoxScorePlayersUsage.js +++ b/src/model/BoxScorePlayersUsage.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScorePlayersUsage model module. * @module model/BoxScorePlayersUsage - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScoreTeams.js b/src/model/BoxScoreTeams.js index c40f875f..b69f1ece 100644 --- a/src/model/BoxScoreTeams.js +++ b/src/model/BoxScoreTeams.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScoreTeams model module. * @module model/BoxScoreTeams - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScoreTeamsExplosiveness.js b/src/model/BoxScoreTeamsExplosiveness.js index 9f993045..aa5009d8 100644 --- a/src/model/BoxScoreTeamsExplosiveness.js +++ b/src/model/BoxScoreTeamsExplosiveness.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScoreTeamsExplosiveness model module. * @module model/BoxScoreTeamsExplosiveness - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScoreTeamsFieldPosition.js b/src/model/BoxScoreTeamsFieldPosition.js index 863be576..b6339185 100644 --- a/src/model/BoxScoreTeamsFieldPosition.js +++ b/src/model/BoxScoreTeamsFieldPosition.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScoreTeamsFieldPosition model module. * @module model/BoxScoreTeamsFieldPosition - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScoreTeamsHavoc.js b/src/model/BoxScoreTeamsHavoc.js index cb2d6e0e..e3c8a52c 100644 --- a/src/model/BoxScoreTeamsHavoc.js +++ b/src/model/BoxScoreTeamsHavoc.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScoreTeamsHavoc model module. * @module model/BoxScoreTeamsHavoc - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScoreTeamsOverall.js b/src/model/BoxScoreTeamsOverall.js index fabc0d01..2642aedb 100644 --- a/src/model/BoxScoreTeamsOverall.js +++ b/src/model/BoxScoreTeamsOverall.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScoreTeamsOverall model module. * @module model/BoxScoreTeamsOverall - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScoreTeamsPpa.js b/src/model/BoxScoreTeamsPpa.js index df9b9776..5141ce4c 100644 --- a/src/model/BoxScoreTeamsPpa.js +++ b/src/model/BoxScoreTeamsPpa.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScoreTeamsPpa model module. * @module model/BoxScoreTeamsPpa - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScoreTeamsRushing.js b/src/model/BoxScoreTeamsRushing.js index b38459c1..f962aa85 100644 --- a/src/model/BoxScoreTeamsRushing.js +++ b/src/model/BoxScoreTeamsRushing.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScoreTeamsRushing model module. * @module model/BoxScoreTeamsRushing - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScoreTeamsScoringOpportunities.js b/src/model/BoxScoreTeamsScoringOpportunities.js index f5051e7c..81f387be 100644 --- a/src/model/BoxScoreTeamsScoringOpportunities.js +++ b/src/model/BoxScoreTeamsScoringOpportunities.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScoreTeamsScoringOpportunities model module. * @module model/BoxScoreTeamsScoringOpportunities - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/BoxScoreTeamsSuccessRates.js b/src/model/BoxScoreTeamsSuccessRates.js index 8d199e8a..39470f20 100644 --- a/src/model/BoxScoreTeamsSuccessRates.js +++ b/src/model/BoxScoreTeamsSuccessRates.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The BoxScoreTeamsSuccessRates model module. * @module model/BoxScoreTeamsSuccessRates - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/Coach.js b/src/model/Coach.js index 19c2c4f5..7aa65c82 100644 --- a/src/model/Coach.js +++ b/src/model/Coach.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The Coach model module. * @module model/Coach - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/CoachSeasons.js b/src/model/CoachSeasons.js index 845bbbd7..6944eb47 100644 --- a/src/model/CoachSeasons.js +++ b/src/model/CoachSeasons.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The CoachSeasons model module. * @module model/CoachSeasons - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/Conference.js b/src/model/Conference.js index aa0c83f9..41ed066e 100644 --- a/src/model/Conference.js +++ b/src/model/Conference.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The Conference model module. * @module model/Conference - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/ConferenceSPRating.js b/src/model/ConferenceSPRating.js index 40f2f3a4..ae0178be 100644 --- a/src/model/ConferenceSPRating.js +++ b/src/model/ConferenceSPRating.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The ConferenceSPRating model module. * @module model/ConferenceSPRating - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/ConferenceSPRatingDefense.js b/src/model/ConferenceSPRatingDefense.js index 09e2f29f..80eb7290 100644 --- a/src/model/ConferenceSPRatingDefense.js +++ b/src/model/ConferenceSPRatingDefense.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The ConferenceSPRatingDefense model module. * @module model/ConferenceSPRatingDefense - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/ConferenceSPRatingOffense.js b/src/model/ConferenceSPRatingOffense.js index d2b4791f..de7b20c1 100644 --- a/src/model/ConferenceSPRatingOffense.js +++ b/src/model/ConferenceSPRatingOffense.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The ConferenceSPRatingOffense model module. * @module model/ConferenceSPRatingOffense - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/DraftPick.js b/src/model/DraftPick.js index 2c613daf..aef2b1ed 100644 --- a/src/model/DraftPick.js +++ b/src/model/DraftPick.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The DraftPick model module. * @module model/DraftPick - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/DraftPickHometownInfo.js b/src/model/DraftPickHometownInfo.js index fde72742..e2c87754 100644 --- a/src/model/DraftPickHometownInfo.js +++ b/src/model/DraftPickHometownInfo.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The DraftPickHometownInfo model module. * @module model/DraftPickHometownInfo - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/DraftPosition.js b/src/model/DraftPosition.js index 37d63005..2be7d088 100644 --- a/src/model/DraftPosition.js +++ b/src/model/DraftPosition.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The DraftPosition model module. * @module model/DraftPosition - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/DraftTeam.js b/src/model/DraftTeam.js index 6dea57c9..40ddb30e 100644 --- a/src/model/DraftTeam.js +++ b/src/model/DraftTeam.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The DraftTeam model module. * @module model/DraftTeam - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/Drive.js b/src/model/Drive.js index cd6648cc..bab84b01 100644 --- a/src/model/Drive.js +++ b/src/model/Drive.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The Drive model module. * @module model/Drive - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/DriveStartTime.js b/src/model/DriveStartTime.js index 1e86c7d5..ca0105dd 100644 --- a/src/model/DriveStartTime.js +++ b/src/model/DriveStartTime.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The DriveStartTime model module. * @module model/DriveStartTime - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/Game.js b/src/model/Game.js index 0950e74a..3358363b 100644 --- a/src/model/Game.js +++ b/src/model/Game.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The Game model module. * @module model/Game - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/GameLines.js b/src/model/GameLines.js index 2711db4f..fece2449 100644 --- a/src/model/GameLines.js +++ b/src/model/GameLines.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The GameLines model module. * @module model/GameLines - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/GameLinesLines.js b/src/model/GameLinesLines.js index 2521b8e7..ed503b32 100644 --- a/src/model/GameLinesLines.js +++ b/src/model/GameLinesLines.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The GameLinesLines model module. * @module model/GameLinesLines - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/GameMedia.js b/src/model/GameMedia.js index ce6551d8..92a49a9d 100644 --- a/src/model/GameMedia.js +++ b/src/model/GameMedia.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The GameMedia model module. * @module model/GameMedia - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/GamePPA.js b/src/model/GamePPA.js index ffcd9955..d50a26f0 100644 --- a/src/model/GamePPA.js +++ b/src/model/GamePPA.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The GamePPA model module. * @module model/GamePPA - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/GamePPAOffense.js b/src/model/GamePPAOffense.js index 26603f31..8508e09a 100644 --- a/src/model/GamePPAOffense.js +++ b/src/model/GamePPAOffense.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The GamePPAOffense model module. * @module model/GamePPAOffense - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/GameWeather.js b/src/model/GameWeather.js index 434f1ac7..08255e81 100644 --- a/src/model/GameWeather.js +++ b/src/model/GameWeather.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The GameWeather model module. * @module model/GameWeather - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/LivePlayByPlay.js b/src/model/LivePlayByPlay.js index 33aac53e..b52c2a79 100644 --- a/src/model/LivePlayByPlay.js +++ b/src/model/LivePlayByPlay.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The LivePlayByPlay model module. * @module model/LivePlayByPlay - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/LivePlayByPlayDrives.js b/src/model/LivePlayByPlayDrives.js index 0cb4dc6d..e9323e98 100644 --- a/src/model/LivePlayByPlayDrives.js +++ b/src/model/LivePlayByPlayDrives.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The LivePlayByPlayDrives model module. * @module model/LivePlayByPlayDrives - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/LivePlayByPlayPlays.js b/src/model/LivePlayByPlayPlays.js index bf3a8b8a..a8c6edc5 100644 --- a/src/model/LivePlayByPlayPlays.js +++ b/src/model/LivePlayByPlayPlays.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The LivePlayByPlayPlays model module. * @module model/LivePlayByPlayPlays - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/LivePlayByPlayTeams.js b/src/model/LivePlayByPlayTeams.js index 35af2893..16f1b6bc 100644 --- a/src/model/LivePlayByPlayTeams.js +++ b/src/model/LivePlayByPlayTeams.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The LivePlayByPlayTeams model module. * @module model/LivePlayByPlayTeams - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/Play.js b/src/model/Play.js index 424d0936..0f4ec67d 100644 --- a/src/model/Play.js +++ b/src/model/Play.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The Play model module. * @module model/Play - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayStat.js b/src/model/PlayStat.js index 1146dea8..0cc53b61 100644 --- a/src/model/PlayStat.js +++ b/src/model/PlayStat.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayStat model module. * @module model/PlayStat - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayStatType.js b/src/model/PlayStatType.js index 5d9a1e4e..77056b2d 100644 --- a/src/model/PlayStatType.js +++ b/src/model/PlayStatType.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayStatType model module. * @module model/PlayStatType - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayType.js b/src/model/PlayType.js index f44f02d1..f9f12728 100644 --- a/src/model/PlayType.js +++ b/src/model/PlayType.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayType model module. * @module model/PlayType - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayWP.js b/src/model/PlayWP.js index 40c0d8e8..3a05322f 100644 --- a/src/model/PlayWP.js +++ b/src/model/PlayWP.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayWP model module. * @module model/PlayWP - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/Player.js b/src/model/Player.js index 568933f8..7f988735 100644 --- a/src/model/Player.js +++ b/src/model/Player.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The Player model module. * @module model/Player - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayerGame.js b/src/model/PlayerGame.js index 9f79851d..5176734f 100644 --- a/src/model/PlayerGame.js +++ b/src/model/PlayerGame.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayerGame model module. * @module model/PlayerGame - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayerGameAthletes.js b/src/model/PlayerGameAthletes.js index fd15b4cc..a9a164c0 100644 --- a/src/model/PlayerGameAthletes.js +++ b/src/model/PlayerGameAthletes.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayerGameAthletes model module. * @module model/PlayerGameAthletes - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayerGameCategories.js b/src/model/PlayerGameCategories.js index 118795c2..0dedec80 100644 --- a/src/model/PlayerGameCategories.js +++ b/src/model/PlayerGameCategories.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayerGameCategories model module. * @module model/PlayerGameCategories - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayerGamePPA.js b/src/model/PlayerGamePPA.js index e80ec116..26f80b3d 100644 --- a/src/model/PlayerGamePPA.js +++ b/src/model/PlayerGamePPA.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayerGamePPA model module. * @module model/PlayerGamePPA - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayerGamePPAAveragePPA.js b/src/model/PlayerGamePPAAveragePPA.js index 26c70bea..b5420789 100644 --- a/src/model/PlayerGamePPAAveragePPA.js +++ b/src/model/PlayerGamePPAAveragePPA.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayerGamePPAAveragePPA model module. * @module model/PlayerGamePPAAveragePPA - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayerGameTeams.js b/src/model/PlayerGameTeams.js index c7532837..e8f6cbcd 100644 --- a/src/model/PlayerGameTeams.js +++ b/src/model/PlayerGameTeams.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -17,24 +17,24 @@ (function(root, factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. - define(['ApiClient', 'model/PlayerGameCategories', 'model/PlayerGameSchool'], factory); + define(['ApiClient', 'model/PlayerGameCategories'], factory); } else if (typeof module === 'object' && module.exports) { // CommonJS-like environments that support module.exports, like Node. - module.exports = factory(require('../ApiClient'), require('./PlayerGameCategories'), require('./PlayerGameSchool')); + module.exports = factory(require('../ApiClient'), require('./PlayerGameCategories')); } else { // Browser globals (root is window) if (!root.cfb) { root.cfb = {}; } - root.cfb.PlayerGameTeams = factory(root.cfb.ApiClient, root.cfb.PlayerGameCategories, root.cfb.PlayerGameSchool); + root.cfb.PlayerGameTeams = factory(root.cfb.ApiClient, root.cfb.PlayerGameCategories); } -}(this, function(ApiClient, PlayerGameCategories, PlayerGameSchool) { +}(this, function(ApiClient, PlayerGameCategories) { 'use strict'; /** * The PlayerGameTeams model module. * @module model/PlayerGameTeams - * @version 4.4.12 + * @version 4.4.13 */ /** @@ -56,9 +56,11 @@ if (data) { obj = obj || new exports(); if (data.hasOwnProperty('school')) - obj.school = PlayerGameSchool.constructFromObject(data['school']); + obj.school = ApiClient.convertToType(data['school'], 'String'); + if (data.hasOwnProperty('conference')) + obj.conference = ApiClient.convertToType(data['conference'], 'String'); if (data.hasOwnProperty('homeAway')) - obj.homeAway = ApiClient.convertToType(data['homeAway'], 'Boolean'); + obj.homeAway = ApiClient.convertToType(data['homeAway'], 'String'); if (data.hasOwnProperty('points')) obj.points = ApiClient.convertToType(data['points'], 'Number'); if (data.hasOwnProperty('categories')) @@ -68,12 +70,17 @@ } /** - * @member {module:model/PlayerGameSchool} school + * @member {String} school */ exports.prototype.school = undefined; /** - * @member {Boolean} homeAway + * @member {String} conference + */ + exports.prototype.conference = undefined; + + /** + * @member {String} homeAway */ exports.prototype.homeAway = undefined; diff --git a/src/model/PlayerGameTypes.js b/src/model/PlayerGameTypes.js index 36e1ab4c..5c89ee80 100644 --- a/src/model/PlayerGameTypes.js +++ b/src/model/PlayerGameTypes.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayerGameTypes model module. * @module model/PlayerGameTypes - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayerSearchResult.js b/src/model/PlayerSearchResult.js index d91ff82e..3f3e70a0 100644 --- a/src/model/PlayerSearchResult.js +++ b/src/model/PlayerSearchResult.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayerSearchResult model module. * @module model/PlayerSearchResult - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayerSeasonPPA.js b/src/model/PlayerSeasonPPA.js index 3f2538b8..20c04cce 100644 --- a/src/model/PlayerSeasonPPA.js +++ b/src/model/PlayerSeasonPPA.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayerSeasonPPA model module. * @module model/PlayerSeasonPPA - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayerSeasonPPAAveragePPA.js b/src/model/PlayerSeasonPPAAveragePPA.js index 0286fe97..9b3523e3 100644 --- a/src/model/PlayerSeasonPPAAveragePPA.js +++ b/src/model/PlayerSeasonPPAAveragePPA.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayerSeasonPPAAveragePPA model module. * @module model/PlayerSeasonPPAAveragePPA - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayerSeasonStat.js b/src/model/PlayerSeasonStat.js index 0784d0c0..80eb0e88 100644 --- a/src/model/PlayerSeasonStat.js +++ b/src/model/PlayerSeasonStat.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayerSeasonStat model module. * @module model/PlayerSeasonStat - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayerUsage.js b/src/model/PlayerUsage.js index 77cefec5..46e7b6fe 100644 --- a/src/model/PlayerUsage.js +++ b/src/model/PlayerUsage.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayerUsage model module. * @module model/PlayerUsage - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PlayerUsageUsage.js b/src/model/PlayerUsageUsage.js index 0459a6ec..d1048f97 100644 --- a/src/model/PlayerUsageUsage.js +++ b/src/model/PlayerUsageUsage.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PlayerUsageUsage model module. * @module model/PlayerUsageUsage - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PortalPlayer.js b/src/model/PortalPlayer.js index ddbaade4..8db57f90 100644 --- a/src/model/PortalPlayer.js +++ b/src/model/PortalPlayer.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PortalPlayer model module. * @module model/PortalPlayer - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PositionGroupRecruitingRating.js b/src/model/PositionGroupRecruitingRating.js index 6ee14679..5033ba4d 100644 --- a/src/model/PositionGroupRecruitingRating.js +++ b/src/model/PositionGroupRecruitingRating.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PositionGroupRecruitingRating model module. * @module model/PositionGroupRecruitingRating - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PredictedPoints.js b/src/model/PredictedPoints.js index 04f44a96..c0910328 100644 --- a/src/model/PredictedPoints.js +++ b/src/model/PredictedPoints.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PredictedPoints model module. * @module model/PredictedPoints - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/PregameWP.js b/src/model/PregameWP.js index 1bb05f84..79cc9b99 100644 --- a/src/model/PregameWP.js +++ b/src/model/PregameWP.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The PregameWP model module. * @module model/PregameWP - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/RankingWeek.js b/src/model/RankingWeek.js index 62b70647..bfc5ac39 100644 --- a/src/model/RankingWeek.js +++ b/src/model/RankingWeek.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The RankingWeek model module. * @module model/RankingWeek - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/RankingWeekPolls.js b/src/model/RankingWeekPolls.js index f1b325c2..2bfc3a8b 100644 --- a/src/model/RankingWeekPolls.js +++ b/src/model/RankingWeekPolls.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The RankingWeekPolls model module. * @module model/RankingWeekPolls - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/RankingWeekRanks.js b/src/model/RankingWeekRanks.js index 9472768a..f5d35bc8 100644 --- a/src/model/RankingWeekRanks.js +++ b/src/model/RankingWeekRanks.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The RankingWeekRanks model module. * @module model/RankingWeekRanks - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/Recruit.js b/src/model/Recruit.js index 22877156..79c9920e 100644 --- a/src/model/Recruit.js +++ b/src/model/Recruit.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The Recruit model module. * @module model/Recruit - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/RecruitHometownInfo.js b/src/model/RecruitHometownInfo.js index 930d14c3..a1c52519 100644 --- a/src/model/RecruitHometownInfo.js +++ b/src/model/RecruitHometownInfo.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The RecruitHometownInfo model module. * @module model/RecruitHometownInfo - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/ReturningProduction.js b/src/model/ReturningProduction.js index d3805519..ef30411d 100644 --- a/src/model/ReturningProduction.js +++ b/src/model/ReturningProduction.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The ReturningProduction model module. * @module model/ReturningProduction - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/ScoreboardGame.js b/src/model/ScoreboardGame.js index e4460c00..f1894ef2 100644 --- a/src/model/ScoreboardGame.js +++ b/src/model/ScoreboardGame.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The ScoreboardGame model module. * @module model/ScoreboardGame - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/ScoreboardGameBetting.js b/src/model/ScoreboardGameBetting.js index 8e1ff8e4..fd67cd96 100644 --- a/src/model/ScoreboardGameBetting.js +++ b/src/model/ScoreboardGameBetting.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The ScoreboardGameBetting model module. * @module model/ScoreboardGameBetting - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/ScoreboardGameHomeTeam.js b/src/model/ScoreboardGameHomeTeam.js index 480a8811..a669cdba 100644 --- a/src/model/ScoreboardGameHomeTeam.js +++ b/src/model/ScoreboardGameHomeTeam.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The ScoreboardGameHomeTeam model module. * @module model/ScoreboardGameHomeTeam - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/ScoreboardGameVenue.js b/src/model/ScoreboardGameVenue.js index a81a5663..b9075d15 100644 --- a/src/model/ScoreboardGameVenue.js +++ b/src/model/ScoreboardGameVenue.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The ScoreboardGameVenue model module. * @module model/ScoreboardGameVenue - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/ScoreboardGameWeather.js b/src/model/ScoreboardGameWeather.js index b6b40bb6..d8bd85da 100644 --- a/src/model/ScoreboardGameWeather.js +++ b/src/model/ScoreboardGameWeather.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The ScoreboardGameWeather model module. * @module model/ScoreboardGameWeather - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/Team.js b/src/model/Team.js index 7431b357..1dcc1dbd 100644 --- a/src/model/Team.js +++ b/src/model/Team.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The Team model module. * @module model/Team - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamEloRating.js b/src/model/TeamEloRating.js index 9de7115f..08409c4b 100644 --- a/src/model/TeamEloRating.js +++ b/src/model/TeamEloRating.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamEloRating model module. * @module model/TeamEloRating - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamGame.js b/src/model/TeamGame.js index 4bb71dfe..6e1189fd 100644 --- a/src/model/TeamGame.js +++ b/src/model/TeamGame.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamGame model module. * @module model/TeamGame - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamGameStats.js b/src/model/TeamGameStats.js index 24d96ccc..da8df45a 100644 --- a/src/model/TeamGameStats.js +++ b/src/model/TeamGameStats.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamGameStats model module. * @module model/TeamGameStats - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamGameTeams.js b/src/model/TeamGameTeams.js index 7267fc93..86f81868 100644 --- a/src/model/TeamGameTeams.js +++ b/src/model/TeamGameTeams.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamGameTeams model module. * @module model/TeamGameTeams - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamLocation.js b/src/model/TeamLocation.js index 153b174b..2f38ab46 100644 --- a/src/model/TeamLocation.js +++ b/src/model/TeamLocation.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamLocation model module. * @module model/TeamLocation - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamMatchup.js b/src/model/TeamMatchup.js index 005e69db..5d712a8e 100644 --- a/src/model/TeamMatchup.js +++ b/src/model/TeamMatchup.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamMatchup model module. * @module model/TeamMatchup - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamMatchupGames.js b/src/model/TeamMatchupGames.js index 1d68ddad..be446fa4 100644 --- a/src/model/TeamMatchupGames.js +++ b/src/model/TeamMatchupGames.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamMatchupGames model module. * @module model/TeamMatchupGames - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamPPA.js b/src/model/TeamPPA.js index 29660ef6..5b6d106c 100644 --- a/src/model/TeamPPA.js +++ b/src/model/TeamPPA.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamPPA model module. * @module model/TeamPPA - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamPPAOffense.js b/src/model/TeamPPAOffense.js index 432543c6..4086f753 100644 --- a/src/model/TeamPPAOffense.js +++ b/src/model/TeamPPAOffense.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamPPAOffense model module. * @module model/TeamPPAOffense - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamPPAOffenseCumulative.js b/src/model/TeamPPAOffenseCumulative.js index 155f2d54..92d194db 100644 --- a/src/model/TeamPPAOffenseCumulative.js +++ b/src/model/TeamPPAOffenseCumulative.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamPPAOffenseCumulative model module. * @module model/TeamPPAOffenseCumulative - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamRecord.js b/src/model/TeamRecord.js index 844a9634..1cf996cf 100644 --- a/src/model/TeamRecord.js +++ b/src/model/TeamRecord.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamRecord model module. * @module model/TeamRecord - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamRecordTotal.js b/src/model/TeamRecordTotal.js index ed24e82e..8b0136e9 100644 --- a/src/model/TeamRecordTotal.js +++ b/src/model/TeamRecordTotal.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamRecordTotal model module. * @module model/TeamRecordTotal - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamRecruitingRank.js b/src/model/TeamRecruitingRank.js index 728cce4c..ad3260d8 100644 --- a/src/model/TeamRecruitingRank.js +++ b/src/model/TeamRecruitingRank.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamRecruitingRank model module. * @module model/TeamRecruitingRank - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamSPRating.js b/src/model/TeamSPRating.js index b16c2350..b09ef1f9 100644 --- a/src/model/TeamSPRating.js +++ b/src/model/TeamSPRating.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamSPRating model module. * @module model/TeamSPRating - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamSPRatingDefense.js b/src/model/TeamSPRatingDefense.js index 5e6b524e..7eab33ed 100644 --- a/src/model/TeamSPRatingDefense.js +++ b/src/model/TeamSPRatingDefense.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamSPRatingDefense model module. * @module model/TeamSPRatingDefense - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamSPRatingDefenseHavoc.js b/src/model/TeamSPRatingDefenseHavoc.js index a87f1693..94b39cff 100644 --- a/src/model/TeamSPRatingDefenseHavoc.js +++ b/src/model/TeamSPRatingDefenseHavoc.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamSPRatingDefenseHavoc model module. * @module model/TeamSPRatingDefenseHavoc - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamSPRatingOffense.js b/src/model/TeamSPRatingOffense.js index 6cb58be6..9e43e807 100644 --- a/src/model/TeamSPRatingOffense.js +++ b/src/model/TeamSPRatingOffense.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamSPRatingOffense model module. * @module model/TeamSPRatingOffense - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamSPRatingSpecialTeams.js b/src/model/TeamSPRatingSpecialTeams.js index 11e4678f..b4e307b7 100644 --- a/src/model/TeamSPRatingSpecialTeams.js +++ b/src/model/TeamSPRatingSpecialTeams.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamSPRatingSpecialTeams model module. * @module model/TeamSPRatingSpecialTeams - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamSRSRating.js b/src/model/TeamSRSRating.js index 82e55101..280f086b 100644 --- a/src/model/TeamSRSRating.js +++ b/src/model/TeamSRSRating.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamSRSRating model module. * @module model/TeamSRSRating - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamSeason.js b/src/model/TeamSeason.js index a5575d22..d2f083b0 100644 --- a/src/model/TeamSeason.js +++ b/src/model/TeamSeason.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamSeason model module. * @module model/TeamSeason - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamSeasonStat.js b/src/model/TeamSeasonStat.js index 3f474d45..d465f0c2 100644 --- a/src/model/TeamSeasonStat.js +++ b/src/model/TeamSeasonStat.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamSeasonStat model module. * @module model/TeamSeasonStat - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/TeamTalent.js b/src/model/TeamTalent.js index e049f7da..fa48ca25 100644 --- a/src/model/TeamTalent.js +++ b/src/model/TeamTalent.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The TeamTalent model module. * @module model/TeamTalent - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/Venue.js b/src/model/Venue.js index 773d771c..3061bf64 100644 --- a/src/model/Venue.js +++ b/src/model/Venue.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The Venue model module. * @module model/Venue - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/VenueLocation.js b/src/model/VenueLocation.js index f071ba97..bb6d388a 100644 --- a/src/model/VenueLocation.js +++ b/src/model/VenueLocation.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The VenueLocation model module. * @module model/VenueLocation - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/src/model/Week.js b/src/model/Week.js index 1a0fea4f..e41f5e12 100644 --- a/src/model/Week.js +++ b/src/model/Week.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -34,7 +34,7 @@ /** * The Week model module. * @module model/Week - * @version 4.4.12 + * @version 4.4.13 */ /** diff --git a/test/api/BettingApi.spec.js b/test/api/BettingApi.spec.js index d322632f..3389cf5f 100644 --- a/test/api/BettingApi.spec.js +++ b/test/api/BettingApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/CoachesApi.spec.js b/test/api/CoachesApi.spec.js index e86235c2..e25457dd 100644 --- a/test/api/CoachesApi.spec.js +++ b/test/api/CoachesApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/ConferencesApi.spec.js b/test/api/ConferencesApi.spec.js index d63647ff..80a6ae05 100644 --- a/test/api/ConferencesApi.spec.js +++ b/test/api/ConferencesApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/DraftApi.spec.js b/test/api/DraftApi.spec.js index 12a1f44b..ded0a667 100644 --- a/test/api/DraftApi.spec.js +++ b/test/api/DraftApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/DrivesApi.spec.js b/test/api/DrivesApi.spec.js index 86e4548d..2afa6368 100644 --- a/test/api/DrivesApi.spec.js +++ b/test/api/DrivesApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/GamesApi.spec.js b/test/api/GamesApi.spec.js index a70cbc4b..05a34b56 100644 --- a/test/api/GamesApi.spec.js +++ b/test/api/GamesApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -688,13 +688,12 @@ for (let p in dataCtr) { let data = dataCtr[p]; expect(data).to.be.a(cfb.PlayerGameTeams); - expect(data.school).to.be.a(cfb.PlayerGameSchool); - expect(data.school.name).to.be.a('string'); - expect(data.school.name).to.be(""); - expect(data.school.conference).to.be.a('string'); - expect(data.school.conference).to.be(""); - expect(data.homeAway).to.be.a('boolean'); - expect(data.homeAway).to.be(false); + expect(data.school).to.be.a('string'); + expect(data.school).to.be(""); + expect(data.conference).to.be.a('string'); + expect(data.conference).to.be(""); + expect(data.homeAway).to.be.a('string'); + expect(data.homeAway).to.be(""); expect(data.points).to.be.a('number'); expect(data.points).to.be(0); { diff --git a/test/api/MetricsApi.spec.js b/test/api/MetricsApi.spec.js index 915bd5f7..2519cc79 100644 --- a/test/api/MetricsApi.spec.js +++ b/test/api/MetricsApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/PlayersApi.spec.js b/test/api/PlayersApi.spec.js index 7000b04e..28a9d4bd 100644 --- a/test/api/PlayersApi.spec.js +++ b/test/api/PlayersApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/PlaysApi.spec.js b/test/api/PlaysApi.spec.js index 19066bae..fd79597c 100644 --- a/test/api/PlaysApi.spec.js +++ b/test/api/PlaysApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/RankingsApi.spec.js b/test/api/RankingsApi.spec.js index 51314537..e13ce90a 100644 --- a/test/api/RankingsApi.spec.js +++ b/test/api/RankingsApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/RatingsApi.spec.js b/test/api/RatingsApi.spec.js index 8c2acdef..b30b0edd 100644 --- a/test/api/RatingsApi.spec.js +++ b/test/api/RatingsApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/RecruitingApi.spec.js b/test/api/RecruitingApi.spec.js index 18a5bb8a..bda3cc00 100644 --- a/test/api/RecruitingApi.spec.js +++ b/test/api/RecruitingApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/StatsApi.spec.js b/test/api/StatsApi.spec.js index 72557fab..cebb65ec 100644 --- a/test/api/StatsApi.spec.js +++ b/test/api/StatsApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/TeamsApi.spec.js b/test/api/TeamsApi.spec.js index 429ccbce..a747a982 100644 --- a/test/api/TeamsApi.spec.js +++ b/test/api/TeamsApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/api/VenuesApi.spec.js b/test/api/VenuesApi.spec.js index 19b07bf8..4dd0efbd 100644 --- a/test/api/VenuesApi.spec.js +++ b/test/api/VenuesApi.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/AdvancedGameStat.spec.js b/test/model/AdvancedGameStat.spec.js index 8f1fa3e6..8db93403 100644 --- a/test/model/AdvancedGameStat.spec.js +++ b/test/model/AdvancedGameStat.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/AdvancedGameStatOffense.spec.js b/test/model/AdvancedGameStatOffense.spec.js index 8789bc5d..5e8b8e81 100644 --- a/test/model/AdvancedGameStatOffense.spec.js +++ b/test/model/AdvancedGameStatOffense.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/AdvancedGameStatOffenseRushingPlays.spec.js b/test/model/AdvancedGameStatOffenseRushingPlays.spec.js index 479f6935..c86ee4e3 100644 --- a/test/model/AdvancedGameStatOffenseRushingPlays.spec.js +++ b/test/model/AdvancedGameStatOffenseRushingPlays.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/AdvancedGameStatOffenseStandardDowns.spec.js b/test/model/AdvancedGameStatOffenseStandardDowns.spec.js index c36a0873..a2091d0b 100644 --- a/test/model/AdvancedGameStatOffenseStandardDowns.spec.js +++ b/test/model/AdvancedGameStatOffenseStandardDowns.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/AdvancedSeasonStat.spec.js b/test/model/AdvancedSeasonStat.spec.js index d0fc865b..011c3919 100644 --- a/test/model/AdvancedSeasonStat.spec.js +++ b/test/model/AdvancedSeasonStat.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/AdvancedSeasonStatOffense.spec.js b/test/model/AdvancedSeasonStatOffense.spec.js index c168164e..4cef9601 100644 --- a/test/model/AdvancedSeasonStatOffense.spec.js +++ b/test/model/AdvancedSeasonStatOffense.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/AdvancedSeasonStatOffenseFieldPosition.spec.js b/test/model/AdvancedSeasonStatOffenseFieldPosition.spec.js index d1bf4435..f49c8265 100644 --- a/test/model/AdvancedSeasonStatOffenseFieldPosition.spec.js +++ b/test/model/AdvancedSeasonStatOffenseFieldPosition.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/AdvancedSeasonStatOffenseRushingPlays.spec.js b/test/model/AdvancedSeasonStatOffenseRushingPlays.spec.js index d70e272c..fb4304b5 100644 --- a/test/model/AdvancedSeasonStatOffenseRushingPlays.spec.js +++ b/test/model/AdvancedSeasonStatOffenseRushingPlays.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/AdvancedSeasonStatOffenseStandardDowns.spec.js b/test/model/AdvancedSeasonStatOffenseStandardDowns.spec.js index 78ea85c9..fb25eba6 100644 --- a/test/model/AdvancedSeasonStatOffenseStandardDowns.spec.js +++ b/test/model/AdvancedSeasonStatOffenseStandardDowns.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScore.spec.js b/test/model/BoxScore.spec.js index 47bfb182..6a91b6a1 100644 --- a/test/model/BoxScore.spec.js +++ b/test/model/BoxScore.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScorePlayers.spec.js b/test/model/BoxScorePlayers.spec.js index 0d28f64c..1f4d1370 100644 --- a/test/model/BoxScorePlayers.spec.js +++ b/test/model/BoxScorePlayers.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScorePlayersAverage.spec.js b/test/model/BoxScorePlayersAverage.spec.js index 71b13f71..0fb355d0 100644 --- a/test/model/BoxScorePlayersAverage.spec.js +++ b/test/model/BoxScorePlayersAverage.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScorePlayersPpa.spec.js b/test/model/BoxScorePlayersPpa.spec.js index d94e50f3..4c601101 100644 --- a/test/model/BoxScorePlayersPpa.spec.js +++ b/test/model/BoxScorePlayersPpa.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScorePlayersUsage.spec.js b/test/model/BoxScorePlayersUsage.spec.js index 3e219eaf..6151e1cc 100644 --- a/test/model/BoxScorePlayersUsage.spec.js +++ b/test/model/BoxScorePlayersUsage.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScoreTeams.spec.js b/test/model/BoxScoreTeams.spec.js index d52c80af..4a0a905a 100644 --- a/test/model/BoxScoreTeams.spec.js +++ b/test/model/BoxScoreTeams.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScoreTeamsExplosiveness.spec.js b/test/model/BoxScoreTeamsExplosiveness.spec.js index eb8b3339..514a79ee 100644 --- a/test/model/BoxScoreTeamsExplosiveness.spec.js +++ b/test/model/BoxScoreTeamsExplosiveness.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScoreTeamsFieldPosition.spec.js b/test/model/BoxScoreTeamsFieldPosition.spec.js index 99bc3f0b..f8973b44 100644 --- a/test/model/BoxScoreTeamsFieldPosition.spec.js +++ b/test/model/BoxScoreTeamsFieldPosition.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScoreTeamsHavoc.spec.js b/test/model/BoxScoreTeamsHavoc.spec.js index cd57bc63..d920c6f0 100644 --- a/test/model/BoxScoreTeamsHavoc.spec.js +++ b/test/model/BoxScoreTeamsHavoc.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScoreTeamsOverall.spec.js b/test/model/BoxScoreTeamsOverall.spec.js index 7eaf4121..42fcd59e 100644 --- a/test/model/BoxScoreTeamsOverall.spec.js +++ b/test/model/BoxScoreTeamsOverall.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScoreTeamsPpa.spec.js b/test/model/BoxScoreTeamsPpa.spec.js index f5ca4009..a1110702 100644 --- a/test/model/BoxScoreTeamsPpa.spec.js +++ b/test/model/BoxScoreTeamsPpa.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScoreTeamsRushing.spec.js b/test/model/BoxScoreTeamsRushing.spec.js index da9c9091..179f159b 100644 --- a/test/model/BoxScoreTeamsRushing.spec.js +++ b/test/model/BoxScoreTeamsRushing.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScoreTeamsScoringOpportunities.spec.js b/test/model/BoxScoreTeamsScoringOpportunities.spec.js index 1b7ce7d1..76469318 100644 --- a/test/model/BoxScoreTeamsScoringOpportunities.spec.js +++ b/test/model/BoxScoreTeamsScoringOpportunities.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/BoxScoreTeamsSuccessRates.spec.js b/test/model/BoxScoreTeamsSuccessRates.spec.js index 801cdb70..e7d4f472 100644 --- a/test/model/BoxScoreTeamsSuccessRates.spec.js +++ b/test/model/BoxScoreTeamsSuccessRates.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/Coach.spec.js b/test/model/Coach.spec.js index d7ccd61a..b5d956db 100644 --- a/test/model/Coach.spec.js +++ b/test/model/Coach.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/CoachSeasons.spec.js b/test/model/CoachSeasons.spec.js index 6eb9b3d4..68b096cb 100644 --- a/test/model/CoachSeasons.spec.js +++ b/test/model/CoachSeasons.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/Conference.spec.js b/test/model/Conference.spec.js index f45e405a..96efa9fb 100644 --- a/test/model/Conference.spec.js +++ b/test/model/Conference.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/ConferenceSPRating.spec.js b/test/model/ConferenceSPRating.spec.js index 8b9a8c86..83dfd479 100644 --- a/test/model/ConferenceSPRating.spec.js +++ b/test/model/ConferenceSPRating.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/ConferenceSPRatingDefense.spec.js b/test/model/ConferenceSPRatingDefense.spec.js index 874de756..858b53f3 100644 --- a/test/model/ConferenceSPRatingDefense.spec.js +++ b/test/model/ConferenceSPRatingDefense.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/ConferenceSPRatingOffense.spec.js b/test/model/ConferenceSPRatingOffense.spec.js index 2a40835b..e72ddcff 100644 --- a/test/model/ConferenceSPRatingOffense.spec.js +++ b/test/model/ConferenceSPRatingOffense.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/DraftPick.spec.js b/test/model/DraftPick.spec.js index da699b03..ba64cd46 100644 --- a/test/model/DraftPick.spec.js +++ b/test/model/DraftPick.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/DraftPickHometownInfo.spec.js b/test/model/DraftPickHometownInfo.spec.js index 80c3aaaf..af7827d2 100644 --- a/test/model/DraftPickHometownInfo.spec.js +++ b/test/model/DraftPickHometownInfo.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/DraftPosition.spec.js b/test/model/DraftPosition.spec.js index a5415bdb..868ba842 100644 --- a/test/model/DraftPosition.spec.js +++ b/test/model/DraftPosition.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/DraftTeam.spec.js b/test/model/DraftTeam.spec.js index 911d536e..7c9e2fb2 100644 --- a/test/model/DraftTeam.spec.js +++ b/test/model/DraftTeam.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/Drive.spec.js b/test/model/Drive.spec.js index 63fc2b33..24d1e272 100644 --- a/test/model/Drive.spec.js +++ b/test/model/Drive.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/DriveStartTime.spec.js b/test/model/DriveStartTime.spec.js index 8f0fa251..baf0c7c3 100644 --- a/test/model/DriveStartTime.spec.js +++ b/test/model/DriveStartTime.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/Game.spec.js b/test/model/Game.spec.js index 6f96611b..33eb54ff 100644 --- a/test/model/Game.spec.js +++ b/test/model/Game.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/GameLines.spec.js b/test/model/GameLines.spec.js index 37cc0a54..70d62a40 100644 --- a/test/model/GameLines.spec.js +++ b/test/model/GameLines.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/GameLinesLines.spec.js b/test/model/GameLinesLines.spec.js index 0d14bd80..fd3b8c49 100644 --- a/test/model/GameLinesLines.spec.js +++ b/test/model/GameLinesLines.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/GameMedia.spec.js b/test/model/GameMedia.spec.js index 074082b1..e89eadca 100644 --- a/test/model/GameMedia.spec.js +++ b/test/model/GameMedia.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/GamePPA.spec.js b/test/model/GamePPA.spec.js index fad9d6e9..a7f57e0f 100644 --- a/test/model/GamePPA.spec.js +++ b/test/model/GamePPA.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/GamePPAOffense.spec.js b/test/model/GamePPAOffense.spec.js index 4001c0e4..ad4070da 100644 --- a/test/model/GamePPAOffense.spec.js +++ b/test/model/GamePPAOffense.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/GameWeather.spec.js b/test/model/GameWeather.spec.js index e152eb65..50143748 100644 --- a/test/model/GameWeather.spec.js +++ b/test/model/GameWeather.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/LivePlayByPlay.spec.js b/test/model/LivePlayByPlay.spec.js index d1fb3f3e..7be9a4c1 100644 --- a/test/model/LivePlayByPlay.spec.js +++ b/test/model/LivePlayByPlay.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/LivePlayByPlayDrives.spec.js b/test/model/LivePlayByPlayDrives.spec.js index cdfbaf61..4521a800 100644 --- a/test/model/LivePlayByPlayDrives.spec.js +++ b/test/model/LivePlayByPlayDrives.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/LivePlayByPlayPlays.spec.js b/test/model/LivePlayByPlayPlays.spec.js index 399b5f8b..484a9395 100644 --- a/test/model/LivePlayByPlayPlays.spec.js +++ b/test/model/LivePlayByPlayPlays.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/LivePlayByPlayTeams.spec.js b/test/model/LivePlayByPlayTeams.spec.js index ee920ffe..df4c72c1 100644 --- a/test/model/LivePlayByPlayTeams.spec.js +++ b/test/model/LivePlayByPlayTeams.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/Play.spec.js b/test/model/Play.spec.js index 146df62e..6058e2b8 100644 --- a/test/model/Play.spec.js +++ b/test/model/Play.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayStat.spec.js b/test/model/PlayStat.spec.js index b9c6e394..11b2720d 100644 --- a/test/model/PlayStat.spec.js +++ b/test/model/PlayStat.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayStatType.spec.js b/test/model/PlayStatType.spec.js index eae024e6..52a5e09a 100644 --- a/test/model/PlayStatType.spec.js +++ b/test/model/PlayStatType.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayType.spec.js b/test/model/PlayType.spec.js index 9c08593a..c7c4c483 100644 --- a/test/model/PlayType.spec.js +++ b/test/model/PlayType.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayWP.spec.js b/test/model/PlayWP.spec.js index 3ea89cda..5988b149 100644 --- a/test/model/PlayWP.spec.js +++ b/test/model/PlayWP.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/Player.spec.js b/test/model/Player.spec.js index 52688964..9d71c15f 100644 --- a/test/model/Player.spec.js +++ b/test/model/Player.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayerGame.spec.js b/test/model/PlayerGame.spec.js index 4d36ac37..4d0d25b9 100644 --- a/test/model/PlayerGame.spec.js +++ b/test/model/PlayerGame.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayerGameAthletes.spec.js b/test/model/PlayerGameAthletes.spec.js index f47d667b..fec48dde 100644 --- a/test/model/PlayerGameAthletes.spec.js +++ b/test/model/PlayerGameAthletes.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayerGameCategories.spec.js b/test/model/PlayerGameCategories.spec.js index 44477793..1eee53c9 100644 --- a/test/model/PlayerGameCategories.spec.js +++ b/test/model/PlayerGameCategories.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayerGamePPA.spec.js b/test/model/PlayerGamePPA.spec.js index dc483c6d..1601947b 100644 --- a/test/model/PlayerGamePPA.spec.js +++ b/test/model/PlayerGamePPA.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayerGamePPAAveragePPA.spec.js b/test/model/PlayerGamePPAAveragePPA.spec.js index 3fac81b1..c5d9def8 100644 --- a/test/model/PlayerGamePPAAveragePPA.spec.js +++ b/test/model/PlayerGamePPAAveragePPA.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayerGameTeams.spec.js b/test/model/PlayerGameTeams.spec.js index 51c74bfc..ca2ddde1 100644 --- a/test/model/PlayerGameTeams.spec.js +++ b/test/model/PlayerGameTeams.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * @@ -47,6 +47,12 @@ // expect(instance.school).to.be(expectedValueLiteral); }); + it('should have the property conference (base name: "conference")', function() { + // TODO: update the code to test the property conference + expect(instance).to.have.property('conference'); + // expect(instance.conference).to.be(expectedValueLiteral); + }); + it('should have the property homeAway (base name: "homeAway")', function() { // TODO: update the code to test the property homeAway expect(instance).to.have.property('homeAway'); diff --git a/test/model/PlayerGameTypes.spec.js b/test/model/PlayerGameTypes.spec.js index 9b53befc..ccf056df 100644 --- a/test/model/PlayerGameTypes.spec.js +++ b/test/model/PlayerGameTypes.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayerSearchResult.spec.js b/test/model/PlayerSearchResult.spec.js index 9f38391a..37d8bc66 100644 --- a/test/model/PlayerSearchResult.spec.js +++ b/test/model/PlayerSearchResult.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayerSeasonPPA.spec.js b/test/model/PlayerSeasonPPA.spec.js index 4bfbb69b..3c12fc48 100644 --- a/test/model/PlayerSeasonPPA.spec.js +++ b/test/model/PlayerSeasonPPA.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayerSeasonPPAAveragePPA.spec.js b/test/model/PlayerSeasonPPAAveragePPA.spec.js index 188a4e66..d5b52934 100644 --- a/test/model/PlayerSeasonPPAAveragePPA.spec.js +++ b/test/model/PlayerSeasonPPAAveragePPA.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayerSeasonStat.spec.js b/test/model/PlayerSeasonStat.spec.js index 4dd95ed2..8dbd4608 100644 --- a/test/model/PlayerSeasonStat.spec.js +++ b/test/model/PlayerSeasonStat.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayerUsage.spec.js b/test/model/PlayerUsage.spec.js index df4a8fb0..4aa8d48e 100644 --- a/test/model/PlayerUsage.spec.js +++ b/test/model/PlayerUsage.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PlayerUsageUsage.spec.js b/test/model/PlayerUsageUsage.spec.js index ec32bba3..fd1af008 100644 --- a/test/model/PlayerUsageUsage.spec.js +++ b/test/model/PlayerUsageUsage.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PortalPlayer.spec.js b/test/model/PortalPlayer.spec.js index 6c37b6de..7035a716 100644 --- a/test/model/PortalPlayer.spec.js +++ b/test/model/PortalPlayer.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PositionGroupRecruitingRating.spec.js b/test/model/PositionGroupRecruitingRating.spec.js index 6651180d..39a91fc3 100644 --- a/test/model/PositionGroupRecruitingRating.spec.js +++ b/test/model/PositionGroupRecruitingRating.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PredictedPoints.spec.js b/test/model/PredictedPoints.spec.js index 0b97be57..af23eb15 100644 --- a/test/model/PredictedPoints.spec.js +++ b/test/model/PredictedPoints.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/PregameWP.spec.js b/test/model/PregameWP.spec.js index f9162d7c..03e9675f 100644 --- a/test/model/PregameWP.spec.js +++ b/test/model/PregameWP.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/RankingWeek.spec.js b/test/model/RankingWeek.spec.js index 8eea09ce..55ce1048 100644 --- a/test/model/RankingWeek.spec.js +++ b/test/model/RankingWeek.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/RankingWeekPolls.spec.js b/test/model/RankingWeekPolls.spec.js index 43cbbadc..d9df915b 100644 --- a/test/model/RankingWeekPolls.spec.js +++ b/test/model/RankingWeekPolls.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/RankingWeekRanks.spec.js b/test/model/RankingWeekRanks.spec.js index 60ad51cf..d8f0df21 100644 --- a/test/model/RankingWeekRanks.spec.js +++ b/test/model/RankingWeekRanks.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/Recruit.spec.js b/test/model/Recruit.spec.js index e2f38aca..84d6a128 100644 --- a/test/model/Recruit.spec.js +++ b/test/model/Recruit.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/RecruitHometownInfo.spec.js b/test/model/RecruitHometownInfo.spec.js index 0d78f593..72e6d3db 100644 --- a/test/model/RecruitHometownInfo.spec.js +++ b/test/model/RecruitHometownInfo.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/ReturningProduction.spec.js b/test/model/ReturningProduction.spec.js index 23f78f05..5711f5fe 100644 --- a/test/model/ReturningProduction.spec.js +++ b/test/model/ReturningProduction.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/ScoreboardGame.spec.js b/test/model/ScoreboardGame.spec.js index e3cea6ba..09407a85 100644 --- a/test/model/ScoreboardGame.spec.js +++ b/test/model/ScoreboardGame.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/ScoreboardGameBetting.spec.js b/test/model/ScoreboardGameBetting.spec.js index 8ec45797..7d46ad17 100644 --- a/test/model/ScoreboardGameBetting.spec.js +++ b/test/model/ScoreboardGameBetting.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/ScoreboardGameHomeTeam.spec.js b/test/model/ScoreboardGameHomeTeam.spec.js index 35c28158..a9021708 100644 --- a/test/model/ScoreboardGameHomeTeam.spec.js +++ b/test/model/ScoreboardGameHomeTeam.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/ScoreboardGameVenue.spec.js b/test/model/ScoreboardGameVenue.spec.js index f0bfcb50..becad334 100644 --- a/test/model/ScoreboardGameVenue.spec.js +++ b/test/model/ScoreboardGameVenue.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/ScoreboardGameWeather.spec.js b/test/model/ScoreboardGameWeather.spec.js index 3f07cd11..4bad594b 100644 --- a/test/model/ScoreboardGameWeather.spec.js +++ b/test/model/ScoreboardGameWeather.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/Team.spec.js b/test/model/Team.spec.js index 7d1c6f33..7b5a2988 100644 --- a/test/model/Team.spec.js +++ b/test/model/Team.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamEloRating.spec.js b/test/model/TeamEloRating.spec.js index 17fc4b1e..8c1a8e49 100644 --- a/test/model/TeamEloRating.spec.js +++ b/test/model/TeamEloRating.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamGame.spec.js b/test/model/TeamGame.spec.js index 243375f9..c5f98ae7 100644 --- a/test/model/TeamGame.spec.js +++ b/test/model/TeamGame.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamGameStats.spec.js b/test/model/TeamGameStats.spec.js index 15ab6f75..28289e5b 100644 --- a/test/model/TeamGameStats.spec.js +++ b/test/model/TeamGameStats.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamGameTeams.spec.js b/test/model/TeamGameTeams.spec.js index a1a7de1b..c66e080c 100644 --- a/test/model/TeamGameTeams.spec.js +++ b/test/model/TeamGameTeams.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamLocation.spec.js b/test/model/TeamLocation.spec.js index c34c51cd..6f457e1c 100644 --- a/test/model/TeamLocation.spec.js +++ b/test/model/TeamLocation.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamMatchup.spec.js b/test/model/TeamMatchup.spec.js index 17dff0b2..be9d929b 100644 --- a/test/model/TeamMatchup.spec.js +++ b/test/model/TeamMatchup.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamMatchupGames.spec.js b/test/model/TeamMatchupGames.spec.js index dd46c685..7ea5eb8e 100644 --- a/test/model/TeamMatchupGames.spec.js +++ b/test/model/TeamMatchupGames.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamPPA.spec.js b/test/model/TeamPPA.spec.js index ce9cba9a..318d33eb 100644 --- a/test/model/TeamPPA.spec.js +++ b/test/model/TeamPPA.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamPPAOffense.spec.js b/test/model/TeamPPAOffense.spec.js index e8747f1f..c0babfeb 100644 --- a/test/model/TeamPPAOffense.spec.js +++ b/test/model/TeamPPAOffense.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamPPAOffenseCumulative.spec.js b/test/model/TeamPPAOffenseCumulative.spec.js index 0ab9ac38..e4cd0525 100644 --- a/test/model/TeamPPAOffenseCumulative.spec.js +++ b/test/model/TeamPPAOffenseCumulative.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamRecord.spec.js b/test/model/TeamRecord.spec.js index d4bd440f..097ea453 100644 --- a/test/model/TeamRecord.spec.js +++ b/test/model/TeamRecord.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamRecordTotal.spec.js b/test/model/TeamRecordTotal.spec.js index ac7e634b..b7dae8ab 100644 --- a/test/model/TeamRecordTotal.spec.js +++ b/test/model/TeamRecordTotal.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamRecruitingRank.spec.js b/test/model/TeamRecruitingRank.spec.js index 8d2a982c..d56b8879 100644 --- a/test/model/TeamRecruitingRank.spec.js +++ b/test/model/TeamRecruitingRank.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamSPRating.spec.js b/test/model/TeamSPRating.spec.js index d2d09f2e..0c5eeeac 100644 --- a/test/model/TeamSPRating.spec.js +++ b/test/model/TeamSPRating.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamSPRatingDefense.spec.js b/test/model/TeamSPRatingDefense.spec.js index 8574e829..e89deab3 100644 --- a/test/model/TeamSPRatingDefense.spec.js +++ b/test/model/TeamSPRatingDefense.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamSPRatingDefenseHavoc.spec.js b/test/model/TeamSPRatingDefenseHavoc.spec.js index 22933146..ff64e5d5 100644 --- a/test/model/TeamSPRatingDefenseHavoc.spec.js +++ b/test/model/TeamSPRatingDefenseHavoc.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamSPRatingOffense.spec.js b/test/model/TeamSPRatingOffense.spec.js index 71a2da56..6b944109 100644 --- a/test/model/TeamSPRatingOffense.spec.js +++ b/test/model/TeamSPRatingOffense.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamSPRatingSpecialTeams.spec.js b/test/model/TeamSPRatingSpecialTeams.spec.js index 16a14c37..ee936c02 100644 --- a/test/model/TeamSPRatingSpecialTeams.spec.js +++ b/test/model/TeamSPRatingSpecialTeams.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamSRSRating.spec.js b/test/model/TeamSRSRating.spec.js index 735ef880..cd250c64 100644 --- a/test/model/TeamSRSRating.spec.js +++ b/test/model/TeamSRSRating.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamSeason.spec.js b/test/model/TeamSeason.spec.js index f3c24d1f..d627295c 100644 --- a/test/model/TeamSeason.spec.js +++ b/test/model/TeamSeason.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamSeasonStat.spec.js b/test/model/TeamSeasonStat.spec.js index 1dcf10b2..0c1315cf 100644 --- a/test/model/TeamSeasonStat.spec.js +++ b/test/model/TeamSeasonStat.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/TeamTalent.spec.js b/test/model/TeamTalent.spec.js index 8bfb219a..9bd97dc7 100644 --- a/test/model/TeamTalent.spec.js +++ b/test/model/TeamTalent.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/Venue.spec.js b/test/model/Venue.spec.js index f09a2e07..03dddab7 100644 --- a/test/model/Venue.spec.js +++ b/test/model/Venue.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/VenueLocation.spec.js b/test/model/VenueLocation.spec.js index afe5bdbe..22275261 100644 --- a/test/model/VenueLocation.spec.js +++ b/test/model/VenueLocation.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. * diff --git a/test/model/Week.spec.js b/test/model/Week.spec.js index ea36efce..f315dd90 100644 --- a/test/model/Week.spec.js +++ b/test/model/Week.spec.js @@ -2,13 +2,13 @@ * College Football Data API * This is an API for accessing all sorts of college football data. Please note that API keys should be supplied with \"Bearer \" prepended (e.g. \"Bearer your_key\"). API keys can be acquired from the CollegeFootballData.com website. * - * OpenAPI spec version: 4.4.12 + * OpenAPI spec version: 4.4.13 * Contact: admin@collegefootballdata.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * - * Swagger Codegen version: 2.4.29 + * Swagger Codegen version: 2.4.32 * * Do not edit the class manually. *