@takaro/apiclient 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  * Takaro app-api
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: development - 3b2d157a1e9a975202df8d28b26a2df38fa03417
5
+ * The version of the OpenAPI document: development - 113fb57eed0f5d322a110ccec38b872a84a11b26
6
6
  * Contact: support@takaro.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,16 +52,16 @@ export interface ActivityInputDTO {
52
52
  dataType: ActivityInputDTODataTypeEnum;
53
53
  /**
54
54
  *
55
- * @type {StatsControllerGetPingStatsStartDateParameter}
55
+ * @type {string}
56
56
  * @memberof ActivityInputDTO
57
57
  */
58
- startDate?: StatsControllerGetPingStatsStartDateParameter;
58
+ startDate?: string;
59
59
  /**
60
60
  *
61
- * @type {StatsControllerGetPingStatsStartDateParameter}
61
+ * @type {string}
62
62
  * @memberof ActivityInputDTO
63
63
  */
64
- endDate?: StatsControllerGetPingStatsStartDateParameter;
64
+ endDate?: string;
65
65
  }
66
66
  export declare const ActivityInputDTOTimeTypeEnum: {
67
67
  readonly Daily: "daily";
@@ -98,7 +98,7 @@ export interface BanCreateDTO {
98
98
  * @type {string}
99
99
  * @memberof BanCreateDTO
100
100
  */
101
- gameServerId: string;
101
+ gameServerId?: string;
102
102
  /**
103
103
  *
104
104
  * @type {string}
@@ -522,16 +522,16 @@ export interface BaseGameEvent {
522
522
  export interface BaseStatsInputDTO {
523
523
  /**
524
524
  *
525
- * @type {StatsControllerGetPingStatsStartDateParameter}
525
+ * @type {string}
526
526
  * @memberof BaseStatsInputDTO
527
527
  */
528
- startDate?: StatsControllerGetPingStatsStartDateParameter;
528
+ startDate?: string;
529
529
  /**
530
530
  *
531
- * @type {StatsControllerGetPingStatsStartDateParameter}
531
+ * @type {string}
532
532
  * @memberof BaseStatsInputDTO
533
533
  */
534
- endDate?: StatsControllerGetPingStatsStartDateParameter;
534
+ endDate?: string;
535
535
  }
536
536
  /**
537
537
  *
@@ -2445,16 +2445,16 @@ export interface EventsCountInputDTO {
2445
2445
  bucketStep: EventsCountInputDTOBucketStepEnum;
2446
2446
  /**
2447
2447
  *
2448
- * @type {StatsControllerGetPingStatsStartDateParameter}
2448
+ * @type {string}
2449
2449
  * @memberof EventsCountInputDTO
2450
2450
  */
2451
- startDate?: StatsControllerGetPingStatsStartDateParameter;
2451
+ startDate?: string;
2452
2452
  /**
2453
2453
  *
2454
- * @type {StatsControllerGetPingStatsStartDateParameter}
2454
+ * @type {string}
2455
2455
  * @memberof EventsCountInputDTO
2456
2456
  */
2457
- endDate?: StatsControllerGetPingStatsStartDateParameter;
2457
+ endDate?: string;
2458
2458
  }
2459
2459
  export declare const EventsCountInputDTOEventNameEnum: {
2460
2460
  readonly RoleAssigned: "role-assigned";
@@ -3164,10 +3164,10 @@ export interface GiveItemInputDTO {
3164
3164
  amount: number;
3165
3165
  /**
3166
3166
  *
3167
- * @type {number}
3167
+ * @type {string}
3168
3168
  * @memberof GiveItemInputDTO
3169
3169
  */
3170
- quality: number;
3170
+ quality: string;
3171
3171
  }
3172
3172
  /**
3173
3173
  *
@@ -4821,16 +4821,16 @@ export interface LatencyInputDTO {
4821
4821
  gameServerId: string;
4822
4822
  /**
4823
4823
  *
4824
- * @type {StatsControllerGetPingStatsStartDateParameter}
4824
+ * @type {string}
4825
4825
  * @memberof LatencyInputDTO
4826
4826
  */
4827
- startDate?: StatsControllerGetPingStatsStartDateParameter;
4827
+ startDate?: string;
4828
4828
  /**
4829
4829
  *
4830
- * @type {StatsControllerGetPingStatsStartDateParameter}
4830
+ * @type {string}
4831
4831
  * @memberof LatencyInputDTO
4832
4832
  */
4833
- endDate?: StatsControllerGetPingStatsStartDateParameter;
4833
+ endDate?: string;
4834
4834
  }
4835
4835
  /**
4836
4836
  *
@@ -4985,10 +4985,10 @@ export interface MessageSendInputDTO {
4985
4985
  export interface MetadataOutput {
4986
4986
  /**
4987
4987
  *
4988
- * @type {MetadataOutputServerTime}
4988
+ * @type {string}
4989
4989
  * @memberof MetadataOutput
4990
4990
  */
4991
- serverTime: MetadataOutputServerTime;
4991
+ serverTime: string;
4992
4992
  /**
4993
4993
  *
4994
4994
  * @type {ErrorOutput}
@@ -5014,11 +5014,6 @@ export interface MetadataOutput {
5014
5014
  */
5015
5015
  total?: number;
5016
5016
  }
5017
- /**
5018
- * @type MetadataOutputServerTime
5019
- * @export
5020
- */
5021
- export type MetadataOutputServerTime = string;
5022
5017
  /**
5023
5018
  *
5024
5019
  * @export
@@ -5550,16 +5545,16 @@ export interface OptionalPogStatsInputDTO {
5550
5545
  playerId?: string;
5551
5546
  /**
5552
5547
  *
5553
- * @type {StatsControllerGetPingStatsStartDateParameter}
5548
+ * @type {string}
5554
5549
  * @memberof OptionalPogStatsInputDTO
5555
5550
  */
5556
- startDate?: StatsControllerGetPingStatsStartDateParameter;
5551
+ startDate?: string;
5557
5552
  /**
5558
5553
  *
5559
- * @type {StatsControllerGetPingStatsStartDateParameter}
5554
+ * @type {string}
5560
5555
  * @memberof OptionalPogStatsInputDTO
5561
5556
  */
5562
- endDate?: StatsControllerGetPingStatsStartDateParameter;
5557
+ endDate?: string;
5563
5558
  }
5564
5559
  /**
5565
5560
  *
@@ -7031,16 +7026,16 @@ export interface PlayersOnlineInputDTO {
7031
7026
  gameServerId?: string;
7032
7027
  /**
7033
7028
  *
7034
- * @type {StatsControllerGetPingStatsStartDateParameter}
7029
+ * @type {string}
7035
7030
  * @memberof PlayersOnlineInputDTO
7036
7031
  */
7037
- startDate?: StatsControllerGetPingStatsStartDateParameter;
7032
+ startDate?: string;
7038
7033
  /**
7039
7034
  *
7040
- * @type {StatsControllerGetPingStatsStartDateParameter}
7035
+ * @type {string}
7041
7036
  * @memberof PlayersOnlineInputDTO
7042
7037
  */
7043
- endDate?: StatsControllerGetPingStatsStartDateParameter;
7038
+ endDate?: string;
7044
7039
  }
7045
7040
  /**
7046
7041
  *
@@ -7081,16 +7076,16 @@ export interface PogStatsInputDTO {
7081
7076
  playerId: string;
7082
7077
  /**
7083
7078
  *
7084
- * @type {StatsControllerGetPingStatsStartDateParameter}
7079
+ * @type {string}
7085
7080
  * @memberof PogStatsInputDTO
7086
7081
  */
7087
- startDate?: StatsControllerGetPingStatsStartDateParameter;
7082
+ startDate?: string;
7088
7083
  /**
7089
7084
  *
7090
- * @type {StatsControllerGetPingStatsStartDateParameter}
7085
+ * @type {string}
7091
7086
  * @memberof PogStatsInputDTO
7092
7087
  */
7093
- endDate?: StatsControllerGetPingStatsStartDateParameter;
7088
+ endDate?: string;
7094
7089
  }
7095
7090
  /**
7096
7091
  *
@@ -7476,7 +7471,7 @@ export interface SdtdConnectionInfo {
7476
7471
  * @type {boolean}
7477
7472
  * @memberof SdtdConnectionInfo
7478
7473
  */
7479
- useV1: boolean;
7474
+ useLegacy: boolean;
7480
7475
  }
7481
7476
  /**
7482
7477
  *
@@ -7681,6 +7676,31 @@ export interface SettingsSetDTO {
7681
7676
  */
7682
7677
  value: any;
7683
7678
  }
7679
+ /**
7680
+ *
7681
+ * @export
7682
+ * @interface ShopImportOptions
7683
+ */
7684
+ export interface ShopImportOptions {
7685
+ /**
7686
+ *
7687
+ * @type {boolean}
7688
+ * @memberof ShopImportOptions
7689
+ */
7690
+ replace?: boolean;
7691
+ /**
7692
+ *
7693
+ * @type {boolean}
7694
+ * @memberof ShopImportOptions
7695
+ */
7696
+ draft?: boolean;
7697
+ /**
7698
+ *
7699
+ * @type {string}
7700
+ * @memberof ShopImportOptions
7701
+ */
7702
+ gameServerId: string;
7703
+ }
7684
7704
  /**
7685
7705
  *
7686
7706
  * @export
@@ -7710,7 +7730,7 @@ export interface ShopListingCreateDTO {
7710
7730
  * @type {string}
7711
7731
  * @memberof ShopListingCreateDTO
7712
7732
  */
7713
- name?: string;
7733
+ name: string;
7714
7734
  /**
7715
7735
  *
7716
7736
  * @type {boolean}
@@ -7840,7 +7860,7 @@ export interface ShopListingOutputDTO {
7840
7860
  * @type {string}
7841
7861
  * @memberof ShopListingOutputDTO
7842
7862
  */
7843
- name?: string;
7863
+ name: string;
7844
7864
  /**
7845
7865
  *
7846
7866
  * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
@@ -8042,7 +8062,7 @@ export interface ShopOrderCreateDTO {
8042
8062
  * @type {string}
8043
8063
  * @memberof ShopOrderCreateDTO
8044
8064
  */
8045
- userId?: string;
8065
+ playerId?: string;
8046
8066
  /**
8047
8067
  *
8048
8068
  * @type {number}
@@ -8061,7 +8081,13 @@ export interface ShopOrderCreateInternalDTO {
8061
8081
  * @type {string}
8062
8082
  * @memberof ShopOrderCreateInternalDTO
8063
8083
  */
8064
- userId?: string;
8084
+ playerId?: string;
8085
+ /**
8086
+ *
8087
+ * @type {string}
8088
+ * @memberof ShopOrderCreateInternalDTO
8089
+ */
8090
+ gameServerId: string;
8065
8091
  /**
8066
8092
  *
8067
8093
  * @type {string}
@@ -8117,7 +8143,13 @@ export interface ShopOrderOutputDTO {
8117
8143
  * @type {string}
8118
8144
  * @memberof ShopOrderOutputDTO
8119
8145
  */
8120
- userId: string;
8146
+ playerId: string;
8147
+ /**
8148
+ *
8149
+ * @type {string}
8150
+ * @memberof ShopOrderOutputDTO
8151
+ */
8152
+ gameServerId: string;
8121
8153
  /**
8122
8154
  *
8123
8155
  * @type {number}
@@ -8192,6 +8224,12 @@ export interface ShopOrderSearchInputAllowedFilters {
8192
8224
  * @memberof ShopOrderSearchInputAllowedFilters
8193
8225
  */
8194
8226
  gameServerId?: Array<string>;
8227
+ /**
8228
+ *
8229
+ * @type {Array<string>}
8230
+ * @memberof ShopOrderSearchInputAllowedFilters
8231
+ */
8232
+ playerId?: Array<string>;
8195
8233
  /**
8196
8234
  *
8197
8235
  * @type {Array<string>}
@@ -8358,11 +8396,6 @@ export interface ShopSearchInputAllowedRangeFilter {
8358
8396
  */
8359
8397
  updatedAt?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
8360
8398
  }
8361
- /**
8362
- * @type StatsControllerGetPingStatsStartDateParameter
8363
- * @export
8364
- */
8365
- export type StatsControllerGetPingStatsStartDateParameter = string;
8366
8399
  /**
8367
8400
  *
8368
8401
  * @export
@@ -9889,201 +9922,6 @@ export interface VariableUpdateDTO {
9889
9922
  */
9890
9923
  moduleId?: string;
9891
9924
  }
9892
- /**
9893
- * BanApi - axios parameter creator
9894
- * @export
9895
- */
9896
- export declare const BanApiAxiosParamCreator: (configuration?: Configuration) => {
9897
- /**
9898
- * Required permissions: `MANAGE_PLAYERS`
9899
- * @summary Create
9900
- * @param {BanCreateDTO} [banCreateDTO] BanCreateDTO
9901
- * @param {*} [options] Override http request option.
9902
- * @throws {RequiredError}
9903
- */
9904
- banControllerCreate: (banCreateDTO?: BanCreateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9905
- /**
9906
- * Required permissions: `MANAGE_PLAYERS`
9907
- * @summary Delete
9908
- * @param {string} id
9909
- * @param {*} [options] Override http request option.
9910
- * @throws {RequiredError}
9911
- */
9912
- banControllerDelete: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9913
- /**
9914
- * Required permissions: `READ_PLAYERS`
9915
- * @summary Get one
9916
- * @param {string} id
9917
- * @param {*} [options] Override http request option.
9918
- * @throws {RequiredError}
9919
- */
9920
- banControllerGetOne: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9921
- /**
9922
- * Required permissions: `READ_PLAYERS`
9923
- * @summary Search
9924
- * @param {BanSearchInputDTO} [banSearchInputDTO] BanSearchInputDTO
9925
- * @param {*} [options] Override http request option.
9926
- * @throws {RequiredError}
9927
- */
9928
- banControllerSearch: (banSearchInputDTO?: BanSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9929
- /**
9930
- * Required permissions: `MANAGE_PLAYERS`
9931
- * @summary Update
9932
- * @param {string} id
9933
- * @param {BanUpdateDTO} [banUpdateDTO] BanUpdateDTO
9934
- * @param {*} [options] Override http request option.
9935
- * @throws {RequiredError}
9936
- */
9937
- banControllerUpdate: (id: string, banUpdateDTO?: BanUpdateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9938
- };
9939
- /**
9940
- * BanApi - functional programming interface
9941
- * @export
9942
- */
9943
- export declare const BanApiFp: (configuration?: Configuration) => {
9944
- /**
9945
- * Required permissions: `MANAGE_PLAYERS`
9946
- * @summary Create
9947
- * @param {BanCreateDTO} [banCreateDTO] BanCreateDTO
9948
- * @param {*} [options] Override http request option.
9949
- * @throws {RequiredError}
9950
- */
9951
- banControllerCreate(banCreateDTO?: BanCreateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BanOutputDTOAPI>>;
9952
- /**
9953
- * Required permissions: `MANAGE_PLAYERS`
9954
- * @summary Delete
9955
- * @param {string} id
9956
- * @param {*} [options] Override http request option.
9957
- * @throws {RequiredError}
9958
- */
9959
- banControllerDelete(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
9960
- /**
9961
- * Required permissions: `READ_PLAYERS`
9962
- * @summary Get one
9963
- * @param {string} id
9964
- * @param {*} [options] Override http request option.
9965
- * @throws {RequiredError}
9966
- */
9967
- banControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BanOutputDTOAPI>>;
9968
- /**
9969
- * Required permissions: `READ_PLAYERS`
9970
- * @summary Search
9971
- * @param {BanSearchInputDTO} [banSearchInputDTO] BanSearchInputDTO
9972
- * @param {*} [options] Override http request option.
9973
- * @throws {RequiredError}
9974
- */
9975
- banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BanOutputArrayDTOAPI>>;
9976
- /**
9977
- * Required permissions: `MANAGE_PLAYERS`
9978
- * @summary Update
9979
- * @param {string} id
9980
- * @param {BanUpdateDTO} [banUpdateDTO] BanUpdateDTO
9981
- * @param {*} [options] Override http request option.
9982
- * @throws {RequiredError}
9983
- */
9984
- banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BanOutputDTOAPI>>;
9985
- };
9986
- /**
9987
- * BanApi - factory interface
9988
- * @export
9989
- */
9990
- export declare const BanApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
9991
- /**
9992
- * Required permissions: `MANAGE_PLAYERS`
9993
- * @summary Create
9994
- * @param {BanCreateDTO} [banCreateDTO] BanCreateDTO
9995
- * @param {*} [options] Override http request option.
9996
- * @throws {RequiredError}
9997
- */
9998
- banControllerCreate(banCreateDTO?: BanCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<BanOutputDTOAPI>;
9999
- /**
10000
- * Required permissions: `MANAGE_PLAYERS`
10001
- * @summary Delete
10002
- * @param {string} id
10003
- * @param {*} [options] Override http request option.
10004
- * @throws {RequiredError}
10005
- */
10006
- banControllerDelete(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
10007
- /**
10008
- * Required permissions: `READ_PLAYERS`
10009
- * @summary Get one
10010
- * @param {string} id
10011
- * @param {*} [options] Override http request option.
10012
- * @throws {RequiredError}
10013
- */
10014
- banControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<BanOutputDTOAPI>;
10015
- /**
10016
- * Required permissions: `READ_PLAYERS`
10017
- * @summary Search
10018
- * @param {BanSearchInputDTO} [banSearchInputDTO] BanSearchInputDTO
10019
- * @param {*} [options] Override http request option.
10020
- * @throws {RequiredError}
10021
- */
10022
- banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<BanOutputArrayDTOAPI>;
10023
- /**
10024
- * Required permissions: `MANAGE_PLAYERS`
10025
- * @summary Update
10026
- * @param {string} id
10027
- * @param {BanUpdateDTO} [banUpdateDTO] BanUpdateDTO
10028
- * @param {*} [options] Override http request option.
10029
- * @throws {RequiredError}
10030
- */
10031
- banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<BanOutputDTOAPI>;
10032
- };
10033
- /**
10034
- * BanApi - object-oriented interface
10035
- * @export
10036
- * @class BanApi
10037
- * @extends {BaseAPI}
10038
- */
10039
- export declare class BanApi extends BaseAPI {
10040
- /**
10041
- * Required permissions: `MANAGE_PLAYERS`
10042
- * @summary Create
10043
- * @param {BanCreateDTO} [banCreateDTO] BanCreateDTO
10044
- * @param {*} [options] Override http request option.
10045
- * @throws {RequiredError}
10046
- * @memberof BanApi
10047
- */
10048
- banControllerCreate(banCreateDTO?: BanCreateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanOutputDTOAPI, any>>;
10049
- /**
10050
- * Required permissions: `MANAGE_PLAYERS`
10051
- * @summary Delete
10052
- * @param {string} id
10053
- * @param {*} [options] Override http request option.
10054
- * @throws {RequiredError}
10055
- * @memberof BanApi
10056
- */
10057
- banControllerDelete(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIOutput, any>>;
10058
- /**
10059
- * Required permissions: `READ_PLAYERS`
10060
- * @summary Get one
10061
- * @param {string} id
10062
- * @param {*} [options] Override http request option.
10063
- * @throws {RequiredError}
10064
- * @memberof BanApi
10065
- */
10066
- banControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanOutputDTOAPI, any>>;
10067
- /**
10068
- * Required permissions: `READ_PLAYERS`
10069
- * @summary Search
10070
- * @param {BanSearchInputDTO} [banSearchInputDTO] BanSearchInputDTO
10071
- * @param {*} [options] Override http request option.
10072
- * @throws {RequiredError}
10073
- * @memberof BanApi
10074
- */
10075
- banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanOutputArrayDTOAPI, any>>;
10076
- /**
10077
- * Required permissions: `MANAGE_PLAYERS`
10078
- * @summary Update
10079
- * @param {string} id
10080
- * @param {BanUpdateDTO} [banUpdateDTO] BanUpdateDTO
10081
- * @param {*} [options] Override http request option.
10082
- * @throws {RequiredError}
10083
- * @memberof BanApi
10084
- */
10085
- banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanOutputDTOAPI, any>>;
10086
- }
10087
9925
  /**
10088
9926
  * CommandApi - axios parameter creator
10089
9927
  * @export
@@ -11572,6 +11410,7 @@ export declare const GameServerApiAxiosParamCreator: (configuration?: Configurat
11572
11410
  * @param {string} playerId
11573
11411
  * @param {BanPlayerInputDTO} [banPlayerInputDTO] BanPlayerInputDTO
11574
11412
  * @param {*} [options] Override http request option.
11413
+ * @deprecated
11575
11414
  * @throws {RequiredError}
11576
11415
  */
11577
11416
  gameServerControllerBanPlayer: (gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -11682,6 +11521,7 @@ export declare const GameServerApiAxiosParamCreator: (configuration?: Configurat
11682
11521
  * @summary List bans
11683
11522
  * @param {string} id
11684
11523
  * @param {*} [options] Override http request option.
11524
+ * @deprecated
11685
11525
  * @throws {RequiredError}
11686
11526
  */
11687
11527
  gameServerControllerListBans: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -11750,6 +11590,7 @@ export declare const GameServerApiAxiosParamCreator: (configuration?: Configurat
11750
11590
  * @param {string} gameServerId
11751
11591
  * @param {string} playerId
11752
11592
  * @param {*} [options] Override http request option.
11593
+ * @deprecated
11753
11594
  * @throws {RequiredError}
11754
11595
  */
11755
11596
  gameServerControllerUnbanPlayer: (gameServerId: string, playerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
@@ -11784,6 +11625,7 @@ export declare const GameServerApiFp: (configuration?: Configuration) => {
11784
11625
  * @param {string} playerId
11785
11626
  * @param {BanPlayerInputDTO} [banPlayerInputDTO] BanPlayerInputDTO
11786
11627
  * @param {*} [options] Override http request option.
11628
+ * @deprecated
11787
11629
  * @throws {RequiredError}
11788
11630
  */
11789
11631
  gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
@@ -11894,6 +11736,7 @@ export declare const GameServerApiFp: (configuration?: Configuration) => {
11894
11736
  * @summary List bans
11895
11737
  * @param {string} id
11896
11738
  * @param {*} [options] Override http request option.
11739
+ * @deprecated
11897
11740
  * @throws {RequiredError}
11898
11741
  */
11899
11742
  gameServerControllerListBans(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BanPlayerOutputDTO>>;
@@ -11962,6 +11805,7 @@ export declare const GameServerApiFp: (configuration?: Configuration) => {
11962
11805
  * @param {string} gameServerId
11963
11806
  * @param {string} playerId
11964
11807
  * @param {*} [options] Override http request option.
11808
+ * @deprecated
11965
11809
  * @throws {RequiredError}
11966
11810
  */
11967
11811
  gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
@@ -11996,6 +11840,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
11996
11840
  * @param {string} playerId
11997
11841
  * @param {BanPlayerInputDTO} [banPlayerInputDTO] BanPlayerInputDTO
11998
11842
  * @param {*} [options] Override http request option.
11843
+ * @deprecated
11999
11844
  * @throws {RequiredError}
12000
11845
  */
12001
11846
  gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
@@ -12106,6 +11951,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
12106
11951
  * @summary List bans
12107
11952
  * @param {string} id
12108
11953
  * @param {*} [options] Override http request option.
11954
+ * @deprecated
12109
11955
  * @throws {RequiredError}
12110
11956
  */
12111
11957
  gameServerControllerListBans(id: string, options?: RawAxiosRequestConfig): AxiosPromise<BanPlayerOutputDTO>;
@@ -12174,6 +12020,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
12174
12020
  * @param {string} gameServerId
12175
12021
  * @param {string} playerId
12176
12022
  * @param {*} [options] Override http request option.
12023
+ * @deprecated
12177
12024
  * @throws {RequiredError}
12178
12025
  */
12179
12026
  gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
@@ -12210,6 +12057,7 @@ export declare class GameServerApi extends BaseAPI {
12210
12057
  * @param {string} playerId
12211
12058
  * @param {BanPlayerInputDTO} [banPlayerInputDTO] BanPlayerInputDTO
12212
12059
  * @param {*} [options] Override http request option.
12060
+ * @deprecated
12213
12061
  * @throws {RequiredError}
12214
12062
  * @memberof GameServerApi
12215
12063
  */
@@ -12333,6 +12181,7 @@ export declare class GameServerApi extends BaseAPI {
12333
12181
  * @summary List bans
12334
12182
  * @param {string} id
12335
12183
  * @param {*} [options] Override http request option.
12184
+ * @deprecated
12336
12185
  * @throws {RequiredError}
12337
12186
  * @memberof GameServerApi
12338
12187
  */
@@ -12409,6 +12258,7 @@ export declare class GameServerApi extends BaseAPI {
12409
12258
  * @param {string} gameServerId
12410
12259
  * @param {string} playerId
12411
12260
  * @param {*} [options] Override http request option.
12261
+ * @deprecated
12412
12262
  * @throws {RequiredError}
12413
12263
  * @memberof GameServerApi
12414
12264
  */
@@ -13232,6 +13082,47 @@ export declare class ModuleApi extends BaseAPI {
13232
13082
  * @export
13233
13083
  */
13234
13084
  export declare const PlayerApiAxiosParamCreator: (configuration?: Configuration) => {
13085
+ /**
13086
+ * Create a new ban, creating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`
13087
+ * @summary Ban player
13088
+ * @param {BanCreateDTO} [banCreateDTO] BanCreateDTO
13089
+ * @param {*} [options] Override http request option.
13090
+ * @throws {RequiredError}
13091
+ */
13092
+ banControllerCreate: (banCreateDTO?: BanCreateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13093
+ /**
13094
+ * Unban player. This will remove the ban from Takaro and the gameserver(s) Required permissions: `MANAGE_PLAYERS`
13095
+ * @summary Unban player
13096
+ * @param {string} id
13097
+ * @param {*} [options] Override http request option.
13098
+ * @throws {RequiredError}
13099
+ */
13100
+ banControllerDelete: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13101
+ /**
13102
+ * Get a single ban Required permissions: `READ_PLAYERS`
13103
+ * @summary Get a single ban
13104
+ * @param {string} id
13105
+ * @param {*} [options] Override http request option.
13106
+ * @throws {RequiredError}
13107
+ */
13108
+ banControllerGetOne: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13109
+ /**
13110
+ * Search for bans Required permissions: `READ_PLAYERS`
13111
+ * @summary Search for bans
13112
+ * @param {BanSearchInputDTO} [banSearchInputDTO] BanSearchInputDTO
13113
+ * @param {*} [options] Override http request option.
13114
+ * @throws {RequiredError}
13115
+ */
13116
+ banControllerSearch: (banSearchInputDTO?: BanSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13117
+ /**
13118
+ * Update an existing ban, updating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`
13119
+ * @summary Update ban
13120
+ * @param {string} id
13121
+ * @param {BanUpdateDTO} [banUpdateDTO] BanUpdateDTO
13122
+ * @param {*} [options] Override http request option.
13123
+ * @throws {RequiredError}
13124
+ */
13125
+ banControllerUpdate: (id: string, banUpdateDTO?: BanUpdateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13235
13126
  /**
13236
13127
  * Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`
13237
13128
  * @summary Assign role
@@ -13281,6 +13172,47 @@ export declare const PlayerApiAxiosParamCreator: (configuration?: Configuration)
13281
13172
  * @export
13282
13173
  */
13283
13174
  export declare const PlayerApiFp: (configuration?: Configuration) => {
13175
+ /**
13176
+ * Create a new ban, creating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`
13177
+ * @summary Ban player
13178
+ * @param {BanCreateDTO} [banCreateDTO] BanCreateDTO
13179
+ * @param {*} [options] Override http request option.
13180
+ * @throws {RequiredError}
13181
+ */
13182
+ banControllerCreate(banCreateDTO?: BanCreateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BanOutputDTOAPI>>;
13183
+ /**
13184
+ * Unban player. This will remove the ban from Takaro and the gameserver(s) Required permissions: `MANAGE_PLAYERS`
13185
+ * @summary Unban player
13186
+ * @param {string} id
13187
+ * @param {*} [options] Override http request option.
13188
+ * @throws {RequiredError}
13189
+ */
13190
+ banControllerDelete(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
13191
+ /**
13192
+ * Get a single ban Required permissions: `READ_PLAYERS`
13193
+ * @summary Get a single ban
13194
+ * @param {string} id
13195
+ * @param {*} [options] Override http request option.
13196
+ * @throws {RequiredError}
13197
+ */
13198
+ banControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BanOutputDTOAPI>>;
13199
+ /**
13200
+ * Search for bans Required permissions: `READ_PLAYERS`
13201
+ * @summary Search for bans
13202
+ * @param {BanSearchInputDTO} [banSearchInputDTO] BanSearchInputDTO
13203
+ * @param {*} [options] Override http request option.
13204
+ * @throws {RequiredError}
13205
+ */
13206
+ banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BanOutputArrayDTOAPI>>;
13207
+ /**
13208
+ * Update an existing ban, updating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`
13209
+ * @summary Update ban
13210
+ * @param {string} id
13211
+ * @param {BanUpdateDTO} [banUpdateDTO] BanUpdateDTO
13212
+ * @param {*} [options] Override http request option.
13213
+ * @throws {RequiredError}
13214
+ */
13215
+ banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BanOutputDTOAPI>>;
13284
13216
  /**
13285
13217
  * Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`
13286
13218
  * @summary Assign role
@@ -13330,6 +13262,47 @@ export declare const PlayerApiFp: (configuration?: Configuration) => {
13330
13262
  * @export
13331
13263
  */
13332
13264
  export declare const PlayerApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
13265
+ /**
13266
+ * Create a new ban, creating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`
13267
+ * @summary Ban player
13268
+ * @param {BanCreateDTO} [banCreateDTO] BanCreateDTO
13269
+ * @param {*} [options] Override http request option.
13270
+ * @throws {RequiredError}
13271
+ */
13272
+ banControllerCreate(banCreateDTO?: BanCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<BanOutputDTOAPI>;
13273
+ /**
13274
+ * Unban player. This will remove the ban from Takaro and the gameserver(s) Required permissions: `MANAGE_PLAYERS`
13275
+ * @summary Unban player
13276
+ * @param {string} id
13277
+ * @param {*} [options] Override http request option.
13278
+ * @throws {RequiredError}
13279
+ */
13280
+ banControllerDelete(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
13281
+ /**
13282
+ * Get a single ban Required permissions: `READ_PLAYERS`
13283
+ * @summary Get a single ban
13284
+ * @param {string} id
13285
+ * @param {*} [options] Override http request option.
13286
+ * @throws {RequiredError}
13287
+ */
13288
+ banControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<BanOutputDTOAPI>;
13289
+ /**
13290
+ * Search for bans Required permissions: `READ_PLAYERS`
13291
+ * @summary Search for bans
13292
+ * @param {BanSearchInputDTO} [banSearchInputDTO] BanSearchInputDTO
13293
+ * @param {*} [options] Override http request option.
13294
+ * @throws {RequiredError}
13295
+ */
13296
+ banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<BanOutputArrayDTOAPI>;
13297
+ /**
13298
+ * Update an existing ban, updating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`
13299
+ * @summary Update ban
13300
+ * @param {string} id
13301
+ * @param {BanUpdateDTO} [banUpdateDTO] BanUpdateDTO
13302
+ * @param {*} [options] Override http request option.
13303
+ * @throws {RequiredError}
13304
+ */
13305
+ banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<BanOutputDTOAPI>;
13333
13306
  /**
13334
13307
  * Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`
13335
13308
  * @summary Assign role
@@ -13381,6 +13354,52 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
13381
13354
  * @extends {BaseAPI}
13382
13355
  */
13383
13356
  export declare class PlayerApi extends BaseAPI {
13357
+ /**
13358
+ * Create a new ban, creating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`
13359
+ * @summary Ban player
13360
+ * @param {BanCreateDTO} [banCreateDTO] BanCreateDTO
13361
+ * @param {*} [options] Override http request option.
13362
+ * @throws {RequiredError}
13363
+ * @memberof PlayerApi
13364
+ */
13365
+ banControllerCreate(banCreateDTO?: BanCreateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanOutputDTOAPI, any>>;
13366
+ /**
13367
+ * Unban player. This will remove the ban from Takaro and the gameserver(s) Required permissions: `MANAGE_PLAYERS`
13368
+ * @summary Unban player
13369
+ * @param {string} id
13370
+ * @param {*} [options] Override http request option.
13371
+ * @throws {RequiredError}
13372
+ * @memberof PlayerApi
13373
+ */
13374
+ banControllerDelete(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIOutput, any>>;
13375
+ /**
13376
+ * Get a single ban Required permissions: `READ_PLAYERS`
13377
+ * @summary Get a single ban
13378
+ * @param {string} id
13379
+ * @param {*} [options] Override http request option.
13380
+ * @throws {RequiredError}
13381
+ * @memberof PlayerApi
13382
+ */
13383
+ banControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanOutputDTOAPI, any>>;
13384
+ /**
13385
+ * Search for bans Required permissions: `READ_PLAYERS`
13386
+ * @summary Search for bans
13387
+ * @param {BanSearchInputDTO} [banSearchInputDTO] BanSearchInputDTO
13388
+ * @param {*} [options] Override http request option.
13389
+ * @throws {RequiredError}
13390
+ * @memberof PlayerApi
13391
+ */
13392
+ banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanOutputArrayDTOAPI, any>>;
13393
+ /**
13394
+ * Update an existing ban, updating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`
13395
+ * @summary Update ban
13396
+ * @param {string} id
13397
+ * @param {BanUpdateDTO} [banUpdateDTO] BanUpdateDTO
13398
+ * @param {*} [options] Override http request option.
13399
+ * @throws {RequiredError}
13400
+ * @memberof PlayerApi
13401
+ */
13402
+ banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BanOutputDTOAPI, any>>;
13384
13403
  /**
13385
13404
  * Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`
13386
13405
  * @summary Assign role
@@ -14132,6 +14151,13 @@ export declare const ShopListingApiAxiosParamCreator: (configuration?: Configura
14132
14151
  * @throws {RequiredError}
14133
14152
  */
14134
14153
  shopListingControllerGetOne: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14154
+ /**
14155
+ * Required permissions: `MANAGE_SHOP_LISTINGS`
14156
+ * @summary Import listings
14157
+ * @param {*} [options] Override http request option.
14158
+ * @throws {RequiredError}
14159
+ */
14160
+ shopListingControllerImportListings: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14135
14161
  /**
14136
14162
  *
14137
14163
  * @summary Search
@@ -14179,6 +14205,13 @@ export declare const ShopListingApiFp: (configuration?: Configuration) => {
14179
14205
  * @throws {RequiredError}
14180
14206
  */
14181
14207
  shopListingControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopListingOutputDTOAPI>>;
14208
+ /**
14209
+ * Required permissions: `MANAGE_SHOP_LISTINGS`
14210
+ * @summary Import listings
14211
+ * @param {*} [options] Override http request option.
14212
+ * @throws {RequiredError}
14213
+ */
14214
+ shopListingControllerImportListings(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
14182
14215
  /**
14183
14216
  *
14184
14217
  * @summary Search
@@ -14226,6 +14259,13 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
14226
14259
  * @throws {RequiredError}
14227
14260
  */
14228
14261
  shopListingControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputDTOAPI>;
14262
+ /**
14263
+ * Required permissions: `MANAGE_SHOP_LISTINGS`
14264
+ * @summary Import listings
14265
+ * @param {*} [options] Override http request option.
14266
+ * @throws {RequiredError}
14267
+ */
14268
+ shopListingControllerImportListings(options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
14229
14269
  /**
14230
14270
  *
14231
14271
  * @summary Search
@@ -14278,6 +14318,14 @@ export declare class ShopListingApi extends BaseAPI {
14278
14318
  * @memberof ShopListingApi
14279
14319
  */
14280
14320
  shopListingControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopListingOutputDTOAPI, any>>;
14321
+ /**
14322
+ * Required permissions: `MANAGE_SHOP_LISTINGS`
14323
+ * @summary Import listings
14324
+ * @param {*} [options] Override http request option.
14325
+ * @throws {RequiredError}
14326
+ * @memberof ShopListingApi
14327
+ */
14328
+ shopListingControllerImportListings(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIOutput, any>>;
14281
14329
  /**
14282
14330
  *
14283
14331
  * @summary Search
@@ -14500,12 +14548,12 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
14500
14548
  * @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
14501
14549
  * @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
14502
14550
  * @param {string} [gameServerId]
14503
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14504
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14551
+ * @param {string} [startDate]
14552
+ * @param {string} [endDate]
14505
14553
  * @param {*} [options] Override http request option.
14506
14554
  * @throws {RequiredError}
14507
14555
  */
14508
- statsControllerGetActivityStats: (timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14556
+ statsControllerGetActivityStats: (timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14509
14557
  /**
14510
14558
  * Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`
14511
14559
  * @summary Get statistics about the countries of the players
@@ -14519,12 +14567,12 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
14519
14567
  * @summary Get currency stats
14520
14568
  * @param {string} gameServerId
14521
14569
  * @param {string} [playerId]
14522
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14523
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14570
+ * @param {string} [startDate]
14571
+ * @param {string} [endDate]
14524
14572
  * @param {*} [options] Override http request option.
14525
14573
  * @throws {RequiredError}
14526
14574
  */
14527
- statsControllerGetCurrencyStats: (gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14575
+ statsControllerGetCurrencyStats: (gameServerId: string, playerId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14528
14576
  /**
14529
14577
  * Calculates how many times an event type has occured over `bucketStep` time. Supports different filters and can return multiple series at a time. Required permissions: `READ_PLAYERS`
14530
14578
  * @summary Get event count over time
@@ -14535,43 +14583,43 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
14535
14583
  * @param {string} [moduleId]
14536
14584
  * @param {string} [playerId]
14537
14585
  * @param {string} [userId]
14538
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14539
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14586
+ * @param {string} [startDate]
14587
+ * @param {string} [endDate]
14540
14588
  * @param {*} [options] Override http request option.
14541
14589
  * @throws {RequiredError}
14542
14590
  */
14543
- statsControllerGetEventsCount: (eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14591
+ statsControllerGetEventsCount: (eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14544
14592
  /**
14545
14593
  * The roundtrip time for reachability tests between Takaro and the game server
14546
14594
  * @summary Get latency stats
14547
14595
  * @param {string} gameServerId
14548
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14549
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14596
+ * @param {string} [startDate]
14597
+ * @param {string} [endDate]
14550
14598
  * @param {*} [options] Override http request option.
14551
14599
  * @throws {RequiredError}
14552
14600
  */
14553
- statsControllerGetLatencyStats: (gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14601
+ statsControllerGetLatencyStats: (gameServerId: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14554
14602
  /**
14555
14603
  * Required permissions: `READ_PLAYERS`
14556
14604
  * @summary Get ping stats
14557
14605
  * @param {string} gameServerId
14558
14606
  * @param {string} playerId
14559
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14560
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14607
+ * @param {string} [startDate]
14608
+ * @param {string} [endDate]
14561
14609
  * @param {*} [options] Override http request option.
14562
14610
  * @throws {RequiredError}
14563
14611
  */
14564
- statsControllerGetPingStats: (gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14612
+ statsControllerGetPingStats: (gameServerId: string, playerId: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14565
14613
  /**
14566
14614
  * Required permissions: `READ_PLAYERS`
14567
14615
  * @summary Get player online stats
14568
14616
  * @param {string} [gameServerId]
14569
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14570
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14617
+ * @param {string} [startDate]
14618
+ * @param {string} [endDate]
14571
14619
  * @param {*} [options] Override http request option.
14572
14620
  * @throws {RequiredError}
14573
14621
  */
14574
- statsControllerGetPlayerOnlineStats: (gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14622
+ statsControllerGetPlayerOnlineStats: (gameServerId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14575
14623
  };
14576
14624
  /**
14577
14625
  * StatsApi - functional programming interface
@@ -14584,12 +14632,12 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
14584
14632
  * @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
14585
14633
  * @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
14586
14634
  * @param {string} [gameServerId]
14587
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14588
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14635
+ * @param {string} [startDate]
14636
+ * @param {string} [endDate]
14589
14637
  * @param {*} [options] Override http request option.
14590
14638
  * @throws {RequiredError}
14591
14639
  */
14592
- statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
14640
+ statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
14593
14641
  /**
14594
14642
  * Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`
14595
14643
  * @summary Get statistics about the countries of the players
@@ -14603,12 +14651,12 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
14603
14651
  * @summary Get currency stats
14604
14652
  * @param {string} gameServerId
14605
14653
  * @param {string} [playerId]
14606
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14607
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14654
+ * @param {string} [startDate]
14655
+ * @param {string} [endDate]
14608
14656
  * @param {*} [options] Override http request option.
14609
14657
  * @throws {RequiredError}
14610
14658
  */
14611
- statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
14659
+ statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
14612
14660
  /**
14613
14661
  * Calculates how many times an event type has occured over `bucketStep` time. Supports different filters and can return multiple series at a time. Required permissions: `READ_PLAYERS`
14614
14662
  * @summary Get event count over time
@@ -14619,43 +14667,43 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
14619
14667
  * @param {string} [moduleId]
14620
14668
  * @param {string} [playerId]
14621
14669
  * @param {string} [userId]
14622
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14623
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14670
+ * @param {string} [startDate]
14671
+ * @param {string} [endDate]
14624
14672
  * @param {*} [options] Override http request option.
14625
14673
  * @throws {RequiredError}
14626
14674
  */
14627
- statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
14675
+ statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
14628
14676
  /**
14629
14677
  * The roundtrip time for reachability tests between Takaro and the game server
14630
14678
  * @summary Get latency stats
14631
14679
  * @param {string} gameServerId
14632
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14633
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14680
+ * @param {string} [startDate]
14681
+ * @param {string} [endDate]
14634
14682
  * @param {*} [options] Override http request option.
14635
14683
  * @throws {RequiredError}
14636
14684
  */
14637
- statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
14685
+ statsControllerGetLatencyStats(gameServerId: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
14638
14686
  /**
14639
14687
  * Required permissions: `READ_PLAYERS`
14640
14688
  * @summary Get ping stats
14641
14689
  * @param {string} gameServerId
14642
14690
  * @param {string} playerId
14643
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14644
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14691
+ * @param {string} [startDate]
14692
+ * @param {string} [endDate]
14645
14693
  * @param {*} [options] Override http request option.
14646
14694
  * @throws {RequiredError}
14647
14695
  */
14648
- statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
14696
+ statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
14649
14697
  /**
14650
14698
  * Required permissions: `READ_PLAYERS`
14651
14699
  * @summary Get player online stats
14652
14700
  * @param {string} [gameServerId]
14653
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14654
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14701
+ * @param {string} [startDate]
14702
+ * @param {string} [endDate]
14655
14703
  * @param {*} [options] Override http request option.
14656
14704
  * @throws {RequiredError}
14657
14705
  */
14658
- statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
14706
+ statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
14659
14707
  };
14660
14708
  /**
14661
14709
  * StatsApi - factory interface
@@ -14668,12 +14716,12 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
14668
14716
  * @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
14669
14717
  * @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
14670
14718
  * @param {string} [gameServerId]
14671
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14672
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14719
+ * @param {string} [startDate]
14720
+ * @param {string} [endDate]
14673
14721
  * @param {*} [options] Override http request option.
14674
14722
  * @throws {RequiredError}
14675
14723
  */
14676
- statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
14724
+ statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
14677
14725
  /**
14678
14726
  * Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`
14679
14727
  * @summary Get statistics about the countries of the players
@@ -14687,12 +14735,12 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
14687
14735
  * @summary Get currency stats
14688
14736
  * @param {string} gameServerId
14689
14737
  * @param {string} [playerId]
14690
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14691
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14738
+ * @param {string} [startDate]
14739
+ * @param {string} [endDate]
14692
14740
  * @param {*} [options] Override http request option.
14693
14741
  * @throws {RequiredError}
14694
14742
  */
14695
- statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
14743
+ statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
14696
14744
  /**
14697
14745
  * Calculates how many times an event type has occured over `bucketStep` time. Supports different filters and can return multiple series at a time. Required permissions: `READ_PLAYERS`
14698
14746
  * @summary Get event count over time
@@ -14703,43 +14751,43 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
14703
14751
  * @param {string} [moduleId]
14704
14752
  * @param {string} [playerId]
14705
14753
  * @param {string} [userId]
14706
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14707
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14754
+ * @param {string} [startDate]
14755
+ * @param {string} [endDate]
14708
14756
  * @param {*} [options] Override http request option.
14709
14757
  * @throws {RequiredError}
14710
14758
  */
14711
- statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
14759
+ statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
14712
14760
  /**
14713
14761
  * The roundtrip time for reachability tests between Takaro and the game server
14714
14762
  * @summary Get latency stats
14715
14763
  * @param {string} gameServerId
14716
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14717
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14764
+ * @param {string} [startDate]
14765
+ * @param {string} [endDate]
14718
14766
  * @param {*} [options] Override http request option.
14719
14767
  * @throws {RequiredError}
14720
14768
  */
14721
- statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
14769
+ statsControllerGetLatencyStats(gameServerId: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
14722
14770
  /**
14723
14771
  * Required permissions: `READ_PLAYERS`
14724
14772
  * @summary Get ping stats
14725
14773
  * @param {string} gameServerId
14726
14774
  * @param {string} playerId
14727
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14728
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14775
+ * @param {string} [startDate]
14776
+ * @param {string} [endDate]
14729
14777
  * @param {*} [options] Override http request option.
14730
14778
  * @throws {RequiredError}
14731
14779
  */
14732
- statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
14780
+ statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
14733
14781
  /**
14734
14782
  * Required permissions: `READ_PLAYERS`
14735
14783
  * @summary Get player online stats
14736
14784
  * @param {string} [gameServerId]
14737
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14738
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14785
+ * @param {string} [startDate]
14786
+ * @param {string} [endDate]
14739
14787
  * @param {*} [options] Override http request option.
14740
14788
  * @throws {RequiredError}
14741
14789
  */
14742
- statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
14790
+ statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
14743
14791
  };
14744
14792
  /**
14745
14793
  * StatsApi - object-oriented interface
@@ -14754,13 +14802,13 @@ export declare class StatsApi extends BaseAPI {
14754
14802
  * @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
14755
14803
  * @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
14756
14804
  * @param {string} [gameServerId]
14757
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14758
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14805
+ * @param {string} [startDate]
14806
+ * @param {string} [endDate]
14759
14807
  * @param {*} [options] Override http request option.
14760
14808
  * @throws {RequiredError}
14761
14809
  * @memberof StatsApi
14762
14810
  */
14763
- statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
14811
+ statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
14764
14812
  /**
14765
14813
  * Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`
14766
14814
  * @summary Get statistics about the countries of the players
@@ -14775,13 +14823,13 @@ export declare class StatsApi extends BaseAPI {
14775
14823
  * @summary Get currency stats
14776
14824
  * @param {string} gameServerId
14777
14825
  * @param {string} [playerId]
14778
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14779
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14826
+ * @param {string} [startDate]
14827
+ * @param {string} [endDate]
14780
14828
  * @param {*} [options] Override http request option.
14781
14829
  * @throws {RequiredError}
14782
14830
  * @memberof StatsApi
14783
14831
  */
14784
- statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
14832
+ statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
14785
14833
  /**
14786
14834
  * Calculates how many times an event type has occured over `bucketStep` time. Supports different filters and can return multiple series at a time. Required permissions: `READ_PLAYERS`
14787
14835
  * @summary Get event count over time
@@ -14792,47 +14840,47 @@ export declare class StatsApi extends BaseAPI {
14792
14840
  * @param {string} [moduleId]
14793
14841
  * @param {string} [playerId]
14794
14842
  * @param {string} [userId]
14795
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14796
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14843
+ * @param {string} [startDate]
14844
+ * @param {string} [endDate]
14797
14845
  * @param {*} [options] Override http request option.
14798
14846
  * @throws {RequiredError}
14799
14847
  * @memberof StatsApi
14800
14848
  */
14801
- statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
14849
+ statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
14802
14850
  /**
14803
14851
  * The roundtrip time for reachability tests between Takaro and the game server
14804
14852
  * @summary Get latency stats
14805
14853
  * @param {string} gameServerId
14806
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14807
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14854
+ * @param {string} [startDate]
14855
+ * @param {string} [endDate]
14808
14856
  * @param {*} [options] Override http request option.
14809
14857
  * @throws {RequiredError}
14810
14858
  * @memberof StatsApi
14811
14859
  */
14812
- statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
14860
+ statsControllerGetLatencyStats(gameServerId: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
14813
14861
  /**
14814
14862
  * Required permissions: `READ_PLAYERS`
14815
14863
  * @summary Get ping stats
14816
14864
  * @param {string} gameServerId
14817
14865
  * @param {string} playerId
14818
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14819
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14866
+ * @param {string} [startDate]
14867
+ * @param {string} [endDate]
14820
14868
  * @param {*} [options] Override http request option.
14821
14869
  * @throws {RequiredError}
14822
14870
  * @memberof StatsApi
14823
14871
  */
14824
- statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
14872
+ statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
14825
14873
  /**
14826
14874
  * Required permissions: `READ_PLAYERS`
14827
14875
  * @summary Get player online stats
14828
14876
  * @param {string} [gameServerId]
14829
- * @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
14830
- * @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
14877
+ * @param {string} [startDate]
14878
+ * @param {string} [endDate]
14831
14879
  * @param {*} [options] Override http request option.
14832
14880
  * @throws {RequiredError}
14833
14881
  * @memberof StatsApi
14834
14882
  */
14835
- statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
14883
+ statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: string, endDate?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
14836
14884
  }
14837
14885
  /**
14838
14886
  * @export