@takaro/apiclient 0.0.10 → 0.0.11
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.
- package/dist/generated/api.d.ts +325 -278
- package/dist/generated/api.js +497 -516
- package/dist/generated/api.js.map +1 -1
- package/dist/generated/base.d.ts +1 -1
- package/dist/generated/base.js +1 -1
- package/dist/generated/common.d.ts +1 -1
- package/dist/generated/common.js +1 -1
- package/dist/generated/configuration.d.ts +1 -1
- package/dist/generated/configuration.js +1 -1
- package/dist/generated/index.d.ts +1 -1
- package/dist/generated/index.js +1 -1
- package/package.json +1 -1
- package/src/generated/.openapi-generator/VERSION +1 -1
- package/src/generated/api.ts +1019 -801
- package/src/generated/base.ts +1 -1
- package/src/generated/common.ts +1 -1
- package/src/generated/configuration.ts +1 -1
- package/src/generated/index.ts +1 -1
package/dist/generated/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Takaro 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:
|
|
5
|
+
* The version of the OpenAPI document: development - 82a1fec48bb563e522e6e699e0c12477911f18e5
|
|
6
6
|
* Contact: support@takaro.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -74,6 +74,19 @@ export declare const ActivityInputDTODataTypeEnum: {
|
|
|
74
74
|
readonly Players: "players";
|
|
75
75
|
};
|
|
76
76
|
export type ActivityInputDTODataTypeEnum = (typeof ActivityInputDTODataTypeEnum)[keyof typeof ActivityInputDTODataTypeEnum];
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @export
|
|
80
|
+
* @interface AllowedFilters
|
|
81
|
+
*/
|
|
82
|
+
export interface AllowedFilters {
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {Array<string>}
|
|
86
|
+
* @memberof AllowedFilters
|
|
87
|
+
*/
|
|
88
|
+
id?: Array<string>;
|
|
89
|
+
}
|
|
77
90
|
/**
|
|
78
91
|
*
|
|
79
92
|
* @export
|
|
@@ -646,12 +659,6 @@ export interface CommandOutputDTOAPI {
|
|
|
646
659
|
* @interface CommandSearchInputAllowedFilters
|
|
647
660
|
*/
|
|
648
661
|
export interface CommandSearchInputAllowedFilters {
|
|
649
|
-
/**
|
|
650
|
-
*
|
|
651
|
-
* @type {Array<string>}
|
|
652
|
-
* @memberof CommandSearchInputAllowedFilters
|
|
653
|
-
*/
|
|
654
|
-
id?: Array<string>;
|
|
655
662
|
/**
|
|
656
663
|
*
|
|
657
664
|
* @type {Array<string>}
|
|
@@ -670,6 +677,12 @@ export interface CommandSearchInputAllowedFilters {
|
|
|
670
677
|
* @memberof CommandSearchInputAllowedFilters
|
|
671
678
|
*/
|
|
672
679
|
enabled?: Array<boolean>;
|
|
680
|
+
/**
|
|
681
|
+
*
|
|
682
|
+
* @type {Array<string>}
|
|
683
|
+
* @memberof CommandSearchInputAllowedFilters
|
|
684
|
+
*/
|
|
685
|
+
id?: Array<string>;
|
|
673
686
|
}
|
|
674
687
|
/**
|
|
675
688
|
*
|
|
@@ -922,19 +935,19 @@ export interface CronJobSearchInputAllowedFilters {
|
|
|
922
935
|
* @type {Array<string>}
|
|
923
936
|
* @memberof CronJobSearchInputAllowedFilters
|
|
924
937
|
*/
|
|
925
|
-
|
|
938
|
+
moduleId?: Array<string>;
|
|
926
939
|
/**
|
|
927
940
|
*
|
|
928
941
|
* @type {Array<string>}
|
|
929
942
|
* @memberof CronJobSearchInputAllowedFilters
|
|
930
943
|
*/
|
|
931
|
-
|
|
944
|
+
name?: Array<string>;
|
|
932
945
|
/**
|
|
933
946
|
*
|
|
934
947
|
* @type {Array<string>}
|
|
935
948
|
* @memberof CronJobSearchInputAllowedFilters
|
|
936
949
|
*/
|
|
937
|
-
|
|
950
|
+
id?: Array<string>;
|
|
938
951
|
}
|
|
939
952
|
/**
|
|
940
953
|
*
|
|
@@ -1276,6 +1289,12 @@ export interface DomainOutputDTOAPI {
|
|
|
1276
1289
|
* @interface DomainSearchInputAllowedFilters
|
|
1277
1290
|
*/
|
|
1278
1291
|
export interface DomainSearchInputAllowedFilters {
|
|
1292
|
+
/**
|
|
1293
|
+
*
|
|
1294
|
+
* @type {Array<string>}
|
|
1295
|
+
* @memberof DomainSearchInputAllowedFilters
|
|
1296
|
+
*/
|
|
1297
|
+
id?: Array<string>;
|
|
1279
1298
|
/**
|
|
1280
1299
|
*
|
|
1281
1300
|
* @type {Array<string>}
|
|
@@ -2277,7 +2296,19 @@ export interface FunctionSearchInputAllowedFilters {
|
|
|
2277
2296
|
* @type {Array<string>}
|
|
2278
2297
|
* @memberof FunctionSearchInputAllowedFilters
|
|
2279
2298
|
*/
|
|
2280
|
-
|
|
2299
|
+
moduleId?: Array<string>;
|
|
2300
|
+
/**
|
|
2301
|
+
*
|
|
2302
|
+
* @type {Array<string>}
|
|
2303
|
+
* @memberof FunctionSearchInputAllowedFilters
|
|
2304
|
+
*/
|
|
2305
|
+
name?: Array<string>;
|
|
2306
|
+
/**
|
|
2307
|
+
*
|
|
2308
|
+
* @type {Array<string>}
|
|
2309
|
+
* @memberof FunctionSearchInputAllowedFilters
|
|
2310
|
+
*/
|
|
2311
|
+
id?: Array<string>;
|
|
2281
2312
|
}
|
|
2282
2313
|
/**
|
|
2283
2314
|
*
|
|
@@ -2500,12 +2531,6 @@ export interface GameServerOutputDTOAPI {
|
|
|
2500
2531
|
* @interface GameServerSearchInputAllowedFilters
|
|
2501
2532
|
*/
|
|
2502
2533
|
export interface GameServerSearchInputAllowedFilters {
|
|
2503
|
-
/**
|
|
2504
|
-
*
|
|
2505
|
-
* @type {Array<string>}
|
|
2506
|
-
* @memberof GameServerSearchInputAllowedFilters
|
|
2507
|
-
*/
|
|
2508
|
-
id?: Array<string>;
|
|
2509
2534
|
/**
|
|
2510
2535
|
*
|
|
2511
2536
|
* @type {Array<string>}
|
|
@@ -2530,6 +2555,12 @@ export interface GameServerSearchInputAllowedFilters {
|
|
|
2530
2555
|
* @memberof GameServerSearchInputAllowedFilters
|
|
2531
2556
|
*/
|
|
2532
2557
|
enabled?: Array<boolean>;
|
|
2558
|
+
/**
|
|
2559
|
+
*
|
|
2560
|
+
* @type {Array<string>}
|
|
2561
|
+
* @memberof GameServerSearchInputAllowedFilters
|
|
2562
|
+
*/
|
|
2563
|
+
id?: Array<string>;
|
|
2533
2564
|
}
|
|
2534
2565
|
export declare const GameServerSearchInputAllowedFiltersTypeEnum: {
|
|
2535
2566
|
readonly Mock: "MOCK";
|
|
@@ -2758,6 +2789,7 @@ export declare const GetSettingsInputKeysEnum: {
|
|
|
2758
2789
|
readonly ServerChatName: "serverChatName";
|
|
2759
2790
|
readonly EconomyEnabled: "economyEnabled";
|
|
2760
2791
|
readonly CurrencyName: "currencyName";
|
|
2792
|
+
readonly DeveloperMode: "developerMode";
|
|
2761
2793
|
};
|
|
2762
2794
|
export type GetSettingsInputKeysEnum = (typeof GetSettingsInputKeysEnum)[keyof typeof GetSettingsInputKeysEnum];
|
|
2763
2795
|
/**
|
|
@@ -2948,6 +2980,12 @@ export interface GuildSearchInputAllowedFilters {
|
|
|
2948
2980
|
* @memberof GuildSearchInputAllowedFilters
|
|
2949
2981
|
*/
|
|
2950
2982
|
takaroEnabled?: Array<boolean>;
|
|
2983
|
+
/**
|
|
2984
|
+
*
|
|
2985
|
+
* @type {Array<string>}
|
|
2986
|
+
* @memberof GuildSearchInputAllowedFilters
|
|
2987
|
+
*/
|
|
2988
|
+
id?: Array<string>;
|
|
2951
2989
|
}
|
|
2952
2990
|
/**
|
|
2953
2991
|
*
|
|
@@ -3301,25 +3339,25 @@ export interface HookSearchInputAllowedFilters {
|
|
|
3301
3339
|
* @type {Array<string>}
|
|
3302
3340
|
* @memberof HookSearchInputAllowedFilters
|
|
3303
3341
|
*/
|
|
3304
|
-
|
|
3342
|
+
moduleId?: Array<string>;
|
|
3305
3343
|
/**
|
|
3306
3344
|
*
|
|
3307
3345
|
* @type {Array<string>}
|
|
3308
3346
|
* @memberof HookSearchInputAllowedFilters
|
|
3309
3347
|
*/
|
|
3310
|
-
|
|
3348
|
+
name?: Array<string>;
|
|
3311
3349
|
/**
|
|
3312
3350
|
*
|
|
3313
3351
|
* @type {Array<string>}
|
|
3314
3352
|
* @memberof HookSearchInputAllowedFilters
|
|
3315
3353
|
*/
|
|
3316
|
-
|
|
3354
|
+
eventType?: Array<HookSearchInputAllowedFiltersEventTypeEnum>;
|
|
3317
3355
|
/**
|
|
3318
3356
|
*
|
|
3319
3357
|
* @type {Array<string>}
|
|
3320
3358
|
* @memberof HookSearchInputAllowedFilters
|
|
3321
3359
|
*/
|
|
3322
|
-
|
|
3360
|
+
id?: Array<string>;
|
|
3323
3361
|
}
|
|
3324
3362
|
export declare const HookSearchInputAllowedFiltersEventTypeEnum: {
|
|
3325
3363
|
readonly Log: "log";
|
|
@@ -4177,25 +4215,25 @@ export interface ItemSearchInputAllowedFilters {
|
|
|
4177
4215
|
* @type {Array<string>}
|
|
4178
4216
|
* @memberof ItemSearchInputAllowedFilters
|
|
4179
4217
|
*/
|
|
4180
|
-
|
|
4218
|
+
name?: Array<string>;
|
|
4181
4219
|
/**
|
|
4182
4220
|
*
|
|
4183
4221
|
* @type {Array<string>}
|
|
4184
4222
|
* @memberof ItemSearchInputAllowedFilters
|
|
4185
4223
|
*/
|
|
4186
|
-
|
|
4224
|
+
code?: Array<string>;
|
|
4187
4225
|
/**
|
|
4188
4226
|
*
|
|
4189
4227
|
* @type {Array<string>}
|
|
4190
4228
|
* @memberof ItemSearchInputAllowedFilters
|
|
4191
4229
|
*/
|
|
4192
|
-
|
|
4230
|
+
gameserverId?: Array<string>;
|
|
4193
4231
|
/**
|
|
4194
4232
|
*
|
|
4195
4233
|
* @type {Array<string>}
|
|
4196
4234
|
* @memberof ItemSearchInputAllowedFilters
|
|
4197
4235
|
*/
|
|
4198
|
-
|
|
4236
|
+
id?: Array<string>;
|
|
4199
4237
|
}
|
|
4200
4238
|
/**
|
|
4201
4239
|
*
|
|
@@ -4460,59 +4498,59 @@ export interface LoginOutputDTOAPI {
|
|
|
4460
4498
|
/**
|
|
4461
4499
|
*
|
|
4462
4500
|
* @export
|
|
4463
|
-
* @interface
|
|
4501
|
+
* @interface MeOutoutDTOAPI
|
|
4464
4502
|
*/
|
|
4465
|
-
export interface
|
|
4503
|
+
export interface MeOutoutDTOAPI {
|
|
4504
|
+
/**
|
|
4505
|
+
*
|
|
4506
|
+
* @type {MeOutputDTO}
|
|
4507
|
+
* @memberof MeOutoutDTOAPI
|
|
4508
|
+
*/
|
|
4509
|
+
data: MeOutputDTO;
|
|
4510
|
+
/**
|
|
4511
|
+
*
|
|
4512
|
+
* @type {MetadataOutput}
|
|
4513
|
+
* @memberof MeOutoutDTOAPI
|
|
4514
|
+
*/
|
|
4515
|
+
meta: MetadataOutput;
|
|
4516
|
+
}
|
|
4517
|
+
/**
|
|
4518
|
+
*
|
|
4519
|
+
* @export
|
|
4520
|
+
* @interface MeOutputDTO
|
|
4521
|
+
*/
|
|
4522
|
+
export interface MeOutputDTO {
|
|
4466
4523
|
/**
|
|
4467
4524
|
*
|
|
4468
4525
|
* @type {UserOutputWithRolesDTO}
|
|
4469
|
-
* @memberof
|
|
4526
|
+
* @memberof MeOutputDTO
|
|
4470
4527
|
*/
|
|
4471
4528
|
user: UserOutputWithRolesDTO;
|
|
4472
4529
|
/**
|
|
4473
4530
|
*
|
|
4474
4531
|
* @type {Array<DomainOutputDTO>}
|
|
4475
|
-
* @memberof
|
|
4532
|
+
* @memberof MeOutputDTO
|
|
4476
4533
|
*/
|
|
4477
4534
|
domains: Array<DomainOutputDTO>;
|
|
4478
4535
|
/**
|
|
4479
4536
|
*
|
|
4480
4537
|
* @type {string}
|
|
4481
|
-
* @memberof
|
|
4538
|
+
* @memberof MeOutputDTO
|
|
4482
4539
|
*/
|
|
4483
4540
|
domain: string;
|
|
4484
4541
|
/**
|
|
4485
4542
|
*
|
|
4486
4543
|
* @type {PlayerOutputWithRolesDTO}
|
|
4487
|
-
* @memberof
|
|
4544
|
+
* @memberof MeOutputDTO
|
|
4488
4545
|
*/
|
|
4489
4546
|
player?: PlayerOutputWithRolesDTO;
|
|
4490
4547
|
/**
|
|
4491
4548
|
*
|
|
4492
4549
|
* @type {Array<PlayerOnGameserverOutputDTO>}
|
|
4493
|
-
* @memberof
|
|
4550
|
+
* @memberof MeOutputDTO
|
|
4494
4551
|
*/
|
|
4495
4552
|
pogs: Array<PlayerOnGameserverOutputDTO>;
|
|
4496
4553
|
}
|
|
4497
|
-
/**
|
|
4498
|
-
*
|
|
4499
|
-
* @export
|
|
4500
|
-
* @interface MeOutoutDTOAPI
|
|
4501
|
-
*/
|
|
4502
|
-
export interface MeOutoutDTOAPI {
|
|
4503
|
-
/**
|
|
4504
|
-
*
|
|
4505
|
-
* @type {MeOutoutDTO}
|
|
4506
|
-
* @memberof MeOutoutDTOAPI
|
|
4507
|
-
*/
|
|
4508
|
-
data: MeOutoutDTO;
|
|
4509
|
-
/**
|
|
4510
|
-
*
|
|
4511
|
-
* @type {MetadataOutput}
|
|
4512
|
-
* @memberof MeOutoutDTOAPI
|
|
4513
|
-
*/
|
|
4514
|
-
meta: MetadataOutput;
|
|
4515
|
-
}
|
|
4516
4554
|
/**
|
|
4517
4555
|
*
|
|
4518
4556
|
* @export
|
|
@@ -4944,13 +4982,13 @@ export interface ModuleSearchInputAllowedFilters {
|
|
|
4944
4982
|
* @type {Array<string>}
|
|
4945
4983
|
* @memberof ModuleSearchInputAllowedFilters
|
|
4946
4984
|
*/
|
|
4947
|
-
|
|
4985
|
+
name?: Array<string>;
|
|
4948
4986
|
/**
|
|
4949
4987
|
*
|
|
4950
4988
|
* @type {Array<string>}
|
|
4951
4989
|
* @memberof ModuleSearchInputAllowedFilters
|
|
4952
4990
|
*/
|
|
4953
|
-
|
|
4991
|
+
id?: Array<string>;
|
|
4954
4992
|
}
|
|
4955
4993
|
/**
|
|
4956
4994
|
*
|
|
@@ -5226,6 +5264,7 @@ export declare const ParamKeyKeyEnum: {
|
|
|
5226
5264
|
readonly ServerChatName: "serverChatName";
|
|
5227
5265
|
readonly EconomyEnabled: "economyEnabled";
|
|
5228
5266
|
readonly CurrencyName: "currencyName";
|
|
5267
|
+
readonly DeveloperMode: "developerMode";
|
|
5229
5268
|
};
|
|
5230
5269
|
export type ParamKeyKeyEnum = (typeof ParamKeyKeyEnum)[keyof typeof ParamKeyKeyEnum];
|
|
5231
5270
|
/**
|
|
@@ -5520,12 +5559,6 @@ export interface PlayerOnGameServerCreateDTO {
|
|
|
5520
5559
|
* @interface PlayerOnGameServerSearchInputAllowedFilters
|
|
5521
5560
|
*/
|
|
5522
5561
|
export interface PlayerOnGameServerSearchInputAllowedFilters {
|
|
5523
|
-
/**
|
|
5524
|
-
*
|
|
5525
|
-
* @type {Array<string>}
|
|
5526
|
-
* @memberof PlayerOnGameServerSearchInputAllowedFilters
|
|
5527
|
-
*/
|
|
5528
|
-
id?: Array<string>;
|
|
5529
5562
|
/**
|
|
5530
5563
|
*
|
|
5531
5564
|
* @type {Array<string>}
|
|
@@ -5550,6 +5583,12 @@ export interface PlayerOnGameServerSearchInputAllowedFilters {
|
|
|
5550
5583
|
* @memberof PlayerOnGameServerSearchInputAllowedFilters
|
|
5551
5584
|
*/
|
|
5552
5585
|
online?: Array<boolean>;
|
|
5586
|
+
/**
|
|
5587
|
+
*
|
|
5588
|
+
* @type {Array<string>}
|
|
5589
|
+
* @memberof PlayerOnGameServerSearchInputAllowedFilters
|
|
5590
|
+
*/
|
|
5591
|
+
id?: Array<string>;
|
|
5553
5592
|
}
|
|
5554
5593
|
/**
|
|
5555
5594
|
*
|
|
@@ -6303,12 +6342,6 @@ export interface PlayerRoleAssignmentOutputDTO {
|
|
|
6303
6342
|
* @interface PlayerSearchInputAllowedFilters
|
|
6304
6343
|
*/
|
|
6305
6344
|
export interface PlayerSearchInputAllowedFilters {
|
|
6306
|
-
/**
|
|
6307
|
-
*
|
|
6308
|
-
* @type {Array<string>}
|
|
6309
|
-
* @memberof PlayerSearchInputAllowedFilters
|
|
6310
|
-
*/
|
|
6311
|
-
id?: Array<string>;
|
|
6312
6345
|
/**
|
|
6313
6346
|
*
|
|
6314
6347
|
* @type {Array<string>}
|
|
@@ -6345,6 +6378,18 @@ export interface PlayerSearchInputAllowedFilters {
|
|
|
6345
6378
|
* @memberof PlayerSearchInputAllowedFilters
|
|
6346
6379
|
*/
|
|
6347
6380
|
steamVacBanned?: Array<boolean>;
|
|
6381
|
+
/**
|
|
6382
|
+
*
|
|
6383
|
+
* @type {Array<string>}
|
|
6384
|
+
* @memberof PlayerSearchInputAllowedFilters
|
|
6385
|
+
*/
|
|
6386
|
+
roleId?: Array<string>;
|
|
6387
|
+
/**
|
|
6388
|
+
*
|
|
6389
|
+
* @type {Array<string>}
|
|
6390
|
+
* @memberof PlayerSearchInputAllowedFilters
|
|
6391
|
+
*/
|
|
6392
|
+
id?: Array<string>;
|
|
6348
6393
|
}
|
|
6349
6394
|
/**
|
|
6350
6395
|
*
|
|
@@ -6738,6 +6783,12 @@ export interface RoleSearchInputAllowedFilters {
|
|
|
6738
6783
|
* @memberof RoleSearchInputAllowedFilters
|
|
6739
6784
|
*/
|
|
6740
6785
|
name?: Array<string>;
|
|
6786
|
+
/**
|
|
6787
|
+
*
|
|
6788
|
+
* @type {Array<string>}
|
|
6789
|
+
* @memberof RoleSearchInputAllowedFilters
|
|
6790
|
+
*/
|
|
6791
|
+
id?: Array<string>;
|
|
6741
6792
|
}
|
|
6742
6793
|
/**
|
|
6743
6794
|
*
|
|
@@ -6979,6 +7030,12 @@ export interface Settings {
|
|
|
6979
7030
|
* @memberof Settings
|
|
6980
7031
|
*/
|
|
6981
7032
|
currencyName: string;
|
|
7033
|
+
/**
|
|
7034
|
+
*
|
|
7035
|
+
* @type {string}
|
|
7036
|
+
* @memberof Settings
|
|
7037
|
+
*/
|
|
7038
|
+
developerMode: string;
|
|
6982
7039
|
/**
|
|
6983
7040
|
*
|
|
6984
7041
|
* @type {string}
|
|
@@ -7047,6 +7104,7 @@ export declare const SettingsOutputDTOKeyEnum: {
|
|
|
7047
7104
|
readonly ServerChatName: "serverChatName";
|
|
7048
7105
|
readonly EconomyEnabled: "economyEnabled";
|
|
7049
7106
|
readonly CurrencyName: "currencyName";
|
|
7107
|
+
readonly DeveloperMode: "developerMode";
|
|
7050
7108
|
};
|
|
7051
7109
|
export type SettingsOutputDTOKeyEnum = (typeof SettingsOutputDTOKeyEnum)[keyof typeof SettingsOutputDTOKeyEnum];
|
|
7052
7110
|
export declare const SettingsOutputDTOTypeEnum: {
|
|
@@ -7450,6 +7508,12 @@ export interface ShopOrderCreateDTO {
|
|
|
7450
7508
|
* @memberof ShopOrderCreateDTO
|
|
7451
7509
|
*/
|
|
7452
7510
|
listingId: string;
|
|
7511
|
+
/**
|
|
7512
|
+
*
|
|
7513
|
+
* @type {string}
|
|
7514
|
+
* @memberof ShopOrderCreateDTO
|
|
7515
|
+
*/
|
|
7516
|
+
userId?: string;
|
|
7453
7517
|
/**
|
|
7454
7518
|
*
|
|
7455
7519
|
* @type {number}
|
|
@@ -7468,7 +7532,7 @@ export interface ShopOrderCreateInternalDTO {
|
|
|
7468
7532
|
* @type {string}
|
|
7469
7533
|
* @memberof ShopOrderCreateInternalDTO
|
|
7470
7534
|
*/
|
|
7471
|
-
userId
|
|
7535
|
+
userId?: string;
|
|
7472
7536
|
/**
|
|
7473
7537
|
*
|
|
7474
7538
|
* @type {string}
|
|
@@ -7587,12 +7651,6 @@ export interface ShopOrderOutputDTOAPI {
|
|
|
7587
7651
|
* @interface ShopOrderSearchInputAllowedFilters
|
|
7588
7652
|
*/
|
|
7589
7653
|
export interface ShopOrderSearchInputAllowedFilters {
|
|
7590
|
-
/**
|
|
7591
|
-
*
|
|
7592
|
-
* @type {Array<string>}
|
|
7593
|
-
* @memberof ShopOrderSearchInputAllowedFilters
|
|
7594
|
-
*/
|
|
7595
|
-
id?: Array<string>;
|
|
7596
7654
|
/**
|
|
7597
7655
|
*
|
|
7598
7656
|
* @type {Array<string>}
|
|
@@ -7617,6 +7675,12 @@ export interface ShopOrderSearchInputAllowedFilters {
|
|
|
7617
7675
|
* @memberof ShopOrderSearchInputAllowedFilters
|
|
7618
7676
|
*/
|
|
7619
7677
|
status?: Array<string>;
|
|
7678
|
+
/**
|
|
7679
|
+
*
|
|
7680
|
+
* @type {Array<string>}
|
|
7681
|
+
* @memberof ShopOrderSearchInputAllowedFilters
|
|
7682
|
+
*/
|
|
7683
|
+
id?: Array<string>;
|
|
7620
7684
|
}
|
|
7621
7685
|
/**
|
|
7622
7686
|
*
|
|
@@ -7827,12 +7891,6 @@ export interface TakaroEventCommandDetails {
|
|
|
7827
7891
|
* @interface TakaroEventCommandExecuted
|
|
7828
7892
|
*/
|
|
7829
7893
|
export interface TakaroEventCommandExecuted {
|
|
7830
|
-
/**
|
|
7831
|
-
*
|
|
7832
|
-
* @type {any}
|
|
7833
|
-
* @memberof TakaroEventCommandExecuted
|
|
7834
|
-
*/
|
|
7835
|
-
data: any;
|
|
7836
7894
|
/**
|
|
7837
7895
|
*
|
|
7838
7896
|
* @type {TakaroEventFunctionResult}
|
|
@@ -7877,12 +7935,6 @@ export interface TakaroEventCronjobDetails {
|
|
|
7877
7935
|
* @interface TakaroEventCronjobExecuted
|
|
7878
7936
|
*/
|
|
7879
7937
|
export interface TakaroEventCronjobExecuted {
|
|
7880
|
-
/**
|
|
7881
|
-
*
|
|
7882
|
-
* @type {any}
|
|
7883
|
-
* @memberof TakaroEventCronjobExecuted
|
|
7884
|
-
*/
|
|
7885
|
-
data: any;
|
|
7886
7938
|
/**
|
|
7887
7939
|
*
|
|
7888
7940
|
* @type {TakaroEventFunctionResult}
|
|
@@ -8015,12 +8067,6 @@ export interface TakaroEventHookDetails {
|
|
|
8015
8067
|
* @interface TakaroEventHookExecuted
|
|
8016
8068
|
*/
|
|
8017
8069
|
export interface TakaroEventHookExecuted {
|
|
8018
|
-
/**
|
|
8019
|
-
*
|
|
8020
|
-
* @type {any}
|
|
8021
|
-
* @memberof TakaroEventHookExecuted
|
|
8022
|
-
*/
|
|
8023
|
-
data: any;
|
|
8024
8070
|
/**
|
|
8025
8071
|
*
|
|
8026
8072
|
* @type {TakaroEventFunctionResult}
|
|
@@ -8866,6 +8912,18 @@ export interface UserSearchInputAllowedFilters {
|
|
|
8866
8912
|
* @memberof UserSearchInputAllowedFilters
|
|
8867
8913
|
*/
|
|
8868
8914
|
playerId?: Array<string>;
|
|
8915
|
+
/**
|
|
8916
|
+
*
|
|
8917
|
+
* @type {Array<string>}
|
|
8918
|
+
* @memberof UserSearchInputAllowedFilters
|
|
8919
|
+
*/
|
|
8920
|
+
roleId?: Array<string>;
|
|
8921
|
+
/**
|
|
8922
|
+
*
|
|
8923
|
+
* @type {Array<string>}
|
|
8924
|
+
* @memberof UserSearchInputAllowedFilters
|
|
8925
|
+
*/
|
|
8926
|
+
id?: Array<string>;
|
|
8869
8927
|
}
|
|
8870
8928
|
/**
|
|
8871
8929
|
*
|
|
@@ -9161,31 +9219,31 @@ export interface VariableSearchInputAllowedFilters {
|
|
|
9161
9219
|
* @type {Array<string>}
|
|
9162
9220
|
* @memberof VariableSearchInputAllowedFilters
|
|
9163
9221
|
*/
|
|
9164
|
-
|
|
9222
|
+
key?: Array<string>;
|
|
9165
9223
|
/**
|
|
9166
9224
|
*
|
|
9167
9225
|
* @type {Array<string>}
|
|
9168
9226
|
* @memberof VariableSearchInputAllowedFilters
|
|
9169
9227
|
*/
|
|
9170
|
-
|
|
9228
|
+
gameServerId?: Array<string>;
|
|
9171
9229
|
/**
|
|
9172
9230
|
*
|
|
9173
9231
|
* @type {Array<string>}
|
|
9174
9232
|
* @memberof VariableSearchInputAllowedFilters
|
|
9175
9233
|
*/
|
|
9176
|
-
|
|
9234
|
+
playerId?: Array<string>;
|
|
9177
9235
|
/**
|
|
9178
9236
|
*
|
|
9179
9237
|
* @type {Array<string>}
|
|
9180
9238
|
* @memberof VariableSearchInputAllowedFilters
|
|
9181
9239
|
*/
|
|
9182
|
-
|
|
9240
|
+
moduleId?: Array<string>;
|
|
9183
9241
|
/**
|
|
9184
9242
|
*
|
|
9185
9243
|
* @type {Array<string>}
|
|
9186
9244
|
* @memberof VariableSearchInputAllowedFilters
|
|
9187
9245
|
*/
|
|
9188
|
-
|
|
9246
|
+
id?: Array<string>;
|
|
9189
9247
|
}
|
|
9190
9248
|
/**
|
|
9191
9249
|
*
|
|
@@ -9490,7 +9548,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9490
9548
|
* @param {*} [options] Override http request option.
|
|
9491
9549
|
* @throws {RequiredError}
|
|
9492
9550
|
*/
|
|
9493
|
-
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?:
|
|
9551
|
+
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandOutputDTOAPI>;
|
|
9494
9552
|
/**
|
|
9495
9553
|
* Required permissions: `MANAGE_MODULES`
|
|
9496
9554
|
* @summary Create argument
|
|
@@ -9498,7 +9556,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9498
9556
|
* @param {*} [options] Override http request option.
|
|
9499
9557
|
* @throws {RequiredError}
|
|
9500
9558
|
*/
|
|
9501
|
-
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?:
|
|
9559
|
+
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandArgumentDTOAPI>;
|
|
9502
9560
|
/**
|
|
9503
9561
|
* Required permissions: `READ_MODULES`
|
|
9504
9562
|
* @summary Get executions
|
|
@@ -9508,7 +9566,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9508
9566
|
* @param {*} [options] Override http request option.
|
|
9509
9567
|
* @throws {RequiredError}
|
|
9510
9568
|
*/
|
|
9511
|
-
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
9569
|
+
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
9512
9570
|
/**
|
|
9513
9571
|
* Required permissions: `READ_MODULES`
|
|
9514
9572
|
* @summary Get one
|
|
@@ -9516,7 +9574,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9516
9574
|
* @param {*} [options] Override http request option.
|
|
9517
9575
|
* @throws {RequiredError}
|
|
9518
9576
|
*/
|
|
9519
|
-
commandControllerGetOne(id: string, options?:
|
|
9577
|
+
commandControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<CommandOutputDTOAPI>;
|
|
9520
9578
|
/**
|
|
9521
9579
|
* Required permissions: `MANAGE_MODULES`
|
|
9522
9580
|
* @summary Remove
|
|
@@ -9524,7 +9582,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9524
9582
|
* @param {*} [options] Override http request option.
|
|
9525
9583
|
* @throws {RequiredError}
|
|
9526
9584
|
*/
|
|
9527
|
-
commandControllerRemove(id: string, options?:
|
|
9585
|
+
commandControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
9528
9586
|
/**
|
|
9529
9587
|
* Required permissions: `MANAGE_MODULES`
|
|
9530
9588
|
* @summary Remove argument
|
|
@@ -9532,7 +9590,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9532
9590
|
* @param {*} [options] Override http request option.
|
|
9533
9591
|
* @throws {RequiredError}
|
|
9534
9592
|
*/
|
|
9535
|
-
commandControllerRemoveArgument(id: string, options?:
|
|
9593
|
+
commandControllerRemoveArgument(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
9536
9594
|
/**
|
|
9537
9595
|
* Required permissions: `READ_MODULES`
|
|
9538
9596
|
* @summary Search
|
|
@@ -9540,7 +9598,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9540
9598
|
* @param {*} [options] Override http request option.
|
|
9541
9599
|
* @throws {RequiredError}
|
|
9542
9600
|
*/
|
|
9543
|
-
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?:
|
|
9601
|
+
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandOutputArrayDTOAPI>;
|
|
9544
9602
|
/**
|
|
9545
9603
|
* Required permissions: `MANAGE_MODULES`
|
|
9546
9604
|
* @summary Trigger
|
|
@@ -9549,7 +9607,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9549
9607
|
* @param {*} [options] Override http request option.
|
|
9550
9608
|
* @throws {RequiredError}
|
|
9551
9609
|
*/
|
|
9552
|
-
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?:
|
|
9610
|
+
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
9553
9611
|
/**
|
|
9554
9612
|
* Required permissions: `MANAGE_MODULES`
|
|
9555
9613
|
* @summary Update
|
|
@@ -9558,7 +9616,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9558
9616
|
* @param {*} [options] Override http request option.
|
|
9559
9617
|
* @throws {RequiredError}
|
|
9560
9618
|
*/
|
|
9561
|
-
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?:
|
|
9619
|
+
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandOutputDTOAPI>;
|
|
9562
9620
|
/**
|
|
9563
9621
|
* Required permissions: `MANAGE_MODULES`
|
|
9564
9622
|
* @summary Update argument
|
|
@@ -9567,7 +9625,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9567
9625
|
* @param {*} [options] Override http request option.
|
|
9568
9626
|
* @throws {RequiredError}
|
|
9569
9627
|
*/
|
|
9570
|
-
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?:
|
|
9628
|
+
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandArgumentDTOAPI>;
|
|
9571
9629
|
};
|
|
9572
9630
|
/**
|
|
9573
9631
|
* CommandApi - object-oriented interface
|
|
@@ -9814,7 +9872,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9814
9872
|
* @param {*} [options] Override http request option.
|
|
9815
9873
|
* @throws {RequiredError}
|
|
9816
9874
|
*/
|
|
9817
|
-
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?:
|
|
9875
|
+
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CronJobOutputDTOAPI>;
|
|
9818
9876
|
/**
|
|
9819
9877
|
* Required permissions: `READ_MODULES`
|
|
9820
9878
|
* @summary Get executions
|
|
@@ -9824,7 +9882,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9824
9882
|
* @param {*} [options] Override http request option.
|
|
9825
9883
|
* @throws {RequiredError}
|
|
9826
9884
|
*/
|
|
9827
|
-
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
9885
|
+
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
9828
9886
|
/**
|
|
9829
9887
|
* Required permissions: `READ_MODULES`
|
|
9830
9888
|
* @summary Get one
|
|
@@ -9832,7 +9890,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9832
9890
|
* @param {*} [options] Override http request option.
|
|
9833
9891
|
* @throws {RequiredError}
|
|
9834
9892
|
*/
|
|
9835
|
-
cronJobControllerGetOne(id: string, options?:
|
|
9893
|
+
cronJobControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<CronJobOutputDTOAPI>;
|
|
9836
9894
|
/**
|
|
9837
9895
|
* Required permissions: `MANAGE_MODULES`
|
|
9838
9896
|
* @summary Remove
|
|
@@ -9840,7 +9898,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9840
9898
|
* @param {*} [options] Override http request option.
|
|
9841
9899
|
* @throws {RequiredError}
|
|
9842
9900
|
*/
|
|
9843
|
-
cronJobControllerRemove(id: string, options?:
|
|
9901
|
+
cronJobControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
9844
9902
|
/**
|
|
9845
9903
|
* Required permissions: `READ_MODULES`
|
|
9846
9904
|
* @summary Search
|
|
@@ -9848,7 +9906,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9848
9906
|
* @param {*} [options] Override http request option.
|
|
9849
9907
|
* @throws {RequiredError}
|
|
9850
9908
|
*/
|
|
9851
|
-
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?:
|
|
9909
|
+
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<CronJobOutputArrayDTOAPI>;
|
|
9852
9910
|
/**
|
|
9853
9911
|
* Required permissions: `MANAGE_MODULES`
|
|
9854
9912
|
* @summary Trigger
|
|
@@ -9856,7 +9914,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9856
9914
|
* @param {*} [options] Override http request option.
|
|
9857
9915
|
* @throws {RequiredError}
|
|
9858
9916
|
*/
|
|
9859
|
-
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?:
|
|
9917
|
+
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
9860
9918
|
/**
|
|
9861
9919
|
* Required permissions: `MANAGE_MODULES`
|
|
9862
9920
|
* @summary Update
|
|
@@ -9865,7 +9923,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9865
9923
|
* @param {*} [options] Override http request option.
|
|
9866
9924
|
* @throws {RequiredError}
|
|
9867
9925
|
*/
|
|
9868
|
-
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?:
|
|
9926
|
+
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CronJobOutputDTOAPI>;
|
|
9869
9927
|
};
|
|
9870
9928
|
/**
|
|
9871
9929
|
* CronJobApi - object-oriented interface
|
|
@@ -10030,7 +10088,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
10030
10088
|
* @param {*} [options] Override http request option.
|
|
10031
10089
|
* @throws {RequiredError}
|
|
10032
10090
|
*/
|
|
10033
|
-
discordControllerGetInvite(options?:
|
|
10091
|
+
discordControllerGetInvite(options?: RawAxiosRequestConfig): AxiosPromise<DiscordInviteOutputDTO>;
|
|
10034
10092
|
/**
|
|
10035
10093
|
*
|
|
10036
10094
|
* @summary Search
|
|
@@ -10038,7 +10096,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
10038
10096
|
* @param {*} [options] Override http request option.
|
|
10039
10097
|
* @throws {RequiredError}
|
|
10040
10098
|
*/
|
|
10041
|
-
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?:
|
|
10099
|
+
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<GuildOutputArrayDTOAPI>;
|
|
10042
10100
|
/**
|
|
10043
10101
|
*
|
|
10044
10102
|
* @summary Send message
|
|
@@ -10047,7 +10105,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
10047
10105
|
* @param {*} [options] Override http request option.
|
|
10048
10106
|
* @throws {RequiredError}
|
|
10049
10107
|
*/
|
|
10050
|
-
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
10108
|
+
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
10051
10109
|
/**
|
|
10052
10110
|
*
|
|
10053
10111
|
* @summary Update guild
|
|
@@ -10056,7 +10114,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
10056
10114
|
* @param {*} [options] Override http request option.
|
|
10057
10115
|
* @throws {RequiredError}
|
|
10058
10116
|
*/
|
|
10059
|
-
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?:
|
|
10117
|
+
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<GuildOutputDTOAPI>;
|
|
10060
10118
|
};
|
|
10061
10119
|
/**
|
|
10062
10120
|
* DiscordApi - object-oriented interface
|
|
@@ -10225,7 +10283,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10225
10283
|
* @param {*} [options] Override http request option.
|
|
10226
10284
|
* @throws {RequiredError}
|
|
10227
10285
|
*/
|
|
10228
|
-
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?:
|
|
10286
|
+
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<DomainCreateOutputDTOAPI>;
|
|
10229
10287
|
/**
|
|
10230
10288
|
*
|
|
10231
10289
|
* @summary Get one
|
|
@@ -10233,7 +10291,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10233
10291
|
* @param {*} [options] Override http request option.
|
|
10234
10292
|
* @throws {RequiredError}
|
|
10235
10293
|
*/
|
|
10236
|
-
domainControllerGetOne(id: string, options?:
|
|
10294
|
+
domainControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<DomainOutputDTOAPI>;
|
|
10237
10295
|
/**
|
|
10238
10296
|
*
|
|
10239
10297
|
* @summary Get token
|
|
@@ -10241,7 +10299,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10241
10299
|
* @param {*} [options] Override http request option.
|
|
10242
10300
|
* @throws {RequiredError}
|
|
10243
10301
|
*/
|
|
10244
|
-
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?:
|
|
10302
|
+
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<TokenOutputDTOAPI>;
|
|
10245
10303
|
/**
|
|
10246
10304
|
*
|
|
10247
10305
|
* @summary Remove
|
|
@@ -10249,7 +10307,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10249
10307
|
* @param {*} [options] Override http request option.
|
|
10250
10308
|
* @throws {RequiredError}
|
|
10251
10309
|
*/
|
|
10252
|
-
domainControllerRemove(id: string, options?:
|
|
10310
|
+
domainControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
10253
10311
|
/**
|
|
10254
10312
|
*
|
|
10255
10313
|
* @summary Search
|
|
@@ -10257,7 +10315,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10257
10315
|
* @param {*} [options] Override http request option.
|
|
10258
10316
|
* @throws {RequiredError}
|
|
10259
10317
|
*/
|
|
10260
|
-
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?:
|
|
10318
|
+
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<DomainOutputArrayDTOAPI>;
|
|
10261
10319
|
/**
|
|
10262
10320
|
*
|
|
10263
10321
|
* @summary Update
|
|
@@ -10266,7 +10324,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10266
10324
|
* @param {*} [options] Override http request option.
|
|
10267
10325
|
* @throws {RequiredError}
|
|
10268
10326
|
*/
|
|
10269
|
-
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?:
|
|
10327
|
+
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<DomainOutputDTOAPI>;
|
|
10270
10328
|
};
|
|
10271
10329
|
/**
|
|
10272
10330
|
* DomainApi - object-oriented interface
|
|
@@ -10419,7 +10477,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10419
10477
|
* @param {*} [options] Override http request option.
|
|
10420
10478
|
* @throws {RequiredError}
|
|
10421
10479
|
*/
|
|
10422
|
-
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?:
|
|
10480
|
+
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputDTO>;
|
|
10423
10481
|
/**
|
|
10424
10482
|
* Fetches events where cronjob, hook and command failed. Supports all the common query parameters Required permissions: `READ_MODULES`, `READ_EVENTS`
|
|
10425
10483
|
* @summary Get failed functions
|
|
@@ -10427,7 +10485,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10427
10485
|
* @param {*} [options] Override http request option.
|
|
10428
10486
|
* @throws {RequiredError}
|
|
10429
10487
|
*/
|
|
10430
|
-
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
10488
|
+
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
10431
10489
|
/**
|
|
10432
10490
|
* Required permissions: `READ_EVENTS`
|
|
10433
10491
|
* @summary Get one
|
|
@@ -10435,7 +10493,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10435
10493
|
* @param {*} [options] Override http request option.
|
|
10436
10494
|
* @throws {RequiredError}
|
|
10437
10495
|
*/
|
|
10438
|
-
eventControllerGetOne(id: string, options?:
|
|
10496
|
+
eventControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputDTO>;
|
|
10439
10497
|
/**
|
|
10440
10498
|
* Required permissions: `READ_EVENTS`
|
|
10441
10499
|
* @summary Search
|
|
@@ -10443,7 +10501,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10443
10501
|
* @param {*} [options] Override http request option.
|
|
10444
10502
|
* @throws {RequiredError}
|
|
10445
10503
|
*/
|
|
10446
|
-
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
10504
|
+
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
10447
10505
|
};
|
|
10448
10506
|
/**
|
|
10449
10507
|
* EventApi - object-oriented interface
|
|
@@ -10543,14 +10601,14 @@ export declare const ExternalAuthApiFactory: (configuration?: Configuration, bas
|
|
|
10543
10601
|
* @param {*} [options] Override http request option.
|
|
10544
10602
|
* @throws {RequiredError}
|
|
10545
10603
|
*/
|
|
10546
|
-
externalAuthControllerAuthDiscord(redirect: string, options?:
|
|
10604
|
+
externalAuthControllerAuthDiscord(redirect: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
10547
10605
|
/**
|
|
10548
10606
|
*
|
|
10549
10607
|
* @summary Auth discord return
|
|
10550
10608
|
* @param {*} [options] Override http request option.
|
|
10551
10609
|
* @throws {RequiredError}
|
|
10552
10610
|
*/
|
|
10553
|
-
externalAuthControllerAuthDiscordReturn(options?:
|
|
10611
|
+
externalAuthControllerAuthDiscordReturn(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
10554
10612
|
};
|
|
10555
10613
|
/**
|
|
10556
10614
|
* ExternalAuthApi - object-oriented interface
|
|
@@ -10683,7 +10741,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10683
10741
|
* @param {*} [options] Override http request option.
|
|
10684
10742
|
* @throws {RequiredError}
|
|
10685
10743
|
*/
|
|
10686
|
-
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?:
|
|
10744
|
+
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<FunctionOutputDTOAPI>;
|
|
10687
10745
|
/**
|
|
10688
10746
|
* Required permissions: `READ_MODULES`
|
|
10689
10747
|
* @summary Get one
|
|
@@ -10691,7 +10749,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10691
10749
|
* @param {*} [options] Override http request option.
|
|
10692
10750
|
* @throws {RequiredError}
|
|
10693
10751
|
*/
|
|
10694
|
-
functionControllerGetOne(id: string, options?:
|
|
10752
|
+
functionControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<FunctionOutputDTOAPI>;
|
|
10695
10753
|
/**
|
|
10696
10754
|
* Required permissions: `MANAGE_MODULES`
|
|
10697
10755
|
* @summary Remove
|
|
@@ -10699,7 +10757,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10699
10757
|
* @param {*} [options] Override http request option.
|
|
10700
10758
|
* @throws {RequiredError}
|
|
10701
10759
|
*/
|
|
10702
|
-
functionControllerRemove(id: string, options?:
|
|
10760
|
+
functionControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
10703
10761
|
/**
|
|
10704
10762
|
* Required permissions: `READ_MODULES`
|
|
10705
10763
|
* @summary Search
|
|
@@ -10707,7 +10765,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10707
10765
|
* @param {*} [options] Override http request option.
|
|
10708
10766
|
* @throws {RequiredError}
|
|
10709
10767
|
*/
|
|
10710
|
-
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?:
|
|
10768
|
+
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<FunctionOutputArrayDTOAPI>;
|
|
10711
10769
|
/**
|
|
10712
10770
|
* Required permissions: `MANAGE_MODULES`
|
|
10713
10771
|
* @summary Update
|
|
@@ -10716,7 +10774,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10716
10774
|
* @param {*} [options] Override http request option.
|
|
10717
10775
|
* @throws {RequiredError}
|
|
10718
10776
|
*/
|
|
10719
|
-
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?:
|
|
10777
|
+
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<FunctionOutputDTOAPI>;
|
|
10720
10778
|
};
|
|
10721
10779
|
/**
|
|
10722
10780
|
* FunctionApi - object-oriented interface
|
|
@@ -10922,6 +10980,14 @@ export declare const GameServerApiAxiosParamCreator: (configuration?: Configurat
|
|
|
10922
10980
|
* @throws {RequiredError}
|
|
10923
10981
|
*/
|
|
10924
10982
|
gameServerControllerSendMessage: (id: string, messageSendInputDTO?: MessageSendInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10983
|
+
/**
|
|
10984
|
+
* Shuts down the gameserver. This is a \'soft\' shutdown, meaning the gameserver will be stopped gracefully. If the gameserver is not reachable, this will have no effect. Note that most hosting providers will automatically restart the gameserver after a shutdown, which makes this operation act as a \'restart\' instead. Required permissions: `MANAGE_GAMESERVERS`
|
|
10985
|
+
* @summary Shutdown
|
|
10986
|
+
* @param {string} id
|
|
10987
|
+
* @param {*} [options] Override http request option.
|
|
10988
|
+
* @throws {RequiredError}
|
|
10989
|
+
*/
|
|
10990
|
+
gameServerControllerShutdown: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10925
10991
|
/**
|
|
10926
10992
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
10927
10993
|
* @summary Teleport player
|
|
@@ -11126,6 +11192,14 @@ export declare const GameServerApiFp: (configuration?: Configuration) => {
|
|
|
11126
11192
|
* @throws {RequiredError}
|
|
11127
11193
|
*/
|
|
11128
11194
|
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
|
|
11195
|
+
/**
|
|
11196
|
+
* Shuts down the gameserver. This is a \'soft\' shutdown, meaning the gameserver will be stopped gracefully. If the gameserver is not reachable, this will have no effect. Note that most hosting providers will automatically restart the gameserver after a shutdown, which makes this operation act as a \'restart\' instead. Required permissions: `MANAGE_GAMESERVERS`
|
|
11197
|
+
* @summary Shutdown
|
|
11198
|
+
* @param {string} id
|
|
11199
|
+
* @param {*} [options] Override http request option.
|
|
11200
|
+
* @throws {RequiredError}
|
|
11201
|
+
*/
|
|
11202
|
+
gameServerControllerShutdown(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
11129
11203
|
/**
|
|
11130
11204
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11131
11205
|
* @summary Teleport player
|
|
@@ -11194,7 +11268,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11194
11268
|
* @param {*} [options] Override http request option.
|
|
11195
11269
|
* @throws {RequiredError}
|
|
11196
11270
|
*/
|
|
11197
|
-
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?:
|
|
11271
|
+
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11198
11272
|
/**
|
|
11199
11273
|
* Create a gameserver Required permissions: `MANAGE_GAMESERVERS`
|
|
11200
11274
|
* @summary Create
|
|
@@ -11202,7 +11276,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11202
11276
|
* @param {*} [options] Override http request option.
|
|
11203
11277
|
* @throws {RequiredError}
|
|
11204
11278
|
*/
|
|
11205
|
-
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?:
|
|
11279
|
+
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputDTOAPI>;
|
|
11206
11280
|
/**
|
|
11207
11281
|
* Execute a raw command on a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11208
11282
|
* @summary Execute command
|
|
@@ -11211,7 +11285,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11211
11285
|
* @param {*} [options] Override http request option.
|
|
11212
11286
|
* @throws {RequiredError}
|
|
11213
11287
|
*/
|
|
11214
|
-
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?:
|
|
11288
|
+
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandExecuteDTOAPI>;
|
|
11215
11289
|
/**
|
|
11216
11290
|
* Fetch status of an import from CSMM Required permissions: `MANAGE_GAMESERVERS`
|
|
11217
11291
|
* @summary Get import
|
|
@@ -11219,7 +11293,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11219
11293
|
* @param {*} [options] Override http request option.
|
|
11220
11294
|
* @throws {RequiredError}
|
|
11221
11295
|
*/
|
|
11222
|
-
gameServerControllerGetImport(id: string, options?:
|
|
11296
|
+
gameServerControllerGetImport(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ImportOutputDTOAPI>;
|
|
11223
11297
|
/**
|
|
11224
11298
|
* Get all module installations for a gameserver
|
|
11225
11299
|
* @summary Get installed modules
|
|
@@ -11227,7 +11301,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11227
11301
|
* @param {*} [options] Override http request option.
|
|
11228
11302
|
* @throws {RequiredError}
|
|
11229
11303
|
*/
|
|
11230
|
-
gameServerControllerGetInstalledModules(id: string, options?:
|
|
11304
|
+
gameServerControllerGetInstalledModules(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationOutputArrayDTOAPI>;
|
|
11231
11305
|
/**
|
|
11232
11306
|
* Get a module installation by id
|
|
11233
11307
|
* @summary Get module installation
|
|
@@ -11236,7 +11310,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11236
11310
|
* @param {*} [options] Override http request option.
|
|
11237
11311
|
* @throws {RequiredError}
|
|
11238
11312
|
*/
|
|
11239
|
-
gameServerControllerGetModuleInstallation(gameServerId: string, moduleId: string, options?:
|
|
11313
|
+
gameServerControllerGetModuleInstallation(gameServerId: string, moduleId: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
11240
11314
|
/**
|
|
11241
11315
|
* Fetch a gameserver by id
|
|
11242
11316
|
* @summary Get one
|
|
@@ -11244,7 +11318,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11244
11318
|
* @param {*} [options] Override http request option.
|
|
11245
11319
|
* @throws {RequiredError}
|
|
11246
11320
|
*/
|
|
11247
|
-
gameServerControllerGetOne(id: string, options?:
|
|
11321
|
+
gameServerControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputDTOAPI>;
|
|
11248
11322
|
/**
|
|
11249
11323
|
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Required permissions: `READ_PLAYERS`
|
|
11250
11324
|
* @summary Get players
|
|
@@ -11252,14 +11326,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11252
11326
|
* @param {*} [options] Override http request option.
|
|
11253
11327
|
* @throws {RequiredError}
|
|
11254
11328
|
*/
|
|
11255
|
-
gameServerControllerGetPlayers(id: string, options?:
|
|
11329
|
+
gameServerControllerGetPlayers(id: string, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
11256
11330
|
/**
|
|
11257
11331
|
* Fetch gameserver types (7dtd, Rust, ...)
|
|
11258
11332
|
* @summary Get types
|
|
11259
11333
|
* @param {*} [options] Override http request option.
|
|
11260
11334
|
* @throws {RequiredError}
|
|
11261
11335
|
*/
|
|
11262
|
-
gameServerControllerGetTypes(options?:
|
|
11336
|
+
gameServerControllerGetTypes(options?: RawAxiosRequestConfig): AxiosPromise<GameServerTypesOutputDTOAPI>;
|
|
11263
11337
|
/**
|
|
11264
11338
|
* Give an item to a player. Requires gameserver to be online and reachable. Depending on the underlying game implementation, it\'s possible that the item is dropped on the ground instead of placed directly in the player\'s inventory. Required permissions: `MANAGE_GAMESERVERS`
|
|
11265
11339
|
* @summary Give item
|
|
@@ -11269,14 +11343,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11269
11343
|
* @param {*} [options] Override http request option.
|
|
11270
11344
|
* @throws {RequiredError}
|
|
11271
11345
|
*/
|
|
11272
|
-
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?:
|
|
11346
|
+
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11273
11347
|
/**
|
|
11274
11348
|
* Import a gameserver from CSMM. Required permissions: `MANAGE_GAMESERVERS`
|
|
11275
11349
|
* @summary Import from csmm
|
|
11276
11350
|
* @param {*} [options] Override http request option.
|
|
11277
11351
|
* @throws {RequiredError}
|
|
11278
11352
|
*/
|
|
11279
|
-
gameServerControllerImportFromCSMM(options?:
|
|
11353
|
+
gameServerControllerImportFromCSMM(options?: RawAxiosRequestConfig): AxiosPromise<ImportOutputDTOAPI>;
|
|
11280
11354
|
/**
|
|
11281
11355
|
* Install a module on a gameserver. If the module is already installed, it will be updated. Required permissions: `MANAGE_GAMESERVERS`
|
|
11282
11356
|
* @summary Install module
|
|
@@ -11286,7 +11360,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11286
11360
|
* @param {*} [options] Override http request option.
|
|
11287
11361
|
* @throws {RequiredError}
|
|
11288
11362
|
*/
|
|
11289
|
-
gameServerControllerInstallModule(gameServerId: string, moduleId: string, moduleInstallDTO?: ModuleInstallDTO, options?:
|
|
11363
|
+
gameServerControllerInstallModule(gameServerId: string, moduleId: string, moduleInstallDTO?: ModuleInstallDTO, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
11290
11364
|
/**
|
|
11291
11365
|
* Kick a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11292
11366
|
* @summary Kick player
|
|
@@ -11296,7 +11370,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11296
11370
|
* @param {*} [options] Override http request option.
|
|
11297
11371
|
* @throws {RequiredError}
|
|
11298
11372
|
*/
|
|
11299
|
-
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?:
|
|
11373
|
+
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11300
11374
|
/**
|
|
11301
11375
|
* List bans for a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11302
11376
|
* @summary List bans
|
|
@@ -11304,7 +11378,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11304
11378
|
* @param {*} [options] Override http request option.
|
|
11305
11379
|
* @throws {RequiredError}
|
|
11306
11380
|
*/
|
|
11307
|
-
gameServerControllerListBans(id: string, options?:
|
|
11381
|
+
gameServerControllerListBans(id: string, options?: RawAxiosRequestConfig): AxiosPromise<BanPlayerOutputDTO>;
|
|
11308
11382
|
/**
|
|
11309
11383
|
* Delete a gameserver Required permissions: `MANAGE_GAMESERVERS`
|
|
11310
11384
|
* @summary Remove
|
|
@@ -11312,7 +11386,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11312
11386
|
* @param {*} [options] Override http request option.
|
|
11313
11387
|
* @throws {RequiredError}
|
|
11314
11388
|
*/
|
|
11315
|
-
gameServerControllerRemove(id: string, options?:
|
|
11389
|
+
gameServerControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11316
11390
|
/**
|
|
11317
11391
|
* Fetch gameservers
|
|
11318
11392
|
* @summary Search
|
|
@@ -11320,7 +11394,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11320
11394
|
* @param {*} [options] Override http request option.
|
|
11321
11395
|
* @throws {RequiredError}
|
|
11322
11396
|
*/
|
|
11323
|
-
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?:
|
|
11397
|
+
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputArrayDTOAPI>;
|
|
11324
11398
|
/**
|
|
11325
11399
|
* Send a message in gameserver chat. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11326
11400
|
* @summary Send message
|
|
@@ -11329,7 +11403,15 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11329
11403
|
* @param {*} [options] Override http request option.
|
|
11330
11404
|
* @throws {RequiredError}
|
|
11331
11405
|
*/
|
|
11332
|
-
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?:
|
|
11406
|
+
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11407
|
+
/**
|
|
11408
|
+
* Shuts down the gameserver. This is a \'soft\' shutdown, meaning the gameserver will be stopped gracefully. If the gameserver is not reachable, this will have no effect. Note that most hosting providers will automatically restart the gameserver after a shutdown, which makes this operation act as a \'restart\' instead. Required permissions: `MANAGE_GAMESERVERS`
|
|
11409
|
+
* @summary Shutdown
|
|
11410
|
+
* @param {string} id
|
|
11411
|
+
* @param {*} [options] Override http request option.
|
|
11412
|
+
* @throws {RequiredError}
|
|
11413
|
+
*/
|
|
11414
|
+
gameServerControllerShutdown(id: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11333
11415
|
/**
|
|
11334
11416
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11335
11417
|
* @summary Teleport player
|
|
@@ -11339,7 +11421,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11339
11421
|
* @param {*} [options] Override http request option.
|
|
11340
11422
|
* @throws {RequiredError}
|
|
11341
11423
|
*/
|
|
11342
|
-
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?:
|
|
11424
|
+
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11343
11425
|
/**
|
|
11344
11426
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.
|
|
11345
11427
|
* @summary Test reachability
|
|
@@ -11347,7 +11429,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11347
11429
|
* @param {*} [options] Override http request option.
|
|
11348
11430
|
* @throws {RequiredError}
|
|
11349
11431
|
*/
|
|
11350
|
-
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?:
|
|
11432
|
+
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
11351
11433
|
/**
|
|
11352
11434
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.
|
|
11353
11435
|
* @summary Test reachability for id
|
|
@@ -11355,7 +11437,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11355
11437
|
* @param {*} [options] Override http request option.
|
|
11356
11438
|
* @throws {RequiredError}
|
|
11357
11439
|
*/
|
|
11358
|
-
gameServerControllerTestReachabilityForId(id: string, options?:
|
|
11440
|
+
gameServerControllerTestReachabilityForId(id: string, options?: RawAxiosRequestConfig): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
11359
11441
|
/**
|
|
11360
11442
|
* Unban a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11361
11443
|
* @summary Unban player
|
|
@@ -11364,7 +11446,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11364
11446
|
* @param {*} [options] Override http request option.
|
|
11365
11447
|
* @throws {RequiredError}
|
|
11366
11448
|
*/
|
|
11367
|
-
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?:
|
|
11449
|
+
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11368
11450
|
/**
|
|
11369
11451
|
* Uninstall a module from a gameserver. This will not delete the module from the database. Required permissions: `MANAGE_GAMESERVERS`
|
|
11370
11452
|
* @summary Uninstall module
|
|
@@ -11373,7 +11455,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11373
11455
|
* @param {*} [options] Override http request option.
|
|
11374
11456
|
* @throws {RequiredError}
|
|
11375
11457
|
*/
|
|
11376
|
-
gameServerControllerUninstallModule(gameServerId: string, moduleId: string, options?:
|
|
11458
|
+
gameServerControllerUninstallModule(gameServerId: string, moduleId: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
11377
11459
|
/**
|
|
11378
11460
|
* Update a gameserver Required permissions: `MANAGE_GAMESERVERS`
|
|
11379
11461
|
* @summary Update
|
|
@@ -11382,7 +11464,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11382
11464
|
* @param {*} [options] Override http request option.
|
|
11383
11465
|
* @throws {RequiredError}
|
|
11384
11466
|
*/
|
|
11385
|
-
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?:
|
|
11467
|
+
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputDTOAPI>;
|
|
11386
11468
|
};
|
|
11387
11469
|
/**
|
|
11388
11470
|
* GameServerApi - object-oriented interface
|
|
@@ -11553,6 +11635,15 @@ export declare class GameServerApi extends BaseAPI {
|
|
|
11553
11635
|
* @memberof GameServerApi
|
|
11554
11636
|
*/
|
|
11555
11637
|
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIOutput, any>>;
|
|
11638
|
+
/**
|
|
11639
|
+
* Shuts down the gameserver. This is a \'soft\' shutdown, meaning the gameserver will be stopped gracefully. If the gameserver is not reachable, this will have no effect. Note that most hosting providers will automatically restart the gameserver after a shutdown, which makes this operation act as a \'restart\' instead. Required permissions: `MANAGE_GAMESERVERS`
|
|
11640
|
+
* @summary Shutdown
|
|
11641
|
+
* @param {string} id
|
|
11642
|
+
* @param {*} [options] Override http request option.
|
|
11643
|
+
* @throws {RequiredError}
|
|
11644
|
+
* @memberof GameServerApi
|
|
11645
|
+
*/
|
|
11646
|
+
gameServerControllerShutdown(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
11556
11647
|
/**
|
|
11557
11648
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11558
11649
|
* @summary Teleport player
|
|
@@ -11755,7 +11846,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11755
11846
|
* @param {*} [options] Override http request option.
|
|
11756
11847
|
* @throws {RequiredError}
|
|
11757
11848
|
*/
|
|
11758
|
-
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?:
|
|
11849
|
+
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<HookOutputDTOAPI>;
|
|
11759
11850
|
/**
|
|
11760
11851
|
* Required permissions: `READ_MODULES`
|
|
11761
11852
|
* @summary Get executions
|
|
@@ -11765,7 +11856,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11765
11856
|
* @param {*} [options] Override http request option.
|
|
11766
11857
|
* @throws {RequiredError}
|
|
11767
11858
|
*/
|
|
11768
|
-
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
11859
|
+
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
11769
11860
|
/**
|
|
11770
11861
|
* Required permissions: `READ_MODULES`
|
|
11771
11862
|
* @summary Get one
|
|
@@ -11773,7 +11864,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11773
11864
|
* @param {*} [options] Override http request option.
|
|
11774
11865
|
* @throws {RequiredError}
|
|
11775
11866
|
*/
|
|
11776
|
-
hookControllerGetOne(id: string, options?:
|
|
11867
|
+
hookControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<HookOutputDTOAPI>;
|
|
11777
11868
|
/**
|
|
11778
11869
|
* Required permissions: `MANAGE_MODULES`
|
|
11779
11870
|
* @summary Remove
|
|
@@ -11781,7 +11872,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11781
11872
|
* @param {*} [options] Override http request option.
|
|
11782
11873
|
* @throws {RequiredError}
|
|
11783
11874
|
*/
|
|
11784
|
-
hookControllerRemove(id: string, options?:
|
|
11875
|
+
hookControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11785
11876
|
/**
|
|
11786
11877
|
* Required permissions: `READ_MODULES`
|
|
11787
11878
|
* @summary Search
|
|
@@ -11789,7 +11880,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11789
11880
|
* @param {*} [options] Override http request option.
|
|
11790
11881
|
* @throws {RequiredError}
|
|
11791
11882
|
*/
|
|
11792
|
-
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?:
|
|
11883
|
+
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<HookOutputArrayDTOAPI>;
|
|
11793
11884
|
/**
|
|
11794
11885
|
* Trigger a hook. This is used for testing purposes, the event will not actually be created but the hook-logic will be executed. You can pass any data you want, but it must validate against the corresponding event metadata. Eg to trigger the `chat-message` event, you must pass an object with a `message` property Required permissions: `MANAGE_MODULES`
|
|
11795
11886
|
* @summary Trigger
|
|
@@ -11797,7 +11888,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11797
11888
|
* @param {*} [options] Override http request option.
|
|
11798
11889
|
* @throws {RequiredError}
|
|
11799
11890
|
*/
|
|
11800
|
-
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?:
|
|
11891
|
+
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11801
11892
|
/**
|
|
11802
11893
|
* Required permissions: `MANAGE_MODULES`
|
|
11803
11894
|
* @summary Update
|
|
@@ -11806,7 +11897,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11806
11897
|
* @param {*} [options] Override http request option.
|
|
11807
11898
|
* @throws {RequiredError}
|
|
11808
11899
|
*/
|
|
11809
|
-
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?:
|
|
11900
|
+
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<HookOutputDTOAPI>;
|
|
11810
11901
|
};
|
|
11811
11902
|
/**
|
|
11812
11903
|
* HookApi - object-oriented interface
|
|
@@ -11938,7 +12029,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11938
12029
|
* @param {*} [options] Override http request option.
|
|
11939
12030
|
* @throws {RequiredError}
|
|
11940
12031
|
*/
|
|
11941
|
-
itemControllerFindOne(id: string, options?:
|
|
12032
|
+
itemControllerFindOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ItemOutputDTOAPI>;
|
|
11942
12033
|
/**
|
|
11943
12034
|
* Required permissions: `READ_ITEMS`
|
|
11944
12035
|
* @summary Search
|
|
@@ -11946,7 +12037,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11946
12037
|
* @param {*} [options] Override http request option.
|
|
11947
12038
|
* @throws {RequiredError}
|
|
11948
12039
|
*/
|
|
11949
|
-
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?:
|
|
12040
|
+
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ItemOutputArrayDTOAPI>;
|
|
11950
12041
|
};
|
|
11951
12042
|
/**
|
|
11952
12043
|
* ItemApi - object-oriented interface
|
|
@@ -12067,35 +12158,35 @@ export declare const MetaApiFactory: (configuration?: Configuration, basePath?:
|
|
|
12067
12158
|
* @param {*} [options] Override http request option.
|
|
12068
12159
|
* @throws {RequiredError}
|
|
12069
12160
|
*/
|
|
12070
|
-
metaGetHealth(options?:
|
|
12161
|
+
metaGetHealth(options?: RawAxiosRequestConfig): AxiosPromise<HealthOutputDTO>;
|
|
12071
12162
|
/**
|
|
12072
12163
|
*
|
|
12073
12164
|
* @summary Get metrics
|
|
12074
12165
|
* @param {*} [options] Override http request option.
|
|
12075
12166
|
* @throws {RequiredError}
|
|
12076
12167
|
*/
|
|
12077
|
-
metaGetMetrics(options?:
|
|
12168
|
+
metaGetMetrics(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
12078
12169
|
/**
|
|
12079
12170
|
*
|
|
12080
12171
|
* @summary Get open api
|
|
12081
12172
|
* @param {*} [options] Override http request option.
|
|
12082
12173
|
* @throws {RequiredError}
|
|
12083
12174
|
*/
|
|
12084
|
-
metaGetOpenApi(options?:
|
|
12175
|
+
metaGetOpenApi(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
12085
12176
|
/**
|
|
12086
12177
|
*
|
|
12087
12178
|
* @summary Get open api html
|
|
12088
12179
|
* @param {*} [options] Override http request option.
|
|
12089
12180
|
* @throws {RequiredError}
|
|
12090
12181
|
*/
|
|
12091
|
-
metaGetOpenApiHtml(options?:
|
|
12182
|
+
metaGetOpenApiHtml(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
12092
12183
|
/**
|
|
12093
12184
|
*
|
|
12094
12185
|
* @summary Get readiness
|
|
12095
12186
|
* @param {*} [options] Override http request option.
|
|
12096
12187
|
* @throws {RequiredError}
|
|
12097
12188
|
*/
|
|
12098
|
-
metaGetReadiness(options?:
|
|
12189
|
+
metaGetReadiness(options?: RawAxiosRequestConfig): AxiosPromise<HealthOutputDTO>;
|
|
12099
12190
|
};
|
|
12100
12191
|
/**
|
|
12101
12192
|
* MetaApi - object-oriented interface
|
|
@@ -12283,7 +12374,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12283
12374
|
* @param {*} [options] Override http request option.
|
|
12284
12375
|
* @throws {RequiredError}
|
|
12285
12376
|
*/
|
|
12286
|
-
moduleControllerCreate(moduleCreateDTO?: ModuleCreateDTO, options?:
|
|
12377
|
+
moduleControllerCreate(moduleCreateDTO?: ModuleCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputDTOAPI>;
|
|
12287
12378
|
/**
|
|
12288
12379
|
* Required permissions: `READ_MODULES`
|
|
12289
12380
|
* @summary Export
|
|
@@ -12291,7 +12382,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12291
12382
|
* @param {*} [options] Override http request option.
|
|
12292
12383
|
* @throws {RequiredError}
|
|
12293
12384
|
*/
|
|
12294
|
-
moduleControllerExport(id: string, options?:
|
|
12385
|
+
moduleControllerExport(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleExportDTOAPI>;
|
|
12295
12386
|
/**
|
|
12296
12387
|
* Required permissions: `READ_MODULES`
|
|
12297
12388
|
* @summary Get one
|
|
@@ -12299,7 +12390,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12299
12390
|
* @param {*} [options] Override http request option.
|
|
12300
12391
|
* @throws {RequiredError}
|
|
12301
12392
|
*/
|
|
12302
|
-
moduleControllerGetOne(id: string, options?:
|
|
12393
|
+
moduleControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputDTOAPI>;
|
|
12303
12394
|
/**
|
|
12304
12395
|
* Required permissions: `MANAGE_MODULES`
|
|
12305
12396
|
* @summary Import
|
|
@@ -12307,7 +12398,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12307
12398
|
* @param {*} [options] Override http request option.
|
|
12308
12399
|
* @throws {RequiredError}
|
|
12309
12400
|
*/
|
|
12310
|
-
moduleControllerImport(builtinModule?: BuiltinModule, options?:
|
|
12401
|
+
moduleControllerImport(builtinModule?: BuiltinModule, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
12311
12402
|
/**
|
|
12312
12403
|
* Required permissions: `MANAGE_MODULES`
|
|
12313
12404
|
* @summary Remove
|
|
@@ -12315,7 +12406,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12315
12406
|
* @param {*} [options] Override http request option.
|
|
12316
12407
|
* @throws {RequiredError}
|
|
12317
12408
|
*/
|
|
12318
|
-
moduleControllerRemove(id: string, options?:
|
|
12409
|
+
moduleControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
12319
12410
|
/**
|
|
12320
12411
|
* Required permissions: `READ_MODULES`
|
|
12321
12412
|
* @summary Search
|
|
@@ -12323,7 +12414,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12323
12414
|
* @param {*} [options] Override http request option.
|
|
12324
12415
|
* @throws {RequiredError}
|
|
12325
12416
|
*/
|
|
12326
|
-
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?:
|
|
12417
|
+
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputArrayDTOAPI>;
|
|
12327
12418
|
/**
|
|
12328
12419
|
* Required permissions: `MANAGE_MODULES`
|
|
12329
12420
|
* @summary Update
|
|
@@ -12332,7 +12423,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12332
12423
|
* @param {*} [options] Override http request option.
|
|
12333
12424
|
* @throws {RequiredError}
|
|
12334
12425
|
*/
|
|
12335
|
-
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?:
|
|
12426
|
+
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputDTOAPI>;
|
|
12336
12427
|
};
|
|
12337
12428
|
/**
|
|
12338
12429
|
* ModuleApi - object-oriented interface
|
|
@@ -12518,14 +12609,14 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
12518
12609
|
* @param {*} [options] Override http request option.
|
|
12519
12610
|
* @throws {RequiredError}
|
|
12520
12611
|
*/
|
|
12521
|
-
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
12612
|
+
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
12522
12613
|
/**
|
|
12523
12614
|
* Get the player that is currently authenticated. This is a low-privilege route, returning limited data.
|
|
12524
12615
|
* @summary Get current player
|
|
12525
12616
|
* @param {*} [options] Override http request option.
|
|
12526
12617
|
* @throws {RequiredError}
|
|
12527
12618
|
*/
|
|
12528
|
-
playerControllerGetMe(options?:
|
|
12619
|
+
playerControllerGetMe(options?: RawAxiosRequestConfig): AxiosPromise<PlayerMeOutputDTO>;
|
|
12529
12620
|
/**
|
|
12530
12621
|
* Required permissions: `READ_PLAYERS`
|
|
12531
12622
|
* @summary Get one
|
|
@@ -12533,7 +12624,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
12533
12624
|
* @param {*} [options] Override http request option.
|
|
12534
12625
|
* @throws {RequiredError}
|
|
12535
12626
|
*/
|
|
12536
|
-
playerControllerGetOne(id: string, options?:
|
|
12627
|
+
playerControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOutputWithRolesDTOAPI>;
|
|
12537
12628
|
/**
|
|
12538
12629
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`
|
|
12539
12630
|
* @summary Remove role
|
|
@@ -12543,7 +12634,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
12543
12634
|
* @param {*} [options] Override http request option.
|
|
12544
12635
|
* @throws {RequiredError}
|
|
12545
12636
|
*/
|
|
12546
|
-
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
12637
|
+
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
12547
12638
|
/**
|
|
12548
12639
|
* Required permissions: `READ_PLAYERS`
|
|
12549
12640
|
* @summary Search
|
|
@@ -12551,7 +12642,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
12551
12642
|
* @param {*} [options] Override http request option.
|
|
12552
12643
|
* @throws {RequiredError}
|
|
12553
12644
|
*/
|
|
12554
|
-
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?:
|
|
12645
|
+
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOutputArrayDTOAPI>;
|
|
12555
12646
|
};
|
|
12556
12647
|
/**
|
|
12557
12648
|
* PlayerApi - object-oriented interface
|
|
@@ -12751,7 +12842,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12751
12842
|
* @param {*} [options] Override http request option.
|
|
12752
12843
|
* @throws {RequiredError}
|
|
12753
12844
|
*/
|
|
12754
|
-
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
12845
|
+
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12755
12846
|
/**
|
|
12756
12847
|
* Required permissions: `MANAGE_PLAYERS`
|
|
12757
12848
|
* @summary Deduct currency
|
|
@@ -12761,7 +12852,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12761
12852
|
* @param {*} [options] Override http request option.
|
|
12762
12853
|
* @throws {RequiredError}
|
|
12763
12854
|
*/
|
|
12764
|
-
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
12855
|
+
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12765
12856
|
/**
|
|
12766
12857
|
* Required permissions: `READ_PLAYERS`
|
|
12767
12858
|
* @summary Get one
|
|
@@ -12770,7 +12861,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12770
12861
|
* @param {*} [options] Override http request option.
|
|
12771
12862
|
* @throws {RequiredError}
|
|
12772
12863
|
*/
|
|
12773
|
-
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?:
|
|
12864
|
+
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12774
12865
|
/**
|
|
12775
12866
|
* Required permissions: `READ_PLAYERS`
|
|
12776
12867
|
* @summary Search
|
|
@@ -12778,7 +12869,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12778
12869
|
* @param {*} [options] Override http request option.
|
|
12779
12870
|
* @throws {RequiredError}
|
|
12780
12871
|
*/
|
|
12781
|
-
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?:
|
|
12872
|
+
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputArrayDTOAPI>;
|
|
12782
12873
|
/**
|
|
12783
12874
|
* Required permissions: `MANAGE_PLAYERS`
|
|
12784
12875
|
* @summary Set currency
|
|
@@ -12788,7 +12879,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12788
12879
|
* @param {*} [options] Override http request option.
|
|
12789
12880
|
* @throws {RequiredError}
|
|
12790
12881
|
*/
|
|
12791
|
-
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
12882
|
+
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12792
12883
|
/**
|
|
12793
12884
|
* Required permissions: `MANAGE_PLAYERS`
|
|
12794
12885
|
* @summary Transact between players
|
|
@@ -12799,7 +12890,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12799
12890
|
* @param {*} [options] Override http request option.
|
|
12800
12891
|
* @throws {RequiredError}
|
|
12801
12892
|
*/
|
|
12802
|
-
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
12893
|
+
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12803
12894
|
};
|
|
12804
12895
|
/**
|
|
12805
12896
|
* PlayerOnGameServerApi - object-oriented interface
|
|
@@ -12886,17 +12977,6 @@ export declare const RoleApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
12886
12977
|
* @throws {RequiredError}
|
|
12887
12978
|
*/
|
|
12888
12979
|
roleControllerCreate: (roleCreateInputDTO?: RoleCreateInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12889
|
-
/**
|
|
12890
|
-
* Required permissions: `READ_ROLES`, `READ_PLAYERS`, `READ_USERS`
|
|
12891
|
-
* @summary Get members
|
|
12892
|
-
* @param {string} id
|
|
12893
|
-
* @param {string} [gameServerId]
|
|
12894
|
-
* @param {number} [page]
|
|
12895
|
-
* @param {number} [limit]
|
|
12896
|
-
* @param {*} [options] Override http request option.
|
|
12897
|
-
* @throws {RequiredError}
|
|
12898
|
-
*/
|
|
12899
|
-
roleControllerGetMembers: (id: string, gameServerId?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
12900
12980
|
/**
|
|
12901
12981
|
* Required permissions: `READ_ROLES`
|
|
12902
12982
|
* @summary Get one
|
|
@@ -12951,17 +13031,6 @@ export declare const RoleApiFp: (configuration?: Configuration) => {
|
|
|
12951
13031
|
* @throws {RequiredError}
|
|
12952
13032
|
*/
|
|
12953
13033
|
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RoleOutputDTOAPI>>;
|
|
12954
|
-
/**
|
|
12955
|
-
* Required permissions: `READ_ROLES`, `READ_PLAYERS`, `READ_USERS`
|
|
12956
|
-
* @summary Get members
|
|
12957
|
-
* @param {string} id
|
|
12958
|
-
* @param {string} [gameServerId]
|
|
12959
|
-
* @param {number} [page]
|
|
12960
|
-
* @param {number} [limit]
|
|
12961
|
-
* @param {*} [options] Override http request option.
|
|
12962
|
-
* @throws {RequiredError}
|
|
12963
|
-
*/
|
|
12964
|
-
roleControllerGetMembers(id: string, gameServerId?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RoleMembersOutputDTOAPI>>;
|
|
12965
13034
|
/**
|
|
12966
13035
|
* Required permissions: `READ_ROLES`
|
|
12967
13036
|
* @summary Get one
|
|
@@ -13015,18 +13084,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13015
13084
|
* @param {*} [options] Override http request option.
|
|
13016
13085
|
* @throws {RequiredError}
|
|
13017
13086
|
*/
|
|
13018
|
-
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?:
|
|
13019
|
-
/**
|
|
13020
|
-
* Required permissions: `READ_ROLES`, `READ_PLAYERS`, `READ_USERS`
|
|
13021
|
-
* @summary Get members
|
|
13022
|
-
* @param {string} id
|
|
13023
|
-
* @param {string} [gameServerId]
|
|
13024
|
-
* @param {number} [page]
|
|
13025
|
-
* @param {number} [limit]
|
|
13026
|
-
* @param {*} [options] Override http request option.
|
|
13027
|
-
* @throws {RequiredError}
|
|
13028
|
-
*/
|
|
13029
|
-
roleControllerGetMembers(id: string, gameServerId?: string, page?: number, limit?: number, options?: any): AxiosPromise<RoleMembersOutputDTOAPI>;
|
|
13087
|
+
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<RoleOutputDTOAPI>;
|
|
13030
13088
|
/**
|
|
13031
13089
|
* Required permissions: `READ_ROLES`
|
|
13032
13090
|
* @summary Get one
|
|
@@ -13034,14 +13092,14 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13034
13092
|
* @param {*} [options] Override http request option.
|
|
13035
13093
|
* @throws {RequiredError}
|
|
13036
13094
|
*/
|
|
13037
|
-
roleControllerGetOne(id: string, options?:
|
|
13095
|
+
roleControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<RoleOutputDTOAPI>;
|
|
13038
13096
|
/**
|
|
13039
13097
|
*
|
|
13040
13098
|
* @summary Get permissions
|
|
13041
13099
|
* @param {*} [options] Override http request option.
|
|
13042
13100
|
* @throws {RequiredError}
|
|
13043
13101
|
*/
|
|
13044
|
-
roleControllerGetPermissions(options?:
|
|
13102
|
+
roleControllerGetPermissions(options?: RawAxiosRequestConfig): AxiosPromise<PermissionOutputDTOAPI>;
|
|
13045
13103
|
/**
|
|
13046
13104
|
* Required permissions: `MANAGE_ROLES`
|
|
13047
13105
|
* @summary Remove
|
|
@@ -13049,7 +13107,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13049
13107
|
* @param {*} [options] Override http request option.
|
|
13050
13108
|
* @throws {RequiredError}
|
|
13051
13109
|
*/
|
|
13052
|
-
roleControllerRemove(id: string, options?:
|
|
13110
|
+
roleControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
13053
13111
|
/**
|
|
13054
13112
|
* Required permissions: `READ_ROLES`
|
|
13055
13113
|
* @summary Search
|
|
@@ -13057,7 +13115,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13057
13115
|
* @param {*} [options] Override http request option.
|
|
13058
13116
|
* @throws {RequiredError}
|
|
13059
13117
|
*/
|
|
13060
|
-
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?:
|
|
13118
|
+
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<RoleOutputArrayDTOAPI>;
|
|
13061
13119
|
/**
|
|
13062
13120
|
* Required permissions: `MANAGE_ROLES`
|
|
13063
13121
|
* @summary Update
|
|
@@ -13066,7 +13124,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13066
13124
|
* @param {*} [options] Override http request option.
|
|
13067
13125
|
* @throws {RequiredError}
|
|
13068
13126
|
*/
|
|
13069
|
-
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?:
|
|
13127
|
+
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<RoleOutputDTOAPI>;
|
|
13070
13128
|
};
|
|
13071
13129
|
/**
|
|
13072
13130
|
* RoleApi - object-oriented interface
|
|
@@ -13084,18 +13142,6 @@ export declare class RoleApi extends BaseAPI {
|
|
|
13084
13142
|
* @memberof RoleApi
|
|
13085
13143
|
*/
|
|
13086
13144
|
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RoleOutputDTOAPI, any>>;
|
|
13087
|
-
/**
|
|
13088
|
-
* Required permissions: `READ_ROLES`, `READ_PLAYERS`, `READ_USERS`
|
|
13089
|
-
* @summary Get members
|
|
13090
|
-
* @param {string} id
|
|
13091
|
-
* @param {string} [gameServerId]
|
|
13092
|
-
* @param {number} [page]
|
|
13093
|
-
* @param {number} [limit]
|
|
13094
|
-
* @param {*} [options] Override http request option.
|
|
13095
|
-
* @throws {RequiredError}
|
|
13096
|
-
* @memberof RoleApi
|
|
13097
|
-
*/
|
|
13098
|
-
roleControllerGetMembers(id: string, gameServerId?: string, page?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RoleMembersOutputDTOAPI, any>>;
|
|
13099
13145
|
/**
|
|
13100
13146
|
* Required permissions: `READ_ROLES`
|
|
13101
13147
|
* @summary Get one
|
|
@@ -13239,7 +13285,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
13239
13285
|
* @param {*} [options] Override http request option.
|
|
13240
13286
|
* @throws {RequiredError}
|
|
13241
13287
|
*/
|
|
13242
|
-
settingsControllerDelete(key: string, gameServerId?: string, options?:
|
|
13288
|
+
settingsControllerDelete(key: string, gameServerId?: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
13243
13289
|
/**
|
|
13244
13290
|
*
|
|
13245
13291
|
* @summary Get
|
|
@@ -13248,7 +13294,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
13248
13294
|
* @param {*} [options] Override http request option.
|
|
13249
13295
|
* @throws {RequiredError}
|
|
13250
13296
|
*/
|
|
13251
|
-
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?:
|
|
13297
|
+
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?: RawAxiosRequestConfig): AxiosPromise<SettingsOutputArrayDTOAPI>;
|
|
13252
13298
|
/**
|
|
13253
13299
|
*
|
|
13254
13300
|
* @summary Get one
|
|
@@ -13257,7 +13303,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
13257
13303
|
* @param {*} [options] Override http request option.
|
|
13258
13304
|
* @throws {RequiredError}
|
|
13259
13305
|
*/
|
|
13260
|
-
settingsControllerGetOne(key: string, gameServerId?: string, options?:
|
|
13306
|
+
settingsControllerGetOne(key: string, gameServerId?: string, options?: RawAxiosRequestConfig): AxiosPromise<SettingsOutputDTOAPI>;
|
|
13261
13307
|
/**
|
|
13262
13308
|
* Required permissions: `MANAGE_SETTINGS`
|
|
13263
13309
|
* @summary Set
|
|
@@ -13266,7 +13312,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
13266
13312
|
* @param {*} [options] Override http request option.
|
|
13267
13313
|
* @throws {RequiredError}
|
|
13268
13314
|
*/
|
|
13269
|
-
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?:
|
|
13315
|
+
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?: RawAxiosRequestConfig): AxiosPromise<SettingsOutputDTOAPI>;
|
|
13270
13316
|
};
|
|
13271
13317
|
/**
|
|
13272
13318
|
* SettingsApi - object-oriented interface
|
|
@@ -13324,6 +13370,7 @@ export declare const SettingsControllerGetKeysEnum: {
|
|
|
13324
13370
|
readonly ServerChatName: "serverChatName";
|
|
13325
13371
|
readonly EconomyEnabled: "economyEnabled";
|
|
13326
13372
|
readonly CurrencyName: "currencyName";
|
|
13373
|
+
readonly DeveloperMode: "developerMode";
|
|
13327
13374
|
};
|
|
13328
13375
|
export type SettingsControllerGetKeysEnum = (typeof SettingsControllerGetKeysEnum)[keyof typeof SettingsControllerGetKeysEnum];
|
|
13329
13376
|
/**
|
|
@@ -13432,7 +13479,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13432
13479
|
* @param {*} [options] Override http request option.
|
|
13433
13480
|
* @throws {RequiredError}
|
|
13434
13481
|
*/
|
|
13435
|
-
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?:
|
|
13482
|
+
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
13436
13483
|
/**
|
|
13437
13484
|
* Required permissions: `MANAGE_SHOP_LISTINGS`
|
|
13438
13485
|
* @summary Delete
|
|
@@ -13440,7 +13487,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13440
13487
|
* @param {*} [options] Override http request option.
|
|
13441
13488
|
* @throws {RequiredError}
|
|
13442
13489
|
*/
|
|
13443
|
-
shopListingControllerDelete(id: string, options?:
|
|
13490
|
+
shopListingControllerDelete(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
13444
13491
|
/**
|
|
13445
13492
|
*
|
|
13446
13493
|
* @summary Get one
|
|
@@ -13448,7 +13495,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13448
13495
|
* @param {*} [options] Override http request option.
|
|
13449
13496
|
* @throws {RequiredError}
|
|
13450
13497
|
*/
|
|
13451
|
-
shopListingControllerGetOne(id: string, options?:
|
|
13498
|
+
shopListingControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
13452
13499
|
/**
|
|
13453
13500
|
*
|
|
13454
13501
|
* @summary Search
|
|
@@ -13456,7 +13503,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13456
13503
|
* @param {*} [options] Override http request option.
|
|
13457
13504
|
* @throws {RequiredError}
|
|
13458
13505
|
*/
|
|
13459
|
-
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?:
|
|
13506
|
+
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputArrayDTOAPI>;
|
|
13460
13507
|
/**
|
|
13461
13508
|
* Required permissions: `MANAGE_SHOP_LISTINGS`
|
|
13462
13509
|
* @summary Update
|
|
@@ -13465,7 +13512,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13465
13512
|
* @param {*} [options] Override http request option.
|
|
13466
13513
|
* @throws {RequiredError}
|
|
13467
13514
|
*/
|
|
13468
|
-
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?:
|
|
13515
|
+
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
13469
13516
|
};
|
|
13470
13517
|
/**
|
|
13471
13518
|
* ShopListingApi - object-oriented interface
|
|
@@ -13625,7 +13672,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13625
13672
|
* @param {*} [options] Override http request option.
|
|
13626
13673
|
* @throws {RequiredError}
|
|
13627
13674
|
*/
|
|
13628
|
-
shopOrderControllerCancel(id: string, options?:
|
|
13675
|
+
shopOrderControllerCancel(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
13629
13676
|
/**
|
|
13630
13677
|
* Claiming an order will mark it as completed and give the user the item in-game
|
|
13631
13678
|
* @summary Claim an order
|
|
@@ -13633,7 +13680,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13633
13680
|
* @param {*} [options] Override http request option.
|
|
13634
13681
|
* @throws {RequiredError}
|
|
13635
13682
|
*/
|
|
13636
|
-
shopOrderControllerClaim(id: string, options?:
|
|
13683
|
+
shopOrderControllerClaim(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
13637
13684
|
/**
|
|
13638
13685
|
*
|
|
13639
13686
|
* @summary Create
|
|
@@ -13641,7 +13688,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13641
13688
|
* @param {*} [options] Override http request option.
|
|
13642
13689
|
* @throws {RequiredError}
|
|
13643
13690
|
*/
|
|
13644
|
-
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?:
|
|
13691
|
+
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
13645
13692
|
/**
|
|
13646
13693
|
* Get an order by its ID. This endpoint only returns orders that belong to the caller. When the caller has permission to view all orders, they can get any order.
|
|
13647
13694
|
* @summary Get order by ID
|
|
@@ -13649,7 +13696,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13649
13696
|
* @param {*} [options] Override http request option.
|
|
13650
13697
|
* @throws {RequiredError}
|
|
13651
13698
|
*/
|
|
13652
|
-
shopOrderControllerGetOne(id: string, options?:
|
|
13699
|
+
shopOrderControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
13653
13700
|
/**
|
|
13654
13701
|
* Search for orders. By default, this endpoint only returns your own orders. When the caller has permission to view all orders, they can search for all orders.
|
|
13655
13702
|
* @summary Search orders
|
|
@@ -13657,7 +13704,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13657
13704
|
* @param {*} [options] Override http request option.
|
|
13658
13705
|
* @throws {RequiredError}
|
|
13659
13706
|
*/
|
|
13660
|
-
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?:
|
|
13707
|
+
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputArrayDTOAPI>;
|
|
13661
13708
|
};
|
|
13662
13709
|
/**
|
|
13663
13710
|
* ShopOrderApi - object-oriented interface
|
|
@@ -13880,7 +13927,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13880
13927
|
* @param {*} [options] Override http request option.
|
|
13881
13928
|
* @throws {RequiredError}
|
|
13882
13929
|
*/
|
|
13883
|
-
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13930
|
+
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13884
13931
|
/**
|
|
13885
13932
|
* Required permissions: `READ_PLAYERS`
|
|
13886
13933
|
* @summary Get currency stats
|
|
@@ -13891,7 +13938,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13891
13938
|
* @param {*} [options] Override http request option.
|
|
13892
13939
|
* @throws {RequiredError}
|
|
13893
13940
|
*/
|
|
13894
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13941
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13895
13942
|
/**
|
|
13896
13943
|
* 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`
|
|
13897
13944
|
* @summary Get event count over time
|
|
@@ -13907,7 +13954,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13907
13954
|
* @param {*} [options] Override http request option.
|
|
13908
13955
|
* @throws {RequiredError}
|
|
13909
13956
|
*/
|
|
13910
|
-
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13957
|
+
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13911
13958
|
/**
|
|
13912
13959
|
* The roundtrip time for reachability tests between Takaro and the game server
|
|
13913
13960
|
* @summary Get latency stats
|
|
@@ -13917,7 +13964,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13917
13964
|
* @param {*} [options] Override http request option.
|
|
13918
13965
|
* @throws {RequiredError}
|
|
13919
13966
|
*/
|
|
13920
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13967
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13921
13968
|
/**
|
|
13922
13969
|
* Required permissions: `READ_PLAYERS`
|
|
13923
13970
|
* @summary Get ping stats
|
|
@@ -13928,7 +13975,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13928
13975
|
* @param {*} [options] Override http request option.
|
|
13929
13976
|
* @throws {RequiredError}
|
|
13930
13977
|
*/
|
|
13931
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13978
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13932
13979
|
/**
|
|
13933
13980
|
* Required permissions: `READ_PLAYERS`
|
|
13934
13981
|
* @summary Get player online stats
|
|
@@ -13938,7 +13985,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13938
13985
|
* @param {*} [options] Override http request option.
|
|
13939
13986
|
* @throws {RequiredError}
|
|
13940
13987
|
*/
|
|
13941
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13988
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13942
13989
|
};
|
|
13943
13990
|
/**
|
|
13944
13991
|
* StatsApi - object-oriented interface
|
|
@@ -14351,7 +14398,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14351
14398
|
* @param {*} [options] Override http request option.
|
|
14352
14399
|
* @throws {RequiredError}
|
|
14353
14400
|
*/
|
|
14354
|
-
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?:
|
|
14401
|
+
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14355
14402
|
/**
|
|
14356
14403
|
* Required permissions: `MANAGE_USERS`
|
|
14357
14404
|
* @summary Create
|
|
@@ -14359,14 +14406,14 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14359
14406
|
* @param {*} [options] Override http request option.
|
|
14360
14407
|
* @throws {RequiredError}
|
|
14361
14408
|
*/
|
|
14362
|
-
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?:
|
|
14409
|
+
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
14363
14410
|
/**
|
|
14364
14411
|
* Unset the selected domain for the user, this will clear the domain cookie. On the next request, the backend will set this again.
|
|
14365
14412
|
* @summary Unset the selected domain for the user
|
|
14366
14413
|
* @param {*} [options] Override http request option.
|
|
14367
14414
|
* @throws {RequiredError}
|
|
14368
14415
|
*/
|
|
14369
|
-
userControllerDeleteSelectedDomainCookie(options?:
|
|
14416
|
+
userControllerDeleteSelectedDomainCookie(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14370
14417
|
/**
|
|
14371
14418
|
* Required permissions: `READ_USERS`
|
|
14372
14419
|
* @summary Get one
|
|
@@ -14374,7 +14421,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14374
14421
|
* @param {*} [options] Override http request option.
|
|
14375
14422
|
* @throws {RequiredError}
|
|
14376
14423
|
*/
|
|
14377
|
-
userControllerGetOne(id: string, options?:
|
|
14424
|
+
userControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
14378
14425
|
/**
|
|
14379
14426
|
* Required permissions: `MANAGE_USERS`
|
|
14380
14427
|
* @summary Invite
|
|
@@ -14382,7 +14429,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14382
14429
|
* @param {*} [options] Override http request option.
|
|
14383
14430
|
* @throws {RequiredError}
|
|
14384
14431
|
*/
|
|
14385
|
-
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?:
|
|
14432
|
+
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
14386
14433
|
/**
|
|
14387
14434
|
* Link your player profile to Takaro, allowing web access for things like shop and stats. To get the code, use the /link command in the game.
|
|
14388
14435
|
* @summary Link player profile
|
|
@@ -14390,7 +14437,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14390
14437
|
* @param {*} [options] Override http request option.
|
|
14391
14438
|
* @throws {RequiredError}
|
|
14392
14439
|
*/
|
|
14393
|
-
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?:
|
|
14440
|
+
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14394
14441
|
/**
|
|
14395
14442
|
*
|
|
14396
14443
|
* @summary Login
|
|
@@ -14398,21 +14445,21 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14398
14445
|
* @param {*} [options] Override http request option.
|
|
14399
14446
|
* @throws {RequiredError}
|
|
14400
14447
|
*/
|
|
14401
|
-
userControllerLogin(loginDTO?: LoginDTO, options?:
|
|
14448
|
+
userControllerLogin(loginDTO?: LoginDTO, options?: RawAxiosRequestConfig): AxiosPromise<LoginOutputDTOAPI>;
|
|
14402
14449
|
/**
|
|
14403
14450
|
*
|
|
14404
14451
|
* @summary Logout
|
|
14405
14452
|
* @param {*} [options] Override http request option.
|
|
14406
14453
|
* @throws {RequiredError}
|
|
14407
14454
|
*/
|
|
14408
|
-
userControllerLogout(options?:
|
|
14455
|
+
userControllerLogout(options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14409
14456
|
/**
|
|
14410
14457
|
* Get the current user and the domains that the user has access to. Note that you can only make requests in the scope of a single domain. In order to switch the domain, you need to use the domain selection endpoints
|
|
14411
14458
|
* @summary Get the current logged in user
|
|
14412
14459
|
* @param {*} [options] Override http request option.
|
|
14413
14460
|
* @throws {RequiredError}
|
|
14414
14461
|
*/
|
|
14415
|
-
userControllerMe(options?:
|
|
14462
|
+
userControllerMe(options?: RawAxiosRequestConfig): AxiosPromise<MeOutoutDTOAPI>;
|
|
14416
14463
|
/**
|
|
14417
14464
|
* Required permissions: `MANAGE_USERS`
|
|
14418
14465
|
* @summary Remove
|
|
@@ -14420,7 +14467,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14420
14467
|
* @param {*} [options] Override http request option.
|
|
14421
14468
|
* @throws {RequiredError}
|
|
14422
14469
|
*/
|
|
14423
|
-
userControllerRemove(id: string, options?:
|
|
14470
|
+
userControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14424
14471
|
/**
|
|
14425
14472
|
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`
|
|
14426
14473
|
* @summary Remove role
|
|
@@ -14429,7 +14476,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14429
14476
|
* @param {*} [options] Override http request option.
|
|
14430
14477
|
* @throws {RequiredError}
|
|
14431
14478
|
*/
|
|
14432
|
-
userControllerRemoveRole(id: string, roleId: string, options?:
|
|
14479
|
+
userControllerRemoveRole(id: string, roleId: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14433
14480
|
/**
|
|
14434
14481
|
* Required permissions: `READ_USERS`
|
|
14435
14482
|
* @summary Search
|
|
@@ -14437,7 +14484,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14437
14484
|
* @param {*} [options] Override http request option.
|
|
14438
14485
|
* @throws {RequiredError}
|
|
14439
14486
|
*/
|
|
14440
|
-
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?:
|
|
14487
|
+
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputArrayDTOAPI>;
|
|
14441
14488
|
/**
|
|
14442
14489
|
* One user can have multiple domains, this endpoint is a helper to set the selected domain for the user
|
|
14443
14490
|
* @summary Set the selected domain for the user
|
|
@@ -14445,7 +14492,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14445
14492
|
* @param {*} [options] Override http request option.
|
|
14446
14493
|
* @throws {RequiredError}
|
|
14447
14494
|
*/
|
|
14448
|
-
userControllerSetSelectedDomain(domainId: string, options?:
|
|
14495
|
+
userControllerSetSelectedDomain(domainId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14449
14496
|
/**
|
|
14450
14497
|
* Required permissions: `MANAGE_USERS`
|
|
14451
14498
|
* @summary Update
|
|
@@ -14454,7 +14501,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14454
14501
|
* @param {*} [options] Override http request option.
|
|
14455
14502
|
* @throws {RequiredError}
|
|
14456
14503
|
*/
|
|
14457
|
-
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?:
|
|
14504
|
+
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
14458
14505
|
};
|
|
14459
14506
|
/**
|
|
14460
14507
|
* UserApi - object-oriented interface
|
|
@@ -14697,7 +14744,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14697
14744
|
* @param {*} [options] Override http request option.
|
|
14698
14745
|
* @throws {RequiredError}
|
|
14699
14746
|
*/
|
|
14700
|
-
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?:
|
|
14747
|
+
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<VariableOutputDTOAPI>;
|
|
14701
14748
|
/**
|
|
14702
14749
|
* Required permissions: `MANAGE_VARIABLES`
|
|
14703
14750
|
* @summary Delete
|
|
@@ -14705,7 +14752,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14705
14752
|
* @param {*} [options] Override http request option.
|
|
14706
14753
|
* @throws {RequiredError}
|
|
14707
14754
|
*/
|
|
14708
|
-
variableControllerDelete(id: string, options?:
|
|
14755
|
+
variableControllerDelete(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14709
14756
|
/**
|
|
14710
14757
|
* Required permissions: `READ_VARIABLES`
|
|
14711
14758
|
* @summary Find one
|
|
@@ -14713,7 +14760,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14713
14760
|
* @param {*} [options] Override http request option.
|
|
14714
14761
|
* @throws {RequiredError}
|
|
14715
14762
|
*/
|
|
14716
|
-
variableControllerFindOne(id: string, options?:
|
|
14763
|
+
variableControllerFindOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<VariableOutputDTOAPI>;
|
|
14717
14764
|
/**
|
|
14718
14765
|
* Required permissions: `READ_VARIABLES`
|
|
14719
14766
|
* @summary Search
|
|
@@ -14721,7 +14768,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14721
14768
|
* @param {*} [options] Override http request option.
|
|
14722
14769
|
* @throws {RequiredError}
|
|
14723
14770
|
*/
|
|
14724
|
-
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?:
|
|
14771
|
+
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<VariableOutputArrayDTOAPI>;
|
|
14725
14772
|
/**
|
|
14726
14773
|
* Required permissions: `MANAGE_VARIABLES`
|
|
14727
14774
|
* @summary Update
|
|
@@ -14730,7 +14777,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14730
14777
|
* @param {*} [options] Override http request option.
|
|
14731
14778
|
* @throws {RequiredError}
|
|
14732
14779
|
*/
|
|
14733
|
-
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?:
|
|
14780
|
+
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<VariableOutputDTOAPI>;
|
|
14734
14781
|
};
|
|
14735
14782
|
/**
|
|
14736
14783
|
* VariableApi - object-oriented interface
|