@takaro/apiclient 0.0.0-dev.f68a514 → 0.0.0-dev.f76d332
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 +1256 -432
- package/dist/generated/api.d.ts.map +1 -1
- package/dist/generated/api.js +1146 -604
- 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 +2 -2
- package/dist/generated/configuration.js.map +1 -1
- package/dist/generated/index.d.ts +1 -1
- package/dist/generated/index.js +1 -1
- package/dist/lib/client.d.ts +2 -1
- package/dist/lib/client.d.ts.map +1 -1
- package/dist/lib/client.js +6 -1
- package/dist/lib/client.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/api.ts +2315 -1349
- package/src/generated/base.ts +1 -1
- package/src/generated/common.ts +1 -1
- package/src/generated/configuration.ts +2 -2
- package/src/generated/index.ts +1 -1
- package/src/lib/client.ts +11 -0
package/dist/generated/api.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Takaro
|
|
2
|
+
* Takaro API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 0.0.0
|
|
@@ -52,16 +52,16 @@ export interface ActivityInputDTO {
|
|
|
52
52
|
dataType: ActivityInputDTODataTypeEnum;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
|
-
* @type {
|
|
55
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
56
56
|
* @memberof ActivityInputDTO
|
|
57
57
|
*/
|
|
58
|
-
startDate?:
|
|
58
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
|
-
* @type {
|
|
61
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
62
62
|
* @memberof ActivityInputDTO
|
|
63
63
|
*/
|
|
64
|
-
endDate?:
|
|
64
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
65
65
|
}
|
|
66
66
|
export declare const ActivityInputDTOTimeTypeEnum: {
|
|
67
67
|
readonly Daily: "daily";
|
|
@@ -527,16 +527,16 @@ export interface BaseGameEvent {
|
|
|
527
527
|
export interface BaseStatsInputDTO {
|
|
528
528
|
/**
|
|
529
529
|
*
|
|
530
|
-
* @type {
|
|
530
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
531
531
|
* @memberof BaseStatsInputDTO
|
|
532
532
|
*/
|
|
533
|
-
startDate?:
|
|
533
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
534
534
|
/**
|
|
535
535
|
*
|
|
536
|
-
* @type {
|
|
536
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
537
537
|
* @memberof BaseStatsInputDTO
|
|
538
538
|
*/
|
|
539
|
-
endDate?:
|
|
539
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
540
540
|
}
|
|
541
541
|
/**
|
|
542
542
|
*
|
|
@@ -2849,6 +2849,8 @@ export declare const EventCreateDTOEventNameEnum: {
|
|
|
2849
2849
|
readonly PlayerBanned: "player-banned";
|
|
2850
2850
|
readonly PlayerUnbanned: "player-unbanned";
|
|
2851
2851
|
readonly PlayerDeleted: "player-deleted";
|
|
2852
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
2853
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
2852
2854
|
readonly PlayerConnected: "player-connected";
|
|
2853
2855
|
readonly PlayerDisconnected: "player-disconnected";
|
|
2854
2856
|
readonly ChatMessage: "chat-message";
|
|
@@ -3120,6 +3122,8 @@ export declare const EventOutputDTOEventNameEnum: {
|
|
|
3120
3122
|
readonly PlayerBanned: "player-banned";
|
|
3121
3123
|
readonly PlayerUnbanned: "player-unbanned";
|
|
3122
3124
|
readonly PlayerDeleted: "player-deleted";
|
|
3125
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
3126
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3123
3127
|
readonly PlayerConnected: "player-connected";
|
|
3124
3128
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3125
3129
|
readonly ChatMessage: "chat-message";
|
|
@@ -3131,7 +3135,7 @@ export type EventOutputDTOEventNameEnum = (typeof EventOutputDTOEventNameEnum)[k
|
|
|
3131
3135
|
* @type EventOutputDTOMeta
|
|
3132
3136
|
* @export
|
|
3133
3137
|
*/
|
|
3134
|
-
export type EventOutputDTOMeta = EventChatMessage | EventEntityKilled | EventLogLine | EventPlayerConnected | EventPlayerDeath | EventPlayerDisconnected | HookEventDiscordMessage | TakaroEventCommandExecuted | TakaroEventCommandExecutionDenied | TakaroEventCronjobExecuted | TakaroEventCurrencyAdded | TakaroEventCurrencyDeducted | TakaroEventCurrencyResetAll | TakaroEventGameserverCreated | TakaroEventGameserverDeleted | TakaroEventGameserverUpdated | TakaroEventHookExecuted | TakaroEventModuleCreated | TakaroEventModuleDeleted | TakaroEventModuleInstalled | TakaroEventModuleUninstalled | TakaroEventModuleUpdated | TakaroEventPlayerBanned | TakaroEventPlayerCreated | TakaroEventPlayerDeleted | TakaroEventPlayerLinked | TakaroEventPlayerNewIpDetected | TakaroEventPlayerNewNameDetected | TakaroEventPlayerUnbanned | TakaroEventRoleAssigned | TakaroEventRoleCreated | TakaroEventRoleDeleted | TakaroEventRoleRemoved | TakaroEventRoleUpdated | TakaroEventServerStatusChanged | TakaroEventSettingsSet | TakaroEventShopListingCreated | TakaroEventShopListingDeleted | TakaroEventShopListingUpdated | TakaroEventShopOrderCreated | TakaroEventShopOrderDeliveryFailed | TakaroEventShopOrderStatusChanged;
|
|
3138
|
+
export type EventOutputDTOMeta = EventChatMessage | EventEntityKilled | EventLogLine | EventPlayerConnected | EventPlayerDeath | EventPlayerDisconnected | HookEventDiscordMessage | TakaroEventCommandExecuted | TakaroEventCommandExecutionDenied | TakaroEventCronjobExecuted | TakaroEventCurrencyAdded | TakaroEventCurrencyDeducted | TakaroEventCurrencyResetAll | TakaroEventGameserverCreated | TakaroEventGameserverDeleted | TakaroEventGameserverUpdated | TakaroEventHookExecuted | TakaroEventModuleCreated | TakaroEventModuleDeleted | TakaroEventModuleInstalled | TakaroEventModuleUninstalled | TakaroEventModuleUpdated | TakaroEventPlayerBanned | TakaroEventPlayerCreated | TakaroEventPlayerDeleted | TakaroEventPlayerInventoryChanged | TakaroEventPlayerLinked | TakaroEventPlayerNewIpDetected | TakaroEventPlayerNewNameDetected | TakaroEventPlayerUnbanned | TakaroEventRoleAssigned | TakaroEventRoleCreated | TakaroEventRoleDeleted | TakaroEventRoleRemoved | TakaroEventRoleUpdated | TakaroEventServerStatusChanged | TakaroEventSettingsSet | TakaroEventShopActionExecuted | TakaroEventShopListingCreated | TakaroEventShopListingDeleted | TakaroEventShopListingUpdated | TakaroEventShopOrderCreated | TakaroEventShopOrderDeliveryFailed | TakaroEventShopOrderStatusChanged;
|
|
3135
3139
|
/**
|
|
3136
3140
|
*
|
|
3137
3141
|
* @export
|
|
@@ -3304,6 +3308,8 @@ export declare const EventSearchInputAllowedFiltersEventNameEnum: {
|
|
|
3304
3308
|
readonly PlayerBanned: "player-banned";
|
|
3305
3309
|
readonly PlayerUnbanned: "player-unbanned";
|
|
3306
3310
|
readonly PlayerDeleted: "player-deleted";
|
|
3311
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
3312
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3307
3313
|
readonly PlayerConnected: "player-connected";
|
|
3308
3314
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3309
3315
|
readonly ChatMessage: "chat-message";
|
|
@@ -3434,16 +3440,16 @@ export interface EventsCountInputDTO {
|
|
|
3434
3440
|
bucketStep: EventsCountInputDTOBucketStepEnum;
|
|
3435
3441
|
/**
|
|
3436
3442
|
*
|
|
3437
|
-
* @type {
|
|
3443
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
3438
3444
|
* @memberof EventsCountInputDTO
|
|
3439
3445
|
*/
|
|
3440
|
-
startDate?:
|
|
3446
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
3441
3447
|
/**
|
|
3442
3448
|
*
|
|
3443
|
-
* @type {
|
|
3449
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
3444
3450
|
* @memberof EventsCountInputDTO
|
|
3445
3451
|
*/
|
|
3446
|
-
endDate?:
|
|
3452
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
3447
3453
|
}
|
|
3448
3454
|
export declare const EventsCountInputDTOEventNameEnum: {
|
|
3449
3455
|
readonly RoleAssigned: "role-assigned";
|
|
@@ -3481,6 +3487,8 @@ export declare const EventsCountInputDTOEventNameEnum: {
|
|
|
3481
3487
|
readonly PlayerBanned: "player-banned";
|
|
3482
3488
|
readonly PlayerUnbanned: "player-unbanned";
|
|
3483
3489
|
readonly PlayerDeleted: "player-deleted";
|
|
3490
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
3491
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3484
3492
|
readonly PlayerConnected: "player-connected";
|
|
3485
3493
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3486
3494
|
readonly ChatMessage: "chat-message";
|
|
@@ -4698,6 +4706,8 @@ export declare const HookCreateDTOEventTypeEnum: {
|
|
|
4698
4706
|
readonly PlayerBanned: "player-banned";
|
|
4699
4707
|
readonly PlayerUnbanned: "player-unbanned";
|
|
4700
4708
|
readonly PlayerDeleted: "player-deleted";
|
|
4709
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
4710
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
4701
4711
|
};
|
|
4702
4712
|
export type HookCreateDTOEventTypeEnum = (typeof HookCreateDTOEventTypeEnum)[keyof typeof HookCreateDTOEventTypeEnum];
|
|
4703
4713
|
/**
|
|
@@ -4854,6 +4864,8 @@ export declare const HookOutputDTOEventTypeEnum: {
|
|
|
4854
4864
|
readonly PlayerBanned: "player-banned";
|
|
4855
4865
|
readonly PlayerUnbanned: "player-unbanned";
|
|
4856
4866
|
readonly PlayerDeleted: "player-deleted";
|
|
4867
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
4868
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
4857
4869
|
};
|
|
4858
4870
|
export type HookOutputDTOEventTypeEnum = (typeof HookOutputDTOEventTypeEnum)[keyof typeof HookOutputDTOEventTypeEnum];
|
|
4859
4871
|
/**
|
|
@@ -4955,6 +4967,8 @@ export declare const HookSearchInputAllowedFiltersEventTypeEnum: {
|
|
|
4955
4967
|
readonly PlayerBanned: "player-banned";
|
|
4956
4968
|
readonly PlayerUnbanned: "player-unbanned";
|
|
4957
4969
|
readonly PlayerDeleted: "player-deleted";
|
|
4970
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
4971
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
4958
4972
|
};
|
|
4959
4973
|
export type HookSearchInputAllowedFiltersEventTypeEnum = (typeof HookSearchInputAllowedFiltersEventTypeEnum)[keyof typeof HookSearchInputAllowedFiltersEventTypeEnum];
|
|
4960
4974
|
/**
|
|
@@ -5121,6 +5135,8 @@ export declare const HookTriggerDTOEventTypeEnum: {
|
|
|
5121
5135
|
readonly PlayerBanned: "player-banned";
|
|
5122
5136
|
readonly PlayerUnbanned: "player-unbanned";
|
|
5123
5137
|
readonly PlayerDeleted: "player-deleted";
|
|
5138
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
5139
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5124
5140
|
};
|
|
5125
5141
|
export type HookTriggerDTOEventTypeEnum = (typeof HookTriggerDTOEventTypeEnum)[keyof typeof HookTriggerDTOEventTypeEnum];
|
|
5126
5142
|
/**
|
|
@@ -5203,6 +5219,8 @@ export declare const HookUpdateDTOEventTypeEnum: {
|
|
|
5203
5219
|
readonly PlayerBanned: "player-banned";
|
|
5204
5220
|
readonly PlayerUnbanned: "player-unbanned";
|
|
5205
5221
|
readonly PlayerDeleted: "player-deleted";
|
|
5222
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
5223
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5206
5224
|
};
|
|
5207
5225
|
export type HookUpdateDTOEventTypeEnum = (typeof HookUpdateDTOEventTypeEnum)[keyof typeof HookUpdateDTOEventTypeEnum];
|
|
5208
5226
|
/**
|
|
@@ -5525,6 +5543,8 @@ export declare const IHookEventTypeEnum: {
|
|
|
5525
5543
|
readonly PlayerBanned: "player-banned";
|
|
5526
5544
|
readonly PlayerUnbanned: "player-unbanned";
|
|
5527
5545
|
readonly PlayerDeleted: "player-deleted";
|
|
5546
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
5547
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5528
5548
|
};
|
|
5529
5549
|
export type IHookEventTypeEnum = (typeof IHookEventTypeEnum)[keyof typeof IHookEventTypeEnum];
|
|
5530
5550
|
/**
|
|
@@ -5713,6 +5733,31 @@ export interface IPosition {
|
|
|
5713
5733
|
*/
|
|
5714
5734
|
dimension?: string;
|
|
5715
5735
|
}
|
|
5736
|
+
/**
|
|
5737
|
+
*
|
|
5738
|
+
* @export
|
|
5739
|
+
* @interface IShopAction
|
|
5740
|
+
*/
|
|
5741
|
+
export interface IShopAction {
|
|
5742
|
+
/**
|
|
5743
|
+
*
|
|
5744
|
+
* @type {string}
|
|
5745
|
+
* @memberof IShopAction
|
|
5746
|
+
*/
|
|
5747
|
+
name: string;
|
|
5748
|
+
/**
|
|
5749
|
+
*
|
|
5750
|
+
* @type {string}
|
|
5751
|
+
* @memberof IShopAction
|
|
5752
|
+
*/
|
|
5753
|
+
description?: string;
|
|
5754
|
+
/**
|
|
5755
|
+
*
|
|
5756
|
+
* @type {string}
|
|
5757
|
+
* @memberof IShopAction
|
|
5758
|
+
*/
|
|
5759
|
+
function: string;
|
|
5760
|
+
}
|
|
5716
5761
|
/**
|
|
5717
5762
|
*
|
|
5718
5763
|
* @export
|
|
@@ -6409,16 +6454,16 @@ export interface LatencyInputDTO {
|
|
|
6409
6454
|
gameServerId: string;
|
|
6410
6455
|
/**
|
|
6411
6456
|
*
|
|
6412
|
-
* @type {
|
|
6457
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
6413
6458
|
* @memberof LatencyInputDTO
|
|
6414
6459
|
*/
|
|
6415
|
-
startDate?:
|
|
6460
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
6416
6461
|
/**
|
|
6417
6462
|
*
|
|
6418
|
-
* @type {
|
|
6463
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
6419
6464
|
* @memberof LatencyInputDTO
|
|
6420
6465
|
*/
|
|
6421
|
-
endDate?:
|
|
6466
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
6422
6467
|
}
|
|
6423
6468
|
/**
|
|
6424
6469
|
*
|
|
@@ -6722,10 +6767,10 @@ export interface MessageSendInputDTO {
|
|
|
6722
6767
|
export interface MetadataOutput {
|
|
6723
6768
|
/**
|
|
6724
6769
|
*
|
|
6725
|
-
* @type {
|
|
6770
|
+
* @type {MetadataOutputServerTime}
|
|
6726
6771
|
* @memberof MetadataOutput
|
|
6727
6772
|
*/
|
|
6728
|
-
serverTime:
|
|
6773
|
+
serverTime: MetadataOutputServerTime;
|
|
6729
6774
|
/**
|
|
6730
6775
|
*
|
|
6731
6776
|
* @type {ErrorOutput}
|
|
@@ -6751,6 +6796,11 @@ export interface MetadataOutput {
|
|
|
6751
6796
|
*/
|
|
6752
6797
|
total?: number;
|
|
6753
6798
|
}
|
|
6799
|
+
/**
|
|
6800
|
+
* @type MetadataOutputServerTime
|
|
6801
|
+
* @export
|
|
6802
|
+
*/
|
|
6803
|
+
export type MetadataOutputServerTime = string;
|
|
6754
6804
|
/**
|
|
6755
6805
|
*
|
|
6756
6806
|
* @export
|
|
@@ -7446,6 +7496,12 @@ export interface ModuleTransferVersionDTO {
|
|
|
7446
7496
|
* @memberof ModuleTransferVersionDTO
|
|
7447
7497
|
*/
|
|
7448
7498
|
permissions?: Array<IPermission>;
|
|
7499
|
+
/**
|
|
7500
|
+
*
|
|
7501
|
+
* @type {Array<IShopAction>}
|
|
7502
|
+
* @memberof ModuleTransferVersionDTO
|
|
7503
|
+
*/
|
|
7504
|
+
shopActions?: Array<IShopAction>;
|
|
7449
7505
|
}
|
|
7450
7506
|
/**
|
|
7451
7507
|
*
|
|
@@ -7594,6 +7650,12 @@ export interface ModuleVersionOutputDTO {
|
|
|
7594
7650
|
* @memberof ModuleVersionOutputDTO
|
|
7595
7651
|
*/
|
|
7596
7652
|
permissions: Array<PermissionOutputDTO>;
|
|
7653
|
+
/**
|
|
7654
|
+
*
|
|
7655
|
+
* @type {Array<ShopActionOutputDTO>}
|
|
7656
|
+
* @memberof ModuleVersionOutputDTO
|
|
7657
|
+
*/
|
|
7658
|
+
shopActions: Array<ShopActionOutputDTO>;
|
|
7597
7659
|
/**
|
|
7598
7660
|
*
|
|
7599
7661
|
* @type {string}
|
|
@@ -7854,16 +7916,16 @@ export interface OptionalPogStatsInputDTO {
|
|
|
7854
7916
|
playerId?: string;
|
|
7855
7917
|
/**
|
|
7856
7918
|
*
|
|
7857
|
-
* @type {
|
|
7919
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
7858
7920
|
* @memberof OptionalPogStatsInputDTO
|
|
7859
7921
|
*/
|
|
7860
|
-
startDate?:
|
|
7922
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
7861
7923
|
/**
|
|
7862
7924
|
*
|
|
7863
|
-
* @type {
|
|
7925
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
7864
7926
|
* @memberof OptionalPogStatsInputDTO
|
|
7865
7927
|
*/
|
|
7866
|
-
endDate?:
|
|
7928
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
7867
7929
|
}
|
|
7868
7930
|
/**
|
|
7869
7931
|
*
|
|
@@ -8003,6 +8065,19 @@ export interface PaginationParamsWithGameServer {
|
|
|
8003
8065
|
*/
|
|
8004
8066
|
limit?: number;
|
|
8005
8067
|
}
|
|
8068
|
+
/**
|
|
8069
|
+
*
|
|
8070
|
+
* @export
|
|
8071
|
+
* @interface ParamGameServerId
|
|
8072
|
+
*/
|
|
8073
|
+
export interface ParamGameServerId {
|
|
8074
|
+
/**
|
|
8075
|
+
*
|
|
8076
|
+
* @type {string}
|
|
8077
|
+
* @memberof ParamGameServerId
|
|
8078
|
+
*/
|
|
8079
|
+
gameServerId: string;
|
|
8080
|
+
}
|
|
8006
8081
|
/**
|
|
8007
8082
|
*
|
|
8008
8083
|
* @export
|
|
@@ -8448,6 +8523,12 @@ export interface PlayerInventoryHistoryInputDTO {
|
|
|
8448
8523
|
* @memberof PlayerInventoryHistoryInputDTO
|
|
8449
8524
|
*/
|
|
8450
8525
|
playerId: string;
|
|
8526
|
+
/**
|
|
8527
|
+
*
|
|
8528
|
+
* @type {string}
|
|
8529
|
+
* @memberof PlayerInventoryHistoryInputDTO
|
|
8530
|
+
*/
|
|
8531
|
+
gameServerId: string;
|
|
8451
8532
|
/**
|
|
8452
8533
|
*
|
|
8453
8534
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -8890,6 +8971,12 @@ export interface PlayerOnGameServerSetCurrencyInputDTO {
|
|
|
8890
8971
|
* @memberof PlayerOnGameServerSetCurrencyInputDTO
|
|
8891
8972
|
*/
|
|
8892
8973
|
currency: number;
|
|
8974
|
+
/**
|
|
8975
|
+
*
|
|
8976
|
+
* @type {string}
|
|
8977
|
+
* @memberof PlayerOnGameServerSetCurrencyInputDTO
|
|
8978
|
+
*/
|
|
8979
|
+
reason?: string;
|
|
8893
8980
|
}
|
|
8894
8981
|
/**
|
|
8895
8982
|
*
|
|
@@ -9895,16 +9982,16 @@ export interface PlayersOnlineInputDTO {
|
|
|
9895
9982
|
gameServerId?: string;
|
|
9896
9983
|
/**
|
|
9897
9984
|
*
|
|
9898
|
-
* @type {
|
|
9985
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
9899
9986
|
* @memberof PlayersOnlineInputDTO
|
|
9900
9987
|
*/
|
|
9901
|
-
startDate?:
|
|
9988
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
9902
9989
|
/**
|
|
9903
9990
|
*
|
|
9904
|
-
* @type {
|
|
9991
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
9905
9992
|
* @memberof PlayersOnlineInputDTO
|
|
9906
9993
|
*/
|
|
9907
|
-
endDate?:
|
|
9994
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
9908
9995
|
}
|
|
9909
9996
|
/**
|
|
9910
9997
|
*
|
|
@@ -10021,16 +10108,16 @@ export interface PogStatsInputDTO {
|
|
|
10021
10108
|
playerId: string;
|
|
10022
10109
|
/**
|
|
10023
10110
|
*
|
|
10024
|
-
* @type {
|
|
10111
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
10025
10112
|
* @memberof PogStatsInputDTO
|
|
10026
10113
|
*/
|
|
10027
|
-
startDate?:
|
|
10114
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
10028
10115
|
/**
|
|
10029
10116
|
*
|
|
10030
|
-
* @type {
|
|
10117
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
10031
10118
|
* @memberof PogStatsInputDTO
|
|
10032
10119
|
*/
|
|
10033
|
-
endDate?:
|
|
10120
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
10034
10121
|
}
|
|
10035
10122
|
/**
|
|
10036
10123
|
*
|
|
@@ -10910,252 +10997,505 @@ export interface SettingsSetDTO {
|
|
|
10910
10997
|
/**
|
|
10911
10998
|
*
|
|
10912
10999
|
* @export
|
|
10913
|
-
* @interface
|
|
11000
|
+
* @interface ShopActionCreateDTO
|
|
10914
11001
|
*/
|
|
10915
|
-
export interface
|
|
11002
|
+
export interface ShopActionCreateDTO {
|
|
10916
11003
|
/**
|
|
10917
11004
|
*
|
|
10918
|
-
* @type {
|
|
10919
|
-
* @memberof
|
|
11005
|
+
* @type {string}
|
|
11006
|
+
* @memberof ShopActionCreateDTO
|
|
10920
11007
|
*/
|
|
10921
|
-
|
|
11008
|
+
name: string;
|
|
10922
11009
|
/**
|
|
10923
11010
|
*
|
|
10924
|
-
* @type {
|
|
10925
|
-
* @memberof
|
|
11011
|
+
* @type {string}
|
|
11012
|
+
* @memberof ShopActionCreateDTO
|
|
10926
11013
|
*/
|
|
10927
|
-
|
|
11014
|
+
description?: string;
|
|
10928
11015
|
/**
|
|
10929
11016
|
*
|
|
10930
|
-
* @type {
|
|
10931
|
-
* @memberof
|
|
11017
|
+
* @type {string}
|
|
11018
|
+
* @memberof ShopActionCreateDTO
|
|
10932
11019
|
*/
|
|
10933
|
-
|
|
11020
|
+
versionId: string;
|
|
11021
|
+
/**
|
|
11022
|
+
*
|
|
11023
|
+
* @type {string}
|
|
11024
|
+
* @memberof ShopActionCreateDTO
|
|
11025
|
+
*/
|
|
11026
|
+
function?: string;
|
|
10934
11027
|
}
|
|
10935
11028
|
/**
|
|
10936
11029
|
*
|
|
10937
11030
|
* @export
|
|
10938
|
-
* @interface
|
|
11031
|
+
* @interface ShopActionOutputArrayDTOAPI
|
|
10939
11032
|
*/
|
|
10940
|
-
export interface
|
|
11033
|
+
export interface ShopActionOutputArrayDTOAPI {
|
|
10941
11034
|
/**
|
|
10942
11035
|
*
|
|
10943
|
-
* @type {
|
|
10944
|
-
* @memberof
|
|
11036
|
+
* @type {Array<ShopActionOutputDTO>}
|
|
11037
|
+
* @memberof ShopActionOutputArrayDTOAPI
|
|
10945
11038
|
*/
|
|
10946
|
-
|
|
11039
|
+
data: Array<ShopActionOutputDTO>;
|
|
10947
11040
|
/**
|
|
10948
11041
|
*
|
|
10949
|
-
* @type {
|
|
10950
|
-
* @memberof
|
|
11042
|
+
* @type {MetadataOutput}
|
|
11043
|
+
* @memberof ShopActionOutputArrayDTOAPI
|
|
10951
11044
|
*/
|
|
10952
|
-
|
|
11045
|
+
meta: MetadataOutput;
|
|
11046
|
+
}
|
|
11047
|
+
/**
|
|
11048
|
+
*
|
|
11049
|
+
* @export
|
|
11050
|
+
* @interface ShopActionOutputDTO
|
|
11051
|
+
*/
|
|
11052
|
+
export interface ShopActionOutputDTO {
|
|
10953
11053
|
/**
|
|
10954
11054
|
*
|
|
10955
|
-
* @type {
|
|
10956
|
-
* @memberof
|
|
11055
|
+
* @type {string}
|
|
11056
|
+
* @memberof ShopActionOutputDTO
|
|
10957
11057
|
*/
|
|
10958
|
-
|
|
11058
|
+
name: string;
|
|
10959
11059
|
/**
|
|
10960
11060
|
*
|
|
10961
|
-
* @type {
|
|
10962
|
-
* @memberof
|
|
11061
|
+
* @type {string}
|
|
11062
|
+
* @memberof ShopActionOutputDTO
|
|
10963
11063
|
*/
|
|
10964
|
-
|
|
11064
|
+
description?: string;
|
|
10965
11065
|
/**
|
|
10966
11066
|
*
|
|
10967
|
-
* @type {
|
|
10968
|
-
* @memberof
|
|
11067
|
+
* @type {FunctionOutputDTO}
|
|
11068
|
+
* @memberof ShopActionOutputDTO
|
|
10969
11069
|
*/
|
|
10970
|
-
|
|
11070
|
+
function: FunctionOutputDTO;
|
|
10971
11071
|
/**
|
|
10972
11072
|
*
|
|
10973
|
-
* @type {
|
|
10974
|
-
* @memberof
|
|
11073
|
+
* @type {string}
|
|
11074
|
+
* @memberof ShopActionOutputDTO
|
|
10975
11075
|
*/
|
|
10976
|
-
|
|
11076
|
+
versionId: string;
|
|
10977
11077
|
/**
|
|
10978
11078
|
*
|
|
10979
11079
|
* @type {string}
|
|
10980
|
-
* @memberof
|
|
11080
|
+
* @memberof ShopActionOutputDTO
|
|
10981
11081
|
*/
|
|
10982
|
-
|
|
11082
|
+
id: string;
|
|
10983
11083
|
/**
|
|
10984
11084
|
*
|
|
10985
|
-
* @type {
|
|
10986
|
-
* @memberof
|
|
11085
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
11086
|
+
* @memberof ShopActionOutputDTO
|
|
10987
11087
|
*/
|
|
10988
|
-
|
|
11088
|
+
createdAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
10989
11089
|
/**
|
|
10990
11090
|
*
|
|
10991
|
-
* @type {
|
|
10992
|
-
* @memberof
|
|
11091
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
11092
|
+
* @memberof ShopActionOutputDTO
|
|
10993
11093
|
*/
|
|
10994
|
-
|
|
11094
|
+
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
10995
11095
|
}
|
|
10996
11096
|
/**
|
|
10997
11097
|
*
|
|
10998
11098
|
* @export
|
|
10999
|
-
* @interface
|
|
11099
|
+
* @interface ShopActionOutputDTOAPI
|
|
11000
11100
|
*/
|
|
11001
|
-
export interface
|
|
11101
|
+
export interface ShopActionOutputDTOAPI {
|
|
11002
11102
|
/**
|
|
11003
11103
|
*
|
|
11004
|
-
* @type {
|
|
11005
|
-
* @memberof
|
|
11104
|
+
* @type {ShopActionOutputDTO}
|
|
11105
|
+
* @memberof ShopActionOutputDTOAPI
|
|
11006
11106
|
*/
|
|
11007
|
-
data:
|
|
11107
|
+
data: ShopActionOutputDTO;
|
|
11008
11108
|
/**
|
|
11009
11109
|
*
|
|
11010
11110
|
* @type {MetadataOutput}
|
|
11011
|
-
* @memberof
|
|
11111
|
+
* @memberof ShopActionOutputDTOAPI
|
|
11012
11112
|
*/
|
|
11013
11113
|
meta: MetadataOutput;
|
|
11014
11114
|
}
|
|
11015
11115
|
/**
|
|
11016
11116
|
*
|
|
11017
11117
|
* @export
|
|
11018
|
-
* @interface
|
|
11118
|
+
* @interface ShopActionSearchInputAllowedFilters
|
|
11019
11119
|
*/
|
|
11020
|
-
export interface
|
|
11120
|
+
export interface ShopActionSearchInputAllowedFilters {
|
|
11021
11121
|
/**
|
|
11022
11122
|
*
|
|
11023
11123
|
* @type {Array<string>}
|
|
11024
|
-
* @memberof
|
|
11124
|
+
* @memberof ShopActionSearchInputAllowedFilters
|
|
11025
11125
|
*/
|
|
11026
|
-
|
|
11126
|
+
moduleId?: Array<string>;
|
|
11027
11127
|
/**
|
|
11028
11128
|
*
|
|
11029
|
-
* @type {string}
|
|
11030
|
-
* @memberof
|
|
11129
|
+
* @type {Array<string>}
|
|
11130
|
+
* @memberof ShopActionSearchInputAllowedFilters
|
|
11031
11131
|
*/
|
|
11032
|
-
|
|
11033
|
-
}
|
|
11034
|
-
export declare const ShopAnalyticsQueryDTOPeriodEnum: {
|
|
11035
|
-
readonly Last24Hours: "last24Hours";
|
|
11036
|
-
readonly Last7Days: "last7Days";
|
|
11037
|
-
readonly Last30Days: "last30Days";
|
|
11038
|
-
readonly Last90Days: "last90Days";
|
|
11039
|
-
};
|
|
11040
|
-
export type ShopAnalyticsQueryDTOPeriodEnum = (typeof ShopAnalyticsQueryDTOPeriodEnum)[keyof typeof ShopAnalyticsQueryDTOPeriodEnum];
|
|
11041
|
-
/**
|
|
11042
|
-
*
|
|
11043
|
-
* @export
|
|
11044
|
-
* @interface ShopCategoryBulkAssignDTO
|
|
11045
|
-
*/
|
|
11046
|
-
export interface ShopCategoryBulkAssignDTO {
|
|
11132
|
+
versionId?: Array<string>;
|
|
11047
11133
|
/**
|
|
11048
11134
|
*
|
|
11049
11135
|
* @type {Array<string>}
|
|
11050
|
-
* @memberof
|
|
11136
|
+
* @memberof ShopActionSearchInputAllowedFilters
|
|
11051
11137
|
*/
|
|
11052
|
-
|
|
11138
|
+
name?: Array<string>;
|
|
11053
11139
|
/**
|
|
11054
11140
|
*
|
|
11055
11141
|
* @type {Array<string>}
|
|
11056
|
-
* @memberof
|
|
11142
|
+
* @memberof ShopActionSearchInputAllowedFilters
|
|
11057
11143
|
*/
|
|
11058
|
-
|
|
11144
|
+
id?: Array<string>;
|
|
11145
|
+
}
|
|
11146
|
+
/**
|
|
11147
|
+
*
|
|
11148
|
+
* @export
|
|
11149
|
+
* @interface ShopActionSearchInputAllowedSearch
|
|
11150
|
+
*/
|
|
11151
|
+
export interface ShopActionSearchInputAllowedSearch {
|
|
11059
11152
|
/**
|
|
11060
11153
|
*
|
|
11061
11154
|
* @type {Array<string>}
|
|
11062
|
-
* @memberof
|
|
11155
|
+
* @memberof ShopActionSearchInputAllowedSearch
|
|
11063
11156
|
*/
|
|
11064
|
-
|
|
11157
|
+
name?: Array<string>;
|
|
11065
11158
|
}
|
|
11066
11159
|
/**
|
|
11067
11160
|
*
|
|
11068
11161
|
* @export
|
|
11069
|
-
* @interface
|
|
11162
|
+
* @interface ShopActionSearchInputDTO
|
|
11070
11163
|
*/
|
|
11071
|
-
export interface
|
|
11164
|
+
export interface ShopActionSearchInputDTO {
|
|
11072
11165
|
/**
|
|
11073
11166
|
*
|
|
11074
|
-
* @type {
|
|
11075
|
-
* @memberof
|
|
11167
|
+
* @type {ShopActionSearchInputAllowedFilters}
|
|
11168
|
+
* @memberof ShopActionSearchInputDTO
|
|
11076
11169
|
*/
|
|
11077
|
-
|
|
11170
|
+
filters?: ShopActionSearchInputAllowedFilters;
|
|
11078
11171
|
/**
|
|
11079
11172
|
*
|
|
11080
|
-
* @type {
|
|
11081
|
-
* @memberof
|
|
11173
|
+
* @type {ShopActionSearchInputAllowedSearch}
|
|
11174
|
+
* @memberof ShopActionSearchInputDTO
|
|
11082
11175
|
*/
|
|
11083
|
-
|
|
11176
|
+
search?: ShopActionSearchInputAllowedSearch;
|
|
11084
11177
|
/**
|
|
11085
11178
|
*
|
|
11086
|
-
* @type {
|
|
11087
|
-
* @memberof
|
|
11179
|
+
* @type {any}
|
|
11180
|
+
* @memberof ShopActionSearchInputDTO
|
|
11088
11181
|
*/
|
|
11089
|
-
|
|
11090
|
-
}
|
|
11091
|
-
/**
|
|
11092
|
-
*
|
|
11093
|
-
* @export
|
|
11094
|
-
* @interface ShopCategoryMoveDTO
|
|
11095
|
-
*/
|
|
11096
|
-
export interface ShopCategoryMoveDTO {
|
|
11182
|
+
greaterThan?: any;
|
|
11097
11183
|
/**
|
|
11098
11184
|
*
|
|
11099
|
-
* @type {
|
|
11100
|
-
* @memberof
|
|
11185
|
+
* @type {any}
|
|
11186
|
+
* @memberof ShopActionSearchInputDTO
|
|
11101
11187
|
*/
|
|
11102
|
-
|
|
11103
|
-
}
|
|
11104
|
-
/**
|
|
11105
|
-
*
|
|
11106
|
-
* @export
|
|
11107
|
-
* @interface ShopCategoryOutputArrayDTOAPI
|
|
11108
|
-
*/
|
|
11109
|
-
export interface ShopCategoryOutputArrayDTOAPI {
|
|
11188
|
+
lessThan?: any;
|
|
11110
11189
|
/**
|
|
11111
11190
|
*
|
|
11112
|
-
* @type {
|
|
11113
|
-
* @memberof
|
|
11191
|
+
* @type {number}
|
|
11192
|
+
* @memberof ShopActionSearchInputDTO
|
|
11114
11193
|
*/
|
|
11115
|
-
|
|
11194
|
+
page?: number;
|
|
11116
11195
|
/**
|
|
11117
11196
|
*
|
|
11118
|
-
* @type {
|
|
11119
|
-
* @memberof
|
|
11197
|
+
* @type {number}
|
|
11198
|
+
* @memberof ShopActionSearchInputDTO
|
|
11120
11199
|
*/
|
|
11121
|
-
|
|
11122
|
-
}
|
|
11123
|
-
/**
|
|
11124
|
-
*
|
|
11125
|
-
* @export
|
|
11126
|
-
* @interface ShopCategoryOutputDTO
|
|
11127
|
-
*/
|
|
11128
|
-
export interface ShopCategoryOutputDTO {
|
|
11200
|
+
limit?: number;
|
|
11129
11201
|
/**
|
|
11130
11202
|
*
|
|
11131
11203
|
* @type {string}
|
|
11132
|
-
* @memberof
|
|
11204
|
+
* @memberof ShopActionSearchInputDTO
|
|
11133
11205
|
*/
|
|
11134
|
-
|
|
11206
|
+
sortBy?: string;
|
|
11135
11207
|
/**
|
|
11136
11208
|
*
|
|
11137
11209
|
* @type {string}
|
|
11138
|
-
* @memberof
|
|
11210
|
+
* @memberof ShopActionSearchInputDTO
|
|
11139
11211
|
*/
|
|
11140
|
-
|
|
11212
|
+
sortDirection?: ShopActionSearchInputDTOSortDirectionEnum;
|
|
11141
11213
|
/**
|
|
11142
11214
|
*
|
|
11143
|
-
* @type {string}
|
|
11144
|
-
* @memberof
|
|
11215
|
+
* @type {Array<string>}
|
|
11216
|
+
* @memberof ShopActionSearchInputDTO
|
|
11145
11217
|
*/
|
|
11146
|
-
|
|
11218
|
+
extend?: Array<string>;
|
|
11219
|
+
}
|
|
11220
|
+
export declare const ShopActionSearchInputDTOSortDirectionEnum: {
|
|
11221
|
+
readonly Asc: "asc";
|
|
11222
|
+
readonly Desc: "desc";
|
|
11223
|
+
};
|
|
11224
|
+
export type ShopActionSearchInputDTOSortDirectionEnum = (typeof ShopActionSearchInputDTOSortDirectionEnum)[keyof typeof ShopActionSearchInputDTOSortDirectionEnum];
|
|
11225
|
+
/**
|
|
11226
|
+
*
|
|
11227
|
+
* @export
|
|
11228
|
+
* @interface ShopActionUpdateDTO
|
|
11229
|
+
*/
|
|
11230
|
+
export interface ShopActionUpdateDTO {
|
|
11147
11231
|
/**
|
|
11148
11232
|
*
|
|
11149
11233
|
* @type {string}
|
|
11150
|
-
* @memberof
|
|
11234
|
+
* @memberof ShopActionUpdateDTO
|
|
11151
11235
|
*/
|
|
11152
|
-
|
|
11236
|
+
name?: string;
|
|
11153
11237
|
/**
|
|
11154
11238
|
*
|
|
11155
|
-
* @type {
|
|
11156
|
-
* @memberof
|
|
11239
|
+
* @type {string}
|
|
11240
|
+
* @memberof ShopActionUpdateDTO
|
|
11157
11241
|
*/
|
|
11158
|
-
|
|
11242
|
+
description?: string;
|
|
11243
|
+
/**
|
|
11244
|
+
*
|
|
11245
|
+
* @type {string}
|
|
11246
|
+
* @memberof ShopActionUpdateDTO
|
|
11247
|
+
*/
|
|
11248
|
+
function?: string;
|
|
11249
|
+
}
|
|
11250
|
+
/**
|
|
11251
|
+
*
|
|
11252
|
+
* @export
|
|
11253
|
+
* @interface ShopAnalyticsInputDTO
|
|
11254
|
+
*/
|
|
11255
|
+
export interface ShopAnalyticsInputDTO {
|
|
11256
|
+
/**
|
|
11257
|
+
*
|
|
11258
|
+
* @type {Array<string>}
|
|
11259
|
+
* @memberof ShopAnalyticsInputDTO
|
|
11260
|
+
*/
|
|
11261
|
+
gameServerIds?: Array<string>;
|
|
11262
|
+
/**
|
|
11263
|
+
*
|
|
11264
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
11265
|
+
* @memberof ShopAnalyticsInputDTO
|
|
11266
|
+
*/
|
|
11267
|
+
startDate?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
11268
|
+
/**
|
|
11269
|
+
*
|
|
11270
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
11271
|
+
* @memberof ShopAnalyticsInputDTO
|
|
11272
|
+
*/
|
|
11273
|
+
endDate?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
11274
|
+
}
|
|
11275
|
+
/**
|
|
11276
|
+
*
|
|
11277
|
+
* @export
|
|
11278
|
+
* @interface ShopAnalyticsOutputDTO
|
|
11279
|
+
*/
|
|
11280
|
+
export interface ShopAnalyticsOutputDTO {
|
|
11281
|
+
/**
|
|
11282
|
+
*
|
|
11283
|
+
* @type {KPIMetricsDTO}
|
|
11284
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11285
|
+
*/
|
|
11286
|
+
kpis: KPIMetricsDTO;
|
|
11287
|
+
/**
|
|
11288
|
+
*
|
|
11289
|
+
* @type {RevenueMetricsDTO}
|
|
11290
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11291
|
+
*/
|
|
11292
|
+
revenue: RevenueMetricsDTO;
|
|
11293
|
+
/**
|
|
11294
|
+
*
|
|
11295
|
+
* @type {ProductMetricsDTO}
|
|
11296
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11297
|
+
*/
|
|
11298
|
+
products: ProductMetricsDTO;
|
|
11299
|
+
/**
|
|
11300
|
+
*
|
|
11301
|
+
* @type {OrderMetricsDTO}
|
|
11302
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11303
|
+
*/
|
|
11304
|
+
orders: OrderMetricsDTO;
|
|
11305
|
+
/**
|
|
11306
|
+
*
|
|
11307
|
+
* @type {CustomerMetricsDTO}
|
|
11308
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11309
|
+
*/
|
|
11310
|
+
customers: CustomerMetricsDTO;
|
|
11311
|
+
/**
|
|
11312
|
+
*
|
|
11313
|
+
* @type {Array<InsightDTO>}
|
|
11314
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11315
|
+
*/
|
|
11316
|
+
insights: Array<InsightDTO>;
|
|
11317
|
+
/**
|
|
11318
|
+
*
|
|
11319
|
+
* @type {string}
|
|
11320
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11321
|
+
*/
|
|
11322
|
+
lastUpdated: string;
|
|
11323
|
+
/**
|
|
11324
|
+
*
|
|
11325
|
+
* @type {string}
|
|
11326
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11327
|
+
*/
|
|
11328
|
+
dateRange: string;
|
|
11329
|
+
/**
|
|
11330
|
+
*
|
|
11331
|
+
* @type {Array<string>}
|
|
11332
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11333
|
+
*/
|
|
11334
|
+
gameServerIds?: Array<string>;
|
|
11335
|
+
}
|
|
11336
|
+
/**
|
|
11337
|
+
*
|
|
11338
|
+
* @export
|
|
11339
|
+
* @interface ShopAnalyticsOutputDTOAPI
|
|
11340
|
+
*/
|
|
11341
|
+
export interface ShopAnalyticsOutputDTOAPI {
|
|
11342
|
+
/**
|
|
11343
|
+
*
|
|
11344
|
+
* @type {ShopAnalyticsOutputDTO}
|
|
11345
|
+
* @memberof ShopAnalyticsOutputDTOAPI
|
|
11346
|
+
*/
|
|
11347
|
+
data: ShopAnalyticsOutputDTO;
|
|
11348
|
+
/**
|
|
11349
|
+
*
|
|
11350
|
+
* @type {MetadataOutput}
|
|
11351
|
+
* @memberof ShopAnalyticsOutputDTOAPI
|
|
11352
|
+
*/
|
|
11353
|
+
meta: MetadataOutput;
|
|
11354
|
+
}
|
|
11355
|
+
/**
|
|
11356
|
+
*
|
|
11357
|
+
* @export
|
|
11358
|
+
* @interface ShopAnalyticsQueryDTO
|
|
11359
|
+
*/
|
|
11360
|
+
export interface ShopAnalyticsQueryDTO {
|
|
11361
|
+
/**
|
|
11362
|
+
*
|
|
11363
|
+
* @type {Array<string>}
|
|
11364
|
+
* @memberof ShopAnalyticsQueryDTO
|
|
11365
|
+
*/
|
|
11366
|
+
gameServerIds?: Array<string>;
|
|
11367
|
+
/**
|
|
11368
|
+
*
|
|
11369
|
+
* @type {string}
|
|
11370
|
+
* @memberof ShopAnalyticsQueryDTO
|
|
11371
|
+
*/
|
|
11372
|
+
period?: ShopAnalyticsQueryDTOPeriodEnum;
|
|
11373
|
+
}
|
|
11374
|
+
export declare const ShopAnalyticsQueryDTOPeriodEnum: {
|
|
11375
|
+
readonly Last24Hours: "last24Hours";
|
|
11376
|
+
readonly Last7Days: "last7Days";
|
|
11377
|
+
readonly Last30Days: "last30Days";
|
|
11378
|
+
readonly Last90Days: "last90Days";
|
|
11379
|
+
};
|
|
11380
|
+
export type ShopAnalyticsQueryDTOPeriodEnum = (typeof ShopAnalyticsQueryDTOPeriodEnum)[keyof typeof ShopAnalyticsQueryDTOPeriodEnum];
|
|
11381
|
+
/**
|
|
11382
|
+
*
|
|
11383
|
+
* @export
|
|
11384
|
+
* @interface ShopCategoryBulkAssignDTO
|
|
11385
|
+
*/
|
|
11386
|
+
export interface ShopCategoryBulkAssignDTO {
|
|
11387
|
+
/**
|
|
11388
|
+
*
|
|
11389
|
+
* @type {Array<string>}
|
|
11390
|
+
* @memberof ShopCategoryBulkAssignDTO
|
|
11391
|
+
*/
|
|
11392
|
+
listingIds: Array<string>;
|
|
11393
|
+
/**
|
|
11394
|
+
*
|
|
11395
|
+
* @type {Array<string>}
|
|
11396
|
+
* @memberof ShopCategoryBulkAssignDTO
|
|
11397
|
+
*/
|
|
11398
|
+
addCategoryIds?: Array<string>;
|
|
11399
|
+
/**
|
|
11400
|
+
*
|
|
11401
|
+
* @type {Array<string>}
|
|
11402
|
+
* @memberof ShopCategoryBulkAssignDTO
|
|
11403
|
+
*/
|
|
11404
|
+
removeCategoryIds?: Array<string>;
|
|
11405
|
+
}
|
|
11406
|
+
/**
|
|
11407
|
+
*
|
|
11408
|
+
* @export
|
|
11409
|
+
* @interface ShopCategoryCreateDTO
|
|
11410
|
+
*/
|
|
11411
|
+
export interface ShopCategoryCreateDTO {
|
|
11412
|
+
/**
|
|
11413
|
+
*
|
|
11414
|
+
* @type {string}
|
|
11415
|
+
* @memberof ShopCategoryCreateDTO
|
|
11416
|
+
*/
|
|
11417
|
+
name: string;
|
|
11418
|
+
/**
|
|
11419
|
+
*
|
|
11420
|
+
* @type {string}
|
|
11421
|
+
* @memberof ShopCategoryCreateDTO
|
|
11422
|
+
*/
|
|
11423
|
+
emoji: string;
|
|
11424
|
+
/**
|
|
11425
|
+
*
|
|
11426
|
+
* @type {string}
|
|
11427
|
+
* @memberof ShopCategoryCreateDTO
|
|
11428
|
+
*/
|
|
11429
|
+
parentId?: string;
|
|
11430
|
+
}
|
|
11431
|
+
/**
|
|
11432
|
+
*
|
|
11433
|
+
* @export
|
|
11434
|
+
* @interface ShopCategoryMoveDTO
|
|
11435
|
+
*/
|
|
11436
|
+
export interface ShopCategoryMoveDTO {
|
|
11437
|
+
/**
|
|
11438
|
+
*
|
|
11439
|
+
* @type {string}
|
|
11440
|
+
* @memberof ShopCategoryMoveDTO
|
|
11441
|
+
*/
|
|
11442
|
+
parentId?: string;
|
|
11443
|
+
}
|
|
11444
|
+
/**
|
|
11445
|
+
*
|
|
11446
|
+
* @export
|
|
11447
|
+
* @interface ShopCategoryOutputArrayDTOAPI
|
|
11448
|
+
*/
|
|
11449
|
+
export interface ShopCategoryOutputArrayDTOAPI {
|
|
11450
|
+
/**
|
|
11451
|
+
*
|
|
11452
|
+
* @type {Array<ShopCategoryOutputDTO>}
|
|
11453
|
+
* @memberof ShopCategoryOutputArrayDTOAPI
|
|
11454
|
+
*/
|
|
11455
|
+
data: Array<ShopCategoryOutputDTO>;
|
|
11456
|
+
/**
|
|
11457
|
+
*
|
|
11458
|
+
* @type {MetadataOutput}
|
|
11459
|
+
* @memberof ShopCategoryOutputArrayDTOAPI
|
|
11460
|
+
*/
|
|
11461
|
+
meta: MetadataOutput;
|
|
11462
|
+
}
|
|
11463
|
+
/**
|
|
11464
|
+
*
|
|
11465
|
+
* @export
|
|
11466
|
+
* @interface ShopCategoryOutputDTO
|
|
11467
|
+
*/
|
|
11468
|
+
export interface ShopCategoryOutputDTO {
|
|
11469
|
+
/**
|
|
11470
|
+
*
|
|
11471
|
+
* @type {string}
|
|
11472
|
+
* @memberof ShopCategoryOutputDTO
|
|
11473
|
+
*/
|
|
11474
|
+
id: string;
|
|
11475
|
+
/**
|
|
11476
|
+
*
|
|
11477
|
+
* @type {string}
|
|
11478
|
+
* @memberof ShopCategoryOutputDTO
|
|
11479
|
+
*/
|
|
11480
|
+
name: string;
|
|
11481
|
+
/**
|
|
11482
|
+
*
|
|
11483
|
+
* @type {string}
|
|
11484
|
+
* @memberof ShopCategoryOutputDTO
|
|
11485
|
+
*/
|
|
11486
|
+
emoji: string;
|
|
11487
|
+
/**
|
|
11488
|
+
*
|
|
11489
|
+
* @type {string}
|
|
11490
|
+
* @memberof ShopCategoryOutputDTO
|
|
11491
|
+
*/
|
|
11492
|
+
parentId?: string;
|
|
11493
|
+
/**
|
|
11494
|
+
*
|
|
11495
|
+
* @type {ShopCategoryOutputDTO}
|
|
11496
|
+
* @memberof ShopCategoryOutputDTO
|
|
11497
|
+
*/
|
|
11498
|
+
parent?: ShopCategoryOutputDTO;
|
|
11159
11499
|
/**
|
|
11160
11500
|
*
|
|
11161
11501
|
* @type {Array<ShopCategoryOutputDTO>}
|
|
@@ -11377,7 +11717,7 @@ export interface ShopListingCreateDTO {
|
|
|
11377
11717
|
* @type {Array<ShopListingItemMetaInputDTO>}
|
|
11378
11718
|
* @memberof ShopListingCreateDTO
|
|
11379
11719
|
*/
|
|
11380
|
-
items
|
|
11720
|
+
items?: Array<ShopListingItemMetaInputDTO>;
|
|
11381
11721
|
/**
|
|
11382
11722
|
*
|
|
11383
11723
|
* @type {number}
|
|
@@ -11396,12 +11736,24 @@ export interface ShopListingCreateDTO {
|
|
|
11396
11736
|
* @memberof ShopListingCreateDTO
|
|
11397
11737
|
*/
|
|
11398
11738
|
draft?: boolean;
|
|
11739
|
+
/**
|
|
11740
|
+
*
|
|
11741
|
+
* @type {string}
|
|
11742
|
+
* @memberof ShopListingCreateDTO
|
|
11743
|
+
*/
|
|
11744
|
+
shopActionId?: string;
|
|
11399
11745
|
/**
|
|
11400
11746
|
*
|
|
11401
11747
|
* @type {Array<string>}
|
|
11402
11748
|
* @memberof ShopListingCreateDTO
|
|
11403
11749
|
*/
|
|
11404
11750
|
categoryIds?: Array<string>;
|
|
11751
|
+
/**
|
|
11752
|
+
*
|
|
11753
|
+
* @type {number}
|
|
11754
|
+
* @memberof ShopListingCreateDTO
|
|
11755
|
+
*/
|
|
11756
|
+
sortOrder?: number;
|
|
11405
11757
|
}
|
|
11406
11758
|
/**
|
|
11407
11759
|
*
|
|
@@ -11532,6 +11884,12 @@ export interface ShopListingOutputDTO {
|
|
|
11532
11884
|
* @memberof ShopListingOutputDTO
|
|
11533
11885
|
*/
|
|
11534
11886
|
name: string;
|
|
11887
|
+
/**
|
|
11888
|
+
*
|
|
11889
|
+
* @type {number}
|
|
11890
|
+
* @memberof ShopListingOutputDTO
|
|
11891
|
+
*/
|
|
11892
|
+
sortOrder: number;
|
|
11535
11893
|
/**
|
|
11536
11894
|
*
|
|
11537
11895
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -11544,6 +11902,12 @@ export interface ShopListingOutputDTO {
|
|
|
11544
11902
|
* @memberof ShopListingOutputDTO
|
|
11545
11903
|
*/
|
|
11546
11904
|
draft: boolean;
|
|
11905
|
+
/**
|
|
11906
|
+
*
|
|
11907
|
+
* @type {string}
|
|
11908
|
+
* @memberof ShopListingOutputDTO
|
|
11909
|
+
*/
|
|
11910
|
+
shopActionId?: string;
|
|
11547
11911
|
/**
|
|
11548
11912
|
*
|
|
11549
11913
|
* @type {Array<ShopCategoryOutputDTO>}
|
|
@@ -11746,12 +12110,24 @@ export interface ShopListingUpdateDTO {
|
|
|
11746
12110
|
* @memberof ShopListingUpdateDTO
|
|
11747
12111
|
*/
|
|
11748
12112
|
name?: string;
|
|
12113
|
+
/**
|
|
12114
|
+
*
|
|
12115
|
+
* @type {number}
|
|
12116
|
+
* @memberof ShopListingUpdateDTO
|
|
12117
|
+
*/
|
|
12118
|
+
sortOrder?: number;
|
|
11749
12119
|
/**
|
|
11750
12120
|
*
|
|
11751
12121
|
* @type {boolean}
|
|
11752
12122
|
* @memberof ShopListingUpdateDTO
|
|
11753
12123
|
*/
|
|
11754
12124
|
draft?: boolean;
|
|
12125
|
+
/**
|
|
12126
|
+
*
|
|
12127
|
+
* @type {string}
|
|
12128
|
+
* @memberof ShopListingUpdateDTO
|
|
12129
|
+
*/
|
|
12130
|
+
shopActionId?: string;
|
|
11755
12131
|
/**
|
|
11756
12132
|
*
|
|
11757
12133
|
* @type {Array<string>}
|
|
@@ -12154,6 +12530,11 @@ export interface SmallModuleVersionOutputDTO {
|
|
|
12154
12530
|
*/
|
|
12155
12531
|
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
12156
12532
|
}
|
|
12533
|
+
/**
|
|
12534
|
+
* @type StatsControllerGetPingStatsStartDateParameter
|
|
12535
|
+
* @export
|
|
12536
|
+
*/
|
|
12537
|
+
export type StatsControllerGetPingStatsStartDateParameter = string;
|
|
12157
12538
|
/**
|
|
12158
12539
|
*
|
|
12159
12540
|
* @export
|
|
@@ -12317,6 +12698,12 @@ export interface TakaroEventCurrencyAdded {
|
|
|
12317
12698
|
* @memberof TakaroEventCurrencyAdded
|
|
12318
12699
|
*/
|
|
12319
12700
|
amount: number;
|
|
12701
|
+
/**
|
|
12702
|
+
*
|
|
12703
|
+
* @type {string}
|
|
12704
|
+
* @memberof TakaroEventCurrencyAdded
|
|
12705
|
+
*/
|
|
12706
|
+
reason?: string;
|
|
12320
12707
|
/**
|
|
12321
12708
|
*
|
|
12322
12709
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -12336,6 +12723,12 @@ export interface TakaroEventCurrencyDeducted {
|
|
|
12336
12723
|
* @memberof TakaroEventCurrencyDeducted
|
|
12337
12724
|
*/
|
|
12338
12725
|
amount: number;
|
|
12726
|
+
/**
|
|
12727
|
+
*
|
|
12728
|
+
* @type {string}
|
|
12729
|
+
* @memberof TakaroEventCurrencyDeducted
|
|
12730
|
+
*/
|
|
12731
|
+
reason?: string;
|
|
12339
12732
|
/**
|
|
12340
12733
|
*
|
|
12341
12734
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -12608,6 +13001,37 @@ export interface TakaroEventModuleUpdated {
|
|
|
12608
13001
|
*/
|
|
12609
13002
|
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
12610
13003
|
}
|
|
13004
|
+
/**
|
|
13005
|
+
*
|
|
13006
|
+
* @export
|
|
13007
|
+
* @interface TakaroEventPermissionDiff
|
|
13008
|
+
*/
|
|
13009
|
+
export interface TakaroEventPermissionDiff {
|
|
13010
|
+
/**
|
|
13011
|
+
*
|
|
13012
|
+
* @type {string}
|
|
13013
|
+
* @memberof TakaroEventPermissionDiff
|
|
13014
|
+
*/
|
|
13015
|
+
permissionId: string;
|
|
13016
|
+
/**
|
|
13017
|
+
*
|
|
13018
|
+
* @type {string}
|
|
13019
|
+
* @memberof TakaroEventPermissionDiff
|
|
13020
|
+
*/
|
|
13021
|
+
permission: string;
|
|
13022
|
+
/**
|
|
13023
|
+
*
|
|
13024
|
+
* @type {number}
|
|
13025
|
+
* @memberof TakaroEventPermissionDiff
|
|
13026
|
+
*/
|
|
13027
|
+
count?: number;
|
|
13028
|
+
/**
|
|
13029
|
+
*
|
|
13030
|
+
* @type {number}
|
|
13031
|
+
* @memberof TakaroEventPermissionDiff
|
|
13032
|
+
*/
|
|
13033
|
+
previousCount?: number;
|
|
13034
|
+
}
|
|
12611
13035
|
/**
|
|
12612
13036
|
*
|
|
12613
13037
|
* @export
|
|
@@ -12634,49 +13058,116 @@ export interface TakaroEventPlayerBanned {
|
|
|
12634
13058
|
isGlobal: boolean;
|
|
12635
13059
|
/**
|
|
12636
13060
|
*
|
|
12637
|
-
* @type {boolean}
|
|
12638
|
-
* @memberof TakaroEventPlayerBanned
|
|
13061
|
+
* @type {boolean}
|
|
13062
|
+
* @memberof TakaroEventPlayerBanned
|
|
13063
|
+
*/
|
|
13064
|
+
takaroManaged: boolean;
|
|
13065
|
+
/**
|
|
13066
|
+
*
|
|
13067
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
13068
|
+
* @memberof TakaroEventPlayerBanned
|
|
13069
|
+
*/
|
|
13070
|
+
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
13071
|
+
}
|
|
13072
|
+
/**
|
|
13073
|
+
*
|
|
13074
|
+
* @export
|
|
13075
|
+
* @interface TakaroEventPlayerCreated
|
|
13076
|
+
*/
|
|
13077
|
+
export interface TakaroEventPlayerCreated {
|
|
13078
|
+
/**
|
|
13079
|
+
*
|
|
13080
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
13081
|
+
* @memberof TakaroEventPlayerCreated
|
|
13082
|
+
*/
|
|
13083
|
+
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
13084
|
+
}
|
|
13085
|
+
/**
|
|
13086
|
+
*
|
|
13087
|
+
* @export
|
|
13088
|
+
* @interface TakaroEventPlayerDeleted
|
|
13089
|
+
*/
|
|
13090
|
+
export interface TakaroEventPlayerDeleted {
|
|
13091
|
+
/**
|
|
13092
|
+
*
|
|
13093
|
+
* @type {string}
|
|
13094
|
+
* @memberof TakaroEventPlayerDeleted
|
|
13095
|
+
*/
|
|
13096
|
+
playerName?: string;
|
|
13097
|
+
/**
|
|
13098
|
+
*
|
|
13099
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
13100
|
+
* @memberof TakaroEventPlayerDeleted
|
|
13101
|
+
*/
|
|
13102
|
+
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
13103
|
+
}
|
|
13104
|
+
/**
|
|
13105
|
+
*
|
|
13106
|
+
* @export
|
|
13107
|
+
* @interface TakaroEventPlayerInventoryChanged
|
|
13108
|
+
*/
|
|
13109
|
+
export interface TakaroEventPlayerInventoryChanged {
|
|
13110
|
+
/**
|
|
13111
|
+
*
|
|
13112
|
+
* @type {string}
|
|
13113
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
13114
|
+
*/
|
|
13115
|
+
msg: string;
|
|
13116
|
+
/**
|
|
13117
|
+
*
|
|
13118
|
+
* @type {string}
|
|
13119
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
13120
|
+
*/
|
|
13121
|
+
changeType: TakaroEventPlayerInventoryChangedChangeTypeEnum;
|
|
13122
|
+
/**
|
|
13123
|
+
*
|
|
13124
|
+
* @type {string}
|
|
13125
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
13126
|
+
*/
|
|
13127
|
+
itemName: string;
|
|
13128
|
+
/**
|
|
13129
|
+
*
|
|
13130
|
+
* @type {string}
|
|
13131
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
13132
|
+
*/
|
|
13133
|
+
itemCode: string;
|
|
13134
|
+
/**
|
|
13135
|
+
*
|
|
13136
|
+
* @type {number}
|
|
13137
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
12639
13138
|
*/
|
|
12640
|
-
|
|
13139
|
+
previousQuantity?: number;
|
|
12641
13140
|
/**
|
|
12642
13141
|
*
|
|
12643
|
-
* @type {
|
|
12644
|
-
* @memberof
|
|
13142
|
+
* @type {number}
|
|
13143
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
12645
13144
|
*/
|
|
12646
|
-
|
|
12647
|
-
}
|
|
12648
|
-
/**
|
|
12649
|
-
*
|
|
12650
|
-
* @export
|
|
12651
|
-
* @interface TakaroEventPlayerCreated
|
|
12652
|
-
*/
|
|
12653
|
-
export interface TakaroEventPlayerCreated {
|
|
13145
|
+
newQuantity?: number;
|
|
12654
13146
|
/**
|
|
12655
13147
|
*
|
|
12656
|
-
* @type {
|
|
12657
|
-
* @memberof
|
|
13148
|
+
* @type {string}
|
|
13149
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
12658
13150
|
*/
|
|
12659
|
-
|
|
12660
|
-
}
|
|
12661
|
-
/**
|
|
12662
|
-
*
|
|
12663
|
-
* @export
|
|
12664
|
-
* @interface TakaroEventPlayerDeleted
|
|
12665
|
-
*/
|
|
12666
|
-
export interface TakaroEventPlayerDeleted {
|
|
13151
|
+
previousQuality?: string;
|
|
12667
13152
|
/**
|
|
12668
13153
|
*
|
|
12669
13154
|
* @type {string}
|
|
12670
|
-
* @memberof
|
|
13155
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
12671
13156
|
*/
|
|
12672
|
-
|
|
13157
|
+
newQuality?: string;
|
|
12673
13158
|
/**
|
|
12674
13159
|
*
|
|
12675
13160
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
12676
|
-
* @memberof
|
|
13161
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
12677
13162
|
*/
|
|
12678
13163
|
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
12679
13164
|
}
|
|
13165
|
+
export declare const TakaroEventPlayerInventoryChangedChangeTypeEnum: {
|
|
13166
|
+
readonly Added: "added";
|
|
13167
|
+
readonly Removed: "removed";
|
|
13168
|
+
readonly Changed: "changed";
|
|
13169
|
+
};
|
|
13170
|
+
export type TakaroEventPlayerInventoryChangedChangeTypeEnum = (typeof TakaroEventPlayerInventoryChangedChangeTypeEnum)[keyof typeof TakaroEventPlayerInventoryChangedChangeTypeEnum];
|
|
12680
13171
|
/**
|
|
12681
13172
|
*
|
|
12682
13173
|
* @export
|
|
@@ -12890,6 +13381,24 @@ export interface TakaroEventRoleUpdated {
|
|
|
12890
13381
|
* @memberof TakaroEventRoleUpdated
|
|
12891
13382
|
*/
|
|
12892
13383
|
role: TakaroEventRoleMeta;
|
|
13384
|
+
/**
|
|
13385
|
+
*
|
|
13386
|
+
* @type {Array<TakaroEventPermissionDiff>}
|
|
13387
|
+
* @memberof TakaroEventRoleUpdated
|
|
13388
|
+
*/
|
|
13389
|
+
added?: Array<TakaroEventPermissionDiff>;
|
|
13390
|
+
/**
|
|
13391
|
+
*
|
|
13392
|
+
* @type {Array<TakaroEventPermissionDiff>}
|
|
13393
|
+
* @memberof TakaroEventRoleUpdated
|
|
13394
|
+
*/
|
|
13395
|
+
removed?: Array<TakaroEventPermissionDiff>;
|
|
13396
|
+
/**
|
|
13397
|
+
*
|
|
13398
|
+
* @type {Array<TakaroEventPermissionDiff>}
|
|
13399
|
+
* @memberof TakaroEventRoleUpdated
|
|
13400
|
+
*/
|
|
13401
|
+
updated?: Array<TakaroEventPermissionDiff>;
|
|
12893
13402
|
/**
|
|
12894
13403
|
*
|
|
12895
13404
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -12947,6 +13456,50 @@ export interface TakaroEventSettingsSet {
|
|
|
12947
13456
|
*/
|
|
12948
13457
|
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
12949
13458
|
}
|
|
13459
|
+
/**
|
|
13460
|
+
*
|
|
13461
|
+
* @export
|
|
13462
|
+
* @interface TakaroEventShopActionDetails
|
|
13463
|
+
*/
|
|
13464
|
+
export interface TakaroEventShopActionDetails {
|
|
13465
|
+
/**
|
|
13466
|
+
*
|
|
13467
|
+
* @type {string}
|
|
13468
|
+
* @memberof TakaroEventShopActionDetails
|
|
13469
|
+
*/
|
|
13470
|
+
id: string;
|
|
13471
|
+
/**
|
|
13472
|
+
*
|
|
13473
|
+
* @type {string}
|
|
13474
|
+
* @memberof TakaroEventShopActionDetails
|
|
13475
|
+
*/
|
|
13476
|
+
name: string;
|
|
13477
|
+
}
|
|
13478
|
+
/**
|
|
13479
|
+
*
|
|
13480
|
+
* @export
|
|
13481
|
+
* @interface TakaroEventShopActionExecuted
|
|
13482
|
+
*/
|
|
13483
|
+
export interface TakaroEventShopActionExecuted {
|
|
13484
|
+
/**
|
|
13485
|
+
*
|
|
13486
|
+
* @type {TakaroEventFunctionResult}
|
|
13487
|
+
* @memberof TakaroEventShopActionExecuted
|
|
13488
|
+
*/
|
|
13489
|
+
result: TakaroEventFunctionResult;
|
|
13490
|
+
/**
|
|
13491
|
+
*
|
|
13492
|
+
* @type {TakaroEventShopActionDetails}
|
|
13493
|
+
* @memberof TakaroEventShopActionExecuted
|
|
13494
|
+
*/
|
|
13495
|
+
shopAction?: TakaroEventShopActionDetails;
|
|
13496
|
+
/**
|
|
13497
|
+
*
|
|
13498
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
13499
|
+
* @memberof TakaroEventShopActionExecuted
|
|
13500
|
+
*/
|
|
13501
|
+
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
13502
|
+
}
|
|
12950
13503
|
/**
|
|
12951
13504
|
*
|
|
12952
13505
|
* @export
|
|
@@ -14229,7 +14782,7 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
14229
14782
|
* @param {*} [options] Override http request option.
|
|
14230
14783
|
* @throws {RequiredError}
|
|
14231
14784
|
*/
|
|
14232
|
-
analyticsControllerGetShopAnalytics(gameServerIds?: Array<string>, period?: AnalyticsControllerGetShopAnalyticsPeriodEnum, options?:
|
|
14785
|
+
analyticsControllerGetShopAnalytics(gameServerIds?: Array<string>, period?: AnalyticsControllerGetShopAnalyticsPeriodEnum, options?: any): AxiosPromise<ShopAnalyticsOutputDTOAPI>;
|
|
14233
14786
|
};
|
|
14234
14787
|
/**
|
|
14235
14788
|
* AnalyticsApi - object-oriented interface
|
|
@@ -14453,7 +15006,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14453
15006
|
* @param {*} [options] Override http request option.
|
|
14454
15007
|
* @throws {RequiredError}
|
|
14455
15008
|
*/
|
|
14456
|
-
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?:
|
|
15009
|
+
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14457
15010
|
/**
|
|
14458
15011
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerCreateArgument`
|
|
14459
15012
|
* @summary Create argument
|
|
@@ -14461,7 +15014,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14461
15014
|
* @param {*} [options] Override http request option.
|
|
14462
15015
|
* @throws {RequiredError}
|
|
14463
15016
|
*/
|
|
14464
|
-
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?:
|
|
15017
|
+
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?: any): AxiosPromise<CommandArgumentDTOAPI>;
|
|
14465
15018
|
/**
|
|
14466
15019
|
* Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerGetExecutions`
|
|
14467
15020
|
* @summary Get executions
|
|
@@ -14471,7 +15024,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14471
15024
|
* @param {*} [options] Override http request option.
|
|
14472
15025
|
* @throws {RequiredError}
|
|
14473
15026
|
*/
|
|
14474
|
-
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
15027
|
+
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
14475
15028
|
/**
|
|
14476
15029
|
* Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerGetOne`
|
|
14477
15030
|
* @summary Get one
|
|
@@ -14479,7 +15032,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14479
15032
|
* @param {*} [options] Override http request option.
|
|
14480
15033
|
* @throws {RequiredError}
|
|
14481
15034
|
*/
|
|
14482
|
-
commandControllerGetOne(id: string, options?:
|
|
15035
|
+
commandControllerGetOne(id: string, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14483
15036
|
/**
|
|
14484
15037
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerRemove`
|
|
14485
15038
|
* @summary Remove
|
|
@@ -14487,7 +15040,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14487
15040
|
* @param {*} [options] Override http request option.
|
|
14488
15041
|
* @throws {RequiredError}
|
|
14489
15042
|
*/
|
|
14490
|
-
commandControllerRemove(id: string, options?:
|
|
15043
|
+
commandControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
14491
15044
|
/**
|
|
14492
15045
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerRemoveArgument`
|
|
14493
15046
|
* @summary Remove argument
|
|
@@ -14495,7 +15048,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14495
15048
|
* @param {*} [options] Override http request option.
|
|
14496
15049
|
* @throws {RequiredError}
|
|
14497
15050
|
*/
|
|
14498
|
-
commandControllerRemoveArgument(id: string, options?:
|
|
15051
|
+
commandControllerRemoveArgument(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
14499
15052
|
/**
|
|
14500
15053
|
* Search commands Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerSearch`
|
|
14501
15054
|
* @summary Search
|
|
@@ -14503,7 +15056,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14503
15056
|
* @param {*} [options] Override http request option.
|
|
14504
15057
|
* @throws {RequiredError}
|
|
14505
15058
|
*/
|
|
14506
|
-
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?:
|
|
15059
|
+
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?: any): AxiosPromise<CommandOutputArrayDTOAPI>;
|
|
14507
15060
|
/**
|
|
14508
15061
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerTrigger`
|
|
14509
15062
|
* @summary Trigger
|
|
@@ -14512,7 +15065,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14512
15065
|
* @param {*} [options] Override http request option.
|
|
14513
15066
|
* @throws {RequiredError}
|
|
14514
15067
|
*/
|
|
14515
|
-
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?:
|
|
15068
|
+
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?: any): AxiosPromise<void>;
|
|
14516
15069
|
/**
|
|
14517
15070
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerUpdate`
|
|
14518
15071
|
* @summary Update
|
|
@@ -14521,7 +15074,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14521
15074
|
* @param {*} [options] Override http request option.
|
|
14522
15075
|
* @throws {RequiredError}
|
|
14523
15076
|
*/
|
|
14524
|
-
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?:
|
|
15077
|
+
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14525
15078
|
/**
|
|
14526
15079
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerUpdateArgument`
|
|
14527
15080
|
* @summary Update argument
|
|
@@ -14530,7 +15083,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14530
15083
|
* @param {*} [options] Override http request option.
|
|
14531
15084
|
* @throws {RequiredError}
|
|
14532
15085
|
*/
|
|
14533
|
-
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?:
|
|
15086
|
+
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?: any): AxiosPromise<CommandArgumentDTOAPI>;
|
|
14534
15087
|
};
|
|
14535
15088
|
/**
|
|
14536
15089
|
* CommandApi - object-oriented interface
|
|
@@ -14777,7 +15330,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14777
15330
|
* @param {*} [options] Override http request option.
|
|
14778
15331
|
* @throws {RequiredError}
|
|
14779
15332
|
*/
|
|
14780
|
-
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?:
|
|
15333
|
+
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
14781
15334
|
/**
|
|
14782
15335
|
* Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerGetExecutions`
|
|
14783
15336
|
* @summary Get executions
|
|
@@ -14787,7 +15340,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14787
15340
|
* @param {*} [options] Override http request option.
|
|
14788
15341
|
* @throws {RequiredError}
|
|
14789
15342
|
*/
|
|
14790
|
-
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
15343
|
+
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
14791
15344
|
/**
|
|
14792
15345
|
* Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerGetOne`
|
|
14793
15346
|
* @summary Get one
|
|
@@ -14795,7 +15348,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14795
15348
|
* @param {*} [options] Override http request option.
|
|
14796
15349
|
* @throws {RequiredError}
|
|
14797
15350
|
*/
|
|
14798
|
-
cronJobControllerGetOne(id: string, options?:
|
|
15351
|
+
cronJobControllerGetOne(id: string, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
14799
15352
|
/**
|
|
14800
15353
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerRemove`
|
|
14801
15354
|
* @summary Remove
|
|
@@ -14803,7 +15356,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14803
15356
|
* @param {*} [options] Override http request option.
|
|
14804
15357
|
* @throws {RequiredError}
|
|
14805
15358
|
*/
|
|
14806
|
-
cronJobControllerRemove(id: string, options?:
|
|
15359
|
+
cronJobControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
14807
15360
|
/**
|
|
14808
15361
|
* Search cronjobs Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerSearch`
|
|
14809
15362
|
* @summary Search
|
|
@@ -14811,7 +15364,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14811
15364
|
* @param {*} [options] Override http request option.
|
|
14812
15365
|
* @throws {RequiredError}
|
|
14813
15366
|
*/
|
|
14814
|
-
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?:
|
|
15367
|
+
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?: any): AxiosPromise<CronJobOutputArrayDTOAPI>;
|
|
14815
15368
|
/**
|
|
14816
15369
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerTrigger`
|
|
14817
15370
|
* @summary Trigger
|
|
@@ -14819,7 +15372,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14819
15372
|
* @param {*} [options] Override http request option.
|
|
14820
15373
|
* @throws {RequiredError}
|
|
14821
15374
|
*/
|
|
14822
|
-
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?:
|
|
15375
|
+
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?: any): AxiosPromise<void>;
|
|
14823
15376
|
/**
|
|
14824
15377
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerUpdate`
|
|
14825
15378
|
* @summary Update
|
|
@@ -14828,7 +15381,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14828
15381
|
* @param {*} [options] Override http request option.
|
|
14829
15382
|
* @throws {RequiredError}
|
|
14830
15383
|
*/
|
|
14831
|
-
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?:
|
|
15384
|
+
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
14832
15385
|
};
|
|
14833
15386
|
/**
|
|
14834
15387
|
* CronJobApi - object-oriented interface
|
|
@@ -15065,7 +15618,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15065
15618
|
* @param {*} [options] Override http request option.
|
|
15066
15619
|
* @throws {RequiredError}
|
|
15067
15620
|
*/
|
|
15068
|
-
discordControllerDeleteMessage(channelId: string, messageId: string, options?:
|
|
15621
|
+
discordControllerDeleteMessage(channelId: string, messageId: string, options?: any): AxiosPromise<APIOutput>;
|
|
15069
15622
|
/**
|
|
15070
15623
|
* Retrieve all channels (text, voice, etc.) in a specific Discord guild. Useful for selecting channels for notifications or commands. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerGetChannels`
|
|
15071
15624
|
* @summary Get guild channels
|
|
@@ -15073,14 +15626,14 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15073
15626
|
* @param {*} [options] Override http request option.
|
|
15074
15627
|
* @throws {RequiredError}
|
|
15075
15628
|
*/
|
|
15076
|
-
discordControllerGetChannels(id: string, options?:
|
|
15629
|
+
discordControllerGetChannels(id: string, options?: any): AxiosPromise<DiscordChannelOutputArrayDTOAPI>;
|
|
15077
15630
|
/**
|
|
15078
15631
|
* Get the invite link to add the Takaro bot to a Discord server, along with the developer Discord server link.<br> OperationId: `DiscordControllerGetInvite`
|
|
15079
15632
|
* @summary Get bot invite links
|
|
15080
15633
|
* @param {*} [options] Override http request option.
|
|
15081
15634
|
* @throws {RequiredError}
|
|
15082
15635
|
*/
|
|
15083
|
-
discordControllerGetInvite(options?:
|
|
15636
|
+
discordControllerGetInvite(options?: any): AxiosPromise<DiscordInviteOutputDTO>;
|
|
15084
15637
|
/**
|
|
15085
15638
|
* Retrieve all roles available in a specific Discord guild. Useful for role-based integrations and permissions mapping. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerGetRoles`
|
|
15086
15639
|
* @summary Get guild roles
|
|
@@ -15088,7 +15641,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15088
15641
|
* @param {*} [options] Override http request option.
|
|
15089
15642
|
* @throws {RequiredError}
|
|
15090
15643
|
*/
|
|
15091
|
-
discordControllerGetRoles(id: string, options?:
|
|
15644
|
+
discordControllerGetRoles(id: string, options?: any): AxiosPromise<DiscordRoleOutputArrayDTOAPI>;
|
|
15092
15645
|
/**
|
|
15093
15646
|
* Search for Discord guilds (servers) that the bot has access to. Supports filtering by name, Discord ID, and whether Takaro is enabled. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerSearch`
|
|
15094
15647
|
* @summary Search Discord guilds
|
|
@@ -15096,7 +15649,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15096
15649
|
* @param {*} [options] Override http request option.
|
|
15097
15650
|
* @throws {RequiredError}
|
|
15098
15651
|
*/
|
|
15099
|
-
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?:
|
|
15652
|
+
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?: any): AxiosPromise<GuildOutputArrayDTOAPI>;
|
|
15100
15653
|
/**
|
|
15101
15654
|
* Send a text message or rich embed to a specific Discord channel. Requires the bot to have appropriate permissions in the channel. Required permissions: `SEND_DISCORD_MESSAGE`<br> OperationId: `DiscordControllerSendMessage`
|
|
15102
15655
|
* @summary Send message to Discord channel
|
|
@@ -15105,7 +15658,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15105
15658
|
* @param {*} [options] Override http request option.
|
|
15106
15659
|
* @throws {RequiredError}
|
|
15107
15660
|
*/
|
|
15108
|
-
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
15661
|
+
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?: any): AxiosPromise<MessageOutputDTOAPI>;
|
|
15109
15662
|
/**
|
|
15110
15663
|
* Update Takaro-specific settings for a Discord guild, such as enabling or disabling Takaro features. Required permissions: `MANAGE_SETTINGS`<br> OperationId: `DiscordControllerUpdateGuild`
|
|
15111
15664
|
* @summary Update guild settings
|
|
@@ -15114,7 +15667,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15114
15667
|
* @param {*} [options] Override http request option.
|
|
15115
15668
|
* @throws {RequiredError}
|
|
15116
15669
|
*/
|
|
15117
|
-
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?:
|
|
15670
|
+
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?: any): AxiosPromise<GuildOutputDTOAPI>;
|
|
15118
15671
|
/**
|
|
15119
15672
|
* Update an existing Discord message with new content or embed. Requires the bot to have sent the original message. Required permissions: `SEND_DISCORD_MESSAGE`<br> OperationId: `DiscordControllerUpdateMessage`
|
|
15120
15673
|
* @summary Update Discord message
|
|
@@ -15124,7 +15677,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15124
15677
|
* @param {*} [options] Override http request option.
|
|
15125
15678
|
* @throws {RequiredError}
|
|
15126
15679
|
*/
|
|
15127
|
-
discordControllerUpdateMessage(channelId: string, messageId: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
15680
|
+
discordControllerUpdateMessage(channelId: string, messageId: string, sendMessageInputDTO?: SendMessageInputDTO, options?: any): AxiosPromise<MessageOutputDTOAPI>;
|
|
15128
15681
|
};
|
|
15129
15682
|
/**
|
|
15130
15683
|
* DiscordApi - object-oriented interface
|
|
@@ -15350,7 +15903,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15350
15903
|
* @param {*} [options] Override http request option.
|
|
15351
15904
|
* @throws {RequiredError}
|
|
15352
15905
|
*/
|
|
15353
|
-
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?:
|
|
15906
|
+
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?: any): AxiosPromise<DomainCreateOutputDTOAPI>;
|
|
15354
15907
|
/**
|
|
15355
15908
|
* <br> OperationId: `DomainControllerGetOne`
|
|
15356
15909
|
* @summary Get one
|
|
@@ -15358,7 +15911,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15358
15911
|
* @param {*} [options] Override http request option.
|
|
15359
15912
|
* @throws {RequiredError}
|
|
15360
15913
|
*/
|
|
15361
|
-
domainControllerGetOne(id: string, options?:
|
|
15914
|
+
domainControllerGetOne(id: string, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15362
15915
|
/**
|
|
15363
15916
|
* <br> OperationId: `DomainControllerGetToken`
|
|
15364
15917
|
* @summary Get token
|
|
@@ -15366,7 +15919,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15366
15919
|
* @param {*} [options] Override http request option.
|
|
15367
15920
|
* @throws {RequiredError}
|
|
15368
15921
|
*/
|
|
15369
|
-
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?:
|
|
15922
|
+
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?: any): AxiosPromise<TokenOutputDTOAPI>;
|
|
15370
15923
|
/**
|
|
15371
15924
|
* <br> OperationId: `DomainControllerRemove`
|
|
15372
15925
|
* @summary Remove
|
|
@@ -15375,7 +15928,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15375
15928
|
* @param {*} [options] Override http request option.
|
|
15376
15929
|
* @throws {RequiredError}
|
|
15377
15930
|
*/
|
|
15378
|
-
domainControllerRemove(id: string, hardDelete?: any, options?:
|
|
15931
|
+
domainControllerRemove(id: string, hardDelete?: any, options?: any): AxiosPromise<APIOutput>;
|
|
15379
15932
|
/**
|
|
15380
15933
|
* <br> OperationId: `DomainControllerResolveRegistrationToken`
|
|
15381
15934
|
* @summary Resolve registration token
|
|
@@ -15383,7 +15936,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15383
15936
|
* @param {*} [options] Override http request option.
|
|
15384
15937
|
* @throws {RequiredError}
|
|
15385
15938
|
*/
|
|
15386
|
-
domainControllerResolveRegistrationToken(resolveRegistrationTokenInputDTO?: ResolveRegistrationTokenInputDTO, options?:
|
|
15939
|
+
domainControllerResolveRegistrationToken(resolveRegistrationTokenInputDTO?: ResolveRegistrationTokenInputDTO, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15387
15940
|
/**
|
|
15388
15941
|
* <br> OperationId: `DomainControllerSearch`
|
|
15389
15942
|
* @summary Search
|
|
@@ -15391,7 +15944,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15391
15944
|
* @param {*} [options] Override http request option.
|
|
15392
15945
|
* @throws {RequiredError}
|
|
15393
15946
|
*/
|
|
15394
|
-
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?:
|
|
15947
|
+
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?: any): AxiosPromise<DomainOutputArrayDTOAPI>;
|
|
15395
15948
|
/**
|
|
15396
15949
|
* <br> OperationId: `DomainControllerUpdate`
|
|
15397
15950
|
* @summary Update
|
|
@@ -15400,7 +15953,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15400
15953
|
* @param {*} [options] Override http request option.
|
|
15401
15954
|
* @throws {RequiredError}
|
|
15402
15955
|
*/
|
|
15403
|
-
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?:
|
|
15956
|
+
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15404
15957
|
};
|
|
15405
15958
|
/**
|
|
15406
15959
|
* DomainApi - object-oriented interface
|
|
@@ -15531,7 +16084,7 @@ export declare const EntityApiFactory: (configuration?: Configuration, basePath?
|
|
|
15531
16084
|
* @param {*} [options] Override http request option.
|
|
15532
16085
|
* @throws {RequiredError}
|
|
15533
16086
|
*/
|
|
15534
|
-
entityControllerFindOne(id: string, options?:
|
|
16087
|
+
entityControllerFindOne(id: string, options?: any): AxiosPromise<EntityOutputDTOAPI>;
|
|
15535
16088
|
/**
|
|
15536
16089
|
* Required permissions: `READ_ENTITIES`<br> OperationId: `EntityControllerSearch`
|
|
15537
16090
|
* @summary Search
|
|
@@ -15539,7 +16092,7 @@ export declare const EntityApiFactory: (configuration?: Configuration, basePath?
|
|
|
15539
16092
|
* @param {*} [options] Override http request option.
|
|
15540
16093
|
* @throws {RequiredError}
|
|
15541
16094
|
*/
|
|
15542
|
-
entityControllerSearch(entitySearchInputDTO?: EntitySearchInputDTO, options?:
|
|
16095
|
+
entityControllerSearch(entitySearchInputDTO?: EntitySearchInputDTO, options?: any): AxiosPromise<EntityOutputArrayDTOAPI>;
|
|
15543
16096
|
};
|
|
15544
16097
|
/**
|
|
15545
16098
|
* EntityApi - object-oriented interface
|
|
@@ -15671,7 +16224,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
15671
16224
|
* @param {*} [options] Override http request option.
|
|
15672
16225
|
* @throws {RequiredError}
|
|
15673
16226
|
*/
|
|
15674
|
-
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?:
|
|
16227
|
+
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?: any): AxiosPromise<EventOutputDTO>;
|
|
15675
16228
|
/**
|
|
15676
16229
|
* Export events matching the search criteria to CSV format. Accepts the same parameters as the search endpoint. Maximum time range is 90 days. Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerExport`
|
|
15677
16230
|
* @summary Export events to CSV
|
|
@@ -15679,7 +16232,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
15679
16232
|
* @param {*} [options] Override http request option.
|
|
15680
16233
|
* @throws {RequiredError}
|
|
15681
16234
|
*/
|
|
15682
|
-
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16235
|
+
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<void>;
|
|
15683
16236
|
/**
|
|
15684
16237
|
* Fetches events where cronjob, hook and command failed. Supports all the common query parameters Required permissions: `READ_MODULES`, `READ_EVENTS`<br> OperationId: `EventControllerGetFailedFunctions`
|
|
15685
16238
|
* @summary Get failed functions
|
|
@@ -15687,7 +16240,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
15687
16240
|
* @param {*} [options] Override http request option.
|
|
15688
16241
|
* @throws {RequiredError}
|
|
15689
16242
|
*/
|
|
15690
|
-
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16243
|
+
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
15691
16244
|
/**
|
|
15692
16245
|
* Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerGetOne`
|
|
15693
16246
|
* @summary Get one
|
|
@@ -15695,7 +16248,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
15695
16248
|
* @param {*} [options] Override http request option.
|
|
15696
16249
|
* @throws {RequiredError}
|
|
15697
16250
|
*/
|
|
15698
|
-
eventControllerGetOne(id: string, options?:
|
|
16251
|
+
eventControllerGetOne(id: string, options?: any): AxiosPromise<EventOutputDTO>;
|
|
15699
16252
|
/**
|
|
15700
16253
|
* Search events Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerSearch`
|
|
15701
16254
|
* @summary Search
|
|
@@ -15703,7 +16256,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
15703
16256
|
* @param {*} [options] Override http request option.
|
|
15704
16257
|
* @throws {RequiredError}
|
|
15705
16258
|
*/
|
|
15706
|
-
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16259
|
+
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
15707
16260
|
};
|
|
15708
16261
|
/**
|
|
15709
16262
|
* EventApi - object-oriented interface
|
|
@@ -15812,14 +16365,14 @@ export declare const ExternalAuthApiFactory: (configuration?: Configuration, bas
|
|
|
15812
16365
|
* @param {*} [options] Override http request option.
|
|
15813
16366
|
* @throws {RequiredError}
|
|
15814
16367
|
*/
|
|
15815
|
-
externalAuthControllerAuthDiscord(redirect: string, options?:
|
|
16368
|
+
externalAuthControllerAuthDiscord(redirect: string, options?: any): AxiosPromise<void>;
|
|
15816
16369
|
/**
|
|
15817
16370
|
* <br> OperationId: `ExternalAuthControllerAuthDiscordReturn`
|
|
15818
16371
|
* @summary Auth discord return
|
|
15819
16372
|
* @param {*} [options] Override http request option.
|
|
15820
16373
|
* @throws {RequiredError}
|
|
15821
16374
|
*/
|
|
15822
|
-
externalAuthControllerAuthDiscordReturn(options?:
|
|
16375
|
+
externalAuthControllerAuthDiscordReturn(options?: any): AxiosPromise<void>;
|
|
15823
16376
|
};
|
|
15824
16377
|
/**
|
|
15825
16378
|
* ExternalAuthApi - object-oriented interface
|
|
@@ -15952,7 +16505,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
15952
16505
|
* @param {*} [options] Override http request option.
|
|
15953
16506
|
* @throws {RequiredError}
|
|
15954
16507
|
*/
|
|
15955
|
-
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?:
|
|
16508
|
+
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
15956
16509
|
/**
|
|
15957
16510
|
* Required permissions: `READ_MODULES`<br> OperationId: `FunctionControllerGetOne`
|
|
15958
16511
|
* @summary Get one
|
|
@@ -15960,7 +16513,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
15960
16513
|
* @param {*} [options] Override http request option.
|
|
15961
16514
|
* @throws {RequiredError}
|
|
15962
16515
|
*/
|
|
15963
|
-
functionControllerGetOne(id: string, options?:
|
|
16516
|
+
functionControllerGetOne(id: string, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
15964
16517
|
/**
|
|
15965
16518
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `FunctionControllerRemove`
|
|
15966
16519
|
* @summary Remove
|
|
@@ -15968,7 +16521,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
15968
16521
|
* @param {*} [options] Override http request option.
|
|
15969
16522
|
* @throws {RequiredError}
|
|
15970
16523
|
*/
|
|
15971
|
-
functionControllerRemove(id: string, options?:
|
|
16524
|
+
functionControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
15972
16525
|
/**
|
|
15973
16526
|
* Search functions Required permissions: `READ_MODULES`<br> OperationId: `FunctionControllerSearch`
|
|
15974
16527
|
* @summary Search
|
|
@@ -15976,7 +16529,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
15976
16529
|
* @param {*} [options] Override http request option.
|
|
15977
16530
|
* @throws {RequiredError}
|
|
15978
16531
|
*/
|
|
15979
|
-
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?:
|
|
16532
|
+
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?: any): AxiosPromise<FunctionOutputArrayDTOAPI>;
|
|
15980
16533
|
/**
|
|
15981
16534
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `FunctionControllerUpdate`
|
|
15982
16535
|
* @summary Update
|
|
@@ -15985,7 +16538,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
15985
16538
|
* @param {*} [options] Override http request option.
|
|
15986
16539
|
* @throws {RequiredError}
|
|
15987
16540
|
*/
|
|
15988
|
-
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?:
|
|
16541
|
+
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
15989
16542
|
};
|
|
15990
16543
|
/**
|
|
15991
16544
|
* FunctionApi - object-oriented interface
|
|
@@ -16522,7 +17075,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16522
17075
|
* @deprecated
|
|
16523
17076
|
* @throws {RequiredError}
|
|
16524
17077
|
*/
|
|
16525
|
-
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?:
|
|
17078
|
+
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
16526
17079
|
/**
|
|
16527
17080
|
* Create a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerCreate`
|
|
16528
17081
|
* @summary Create
|
|
@@ -16530,7 +17083,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16530
17083
|
* @param {*} [options] Override http request option.
|
|
16531
17084
|
* @throws {RequiredError}
|
|
16532
17085
|
*/
|
|
16533
|
-
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?:
|
|
17086
|
+
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
16534
17087
|
/**
|
|
16535
17088
|
* Execute a raw command on a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerExecuteCommand`
|
|
16536
17089
|
* @summary Execute command
|
|
@@ -16539,7 +17092,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16539
17092
|
* @param {*} [options] Override http request option.
|
|
16540
17093
|
* @throws {RequiredError}
|
|
16541
17094
|
*/
|
|
16542
|
-
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?:
|
|
17095
|
+
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?: any): AxiosPromise<CommandExecuteDTOAPI>;
|
|
16543
17096
|
/**
|
|
16544
17097
|
* Fetch status of an import from CSMM Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerGetImport`
|
|
16545
17098
|
* @summary Get import
|
|
@@ -16548,7 +17101,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16548
17101
|
* @deprecated
|
|
16549
17102
|
* @throws {RequiredError}
|
|
16550
17103
|
*/
|
|
16551
|
-
gameServerControllerGetImport(id: string, options?:
|
|
17104
|
+
gameServerControllerGetImport(id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
16552
17105
|
/**
|
|
16553
17106
|
* Fetch a job status Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerGetJob`
|
|
16554
17107
|
* @summary Get job
|
|
@@ -16557,7 +17110,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16557
17110
|
* @param {*} [options] Override http request option.
|
|
16558
17111
|
* @throws {RequiredError}
|
|
16559
17112
|
*/
|
|
16560
|
-
gameServerControllerGetJob(type: string, id: string, options?:
|
|
17113
|
+
gameServerControllerGetJob(type: string, id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
16561
17114
|
/**
|
|
16562
17115
|
* Get map metadata<br> OperationId: `GameServerControllerGetMapInfo`
|
|
16563
17116
|
* @summary Get map info
|
|
@@ -16565,7 +17118,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16565
17118
|
* @param {*} [options] Override http request option.
|
|
16566
17119
|
* @throws {RequiredError}
|
|
16567
17120
|
*/
|
|
16568
|
-
gameServerControllerGetMapInfo(id: string, options?:
|
|
17121
|
+
gameServerControllerGetMapInfo(id: string, options?: any): AxiosPromise<MapInfoOutputDTOAPI>;
|
|
16569
17122
|
/**
|
|
16570
17123
|
* Get a map tile<br> OperationId: `GameServerControllerGetMapTile`
|
|
16571
17124
|
* @summary Get map tile
|
|
@@ -16576,7 +17129,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16576
17129
|
* @param {*} [options] Override http request option.
|
|
16577
17130
|
* @throws {RequiredError}
|
|
16578
17131
|
*/
|
|
16579
|
-
gameServerControllerGetMapTile(id: string, x: string, y: string, z: string, options?:
|
|
17132
|
+
gameServerControllerGetMapTile(id: string, x: string, y: string, z: string, options?: any): AxiosPromise<void>;
|
|
16580
17133
|
/**
|
|
16581
17134
|
* Fetch a gameserver by id<br> OperationId: `GameServerControllerGetOne`
|
|
16582
17135
|
* @summary Get one
|
|
@@ -16584,7 +17137,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16584
17137
|
* @param {*} [options] Override http request option.
|
|
16585
17138
|
* @throws {RequiredError}
|
|
16586
17139
|
*/
|
|
16587
|
-
gameServerControllerGetOne(id: string, options?:
|
|
17140
|
+
gameServerControllerGetOne(id: string, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
16588
17141
|
/**
|
|
16589
17142
|
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Please use the Player on GameServer (PoG) search endpoint instead: `POST /gameserver/player/search` for more flexible filtering, sorting, and pagination options. Required permissions: `READ_PLAYERS`<br> OperationId: `GameServerControllerGetPlayers`
|
|
16590
17143
|
* @summary Get players
|
|
@@ -16593,14 +17146,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16593
17146
|
* @deprecated
|
|
16594
17147
|
* @throws {RequiredError}
|
|
16595
17148
|
*/
|
|
16596
|
-
gameServerControllerGetPlayers(id: string, options?:
|
|
17149
|
+
gameServerControllerGetPlayers(id: string, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
16597
17150
|
/**
|
|
16598
17151
|
* Fetch gameserver types (7dtd, Rust, ...)<br> OperationId: `GameServerControllerGetTypes`
|
|
16599
17152
|
* @summary Get types
|
|
16600
17153
|
* @param {*} [options] Override http request option.
|
|
16601
17154
|
* @throws {RequiredError}
|
|
16602
17155
|
*/
|
|
16603
|
-
gameServerControllerGetTypes(options?:
|
|
17156
|
+
gameServerControllerGetTypes(options?: any): AxiosPromise<GameServerTypesOutputDTOAPI>;
|
|
16604
17157
|
/**
|
|
16605
17158
|
* Give an item to a player. Accepts item UUID (preferred) or item code. 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`<br> OperationId: `GameServerControllerGiveItem`
|
|
16606
17159
|
* @summary Give item
|
|
@@ -16610,14 +17163,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16610
17163
|
* @param {*} [options] Override http request option.
|
|
16611
17164
|
* @throws {RequiredError}
|
|
16612
17165
|
*/
|
|
16613
|
-
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?:
|
|
17166
|
+
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?: any): AxiosPromise<void>;
|
|
16614
17167
|
/**
|
|
16615
17168
|
* Import a gameserver from CSMM. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerImportFromCSMM`
|
|
16616
17169
|
* @summary Import from csmm
|
|
16617
17170
|
* @param {*} [options] Override http request option.
|
|
16618
17171
|
* @throws {RequiredError}
|
|
16619
17172
|
*/
|
|
16620
|
-
gameServerControllerImportFromCSMM(options?:
|
|
17173
|
+
gameServerControllerImportFromCSMM(options?: any): AxiosPromise<ImportOutputDTOAPI>;
|
|
16621
17174
|
/**
|
|
16622
17175
|
* Kick a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerKickPlayer`
|
|
16623
17176
|
* @summary Kick player
|
|
@@ -16627,7 +17180,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16627
17180
|
* @param {*} [options] Override http request option.
|
|
16628
17181
|
* @throws {RequiredError}
|
|
16629
17182
|
*/
|
|
16630
|
-
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?:
|
|
17183
|
+
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
16631
17184
|
/**
|
|
16632
17185
|
* List bans for a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerListBans`
|
|
16633
17186
|
* @summary List bans
|
|
@@ -16636,14 +17189,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16636
17189
|
* @deprecated
|
|
16637
17190
|
* @throws {RequiredError}
|
|
16638
17191
|
*/
|
|
16639
|
-
gameServerControllerListBans(id: string, options?:
|
|
17192
|
+
gameServerControllerListBans(id: string, options?: any): AxiosPromise<BanPlayerOutputDTO>;
|
|
16640
17193
|
/**
|
|
16641
17194
|
* Regenerate the registration token for a gameserver. Careful, this will invalidate all existing connections. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerRegenerateRegistrationToken`
|
|
16642
17195
|
* @summary Regenerate registration token
|
|
16643
17196
|
* @param {*} [options] Override http request option.
|
|
16644
17197
|
* @throws {RequiredError}
|
|
16645
17198
|
*/
|
|
16646
|
-
gameServerControllerRegenerateRegistrationToken(options?:
|
|
17199
|
+
gameServerControllerRegenerateRegistrationToken(options?: any): AxiosPromise<APIOutput>;
|
|
16647
17200
|
/**
|
|
16648
17201
|
* Delete a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerRemove`
|
|
16649
17202
|
* @summary Remove
|
|
@@ -16651,7 +17204,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16651
17204
|
* @param {*} [options] Override http request option.
|
|
16652
17205
|
* @throws {RequiredError}
|
|
16653
17206
|
*/
|
|
16654
|
-
gameServerControllerRemove(id: string, options?:
|
|
17207
|
+
gameServerControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
16655
17208
|
/**
|
|
16656
17209
|
* Resets all players\' currency to 0 on the specified game server. This action is irreversible. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerResetCurrency`
|
|
16657
17210
|
* @summary Reset currency
|
|
@@ -16659,7 +17212,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16659
17212
|
* @param {*} [options] Override http request option.
|
|
16660
17213
|
* @throws {RequiredError}
|
|
16661
17214
|
*/
|
|
16662
|
-
gameServerControllerResetCurrency(id: string, options?:
|
|
17215
|
+
gameServerControllerResetCurrency(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
16663
17216
|
/**
|
|
16664
17217
|
* Fetch gameservers<br> OperationId: `GameServerControllerSearch`
|
|
16665
17218
|
* @summary Search
|
|
@@ -16667,7 +17220,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16667
17220
|
* @param {*} [options] Override http request option.
|
|
16668
17221
|
* @throws {RequiredError}
|
|
16669
17222
|
*/
|
|
16670
|
-
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?:
|
|
17223
|
+
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?: any): AxiosPromise<GameServerOutputArrayDTOAPI>;
|
|
16671
17224
|
/**
|
|
16672
17225
|
* Send a message in gameserver chat. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerSendMessage`
|
|
16673
17226
|
* @summary Send message
|
|
@@ -16676,7 +17229,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16676
17229
|
* @param {*} [options] Override http request option.
|
|
16677
17230
|
* @throws {RequiredError}
|
|
16678
17231
|
*/
|
|
16679
|
-
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?:
|
|
17232
|
+
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
16680
17233
|
/**
|
|
16681
17234
|
* 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`<br> OperationId: `GameServerControllerShutdown`
|
|
16682
17235
|
* @summary Shutdown
|
|
@@ -16684,7 +17237,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16684
17237
|
* @param {*} [options] Override http request option.
|
|
16685
17238
|
* @throws {RequiredError}
|
|
16686
17239
|
*/
|
|
16687
|
-
gameServerControllerShutdown(id: string, options?:
|
|
17240
|
+
gameServerControllerShutdown(id: string, options?: any): AxiosPromise<void>;
|
|
16688
17241
|
/**
|
|
16689
17242
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerTeleportPlayer`
|
|
16690
17243
|
* @summary Teleport player
|
|
@@ -16694,7 +17247,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16694
17247
|
* @param {*} [options] Override http request option.
|
|
16695
17248
|
* @throws {RequiredError}
|
|
16696
17249
|
*/
|
|
16697
|
-
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?:
|
|
17250
|
+
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
16698
17251
|
/**
|
|
16699
17252
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.<br> OperationId: `GameServerControllerTestReachability`
|
|
16700
17253
|
* @summary Test reachability
|
|
@@ -16702,7 +17255,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16702
17255
|
* @param {*} [options] Override http request option.
|
|
16703
17256
|
* @throws {RequiredError}
|
|
16704
17257
|
*/
|
|
16705
|
-
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?:
|
|
17258
|
+
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?: any): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
16706
17259
|
/**
|
|
16707
17260
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.<br> OperationId: `GameServerControllerTestReachabilityForId`
|
|
16708
17261
|
* @summary Test reachability for id
|
|
@@ -16710,7 +17263,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16710
17263
|
* @param {*} [options] Override http request option.
|
|
16711
17264
|
* @throws {RequiredError}
|
|
16712
17265
|
*/
|
|
16713
|
-
gameServerControllerTestReachabilityForId(id: string, options?:
|
|
17266
|
+
gameServerControllerTestReachabilityForId(id: string, options?: any): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
16714
17267
|
/**
|
|
16715
17268
|
* Manually trigger a job, you can poll the status with the GET endpoint Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerTriggerJob`
|
|
16716
17269
|
* @summary Trigger job
|
|
@@ -16719,7 +17272,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16719
17272
|
* @param {*} [options] Override http request option.
|
|
16720
17273
|
* @throws {RequiredError}
|
|
16721
17274
|
*/
|
|
16722
|
-
gameServerControllerTriggerJob(type: string, id: string, options?:
|
|
17275
|
+
gameServerControllerTriggerJob(type: string, id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
16723
17276
|
/**
|
|
16724
17277
|
* Unban a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerUnbanPlayer`
|
|
16725
17278
|
* @summary Unban player
|
|
@@ -16729,7 +17282,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16729
17282
|
* @deprecated
|
|
16730
17283
|
* @throws {RequiredError}
|
|
16731
17284
|
*/
|
|
16732
|
-
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?:
|
|
17285
|
+
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?: any): AxiosPromise<APIOutput>;
|
|
16733
17286
|
/**
|
|
16734
17287
|
* Update a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerUpdate`
|
|
16735
17288
|
* @summary Update
|
|
@@ -16738,7 +17291,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16738
17291
|
* @param {*} [options] Override http request option.
|
|
16739
17292
|
* @throws {RequiredError}
|
|
16740
17293
|
*/
|
|
16741
|
-
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?:
|
|
17294
|
+
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
16742
17295
|
};
|
|
16743
17296
|
/**
|
|
16744
17297
|
* GameServerApi - object-oriented interface
|
|
@@ -17143,7 +17696,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17143
17696
|
* @param {*} [options] Override http request option.
|
|
17144
17697
|
* @throws {RequiredError}
|
|
17145
17698
|
*/
|
|
17146
|
-
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?:
|
|
17699
|
+
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17147
17700
|
/**
|
|
17148
17701
|
* Required permissions: `READ_MODULES`<br> OperationId: `HookControllerGetExecutions`
|
|
17149
17702
|
* @summary Get executions
|
|
@@ -17153,7 +17706,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17153
17706
|
* @param {*} [options] Override http request option.
|
|
17154
17707
|
* @throws {RequiredError}
|
|
17155
17708
|
*/
|
|
17156
|
-
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
17709
|
+
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
17157
17710
|
/**
|
|
17158
17711
|
* Required permissions: `READ_MODULES`<br> OperationId: `HookControllerGetOne`
|
|
17159
17712
|
* @summary Get one
|
|
@@ -17161,7 +17714,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17161
17714
|
* @param {*} [options] Override http request option.
|
|
17162
17715
|
* @throws {RequiredError}
|
|
17163
17716
|
*/
|
|
17164
|
-
hookControllerGetOne(id: string, options?:
|
|
17717
|
+
hookControllerGetOne(id: string, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17165
17718
|
/**
|
|
17166
17719
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `HookControllerRemove`
|
|
17167
17720
|
* @summary Remove
|
|
@@ -17169,7 +17722,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17169
17722
|
* @param {*} [options] Override http request option.
|
|
17170
17723
|
* @throws {RequiredError}
|
|
17171
17724
|
*/
|
|
17172
|
-
hookControllerRemove(id: string, options?:
|
|
17725
|
+
hookControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17173
17726
|
/**
|
|
17174
17727
|
* Search hooks Required permissions: `READ_MODULES`<br> OperationId: `HookControllerSearch`
|
|
17175
17728
|
* @summary Search
|
|
@@ -17177,7 +17730,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17177
17730
|
* @param {*} [options] Override http request option.
|
|
17178
17731
|
* @throws {RequiredError}
|
|
17179
17732
|
*/
|
|
17180
|
-
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?:
|
|
17733
|
+
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?: any): AxiosPromise<HookOutputArrayDTOAPI>;
|
|
17181
17734
|
/**
|
|
17182
17735
|
* 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`<br> OperationId: `HookControllerTrigger`
|
|
17183
17736
|
* @summary Trigger
|
|
@@ -17185,7 +17738,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17185
17738
|
* @param {*} [options] Override http request option.
|
|
17186
17739
|
* @throws {RequiredError}
|
|
17187
17740
|
*/
|
|
17188
|
-
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?:
|
|
17741
|
+
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?: any): AxiosPromise<void>;
|
|
17189
17742
|
/**
|
|
17190
17743
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `HookControllerUpdate`
|
|
17191
17744
|
* @summary Update
|
|
@@ -17194,7 +17747,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17194
17747
|
* @param {*} [options] Override http request option.
|
|
17195
17748
|
* @throws {RequiredError}
|
|
17196
17749
|
*/
|
|
17197
|
-
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?:
|
|
17750
|
+
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17198
17751
|
};
|
|
17199
17752
|
/**
|
|
17200
17753
|
* HookApi - object-oriented interface
|
|
@@ -17326,7 +17879,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17326
17879
|
* @param {*} [options] Override http request option.
|
|
17327
17880
|
* @throws {RequiredError}
|
|
17328
17881
|
*/
|
|
17329
|
-
itemControllerFindOne(id: string, options?:
|
|
17882
|
+
itemControllerFindOne(id: string, options?: any): AxiosPromise<ItemOutputDTOAPI>;
|
|
17330
17883
|
/**
|
|
17331
17884
|
* Search items Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerSearch`
|
|
17332
17885
|
* @summary Search
|
|
@@ -17334,7 +17887,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17334
17887
|
* @param {*} [options] Override http request option.
|
|
17335
17888
|
* @throws {RequiredError}
|
|
17336
17889
|
*/
|
|
17337
|
-
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?:
|
|
17890
|
+
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?: any): AxiosPromise<ItemOutputArrayDTOAPI>;
|
|
17338
17891
|
};
|
|
17339
17892
|
/**
|
|
17340
17893
|
* ItemApi - object-oriented interface
|
|
@@ -17469,42 +18022,42 @@ export declare const MetaApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17469
18022
|
* @param {*} [options] Override http request option.
|
|
17470
18023
|
* @throws {RequiredError}
|
|
17471
18024
|
*/
|
|
17472
|
-
metaGetHealth(options?:
|
|
18025
|
+
metaGetHealth(options?: any): AxiosPromise<HealthOutputDTO>;
|
|
17473
18026
|
/**
|
|
17474
18027
|
* <br> OperationId: `MetaGetMetrics`
|
|
17475
18028
|
* @summary Get metrics
|
|
17476
18029
|
* @param {*} [options] Override http request option.
|
|
17477
18030
|
* @throws {RequiredError}
|
|
17478
18031
|
*/
|
|
17479
|
-
metaGetMetrics(options?:
|
|
18032
|
+
metaGetMetrics(options?: any): AxiosPromise<void>;
|
|
17480
18033
|
/**
|
|
17481
18034
|
* <br> OperationId: `MetaGetOpenApi`
|
|
17482
18035
|
* @summary Get open api
|
|
17483
18036
|
* @param {*} [options] Override http request option.
|
|
17484
18037
|
* @throws {RequiredError}
|
|
17485
18038
|
*/
|
|
17486
|
-
metaGetOpenApi(options?:
|
|
18039
|
+
metaGetOpenApi(options?: any): AxiosPromise<void>;
|
|
17487
18040
|
/**
|
|
17488
18041
|
* <br> OperationId: `MetaGetOpenApiHtml`
|
|
17489
18042
|
* @summary Get open api html
|
|
17490
18043
|
* @param {*} [options] Override http request option.
|
|
17491
18044
|
* @throws {RequiredError}
|
|
17492
18045
|
*/
|
|
17493
|
-
metaGetOpenApiHtml(options?:
|
|
18046
|
+
metaGetOpenApiHtml(options?: any): AxiosPromise<void>;
|
|
17494
18047
|
/**
|
|
17495
18048
|
* <br> OperationId: `MetaGetReadiness`
|
|
17496
18049
|
* @summary Get readiness
|
|
17497
18050
|
* @param {*} [options] Override http request option.
|
|
17498
18051
|
* @throws {RequiredError}
|
|
17499
18052
|
*/
|
|
17500
|
-
metaGetReadiness(options?:
|
|
18053
|
+
metaGetReadiness(options?: any): AxiosPromise<HealthOutputDTO>;
|
|
17501
18054
|
/**
|
|
17502
18055
|
* <br> OperationId: `MetaGetRoot`
|
|
17503
18056
|
* @summary Get root
|
|
17504
18057
|
* @param {*} [options] Override http request option.
|
|
17505
18058
|
* @throws {RequiredError}
|
|
17506
18059
|
*/
|
|
17507
|
-
metaGetRoot(options?:
|
|
18060
|
+
metaGetRoot(options?: any): AxiosPromise<void>;
|
|
17508
18061
|
};
|
|
17509
18062
|
/**
|
|
17510
18063
|
* MetaApi - object-oriented interface
|
|
@@ -17818,7 +18371,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17818
18371
|
* @param {*} [options] Override http request option.
|
|
17819
18372
|
* @throws {RequiredError}
|
|
17820
18373
|
*/
|
|
17821
|
-
moduleControllerCreate(moduleCreateAPIDTO?: ModuleCreateAPIDTO, options?:
|
|
18374
|
+
moduleControllerCreate(moduleCreateAPIDTO?: ModuleCreateAPIDTO, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
17822
18375
|
/**
|
|
17823
18376
|
* Exports a module to a format that can be imported into another Takaro instance. This endpoint will export all known versions of the module Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerExport`
|
|
17824
18377
|
* @summary Export a module
|
|
@@ -17827,7 +18380,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17827
18380
|
* @param {*} [options] Override http request option.
|
|
17828
18381
|
* @throws {RequiredError}
|
|
17829
18382
|
*/
|
|
17830
|
-
moduleControllerExport(id: string, moduleExportOptionsDTO?: ModuleExportOptionsDTO, options?:
|
|
18383
|
+
moduleControllerExport(id: string, moduleExportOptionsDTO?: ModuleExportOptionsDTO, options?: any): AxiosPromise<ModuleExportDTOAPI>;
|
|
17831
18384
|
/**
|
|
17832
18385
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerGetOne`
|
|
17833
18386
|
* @summary Get one module
|
|
@@ -17835,7 +18388,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17835
18388
|
* @param {*} [options] Override http request option.
|
|
17836
18389
|
* @throws {RequiredError}
|
|
17837
18390
|
*/
|
|
17838
|
-
moduleControllerGetOne(id: string, options?:
|
|
18391
|
+
moduleControllerGetOne(id: string, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
17839
18392
|
/**
|
|
17840
18393
|
* Imports a module from a format that was exported from another Takaro instance Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerImport`
|
|
17841
18394
|
* @summary Import a module
|
|
@@ -17843,7 +18396,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17843
18396
|
* @param {*} [options] Override http request option.
|
|
17844
18397
|
* @throws {RequiredError}
|
|
17845
18398
|
*/
|
|
17846
|
-
moduleControllerImport(body?: any, options?:
|
|
18399
|
+
moduleControllerImport(body?: any, options?: any): AxiosPromise<void>;
|
|
17847
18400
|
/**
|
|
17848
18401
|
* Removes a module, including all versions and config Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerRemove`
|
|
17849
18402
|
* @summary Remove a module
|
|
@@ -17851,7 +18404,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17851
18404
|
* @param {*} [options] Override http request option.
|
|
17852
18405
|
* @throws {RequiredError}
|
|
17853
18406
|
*/
|
|
17854
|
-
moduleControllerRemove(id: string, options?:
|
|
18407
|
+
moduleControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17855
18408
|
/**
|
|
17856
18409
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerSearch`
|
|
17857
18410
|
* @summary Search modules
|
|
@@ -17859,7 +18412,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17859
18412
|
* @param {*} [options] Override http request option.
|
|
17860
18413
|
* @throws {RequiredError}
|
|
17861
18414
|
*/
|
|
17862
|
-
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?:
|
|
18415
|
+
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?: any): AxiosPromise<ModuleOutputArrayDTOAPI>;
|
|
17863
18416
|
/**
|
|
17864
18417
|
* Update a module Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerUpdate`
|
|
17865
18418
|
* @summary Update a module
|
|
@@ -17868,7 +18421,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17868
18421
|
* @param {*} [options] Override http request option.
|
|
17869
18422
|
* @throws {RequiredError}
|
|
17870
18423
|
*/
|
|
17871
|
-
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?:
|
|
18424
|
+
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
17872
18425
|
/**
|
|
17873
18426
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleInstallationsControllerGetInstalledModules`
|
|
17874
18427
|
* @summary Search module installations
|
|
@@ -17876,7 +18429,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17876
18429
|
* @param {*} [options] Override http request option.
|
|
17877
18430
|
* @throws {RequiredError}
|
|
17878
18431
|
*/
|
|
17879
|
-
moduleInstallationsControllerGetInstalledModules(moduleInstallationSearchInputDTO?: ModuleInstallationSearchInputDTO, options?:
|
|
18432
|
+
moduleInstallationsControllerGetInstalledModules(moduleInstallationSearchInputDTO?: ModuleInstallationSearchInputDTO, options?: any): AxiosPromise<ModuleInstallationOutputArrayDTOAPI>;
|
|
17880
18433
|
/**
|
|
17881
18434
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleInstallationsControllerGetModuleInstallation`
|
|
17882
18435
|
* @summary Get one installation
|
|
@@ -17885,7 +18438,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17885
18438
|
* @param {*} [options] Override http request option.
|
|
17886
18439
|
* @throws {RequiredError}
|
|
17887
18440
|
*/
|
|
17888
|
-
moduleInstallationsControllerGetModuleInstallation(moduleId: string, gameServerId: string, options?:
|
|
18441
|
+
moduleInstallationsControllerGetModuleInstallation(moduleId: string, gameServerId: string, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
17889
18442
|
/**
|
|
17890
18443
|
* Install a module on a gameserver. You can have multiple installations of the same module on the same gameserver. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `ModuleInstallationsControllerInstallModule`
|
|
17891
18444
|
* @summary Install module
|
|
@@ -17893,7 +18446,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17893
18446
|
* @param {*} [options] Override http request option.
|
|
17894
18447
|
* @throws {RequiredError}
|
|
17895
18448
|
*/
|
|
17896
|
-
moduleInstallationsControllerInstallModule(installModuleDTO?: InstallModuleDTO, options?:
|
|
18449
|
+
moduleInstallationsControllerInstallModule(installModuleDTO?: InstallModuleDTO, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
17897
18450
|
/**
|
|
17898
18451
|
* Uninstall a module from a gameserver. This will not delete the module from the database. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `ModuleInstallationsControllerUninstallModule`
|
|
17899
18452
|
* @summary Uninstall module
|
|
@@ -17902,7 +18455,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17902
18455
|
* @param {*} [options] Override http request option.
|
|
17903
18456
|
* @throws {RequiredError}
|
|
17904
18457
|
*/
|
|
17905
|
-
moduleInstallationsControllerUninstallModule(moduleId: string, gameServerId: string, options?:
|
|
18458
|
+
moduleInstallationsControllerUninstallModule(moduleId: string, gameServerId: string, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
17906
18459
|
/**
|
|
17907
18460
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleVersionControllerGetModuleVersion`
|
|
17908
18461
|
* @summary Get one version
|
|
@@ -17910,7 +18463,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17910
18463
|
* @param {*} [options] Override http request option.
|
|
17911
18464
|
* @throws {RequiredError}
|
|
17912
18465
|
*/
|
|
17913
|
-
moduleVersionControllerGetModuleVersion(id: string, options?:
|
|
18466
|
+
moduleVersionControllerGetModuleVersion(id: string, options?: any): AxiosPromise<ModuleVersionOutputDTOAPI>;
|
|
17914
18467
|
/**
|
|
17915
18468
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleVersionControllerSearchVersions`
|
|
17916
18469
|
* @summary Search module versions
|
|
@@ -17918,7 +18471,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17918
18471
|
* @param {*} [options] Override http request option.
|
|
17919
18472
|
* @throws {RequiredError}
|
|
17920
18473
|
*/
|
|
17921
|
-
moduleVersionControllerSearchVersions(moduleVersionSearchInputDTO?: ModuleVersionSearchInputDTO, options?:
|
|
18474
|
+
moduleVersionControllerSearchVersions(moduleVersionSearchInputDTO?: ModuleVersionSearchInputDTO, options?: any): AxiosPromise<ModuleVersionOutputArrayDTOAPI>;
|
|
17922
18475
|
/**
|
|
17923
18476
|
* Creates a new version of a module, copying all config (commands,hooks,cronjobs,...) from the \"latest\" version into a new, immutable version Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleVersionControllerTagVersion`
|
|
17924
18477
|
* @summary Tag a new version
|
|
@@ -17926,7 +18479,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17926
18479
|
* @param {*} [options] Override http request option.
|
|
17927
18480
|
* @throws {RequiredError}
|
|
17928
18481
|
*/
|
|
17929
|
-
moduleVersionControllerTagVersion(moduleVersionCreateAPIDTO?: ModuleVersionCreateAPIDTO, options?:
|
|
18482
|
+
moduleVersionControllerTagVersion(moduleVersionCreateAPIDTO?: ModuleVersionCreateAPIDTO, options?: any): AxiosPromise<ModuleVersionOutputDTOAPI>;
|
|
17930
18483
|
};
|
|
17931
18484
|
/**
|
|
17932
18485
|
* ModuleApi - object-oriented interface
|
|
@@ -18290,7 +18843,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18290
18843
|
* @param {*} [options] Override http request option.
|
|
18291
18844
|
* @throws {RequiredError}
|
|
18292
18845
|
*/
|
|
18293
|
-
banControllerCreate(banCreateDTO?: BanCreateDTO, options?:
|
|
18846
|
+
banControllerCreate(banCreateDTO?: BanCreateDTO, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18294
18847
|
/**
|
|
18295
18848
|
* Unban player. This will remove the ban from Takaro and the gameserver(s) Required permissions: `MANAGE_PLAYERS`<br> OperationId: `BanControllerDelete`
|
|
18296
18849
|
* @summary Unban player
|
|
@@ -18298,7 +18851,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18298
18851
|
* @param {*} [options] Override http request option.
|
|
18299
18852
|
* @throws {RequiredError}
|
|
18300
18853
|
*/
|
|
18301
|
-
banControllerDelete(id: string, options?:
|
|
18854
|
+
banControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18302
18855
|
/**
|
|
18303
18856
|
* Get a single ban Required permissions: `READ_PLAYERS`<br> OperationId: `BanControllerGetOne`
|
|
18304
18857
|
* @summary Get a single ban
|
|
@@ -18306,7 +18859,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18306
18859
|
* @param {*} [options] Override http request option.
|
|
18307
18860
|
* @throws {RequiredError}
|
|
18308
18861
|
*/
|
|
18309
|
-
banControllerGetOne(id: string, options?:
|
|
18862
|
+
banControllerGetOne(id: string, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18310
18863
|
/**
|
|
18311
18864
|
* Search for bans Required permissions: `READ_PLAYERS`<br> OperationId: `BanControllerSearch`
|
|
18312
18865
|
* @summary Search for bans
|
|
@@ -18314,7 +18867,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18314
18867
|
* @param {*} [options] Override http request option.
|
|
18315
18868
|
* @throws {RequiredError}
|
|
18316
18869
|
*/
|
|
18317
|
-
banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?:
|
|
18870
|
+
banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?: any): AxiosPromise<BanOutputArrayDTOAPI>;
|
|
18318
18871
|
/**
|
|
18319
18872
|
* Update an existing ban, updating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`<br> OperationId: `BanControllerUpdate`
|
|
18320
18873
|
* @summary Update ban
|
|
@@ -18323,7 +18876,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18323
18876
|
* @param {*} [options] Override http request option.
|
|
18324
18877
|
* @throws {RequiredError}
|
|
18325
18878
|
*/
|
|
18326
|
-
banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?:
|
|
18879
|
+
banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18327
18880
|
/**
|
|
18328
18881
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`<br> OperationId: `PlayerControllerAssignRole`
|
|
18329
18882
|
* @summary Assign role
|
|
@@ -18333,7 +18886,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18333
18886
|
* @param {*} [options] Override http request option.
|
|
18334
18887
|
* @throws {RequiredError}
|
|
18335
18888
|
*/
|
|
18336
|
-
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
18889
|
+
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
18337
18890
|
/**
|
|
18338
18891
|
* Bulk delete players by their IDs. Deletes Player records which cascades to POG records. Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerControllerBulkDelete`
|
|
18339
18892
|
* @summary Bulk delete
|
|
@@ -18341,7 +18894,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18341
18894
|
* @param {*} [options] Override http request option.
|
|
18342
18895
|
* @throws {RequiredError}
|
|
18343
18896
|
*/
|
|
18344
|
-
playerControllerBulkDelete(playerBulkDeleteInputDTO?: PlayerBulkDeleteInputDTO, options?:
|
|
18897
|
+
playerControllerBulkDelete(playerBulkDeleteInputDTO?: PlayerBulkDeleteInputDTO, options?: any): AxiosPromise<PlayerBulkDeleteOutputDTOAPI>;
|
|
18345
18898
|
/**
|
|
18346
18899
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerControllerDelete`
|
|
18347
18900
|
* @summary Delete
|
|
@@ -18349,14 +18902,14 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18349
18902
|
* @param {*} [options] Override http request option.
|
|
18350
18903
|
* @throws {RequiredError}
|
|
18351
18904
|
*/
|
|
18352
|
-
playerControllerDelete(id: string, options?:
|
|
18905
|
+
playerControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18353
18906
|
/**
|
|
18354
18907
|
* Get the player that is currently authenticated. This is a low-privilege route, returning limited data.<br> OperationId: `PlayerControllerGetMe`
|
|
18355
18908
|
* @summary Get current player
|
|
18356
18909
|
* @param {*} [options] Override http request option.
|
|
18357
18910
|
* @throws {RequiredError}
|
|
18358
18911
|
*/
|
|
18359
|
-
playerControllerGetMe(options?:
|
|
18912
|
+
playerControllerGetMe(options?: any): AxiosPromise<PlayerMeOutputDTO>;
|
|
18360
18913
|
/**
|
|
18361
18914
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerControllerGetOne`
|
|
18362
18915
|
* @summary Get one
|
|
@@ -18364,7 +18917,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18364
18917
|
* @param {*} [options] Override http request option.
|
|
18365
18918
|
* @throws {RequiredError}
|
|
18366
18919
|
*/
|
|
18367
|
-
playerControllerGetOne(id: string, options?:
|
|
18920
|
+
playerControllerGetOne(id: string, options?: any): AxiosPromise<PlayerOutputWithRolesDTOAPI>;
|
|
18368
18921
|
/**
|
|
18369
18922
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`<br> OperationId: `PlayerControllerRemoveRole`
|
|
18370
18923
|
* @summary Remove role
|
|
@@ -18374,7 +18927,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18374
18927
|
* @param {*} [options] Override http request option.
|
|
18375
18928
|
* @throws {RequiredError}
|
|
18376
18929
|
*/
|
|
18377
|
-
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
18930
|
+
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
18378
18931
|
/**
|
|
18379
18932
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerControllerSearch`
|
|
18380
18933
|
* @summary Search
|
|
@@ -18382,7 +18935,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18382
18935
|
* @param {*} [options] Override http request option.
|
|
18383
18936
|
* @throws {RequiredError}
|
|
18384
18937
|
*/
|
|
18385
|
-
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?:
|
|
18938
|
+
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?: any): AxiosPromise<PlayerOutputArrayDTOAPI>;
|
|
18386
18939
|
};
|
|
18387
18940
|
/**
|
|
18388
18941
|
* PlayerApi - object-oriented interface
|
|
@@ -18682,7 +19235,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18682
19235
|
* @param {*} [options] Override http request option.
|
|
18683
19236
|
* @throws {RequiredError}
|
|
18684
19237
|
*/
|
|
18685
|
-
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19238
|
+
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
18686
19239
|
/**
|
|
18687
19240
|
* Bulk delete POG records by player IDs for a specific gameserver. Deletes POG records only, Player records remain intact. Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerBulkDelete`
|
|
18688
19241
|
* @summary Bulk delete
|
|
@@ -18691,7 +19244,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18691
19244
|
* @param {*} [options] Override http request option.
|
|
18692
19245
|
* @throws {RequiredError}
|
|
18693
19246
|
*/
|
|
18694
|
-
playerOnGameServerControllerBulkDelete(gameServerId: string, pogBulkDeleteInputDTO?: PogBulkDeleteInputDTO, options?:
|
|
19247
|
+
playerOnGameServerControllerBulkDelete(gameServerId: string, pogBulkDeleteInputDTO?: PogBulkDeleteInputDTO, options?: any): AxiosPromise<PogBulkDeleteOutputDTOAPI>;
|
|
18695
19248
|
/**
|
|
18696
19249
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerDeductCurrency`
|
|
18697
19250
|
* @summary Deduct currency
|
|
@@ -18701,7 +19254,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18701
19254
|
* @param {*} [options] Override http request option.
|
|
18702
19255
|
* @throws {RequiredError}
|
|
18703
19256
|
*/
|
|
18704
|
-
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19257
|
+
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
18705
19258
|
/**
|
|
18706
19259
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerDelete`
|
|
18707
19260
|
* @summary Delete
|
|
@@ -18710,7 +19263,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18710
19263
|
* @param {*} [options] Override http request option.
|
|
18711
19264
|
* @throws {RequiredError}
|
|
18712
19265
|
*/
|
|
18713
|
-
playerOnGameServerControllerDelete(gameServerId: string, playerId: string, options?:
|
|
19266
|
+
playerOnGameServerControllerDelete(gameServerId: string, playerId: string, options?: any): AxiosPromise<APIOutput>;
|
|
18714
19267
|
/**
|
|
18715
19268
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerGetOne`
|
|
18716
19269
|
* @summary Get one
|
|
@@ -18719,7 +19272,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18719
19272
|
* @param {*} [options] Override http request option.
|
|
18720
19273
|
* @throws {RequiredError}
|
|
18721
19274
|
*/
|
|
18722
|
-
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?:
|
|
19275
|
+
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
18723
19276
|
/**
|
|
18724
19277
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerSearch`
|
|
18725
19278
|
* @summary Search
|
|
@@ -18727,7 +19280,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18727
19280
|
* @param {*} [options] Override http request option.
|
|
18728
19281
|
* @throws {RequiredError}
|
|
18729
19282
|
*/
|
|
18730
|
-
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?:
|
|
19283
|
+
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputArrayDTOAPI>;
|
|
18731
19284
|
/**
|
|
18732
19285
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerSetCurrency`
|
|
18733
19286
|
* @summary Set currency
|
|
@@ -18737,7 +19290,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18737
19290
|
* @param {*} [options] Override http request option.
|
|
18738
19291
|
* @throws {RequiredError}
|
|
18739
19292
|
*/
|
|
18740
|
-
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19293
|
+
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
18741
19294
|
/**
|
|
18742
19295
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerTransactBetweenPlayers`
|
|
18743
19296
|
* @summary Transact between players
|
|
@@ -18748,7 +19301,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18748
19301
|
* @param {*} [options] Override http request option.
|
|
18749
19302
|
* @throws {RequiredError}
|
|
18750
19303
|
*/
|
|
18751
|
-
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19304
|
+
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
18752
19305
|
};
|
|
18753
19306
|
/**
|
|
18754
19307
|
* PlayerOnGameServerApi - object-oriented interface
|
|
@@ -18962,7 +19515,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
18962
19515
|
* @param {*} [options] Override http request option.
|
|
18963
19516
|
* @throws {RequiredError}
|
|
18964
19517
|
*/
|
|
18965
|
-
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?:
|
|
19518
|
+
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
18966
19519
|
/**
|
|
18967
19520
|
* Required permissions: `READ_ROLES`<br> OperationId: `RoleControllerGetOne`
|
|
18968
19521
|
* @summary Get one
|
|
@@ -18970,14 +19523,14 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
18970
19523
|
* @param {*} [options] Override http request option.
|
|
18971
19524
|
* @throws {RequiredError}
|
|
18972
19525
|
*/
|
|
18973
|
-
roleControllerGetOne(id: string, options?:
|
|
19526
|
+
roleControllerGetOne(id: string, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
18974
19527
|
/**
|
|
18975
19528
|
* <br> OperationId: `RoleControllerGetPermissions`
|
|
18976
19529
|
* @summary Get permissions
|
|
18977
19530
|
* @param {*} [options] Override http request option.
|
|
18978
19531
|
* @throws {RequiredError}
|
|
18979
19532
|
*/
|
|
18980
|
-
roleControllerGetPermissions(options?:
|
|
19533
|
+
roleControllerGetPermissions(options?: any): AxiosPromise<PermissionOutputDTOAPI>;
|
|
18981
19534
|
/**
|
|
18982
19535
|
* Required permissions: `MANAGE_ROLES`<br> OperationId: `RoleControllerRemove`
|
|
18983
19536
|
* @summary Remove
|
|
@@ -18985,7 +19538,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
18985
19538
|
* @param {*} [options] Override http request option.
|
|
18986
19539
|
* @throws {RequiredError}
|
|
18987
19540
|
*/
|
|
18988
|
-
roleControllerRemove(id: string, options?:
|
|
19541
|
+
roleControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18989
19542
|
/**
|
|
18990
19543
|
* Required permissions: `READ_ROLES`<br> OperationId: `RoleControllerSearch`
|
|
18991
19544
|
* @summary Search
|
|
@@ -18993,7 +19546,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
18993
19546
|
* @param {*} [options] Override http request option.
|
|
18994
19547
|
* @throws {RequiredError}
|
|
18995
19548
|
*/
|
|
18996
|
-
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?:
|
|
19549
|
+
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?: any): AxiosPromise<RoleOutputArrayDTOAPI>;
|
|
18997
19550
|
/**
|
|
18998
19551
|
* Required permissions: `MANAGE_ROLES`<br> OperationId: `RoleControllerUpdate`
|
|
18999
19552
|
* @summary Update
|
|
@@ -19002,7 +19555,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19002
19555
|
* @param {*} [options] Override http request option.
|
|
19003
19556
|
* @throws {RequiredError}
|
|
19004
19557
|
*/
|
|
19005
|
-
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?:
|
|
19558
|
+
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
19006
19559
|
};
|
|
19007
19560
|
/**
|
|
19008
19561
|
* RoleApi - object-oriented interface
|
|
@@ -19163,7 +19716,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19163
19716
|
* @param {*} [options] Override http request option.
|
|
19164
19717
|
* @throws {RequiredError}
|
|
19165
19718
|
*/
|
|
19166
|
-
settingsControllerDelete(key: string, gameServerId?: string, options?:
|
|
19719
|
+
settingsControllerDelete(key: string, gameServerId?: string, options?: any): AxiosPromise<APIOutput>;
|
|
19167
19720
|
/**
|
|
19168
19721
|
* <br> OperationId: `SettingsControllerGet`
|
|
19169
19722
|
* @summary Get
|
|
@@ -19172,7 +19725,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19172
19725
|
* @param {*} [options] Override http request option.
|
|
19173
19726
|
* @throws {RequiredError}
|
|
19174
19727
|
*/
|
|
19175
|
-
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?:
|
|
19728
|
+
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?: any): AxiosPromise<SettingsOutputArrayDTOAPI>;
|
|
19176
19729
|
/**
|
|
19177
19730
|
* <br> OperationId: `SettingsControllerGetOne`
|
|
19178
19731
|
* @summary Get one
|
|
@@ -19181,7 +19734,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19181
19734
|
* @param {*} [options] Override http request option.
|
|
19182
19735
|
* @throws {RequiredError}
|
|
19183
19736
|
*/
|
|
19184
|
-
settingsControllerGetOne(key: string, gameServerId?: string, options?:
|
|
19737
|
+
settingsControllerGetOne(key: string, gameServerId?: string, options?: any): AxiosPromise<SettingsOutputDTOAPI>;
|
|
19185
19738
|
/**
|
|
19186
19739
|
* Required permissions: `MANAGE_SETTINGS`<br> OperationId: `SettingsControllerSet`
|
|
19187
19740
|
* @summary Set
|
|
@@ -19190,7 +19743,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19190
19743
|
* @param {*} [options] Override http request option.
|
|
19191
19744
|
* @throws {RequiredError}
|
|
19192
19745
|
*/
|
|
19193
|
-
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?:
|
|
19746
|
+
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?: any): AxiosPromise<SettingsOutputDTOAPI>;
|
|
19194
19747
|
};
|
|
19195
19748
|
/**
|
|
19196
19749
|
* SettingsApi - object-oriented interface
|
|
@@ -19257,6 +19810,275 @@ export declare const SettingsControllerGetKeysEnum: {
|
|
|
19257
19810
|
readonly UnknownCommandFeedbackMessage: "unknownCommandFeedbackMessage";
|
|
19258
19811
|
};
|
|
19259
19812
|
export type SettingsControllerGetKeysEnum = (typeof SettingsControllerGetKeysEnum)[keyof typeof SettingsControllerGetKeysEnum];
|
|
19813
|
+
/**
|
|
19814
|
+
* ShopActionApi - axios parameter creator
|
|
19815
|
+
* @export
|
|
19816
|
+
*/
|
|
19817
|
+
export declare const ShopActionApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
19818
|
+
/**
|
|
19819
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
|
|
19820
|
+
* @summary Create
|
|
19821
|
+
* @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
|
|
19822
|
+
* @param {*} [options] Override http request option.
|
|
19823
|
+
* @throws {RequiredError}
|
|
19824
|
+
*/
|
|
19825
|
+
shopActionControllerCreate: (shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19826
|
+
/**
|
|
19827
|
+
* Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
|
|
19828
|
+
* @summary Get available
|
|
19829
|
+
* @param {string} gameServerId
|
|
19830
|
+
* @param {*} [options] Override http request option.
|
|
19831
|
+
* @throws {RequiredError}
|
|
19832
|
+
*/
|
|
19833
|
+
shopActionControllerGetAvailable: (gameServerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19834
|
+
/**
|
|
19835
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
|
|
19836
|
+
* @summary Get executions
|
|
19837
|
+
* @param {string} id
|
|
19838
|
+
* @param {any} [success]
|
|
19839
|
+
* @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
|
|
19840
|
+
* @param {*} [options] Override http request option.
|
|
19841
|
+
* @throws {RequiredError}
|
|
19842
|
+
*/
|
|
19843
|
+
shopActionControllerGetExecutions: (id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19844
|
+
/**
|
|
19845
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
|
|
19846
|
+
* @summary Get one
|
|
19847
|
+
* @param {string} id
|
|
19848
|
+
* @param {*} [options] Override http request option.
|
|
19849
|
+
* @throws {RequiredError}
|
|
19850
|
+
*/
|
|
19851
|
+
shopActionControllerGetOne: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19852
|
+
/**
|
|
19853
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
|
|
19854
|
+
* @summary Remove
|
|
19855
|
+
* @param {string} id
|
|
19856
|
+
* @param {*} [options] Override http request option.
|
|
19857
|
+
* @throws {RequiredError}
|
|
19858
|
+
*/
|
|
19859
|
+
shopActionControllerRemove: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19860
|
+
/**
|
|
19861
|
+
* Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
|
|
19862
|
+
* @summary Search
|
|
19863
|
+
* @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
|
|
19864
|
+
* @param {*} [options] Override http request option.
|
|
19865
|
+
* @throws {RequiredError}
|
|
19866
|
+
*/
|
|
19867
|
+
shopActionControllerSearch: (shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19868
|
+
/**
|
|
19869
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
|
|
19870
|
+
* @summary Update
|
|
19871
|
+
* @param {string} id
|
|
19872
|
+
* @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
|
|
19873
|
+
* @param {*} [options] Override http request option.
|
|
19874
|
+
* @throws {RequiredError}
|
|
19875
|
+
*/
|
|
19876
|
+
shopActionControllerUpdate: (id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19877
|
+
};
|
|
19878
|
+
/**
|
|
19879
|
+
* ShopActionApi - functional programming interface
|
|
19880
|
+
* @export
|
|
19881
|
+
*/
|
|
19882
|
+
export declare const ShopActionApiFp: (configuration?: Configuration) => {
|
|
19883
|
+
/**
|
|
19884
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
|
|
19885
|
+
* @summary Create
|
|
19886
|
+
* @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
|
|
19887
|
+
* @param {*} [options] Override http request option.
|
|
19888
|
+
* @throws {RequiredError}
|
|
19889
|
+
*/
|
|
19890
|
+
shopActionControllerCreate(shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputDTOAPI>>;
|
|
19891
|
+
/**
|
|
19892
|
+
* Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
|
|
19893
|
+
* @summary Get available
|
|
19894
|
+
* @param {string} gameServerId
|
|
19895
|
+
* @param {*} [options] Override http request option.
|
|
19896
|
+
* @throws {RequiredError}
|
|
19897
|
+
*/
|
|
19898
|
+
shopActionControllerGetAvailable(gameServerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputArrayDTOAPI>>;
|
|
19899
|
+
/**
|
|
19900
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
|
|
19901
|
+
* @summary Get executions
|
|
19902
|
+
* @param {string} id
|
|
19903
|
+
* @param {any} [success]
|
|
19904
|
+
* @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
|
|
19905
|
+
* @param {*} [options] Override http request option.
|
|
19906
|
+
* @throws {RequiredError}
|
|
19907
|
+
*/
|
|
19908
|
+
shopActionControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EventOutputArrayDTOAPI>>;
|
|
19909
|
+
/**
|
|
19910
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
|
|
19911
|
+
* @summary Get one
|
|
19912
|
+
* @param {string} id
|
|
19913
|
+
* @param {*} [options] Override http request option.
|
|
19914
|
+
* @throws {RequiredError}
|
|
19915
|
+
*/
|
|
19916
|
+
shopActionControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputDTOAPI>>;
|
|
19917
|
+
/**
|
|
19918
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
|
|
19919
|
+
* @summary Remove
|
|
19920
|
+
* @param {string} id
|
|
19921
|
+
* @param {*} [options] Override http request option.
|
|
19922
|
+
* @throws {RequiredError}
|
|
19923
|
+
*/
|
|
19924
|
+
shopActionControllerRemove(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
|
|
19925
|
+
/**
|
|
19926
|
+
* Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
|
|
19927
|
+
* @summary Search
|
|
19928
|
+
* @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
|
|
19929
|
+
* @param {*} [options] Override http request option.
|
|
19930
|
+
* @throws {RequiredError}
|
|
19931
|
+
*/
|
|
19932
|
+
shopActionControllerSearch(shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputArrayDTOAPI>>;
|
|
19933
|
+
/**
|
|
19934
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
|
|
19935
|
+
* @summary Update
|
|
19936
|
+
* @param {string} id
|
|
19937
|
+
* @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
|
|
19938
|
+
* @param {*} [options] Override http request option.
|
|
19939
|
+
* @throws {RequiredError}
|
|
19940
|
+
*/
|
|
19941
|
+
shopActionControllerUpdate(id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputDTOAPI>>;
|
|
19942
|
+
};
|
|
19943
|
+
/**
|
|
19944
|
+
* ShopActionApi - factory interface
|
|
19945
|
+
* @export
|
|
19946
|
+
*/
|
|
19947
|
+
export declare const ShopActionApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
19948
|
+
/**
|
|
19949
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
|
|
19950
|
+
* @summary Create
|
|
19951
|
+
* @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
|
|
19952
|
+
* @param {*} [options] Override http request option.
|
|
19953
|
+
* @throws {RequiredError}
|
|
19954
|
+
*/
|
|
19955
|
+
shopActionControllerCreate(shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputDTOAPI>;
|
|
19956
|
+
/**
|
|
19957
|
+
* Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
|
|
19958
|
+
* @summary Get available
|
|
19959
|
+
* @param {string} gameServerId
|
|
19960
|
+
* @param {*} [options] Override http request option.
|
|
19961
|
+
* @throws {RequiredError}
|
|
19962
|
+
*/
|
|
19963
|
+
shopActionControllerGetAvailable(gameServerId: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputArrayDTOAPI>;
|
|
19964
|
+
/**
|
|
19965
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
|
|
19966
|
+
* @summary Get executions
|
|
19967
|
+
* @param {string} id
|
|
19968
|
+
* @param {any} [success]
|
|
19969
|
+
* @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
|
|
19970
|
+
* @param {*} [options] Override http request option.
|
|
19971
|
+
* @throws {RequiredError}
|
|
19972
|
+
*/
|
|
19973
|
+
shopActionControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
19974
|
+
/**
|
|
19975
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
|
|
19976
|
+
* @summary Get one
|
|
19977
|
+
* @param {string} id
|
|
19978
|
+
* @param {*} [options] Override http request option.
|
|
19979
|
+
* @throws {RequiredError}
|
|
19980
|
+
*/
|
|
19981
|
+
shopActionControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputDTOAPI>;
|
|
19982
|
+
/**
|
|
19983
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
|
|
19984
|
+
* @summary Remove
|
|
19985
|
+
* @param {string} id
|
|
19986
|
+
* @param {*} [options] Override http request option.
|
|
19987
|
+
* @throws {RequiredError}
|
|
19988
|
+
*/
|
|
19989
|
+
shopActionControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
19990
|
+
/**
|
|
19991
|
+
* Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
|
|
19992
|
+
* @summary Search
|
|
19993
|
+
* @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
|
|
19994
|
+
* @param {*} [options] Override http request option.
|
|
19995
|
+
* @throws {RequiredError}
|
|
19996
|
+
*/
|
|
19997
|
+
shopActionControllerSearch(shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputArrayDTOAPI>;
|
|
19998
|
+
/**
|
|
19999
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
|
|
20000
|
+
* @summary Update
|
|
20001
|
+
* @param {string} id
|
|
20002
|
+
* @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
|
|
20003
|
+
* @param {*} [options] Override http request option.
|
|
20004
|
+
* @throws {RequiredError}
|
|
20005
|
+
*/
|
|
20006
|
+
shopActionControllerUpdate(id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputDTOAPI>;
|
|
20007
|
+
};
|
|
20008
|
+
/**
|
|
20009
|
+
* ShopActionApi - object-oriented interface
|
|
20010
|
+
* @export
|
|
20011
|
+
* @class ShopActionApi
|
|
20012
|
+
* @extends {BaseAPI}
|
|
20013
|
+
*/
|
|
20014
|
+
export declare class ShopActionApi extends BaseAPI {
|
|
20015
|
+
/**
|
|
20016
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
|
|
20017
|
+
* @summary Create
|
|
20018
|
+
* @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
|
|
20019
|
+
* @param {*} [options] Override http request option.
|
|
20020
|
+
* @throws {RequiredError}
|
|
20021
|
+
* @memberof ShopActionApi
|
|
20022
|
+
*/
|
|
20023
|
+
shopActionControllerCreate(shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputDTOAPI, any>>;
|
|
20024
|
+
/**
|
|
20025
|
+
* Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
|
|
20026
|
+
* @summary Get available
|
|
20027
|
+
* @param {string} gameServerId
|
|
20028
|
+
* @param {*} [options] Override http request option.
|
|
20029
|
+
* @throws {RequiredError}
|
|
20030
|
+
* @memberof ShopActionApi
|
|
20031
|
+
*/
|
|
20032
|
+
shopActionControllerGetAvailable(gameServerId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputArrayDTOAPI, any>>;
|
|
20033
|
+
/**
|
|
20034
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
|
|
20035
|
+
* @summary Get executions
|
|
20036
|
+
* @param {string} id
|
|
20037
|
+
* @param {any} [success]
|
|
20038
|
+
* @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
|
|
20039
|
+
* @param {*} [options] Override http request option.
|
|
20040
|
+
* @throws {RequiredError}
|
|
20041
|
+
* @memberof ShopActionApi
|
|
20042
|
+
*/
|
|
20043
|
+
shopActionControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventOutputArrayDTOAPI, any>>;
|
|
20044
|
+
/**
|
|
20045
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
|
|
20046
|
+
* @summary Get one
|
|
20047
|
+
* @param {string} id
|
|
20048
|
+
* @param {*} [options] Override http request option.
|
|
20049
|
+
* @throws {RequiredError}
|
|
20050
|
+
* @memberof ShopActionApi
|
|
20051
|
+
*/
|
|
20052
|
+
shopActionControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputDTOAPI, any>>;
|
|
20053
|
+
/**
|
|
20054
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
|
|
20055
|
+
* @summary Remove
|
|
20056
|
+
* @param {string} id
|
|
20057
|
+
* @param {*} [options] Override http request option.
|
|
20058
|
+
* @throws {RequiredError}
|
|
20059
|
+
* @memberof ShopActionApi
|
|
20060
|
+
*/
|
|
20061
|
+
shopActionControllerRemove(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIOutput, any>>;
|
|
20062
|
+
/**
|
|
20063
|
+
* Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
|
|
20064
|
+
* @summary Search
|
|
20065
|
+
* @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
|
|
20066
|
+
* @param {*} [options] Override http request option.
|
|
20067
|
+
* @throws {RequiredError}
|
|
20068
|
+
* @memberof ShopActionApi
|
|
20069
|
+
*/
|
|
20070
|
+
shopActionControllerSearch(shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputArrayDTOAPI, any>>;
|
|
20071
|
+
/**
|
|
20072
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
|
|
20073
|
+
* @summary Update
|
|
20074
|
+
* @param {string} id
|
|
20075
|
+
* @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
|
|
20076
|
+
* @param {*} [options] Override http request option.
|
|
20077
|
+
* @throws {RequiredError}
|
|
20078
|
+
* @memberof ShopActionApi
|
|
20079
|
+
*/
|
|
20080
|
+
shopActionControllerUpdate(id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputDTOAPI, any>>;
|
|
20081
|
+
}
|
|
19260
20082
|
/**
|
|
19261
20083
|
* ShopCategoryApi - axios parameter creator
|
|
19262
20084
|
* @export
|
|
@@ -19415,7 +20237,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19415
20237
|
* @param {*} [options] Override http request option.
|
|
19416
20238
|
* @throws {RequiredError}
|
|
19417
20239
|
*/
|
|
19418
|
-
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?:
|
|
20240
|
+
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?: any): AxiosPromise<void>;
|
|
19419
20241
|
/**
|
|
19420
20242
|
* Create a new shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerCreate`
|
|
19421
20243
|
* @summary Create
|
|
@@ -19423,7 +20245,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19423
20245
|
* @param {*} [options] Override http request option.
|
|
19424
20246
|
* @throws {RequiredError}
|
|
19425
20247
|
*/
|
|
19426
|
-
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?:
|
|
20248
|
+
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
19427
20249
|
/**
|
|
19428
20250
|
* Get all shop categories<br> OperationId: `ShopCategoryControllerGetAll`
|
|
19429
20251
|
* @summary Get all
|
|
@@ -19431,7 +20253,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19431
20253
|
* @param {*} [options] Override http request option.
|
|
19432
20254
|
* @throws {RequiredError}
|
|
19433
20255
|
*/
|
|
19434
|
-
shopCategoryControllerGetAll(gameServerId?: string, options?:
|
|
20256
|
+
shopCategoryControllerGetAll(gameServerId?: string, options?: any): AxiosPromise<ShopCategoryOutputArrayDTOAPI>;
|
|
19435
20257
|
/**
|
|
19436
20258
|
* Get a shop category by id<br> OperationId: `ShopCategoryControllerGetOne`
|
|
19437
20259
|
* @summary Get one
|
|
@@ -19440,7 +20262,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19440
20262
|
* @param {*} [options] Override http request option.
|
|
19441
20263
|
* @throws {RequiredError}
|
|
19442
20264
|
*/
|
|
19443
|
-
shopCategoryControllerGetOne(id: string, gameServerId?: string, options?:
|
|
20265
|
+
shopCategoryControllerGetOne(id: string, gameServerId?: string, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
19444
20266
|
/**
|
|
19445
20267
|
* Move a shop category to a different parent Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerMove`
|
|
19446
20268
|
* @summary Move
|
|
@@ -19449,7 +20271,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19449
20271
|
* @param {*} [options] Override http request option.
|
|
19450
20272
|
* @throws {RequiredError}
|
|
19451
20273
|
*/
|
|
19452
|
-
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?:
|
|
20274
|
+
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
19453
20275
|
/**
|
|
19454
20276
|
* Delete a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerRemove`
|
|
19455
20277
|
* @summary Remove
|
|
@@ -19457,7 +20279,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19457
20279
|
* @param {*} [options] Override http request option.
|
|
19458
20280
|
* @throws {RequiredError}
|
|
19459
20281
|
*/
|
|
19460
|
-
shopCategoryControllerRemove(id: string, options?:
|
|
20282
|
+
shopCategoryControllerRemove(id: string, options?: any): AxiosPromise<void>;
|
|
19461
20283
|
/**
|
|
19462
20284
|
* Search shop categories<br> OperationId: `ShopCategoryControllerSearch`
|
|
19463
20285
|
* @summary Search
|
|
@@ -19465,7 +20287,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19465
20287
|
* @param {*} [options] Override http request option.
|
|
19466
20288
|
* @throws {RequiredError}
|
|
19467
20289
|
*/
|
|
19468
|
-
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?:
|
|
20290
|
+
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?: any): AxiosPromise<ShopCategoryOutputArrayDTOAPI>;
|
|
19469
20291
|
/**
|
|
19470
20292
|
* Update a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerUpdate`
|
|
19471
20293
|
* @summary Update
|
|
@@ -19474,7 +20296,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19474
20296
|
* @param {*} [options] Override http request option.
|
|
19475
20297
|
* @throws {RequiredError}
|
|
19476
20298
|
*/
|
|
19477
|
-
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?:
|
|
20299
|
+
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
19478
20300
|
};
|
|
19479
20301
|
/**
|
|
19480
20302
|
* ShopCategoryApi - object-oriented interface
|
|
@@ -19679,7 +20501,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
19679
20501
|
* @param {*} [options] Override http request option.
|
|
19680
20502
|
* @throws {RequiredError}
|
|
19681
20503
|
*/
|
|
19682
|
-
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?:
|
|
20504
|
+
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
19683
20505
|
/**
|
|
19684
20506
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerDelete`
|
|
19685
20507
|
* @summary Delete
|
|
@@ -19687,7 +20509,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
19687
20509
|
* @param {*} [options] Override http request option.
|
|
19688
20510
|
* @throws {RequiredError}
|
|
19689
20511
|
*/
|
|
19690
|
-
shopListingControllerDelete(id: string, options?:
|
|
20512
|
+
shopListingControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
19691
20513
|
/**
|
|
19692
20514
|
* <br> OperationId: `ShopListingControllerGetOne`
|
|
19693
20515
|
* @summary Get one
|
|
@@ -19695,14 +20517,14 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
19695
20517
|
* @param {*} [options] Override http request option.
|
|
19696
20518
|
* @throws {RequiredError}
|
|
19697
20519
|
*/
|
|
19698
|
-
shopListingControllerGetOne(id: string, options?:
|
|
20520
|
+
shopListingControllerGetOne(id: string, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
19699
20521
|
/**
|
|
19700
20522
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerImportListings`
|
|
19701
20523
|
* @summary Import listings
|
|
19702
20524
|
* @param {*} [options] Override http request option.
|
|
19703
20525
|
* @throws {RequiredError}
|
|
19704
20526
|
*/
|
|
19705
|
-
shopListingControllerImportListings(options?:
|
|
20527
|
+
shopListingControllerImportListings(options?: any): AxiosPromise<APIOutput>;
|
|
19706
20528
|
/**
|
|
19707
20529
|
* Search shop listings<br> OperationId: `ShopListingControllerSearch`
|
|
19708
20530
|
* @summary Search
|
|
@@ -19710,7 +20532,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
19710
20532
|
* @param {*} [options] Override http request option.
|
|
19711
20533
|
* @throws {RequiredError}
|
|
19712
20534
|
*/
|
|
19713
|
-
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?:
|
|
20535
|
+
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?: any): AxiosPromise<ShopListingOutputArrayDTOAPI>;
|
|
19714
20536
|
/**
|
|
19715
20537
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerUpdate`
|
|
19716
20538
|
* @summary Update
|
|
@@ -19719,7 +20541,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
19719
20541
|
* @param {*} [options] Override http request option.
|
|
19720
20542
|
* @throws {RequiredError}
|
|
19721
20543
|
*/
|
|
19722
|
-
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?:
|
|
20544
|
+
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
19723
20545
|
};
|
|
19724
20546
|
/**
|
|
19725
20547
|
* ShopListingApi - object-oriented interface
|
|
@@ -19887,7 +20709,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
19887
20709
|
* @param {*} [options] Override http request option.
|
|
19888
20710
|
* @throws {RequiredError}
|
|
19889
20711
|
*/
|
|
19890
|
-
shopOrderControllerCancel(id: string, options?:
|
|
20712
|
+
shopOrderControllerCancel(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
19891
20713
|
/**
|
|
19892
20714
|
* Claiming an order will mark it as completed and give the user the item in-game<br> OperationId: `ShopOrderControllerClaim`
|
|
19893
20715
|
* @summary Claim an order
|
|
@@ -19895,7 +20717,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
19895
20717
|
* @param {*} [options] Override http request option.
|
|
19896
20718
|
* @throws {RequiredError}
|
|
19897
20719
|
*/
|
|
19898
|
-
shopOrderControllerClaim(id: string, options?:
|
|
20720
|
+
shopOrderControllerClaim(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
19899
20721
|
/**
|
|
19900
20722
|
* <br> OperationId: `ShopOrderControllerCreate`
|
|
19901
20723
|
* @summary Create
|
|
@@ -19903,7 +20725,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
19903
20725
|
* @param {*} [options] Override http request option.
|
|
19904
20726
|
* @throws {RequiredError}
|
|
19905
20727
|
*/
|
|
19906
|
-
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?:
|
|
20728
|
+
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
19907
20729
|
/**
|
|
19908
20730
|
* 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.<br> OperationId: `ShopOrderControllerGetOne`
|
|
19909
20731
|
* @summary Get order by ID
|
|
@@ -19911,7 +20733,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
19911
20733
|
* @param {*} [options] Override http request option.
|
|
19912
20734
|
* @throws {RequiredError}
|
|
19913
20735
|
*/
|
|
19914
|
-
shopOrderControllerGetOne(id: string, options?:
|
|
20736
|
+
shopOrderControllerGetOne(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
19915
20737
|
/**
|
|
19916
20738
|
* 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.<br> OperationId: `ShopOrderControllerSearch`
|
|
19917
20739
|
* @summary Search orders
|
|
@@ -19919,7 +20741,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
19919
20741
|
* @param {*} [options] Override http request option.
|
|
19920
20742
|
* @throws {RequiredError}
|
|
19921
20743
|
*/
|
|
19922
|
-
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?:
|
|
20744
|
+
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?: any): AxiosPromise<ShopOrderOutputArrayDTOAPI>;
|
|
19923
20745
|
};
|
|
19924
20746
|
/**
|
|
19925
20747
|
* ShopOrderApi - object-oriented interface
|
|
@@ -19985,12 +20807,12 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
19985
20807
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
19986
20808
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
19987
20809
|
* @param {string} [gameServerId]
|
|
19988
|
-
* @param {
|
|
19989
|
-
* @param {
|
|
20810
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20811
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
19990
20812
|
* @param {*} [options] Override http request option.
|
|
19991
20813
|
* @throws {RequiredError}
|
|
19992
20814
|
*/
|
|
19993
|
-
statsControllerGetActivityStats: (timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20815
|
+
statsControllerGetActivityStats: (timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19994
20816
|
/**
|
|
19995
20817
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
19996
20818
|
* @summary Get statistics about the countries of the players
|
|
@@ -20004,12 +20826,12 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20004
20826
|
* @summary Get currency stats
|
|
20005
20827
|
* @param {string} gameServerId
|
|
20006
20828
|
* @param {string} [playerId]
|
|
20007
|
-
* @param {
|
|
20008
|
-
* @param {
|
|
20829
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20830
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20009
20831
|
* @param {*} [options] Override http request option.
|
|
20010
20832
|
* @throws {RequiredError}
|
|
20011
20833
|
*/
|
|
20012
|
-
statsControllerGetCurrencyStats: (gameServerId: string, playerId?: string, startDate?:
|
|
20834
|
+
statsControllerGetCurrencyStats: (gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20013
20835
|
/**
|
|
20014
20836
|
* 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`<br> OperationId: `StatsControllerGetEventsCount`
|
|
20015
20837
|
* @summary Get event count over time
|
|
@@ -20020,43 +20842,43 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20020
20842
|
* @param {string} [moduleId]
|
|
20021
20843
|
* @param {string} [playerId]
|
|
20022
20844
|
* @param {string} [userId]
|
|
20023
|
-
* @param {
|
|
20024
|
-
* @param {
|
|
20845
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20846
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20025
20847
|
* @param {*} [options] Override http request option.
|
|
20026
20848
|
* @throws {RequiredError}
|
|
20027
20849
|
*/
|
|
20028
|
-
statsControllerGetEventsCount: (eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?:
|
|
20850
|
+
statsControllerGetEventsCount: (eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20029
20851
|
/**
|
|
20030
20852
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20031
20853
|
* @summary Get latency stats
|
|
20032
20854
|
* @param {string} gameServerId
|
|
20033
|
-
* @param {
|
|
20034
|
-
* @param {
|
|
20855
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20856
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20035
20857
|
* @param {*} [options] Override http request option.
|
|
20036
20858
|
* @throws {RequiredError}
|
|
20037
20859
|
*/
|
|
20038
|
-
statsControllerGetLatencyStats: (gameServerId: string, startDate?:
|
|
20860
|
+
statsControllerGetLatencyStats: (gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20039
20861
|
/**
|
|
20040
20862
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20041
20863
|
* @summary Get ping stats
|
|
20042
20864
|
* @param {string} gameServerId
|
|
20043
20865
|
* @param {string} playerId
|
|
20044
|
-
* @param {
|
|
20045
|
-
* @param {
|
|
20866
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20867
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20046
20868
|
* @param {*} [options] Override http request option.
|
|
20047
20869
|
* @throws {RequiredError}
|
|
20048
20870
|
*/
|
|
20049
|
-
statsControllerGetPingStats: (gameServerId: string, playerId: string, startDate?:
|
|
20871
|
+
statsControllerGetPingStats: (gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20050
20872
|
/**
|
|
20051
20873
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20052
20874
|
* @summary Get player online stats
|
|
20053
20875
|
* @param {string} [gameServerId]
|
|
20054
|
-
* @param {
|
|
20055
|
-
* @param {
|
|
20876
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20877
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20056
20878
|
* @param {*} [options] Override http request option.
|
|
20057
20879
|
* @throws {RequiredError}
|
|
20058
20880
|
*/
|
|
20059
|
-
statsControllerGetPlayerOnlineStats: (gameServerId?: string, startDate?:
|
|
20881
|
+
statsControllerGetPlayerOnlineStats: (gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20060
20882
|
};
|
|
20061
20883
|
/**
|
|
20062
20884
|
* StatsApi - functional programming interface
|
|
@@ -20069,12 +20891,12 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20069
20891
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20070
20892
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20071
20893
|
* @param {string} [gameServerId]
|
|
20072
|
-
* @param {
|
|
20073
|
-
* @param {
|
|
20894
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20895
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20074
20896
|
* @param {*} [options] Override http request option.
|
|
20075
20897
|
* @throws {RequiredError}
|
|
20076
20898
|
*/
|
|
20077
|
-
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20899
|
+
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20078
20900
|
/**
|
|
20079
20901
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20080
20902
|
* @summary Get statistics about the countries of the players
|
|
@@ -20088,12 +20910,12 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20088
20910
|
* @summary Get currency stats
|
|
20089
20911
|
* @param {string} gameServerId
|
|
20090
20912
|
* @param {string} [playerId]
|
|
20091
|
-
* @param {
|
|
20092
|
-
* @param {
|
|
20913
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20914
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20093
20915
|
* @param {*} [options] Override http request option.
|
|
20094
20916
|
* @throws {RequiredError}
|
|
20095
20917
|
*/
|
|
20096
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?:
|
|
20918
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20097
20919
|
/**
|
|
20098
20920
|
* 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`<br> OperationId: `StatsControllerGetEventsCount`
|
|
20099
20921
|
* @summary Get event count over time
|
|
@@ -20104,43 +20926,43 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20104
20926
|
* @param {string} [moduleId]
|
|
20105
20927
|
* @param {string} [playerId]
|
|
20106
20928
|
* @param {string} [userId]
|
|
20107
|
-
* @param {
|
|
20108
|
-
* @param {
|
|
20929
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20930
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20109
20931
|
* @param {*} [options] Override http request option.
|
|
20110
20932
|
* @throws {RequiredError}
|
|
20111
20933
|
*/
|
|
20112
|
-
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?:
|
|
20934
|
+
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20113
20935
|
/**
|
|
20114
20936
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20115
20937
|
* @summary Get latency stats
|
|
20116
20938
|
* @param {string} gameServerId
|
|
20117
|
-
* @param {
|
|
20118
|
-
* @param {
|
|
20939
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20940
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20119
20941
|
* @param {*} [options] Override http request option.
|
|
20120
20942
|
* @throws {RequiredError}
|
|
20121
20943
|
*/
|
|
20122
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
20944
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20123
20945
|
/**
|
|
20124
20946
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20125
20947
|
* @summary Get ping stats
|
|
20126
20948
|
* @param {string} gameServerId
|
|
20127
20949
|
* @param {string} playerId
|
|
20128
|
-
* @param {
|
|
20129
|
-
* @param {
|
|
20950
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20951
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20130
20952
|
* @param {*} [options] Override http request option.
|
|
20131
20953
|
* @throws {RequiredError}
|
|
20132
20954
|
*/
|
|
20133
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?:
|
|
20955
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20134
20956
|
/**
|
|
20135
20957
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20136
20958
|
* @summary Get player online stats
|
|
20137
20959
|
* @param {string} [gameServerId]
|
|
20138
|
-
* @param {
|
|
20139
|
-
* @param {
|
|
20960
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20961
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20140
20962
|
* @param {*} [options] Override http request option.
|
|
20141
20963
|
* @throws {RequiredError}
|
|
20142
20964
|
*/
|
|
20143
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
20965
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20144
20966
|
};
|
|
20145
20967
|
/**
|
|
20146
20968
|
* StatsApi - factory interface
|
|
@@ -20153,12 +20975,12 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20153
20975
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20154
20976
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20155
20977
|
* @param {string} [gameServerId]
|
|
20156
|
-
* @param {
|
|
20157
|
-
* @param {
|
|
20978
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20979
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20158
20980
|
* @param {*} [options] Override http request option.
|
|
20159
20981
|
* @throws {RequiredError}
|
|
20160
20982
|
*/
|
|
20161
|
-
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20983
|
+
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20162
20984
|
/**
|
|
20163
20985
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20164
20986
|
* @summary Get statistics about the countries of the players
|
|
@@ -20166,18 +20988,18 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20166
20988
|
* @param {*} [options] Override http request option.
|
|
20167
20989
|
* @throws {RequiredError}
|
|
20168
20990
|
*/
|
|
20169
|
-
statsControllerGetCountryStats(gameServerId?: Array<string>, options?:
|
|
20991
|
+
statsControllerGetCountryStats(gameServerId?: Array<string>, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20170
20992
|
/**
|
|
20171
20993
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCurrencyStats`
|
|
20172
20994
|
* @summary Get currency stats
|
|
20173
20995
|
* @param {string} gameServerId
|
|
20174
20996
|
* @param {string} [playerId]
|
|
20175
|
-
* @param {
|
|
20176
|
-
* @param {
|
|
20997
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20998
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20177
20999
|
* @param {*} [options] Override http request option.
|
|
20178
21000
|
* @throws {RequiredError}
|
|
20179
21001
|
*/
|
|
20180
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?:
|
|
21002
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20181
21003
|
/**
|
|
20182
21004
|
* 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`<br> OperationId: `StatsControllerGetEventsCount`
|
|
20183
21005
|
* @summary Get event count over time
|
|
@@ -20188,43 +21010,43 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20188
21010
|
* @param {string} [moduleId]
|
|
20189
21011
|
* @param {string} [playerId]
|
|
20190
21012
|
* @param {string} [userId]
|
|
20191
|
-
* @param {
|
|
20192
|
-
* @param {
|
|
21013
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21014
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20193
21015
|
* @param {*} [options] Override http request option.
|
|
20194
21016
|
* @throws {RequiredError}
|
|
20195
21017
|
*/
|
|
20196
|
-
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?:
|
|
21018
|
+
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20197
21019
|
/**
|
|
20198
21020
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20199
21021
|
* @summary Get latency stats
|
|
20200
21022
|
* @param {string} gameServerId
|
|
20201
|
-
* @param {
|
|
20202
|
-
* @param {
|
|
21023
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21024
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20203
21025
|
* @param {*} [options] Override http request option.
|
|
20204
21026
|
* @throws {RequiredError}
|
|
20205
21027
|
*/
|
|
20206
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
21028
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20207
21029
|
/**
|
|
20208
21030
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20209
21031
|
* @summary Get ping stats
|
|
20210
21032
|
* @param {string} gameServerId
|
|
20211
21033
|
* @param {string} playerId
|
|
20212
|
-
* @param {
|
|
20213
|
-
* @param {
|
|
21034
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21035
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20214
21036
|
* @param {*} [options] Override http request option.
|
|
20215
21037
|
* @throws {RequiredError}
|
|
20216
21038
|
*/
|
|
20217
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?:
|
|
21039
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20218
21040
|
/**
|
|
20219
21041
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20220
21042
|
* @summary Get player online stats
|
|
20221
21043
|
* @param {string} [gameServerId]
|
|
20222
|
-
* @param {
|
|
20223
|
-
* @param {
|
|
21044
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21045
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20224
21046
|
* @param {*} [options] Override http request option.
|
|
20225
21047
|
* @throws {RequiredError}
|
|
20226
21048
|
*/
|
|
20227
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
21049
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20228
21050
|
};
|
|
20229
21051
|
/**
|
|
20230
21052
|
* StatsApi - object-oriented interface
|
|
@@ -20239,13 +21061,13 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20239
21061
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20240
21062
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20241
21063
|
* @param {string} [gameServerId]
|
|
20242
|
-
* @param {
|
|
20243
|
-
* @param {
|
|
21064
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21065
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20244
21066
|
* @param {*} [options] Override http request option.
|
|
20245
21067
|
* @throws {RequiredError}
|
|
20246
21068
|
* @memberof StatsApi
|
|
20247
21069
|
*/
|
|
20248
|
-
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
21070
|
+
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20249
21071
|
/**
|
|
20250
21072
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20251
21073
|
* @summary Get statistics about the countries of the players
|
|
@@ -20260,13 +21082,13 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20260
21082
|
* @summary Get currency stats
|
|
20261
21083
|
* @param {string} gameServerId
|
|
20262
21084
|
* @param {string} [playerId]
|
|
20263
|
-
* @param {
|
|
20264
|
-
* @param {
|
|
21085
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21086
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20265
21087
|
* @param {*} [options] Override http request option.
|
|
20266
21088
|
* @throws {RequiredError}
|
|
20267
21089
|
* @memberof StatsApi
|
|
20268
21090
|
*/
|
|
20269
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?:
|
|
21091
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20270
21092
|
/**
|
|
20271
21093
|
* 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`<br> OperationId: `StatsControllerGetEventsCount`
|
|
20272
21094
|
* @summary Get event count over time
|
|
@@ -20277,47 +21099,47 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20277
21099
|
* @param {string} [moduleId]
|
|
20278
21100
|
* @param {string} [playerId]
|
|
20279
21101
|
* @param {string} [userId]
|
|
20280
|
-
* @param {
|
|
20281
|
-
* @param {
|
|
21102
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21103
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20282
21104
|
* @param {*} [options] Override http request option.
|
|
20283
21105
|
* @throws {RequiredError}
|
|
20284
21106
|
* @memberof StatsApi
|
|
20285
21107
|
*/
|
|
20286
|
-
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?:
|
|
21108
|
+
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20287
21109
|
/**
|
|
20288
21110
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20289
21111
|
* @summary Get latency stats
|
|
20290
21112
|
* @param {string} gameServerId
|
|
20291
|
-
* @param {
|
|
20292
|
-
* @param {
|
|
21113
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21114
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20293
21115
|
* @param {*} [options] Override http request option.
|
|
20294
21116
|
* @throws {RequiredError}
|
|
20295
21117
|
* @memberof StatsApi
|
|
20296
21118
|
*/
|
|
20297
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
21119
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20298
21120
|
/**
|
|
20299
21121
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20300
21122
|
* @summary Get ping stats
|
|
20301
21123
|
* @param {string} gameServerId
|
|
20302
21124
|
* @param {string} playerId
|
|
20303
|
-
* @param {
|
|
20304
|
-
* @param {
|
|
21125
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21126
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20305
21127
|
* @param {*} [options] Override http request option.
|
|
20306
21128
|
* @throws {RequiredError}
|
|
20307
21129
|
* @memberof StatsApi
|
|
20308
21130
|
*/
|
|
20309
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?:
|
|
21131
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20310
21132
|
/**
|
|
20311
21133
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20312
21134
|
* @summary Get player online stats
|
|
20313
21135
|
* @param {string} [gameServerId]
|
|
20314
|
-
* @param {
|
|
20315
|
-
* @param {
|
|
21136
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21137
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20316
21138
|
* @param {*} [options] Override http request option.
|
|
20317
21139
|
* @throws {RequiredError}
|
|
20318
21140
|
* @memberof StatsApi
|
|
20319
21141
|
*/
|
|
20320
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
21142
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20321
21143
|
}
|
|
20322
21144
|
/**
|
|
20323
21145
|
* @export
|
|
@@ -20375,6 +21197,8 @@ export declare const StatsControllerGetEventsCountEventNameEnum: {
|
|
|
20375
21197
|
readonly PlayerBanned: "player-banned";
|
|
20376
21198
|
readonly PlayerUnbanned: "player-unbanned";
|
|
20377
21199
|
readonly PlayerDeleted: "player-deleted";
|
|
21200
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
21201
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
20378
21202
|
readonly PlayerConnected: "player-connected";
|
|
20379
21203
|
readonly PlayerDisconnected: "player-disconnected";
|
|
20380
21204
|
readonly ChatMessage: "chat-message";
|
|
@@ -20508,7 +21332,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
20508
21332
|
* @param {*} [options] Override http request option.
|
|
20509
21333
|
* @throws {RequiredError}
|
|
20510
21334
|
*/
|
|
20511
|
-
trackingControllerGetBoundingBoxPlayers(boundingBoxSearchInputDTO?: BoundingBoxSearchInputDTO, options?:
|
|
21335
|
+
trackingControllerGetBoundingBoxPlayers(boundingBoxSearchInputDTO?: BoundingBoxSearchInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
20512
21336
|
/**
|
|
20513
21337
|
* Get inventory changes for a player between two timestamps Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayerInventoryHistory`
|
|
20514
21338
|
* @summary Get player inventory history
|
|
@@ -20516,7 +21340,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
20516
21340
|
* @param {*} [options] Override http request option.
|
|
20517
21341
|
* @throws {RequiredError}
|
|
20518
21342
|
*/
|
|
20519
|
-
trackingControllerGetPlayerInventoryHistory(playerInventoryHistoryInputDTO?: PlayerInventoryHistoryInputDTO, options?:
|
|
21343
|
+
trackingControllerGetPlayerInventoryHistory(playerInventoryHistoryInputDTO?: PlayerInventoryHistoryInputDTO, options?: any): AxiosPromise<PlayerInventoryArrayOutputDTOAPI>;
|
|
20520
21344
|
/**
|
|
20521
21345
|
* Get movement history for players within date bounds Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayerMovementHistory`
|
|
20522
21346
|
* @summary Get player movement history
|
|
@@ -20524,7 +21348,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
20524
21348
|
* @param {*} [options] Override http request option.
|
|
20525
21349
|
* @throws {RequiredError}
|
|
20526
21350
|
*/
|
|
20527
|
-
trackingControllerGetPlayerMovementHistory(playerMovementHistoryInputDTO?: PlayerMovementHistoryInputDTO, options?:
|
|
21351
|
+
trackingControllerGetPlayerMovementHistory(playerMovementHistoryInputDTO?: PlayerMovementHistoryInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
20528
21352
|
/**
|
|
20529
21353
|
* Find all players who have had a specific item in their inventory Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayersByItem`
|
|
20530
21354
|
* @summary Get players by item
|
|
@@ -20532,7 +21356,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
20532
21356
|
* @param {*} [options] Override http request option.
|
|
20533
21357
|
* @throws {RequiredError}
|
|
20534
21358
|
*/
|
|
20535
|
-
trackingControllerGetPlayersByItem(playersByItemInputDTO?: PlayersByItemInputDTO, options?:
|
|
21359
|
+
trackingControllerGetPlayersByItem(playersByItemInputDTO?: PlayersByItemInputDTO, options?: any): AxiosPromise<PlayerItemHistoryArrayOutputDTOAPI>;
|
|
20536
21360
|
/**
|
|
20537
21361
|
* Find all players within a spherical area from a center point Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetRadiusPlayers`
|
|
20538
21362
|
* @summary Get radius players
|
|
@@ -20540,7 +21364,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
20540
21364
|
* @param {*} [options] Override http request option.
|
|
20541
21365
|
* @throws {RequiredError}
|
|
20542
21366
|
*/
|
|
20543
|
-
trackingControllerGetRadiusPlayers(radiusSearchInputDTO?: RadiusSearchInputDTO, options?:
|
|
21367
|
+
trackingControllerGetRadiusPlayers(radiusSearchInputDTO?: RadiusSearchInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
20544
21368
|
};
|
|
20545
21369
|
/**
|
|
20546
21370
|
* TrackingApi - object-oriented interface
|
|
@@ -20847,7 +21671,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20847
21671
|
* @param {*} [options] Override http request option.
|
|
20848
21672
|
* @throws {RequiredError}
|
|
20849
21673
|
*/
|
|
20850
|
-
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?:
|
|
21674
|
+
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
20851
21675
|
/**
|
|
20852
21676
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerCreate`
|
|
20853
21677
|
* @summary Create
|
|
@@ -20855,14 +21679,14 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20855
21679
|
* @param {*} [options] Override http request option.
|
|
20856
21680
|
* @throws {RequiredError}
|
|
20857
21681
|
*/
|
|
20858
|
-
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?:
|
|
21682
|
+
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
20859
21683
|
/**
|
|
20860
21684
|
* Unset the selected domain for the user, this will clear the domain cookie. On the next request, the backend will set this again.<br> OperationId: `UserControllerDeleteSelectedDomainCookie`
|
|
20861
21685
|
* @summary Unset the selected domain for the user
|
|
20862
21686
|
* @param {*} [options] Override http request option.
|
|
20863
21687
|
* @throws {RequiredError}
|
|
20864
21688
|
*/
|
|
20865
|
-
userControllerDeleteSelectedDomainCookie(options?:
|
|
21689
|
+
userControllerDeleteSelectedDomainCookie(options?: any): AxiosPromise<void>;
|
|
20866
21690
|
/**
|
|
20867
21691
|
* Required permissions: `READ_USERS`<br> OperationId: `UserControllerGetOne`
|
|
20868
21692
|
* @summary Get one
|
|
@@ -20870,7 +21694,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20870
21694
|
* @param {*} [options] Override http request option.
|
|
20871
21695
|
* @throws {RequiredError}
|
|
20872
21696
|
*/
|
|
20873
|
-
userControllerGetOne(id: string, options?:
|
|
21697
|
+
userControllerGetOne(id: string, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
20874
21698
|
/**
|
|
20875
21699
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerInvite`
|
|
20876
21700
|
* @summary Invite
|
|
@@ -20878,7 +21702,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20878
21702
|
* @param {*} [options] Override http request option.
|
|
20879
21703
|
* @throws {RequiredError}
|
|
20880
21704
|
*/
|
|
20881
|
-
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?:
|
|
21705
|
+
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
20882
21706
|
/**
|
|
20883
21707
|
* 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.<br> OperationId: `UserControllerLinkPlayerProfile`
|
|
20884
21708
|
* @summary Link player profile
|
|
@@ -20886,7 +21710,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20886
21710
|
* @param {*} [options] Override http request option.
|
|
20887
21711
|
* @throws {RequiredError}
|
|
20888
21712
|
*/
|
|
20889
|
-
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?:
|
|
21713
|
+
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?: any): AxiosPromise<void>;
|
|
20890
21714
|
/**
|
|
20891
21715
|
* <br> OperationId: `UserControllerLogin`
|
|
20892
21716
|
* @summary Login
|
|
@@ -20894,21 +21718,21 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20894
21718
|
* @param {*} [options] Override http request option.
|
|
20895
21719
|
* @throws {RequiredError}
|
|
20896
21720
|
*/
|
|
20897
|
-
userControllerLogin(loginDTO?: LoginDTO, options?:
|
|
21721
|
+
userControllerLogin(loginDTO?: LoginDTO, options?: any): AxiosPromise<LoginOutputDTOAPI>;
|
|
20898
21722
|
/**
|
|
20899
21723
|
* <br> OperationId: `UserControllerLogout`
|
|
20900
21724
|
* @summary Logout
|
|
20901
21725
|
* @param {*} [options] Override http request option.
|
|
20902
21726
|
* @throws {RequiredError}
|
|
20903
21727
|
*/
|
|
20904
|
-
userControllerLogout(options?:
|
|
21728
|
+
userControllerLogout(options?: any): AxiosPromise<APIOutput>;
|
|
20905
21729
|
/**
|
|
20906
21730
|
* 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<br> OperationId: `UserControllerMe`
|
|
20907
21731
|
* @summary Get the current logged in user
|
|
20908
21732
|
* @param {*} [options] Override http request option.
|
|
20909
21733
|
* @throws {RequiredError}
|
|
20910
21734
|
*/
|
|
20911
|
-
userControllerMe(options?:
|
|
21735
|
+
userControllerMe(options?: any): AxiosPromise<MeOutoutDTOAPI>;
|
|
20912
21736
|
/**
|
|
20913
21737
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerRemove`
|
|
20914
21738
|
* @summary Remove
|
|
@@ -20916,7 +21740,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20916
21740
|
* @param {*} [options] Override http request option.
|
|
20917
21741
|
* @throws {RequiredError}
|
|
20918
21742
|
*/
|
|
20919
|
-
userControllerRemove(id: string, options?:
|
|
21743
|
+
userControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
20920
21744
|
/**
|
|
20921
21745
|
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `UserControllerRemoveRole`
|
|
20922
21746
|
* @summary Remove role
|
|
@@ -20925,7 +21749,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20925
21749
|
* @param {*} [options] Override http request option.
|
|
20926
21750
|
* @throws {RequiredError}
|
|
20927
21751
|
*/
|
|
20928
|
-
userControllerRemoveRole(id: string, roleId: string, options?:
|
|
21752
|
+
userControllerRemoveRole(id: string, roleId: string, options?: any): AxiosPromise<APIOutput>;
|
|
20929
21753
|
/**
|
|
20930
21754
|
* Required permissions: `READ_USERS`<br> OperationId: `UserControllerSearch`
|
|
20931
21755
|
* @summary Search
|
|
@@ -20933,7 +21757,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20933
21757
|
* @param {*} [options] Override http request option.
|
|
20934
21758
|
* @throws {RequiredError}
|
|
20935
21759
|
*/
|
|
20936
|
-
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?:
|
|
21760
|
+
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?: any): AxiosPromise<UserOutputArrayDTOAPI>;
|
|
20937
21761
|
/**
|
|
20938
21762
|
* One user can have multiple domains, this endpoint is a helper to set the selected domain for the user<br> OperationId: `UserControllerSetSelectedDomain`
|
|
20939
21763
|
* @summary Set the selected domain for the user
|
|
@@ -20941,7 +21765,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20941
21765
|
* @param {*} [options] Override http request option.
|
|
20942
21766
|
* @throws {RequiredError}
|
|
20943
21767
|
*/
|
|
20944
|
-
userControllerSetSelectedDomain(domainId: string, options?:
|
|
21768
|
+
userControllerSetSelectedDomain(domainId: string, options?: any): AxiosPromise<void>;
|
|
20945
21769
|
/**
|
|
20946
21770
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerUpdate`
|
|
20947
21771
|
* @summary Update
|
|
@@ -20950,7 +21774,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20950
21774
|
* @param {*} [options] Override http request option.
|
|
20951
21775
|
* @throws {RequiredError}
|
|
20952
21776
|
*/
|
|
20953
|
-
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?:
|
|
21777
|
+
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
20954
21778
|
};
|
|
20955
21779
|
/**
|
|
20956
21780
|
* UserApi - object-oriented interface
|
|
@@ -21193,7 +22017,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21193
22017
|
* @param {*} [options] Override http request option.
|
|
21194
22018
|
* @throws {RequiredError}
|
|
21195
22019
|
*/
|
|
21196
|
-
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?:
|
|
22020
|
+
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21197
22021
|
/**
|
|
21198
22022
|
* Required permissions: `MANAGE_VARIABLES`<br> OperationId: `VariableControllerDelete`
|
|
21199
22023
|
* @summary Delete
|
|
@@ -21201,7 +22025,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21201
22025
|
* @param {*} [options] Override http request option.
|
|
21202
22026
|
* @throws {RequiredError}
|
|
21203
22027
|
*/
|
|
21204
|
-
variableControllerDelete(id: string, options?:
|
|
22028
|
+
variableControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
21205
22029
|
/**
|
|
21206
22030
|
* Required permissions: `READ_VARIABLES`<br> OperationId: `VariableControllerFindOne`
|
|
21207
22031
|
* @summary Find one
|
|
@@ -21209,7 +22033,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21209
22033
|
* @param {*} [options] Override http request option.
|
|
21210
22034
|
* @throws {RequiredError}
|
|
21211
22035
|
*/
|
|
21212
|
-
variableControllerFindOne(id: string, options?:
|
|
22036
|
+
variableControllerFindOne(id: string, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21213
22037
|
/**
|
|
21214
22038
|
* Search variables Required permissions: `READ_VARIABLES`<br> OperationId: `VariableControllerSearch`
|
|
21215
22039
|
* @summary Search
|
|
@@ -21217,7 +22041,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21217
22041
|
* @param {*} [options] Override http request option.
|
|
21218
22042
|
* @throws {RequiredError}
|
|
21219
22043
|
*/
|
|
21220
|
-
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?:
|
|
22044
|
+
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?: any): AxiosPromise<VariableOutputArrayDTOAPI>;
|
|
21221
22045
|
/**
|
|
21222
22046
|
* Required permissions: `MANAGE_VARIABLES`<br> OperationId: `VariableControllerUpdate`
|
|
21223
22047
|
* @summary Update
|
|
@@ -21226,7 +22050,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21226
22050
|
* @param {*} [options] Override http request option.
|
|
21227
22051
|
* @throws {RequiredError}
|
|
21228
22052
|
*/
|
|
21229
|
-
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?:
|
|
22053
|
+
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21230
22054
|
};
|
|
21231
22055
|
/**
|
|
21232
22056
|
* VariableApi - object-oriented interface
|