mlbstats/api/models/model_league_lists_enum.go

59 lines
2.6 KiB
Go

/*
Copyright (C) 2025 filifa
This file is part of mlbstats.
mlbstats is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.
mlbstats is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
mlbstats. If not, see <https://www.gnu.org/licenses/>.
*/
/*
* Stats API Documentation
*
* Official API for Major League Baseball.
*
* API version: 2.0.0
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package models
type LeagueListsEnum string
// List of LeagueListsEnum
const (
MILB_FULL_LeagueListsEnum LeagueListsEnum = "MILB_FULL"
MILB_SHORT_LeagueListsEnum LeagueListsEnum = "MILB_SHORT"
MILB_COMPLEX_LeagueListsEnum LeagueListsEnum = "MILB_COMPLEX"
MILB_ALL_LeagueListsEnum LeagueListsEnum = "MILB_ALL"
MILB_ALL_NOMEX_LeagueListsEnum LeagueListsEnum = "MILB_ALL_NOMEX"
MILB_ALL_DOMESTIC_LeagueListsEnum LeagueListsEnum = "MILB_ALL_DOMESTIC"
MILB_NONCOMP_LeagueListsEnum LeagueListsEnum = "MILB_NONCOMP"
MILB_NONCOMP_NOMEX_LeagueListsEnum LeagueListsEnum = "MILB_NONCOMP_NOMEX"
MILB_DOMCOMP_LeagueListsEnum LeagueListsEnum = "MILB_DOMCOMP"
MILB_INTCOMP_LeagueListsEnum LeagueListsEnum = "MILB_INTCOMP"
WIN_NOABL_LeagueListsEnum LeagueListsEnum = "WIN_NOABL"
WIN_CARIBBEAN_LeagueListsEnum LeagueListsEnum = "WIN_CARIBBEAN"
WIN_ALL_LeagueListsEnum LeagueListsEnum = "WIN_ALL"
ABL_LeagueListsEnum LeagueListsEnum = "ABL"
MEX_ALL_LeagueListsEnum LeagueListsEnum = "MEX_ALL"
MLB_LeagueListsEnum LeagueListsEnum = "MLB"
MLB_HIST_LeagueListsEnum LeagueListsEnum = "MLB_HIST"
MLB_MILB_LeagueListsEnum LeagueListsEnum = "MLB_MILB"
MLB_MILB_HIST_LeagueListsEnum LeagueListsEnum = "MLB_MILB_HIST"
MLB_MILB_WIN_LeagueListsEnum LeagueListsEnum = "MLB_MILB_WIN"
BASEBALL_ALL_LeagueListsEnum LeagueListsEnum = "BASEBALL_ALL"
MLB_SPRING_LeagueListsEnum LeagueListsEnum = "MLB_SPRING"
MLB_AL_NL_LeagueListsEnum LeagueListsEnum = "MLB_AL_NL"
MLB_NEGRO_LeagueListsEnum LeagueListsEnum = "MLB_NEGRO"
NEGRO_ALL_LeagueListsEnum LeagueListsEnum = "NEGRO_ALL"
)