🚀New lib version v1.1.2 [CI SKIP]
continuous-integration/drone Build is passing Details

This commit is contained in:
Nicolai Ort 2023-05-10 11:18:26 +00:00
parent be4be6e075
commit 45f00bdbf7
6 changed files with 6 additions and 3 deletions

View File

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

View File

@ -2,4 +2,5 @@ export type ResponseRunnerGroup = {
id: number;
name: string;
contact?: any;
total_distance?: number;
};

View File

@ -6,4 +6,5 @@ export type ResponseRunnerOrganization = {
id: number;
name: string;
contact?: any;
total_distance?: number;
};

View File

@ -3,4 +3,5 @@ export type ResponseRunnerTeam = {
id: number;
name: string;
contact?: any;
total_distance?: number;
};

File diff suppressed because one or more lines are too long

View File

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