@takaro/apiclient 0.0.9 → 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 +470 -222
- package/dist/generated/api.js +497 -428
- 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 +2 -2
- package/src/generated/.openapi-generator/VERSION +1 -1
- package/src/generated/api.ts +1164 -658
- 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
|
*
|
|
@@ -2444,6 +2475,12 @@ export interface GameServerOutputDTO {
|
|
|
2444
2475
|
* @memberof GameServerOutputDTO
|
|
2445
2476
|
*/
|
|
2446
2477
|
reachable: boolean;
|
|
2478
|
+
/**
|
|
2479
|
+
*
|
|
2480
|
+
* @type {boolean}
|
|
2481
|
+
* @memberof GameServerOutputDTO
|
|
2482
|
+
*/
|
|
2483
|
+
enabled: boolean;
|
|
2447
2484
|
/**
|
|
2448
2485
|
*
|
|
2449
2486
|
* @type {string}
|
|
@@ -2499,19 +2536,31 @@ export interface GameServerSearchInputAllowedFilters {
|
|
|
2499
2536
|
* @type {Array<string>}
|
|
2500
2537
|
* @memberof GameServerSearchInputAllowedFilters
|
|
2501
2538
|
*/
|
|
2502
|
-
|
|
2539
|
+
name?: Array<string>;
|
|
2503
2540
|
/**
|
|
2504
2541
|
*
|
|
2505
2542
|
* @type {Array<string>}
|
|
2506
2543
|
* @memberof GameServerSearchInputAllowedFilters
|
|
2507
2544
|
*/
|
|
2508
|
-
|
|
2545
|
+
type?: Array<GameServerSearchInputAllowedFiltersTypeEnum>;
|
|
2546
|
+
/**
|
|
2547
|
+
*
|
|
2548
|
+
* @type {Array<boolean>}
|
|
2549
|
+
* @memberof GameServerSearchInputAllowedFilters
|
|
2550
|
+
*/
|
|
2551
|
+
reachable?: Array<boolean>;
|
|
2552
|
+
/**
|
|
2553
|
+
*
|
|
2554
|
+
* @type {Array<boolean>}
|
|
2555
|
+
* @memberof GameServerSearchInputAllowedFilters
|
|
2556
|
+
*/
|
|
2557
|
+
enabled?: Array<boolean>;
|
|
2509
2558
|
/**
|
|
2510
2559
|
*
|
|
2511
2560
|
* @type {Array<string>}
|
|
2512
2561
|
* @memberof GameServerSearchInputAllowedFilters
|
|
2513
2562
|
*/
|
|
2514
|
-
|
|
2563
|
+
id?: Array<string>;
|
|
2515
2564
|
}
|
|
2516
2565
|
export declare const GameServerSearchInputAllowedFiltersTypeEnum: {
|
|
2517
2566
|
readonly Mock: "MOCK";
|
|
@@ -2703,6 +2752,12 @@ export interface GameServerUpdateDTO {
|
|
|
2703
2752
|
* @memberof GameServerUpdateDTO
|
|
2704
2753
|
*/
|
|
2705
2754
|
reachable?: boolean;
|
|
2755
|
+
/**
|
|
2756
|
+
*
|
|
2757
|
+
* @type {boolean}
|
|
2758
|
+
* @memberof GameServerUpdateDTO
|
|
2759
|
+
*/
|
|
2760
|
+
enabled?: boolean;
|
|
2706
2761
|
}
|
|
2707
2762
|
export declare const GameServerUpdateDTOTypeEnum: {
|
|
2708
2763
|
readonly Mock: "MOCK";
|
|
@@ -2734,6 +2789,7 @@ export declare const GetSettingsInputKeysEnum: {
|
|
|
2734
2789
|
readonly ServerChatName: "serverChatName";
|
|
2735
2790
|
readonly EconomyEnabled: "economyEnabled";
|
|
2736
2791
|
readonly CurrencyName: "currencyName";
|
|
2792
|
+
readonly DeveloperMode: "developerMode";
|
|
2737
2793
|
};
|
|
2738
2794
|
export type GetSettingsInputKeysEnum = (typeof GetSettingsInputKeysEnum)[keyof typeof GetSettingsInputKeysEnum];
|
|
2739
2795
|
/**
|
|
@@ -2924,6 +2980,12 @@ export interface GuildSearchInputAllowedFilters {
|
|
|
2924
2980
|
* @memberof GuildSearchInputAllowedFilters
|
|
2925
2981
|
*/
|
|
2926
2982
|
takaroEnabled?: Array<boolean>;
|
|
2983
|
+
/**
|
|
2984
|
+
*
|
|
2985
|
+
* @type {Array<string>}
|
|
2986
|
+
* @memberof GuildSearchInputAllowedFilters
|
|
2987
|
+
*/
|
|
2988
|
+
id?: Array<string>;
|
|
2927
2989
|
}
|
|
2928
2990
|
/**
|
|
2929
2991
|
*
|
|
@@ -3277,25 +3339,25 @@ export interface HookSearchInputAllowedFilters {
|
|
|
3277
3339
|
* @type {Array<string>}
|
|
3278
3340
|
* @memberof HookSearchInputAllowedFilters
|
|
3279
3341
|
*/
|
|
3280
|
-
|
|
3342
|
+
moduleId?: Array<string>;
|
|
3281
3343
|
/**
|
|
3282
3344
|
*
|
|
3283
3345
|
* @type {Array<string>}
|
|
3284
3346
|
* @memberof HookSearchInputAllowedFilters
|
|
3285
3347
|
*/
|
|
3286
|
-
|
|
3348
|
+
name?: Array<string>;
|
|
3287
3349
|
/**
|
|
3288
3350
|
*
|
|
3289
3351
|
* @type {Array<string>}
|
|
3290
3352
|
* @memberof HookSearchInputAllowedFilters
|
|
3291
3353
|
*/
|
|
3292
|
-
|
|
3354
|
+
eventType?: Array<HookSearchInputAllowedFiltersEventTypeEnum>;
|
|
3293
3355
|
/**
|
|
3294
3356
|
*
|
|
3295
3357
|
* @type {Array<string>}
|
|
3296
3358
|
* @memberof HookSearchInputAllowedFilters
|
|
3297
3359
|
*/
|
|
3298
|
-
|
|
3360
|
+
id?: Array<string>;
|
|
3299
3361
|
}
|
|
3300
3362
|
export declare const HookSearchInputAllowedFiltersEventTypeEnum: {
|
|
3301
3363
|
readonly Log: "log";
|
|
@@ -4153,25 +4215,25 @@ export interface ItemSearchInputAllowedFilters {
|
|
|
4153
4215
|
* @type {Array<string>}
|
|
4154
4216
|
* @memberof ItemSearchInputAllowedFilters
|
|
4155
4217
|
*/
|
|
4156
|
-
|
|
4218
|
+
name?: Array<string>;
|
|
4157
4219
|
/**
|
|
4158
4220
|
*
|
|
4159
4221
|
* @type {Array<string>}
|
|
4160
4222
|
* @memberof ItemSearchInputAllowedFilters
|
|
4161
4223
|
*/
|
|
4162
|
-
|
|
4224
|
+
code?: Array<string>;
|
|
4163
4225
|
/**
|
|
4164
4226
|
*
|
|
4165
4227
|
* @type {Array<string>}
|
|
4166
4228
|
* @memberof ItemSearchInputAllowedFilters
|
|
4167
4229
|
*/
|
|
4168
|
-
|
|
4230
|
+
gameserverId?: Array<string>;
|
|
4169
4231
|
/**
|
|
4170
4232
|
*
|
|
4171
4233
|
* @type {Array<string>}
|
|
4172
4234
|
* @memberof ItemSearchInputAllowedFilters
|
|
4173
4235
|
*/
|
|
4174
|
-
|
|
4236
|
+
id?: Array<string>;
|
|
4175
4237
|
}
|
|
4176
4238
|
/**
|
|
4177
4239
|
*
|
|
@@ -4436,46 +4498,58 @@ export interface LoginOutputDTOAPI {
|
|
|
4436
4498
|
/**
|
|
4437
4499
|
*
|
|
4438
4500
|
* @export
|
|
4439
|
-
* @interface
|
|
4501
|
+
* @interface MeOutoutDTOAPI
|
|
4502
|
+
*/
|
|
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
|
|
4440
4521
|
*/
|
|
4441
|
-
export interface
|
|
4522
|
+
export interface MeOutputDTO {
|
|
4442
4523
|
/**
|
|
4443
4524
|
*
|
|
4444
4525
|
* @type {UserOutputWithRolesDTO}
|
|
4445
|
-
* @memberof
|
|
4526
|
+
* @memberof MeOutputDTO
|
|
4446
4527
|
*/
|
|
4447
4528
|
user: UserOutputWithRolesDTO;
|
|
4448
4529
|
/**
|
|
4449
4530
|
*
|
|
4450
4531
|
* @type {Array<DomainOutputDTO>}
|
|
4451
|
-
* @memberof
|
|
4532
|
+
* @memberof MeOutputDTO
|
|
4452
4533
|
*/
|
|
4453
4534
|
domains: Array<DomainOutputDTO>;
|
|
4454
4535
|
/**
|
|
4455
4536
|
*
|
|
4456
4537
|
* @type {string}
|
|
4457
|
-
* @memberof
|
|
4538
|
+
* @memberof MeOutputDTO
|
|
4458
4539
|
*/
|
|
4459
4540
|
domain: string;
|
|
4460
|
-
}
|
|
4461
|
-
/**
|
|
4462
|
-
*
|
|
4463
|
-
* @export
|
|
4464
|
-
* @interface MeOutoutDTOAPI
|
|
4465
|
-
*/
|
|
4466
|
-
export interface MeOutoutDTOAPI {
|
|
4467
4541
|
/**
|
|
4468
4542
|
*
|
|
4469
|
-
* @type {
|
|
4470
|
-
* @memberof
|
|
4543
|
+
* @type {PlayerOutputWithRolesDTO}
|
|
4544
|
+
* @memberof MeOutputDTO
|
|
4471
4545
|
*/
|
|
4472
|
-
|
|
4546
|
+
player?: PlayerOutputWithRolesDTO;
|
|
4473
4547
|
/**
|
|
4474
4548
|
*
|
|
4475
|
-
* @type {
|
|
4476
|
-
* @memberof
|
|
4549
|
+
* @type {Array<PlayerOnGameserverOutputDTO>}
|
|
4550
|
+
* @memberof MeOutputDTO
|
|
4477
4551
|
*/
|
|
4478
|
-
|
|
4552
|
+
pogs: Array<PlayerOnGameserverOutputDTO>;
|
|
4479
4553
|
}
|
|
4480
4554
|
/**
|
|
4481
4555
|
*
|
|
@@ -4908,13 +4982,13 @@ export interface ModuleSearchInputAllowedFilters {
|
|
|
4908
4982
|
* @type {Array<string>}
|
|
4909
4983
|
* @memberof ModuleSearchInputAllowedFilters
|
|
4910
4984
|
*/
|
|
4911
|
-
|
|
4985
|
+
name?: Array<string>;
|
|
4912
4986
|
/**
|
|
4913
4987
|
*
|
|
4914
4988
|
* @type {Array<string>}
|
|
4915
4989
|
* @memberof ModuleSearchInputAllowedFilters
|
|
4916
4990
|
*/
|
|
4917
|
-
|
|
4991
|
+
id?: Array<string>;
|
|
4918
4992
|
}
|
|
4919
4993
|
/**
|
|
4920
4994
|
*
|
|
@@ -5077,6 +5151,50 @@ export declare const PERMISSIONS: {
|
|
|
5077
5151
|
readonly ManageShopOrders: "MANAGE_SHOP_ORDERS";
|
|
5078
5152
|
};
|
|
5079
5153
|
export type PERMISSIONS = (typeof PERMISSIONS)[keyof typeof PERMISSIONS];
|
|
5154
|
+
/**
|
|
5155
|
+
*
|
|
5156
|
+
* @export
|
|
5157
|
+
* @interface PaginationParams
|
|
5158
|
+
*/
|
|
5159
|
+
export interface PaginationParams {
|
|
5160
|
+
/**
|
|
5161
|
+
*
|
|
5162
|
+
* @type {number}
|
|
5163
|
+
* @memberof PaginationParams
|
|
5164
|
+
*/
|
|
5165
|
+
page?: number;
|
|
5166
|
+
/**
|
|
5167
|
+
*
|
|
5168
|
+
* @type {number}
|
|
5169
|
+
* @memberof PaginationParams
|
|
5170
|
+
*/
|
|
5171
|
+
limit?: number;
|
|
5172
|
+
}
|
|
5173
|
+
/**
|
|
5174
|
+
*
|
|
5175
|
+
* @export
|
|
5176
|
+
* @interface PaginationParamsWithGameServer
|
|
5177
|
+
*/
|
|
5178
|
+
export interface PaginationParamsWithGameServer {
|
|
5179
|
+
/**
|
|
5180
|
+
*
|
|
5181
|
+
* @type {string}
|
|
5182
|
+
* @memberof PaginationParamsWithGameServer
|
|
5183
|
+
*/
|
|
5184
|
+
gameServerId?: string;
|
|
5185
|
+
/**
|
|
5186
|
+
*
|
|
5187
|
+
* @type {number}
|
|
5188
|
+
* @memberof PaginationParamsWithGameServer
|
|
5189
|
+
*/
|
|
5190
|
+
page?: number;
|
|
5191
|
+
/**
|
|
5192
|
+
*
|
|
5193
|
+
* @type {number}
|
|
5194
|
+
* @memberof PaginationParamsWithGameServer
|
|
5195
|
+
*/
|
|
5196
|
+
limit?: number;
|
|
5197
|
+
}
|
|
5080
5198
|
/**
|
|
5081
5199
|
*
|
|
5082
5200
|
* @export
|
|
@@ -5146,6 +5264,7 @@ export declare const ParamKeyKeyEnum: {
|
|
|
5146
5264
|
readonly ServerChatName: "serverChatName";
|
|
5147
5265
|
readonly EconomyEnabled: "economyEnabled";
|
|
5148
5266
|
readonly CurrencyName: "currencyName";
|
|
5267
|
+
readonly DeveloperMode: "developerMode";
|
|
5149
5268
|
};
|
|
5150
5269
|
export type ParamKeyKeyEnum = (typeof ParamKeyKeyEnum)[keyof typeof ParamKeyKeyEnum];
|
|
5151
5270
|
/**
|
|
@@ -5440,12 +5559,6 @@ export interface PlayerOnGameServerCreateDTO {
|
|
|
5440
5559
|
* @interface PlayerOnGameServerSearchInputAllowedFilters
|
|
5441
5560
|
*/
|
|
5442
5561
|
export interface PlayerOnGameServerSearchInputAllowedFilters {
|
|
5443
|
-
/**
|
|
5444
|
-
*
|
|
5445
|
-
* @type {Array<string>}
|
|
5446
|
-
* @memberof PlayerOnGameServerSearchInputAllowedFilters
|
|
5447
|
-
*/
|
|
5448
|
-
id?: Array<string>;
|
|
5449
5562
|
/**
|
|
5450
5563
|
*
|
|
5451
5564
|
* @type {Array<string>}
|
|
@@ -5470,6 +5583,12 @@ export interface PlayerOnGameServerSearchInputAllowedFilters {
|
|
|
5470
5583
|
* @memberof PlayerOnGameServerSearchInputAllowedFilters
|
|
5471
5584
|
*/
|
|
5472
5585
|
online?: Array<boolean>;
|
|
5586
|
+
/**
|
|
5587
|
+
*
|
|
5588
|
+
* @type {Array<string>}
|
|
5589
|
+
* @memberof PlayerOnGameServerSearchInputAllowedFilters
|
|
5590
|
+
*/
|
|
5591
|
+
id?: Array<string>;
|
|
5473
5592
|
}
|
|
5474
5593
|
/**
|
|
5475
5594
|
*
|
|
@@ -6223,12 +6342,6 @@ export interface PlayerRoleAssignmentOutputDTO {
|
|
|
6223
6342
|
* @interface PlayerSearchInputAllowedFilters
|
|
6224
6343
|
*/
|
|
6225
6344
|
export interface PlayerSearchInputAllowedFilters {
|
|
6226
|
-
/**
|
|
6227
|
-
*
|
|
6228
|
-
* @type {Array<string>}
|
|
6229
|
-
* @memberof PlayerSearchInputAllowedFilters
|
|
6230
|
-
*/
|
|
6231
|
-
id?: Array<string>;
|
|
6232
6345
|
/**
|
|
6233
6346
|
*
|
|
6234
6347
|
* @type {Array<string>}
|
|
@@ -6265,6 +6378,18 @@ export interface PlayerSearchInputAllowedFilters {
|
|
|
6265
6378
|
* @memberof PlayerSearchInputAllowedFilters
|
|
6266
6379
|
*/
|
|
6267
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>;
|
|
6268
6393
|
}
|
|
6269
6394
|
/**
|
|
6270
6395
|
*
|
|
@@ -6489,6 +6614,82 @@ export interface RoleCreateInputDTO {
|
|
|
6489
6614
|
*/
|
|
6490
6615
|
permissions: Array<PermissionInputDTO>;
|
|
6491
6616
|
}
|
|
6617
|
+
/**
|
|
6618
|
+
*
|
|
6619
|
+
* @export
|
|
6620
|
+
* @interface RoleMembersOutputDTO
|
|
6621
|
+
*/
|
|
6622
|
+
export interface RoleMembersOutputDTO {
|
|
6623
|
+
/**
|
|
6624
|
+
*
|
|
6625
|
+
* @type {RoleMembersPlayersOutputDTO}
|
|
6626
|
+
* @memberof RoleMembersOutputDTO
|
|
6627
|
+
*/
|
|
6628
|
+
players: RoleMembersPlayersOutputDTO;
|
|
6629
|
+
/**
|
|
6630
|
+
*
|
|
6631
|
+
* @type {RoleMembersUsersOutputDTO}
|
|
6632
|
+
* @memberof RoleMembersOutputDTO
|
|
6633
|
+
*/
|
|
6634
|
+
users: RoleMembersUsersOutputDTO;
|
|
6635
|
+
}
|
|
6636
|
+
/**
|
|
6637
|
+
*
|
|
6638
|
+
* @export
|
|
6639
|
+
* @interface RoleMembersOutputDTOAPI
|
|
6640
|
+
*/
|
|
6641
|
+
export interface RoleMembersOutputDTOAPI {
|
|
6642
|
+
/**
|
|
6643
|
+
*
|
|
6644
|
+
* @type {RoleMembersOutputDTO}
|
|
6645
|
+
* @memberof RoleMembersOutputDTOAPI
|
|
6646
|
+
*/
|
|
6647
|
+
data: RoleMembersOutputDTO;
|
|
6648
|
+
/**
|
|
6649
|
+
*
|
|
6650
|
+
* @type {MetadataOutput}
|
|
6651
|
+
* @memberof RoleMembersOutputDTOAPI
|
|
6652
|
+
*/
|
|
6653
|
+
meta: MetadataOutput;
|
|
6654
|
+
}
|
|
6655
|
+
/**
|
|
6656
|
+
*
|
|
6657
|
+
* @export
|
|
6658
|
+
* @interface RoleMembersPlayersOutputDTO
|
|
6659
|
+
*/
|
|
6660
|
+
export interface RoleMembersPlayersOutputDTO {
|
|
6661
|
+
/**
|
|
6662
|
+
*
|
|
6663
|
+
* @type {number}
|
|
6664
|
+
* @memberof RoleMembersPlayersOutputDTO
|
|
6665
|
+
*/
|
|
6666
|
+
total: number;
|
|
6667
|
+
/**
|
|
6668
|
+
*
|
|
6669
|
+
* @type {Array<PlayerOutputWithRolesDTO>}
|
|
6670
|
+
* @memberof RoleMembersPlayersOutputDTO
|
|
6671
|
+
*/
|
|
6672
|
+
results: Array<PlayerOutputWithRolesDTO>;
|
|
6673
|
+
}
|
|
6674
|
+
/**
|
|
6675
|
+
*
|
|
6676
|
+
* @export
|
|
6677
|
+
* @interface RoleMembersUsersOutputDTO
|
|
6678
|
+
*/
|
|
6679
|
+
export interface RoleMembersUsersOutputDTO {
|
|
6680
|
+
/**
|
|
6681
|
+
*
|
|
6682
|
+
* @type {number}
|
|
6683
|
+
* @memberof RoleMembersUsersOutputDTO
|
|
6684
|
+
*/
|
|
6685
|
+
total: number;
|
|
6686
|
+
/**
|
|
6687
|
+
*
|
|
6688
|
+
* @type {Array<UserOutputWithRolesDTO>}
|
|
6689
|
+
* @memberof RoleMembersUsersOutputDTO
|
|
6690
|
+
*/
|
|
6691
|
+
results: Array<UserOutputWithRolesDTO>;
|
|
6692
|
+
}
|
|
6492
6693
|
/**
|
|
6493
6694
|
*
|
|
6494
6695
|
* @export
|
|
@@ -6582,6 +6783,12 @@ export interface RoleSearchInputAllowedFilters {
|
|
|
6582
6783
|
* @memberof RoleSearchInputAllowedFilters
|
|
6583
6784
|
*/
|
|
6584
6785
|
name?: Array<string>;
|
|
6786
|
+
/**
|
|
6787
|
+
*
|
|
6788
|
+
* @type {Array<string>}
|
|
6789
|
+
* @memberof RoleSearchInputAllowedFilters
|
|
6790
|
+
*/
|
|
6791
|
+
id?: Array<string>;
|
|
6585
6792
|
}
|
|
6586
6793
|
/**
|
|
6587
6794
|
*
|
|
@@ -6823,6 +7030,12 @@ export interface Settings {
|
|
|
6823
7030
|
* @memberof Settings
|
|
6824
7031
|
*/
|
|
6825
7032
|
currencyName: string;
|
|
7033
|
+
/**
|
|
7034
|
+
*
|
|
7035
|
+
* @type {string}
|
|
7036
|
+
* @memberof Settings
|
|
7037
|
+
*/
|
|
7038
|
+
developerMode: string;
|
|
6826
7039
|
/**
|
|
6827
7040
|
*
|
|
6828
7041
|
* @type {string}
|
|
@@ -6891,6 +7104,7 @@ export declare const SettingsOutputDTOKeyEnum: {
|
|
|
6891
7104
|
readonly ServerChatName: "serverChatName";
|
|
6892
7105
|
readonly EconomyEnabled: "economyEnabled";
|
|
6893
7106
|
readonly CurrencyName: "currencyName";
|
|
7107
|
+
readonly DeveloperMode: "developerMode";
|
|
6894
7108
|
};
|
|
6895
7109
|
export type SettingsOutputDTOKeyEnum = (typeof SettingsOutputDTOKeyEnum)[keyof typeof SettingsOutputDTOKeyEnum];
|
|
6896
7110
|
export declare const SettingsOutputDTOTypeEnum: {
|
|
@@ -7294,6 +7508,12 @@ export interface ShopOrderCreateDTO {
|
|
|
7294
7508
|
* @memberof ShopOrderCreateDTO
|
|
7295
7509
|
*/
|
|
7296
7510
|
listingId: string;
|
|
7511
|
+
/**
|
|
7512
|
+
*
|
|
7513
|
+
* @type {string}
|
|
7514
|
+
* @memberof ShopOrderCreateDTO
|
|
7515
|
+
*/
|
|
7516
|
+
userId?: string;
|
|
7297
7517
|
/**
|
|
7298
7518
|
*
|
|
7299
7519
|
* @type {number}
|
|
@@ -7312,7 +7532,7 @@ export interface ShopOrderCreateInternalDTO {
|
|
|
7312
7532
|
* @type {string}
|
|
7313
7533
|
* @memberof ShopOrderCreateInternalDTO
|
|
7314
7534
|
*/
|
|
7315
|
-
userId
|
|
7535
|
+
userId?: string;
|
|
7316
7536
|
/**
|
|
7317
7537
|
*
|
|
7318
7538
|
* @type {string}
|
|
@@ -7431,12 +7651,6 @@ export interface ShopOrderOutputDTOAPI {
|
|
|
7431
7651
|
* @interface ShopOrderSearchInputAllowedFilters
|
|
7432
7652
|
*/
|
|
7433
7653
|
export interface ShopOrderSearchInputAllowedFilters {
|
|
7434
|
-
/**
|
|
7435
|
-
*
|
|
7436
|
-
* @type {Array<string>}
|
|
7437
|
-
* @memberof ShopOrderSearchInputAllowedFilters
|
|
7438
|
-
*/
|
|
7439
|
-
id?: Array<string>;
|
|
7440
7654
|
/**
|
|
7441
7655
|
*
|
|
7442
7656
|
* @type {Array<string>}
|
|
@@ -7461,6 +7675,12 @@ export interface ShopOrderSearchInputAllowedFilters {
|
|
|
7461
7675
|
* @memberof ShopOrderSearchInputAllowedFilters
|
|
7462
7676
|
*/
|
|
7463
7677
|
status?: Array<string>;
|
|
7678
|
+
/**
|
|
7679
|
+
*
|
|
7680
|
+
* @type {Array<string>}
|
|
7681
|
+
* @memberof ShopOrderSearchInputAllowedFilters
|
|
7682
|
+
*/
|
|
7683
|
+
id?: Array<string>;
|
|
7464
7684
|
}
|
|
7465
7685
|
/**
|
|
7466
7686
|
*
|
|
@@ -7671,12 +7891,6 @@ export interface TakaroEventCommandDetails {
|
|
|
7671
7891
|
* @interface TakaroEventCommandExecuted
|
|
7672
7892
|
*/
|
|
7673
7893
|
export interface TakaroEventCommandExecuted {
|
|
7674
|
-
/**
|
|
7675
|
-
*
|
|
7676
|
-
* @type {any}
|
|
7677
|
-
* @memberof TakaroEventCommandExecuted
|
|
7678
|
-
*/
|
|
7679
|
-
data: any;
|
|
7680
7894
|
/**
|
|
7681
7895
|
*
|
|
7682
7896
|
* @type {TakaroEventFunctionResult}
|
|
@@ -7721,12 +7935,6 @@ export interface TakaroEventCronjobDetails {
|
|
|
7721
7935
|
* @interface TakaroEventCronjobExecuted
|
|
7722
7936
|
*/
|
|
7723
7937
|
export interface TakaroEventCronjobExecuted {
|
|
7724
|
-
/**
|
|
7725
|
-
*
|
|
7726
|
-
* @type {any}
|
|
7727
|
-
* @memberof TakaroEventCronjobExecuted
|
|
7728
|
-
*/
|
|
7729
|
-
data: any;
|
|
7730
7938
|
/**
|
|
7731
7939
|
*
|
|
7732
7940
|
* @type {TakaroEventFunctionResult}
|
|
@@ -7859,12 +8067,6 @@ export interface TakaroEventHookDetails {
|
|
|
7859
8067
|
* @interface TakaroEventHookExecuted
|
|
7860
8068
|
*/
|
|
7861
8069
|
export interface TakaroEventHookExecuted {
|
|
7862
|
-
/**
|
|
7863
|
-
*
|
|
7864
|
-
* @type {any}
|
|
7865
|
-
* @memberof TakaroEventHookExecuted
|
|
7866
|
-
*/
|
|
7867
|
-
data: any;
|
|
7868
8070
|
/**
|
|
7869
8071
|
*
|
|
7870
8072
|
* @type {TakaroEventFunctionResult}
|
|
@@ -8710,6 +8912,18 @@ export interface UserSearchInputAllowedFilters {
|
|
|
8710
8912
|
* @memberof UserSearchInputAllowedFilters
|
|
8711
8913
|
*/
|
|
8712
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>;
|
|
8713
8927
|
}
|
|
8714
8928
|
/**
|
|
8715
8929
|
*
|
|
@@ -9005,31 +9219,31 @@ export interface VariableSearchInputAllowedFilters {
|
|
|
9005
9219
|
* @type {Array<string>}
|
|
9006
9220
|
* @memberof VariableSearchInputAllowedFilters
|
|
9007
9221
|
*/
|
|
9008
|
-
|
|
9222
|
+
key?: Array<string>;
|
|
9009
9223
|
/**
|
|
9010
9224
|
*
|
|
9011
9225
|
* @type {Array<string>}
|
|
9012
9226
|
* @memberof VariableSearchInputAllowedFilters
|
|
9013
9227
|
*/
|
|
9014
|
-
|
|
9228
|
+
gameServerId?: Array<string>;
|
|
9015
9229
|
/**
|
|
9016
9230
|
*
|
|
9017
9231
|
* @type {Array<string>}
|
|
9018
9232
|
* @memberof VariableSearchInputAllowedFilters
|
|
9019
9233
|
*/
|
|
9020
|
-
|
|
9234
|
+
playerId?: Array<string>;
|
|
9021
9235
|
/**
|
|
9022
9236
|
*
|
|
9023
9237
|
* @type {Array<string>}
|
|
9024
9238
|
* @memberof VariableSearchInputAllowedFilters
|
|
9025
9239
|
*/
|
|
9026
|
-
|
|
9240
|
+
moduleId?: Array<string>;
|
|
9027
9241
|
/**
|
|
9028
9242
|
*
|
|
9029
9243
|
* @type {Array<string>}
|
|
9030
9244
|
* @memberof VariableSearchInputAllowedFilters
|
|
9031
9245
|
*/
|
|
9032
|
-
|
|
9246
|
+
id?: Array<string>;
|
|
9033
9247
|
}
|
|
9034
9248
|
/**
|
|
9035
9249
|
*
|
|
@@ -9334,7 +9548,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9334
9548
|
* @param {*} [options] Override http request option.
|
|
9335
9549
|
* @throws {RequiredError}
|
|
9336
9550
|
*/
|
|
9337
|
-
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?:
|
|
9551
|
+
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandOutputDTOAPI>;
|
|
9338
9552
|
/**
|
|
9339
9553
|
* Required permissions: `MANAGE_MODULES`
|
|
9340
9554
|
* @summary Create argument
|
|
@@ -9342,7 +9556,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9342
9556
|
* @param {*} [options] Override http request option.
|
|
9343
9557
|
* @throws {RequiredError}
|
|
9344
9558
|
*/
|
|
9345
|
-
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?:
|
|
9559
|
+
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandArgumentDTOAPI>;
|
|
9346
9560
|
/**
|
|
9347
9561
|
* Required permissions: `READ_MODULES`
|
|
9348
9562
|
* @summary Get executions
|
|
@@ -9352,7 +9566,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9352
9566
|
* @param {*} [options] Override http request option.
|
|
9353
9567
|
* @throws {RequiredError}
|
|
9354
9568
|
*/
|
|
9355
|
-
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
9569
|
+
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
9356
9570
|
/**
|
|
9357
9571
|
* Required permissions: `READ_MODULES`
|
|
9358
9572
|
* @summary Get one
|
|
@@ -9360,7 +9574,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9360
9574
|
* @param {*} [options] Override http request option.
|
|
9361
9575
|
* @throws {RequiredError}
|
|
9362
9576
|
*/
|
|
9363
|
-
commandControllerGetOne(id: string, options?:
|
|
9577
|
+
commandControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<CommandOutputDTOAPI>;
|
|
9364
9578
|
/**
|
|
9365
9579
|
* Required permissions: `MANAGE_MODULES`
|
|
9366
9580
|
* @summary Remove
|
|
@@ -9368,7 +9582,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9368
9582
|
* @param {*} [options] Override http request option.
|
|
9369
9583
|
* @throws {RequiredError}
|
|
9370
9584
|
*/
|
|
9371
|
-
commandControllerRemove(id: string, options?:
|
|
9585
|
+
commandControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
9372
9586
|
/**
|
|
9373
9587
|
* Required permissions: `MANAGE_MODULES`
|
|
9374
9588
|
* @summary Remove argument
|
|
@@ -9376,7 +9590,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9376
9590
|
* @param {*} [options] Override http request option.
|
|
9377
9591
|
* @throws {RequiredError}
|
|
9378
9592
|
*/
|
|
9379
|
-
commandControllerRemoveArgument(id: string, options?:
|
|
9593
|
+
commandControllerRemoveArgument(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
9380
9594
|
/**
|
|
9381
9595
|
* Required permissions: `READ_MODULES`
|
|
9382
9596
|
* @summary Search
|
|
@@ -9384,7 +9598,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9384
9598
|
* @param {*} [options] Override http request option.
|
|
9385
9599
|
* @throws {RequiredError}
|
|
9386
9600
|
*/
|
|
9387
|
-
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?:
|
|
9601
|
+
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandOutputArrayDTOAPI>;
|
|
9388
9602
|
/**
|
|
9389
9603
|
* Required permissions: `MANAGE_MODULES`
|
|
9390
9604
|
* @summary Trigger
|
|
@@ -9393,7 +9607,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9393
9607
|
* @param {*} [options] Override http request option.
|
|
9394
9608
|
* @throws {RequiredError}
|
|
9395
9609
|
*/
|
|
9396
|
-
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?:
|
|
9610
|
+
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
9397
9611
|
/**
|
|
9398
9612
|
* Required permissions: `MANAGE_MODULES`
|
|
9399
9613
|
* @summary Update
|
|
@@ -9402,7 +9616,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9402
9616
|
* @param {*} [options] Override http request option.
|
|
9403
9617
|
* @throws {RequiredError}
|
|
9404
9618
|
*/
|
|
9405
|
-
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?:
|
|
9619
|
+
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandOutputDTOAPI>;
|
|
9406
9620
|
/**
|
|
9407
9621
|
* Required permissions: `MANAGE_MODULES`
|
|
9408
9622
|
* @summary Update argument
|
|
@@ -9411,7 +9625,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9411
9625
|
* @param {*} [options] Override http request option.
|
|
9412
9626
|
* @throws {RequiredError}
|
|
9413
9627
|
*/
|
|
9414
|
-
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?:
|
|
9628
|
+
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandArgumentDTOAPI>;
|
|
9415
9629
|
};
|
|
9416
9630
|
/**
|
|
9417
9631
|
* CommandApi - object-oriented interface
|
|
@@ -9658,7 +9872,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9658
9872
|
* @param {*} [options] Override http request option.
|
|
9659
9873
|
* @throws {RequiredError}
|
|
9660
9874
|
*/
|
|
9661
|
-
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?:
|
|
9875
|
+
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CronJobOutputDTOAPI>;
|
|
9662
9876
|
/**
|
|
9663
9877
|
* Required permissions: `READ_MODULES`
|
|
9664
9878
|
* @summary Get executions
|
|
@@ -9668,7 +9882,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9668
9882
|
* @param {*} [options] Override http request option.
|
|
9669
9883
|
* @throws {RequiredError}
|
|
9670
9884
|
*/
|
|
9671
|
-
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
9885
|
+
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
9672
9886
|
/**
|
|
9673
9887
|
* Required permissions: `READ_MODULES`
|
|
9674
9888
|
* @summary Get one
|
|
@@ -9676,7 +9890,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9676
9890
|
* @param {*} [options] Override http request option.
|
|
9677
9891
|
* @throws {RequiredError}
|
|
9678
9892
|
*/
|
|
9679
|
-
cronJobControllerGetOne(id: string, options?:
|
|
9893
|
+
cronJobControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<CronJobOutputDTOAPI>;
|
|
9680
9894
|
/**
|
|
9681
9895
|
* Required permissions: `MANAGE_MODULES`
|
|
9682
9896
|
* @summary Remove
|
|
@@ -9684,7 +9898,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9684
9898
|
* @param {*} [options] Override http request option.
|
|
9685
9899
|
* @throws {RequiredError}
|
|
9686
9900
|
*/
|
|
9687
|
-
cronJobControllerRemove(id: string, options?:
|
|
9901
|
+
cronJobControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
9688
9902
|
/**
|
|
9689
9903
|
* Required permissions: `READ_MODULES`
|
|
9690
9904
|
* @summary Search
|
|
@@ -9692,7 +9906,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9692
9906
|
* @param {*} [options] Override http request option.
|
|
9693
9907
|
* @throws {RequiredError}
|
|
9694
9908
|
*/
|
|
9695
|
-
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?:
|
|
9909
|
+
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<CronJobOutputArrayDTOAPI>;
|
|
9696
9910
|
/**
|
|
9697
9911
|
* Required permissions: `MANAGE_MODULES`
|
|
9698
9912
|
* @summary Trigger
|
|
@@ -9700,7 +9914,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9700
9914
|
* @param {*} [options] Override http request option.
|
|
9701
9915
|
* @throws {RequiredError}
|
|
9702
9916
|
*/
|
|
9703
|
-
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?:
|
|
9917
|
+
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
9704
9918
|
/**
|
|
9705
9919
|
* Required permissions: `MANAGE_MODULES`
|
|
9706
9920
|
* @summary Update
|
|
@@ -9709,7 +9923,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9709
9923
|
* @param {*} [options] Override http request option.
|
|
9710
9924
|
* @throws {RequiredError}
|
|
9711
9925
|
*/
|
|
9712
|
-
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?:
|
|
9926
|
+
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CronJobOutputDTOAPI>;
|
|
9713
9927
|
};
|
|
9714
9928
|
/**
|
|
9715
9929
|
* CronJobApi - object-oriented interface
|
|
@@ -9874,7 +10088,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
9874
10088
|
* @param {*} [options] Override http request option.
|
|
9875
10089
|
* @throws {RequiredError}
|
|
9876
10090
|
*/
|
|
9877
|
-
discordControllerGetInvite(options?:
|
|
10091
|
+
discordControllerGetInvite(options?: RawAxiosRequestConfig): AxiosPromise<DiscordInviteOutputDTO>;
|
|
9878
10092
|
/**
|
|
9879
10093
|
*
|
|
9880
10094
|
* @summary Search
|
|
@@ -9882,7 +10096,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
9882
10096
|
* @param {*} [options] Override http request option.
|
|
9883
10097
|
* @throws {RequiredError}
|
|
9884
10098
|
*/
|
|
9885
|
-
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?:
|
|
10099
|
+
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<GuildOutputArrayDTOAPI>;
|
|
9886
10100
|
/**
|
|
9887
10101
|
*
|
|
9888
10102
|
* @summary Send message
|
|
@@ -9891,7 +10105,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
9891
10105
|
* @param {*} [options] Override http request option.
|
|
9892
10106
|
* @throws {RequiredError}
|
|
9893
10107
|
*/
|
|
9894
|
-
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
10108
|
+
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
9895
10109
|
/**
|
|
9896
10110
|
*
|
|
9897
10111
|
* @summary Update guild
|
|
@@ -9900,7 +10114,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
9900
10114
|
* @param {*} [options] Override http request option.
|
|
9901
10115
|
* @throws {RequiredError}
|
|
9902
10116
|
*/
|
|
9903
|
-
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?:
|
|
10117
|
+
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<GuildOutputDTOAPI>;
|
|
9904
10118
|
};
|
|
9905
10119
|
/**
|
|
9906
10120
|
* DiscordApi - object-oriented interface
|
|
@@ -10069,7 +10283,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10069
10283
|
* @param {*} [options] Override http request option.
|
|
10070
10284
|
* @throws {RequiredError}
|
|
10071
10285
|
*/
|
|
10072
|
-
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?:
|
|
10286
|
+
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<DomainCreateOutputDTOAPI>;
|
|
10073
10287
|
/**
|
|
10074
10288
|
*
|
|
10075
10289
|
* @summary Get one
|
|
@@ -10077,7 +10291,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10077
10291
|
* @param {*} [options] Override http request option.
|
|
10078
10292
|
* @throws {RequiredError}
|
|
10079
10293
|
*/
|
|
10080
|
-
domainControllerGetOne(id: string, options?:
|
|
10294
|
+
domainControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<DomainOutputDTOAPI>;
|
|
10081
10295
|
/**
|
|
10082
10296
|
*
|
|
10083
10297
|
* @summary Get token
|
|
@@ -10085,7 +10299,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10085
10299
|
* @param {*} [options] Override http request option.
|
|
10086
10300
|
* @throws {RequiredError}
|
|
10087
10301
|
*/
|
|
10088
|
-
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?:
|
|
10302
|
+
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<TokenOutputDTOAPI>;
|
|
10089
10303
|
/**
|
|
10090
10304
|
*
|
|
10091
10305
|
* @summary Remove
|
|
@@ -10093,7 +10307,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10093
10307
|
* @param {*} [options] Override http request option.
|
|
10094
10308
|
* @throws {RequiredError}
|
|
10095
10309
|
*/
|
|
10096
|
-
domainControllerRemove(id: string, options?:
|
|
10310
|
+
domainControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
10097
10311
|
/**
|
|
10098
10312
|
*
|
|
10099
10313
|
* @summary Search
|
|
@@ -10101,7 +10315,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10101
10315
|
* @param {*} [options] Override http request option.
|
|
10102
10316
|
* @throws {RequiredError}
|
|
10103
10317
|
*/
|
|
10104
|
-
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?:
|
|
10318
|
+
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<DomainOutputArrayDTOAPI>;
|
|
10105
10319
|
/**
|
|
10106
10320
|
*
|
|
10107
10321
|
* @summary Update
|
|
@@ -10110,7 +10324,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10110
10324
|
* @param {*} [options] Override http request option.
|
|
10111
10325
|
* @throws {RequiredError}
|
|
10112
10326
|
*/
|
|
10113
|
-
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?:
|
|
10327
|
+
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<DomainOutputDTOAPI>;
|
|
10114
10328
|
};
|
|
10115
10329
|
/**
|
|
10116
10330
|
* DomainApi - object-oriented interface
|
|
@@ -10263,7 +10477,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10263
10477
|
* @param {*} [options] Override http request option.
|
|
10264
10478
|
* @throws {RequiredError}
|
|
10265
10479
|
*/
|
|
10266
|
-
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?:
|
|
10480
|
+
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputDTO>;
|
|
10267
10481
|
/**
|
|
10268
10482
|
* Fetches events where cronjob, hook and command failed. Supports all the common query parameters Required permissions: `READ_MODULES`, `READ_EVENTS`
|
|
10269
10483
|
* @summary Get failed functions
|
|
@@ -10271,7 +10485,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10271
10485
|
* @param {*} [options] Override http request option.
|
|
10272
10486
|
* @throws {RequiredError}
|
|
10273
10487
|
*/
|
|
10274
|
-
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
10488
|
+
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
10275
10489
|
/**
|
|
10276
10490
|
* Required permissions: `READ_EVENTS`
|
|
10277
10491
|
* @summary Get one
|
|
@@ -10279,7 +10493,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10279
10493
|
* @param {*} [options] Override http request option.
|
|
10280
10494
|
* @throws {RequiredError}
|
|
10281
10495
|
*/
|
|
10282
|
-
eventControllerGetOne(id: string, options?:
|
|
10496
|
+
eventControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputDTO>;
|
|
10283
10497
|
/**
|
|
10284
10498
|
* Required permissions: `READ_EVENTS`
|
|
10285
10499
|
* @summary Search
|
|
@@ -10287,7 +10501,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10287
10501
|
* @param {*} [options] Override http request option.
|
|
10288
10502
|
* @throws {RequiredError}
|
|
10289
10503
|
*/
|
|
10290
|
-
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
10504
|
+
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
10291
10505
|
};
|
|
10292
10506
|
/**
|
|
10293
10507
|
* EventApi - object-oriented interface
|
|
@@ -10387,14 +10601,14 @@ export declare const ExternalAuthApiFactory: (configuration?: Configuration, bas
|
|
|
10387
10601
|
* @param {*} [options] Override http request option.
|
|
10388
10602
|
* @throws {RequiredError}
|
|
10389
10603
|
*/
|
|
10390
|
-
externalAuthControllerAuthDiscord(redirect: string, options?:
|
|
10604
|
+
externalAuthControllerAuthDiscord(redirect: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
10391
10605
|
/**
|
|
10392
10606
|
*
|
|
10393
10607
|
* @summary Auth discord return
|
|
10394
10608
|
* @param {*} [options] Override http request option.
|
|
10395
10609
|
* @throws {RequiredError}
|
|
10396
10610
|
*/
|
|
10397
|
-
externalAuthControllerAuthDiscordReturn(options?:
|
|
10611
|
+
externalAuthControllerAuthDiscordReturn(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
10398
10612
|
};
|
|
10399
10613
|
/**
|
|
10400
10614
|
* ExternalAuthApi - object-oriented interface
|
|
@@ -10527,7 +10741,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10527
10741
|
* @param {*} [options] Override http request option.
|
|
10528
10742
|
* @throws {RequiredError}
|
|
10529
10743
|
*/
|
|
10530
|
-
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?:
|
|
10744
|
+
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<FunctionOutputDTOAPI>;
|
|
10531
10745
|
/**
|
|
10532
10746
|
* Required permissions: `READ_MODULES`
|
|
10533
10747
|
* @summary Get one
|
|
@@ -10535,7 +10749,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10535
10749
|
* @param {*} [options] Override http request option.
|
|
10536
10750
|
* @throws {RequiredError}
|
|
10537
10751
|
*/
|
|
10538
|
-
functionControllerGetOne(id: string, options?:
|
|
10752
|
+
functionControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<FunctionOutputDTOAPI>;
|
|
10539
10753
|
/**
|
|
10540
10754
|
* Required permissions: `MANAGE_MODULES`
|
|
10541
10755
|
* @summary Remove
|
|
@@ -10543,7 +10757,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10543
10757
|
* @param {*} [options] Override http request option.
|
|
10544
10758
|
* @throws {RequiredError}
|
|
10545
10759
|
*/
|
|
10546
|
-
functionControllerRemove(id: string, options?:
|
|
10760
|
+
functionControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
10547
10761
|
/**
|
|
10548
10762
|
* Required permissions: `READ_MODULES`
|
|
10549
10763
|
* @summary Search
|
|
@@ -10551,7 +10765,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10551
10765
|
* @param {*} [options] Override http request option.
|
|
10552
10766
|
* @throws {RequiredError}
|
|
10553
10767
|
*/
|
|
10554
|
-
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?:
|
|
10768
|
+
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<FunctionOutputArrayDTOAPI>;
|
|
10555
10769
|
/**
|
|
10556
10770
|
* Required permissions: `MANAGE_MODULES`
|
|
10557
10771
|
* @summary Update
|
|
@@ -10560,7 +10774,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10560
10774
|
* @param {*} [options] Override http request option.
|
|
10561
10775
|
* @throws {RequiredError}
|
|
10562
10776
|
*/
|
|
10563
|
-
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?:
|
|
10777
|
+
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<FunctionOutputDTOAPI>;
|
|
10564
10778
|
};
|
|
10565
10779
|
/**
|
|
10566
10780
|
* FunctionApi - object-oriented interface
|
|
@@ -10766,6 +10980,14 @@ export declare const GameServerApiAxiosParamCreator: (configuration?: Configurat
|
|
|
10766
10980
|
* @throws {RequiredError}
|
|
10767
10981
|
*/
|
|
10768
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>;
|
|
10769
10991
|
/**
|
|
10770
10992
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
10771
10993
|
* @summary Teleport player
|
|
@@ -10970,6 +11192,14 @@ export declare const GameServerApiFp: (configuration?: Configuration) => {
|
|
|
10970
11192
|
* @throws {RequiredError}
|
|
10971
11193
|
*/
|
|
10972
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>>;
|
|
10973
11203
|
/**
|
|
10974
11204
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
10975
11205
|
* @summary Teleport player
|
|
@@ -11038,7 +11268,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11038
11268
|
* @param {*} [options] Override http request option.
|
|
11039
11269
|
* @throws {RequiredError}
|
|
11040
11270
|
*/
|
|
11041
|
-
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?:
|
|
11271
|
+
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11042
11272
|
/**
|
|
11043
11273
|
* Create a gameserver Required permissions: `MANAGE_GAMESERVERS`
|
|
11044
11274
|
* @summary Create
|
|
@@ -11046,7 +11276,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11046
11276
|
* @param {*} [options] Override http request option.
|
|
11047
11277
|
* @throws {RequiredError}
|
|
11048
11278
|
*/
|
|
11049
|
-
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?:
|
|
11279
|
+
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputDTOAPI>;
|
|
11050
11280
|
/**
|
|
11051
11281
|
* Execute a raw command on a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11052
11282
|
* @summary Execute command
|
|
@@ -11055,7 +11285,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11055
11285
|
* @param {*} [options] Override http request option.
|
|
11056
11286
|
* @throws {RequiredError}
|
|
11057
11287
|
*/
|
|
11058
|
-
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?:
|
|
11288
|
+
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandExecuteDTOAPI>;
|
|
11059
11289
|
/**
|
|
11060
11290
|
* Fetch status of an import from CSMM Required permissions: `MANAGE_GAMESERVERS`
|
|
11061
11291
|
* @summary Get import
|
|
@@ -11063,7 +11293,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11063
11293
|
* @param {*} [options] Override http request option.
|
|
11064
11294
|
* @throws {RequiredError}
|
|
11065
11295
|
*/
|
|
11066
|
-
gameServerControllerGetImport(id: string, options?:
|
|
11296
|
+
gameServerControllerGetImport(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ImportOutputDTOAPI>;
|
|
11067
11297
|
/**
|
|
11068
11298
|
* Get all module installations for a gameserver
|
|
11069
11299
|
* @summary Get installed modules
|
|
@@ -11071,7 +11301,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11071
11301
|
* @param {*} [options] Override http request option.
|
|
11072
11302
|
* @throws {RequiredError}
|
|
11073
11303
|
*/
|
|
11074
|
-
gameServerControllerGetInstalledModules(id: string, options?:
|
|
11304
|
+
gameServerControllerGetInstalledModules(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationOutputArrayDTOAPI>;
|
|
11075
11305
|
/**
|
|
11076
11306
|
* Get a module installation by id
|
|
11077
11307
|
* @summary Get module installation
|
|
@@ -11080,7 +11310,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11080
11310
|
* @param {*} [options] Override http request option.
|
|
11081
11311
|
* @throws {RequiredError}
|
|
11082
11312
|
*/
|
|
11083
|
-
gameServerControllerGetModuleInstallation(gameServerId: string, moduleId: string, options?:
|
|
11313
|
+
gameServerControllerGetModuleInstallation(gameServerId: string, moduleId: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
11084
11314
|
/**
|
|
11085
11315
|
* Fetch a gameserver by id
|
|
11086
11316
|
* @summary Get one
|
|
@@ -11088,7 +11318,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11088
11318
|
* @param {*} [options] Override http request option.
|
|
11089
11319
|
* @throws {RequiredError}
|
|
11090
11320
|
*/
|
|
11091
|
-
gameServerControllerGetOne(id: string, options?:
|
|
11321
|
+
gameServerControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputDTOAPI>;
|
|
11092
11322
|
/**
|
|
11093
11323
|
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Required permissions: `READ_PLAYERS`
|
|
11094
11324
|
* @summary Get players
|
|
@@ -11096,14 +11326,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11096
11326
|
* @param {*} [options] Override http request option.
|
|
11097
11327
|
* @throws {RequiredError}
|
|
11098
11328
|
*/
|
|
11099
|
-
gameServerControllerGetPlayers(id: string, options?:
|
|
11329
|
+
gameServerControllerGetPlayers(id: string, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
11100
11330
|
/**
|
|
11101
11331
|
* Fetch gameserver types (7dtd, Rust, ...)
|
|
11102
11332
|
* @summary Get types
|
|
11103
11333
|
* @param {*} [options] Override http request option.
|
|
11104
11334
|
* @throws {RequiredError}
|
|
11105
11335
|
*/
|
|
11106
|
-
gameServerControllerGetTypes(options?:
|
|
11336
|
+
gameServerControllerGetTypes(options?: RawAxiosRequestConfig): AxiosPromise<GameServerTypesOutputDTOAPI>;
|
|
11107
11337
|
/**
|
|
11108
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`
|
|
11109
11339
|
* @summary Give item
|
|
@@ -11113,14 +11343,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11113
11343
|
* @param {*} [options] Override http request option.
|
|
11114
11344
|
* @throws {RequiredError}
|
|
11115
11345
|
*/
|
|
11116
|
-
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?:
|
|
11346
|
+
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11117
11347
|
/**
|
|
11118
11348
|
* Import a gameserver from CSMM. Required permissions: `MANAGE_GAMESERVERS`
|
|
11119
11349
|
* @summary Import from csmm
|
|
11120
11350
|
* @param {*} [options] Override http request option.
|
|
11121
11351
|
* @throws {RequiredError}
|
|
11122
11352
|
*/
|
|
11123
|
-
gameServerControllerImportFromCSMM(options?:
|
|
11353
|
+
gameServerControllerImportFromCSMM(options?: RawAxiosRequestConfig): AxiosPromise<ImportOutputDTOAPI>;
|
|
11124
11354
|
/**
|
|
11125
11355
|
* Install a module on a gameserver. If the module is already installed, it will be updated. Required permissions: `MANAGE_GAMESERVERS`
|
|
11126
11356
|
* @summary Install module
|
|
@@ -11130,7 +11360,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11130
11360
|
* @param {*} [options] Override http request option.
|
|
11131
11361
|
* @throws {RequiredError}
|
|
11132
11362
|
*/
|
|
11133
|
-
gameServerControllerInstallModule(gameServerId: string, moduleId: string, moduleInstallDTO?: ModuleInstallDTO, options?:
|
|
11363
|
+
gameServerControllerInstallModule(gameServerId: string, moduleId: string, moduleInstallDTO?: ModuleInstallDTO, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
11134
11364
|
/**
|
|
11135
11365
|
* Kick a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11136
11366
|
* @summary Kick player
|
|
@@ -11140,7 +11370,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11140
11370
|
* @param {*} [options] Override http request option.
|
|
11141
11371
|
* @throws {RequiredError}
|
|
11142
11372
|
*/
|
|
11143
|
-
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?:
|
|
11373
|
+
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11144
11374
|
/**
|
|
11145
11375
|
* List bans for a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11146
11376
|
* @summary List bans
|
|
@@ -11148,7 +11378,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11148
11378
|
* @param {*} [options] Override http request option.
|
|
11149
11379
|
* @throws {RequiredError}
|
|
11150
11380
|
*/
|
|
11151
|
-
gameServerControllerListBans(id: string, options?:
|
|
11381
|
+
gameServerControllerListBans(id: string, options?: RawAxiosRequestConfig): AxiosPromise<BanPlayerOutputDTO>;
|
|
11152
11382
|
/**
|
|
11153
11383
|
* Delete a gameserver Required permissions: `MANAGE_GAMESERVERS`
|
|
11154
11384
|
* @summary Remove
|
|
@@ -11156,7 +11386,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11156
11386
|
* @param {*} [options] Override http request option.
|
|
11157
11387
|
* @throws {RequiredError}
|
|
11158
11388
|
*/
|
|
11159
|
-
gameServerControllerRemove(id: string, options?:
|
|
11389
|
+
gameServerControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11160
11390
|
/**
|
|
11161
11391
|
* Fetch gameservers
|
|
11162
11392
|
* @summary Search
|
|
@@ -11164,7 +11394,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11164
11394
|
* @param {*} [options] Override http request option.
|
|
11165
11395
|
* @throws {RequiredError}
|
|
11166
11396
|
*/
|
|
11167
|
-
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?:
|
|
11397
|
+
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputArrayDTOAPI>;
|
|
11168
11398
|
/**
|
|
11169
11399
|
* Send a message in gameserver chat. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11170
11400
|
* @summary Send message
|
|
@@ -11173,7 +11403,15 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11173
11403
|
* @param {*} [options] Override http request option.
|
|
11174
11404
|
* @throws {RequiredError}
|
|
11175
11405
|
*/
|
|
11176
|
-
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>;
|
|
11177
11415
|
/**
|
|
11178
11416
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11179
11417
|
* @summary Teleport player
|
|
@@ -11183,7 +11421,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11183
11421
|
* @param {*} [options] Override http request option.
|
|
11184
11422
|
* @throws {RequiredError}
|
|
11185
11423
|
*/
|
|
11186
|
-
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?:
|
|
11424
|
+
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11187
11425
|
/**
|
|
11188
11426
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.
|
|
11189
11427
|
* @summary Test reachability
|
|
@@ -11191,7 +11429,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11191
11429
|
* @param {*} [options] Override http request option.
|
|
11192
11430
|
* @throws {RequiredError}
|
|
11193
11431
|
*/
|
|
11194
|
-
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?:
|
|
11432
|
+
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
11195
11433
|
/**
|
|
11196
11434
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.
|
|
11197
11435
|
* @summary Test reachability for id
|
|
@@ -11199,7 +11437,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11199
11437
|
* @param {*} [options] Override http request option.
|
|
11200
11438
|
* @throws {RequiredError}
|
|
11201
11439
|
*/
|
|
11202
|
-
gameServerControllerTestReachabilityForId(id: string, options?:
|
|
11440
|
+
gameServerControllerTestReachabilityForId(id: string, options?: RawAxiosRequestConfig): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
11203
11441
|
/**
|
|
11204
11442
|
* Unban a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11205
11443
|
* @summary Unban player
|
|
@@ -11208,7 +11446,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11208
11446
|
* @param {*} [options] Override http request option.
|
|
11209
11447
|
* @throws {RequiredError}
|
|
11210
11448
|
*/
|
|
11211
|
-
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?:
|
|
11449
|
+
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11212
11450
|
/**
|
|
11213
11451
|
* Uninstall a module from a gameserver. This will not delete the module from the database. Required permissions: `MANAGE_GAMESERVERS`
|
|
11214
11452
|
* @summary Uninstall module
|
|
@@ -11217,7 +11455,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11217
11455
|
* @param {*} [options] Override http request option.
|
|
11218
11456
|
* @throws {RequiredError}
|
|
11219
11457
|
*/
|
|
11220
|
-
gameServerControllerUninstallModule(gameServerId: string, moduleId: string, options?:
|
|
11458
|
+
gameServerControllerUninstallModule(gameServerId: string, moduleId: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
11221
11459
|
/**
|
|
11222
11460
|
* Update a gameserver Required permissions: `MANAGE_GAMESERVERS`
|
|
11223
11461
|
* @summary Update
|
|
@@ -11226,7 +11464,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11226
11464
|
* @param {*} [options] Override http request option.
|
|
11227
11465
|
* @throws {RequiredError}
|
|
11228
11466
|
*/
|
|
11229
|
-
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?:
|
|
11467
|
+
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputDTOAPI>;
|
|
11230
11468
|
};
|
|
11231
11469
|
/**
|
|
11232
11470
|
* GameServerApi - object-oriented interface
|
|
@@ -11397,6 +11635,15 @@ export declare class GameServerApi extends BaseAPI {
|
|
|
11397
11635
|
* @memberof GameServerApi
|
|
11398
11636
|
*/
|
|
11399
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>>;
|
|
11400
11647
|
/**
|
|
11401
11648
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11402
11649
|
* @summary Teleport player
|
|
@@ -11599,7 +11846,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11599
11846
|
* @param {*} [options] Override http request option.
|
|
11600
11847
|
* @throws {RequiredError}
|
|
11601
11848
|
*/
|
|
11602
|
-
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?:
|
|
11849
|
+
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<HookOutputDTOAPI>;
|
|
11603
11850
|
/**
|
|
11604
11851
|
* Required permissions: `READ_MODULES`
|
|
11605
11852
|
* @summary Get executions
|
|
@@ -11609,7 +11856,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11609
11856
|
* @param {*} [options] Override http request option.
|
|
11610
11857
|
* @throws {RequiredError}
|
|
11611
11858
|
*/
|
|
11612
|
-
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
11859
|
+
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
11613
11860
|
/**
|
|
11614
11861
|
* Required permissions: `READ_MODULES`
|
|
11615
11862
|
* @summary Get one
|
|
@@ -11617,7 +11864,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11617
11864
|
* @param {*} [options] Override http request option.
|
|
11618
11865
|
* @throws {RequiredError}
|
|
11619
11866
|
*/
|
|
11620
|
-
hookControllerGetOne(id: string, options?:
|
|
11867
|
+
hookControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<HookOutputDTOAPI>;
|
|
11621
11868
|
/**
|
|
11622
11869
|
* Required permissions: `MANAGE_MODULES`
|
|
11623
11870
|
* @summary Remove
|
|
@@ -11625,7 +11872,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11625
11872
|
* @param {*} [options] Override http request option.
|
|
11626
11873
|
* @throws {RequiredError}
|
|
11627
11874
|
*/
|
|
11628
|
-
hookControllerRemove(id: string, options?:
|
|
11875
|
+
hookControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11629
11876
|
/**
|
|
11630
11877
|
* Required permissions: `READ_MODULES`
|
|
11631
11878
|
* @summary Search
|
|
@@ -11633,7 +11880,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11633
11880
|
* @param {*} [options] Override http request option.
|
|
11634
11881
|
* @throws {RequiredError}
|
|
11635
11882
|
*/
|
|
11636
|
-
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?:
|
|
11883
|
+
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<HookOutputArrayDTOAPI>;
|
|
11637
11884
|
/**
|
|
11638
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`
|
|
11639
11886
|
* @summary Trigger
|
|
@@ -11641,7 +11888,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11641
11888
|
* @param {*} [options] Override http request option.
|
|
11642
11889
|
* @throws {RequiredError}
|
|
11643
11890
|
*/
|
|
11644
|
-
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?:
|
|
11891
|
+
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11645
11892
|
/**
|
|
11646
11893
|
* Required permissions: `MANAGE_MODULES`
|
|
11647
11894
|
* @summary Update
|
|
@@ -11650,7 +11897,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11650
11897
|
* @param {*} [options] Override http request option.
|
|
11651
11898
|
* @throws {RequiredError}
|
|
11652
11899
|
*/
|
|
11653
|
-
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?:
|
|
11900
|
+
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<HookOutputDTOAPI>;
|
|
11654
11901
|
};
|
|
11655
11902
|
/**
|
|
11656
11903
|
* HookApi - object-oriented interface
|
|
@@ -11782,7 +12029,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11782
12029
|
* @param {*} [options] Override http request option.
|
|
11783
12030
|
* @throws {RequiredError}
|
|
11784
12031
|
*/
|
|
11785
|
-
itemControllerFindOne(id: string, options?:
|
|
12032
|
+
itemControllerFindOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ItemOutputDTOAPI>;
|
|
11786
12033
|
/**
|
|
11787
12034
|
* Required permissions: `READ_ITEMS`
|
|
11788
12035
|
* @summary Search
|
|
@@ -11790,7 +12037,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11790
12037
|
* @param {*} [options] Override http request option.
|
|
11791
12038
|
* @throws {RequiredError}
|
|
11792
12039
|
*/
|
|
11793
|
-
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?:
|
|
12040
|
+
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ItemOutputArrayDTOAPI>;
|
|
11794
12041
|
};
|
|
11795
12042
|
/**
|
|
11796
12043
|
* ItemApi - object-oriented interface
|
|
@@ -11911,35 +12158,35 @@ export declare const MetaApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11911
12158
|
* @param {*} [options] Override http request option.
|
|
11912
12159
|
* @throws {RequiredError}
|
|
11913
12160
|
*/
|
|
11914
|
-
metaGetHealth(options?:
|
|
12161
|
+
metaGetHealth(options?: RawAxiosRequestConfig): AxiosPromise<HealthOutputDTO>;
|
|
11915
12162
|
/**
|
|
11916
12163
|
*
|
|
11917
12164
|
* @summary Get metrics
|
|
11918
12165
|
* @param {*} [options] Override http request option.
|
|
11919
12166
|
* @throws {RequiredError}
|
|
11920
12167
|
*/
|
|
11921
|
-
metaGetMetrics(options?:
|
|
12168
|
+
metaGetMetrics(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11922
12169
|
/**
|
|
11923
12170
|
*
|
|
11924
12171
|
* @summary Get open api
|
|
11925
12172
|
* @param {*} [options] Override http request option.
|
|
11926
12173
|
* @throws {RequiredError}
|
|
11927
12174
|
*/
|
|
11928
|
-
metaGetOpenApi(options?:
|
|
12175
|
+
metaGetOpenApi(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11929
12176
|
/**
|
|
11930
12177
|
*
|
|
11931
12178
|
* @summary Get open api html
|
|
11932
12179
|
* @param {*} [options] Override http request option.
|
|
11933
12180
|
* @throws {RequiredError}
|
|
11934
12181
|
*/
|
|
11935
|
-
metaGetOpenApiHtml(options?:
|
|
12182
|
+
metaGetOpenApiHtml(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11936
12183
|
/**
|
|
11937
12184
|
*
|
|
11938
12185
|
* @summary Get readiness
|
|
11939
12186
|
* @param {*} [options] Override http request option.
|
|
11940
12187
|
* @throws {RequiredError}
|
|
11941
12188
|
*/
|
|
11942
|
-
metaGetReadiness(options?:
|
|
12189
|
+
metaGetReadiness(options?: RawAxiosRequestConfig): AxiosPromise<HealthOutputDTO>;
|
|
11943
12190
|
};
|
|
11944
12191
|
/**
|
|
11945
12192
|
* MetaApi - object-oriented interface
|
|
@@ -12127,7 +12374,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12127
12374
|
* @param {*} [options] Override http request option.
|
|
12128
12375
|
* @throws {RequiredError}
|
|
12129
12376
|
*/
|
|
12130
|
-
moduleControllerCreate(moduleCreateDTO?: ModuleCreateDTO, options?:
|
|
12377
|
+
moduleControllerCreate(moduleCreateDTO?: ModuleCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputDTOAPI>;
|
|
12131
12378
|
/**
|
|
12132
12379
|
* Required permissions: `READ_MODULES`
|
|
12133
12380
|
* @summary Export
|
|
@@ -12135,7 +12382,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12135
12382
|
* @param {*} [options] Override http request option.
|
|
12136
12383
|
* @throws {RequiredError}
|
|
12137
12384
|
*/
|
|
12138
|
-
moduleControllerExport(id: string, options?:
|
|
12385
|
+
moduleControllerExport(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleExportDTOAPI>;
|
|
12139
12386
|
/**
|
|
12140
12387
|
* Required permissions: `READ_MODULES`
|
|
12141
12388
|
* @summary Get one
|
|
@@ -12143,7 +12390,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12143
12390
|
* @param {*} [options] Override http request option.
|
|
12144
12391
|
* @throws {RequiredError}
|
|
12145
12392
|
*/
|
|
12146
|
-
moduleControllerGetOne(id: string, options?:
|
|
12393
|
+
moduleControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputDTOAPI>;
|
|
12147
12394
|
/**
|
|
12148
12395
|
* Required permissions: `MANAGE_MODULES`
|
|
12149
12396
|
* @summary Import
|
|
@@ -12151,7 +12398,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12151
12398
|
* @param {*} [options] Override http request option.
|
|
12152
12399
|
* @throws {RequiredError}
|
|
12153
12400
|
*/
|
|
12154
|
-
moduleControllerImport(builtinModule?: BuiltinModule, options?:
|
|
12401
|
+
moduleControllerImport(builtinModule?: BuiltinModule, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
12155
12402
|
/**
|
|
12156
12403
|
* Required permissions: `MANAGE_MODULES`
|
|
12157
12404
|
* @summary Remove
|
|
@@ -12159,7 +12406,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12159
12406
|
* @param {*} [options] Override http request option.
|
|
12160
12407
|
* @throws {RequiredError}
|
|
12161
12408
|
*/
|
|
12162
|
-
moduleControllerRemove(id: string, options?:
|
|
12409
|
+
moduleControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
12163
12410
|
/**
|
|
12164
12411
|
* Required permissions: `READ_MODULES`
|
|
12165
12412
|
* @summary Search
|
|
@@ -12167,7 +12414,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12167
12414
|
* @param {*} [options] Override http request option.
|
|
12168
12415
|
* @throws {RequiredError}
|
|
12169
12416
|
*/
|
|
12170
|
-
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?:
|
|
12417
|
+
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputArrayDTOAPI>;
|
|
12171
12418
|
/**
|
|
12172
12419
|
* Required permissions: `MANAGE_MODULES`
|
|
12173
12420
|
* @summary Update
|
|
@@ -12176,7 +12423,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12176
12423
|
* @param {*} [options] Override http request option.
|
|
12177
12424
|
* @throws {RequiredError}
|
|
12178
12425
|
*/
|
|
12179
|
-
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?:
|
|
12426
|
+
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputDTOAPI>;
|
|
12180
12427
|
};
|
|
12181
12428
|
/**
|
|
12182
12429
|
* ModuleApi - object-oriented interface
|
|
@@ -12362,14 +12609,14 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
12362
12609
|
* @param {*} [options] Override http request option.
|
|
12363
12610
|
* @throws {RequiredError}
|
|
12364
12611
|
*/
|
|
12365
|
-
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
12612
|
+
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
12366
12613
|
/**
|
|
12367
12614
|
* Get the player that is currently authenticated. This is a low-privilege route, returning limited data.
|
|
12368
12615
|
* @summary Get current player
|
|
12369
12616
|
* @param {*} [options] Override http request option.
|
|
12370
12617
|
* @throws {RequiredError}
|
|
12371
12618
|
*/
|
|
12372
|
-
playerControllerGetMe(options?:
|
|
12619
|
+
playerControllerGetMe(options?: RawAxiosRequestConfig): AxiosPromise<PlayerMeOutputDTO>;
|
|
12373
12620
|
/**
|
|
12374
12621
|
* Required permissions: `READ_PLAYERS`
|
|
12375
12622
|
* @summary Get one
|
|
@@ -12377,7 +12624,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
12377
12624
|
* @param {*} [options] Override http request option.
|
|
12378
12625
|
* @throws {RequiredError}
|
|
12379
12626
|
*/
|
|
12380
|
-
playerControllerGetOne(id: string, options?:
|
|
12627
|
+
playerControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOutputWithRolesDTOAPI>;
|
|
12381
12628
|
/**
|
|
12382
12629
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`
|
|
12383
12630
|
* @summary Remove role
|
|
@@ -12387,7 +12634,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
12387
12634
|
* @param {*} [options] Override http request option.
|
|
12388
12635
|
* @throws {RequiredError}
|
|
12389
12636
|
*/
|
|
12390
|
-
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
12637
|
+
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
12391
12638
|
/**
|
|
12392
12639
|
* Required permissions: `READ_PLAYERS`
|
|
12393
12640
|
* @summary Search
|
|
@@ -12395,7 +12642,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
12395
12642
|
* @param {*} [options] Override http request option.
|
|
12396
12643
|
* @throws {RequiredError}
|
|
12397
12644
|
*/
|
|
12398
|
-
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?:
|
|
12645
|
+
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOutputArrayDTOAPI>;
|
|
12399
12646
|
};
|
|
12400
12647
|
/**
|
|
12401
12648
|
* PlayerApi - object-oriented interface
|
|
@@ -12595,7 +12842,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12595
12842
|
* @param {*} [options] Override http request option.
|
|
12596
12843
|
* @throws {RequiredError}
|
|
12597
12844
|
*/
|
|
12598
|
-
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
12845
|
+
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12599
12846
|
/**
|
|
12600
12847
|
* Required permissions: `MANAGE_PLAYERS`
|
|
12601
12848
|
* @summary Deduct currency
|
|
@@ -12605,7 +12852,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12605
12852
|
* @param {*} [options] Override http request option.
|
|
12606
12853
|
* @throws {RequiredError}
|
|
12607
12854
|
*/
|
|
12608
|
-
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
12855
|
+
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12609
12856
|
/**
|
|
12610
12857
|
* Required permissions: `READ_PLAYERS`
|
|
12611
12858
|
* @summary Get one
|
|
@@ -12614,7 +12861,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12614
12861
|
* @param {*} [options] Override http request option.
|
|
12615
12862
|
* @throws {RequiredError}
|
|
12616
12863
|
*/
|
|
12617
|
-
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?:
|
|
12864
|
+
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12618
12865
|
/**
|
|
12619
12866
|
* Required permissions: `READ_PLAYERS`
|
|
12620
12867
|
* @summary Search
|
|
@@ -12622,7 +12869,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12622
12869
|
* @param {*} [options] Override http request option.
|
|
12623
12870
|
* @throws {RequiredError}
|
|
12624
12871
|
*/
|
|
12625
|
-
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?:
|
|
12872
|
+
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputArrayDTOAPI>;
|
|
12626
12873
|
/**
|
|
12627
12874
|
* Required permissions: `MANAGE_PLAYERS`
|
|
12628
12875
|
* @summary Set currency
|
|
@@ -12632,7 +12879,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12632
12879
|
* @param {*} [options] Override http request option.
|
|
12633
12880
|
* @throws {RequiredError}
|
|
12634
12881
|
*/
|
|
12635
|
-
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
12882
|
+
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12636
12883
|
/**
|
|
12637
12884
|
* Required permissions: `MANAGE_PLAYERS`
|
|
12638
12885
|
* @summary Transact between players
|
|
@@ -12643,7 +12890,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12643
12890
|
* @param {*} [options] Override http request option.
|
|
12644
12891
|
* @throws {RequiredError}
|
|
12645
12892
|
*/
|
|
12646
|
-
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
12893
|
+
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12647
12894
|
};
|
|
12648
12895
|
/**
|
|
12649
12896
|
* PlayerOnGameServerApi - object-oriented interface
|
|
@@ -12837,7 +13084,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
12837
13084
|
* @param {*} [options] Override http request option.
|
|
12838
13085
|
* @throws {RequiredError}
|
|
12839
13086
|
*/
|
|
12840
|
-
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?:
|
|
13087
|
+
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<RoleOutputDTOAPI>;
|
|
12841
13088
|
/**
|
|
12842
13089
|
* Required permissions: `READ_ROLES`
|
|
12843
13090
|
* @summary Get one
|
|
@@ -12845,14 +13092,14 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
12845
13092
|
* @param {*} [options] Override http request option.
|
|
12846
13093
|
* @throws {RequiredError}
|
|
12847
13094
|
*/
|
|
12848
|
-
roleControllerGetOne(id: string, options?:
|
|
13095
|
+
roleControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<RoleOutputDTOAPI>;
|
|
12849
13096
|
/**
|
|
12850
13097
|
*
|
|
12851
13098
|
* @summary Get permissions
|
|
12852
13099
|
* @param {*} [options] Override http request option.
|
|
12853
13100
|
* @throws {RequiredError}
|
|
12854
13101
|
*/
|
|
12855
|
-
roleControllerGetPermissions(options?:
|
|
13102
|
+
roleControllerGetPermissions(options?: RawAxiosRequestConfig): AxiosPromise<PermissionOutputDTOAPI>;
|
|
12856
13103
|
/**
|
|
12857
13104
|
* Required permissions: `MANAGE_ROLES`
|
|
12858
13105
|
* @summary Remove
|
|
@@ -12860,7 +13107,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
12860
13107
|
* @param {*} [options] Override http request option.
|
|
12861
13108
|
* @throws {RequiredError}
|
|
12862
13109
|
*/
|
|
12863
|
-
roleControllerRemove(id: string, options?:
|
|
13110
|
+
roleControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
12864
13111
|
/**
|
|
12865
13112
|
* Required permissions: `READ_ROLES`
|
|
12866
13113
|
* @summary Search
|
|
@@ -12868,7 +13115,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
12868
13115
|
* @param {*} [options] Override http request option.
|
|
12869
13116
|
* @throws {RequiredError}
|
|
12870
13117
|
*/
|
|
12871
|
-
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?:
|
|
13118
|
+
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<RoleOutputArrayDTOAPI>;
|
|
12872
13119
|
/**
|
|
12873
13120
|
* Required permissions: `MANAGE_ROLES`
|
|
12874
13121
|
* @summary Update
|
|
@@ -12877,7 +13124,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
12877
13124
|
* @param {*} [options] Override http request option.
|
|
12878
13125
|
* @throws {RequiredError}
|
|
12879
13126
|
*/
|
|
12880
|
-
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?:
|
|
13127
|
+
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<RoleOutputDTOAPI>;
|
|
12881
13128
|
};
|
|
12882
13129
|
/**
|
|
12883
13130
|
* RoleApi - object-oriented interface
|
|
@@ -13038,7 +13285,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
13038
13285
|
* @param {*} [options] Override http request option.
|
|
13039
13286
|
* @throws {RequiredError}
|
|
13040
13287
|
*/
|
|
13041
|
-
settingsControllerDelete(key: string, gameServerId?: string, options?:
|
|
13288
|
+
settingsControllerDelete(key: string, gameServerId?: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
13042
13289
|
/**
|
|
13043
13290
|
*
|
|
13044
13291
|
* @summary Get
|
|
@@ -13047,7 +13294,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
13047
13294
|
* @param {*} [options] Override http request option.
|
|
13048
13295
|
* @throws {RequiredError}
|
|
13049
13296
|
*/
|
|
13050
|
-
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?:
|
|
13297
|
+
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?: RawAxiosRequestConfig): AxiosPromise<SettingsOutputArrayDTOAPI>;
|
|
13051
13298
|
/**
|
|
13052
13299
|
*
|
|
13053
13300
|
* @summary Get one
|
|
@@ -13056,7 +13303,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
13056
13303
|
* @param {*} [options] Override http request option.
|
|
13057
13304
|
* @throws {RequiredError}
|
|
13058
13305
|
*/
|
|
13059
|
-
settingsControllerGetOne(key: string, gameServerId?: string, options?:
|
|
13306
|
+
settingsControllerGetOne(key: string, gameServerId?: string, options?: RawAxiosRequestConfig): AxiosPromise<SettingsOutputDTOAPI>;
|
|
13060
13307
|
/**
|
|
13061
13308
|
* Required permissions: `MANAGE_SETTINGS`
|
|
13062
13309
|
* @summary Set
|
|
@@ -13065,7 +13312,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
13065
13312
|
* @param {*} [options] Override http request option.
|
|
13066
13313
|
* @throws {RequiredError}
|
|
13067
13314
|
*/
|
|
13068
|
-
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?:
|
|
13315
|
+
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?: RawAxiosRequestConfig): AxiosPromise<SettingsOutputDTOAPI>;
|
|
13069
13316
|
};
|
|
13070
13317
|
/**
|
|
13071
13318
|
* SettingsApi - object-oriented interface
|
|
@@ -13123,6 +13370,7 @@ export declare const SettingsControllerGetKeysEnum: {
|
|
|
13123
13370
|
readonly ServerChatName: "serverChatName";
|
|
13124
13371
|
readonly EconomyEnabled: "economyEnabled";
|
|
13125
13372
|
readonly CurrencyName: "currencyName";
|
|
13373
|
+
readonly DeveloperMode: "developerMode";
|
|
13126
13374
|
};
|
|
13127
13375
|
export type SettingsControllerGetKeysEnum = (typeof SettingsControllerGetKeysEnum)[keyof typeof SettingsControllerGetKeysEnum];
|
|
13128
13376
|
/**
|
|
@@ -13231,7 +13479,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13231
13479
|
* @param {*} [options] Override http request option.
|
|
13232
13480
|
* @throws {RequiredError}
|
|
13233
13481
|
*/
|
|
13234
|
-
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?:
|
|
13482
|
+
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
13235
13483
|
/**
|
|
13236
13484
|
* Required permissions: `MANAGE_SHOP_LISTINGS`
|
|
13237
13485
|
* @summary Delete
|
|
@@ -13239,7 +13487,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13239
13487
|
* @param {*} [options] Override http request option.
|
|
13240
13488
|
* @throws {RequiredError}
|
|
13241
13489
|
*/
|
|
13242
|
-
shopListingControllerDelete(id: string, options?:
|
|
13490
|
+
shopListingControllerDelete(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
13243
13491
|
/**
|
|
13244
13492
|
*
|
|
13245
13493
|
* @summary Get one
|
|
@@ -13247,7 +13495,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13247
13495
|
* @param {*} [options] Override http request option.
|
|
13248
13496
|
* @throws {RequiredError}
|
|
13249
13497
|
*/
|
|
13250
|
-
shopListingControllerGetOne(id: string, options?:
|
|
13498
|
+
shopListingControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
13251
13499
|
/**
|
|
13252
13500
|
*
|
|
13253
13501
|
* @summary Search
|
|
@@ -13255,7 +13503,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13255
13503
|
* @param {*} [options] Override http request option.
|
|
13256
13504
|
* @throws {RequiredError}
|
|
13257
13505
|
*/
|
|
13258
|
-
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?:
|
|
13506
|
+
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputArrayDTOAPI>;
|
|
13259
13507
|
/**
|
|
13260
13508
|
* Required permissions: `MANAGE_SHOP_LISTINGS`
|
|
13261
13509
|
* @summary Update
|
|
@@ -13264,7 +13512,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13264
13512
|
* @param {*} [options] Override http request option.
|
|
13265
13513
|
* @throws {RequiredError}
|
|
13266
13514
|
*/
|
|
13267
|
-
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?:
|
|
13515
|
+
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
13268
13516
|
};
|
|
13269
13517
|
/**
|
|
13270
13518
|
* ShopListingApi - object-oriented interface
|
|
@@ -13424,7 +13672,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13424
13672
|
* @param {*} [options] Override http request option.
|
|
13425
13673
|
* @throws {RequiredError}
|
|
13426
13674
|
*/
|
|
13427
|
-
shopOrderControllerCancel(id: string, options?:
|
|
13675
|
+
shopOrderControllerCancel(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
13428
13676
|
/**
|
|
13429
13677
|
* Claiming an order will mark it as completed and give the user the item in-game
|
|
13430
13678
|
* @summary Claim an order
|
|
@@ -13432,7 +13680,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13432
13680
|
* @param {*} [options] Override http request option.
|
|
13433
13681
|
* @throws {RequiredError}
|
|
13434
13682
|
*/
|
|
13435
|
-
shopOrderControllerClaim(id: string, options?:
|
|
13683
|
+
shopOrderControllerClaim(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
13436
13684
|
/**
|
|
13437
13685
|
*
|
|
13438
13686
|
* @summary Create
|
|
@@ -13440,7 +13688,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13440
13688
|
* @param {*} [options] Override http request option.
|
|
13441
13689
|
* @throws {RequiredError}
|
|
13442
13690
|
*/
|
|
13443
|
-
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?:
|
|
13691
|
+
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
13444
13692
|
/**
|
|
13445
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.
|
|
13446
13694
|
* @summary Get order by ID
|
|
@@ -13448,7 +13696,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13448
13696
|
* @param {*} [options] Override http request option.
|
|
13449
13697
|
* @throws {RequiredError}
|
|
13450
13698
|
*/
|
|
13451
|
-
shopOrderControllerGetOne(id: string, options?:
|
|
13699
|
+
shopOrderControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
13452
13700
|
/**
|
|
13453
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.
|
|
13454
13702
|
* @summary Search orders
|
|
@@ -13456,7 +13704,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13456
13704
|
* @param {*} [options] Override http request option.
|
|
13457
13705
|
* @throws {RequiredError}
|
|
13458
13706
|
*/
|
|
13459
|
-
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?:
|
|
13707
|
+
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputArrayDTOAPI>;
|
|
13460
13708
|
};
|
|
13461
13709
|
/**
|
|
13462
13710
|
* ShopOrderApi - object-oriented interface
|
|
@@ -13679,7 +13927,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13679
13927
|
* @param {*} [options] Override http request option.
|
|
13680
13928
|
* @throws {RequiredError}
|
|
13681
13929
|
*/
|
|
13682
|
-
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>;
|
|
13683
13931
|
/**
|
|
13684
13932
|
* Required permissions: `READ_PLAYERS`
|
|
13685
13933
|
* @summary Get currency stats
|
|
@@ -13690,7 +13938,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13690
13938
|
* @param {*} [options] Override http request option.
|
|
13691
13939
|
* @throws {RequiredError}
|
|
13692
13940
|
*/
|
|
13693
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13941
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13694
13942
|
/**
|
|
13695
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`
|
|
13696
13944
|
* @summary Get event count over time
|
|
@@ -13706,7 +13954,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13706
13954
|
* @param {*} [options] Override http request option.
|
|
13707
13955
|
* @throws {RequiredError}
|
|
13708
13956
|
*/
|
|
13709
|
-
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>;
|
|
13710
13958
|
/**
|
|
13711
13959
|
* The roundtrip time for reachability tests between Takaro and the game server
|
|
13712
13960
|
* @summary Get latency stats
|
|
@@ -13716,7 +13964,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13716
13964
|
* @param {*} [options] Override http request option.
|
|
13717
13965
|
* @throws {RequiredError}
|
|
13718
13966
|
*/
|
|
13719
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13967
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13720
13968
|
/**
|
|
13721
13969
|
* Required permissions: `READ_PLAYERS`
|
|
13722
13970
|
* @summary Get ping stats
|
|
@@ -13727,7 +13975,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13727
13975
|
* @param {*} [options] Override http request option.
|
|
13728
13976
|
* @throws {RequiredError}
|
|
13729
13977
|
*/
|
|
13730
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13978
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13731
13979
|
/**
|
|
13732
13980
|
* Required permissions: `READ_PLAYERS`
|
|
13733
13981
|
* @summary Get player online stats
|
|
@@ -13737,7 +13985,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13737
13985
|
* @param {*} [options] Override http request option.
|
|
13738
13986
|
* @throws {RequiredError}
|
|
13739
13987
|
*/
|
|
13740
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13988
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13741
13989
|
};
|
|
13742
13990
|
/**
|
|
13743
13991
|
* StatsApi - object-oriented interface
|
|
@@ -14150,7 +14398,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14150
14398
|
* @param {*} [options] Override http request option.
|
|
14151
14399
|
* @throws {RequiredError}
|
|
14152
14400
|
*/
|
|
14153
|
-
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?:
|
|
14401
|
+
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14154
14402
|
/**
|
|
14155
14403
|
* Required permissions: `MANAGE_USERS`
|
|
14156
14404
|
* @summary Create
|
|
@@ -14158,14 +14406,14 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14158
14406
|
* @param {*} [options] Override http request option.
|
|
14159
14407
|
* @throws {RequiredError}
|
|
14160
14408
|
*/
|
|
14161
|
-
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?:
|
|
14409
|
+
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
14162
14410
|
/**
|
|
14163
14411
|
* Unset the selected domain for the user, this will clear the domain cookie. On the next request, the backend will set this again.
|
|
14164
14412
|
* @summary Unset the selected domain for the user
|
|
14165
14413
|
* @param {*} [options] Override http request option.
|
|
14166
14414
|
* @throws {RequiredError}
|
|
14167
14415
|
*/
|
|
14168
|
-
userControllerDeleteSelectedDomainCookie(options?:
|
|
14416
|
+
userControllerDeleteSelectedDomainCookie(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14169
14417
|
/**
|
|
14170
14418
|
* Required permissions: `READ_USERS`
|
|
14171
14419
|
* @summary Get one
|
|
@@ -14173,7 +14421,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14173
14421
|
* @param {*} [options] Override http request option.
|
|
14174
14422
|
* @throws {RequiredError}
|
|
14175
14423
|
*/
|
|
14176
|
-
userControllerGetOne(id: string, options?:
|
|
14424
|
+
userControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
14177
14425
|
/**
|
|
14178
14426
|
* Required permissions: `MANAGE_USERS`
|
|
14179
14427
|
* @summary Invite
|
|
@@ -14181,7 +14429,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14181
14429
|
* @param {*} [options] Override http request option.
|
|
14182
14430
|
* @throws {RequiredError}
|
|
14183
14431
|
*/
|
|
14184
|
-
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?:
|
|
14432
|
+
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
14185
14433
|
/**
|
|
14186
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.
|
|
14187
14435
|
* @summary Link player profile
|
|
@@ -14189,7 +14437,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14189
14437
|
* @param {*} [options] Override http request option.
|
|
14190
14438
|
* @throws {RequiredError}
|
|
14191
14439
|
*/
|
|
14192
|
-
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?:
|
|
14440
|
+
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14193
14441
|
/**
|
|
14194
14442
|
*
|
|
14195
14443
|
* @summary Login
|
|
@@ -14197,21 +14445,21 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14197
14445
|
* @param {*} [options] Override http request option.
|
|
14198
14446
|
* @throws {RequiredError}
|
|
14199
14447
|
*/
|
|
14200
|
-
userControllerLogin(loginDTO?: LoginDTO, options?:
|
|
14448
|
+
userControllerLogin(loginDTO?: LoginDTO, options?: RawAxiosRequestConfig): AxiosPromise<LoginOutputDTOAPI>;
|
|
14201
14449
|
/**
|
|
14202
14450
|
*
|
|
14203
14451
|
* @summary Logout
|
|
14204
14452
|
* @param {*} [options] Override http request option.
|
|
14205
14453
|
* @throws {RequiredError}
|
|
14206
14454
|
*/
|
|
14207
|
-
userControllerLogout(options?:
|
|
14455
|
+
userControllerLogout(options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14208
14456
|
/**
|
|
14209
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
|
|
14210
14458
|
* @summary Get the current logged in user
|
|
14211
14459
|
* @param {*} [options] Override http request option.
|
|
14212
14460
|
* @throws {RequiredError}
|
|
14213
14461
|
*/
|
|
14214
|
-
userControllerMe(options?:
|
|
14462
|
+
userControllerMe(options?: RawAxiosRequestConfig): AxiosPromise<MeOutoutDTOAPI>;
|
|
14215
14463
|
/**
|
|
14216
14464
|
* Required permissions: `MANAGE_USERS`
|
|
14217
14465
|
* @summary Remove
|
|
@@ -14219,7 +14467,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14219
14467
|
* @param {*} [options] Override http request option.
|
|
14220
14468
|
* @throws {RequiredError}
|
|
14221
14469
|
*/
|
|
14222
|
-
userControllerRemove(id: string, options?:
|
|
14470
|
+
userControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14223
14471
|
/**
|
|
14224
14472
|
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`
|
|
14225
14473
|
* @summary Remove role
|
|
@@ -14228,7 +14476,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14228
14476
|
* @param {*} [options] Override http request option.
|
|
14229
14477
|
* @throws {RequiredError}
|
|
14230
14478
|
*/
|
|
14231
|
-
userControllerRemoveRole(id: string, roleId: string, options?:
|
|
14479
|
+
userControllerRemoveRole(id: string, roleId: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14232
14480
|
/**
|
|
14233
14481
|
* Required permissions: `READ_USERS`
|
|
14234
14482
|
* @summary Search
|
|
@@ -14236,7 +14484,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14236
14484
|
* @param {*} [options] Override http request option.
|
|
14237
14485
|
* @throws {RequiredError}
|
|
14238
14486
|
*/
|
|
14239
|
-
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?:
|
|
14487
|
+
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputArrayDTOAPI>;
|
|
14240
14488
|
/**
|
|
14241
14489
|
* One user can have multiple domains, this endpoint is a helper to set the selected domain for the user
|
|
14242
14490
|
* @summary Set the selected domain for the user
|
|
@@ -14244,7 +14492,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14244
14492
|
* @param {*} [options] Override http request option.
|
|
14245
14493
|
* @throws {RequiredError}
|
|
14246
14494
|
*/
|
|
14247
|
-
userControllerSetSelectedDomain(domainId: string, options?:
|
|
14495
|
+
userControllerSetSelectedDomain(domainId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14248
14496
|
/**
|
|
14249
14497
|
* Required permissions: `MANAGE_USERS`
|
|
14250
14498
|
* @summary Update
|
|
@@ -14253,7 +14501,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14253
14501
|
* @param {*} [options] Override http request option.
|
|
14254
14502
|
* @throws {RequiredError}
|
|
14255
14503
|
*/
|
|
14256
|
-
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?:
|
|
14504
|
+
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
14257
14505
|
};
|
|
14258
14506
|
/**
|
|
14259
14507
|
* UserApi - object-oriented interface
|
|
@@ -14496,7 +14744,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14496
14744
|
* @param {*} [options] Override http request option.
|
|
14497
14745
|
* @throws {RequiredError}
|
|
14498
14746
|
*/
|
|
14499
|
-
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?:
|
|
14747
|
+
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<VariableOutputDTOAPI>;
|
|
14500
14748
|
/**
|
|
14501
14749
|
* Required permissions: `MANAGE_VARIABLES`
|
|
14502
14750
|
* @summary Delete
|
|
@@ -14504,7 +14752,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14504
14752
|
* @param {*} [options] Override http request option.
|
|
14505
14753
|
* @throws {RequiredError}
|
|
14506
14754
|
*/
|
|
14507
|
-
variableControllerDelete(id: string, options?:
|
|
14755
|
+
variableControllerDelete(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14508
14756
|
/**
|
|
14509
14757
|
* Required permissions: `READ_VARIABLES`
|
|
14510
14758
|
* @summary Find one
|
|
@@ -14512,7 +14760,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14512
14760
|
* @param {*} [options] Override http request option.
|
|
14513
14761
|
* @throws {RequiredError}
|
|
14514
14762
|
*/
|
|
14515
|
-
variableControllerFindOne(id: string, options?:
|
|
14763
|
+
variableControllerFindOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<VariableOutputDTOAPI>;
|
|
14516
14764
|
/**
|
|
14517
14765
|
* Required permissions: `READ_VARIABLES`
|
|
14518
14766
|
* @summary Search
|
|
@@ -14520,7 +14768,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14520
14768
|
* @param {*} [options] Override http request option.
|
|
14521
14769
|
* @throws {RequiredError}
|
|
14522
14770
|
*/
|
|
14523
|
-
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?:
|
|
14771
|
+
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<VariableOutputArrayDTOAPI>;
|
|
14524
14772
|
/**
|
|
14525
14773
|
* Required permissions: `MANAGE_VARIABLES`
|
|
14526
14774
|
* @summary Update
|
|
@@ -14529,7 +14777,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14529
14777
|
* @param {*} [options] Override http request option.
|
|
14530
14778
|
* @throws {RequiredError}
|
|
14531
14779
|
*/
|
|
14532
|
-
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?:
|
|
14780
|
+
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<VariableOutputDTOAPI>;
|
|
14533
14781
|
};
|
|
14534
14782
|
/**
|
|
14535
14783
|
* VariableApi - object-oriented interface
|