22 * Onepanel
33 * Onepanel API
44 *
5- * The version of the OpenAPI document: 0.13 .0
5+ * The version of the OpenAPI document: 0.14 .0
66 *
77 *
88 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,8 +20,8 @@ import { Observable } from 'rxjs';
2020import { GrpcGatewayRuntimeError } from '../model/models' ;
2121import { IsAuthorized } from '../model/models' ;
2222import { IsAuthorizedResponse } from '../model/models' ;
23+ import { IsValidTokenRequest } from '../model/models' ;
2324import { IsValidTokenResponse } from '../model/models' ;
24- import { TokenWrapper } from '../model/models' ;
2525
2626import { BASE_PATH , COLLECTION_FORMATS } from '../variables' ;
2727import { Configuration } from '../configuration' ;
@@ -157,10 +157,10 @@ export class AuthServiceService {
157157 * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
158158 * @param reportProgress flag to report request and response progress.
159159 */
160- public isValidToken ( body : TokenWrapper , observe ?: 'body' , reportProgress ?: boolean , options ?: { httpHeaderAccept ?: 'application/json' | 'application/octet-stream' } ) : Observable < IsValidTokenResponse > ;
161- public isValidToken ( body : TokenWrapper , observe ?: 'response' , reportProgress ?: boolean , options ?: { httpHeaderAccept ?: 'application/json' | 'application/octet-stream' } ) : Observable < HttpResponse < IsValidTokenResponse > > ;
162- public isValidToken ( body : TokenWrapper , observe ?: 'events' , reportProgress ?: boolean , options ?: { httpHeaderAccept ?: 'application/json' | 'application/octet-stream' } ) : Observable < HttpEvent < IsValidTokenResponse > > ;
163- public isValidToken ( body : TokenWrapper , observe : any = 'body' , reportProgress : boolean = false , options ?: { httpHeaderAccept ?: 'application/json' | 'application/octet-stream' } ) : Observable < any > {
160+ public isValidToken ( body : IsValidTokenRequest , observe ?: 'body' , reportProgress ?: boolean , options ?: { httpHeaderAccept ?: 'application/json' | 'application/octet-stream' } ) : Observable < IsValidTokenResponse > ;
161+ public isValidToken ( body : IsValidTokenRequest , observe ?: 'response' , reportProgress ?: boolean , options ?: { httpHeaderAccept ?: 'application/json' | 'application/octet-stream' } ) : Observable < HttpResponse < IsValidTokenResponse > > ;
162+ public isValidToken ( body : IsValidTokenRequest , observe ?: 'events' , reportProgress ?: boolean , options ?: { httpHeaderAccept ?: 'application/json' | 'application/octet-stream' } ) : Observable < HttpEvent < IsValidTokenResponse > > ;
163+ public isValidToken ( body : IsValidTokenRequest , observe : any = 'body' , reportProgress : boolean = false , options ?: { httpHeaderAccept ?: 'application/json' | 'application/octet-stream' } ) : Observable < any > {
164164 if ( body === null || body === undefined ) {
165165 throw new Error ( 'Required parameter body was null or undefined when calling isValidToken.' ) ;
166166 }
0 commit comments