🚀New lib version v0.13.1 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Nicolai Ort 2023-02-02 15:19:00 +00:00
parent 1fb61ca6f8
commit b958a03162
7 changed files with 13 additions and 13 deletions

View File

@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
exports.OpenAPI = void 0; exports.OpenAPI = void 0;
exports.OpenAPI = { exports.OpenAPI = {
BASE: '', BASE: '',
VERSION: '0.13.0', VERSION: '0.13.1',
WITH_CREDENTIALS: false, WITH_CREDENTIALS: false,
TOKEN: undefined, TOKEN: undefined,
USERNAME: undefined, USERNAME: undefined,

View File

@ -17,8 +17,8 @@ export declare class AuthService {
/** /**
* Login * Login
* Login with your username/email and password. <br> You will receive: * Login with your username/email and password. <br> You will receive:
* * access token (use it as a bearer token) * * access token (use it as a bearer token)
* * refresh token (will also be sent as a cookie) * * refresh token (will also be sent as a cookie)
* @param requestBody CreateAuth * @param requestBody CreateAuth
* @returns any * @returns any
* @throws ApiError * @throws ApiError
@ -35,8 +35,8 @@ export declare class AuthService {
/** /**
* Refresh * Refresh
* Refresh your access and refresh tokens using a valid refresh token. <br> You will receive: * Refresh your access and refresh tokens using a valid refresh token. <br> You will receive:
* * access token (use it as a bearer token) * * access token (use it as a bearer token)
* * refresh token (will also be sent as a cookie) * * refresh token (will also be sent as a cookie)
* @param requestBody RefreshAuth * @param requestBody RefreshAuth
* @returns any * @returns any
* @throws ApiError * @throws ApiError

View File

@ -6,8 +6,8 @@ class AuthService {
/** /**
* Login * Login
* Login with your username/email and password. <br> You will receive: * Login with your username/email and password. <br> You will receive:
* * access token (use it as a bearer token) * * access token (use it as a bearer token)
* * refresh token (will also be sent as a cookie) * * refresh token (will also be sent as a cookie)
* @param requestBody CreateAuth * @param requestBody CreateAuth
* @returns any * @returns any
* @throws ApiError * @throws ApiError
@ -38,8 +38,8 @@ class AuthService {
/** /**
* Refresh * Refresh
* Refresh your access and refresh tokens using a valid refresh token. <br> You will receive: * Refresh your access and refresh tokens using a valid refresh token. <br> You will receive:
* * access token (use it as a bearer token) * * access token (use it as a bearer token)
* * refresh token (will also be sent as a cookie) * * refresh token (will also be sent as a cookie)
* @param requestBody RefreshAuth * @param requestBody RefreshAuth
* @returns any * @returns any
* @throws ApiError * @throws ApiError

View File

@ -39,7 +39,7 @@ export declare class RunnerSelfService {
static runnerSelfServiceControllerGetStationMe(): Promise<ResponseScanStation>; static runnerSelfServiceControllerGetStationMe(): Promise<ResponseScanStation>;
/** /**
* Request new token * Request new token
* Use this endpoint to reuqest a new selfservice token/link to be sent to your mail address (rate limited to one mail every 24hrs). * Use this endpoint to reuqest a new selfservice magic-login-link to be sent to your mail address (rate limited to one mail every 24hrs).
* @param mail * @param mail
* @param locale * @param locale
* @returns any Successful response * @returns any Successful response

View File

@ -64,7 +64,7 @@ class RunnerSelfService {
} }
/** /**
* Request new token * Request new token
* Use this endpoint to reuqest a new selfservice token/link to be sent to your mail address (rate limited to one mail every 24hrs). * Use this endpoint to reuqest a new selfservice magic-login-link to be sent to your mail address (rate limited to one mail every 24hrs).
* @param mail * @param mail
* @param locale * @param locale
* @returns any Successful response * @returns any Successful response

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"name": "@odit/lfk-client-node", "name": "@odit/lfk-client-node",
"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for NodeJS applications.", "description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for NodeJS applications.",
"version": "0.13.0", "version": "0.13.1",
"license": "CC-BY-NC-SA-4.0", "license": "CC-BY-NC-SA-4.0",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",