🚀New lib version v1.1.2 [CI SKIP]
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
2
dist/core/OpenAPI.js
vendored
2
dist/core/OpenAPI.js
vendored
@@ -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,
|
||||
|
||||
1
dist/models/ResponseRunnerGroup.d.ts
vendored
1
dist/models/ResponseRunnerGroup.d.ts
vendored
@@ -2,4 +2,5 @@ export type ResponseRunnerGroup = {
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: any;
|
||||
total_distance?: number;
|
||||
};
|
||||
|
||||
1
dist/models/ResponseRunnerOrganization.d.ts
vendored
1
dist/models/ResponseRunnerOrganization.d.ts
vendored
@@ -6,4 +6,5 @@ export type ResponseRunnerOrganization = {
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: any;
|
||||
total_distance?: number;
|
||||
};
|
||||
|
||||
1
dist/models/ResponseRunnerTeam.d.ts
vendored
1
dist/models/ResponseRunnerTeam.d.ts
vendored
@@ -3,4 +3,5 @@ export type ResponseRunnerTeam = {
|
||||
id: number;
|
||||
name: string;
|
||||
contact?: any;
|
||||
total_distance?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user