diff --git a/packages/lib-apiclient/src/generated/.openapi-generator/VERSION b/packages/lib-apiclient/src/generated/.openapi-generator/VERSION index 09a6d30847..4bc5d61816 100644 --- a/packages/lib-apiclient/src/generated/.openapi-generator/VERSION +++ b/packages/lib-apiclient/src/generated/.openapi-generator/VERSION @@ -1 +1 @@ -7.8.0 +7.9.0 diff --git a/packages/lib-apiclient/src/generated/api.ts b/packages/lib-apiclient/src/generated/api.ts index 3db3b433be..1d6fec3998 100644 --- a/packages/lib-apiclient/src/generated/api.ts +++ b/packages/lib-apiclient/src/generated/api.ts @@ -4,7 +4,7 @@ * Takaro app-api * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: development - bfe15265ad607bd54c6594b31749d43ca5c6717d + * The version of the OpenAPI document: development - b2ef98cdc64703889f65c70969bee6761cdc070b * Contact: support@takaro.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -72,16 +72,16 @@ export interface ActivityInputDTO { dataType: ActivityInputDTODataTypeEnum; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof ActivityInputDTO */ - startDate?: StatsControllerGetPingStatsStartDateParameter; + startDate?: string; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof ActivityInputDTO */ - endDate?: StatsControllerGetPingStatsStartDateParameter; + endDate?: string; } export const ActivityInputDTOTimeTypeEnum = { @@ -552,16 +552,16 @@ export interface BaseGameEvent { export interface BaseStatsInputDTO { /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof BaseStatsInputDTO */ - startDate?: StatsControllerGetPingStatsStartDateParameter; + startDate?: string; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof BaseStatsInputDTO */ - endDate?: StatsControllerGetPingStatsStartDateParameter; + endDate?: string; } /** * @@ -2555,16 +2555,16 @@ export interface EventsCountInputDTO { bucketStep: EventsCountInputDTOBucketStepEnum; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof EventsCountInputDTO */ - startDate?: StatsControllerGetPingStatsStartDateParameter; + startDate?: string; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof EventsCountInputDTO */ - endDate?: StatsControllerGetPingStatsStartDateParameter; + endDate?: string; } export const EventsCountInputDTOEventNameEnum = { @@ -5014,16 +5014,16 @@ export interface LatencyInputDTO { gameServerId: string; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof LatencyInputDTO */ - startDate?: StatsControllerGetPingStatsStartDateParameter; + startDate?: string; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof LatencyInputDTO */ - endDate?: StatsControllerGetPingStatsStartDateParameter; + endDate?: string; } /** * @@ -5178,10 +5178,10 @@ export interface MessageSendInputDTO { export interface MetadataOutput { /** * - * @type {MetadataOutputServerTime} + * @type {string} * @memberof MetadataOutput */ - serverTime: MetadataOutputServerTime; + serverTime: string; /** * * @type {ErrorOutput} @@ -5207,12 +5207,6 @@ export interface MetadataOutput { */ total?: number; } -/** - * @type MetadataOutputServerTime - * @export - */ -export type MetadataOutputServerTime = string; - /** * * @export @@ -5749,16 +5743,16 @@ export interface OptionalPogStatsInputDTO { playerId?: string; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof OptionalPogStatsInputDTO */ - startDate?: StatsControllerGetPingStatsStartDateParameter; + startDate?: string; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof OptionalPogStatsInputDTO */ - endDate?: StatsControllerGetPingStatsStartDateParameter; + endDate?: string; } /** * @@ -7244,16 +7238,16 @@ export interface PlayersOnlineInputDTO { gameServerId?: string; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof PlayersOnlineInputDTO */ - startDate?: StatsControllerGetPingStatsStartDateParameter; + startDate?: string; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof PlayersOnlineInputDTO */ - endDate?: StatsControllerGetPingStatsStartDateParameter; + endDate?: string; } /** * @@ -7294,16 +7288,16 @@ export interface PogStatsInputDTO { playerId: string; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof PogStatsInputDTO */ - startDate?: StatsControllerGetPingStatsStartDateParameter; + startDate?: string; /** * - * @type {StatsControllerGetPingStatsStartDateParameter} + * @type {string} * @memberof PogStatsInputDTO */ - endDate?: StatsControllerGetPingStatsStartDateParameter; + endDate?: string; } /** * @@ -8595,12 +8589,6 @@ export interface ShopSearchInputAllowedRangeFilter { */ updatedAt?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt; } -/** - * @type StatsControllerGetPingStatsStartDateParameter - * @export - */ -export type StatsControllerGetPingStatsStartDateParameter = string; - /** * * @export @@ -21845,8 +21833,8 @@ export const StatsApiAxiosParamCreator = function (configuration?: Configuration * @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType * @param {StatsControllerGetActivityStatsDataTypeEnum} dataType * @param {string} [gameServerId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -21854,8 +21842,8 @@ export const StatsApiAxiosParamCreator = function (configuration?: Configuration timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options: RawAxiosRequestConfig = {}, ): Promise => { // verify required parameter 'timeType' is not null or undefined @@ -21948,16 +21936,16 @@ export const StatsApiAxiosParamCreator = function (configuration?: Configuration * @summary Get currency stats * @param {string} gameServerId * @param {string} [playerId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ statsControllerGetCurrencyStats: async ( gameServerId: string, playerId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options: RawAxiosRequestConfig = {}, ): Promise => { // verify required parameter 'gameServerId' is not null or undefined @@ -22011,8 +21999,8 @@ export const StatsApiAxiosParamCreator = function (configuration?: Configuration * @param {string} [moduleId] * @param {string} [playerId] * @param {string} [userId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22024,8 +22012,8 @@ export const StatsApiAxiosParamCreator = function (configuration?: Configuration moduleId?: string, playerId?: string, userId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options: RawAxiosRequestConfig = {}, ): Promise => { // verify required parameter 'eventName' is not null or undefined @@ -22095,15 +22083,15 @@ export const StatsApiAxiosParamCreator = function (configuration?: Configuration * The roundtrip time for reachability tests between Takaro and the game server * @summary Get latency stats * @param {string} gameServerId - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ statsControllerGetLatencyStats: async ( gameServerId: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options: RawAxiosRequestConfig = {}, ): Promise => { // verify required parameter 'gameServerId' is not null or undefined @@ -22148,16 +22136,16 @@ export const StatsApiAxiosParamCreator = function (configuration?: Configuration * @summary Get ping stats * @param {string} gameServerId * @param {string} playerId - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ statsControllerGetPingStats: async ( gameServerId: string, playerId: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options: RawAxiosRequestConfig = {}, ): Promise => { // verify required parameter 'gameServerId' is not null or undefined @@ -22207,15 +22195,15 @@ export const StatsApiAxiosParamCreator = function (configuration?: Configuration * Required permissions: `READ_PLAYERS` * @summary Get player online stats * @param {string} [gameServerId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ statsControllerGetPlayerOnlineStats: async ( gameServerId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options: RawAxiosRequestConfig = {}, ): Promise => { const localVarPath = `/stats/players-online`; @@ -22269,8 +22257,8 @@ export const StatsApiFp = function (configuration?: Configuration) { * @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType * @param {StatsControllerGetActivityStatsDataTypeEnum} dataType * @param {string} [gameServerId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22278,8 +22266,8 @@ export const StatsApiFp = function (configuration?: Configuration) { timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { const localVarAxiosArgs = await localVarAxiosParamCreator.statsControllerGetActivityStats( @@ -22329,16 +22317,16 @@ export const StatsApiFp = function (configuration?: Configuration) { * @summary Get currency stats * @param {string} gameServerId * @param {string} [playerId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ async statsControllerGetCurrencyStats( gameServerId: string, playerId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { const localVarAxiosArgs = await localVarAxiosParamCreator.statsControllerGetCurrencyStats( @@ -22369,8 +22357,8 @@ export const StatsApiFp = function (configuration?: Configuration) { * @param {string} [moduleId] * @param {string} [playerId] * @param {string} [userId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22382,8 +22370,8 @@ export const StatsApiFp = function (configuration?: Configuration) { moduleId?: string, playerId?: string, userId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { const localVarAxiosArgs = await localVarAxiosParamCreator.statsControllerGetEventsCount( @@ -22413,15 +22401,15 @@ export const StatsApiFp = function (configuration?: Configuration) { * The roundtrip time for reachability tests between Takaro and the game server * @summary Get latency stats * @param {string} gameServerId - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ async statsControllerGetLatencyStats( gameServerId: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { const localVarAxiosArgs = await localVarAxiosParamCreator.statsControllerGetLatencyStats( @@ -22446,16 +22434,16 @@ export const StatsApiFp = function (configuration?: Configuration) { * @summary Get ping stats * @param {string} gameServerId * @param {string} playerId - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ async statsControllerGetPingStats( gameServerId: string, playerId: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { const localVarAxiosArgs = await localVarAxiosParamCreator.statsControllerGetPingStats( @@ -22480,15 +22468,15 @@ export const StatsApiFp = function (configuration?: Configuration) { * Required permissions: `READ_PLAYERS` * @summary Get player online stats * @param {string} [gameServerId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ async statsControllerGetPlayerOnlineStats( gameServerId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { const localVarAxiosArgs = await localVarAxiosParamCreator.statsControllerGetPlayerOnlineStats( @@ -22524,8 +22512,8 @@ export const StatsApiFactory = function (configuration?: Configuration, basePath * @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType * @param {StatsControllerGetActivityStatsDataTypeEnum} dataType * @param {string} [gameServerId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22533,8 +22521,8 @@ export const StatsApiFactory = function (configuration?: Configuration, basePath timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp @@ -22561,16 +22549,16 @@ export const StatsApiFactory = function (configuration?: Configuration, basePath * @summary Get currency stats * @param {string} gameServerId * @param {string} [playerId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ statsControllerGetCurrencyStats( gameServerId: string, playerId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp @@ -22587,8 +22575,8 @@ export const StatsApiFactory = function (configuration?: Configuration, basePath * @param {string} [moduleId] * @param {string} [playerId] * @param {string} [userId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ @@ -22600,8 +22588,8 @@ export const StatsApiFactory = function (configuration?: Configuration, basePath moduleId?: string, playerId?: string, userId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp @@ -22623,15 +22611,15 @@ export const StatsApiFactory = function (configuration?: Configuration, basePath * The roundtrip time for reachability tests between Takaro and the game server * @summary Get latency stats * @param {string} gameServerId - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ statsControllerGetLatencyStats( gameServerId: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp @@ -22643,16 +22631,16 @@ export const StatsApiFactory = function (configuration?: Configuration, basePath * @summary Get ping stats * @param {string} gameServerId * @param {string} playerId - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ statsControllerGetPingStats( gameServerId: string, playerId: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp @@ -22663,15 +22651,15 @@ export const StatsApiFactory = function (configuration?: Configuration, basePath * Required permissions: `READ_PLAYERS` * @summary Get player online stats * @param {string} [gameServerId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ statsControllerGetPlayerOnlineStats( gameServerId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ): AxiosPromise { return localVarFp @@ -22694,8 +22682,8 @@ export class StatsApi extends BaseAPI { * @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType * @param {StatsControllerGetActivityStatsDataTypeEnum} dataType * @param {string} [gameServerId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof StatsApi @@ -22704,8 +22692,8 @@ export class StatsApi extends BaseAPI { timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ) { return StatsApiFp(this.configuration) @@ -22732,8 +22720,8 @@ export class StatsApi extends BaseAPI { * @summary Get currency stats * @param {string} gameServerId * @param {string} [playerId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof StatsApi @@ -22741,8 +22729,8 @@ export class StatsApi extends BaseAPI { public statsControllerGetCurrencyStats( gameServerId: string, playerId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ) { return StatsApiFp(this.configuration) @@ -22760,8 +22748,8 @@ export class StatsApi extends BaseAPI { * @param {string} [moduleId] * @param {string} [playerId] * @param {string} [userId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof StatsApi @@ -22774,8 +22762,8 @@ export class StatsApi extends BaseAPI { moduleId?: string, playerId?: string, userId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ) { return StatsApiFp(this.configuration) @@ -22798,16 +22786,16 @@ export class StatsApi extends BaseAPI { * The roundtrip time for reachability tests between Takaro and the game server * @summary Get latency stats * @param {string} gameServerId - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof StatsApi */ public statsControllerGetLatencyStats( gameServerId: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ) { return StatsApiFp(this.configuration) @@ -22820,8 +22808,8 @@ export class StatsApi extends BaseAPI { * @summary Get ping stats * @param {string} gameServerId * @param {string} playerId - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof StatsApi @@ -22829,8 +22817,8 @@ export class StatsApi extends BaseAPI { public statsControllerGetPingStats( gameServerId: string, playerId: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ) { return StatsApiFp(this.configuration) @@ -22842,16 +22830,16 @@ export class StatsApi extends BaseAPI { * Required permissions: `READ_PLAYERS` * @summary Get player online stats * @param {string} [gameServerId] - * @param {StatsControllerGetPingStatsStartDateParameter} [startDate] - * @param {StatsControllerGetPingStatsStartDateParameter} [endDate] + * @param {string} [startDate] + * @param {string} [endDate] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof StatsApi */ public statsControllerGetPlayerOnlineStats( gameServerId?: string, - startDate?: StatsControllerGetPingStatsStartDateParameter, - endDate?: StatsControllerGetPingStatsStartDateParameter, + startDate?: string, + endDate?: string, options?: RawAxiosRequestConfig, ) { return StatsApiFp(this.configuration) diff --git a/packages/lib-apiclient/src/generated/base.ts b/packages/lib-apiclient/src/generated/base.ts index 7af308cb1c..0fdcb80504 100644 --- a/packages/lib-apiclient/src/generated/base.ts +++ b/packages/lib-apiclient/src/generated/base.ts @@ -4,7 +4,7 @@ * Takaro app-api * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: development - bfe15265ad607bd54c6594b31749d43ca5c6717d + * The version of the OpenAPI document: development - b2ef98cdc64703889f65c70969bee6761cdc070b * Contact: support@takaro.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/lib-apiclient/src/generated/common.ts b/packages/lib-apiclient/src/generated/common.ts index 1b2a57e873..39cdf2e6fd 100644 --- a/packages/lib-apiclient/src/generated/common.ts +++ b/packages/lib-apiclient/src/generated/common.ts @@ -4,7 +4,7 @@ * Takaro app-api * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: development - bfe15265ad607bd54c6594b31749d43ca5c6717d + * The version of the OpenAPI document: development - b2ef98cdc64703889f65c70969bee6761cdc070b * Contact: support@takaro.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/lib-apiclient/src/generated/configuration.ts b/packages/lib-apiclient/src/generated/configuration.ts index c8eb960aaa..377e5a011c 100644 --- a/packages/lib-apiclient/src/generated/configuration.ts +++ b/packages/lib-apiclient/src/generated/configuration.ts @@ -4,7 +4,7 @@ * Takaro app-api * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: development - bfe15265ad607bd54c6594b31749d43ca5c6717d + * The version of the OpenAPI document: development - b2ef98cdc64703889f65c70969bee6761cdc070b * Contact: support@takaro.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/lib-apiclient/src/generated/index.ts b/packages/lib-apiclient/src/generated/index.ts index 04f91092cf..b632ff6fc4 100644 --- a/packages/lib-apiclient/src/generated/index.ts +++ b/packages/lib-apiclient/src/generated/index.ts @@ -4,7 +4,7 @@ * Takaro app-api * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: development - bfe15265ad607bd54c6594b31749d43ca5c6717d + * The version of the OpenAPI document: development - b2ef98cdc64703889f65c70969bee6761cdc070b * Contact: support@takaro.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).