ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.401.2

This commit is contained in:
speakeasybot
2024-09-21 00:10:16 +00:00
parent d83bd96c5f
commit f52d81d1f6
76 changed files with 1100 additions and 806 deletions

View File

@@ -19,10 +19,10 @@ import (
type GetPlaylistContentsQueryParamType int64
const (
GetPlaylistContentsQueryParamTypeOne GetPlaylistContentsQueryParamType = 1
GetPlaylistContentsQueryParamTypeTwo GetPlaylistContentsQueryParamType = 2
GetPlaylistContentsQueryParamTypeThree GetPlaylistContentsQueryParamType = 3
GetPlaylistContentsQueryParamTypeFour GetPlaylistContentsQueryParamType = 4
GetPlaylistContentsQueryParamTypeMovie GetPlaylistContentsQueryParamType = 1
GetPlaylistContentsQueryParamTypeShow GetPlaylistContentsQueryParamType = 2
GetPlaylistContentsQueryParamTypeSeason GetPlaylistContentsQueryParamType = 3
GetPlaylistContentsQueryParamTypeEpisode GetPlaylistContentsQueryParamType = 4
)
func (e GetPlaylistContentsQueryParamType) ToPointer() *GetPlaylistContentsQueryParamType {