🚀New lib version v0.1.0 [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: '0.0.12',
|
||||
VERSION: '0.1.0',
|
||||
WITH_CREDENTIALS: false,
|
||||
TOKEN: undefined,
|
||||
USERNAME: undefined,
|
||||
|
||||
2
dist/models/UpdatePermission.d.ts
vendored
2
dist/models/UpdatePermission.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
export declare type UpdatePermission = {
|
||||
id: number;
|
||||
principal: any;
|
||||
principal: number;
|
||||
target: string;
|
||||
action: string;
|
||||
};
|
||||
|
||||
2
dist/models/UpdateRunner.d.ts
vendored
2
dist/models/UpdateRunner.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
export declare type UpdateRunner = {
|
||||
id: number;
|
||||
group: any;
|
||||
group: number;
|
||||
firstname: string;
|
||||
middlename?: string;
|
||||
lastname: string;
|
||||
|
||||
2
dist/models/UpdateRunnerTeam.d.ts
vendored
2
dist/models/UpdateRunnerTeam.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
export declare type UpdateRunnerTeam = {
|
||||
id: number;
|
||||
parentGroup: any;
|
||||
parentGroup: number;
|
||||
name: string;
|
||||
contact?: number;
|
||||
};
|
||||
|
||||
4
dist/models/UpdateTrackScan.d.ts
vendored
4
dist/models/UpdateTrackScan.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
export declare type UpdateTrackScan = {
|
||||
id: number;
|
||||
runner?: number;
|
||||
runner: number;
|
||||
valid?: boolean;
|
||||
station?: number;
|
||||
station: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user