chore(release): 1.2.3

This commit is contained in:
2025-04-09 11:45:59 +02:00
parent fb04bb8dc2
commit ea3d42427b
11 changed files with 46 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
export type ResponseStats = {
runnersViaSelfservice: number;
runnersViaKiosk: number;
total_runners: number;
total_teams: number;
total_orgs: number;

View File

@@ -0,0 +1,5 @@
export type UpdateRunnerCardByCode = {
code: string;
runner?: number;
enabled: boolean;
};

5
dist/models/UpdateRunnerCardByCode.js vendored Normal file
View File

@@ -0,0 +1,5 @@
"use strict";
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });