PlayerApiFp ( configuration ?: Configuration , ) : { banControllerCreate ( banCreateDTO ?: BanCreateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputDTOAPI > , > ; banControllerDelete ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; banControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputDTOAPI > , > ; banControllerSearch ( banSearchInputDTO ?: BanSearchInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputArrayDTOAPI > , > ; banControllerUpdate ( id : string , banUpdateDTO ?: BanUpdateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputDTOAPI > , > ; playerControllerAssignRole ( id : string , roleId : string , playerRoleAssignChangeDTO ?: PlayerRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; playerControllerGetMe ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerMeOutputDTO > , > ; playerControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerOutputWithRolesDTOAPI > , > ; playerControllerRemoveRole ( id : string , roleId : string , playerRoleAssignChangeDTO ?: PlayerRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; playerControllerSearch ( playerSearchInputDTO ?: PlayerSearchInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerOutputArrayDTOAPI > , > ; } Parameters Optional
configuration : Configuration Returns { banControllerCreate ( banCreateDTO ?: BanCreateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputDTOAPI > , > ; banControllerDelete ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; banControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputDTOAPI > , > ; banControllerSearch ( banSearchInputDTO ?: BanSearchInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputArrayDTOAPI > , > ; banControllerUpdate ( id : string , banUpdateDTO ?: BanUpdateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputDTOAPI > , > ; playerControllerAssignRole ( id : string , roleId : string , playerRoleAssignChangeDTO ?: PlayerRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; playerControllerGetMe ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerMeOutputDTO > , > ; playerControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerOutputWithRolesDTOAPI > , > ; playerControllerRemoveRole ( id : string , roleId : string , playerRoleAssignChangeDTO ?: PlayerRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > ; playerControllerSearch ( playerSearchInputDTO ?: PlayerSearchInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerOutputArrayDTOAPI > , > ; } banControllerCreate : functionbanControllerCreate ( banCreateDTO ?: BanCreateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputDTOAPI > , > Parameters Optional
banCreateDTO : BanCreateDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputDTOAPI > , > banControllerDelete : functionbanControllerDelete ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > banControllerGetOne : functionbanControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputDTOAPI > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputDTOAPI > , > banControllerSearch : functionbanControllerSearch ( banSearchInputDTO ?: BanSearchInputDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputArrayDTOAPI > , > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputArrayDTOAPI > , > banControllerUpdate : functionbanControllerUpdate ( id : string , banUpdateDTO ?: BanUpdateDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputDTOAPI > , > Parameters id : string Optional
banUpdateDTO : BanUpdateDTO Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < BanOutputDTOAPI > , > playerControllerAssignRole : functionplayerControllerAssignRole ( id : string , roleId : string , playerRoleAssignChangeDTO ?: PlayerRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > playerControllerGetMe : functionplayerControllerGetMe ( options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerMeOutputDTO > , > Parameters Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerMeOutputDTO > , > playerControllerGetOne : functionplayerControllerGetOne ( id : string , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerOutputWithRolesDTOAPI > , > Parameters id : string Optional
options : RawAxiosRequestConfig Returns Promise < ( axios ?: AxiosInstance , basePath ?: string , ) => AxiosPromise < PlayerOutputWithRolesDTOAPI > , > playerControllerRemoveRole : functionplayerControllerRemoveRole ( id : string , roleId : string , playerRoleAssignChangeDTO ?: PlayerRoleAssignChangeDTO , options ?: RawAxiosRequestConfig , ) : Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > , > Returns Promise < ( axios ?: AxiosInstance , basePath ?: string ) => AxiosPromise < APIOutput > > playerControllerSearch : function
PlayerApi - functional programming interface
Export