Skip to content

Commit 9b4fa67

Browse files
authored
Merge pull request #186 from Vafilor/feat/onepanelio.core.653-auth.changes
feat: add username to login
2 parents 641fea3 + 5e06f09 commit 9b4fa67

File tree

75 files changed

+196
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+196
-145
lines changed

src/api/api/authService.service.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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';
2020
import { GrpcGatewayRuntimeError } from '../model/models';
2121
import { IsAuthorized } from '../model/models';
2222
import { IsAuthorizedResponse } from '../model/models';
23+
import { IsValidTokenRequest } from '../model/models';
2324
import { IsValidTokenResponse } from '../model/models';
24-
import { TokenWrapper } from '../model/models';
2525

2626
import { BASE_PATH, COLLECTION_FORMATS } from '../variables';
2727
import { 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
}

src/api/api/configService.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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).

src/api/api/cronWorkflowService.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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).

src/api/api/labelService.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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).

src/api/api/namespaceService.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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).

src/api/api/secretService.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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).

src/api/api/serviceService.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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).

src/api/api/workflowService.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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).

src/api/api/workflowTemplateService.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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).

src/api/api/workspaceService.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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).

0 commit comments

Comments
 (0)