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

This commit is contained in:
2023-02-03 15:14:05 +00:00
parent 9b6d686d93
commit 04e4222be8
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@@ -64,7 +64,7 @@ class RunnerSelfService {
}
/**
* Request new token
* 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).
* Use this endpoint to reuqest a new selfservice magic-login-link to be sent to your mail address (rate limited to one mail every 15mins).
* @param mail
* @param locale
* @result any Successful response