@takaro/apiclient 0.5.1 → 0.6.0
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 +458 -279
- package/dist/generated/api.d.ts.map +1 -1
- package/dist/generated/api.js +610 -603
- package/dist/generated/api.js.map +1 -1
- package/dist/generated/configuration.js +1 -1
- package/dist/generated/configuration.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/api.ts +1057 -1178
- package/src/generated/configuration.ts +1 -1
package/dist/generated/api.d.ts
CHANGED
|
@@ -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
|
*
|
|
@@ -2850,6 +2850,7 @@ export declare const EventCreateDTOEventNameEnum: {
|
|
|
2850
2850
|
readonly PlayerUnbanned: "player-unbanned";
|
|
2851
2851
|
readonly PlayerDeleted: "player-deleted";
|
|
2852
2852
|
readonly ShopActionExecuted: "shop-action-executed";
|
|
2853
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
2853
2854
|
readonly PlayerConnected: "player-connected";
|
|
2854
2855
|
readonly PlayerDisconnected: "player-disconnected";
|
|
2855
2856
|
readonly ChatMessage: "chat-message";
|
|
@@ -3122,6 +3123,7 @@ export declare const EventOutputDTOEventNameEnum: {
|
|
|
3122
3123
|
readonly PlayerUnbanned: "player-unbanned";
|
|
3123
3124
|
readonly PlayerDeleted: "player-deleted";
|
|
3124
3125
|
readonly ShopActionExecuted: "shop-action-executed";
|
|
3126
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3125
3127
|
readonly PlayerConnected: "player-connected";
|
|
3126
3128
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3127
3129
|
readonly ChatMessage: "chat-message";
|
|
@@ -3133,7 +3135,7 @@ export type EventOutputDTOEventNameEnum = (typeof EventOutputDTOEventNameEnum)[k
|
|
|
3133
3135
|
* @type EventOutputDTOMeta
|
|
3134
3136
|
* @export
|
|
3135
3137
|
*/
|
|
3136
|
-
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 | TakaroEventShopActionExecuted | 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;
|
|
3137
3139
|
/**
|
|
3138
3140
|
*
|
|
3139
3141
|
* @export
|
|
@@ -3307,6 +3309,7 @@ export declare const EventSearchInputAllowedFiltersEventNameEnum: {
|
|
|
3307
3309
|
readonly PlayerUnbanned: "player-unbanned";
|
|
3308
3310
|
readonly PlayerDeleted: "player-deleted";
|
|
3309
3311
|
readonly ShopActionExecuted: "shop-action-executed";
|
|
3312
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3310
3313
|
readonly PlayerConnected: "player-connected";
|
|
3311
3314
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3312
3315
|
readonly ChatMessage: "chat-message";
|
|
@@ -3437,16 +3440,16 @@ export interface EventsCountInputDTO {
|
|
|
3437
3440
|
bucketStep: EventsCountInputDTOBucketStepEnum;
|
|
3438
3441
|
/**
|
|
3439
3442
|
*
|
|
3440
|
-
* @type {
|
|
3443
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
3441
3444
|
* @memberof EventsCountInputDTO
|
|
3442
3445
|
*/
|
|
3443
|
-
startDate?:
|
|
3446
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
3444
3447
|
/**
|
|
3445
3448
|
*
|
|
3446
|
-
* @type {
|
|
3449
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
3447
3450
|
* @memberof EventsCountInputDTO
|
|
3448
3451
|
*/
|
|
3449
|
-
endDate?:
|
|
3452
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
3450
3453
|
}
|
|
3451
3454
|
export declare const EventsCountInputDTOEventNameEnum: {
|
|
3452
3455
|
readonly RoleAssigned: "role-assigned";
|
|
@@ -3485,6 +3488,7 @@ export declare const EventsCountInputDTOEventNameEnum: {
|
|
|
3485
3488
|
readonly PlayerUnbanned: "player-unbanned";
|
|
3486
3489
|
readonly PlayerDeleted: "player-deleted";
|
|
3487
3490
|
readonly ShopActionExecuted: "shop-action-executed";
|
|
3491
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
3488
3492
|
readonly PlayerConnected: "player-connected";
|
|
3489
3493
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3490
3494
|
readonly ChatMessage: "chat-message";
|
|
@@ -4703,6 +4707,7 @@ export declare const HookCreateDTOEventTypeEnum: {
|
|
|
4703
4707
|
readonly PlayerUnbanned: "player-unbanned";
|
|
4704
4708
|
readonly PlayerDeleted: "player-deleted";
|
|
4705
4709
|
readonly ShopActionExecuted: "shop-action-executed";
|
|
4710
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
4706
4711
|
};
|
|
4707
4712
|
export type HookCreateDTOEventTypeEnum = (typeof HookCreateDTOEventTypeEnum)[keyof typeof HookCreateDTOEventTypeEnum];
|
|
4708
4713
|
/**
|
|
@@ -4860,6 +4865,7 @@ export declare const HookOutputDTOEventTypeEnum: {
|
|
|
4860
4865
|
readonly PlayerUnbanned: "player-unbanned";
|
|
4861
4866
|
readonly PlayerDeleted: "player-deleted";
|
|
4862
4867
|
readonly ShopActionExecuted: "shop-action-executed";
|
|
4868
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
4863
4869
|
};
|
|
4864
4870
|
export type HookOutputDTOEventTypeEnum = (typeof HookOutputDTOEventTypeEnum)[keyof typeof HookOutputDTOEventTypeEnum];
|
|
4865
4871
|
/**
|
|
@@ -4962,6 +4968,7 @@ export declare const HookSearchInputAllowedFiltersEventTypeEnum: {
|
|
|
4962
4968
|
readonly PlayerUnbanned: "player-unbanned";
|
|
4963
4969
|
readonly PlayerDeleted: "player-deleted";
|
|
4964
4970
|
readonly ShopActionExecuted: "shop-action-executed";
|
|
4971
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
4965
4972
|
};
|
|
4966
4973
|
export type HookSearchInputAllowedFiltersEventTypeEnum = (typeof HookSearchInputAllowedFiltersEventTypeEnum)[keyof typeof HookSearchInputAllowedFiltersEventTypeEnum];
|
|
4967
4974
|
/**
|
|
@@ -5129,6 +5136,7 @@ export declare const HookTriggerDTOEventTypeEnum: {
|
|
|
5129
5136
|
readonly PlayerUnbanned: "player-unbanned";
|
|
5130
5137
|
readonly PlayerDeleted: "player-deleted";
|
|
5131
5138
|
readonly ShopActionExecuted: "shop-action-executed";
|
|
5139
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5132
5140
|
};
|
|
5133
5141
|
export type HookTriggerDTOEventTypeEnum = (typeof HookTriggerDTOEventTypeEnum)[keyof typeof HookTriggerDTOEventTypeEnum];
|
|
5134
5142
|
/**
|
|
@@ -5212,6 +5220,7 @@ export declare const HookUpdateDTOEventTypeEnum: {
|
|
|
5212
5220
|
readonly PlayerUnbanned: "player-unbanned";
|
|
5213
5221
|
readonly PlayerDeleted: "player-deleted";
|
|
5214
5222
|
readonly ShopActionExecuted: "shop-action-executed";
|
|
5223
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5215
5224
|
};
|
|
5216
5225
|
export type HookUpdateDTOEventTypeEnum = (typeof HookUpdateDTOEventTypeEnum)[keyof typeof HookUpdateDTOEventTypeEnum];
|
|
5217
5226
|
/**
|
|
@@ -5535,6 +5544,7 @@ export declare const IHookEventTypeEnum: {
|
|
|
5535
5544
|
readonly PlayerUnbanned: "player-unbanned";
|
|
5536
5545
|
readonly PlayerDeleted: "player-deleted";
|
|
5537
5546
|
readonly ShopActionExecuted: "shop-action-executed";
|
|
5547
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
5538
5548
|
};
|
|
5539
5549
|
export type IHookEventTypeEnum = (typeof IHookEventTypeEnum)[keyof typeof IHookEventTypeEnum];
|
|
5540
5550
|
/**
|
|
@@ -6444,16 +6454,16 @@ export interface LatencyInputDTO {
|
|
|
6444
6454
|
gameServerId: string;
|
|
6445
6455
|
/**
|
|
6446
6456
|
*
|
|
6447
|
-
* @type {
|
|
6457
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
6448
6458
|
* @memberof LatencyInputDTO
|
|
6449
6459
|
*/
|
|
6450
|
-
startDate?:
|
|
6460
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
6451
6461
|
/**
|
|
6452
6462
|
*
|
|
6453
|
-
* @type {
|
|
6463
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
6454
6464
|
* @memberof LatencyInputDTO
|
|
6455
6465
|
*/
|
|
6456
|
-
endDate?:
|
|
6466
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
6457
6467
|
}
|
|
6458
6468
|
/**
|
|
6459
6469
|
*
|
|
@@ -6757,10 +6767,10 @@ export interface MessageSendInputDTO {
|
|
|
6757
6767
|
export interface MetadataOutput {
|
|
6758
6768
|
/**
|
|
6759
6769
|
*
|
|
6760
|
-
* @type {
|
|
6770
|
+
* @type {MetadataOutputServerTime}
|
|
6761
6771
|
* @memberof MetadataOutput
|
|
6762
6772
|
*/
|
|
6763
|
-
serverTime:
|
|
6773
|
+
serverTime: MetadataOutputServerTime;
|
|
6764
6774
|
/**
|
|
6765
6775
|
*
|
|
6766
6776
|
* @type {ErrorOutput}
|
|
@@ -6786,6 +6796,11 @@ export interface MetadataOutput {
|
|
|
6786
6796
|
*/
|
|
6787
6797
|
total?: number;
|
|
6788
6798
|
}
|
|
6799
|
+
/**
|
|
6800
|
+
* @type MetadataOutputServerTime
|
|
6801
|
+
* @export
|
|
6802
|
+
*/
|
|
6803
|
+
export type MetadataOutputServerTime = string;
|
|
6789
6804
|
/**
|
|
6790
6805
|
*
|
|
6791
6806
|
* @export
|
|
@@ -7901,16 +7916,16 @@ export interface OptionalPogStatsInputDTO {
|
|
|
7901
7916
|
playerId?: string;
|
|
7902
7917
|
/**
|
|
7903
7918
|
*
|
|
7904
|
-
* @type {
|
|
7919
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
7905
7920
|
* @memberof OptionalPogStatsInputDTO
|
|
7906
7921
|
*/
|
|
7907
|
-
startDate?:
|
|
7922
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
7908
7923
|
/**
|
|
7909
7924
|
*
|
|
7910
|
-
* @type {
|
|
7925
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
7911
7926
|
* @memberof OptionalPogStatsInputDTO
|
|
7912
7927
|
*/
|
|
7913
|
-
endDate?:
|
|
7928
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
7914
7929
|
}
|
|
7915
7930
|
/**
|
|
7916
7931
|
*
|
|
@@ -8508,6 +8523,12 @@ export interface PlayerInventoryHistoryInputDTO {
|
|
|
8508
8523
|
* @memberof PlayerInventoryHistoryInputDTO
|
|
8509
8524
|
*/
|
|
8510
8525
|
playerId: string;
|
|
8526
|
+
/**
|
|
8527
|
+
*
|
|
8528
|
+
* @type {string}
|
|
8529
|
+
* @memberof PlayerInventoryHistoryInputDTO
|
|
8530
|
+
*/
|
|
8531
|
+
gameServerId: string;
|
|
8511
8532
|
/**
|
|
8512
8533
|
*
|
|
8513
8534
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -8950,6 +8971,12 @@ export interface PlayerOnGameServerSetCurrencyInputDTO {
|
|
|
8950
8971
|
* @memberof PlayerOnGameServerSetCurrencyInputDTO
|
|
8951
8972
|
*/
|
|
8952
8973
|
currency: number;
|
|
8974
|
+
/**
|
|
8975
|
+
*
|
|
8976
|
+
* @type {string}
|
|
8977
|
+
* @memberof PlayerOnGameServerSetCurrencyInputDTO
|
|
8978
|
+
*/
|
|
8979
|
+
reason?: string;
|
|
8953
8980
|
}
|
|
8954
8981
|
/**
|
|
8955
8982
|
*
|
|
@@ -9955,16 +9982,16 @@ export interface PlayersOnlineInputDTO {
|
|
|
9955
9982
|
gameServerId?: string;
|
|
9956
9983
|
/**
|
|
9957
9984
|
*
|
|
9958
|
-
* @type {
|
|
9985
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
9959
9986
|
* @memberof PlayersOnlineInputDTO
|
|
9960
9987
|
*/
|
|
9961
|
-
startDate?:
|
|
9988
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
9962
9989
|
/**
|
|
9963
9990
|
*
|
|
9964
|
-
* @type {
|
|
9991
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
9965
9992
|
* @memberof PlayersOnlineInputDTO
|
|
9966
9993
|
*/
|
|
9967
|
-
endDate?:
|
|
9994
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
9968
9995
|
}
|
|
9969
9996
|
/**
|
|
9970
9997
|
*
|
|
@@ -10081,16 +10108,16 @@ export interface PogStatsInputDTO {
|
|
|
10081
10108
|
playerId: string;
|
|
10082
10109
|
/**
|
|
10083
10110
|
*
|
|
10084
|
-
* @type {
|
|
10111
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
10085
10112
|
* @memberof PogStatsInputDTO
|
|
10086
10113
|
*/
|
|
10087
|
-
startDate?:
|
|
10114
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
10088
10115
|
/**
|
|
10089
10116
|
*
|
|
10090
|
-
* @type {
|
|
10117
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
10091
10118
|
* @memberof PogStatsInputDTO
|
|
10092
10119
|
*/
|
|
10093
|
-
endDate?:
|
|
10120
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
10094
10121
|
}
|
|
10095
10122
|
/**
|
|
10096
10123
|
*
|
|
@@ -11721,6 +11748,12 @@ export interface ShopListingCreateDTO {
|
|
|
11721
11748
|
* @memberof ShopListingCreateDTO
|
|
11722
11749
|
*/
|
|
11723
11750
|
categoryIds?: Array<string>;
|
|
11751
|
+
/**
|
|
11752
|
+
*
|
|
11753
|
+
* @type {number}
|
|
11754
|
+
* @memberof ShopListingCreateDTO
|
|
11755
|
+
*/
|
|
11756
|
+
sortOrder?: number;
|
|
11724
11757
|
}
|
|
11725
11758
|
/**
|
|
11726
11759
|
*
|
|
@@ -11851,6 +11884,12 @@ export interface ShopListingOutputDTO {
|
|
|
11851
11884
|
* @memberof ShopListingOutputDTO
|
|
11852
11885
|
*/
|
|
11853
11886
|
name: string;
|
|
11887
|
+
/**
|
|
11888
|
+
*
|
|
11889
|
+
* @type {number}
|
|
11890
|
+
* @memberof ShopListingOutputDTO
|
|
11891
|
+
*/
|
|
11892
|
+
sortOrder: number;
|
|
11854
11893
|
/**
|
|
11855
11894
|
*
|
|
11856
11895
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -12071,6 +12110,12 @@ export interface ShopListingUpdateDTO {
|
|
|
12071
12110
|
* @memberof ShopListingUpdateDTO
|
|
12072
12111
|
*/
|
|
12073
12112
|
name?: string;
|
|
12113
|
+
/**
|
|
12114
|
+
*
|
|
12115
|
+
* @type {number}
|
|
12116
|
+
* @memberof ShopListingUpdateDTO
|
|
12117
|
+
*/
|
|
12118
|
+
sortOrder?: number;
|
|
12074
12119
|
/**
|
|
12075
12120
|
*
|
|
12076
12121
|
* @type {boolean}
|
|
@@ -12485,6 +12530,11 @@ export interface SmallModuleVersionOutputDTO {
|
|
|
12485
12530
|
*/
|
|
12486
12531
|
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
12487
12532
|
}
|
|
12533
|
+
/**
|
|
12534
|
+
* @type StatsControllerGetPingStatsStartDateParameter
|
|
12535
|
+
* @export
|
|
12536
|
+
*/
|
|
12537
|
+
export type StatsControllerGetPingStatsStartDateParameter = string;
|
|
12488
12538
|
/**
|
|
12489
12539
|
*
|
|
12490
12540
|
* @export
|
|
@@ -12648,6 +12698,12 @@ export interface TakaroEventCurrencyAdded {
|
|
|
12648
12698
|
* @memberof TakaroEventCurrencyAdded
|
|
12649
12699
|
*/
|
|
12650
12700
|
amount: number;
|
|
12701
|
+
/**
|
|
12702
|
+
*
|
|
12703
|
+
* @type {string}
|
|
12704
|
+
* @memberof TakaroEventCurrencyAdded
|
|
12705
|
+
*/
|
|
12706
|
+
reason?: string;
|
|
12651
12707
|
/**
|
|
12652
12708
|
*
|
|
12653
12709
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -12667,6 +12723,12 @@ export interface TakaroEventCurrencyDeducted {
|
|
|
12667
12723
|
* @memberof TakaroEventCurrencyDeducted
|
|
12668
12724
|
*/
|
|
12669
12725
|
amount: number;
|
|
12726
|
+
/**
|
|
12727
|
+
*
|
|
12728
|
+
* @type {string}
|
|
12729
|
+
* @memberof TakaroEventCurrencyDeducted
|
|
12730
|
+
*/
|
|
12731
|
+
reason?: string;
|
|
12670
12732
|
/**
|
|
12671
12733
|
*
|
|
12672
12734
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -12939,6 +13001,37 @@ export interface TakaroEventModuleUpdated {
|
|
|
12939
13001
|
*/
|
|
12940
13002
|
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
12941
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
|
+
}
|
|
12942
13035
|
/**
|
|
12943
13036
|
*
|
|
12944
13037
|
* @export
|
|
@@ -13008,6 +13101,73 @@ export interface TakaroEventPlayerDeleted {
|
|
|
13008
13101
|
*/
|
|
13009
13102
|
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
13010
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
|
|
13138
|
+
*/
|
|
13139
|
+
previousQuantity?: number;
|
|
13140
|
+
/**
|
|
13141
|
+
*
|
|
13142
|
+
* @type {number}
|
|
13143
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
13144
|
+
*/
|
|
13145
|
+
newQuantity?: number;
|
|
13146
|
+
/**
|
|
13147
|
+
*
|
|
13148
|
+
* @type {string}
|
|
13149
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
13150
|
+
*/
|
|
13151
|
+
previousQuality?: string;
|
|
13152
|
+
/**
|
|
13153
|
+
*
|
|
13154
|
+
* @type {string}
|
|
13155
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
13156
|
+
*/
|
|
13157
|
+
newQuality?: string;
|
|
13158
|
+
/**
|
|
13159
|
+
*
|
|
13160
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
13161
|
+
* @memberof TakaroEventPlayerInventoryChanged
|
|
13162
|
+
*/
|
|
13163
|
+
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
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];
|
|
13011
13171
|
/**
|
|
13012
13172
|
*
|
|
13013
13173
|
* @export
|
|
@@ -13221,6 +13381,24 @@ export interface TakaroEventRoleUpdated {
|
|
|
13221
13381
|
* @memberof TakaroEventRoleUpdated
|
|
13222
13382
|
*/
|
|
13223
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>;
|
|
13224
13402
|
/**
|
|
13225
13403
|
*
|
|
13226
13404
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -14604,7 +14782,7 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
14604
14782
|
* @param {*} [options] Override http request option.
|
|
14605
14783
|
* @throws {RequiredError}
|
|
14606
14784
|
*/
|
|
14607
|
-
analyticsControllerGetShopAnalytics(gameServerIds?: Array<string>, period?: AnalyticsControllerGetShopAnalyticsPeriodEnum, options?:
|
|
14785
|
+
analyticsControllerGetShopAnalytics(gameServerIds?: Array<string>, period?: AnalyticsControllerGetShopAnalyticsPeriodEnum, options?: any): AxiosPromise<ShopAnalyticsOutputDTOAPI>;
|
|
14608
14786
|
};
|
|
14609
14787
|
/**
|
|
14610
14788
|
* AnalyticsApi - object-oriented interface
|
|
@@ -14828,7 +15006,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14828
15006
|
* @param {*} [options] Override http request option.
|
|
14829
15007
|
* @throws {RequiredError}
|
|
14830
15008
|
*/
|
|
14831
|
-
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?:
|
|
15009
|
+
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14832
15010
|
/**
|
|
14833
15011
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerCreateArgument`
|
|
14834
15012
|
* @summary Create argument
|
|
@@ -14836,7 +15014,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14836
15014
|
* @param {*} [options] Override http request option.
|
|
14837
15015
|
* @throws {RequiredError}
|
|
14838
15016
|
*/
|
|
14839
|
-
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?:
|
|
15017
|
+
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?: any): AxiosPromise<CommandArgumentDTOAPI>;
|
|
14840
15018
|
/**
|
|
14841
15019
|
* Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerGetExecutions`
|
|
14842
15020
|
* @summary Get executions
|
|
@@ -14846,7 +15024,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14846
15024
|
* @param {*} [options] Override http request option.
|
|
14847
15025
|
* @throws {RequiredError}
|
|
14848
15026
|
*/
|
|
14849
|
-
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
15027
|
+
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
14850
15028
|
/**
|
|
14851
15029
|
* Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerGetOne`
|
|
14852
15030
|
* @summary Get one
|
|
@@ -14854,7 +15032,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14854
15032
|
* @param {*} [options] Override http request option.
|
|
14855
15033
|
* @throws {RequiredError}
|
|
14856
15034
|
*/
|
|
14857
|
-
commandControllerGetOne(id: string, options?:
|
|
15035
|
+
commandControllerGetOne(id: string, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14858
15036
|
/**
|
|
14859
15037
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerRemove`
|
|
14860
15038
|
* @summary Remove
|
|
@@ -14862,7 +15040,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14862
15040
|
* @param {*} [options] Override http request option.
|
|
14863
15041
|
* @throws {RequiredError}
|
|
14864
15042
|
*/
|
|
14865
|
-
commandControllerRemove(id: string, options?:
|
|
15043
|
+
commandControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
14866
15044
|
/**
|
|
14867
15045
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerRemoveArgument`
|
|
14868
15046
|
* @summary Remove argument
|
|
@@ -14870,7 +15048,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14870
15048
|
* @param {*} [options] Override http request option.
|
|
14871
15049
|
* @throws {RequiredError}
|
|
14872
15050
|
*/
|
|
14873
|
-
commandControllerRemoveArgument(id: string, options?:
|
|
15051
|
+
commandControllerRemoveArgument(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
14874
15052
|
/**
|
|
14875
15053
|
* Search commands Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerSearch`
|
|
14876
15054
|
* @summary Search
|
|
@@ -14878,7 +15056,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14878
15056
|
* @param {*} [options] Override http request option.
|
|
14879
15057
|
* @throws {RequiredError}
|
|
14880
15058
|
*/
|
|
14881
|
-
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?:
|
|
15059
|
+
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?: any): AxiosPromise<CommandOutputArrayDTOAPI>;
|
|
14882
15060
|
/**
|
|
14883
15061
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerTrigger`
|
|
14884
15062
|
* @summary Trigger
|
|
@@ -14887,7 +15065,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14887
15065
|
* @param {*} [options] Override http request option.
|
|
14888
15066
|
* @throws {RequiredError}
|
|
14889
15067
|
*/
|
|
14890
|
-
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?:
|
|
15068
|
+
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?: any): AxiosPromise<void>;
|
|
14891
15069
|
/**
|
|
14892
15070
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerUpdate`
|
|
14893
15071
|
* @summary Update
|
|
@@ -14896,7 +15074,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14896
15074
|
* @param {*} [options] Override http request option.
|
|
14897
15075
|
* @throws {RequiredError}
|
|
14898
15076
|
*/
|
|
14899
|
-
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?:
|
|
15077
|
+
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14900
15078
|
/**
|
|
14901
15079
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerUpdateArgument`
|
|
14902
15080
|
* @summary Update argument
|
|
@@ -14905,7 +15083,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14905
15083
|
* @param {*} [options] Override http request option.
|
|
14906
15084
|
* @throws {RequiredError}
|
|
14907
15085
|
*/
|
|
14908
|
-
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?:
|
|
15086
|
+
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?: any): AxiosPromise<CommandArgumentDTOAPI>;
|
|
14909
15087
|
};
|
|
14910
15088
|
/**
|
|
14911
15089
|
* CommandApi - object-oriented interface
|
|
@@ -15152,7 +15330,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15152
15330
|
* @param {*} [options] Override http request option.
|
|
15153
15331
|
* @throws {RequiredError}
|
|
15154
15332
|
*/
|
|
15155
|
-
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?:
|
|
15333
|
+
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
15156
15334
|
/**
|
|
15157
15335
|
* Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerGetExecutions`
|
|
15158
15336
|
* @summary Get executions
|
|
@@ -15162,7 +15340,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15162
15340
|
* @param {*} [options] Override http request option.
|
|
15163
15341
|
* @throws {RequiredError}
|
|
15164
15342
|
*/
|
|
15165
|
-
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
15343
|
+
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
15166
15344
|
/**
|
|
15167
15345
|
* Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerGetOne`
|
|
15168
15346
|
* @summary Get one
|
|
@@ -15170,7 +15348,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15170
15348
|
* @param {*} [options] Override http request option.
|
|
15171
15349
|
* @throws {RequiredError}
|
|
15172
15350
|
*/
|
|
15173
|
-
cronJobControllerGetOne(id: string, options?:
|
|
15351
|
+
cronJobControllerGetOne(id: string, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
15174
15352
|
/**
|
|
15175
15353
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerRemove`
|
|
15176
15354
|
* @summary Remove
|
|
@@ -15178,7 +15356,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15178
15356
|
* @param {*} [options] Override http request option.
|
|
15179
15357
|
* @throws {RequiredError}
|
|
15180
15358
|
*/
|
|
15181
|
-
cronJobControllerRemove(id: string, options?:
|
|
15359
|
+
cronJobControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
15182
15360
|
/**
|
|
15183
15361
|
* Search cronjobs Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerSearch`
|
|
15184
15362
|
* @summary Search
|
|
@@ -15186,7 +15364,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15186
15364
|
* @param {*} [options] Override http request option.
|
|
15187
15365
|
* @throws {RequiredError}
|
|
15188
15366
|
*/
|
|
15189
|
-
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?:
|
|
15367
|
+
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?: any): AxiosPromise<CronJobOutputArrayDTOAPI>;
|
|
15190
15368
|
/**
|
|
15191
15369
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerTrigger`
|
|
15192
15370
|
* @summary Trigger
|
|
@@ -15194,7 +15372,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15194
15372
|
* @param {*} [options] Override http request option.
|
|
15195
15373
|
* @throws {RequiredError}
|
|
15196
15374
|
*/
|
|
15197
|
-
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?:
|
|
15375
|
+
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?: any): AxiosPromise<void>;
|
|
15198
15376
|
/**
|
|
15199
15377
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerUpdate`
|
|
15200
15378
|
* @summary Update
|
|
@@ -15203,7 +15381,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15203
15381
|
* @param {*} [options] Override http request option.
|
|
15204
15382
|
* @throws {RequiredError}
|
|
15205
15383
|
*/
|
|
15206
|
-
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?:
|
|
15384
|
+
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
15207
15385
|
};
|
|
15208
15386
|
/**
|
|
15209
15387
|
* CronJobApi - object-oriented interface
|
|
@@ -15440,7 +15618,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15440
15618
|
* @param {*} [options] Override http request option.
|
|
15441
15619
|
* @throws {RequiredError}
|
|
15442
15620
|
*/
|
|
15443
|
-
discordControllerDeleteMessage(channelId: string, messageId: string, options?:
|
|
15621
|
+
discordControllerDeleteMessage(channelId: string, messageId: string, options?: any): AxiosPromise<APIOutput>;
|
|
15444
15622
|
/**
|
|
15445
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`
|
|
15446
15624
|
* @summary Get guild channels
|
|
@@ -15448,14 +15626,14 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15448
15626
|
* @param {*} [options] Override http request option.
|
|
15449
15627
|
* @throws {RequiredError}
|
|
15450
15628
|
*/
|
|
15451
|
-
discordControllerGetChannels(id: string, options?:
|
|
15629
|
+
discordControllerGetChannels(id: string, options?: any): AxiosPromise<DiscordChannelOutputArrayDTOAPI>;
|
|
15452
15630
|
/**
|
|
15453
15631
|
* Get the invite link to add the Takaro bot to a Discord server, along with the developer Discord server link.<br> OperationId: `DiscordControllerGetInvite`
|
|
15454
15632
|
* @summary Get bot invite links
|
|
15455
15633
|
* @param {*} [options] Override http request option.
|
|
15456
15634
|
* @throws {RequiredError}
|
|
15457
15635
|
*/
|
|
15458
|
-
discordControllerGetInvite(options?:
|
|
15636
|
+
discordControllerGetInvite(options?: any): AxiosPromise<DiscordInviteOutputDTO>;
|
|
15459
15637
|
/**
|
|
15460
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`
|
|
15461
15639
|
* @summary Get guild roles
|
|
@@ -15463,7 +15641,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15463
15641
|
* @param {*} [options] Override http request option.
|
|
15464
15642
|
* @throws {RequiredError}
|
|
15465
15643
|
*/
|
|
15466
|
-
discordControllerGetRoles(id: string, options?:
|
|
15644
|
+
discordControllerGetRoles(id: string, options?: any): AxiosPromise<DiscordRoleOutputArrayDTOAPI>;
|
|
15467
15645
|
/**
|
|
15468
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`
|
|
15469
15647
|
* @summary Search Discord guilds
|
|
@@ -15471,7 +15649,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15471
15649
|
* @param {*} [options] Override http request option.
|
|
15472
15650
|
* @throws {RequiredError}
|
|
15473
15651
|
*/
|
|
15474
|
-
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?:
|
|
15652
|
+
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?: any): AxiosPromise<GuildOutputArrayDTOAPI>;
|
|
15475
15653
|
/**
|
|
15476
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`
|
|
15477
15655
|
* @summary Send message to Discord channel
|
|
@@ -15480,7 +15658,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15480
15658
|
* @param {*} [options] Override http request option.
|
|
15481
15659
|
* @throws {RequiredError}
|
|
15482
15660
|
*/
|
|
15483
|
-
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
15661
|
+
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?: any): AxiosPromise<MessageOutputDTOAPI>;
|
|
15484
15662
|
/**
|
|
15485
15663
|
* Update Takaro-specific settings for a Discord guild, such as enabling or disabling Takaro features. Required permissions: `MANAGE_SETTINGS`<br> OperationId: `DiscordControllerUpdateGuild`
|
|
15486
15664
|
* @summary Update guild settings
|
|
@@ -15489,7 +15667,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15489
15667
|
* @param {*} [options] Override http request option.
|
|
15490
15668
|
* @throws {RequiredError}
|
|
15491
15669
|
*/
|
|
15492
|
-
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?:
|
|
15670
|
+
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?: any): AxiosPromise<GuildOutputDTOAPI>;
|
|
15493
15671
|
/**
|
|
15494
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`
|
|
15495
15673
|
* @summary Update Discord message
|
|
@@ -15499,7 +15677,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15499
15677
|
* @param {*} [options] Override http request option.
|
|
15500
15678
|
* @throws {RequiredError}
|
|
15501
15679
|
*/
|
|
15502
|
-
discordControllerUpdateMessage(channelId: string, messageId: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
15680
|
+
discordControllerUpdateMessage(channelId: string, messageId: string, sendMessageInputDTO?: SendMessageInputDTO, options?: any): AxiosPromise<MessageOutputDTOAPI>;
|
|
15503
15681
|
};
|
|
15504
15682
|
/**
|
|
15505
15683
|
* DiscordApi - object-oriented interface
|
|
@@ -15725,7 +15903,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15725
15903
|
* @param {*} [options] Override http request option.
|
|
15726
15904
|
* @throws {RequiredError}
|
|
15727
15905
|
*/
|
|
15728
|
-
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?:
|
|
15906
|
+
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?: any): AxiosPromise<DomainCreateOutputDTOAPI>;
|
|
15729
15907
|
/**
|
|
15730
15908
|
* <br> OperationId: `DomainControllerGetOne`
|
|
15731
15909
|
* @summary Get one
|
|
@@ -15733,7 +15911,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15733
15911
|
* @param {*} [options] Override http request option.
|
|
15734
15912
|
* @throws {RequiredError}
|
|
15735
15913
|
*/
|
|
15736
|
-
domainControllerGetOne(id: string, options?:
|
|
15914
|
+
domainControllerGetOne(id: string, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15737
15915
|
/**
|
|
15738
15916
|
* <br> OperationId: `DomainControllerGetToken`
|
|
15739
15917
|
* @summary Get token
|
|
@@ -15741,7 +15919,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15741
15919
|
* @param {*} [options] Override http request option.
|
|
15742
15920
|
* @throws {RequiredError}
|
|
15743
15921
|
*/
|
|
15744
|
-
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?:
|
|
15922
|
+
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?: any): AxiosPromise<TokenOutputDTOAPI>;
|
|
15745
15923
|
/**
|
|
15746
15924
|
* <br> OperationId: `DomainControllerRemove`
|
|
15747
15925
|
* @summary Remove
|
|
@@ -15750,7 +15928,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15750
15928
|
* @param {*} [options] Override http request option.
|
|
15751
15929
|
* @throws {RequiredError}
|
|
15752
15930
|
*/
|
|
15753
|
-
domainControllerRemove(id: string, hardDelete?: any, options?:
|
|
15931
|
+
domainControllerRemove(id: string, hardDelete?: any, options?: any): AxiosPromise<APIOutput>;
|
|
15754
15932
|
/**
|
|
15755
15933
|
* <br> OperationId: `DomainControllerResolveRegistrationToken`
|
|
15756
15934
|
* @summary Resolve registration token
|
|
@@ -15758,7 +15936,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15758
15936
|
* @param {*} [options] Override http request option.
|
|
15759
15937
|
* @throws {RequiredError}
|
|
15760
15938
|
*/
|
|
15761
|
-
domainControllerResolveRegistrationToken(resolveRegistrationTokenInputDTO?: ResolveRegistrationTokenInputDTO, options?:
|
|
15939
|
+
domainControllerResolveRegistrationToken(resolveRegistrationTokenInputDTO?: ResolveRegistrationTokenInputDTO, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15762
15940
|
/**
|
|
15763
15941
|
* <br> OperationId: `DomainControllerSearch`
|
|
15764
15942
|
* @summary Search
|
|
@@ -15766,7 +15944,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15766
15944
|
* @param {*} [options] Override http request option.
|
|
15767
15945
|
* @throws {RequiredError}
|
|
15768
15946
|
*/
|
|
15769
|
-
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?:
|
|
15947
|
+
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?: any): AxiosPromise<DomainOutputArrayDTOAPI>;
|
|
15770
15948
|
/**
|
|
15771
15949
|
* <br> OperationId: `DomainControllerUpdate`
|
|
15772
15950
|
* @summary Update
|
|
@@ -15775,7 +15953,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15775
15953
|
* @param {*} [options] Override http request option.
|
|
15776
15954
|
* @throws {RequiredError}
|
|
15777
15955
|
*/
|
|
15778
|
-
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?:
|
|
15956
|
+
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15779
15957
|
};
|
|
15780
15958
|
/**
|
|
15781
15959
|
* DomainApi - object-oriented interface
|
|
@@ -15906,7 +16084,7 @@ export declare const EntityApiFactory: (configuration?: Configuration, basePath?
|
|
|
15906
16084
|
* @param {*} [options] Override http request option.
|
|
15907
16085
|
* @throws {RequiredError}
|
|
15908
16086
|
*/
|
|
15909
|
-
entityControllerFindOne(id: string, options?:
|
|
16087
|
+
entityControllerFindOne(id: string, options?: any): AxiosPromise<EntityOutputDTOAPI>;
|
|
15910
16088
|
/**
|
|
15911
16089
|
* Required permissions: `READ_ENTITIES`<br> OperationId: `EntityControllerSearch`
|
|
15912
16090
|
* @summary Search
|
|
@@ -15914,7 +16092,7 @@ export declare const EntityApiFactory: (configuration?: Configuration, basePath?
|
|
|
15914
16092
|
* @param {*} [options] Override http request option.
|
|
15915
16093
|
* @throws {RequiredError}
|
|
15916
16094
|
*/
|
|
15917
|
-
entityControllerSearch(entitySearchInputDTO?: EntitySearchInputDTO, options?:
|
|
16095
|
+
entityControllerSearch(entitySearchInputDTO?: EntitySearchInputDTO, options?: any): AxiosPromise<EntityOutputArrayDTOAPI>;
|
|
15918
16096
|
};
|
|
15919
16097
|
/**
|
|
15920
16098
|
* EntityApi - object-oriented interface
|
|
@@ -16046,7 +16224,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16046
16224
|
* @param {*} [options] Override http request option.
|
|
16047
16225
|
* @throws {RequiredError}
|
|
16048
16226
|
*/
|
|
16049
|
-
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?:
|
|
16227
|
+
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?: any): AxiosPromise<EventOutputDTO>;
|
|
16050
16228
|
/**
|
|
16051
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`
|
|
16052
16230
|
* @summary Export events to CSV
|
|
@@ -16054,7 +16232,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16054
16232
|
* @param {*} [options] Override http request option.
|
|
16055
16233
|
* @throws {RequiredError}
|
|
16056
16234
|
*/
|
|
16057
|
-
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16235
|
+
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<void>;
|
|
16058
16236
|
/**
|
|
16059
16237
|
* Fetches events where cronjob, hook and command failed. Supports all the common query parameters Required permissions: `READ_MODULES`, `READ_EVENTS`<br> OperationId: `EventControllerGetFailedFunctions`
|
|
16060
16238
|
* @summary Get failed functions
|
|
@@ -16062,7 +16240,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16062
16240
|
* @param {*} [options] Override http request option.
|
|
16063
16241
|
* @throws {RequiredError}
|
|
16064
16242
|
*/
|
|
16065
|
-
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16243
|
+
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
16066
16244
|
/**
|
|
16067
16245
|
* Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerGetOne`
|
|
16068
16246
|
* @summary Get one
|
|
@@ -16070,7 +16248,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16070
16248
|
* @param {*} [options] Override http request option.
|
|
16071
16249
|
* @throws {RequiredError}
|
|
16072
16250
|
*/
|
|
16073
|
-
eventControllerGetOne(id: string, options?:
|
|
16251
|
+
eventControllerGetOne(id: string, options?: any): AxiosPromise<EventOutputDTO>;
|
|
16074
16252
|
/**
|
|
16075
16253
|
* Search events Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerSearch`
|
|
16076
16254
|
* @summary Search
|
|
@@ -16078,7 +16256,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16078
16256
|
* @param {*} [options] Override http request option.
|
|
16079
16257
|
* @throws {RequiredError}
|
|
16080
16258
|
*/
|
|
16081
|
-
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16259
|
+
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
16082
16260
|
};
|
|
16083
16261
|
/**
|
|
16084
16262
|
* EventApi - object-oriented interface
|
|
@@ -16187,14 +16365,14 @@ export declare const ExternalAuthApiFactory: (configuration?: Configuration, bas
|
|
|
16187
16365
|
* @param {*} [options] Override http request option.
|
|
16188
16366
|
* @throws {RequiredError}
|
|
16189
16367
|
*/
|
|
16190
|
-
externalAuthControllerAuthDiscord(redirect: string, options?:
|
|
16368
|
+
externalAuthControllerAuthDiscord(redirect: string, options?: any): AxiosPromise<void>;
|
|
16191
16369
|
/**
|
|
16192
16370
|
* <br> OperationId: `ExternalAuthControllerAuthDiscordReturn`
|
|
16193
16371
|
* @summary Auth discord return
|
|
16194
16372
|
* @param {*} [options] Override http request option.
|
|
16195
16373
|
* @throws {RequiredError}
|
|
16196
16374
|
*/
|
|
16197
|
-
externalAuthControllerAuthDiscordReturn(options?:
|
|
16375
|
+
externalAuthControllerAuthDiscordReturn(options?: any): AxiosPromise<void>;
|
|
16198
16376
|
};
|
|
16199
16377
|
/**
|
|
16200
16378
|
* ExternalAuthApi - object-oriented interface
|
|
@@ -16327,7 +16505,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16327
16505
|
* @param {*} [options] Override http request option.
|
|
16328
16506
|
* @throws {RequiredError}
|
|
16329
16507
|
*/
|
|
16330
|
-
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?:
|
|
16508
|
+
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
16331
16509
|
/**
|
|
16332
16510
|
* Required permissions: `READ_MODULES`<br> OperationId: `FunctionControllerGetOne`
|
|
16333
16511
|
* @summary Get one
|
|
@@ -16335,7 +16513,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16335
16513
|
* @param {*} [options] Override http request option.
|
|
16336
16514
|
* @throws {RequiredError}
|
|
16337
16515
|
*/
|
|
16338
|
-
functionControllerGetOne(id: string, options?:
|
|
16516
|
+
functionControllerGetOne(id: string, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
16339
16517
|
/**
|
|
16340
16518
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `FunctionControllerRemove`
|
|
16341
16519
|
* @summary Remove
|
|
@@ -16343,7 +16521,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16343
16521
|
* @param {*} [options] Override http request option.
|
|
16344
16522
|
* @throws {RequiredError}
|
|
16345
16523
|
*/
|
|
16346
|
-
functionControllerRemove(id: string, options?:
|
|
16524
|
+
functionControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
16347
16525
|
/**
|
|
16348
16526
|
* Search functions Required permissions: `READ_MODULES`<br> OperationId: `FunctionControllerSearch`
|
|
16349
16527
|
* @summary Search
|
|
@@ -16351,7 +16529,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16351
16529
|
* @param {*} [options] Override http request option.
|
|
16352
16530
|
* @throws {RequiredError}
|
|
16353
16531
|
*/
|
|
16354
|
-
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?:
|
|
16532
|
+
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?: any): AxiosPromise<FunctionOutputArrayDTOAPI>;
|
|
16355
16533
|
/**
|
|
16356
16534
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `FunctionControllerUpdate`
|
|
16357
16535
|
* @summary Update
|
|
@@ -16360,7 +16538,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16360
16538
|
* @param {*} [options] Override http request option.
|
|
16361
16539
|
* @throws {RequiredError}
|
|
16362
16540
|
*/
|
|
16363
|
-
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?:
|
|
16541
|
+
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
16364
16542
|
};
|
|
16365
16543
|
/**
|
|
16366
16544
|
* FunctionApi - object-oriented interface
|
|
@@ -16897,7 +17075,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16897
17075
|
* @deprecated
|
|
16898
17076
|
* @throws {RequiredError}
|
|
16899
17077
|
*/
|
|
16900
|
-
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?:
|
|
17078
|
+
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
16901
17079
|
/**
|
|
16902
17080
|
* Create a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerCreate`
|
|
16903
17081
|
* @summary Create
|
|
@@ -16905,7 +17083,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16905
17083
|
* @param {*} [options] Override http request option.
|
|
16906
17084
|
* @throws {RequiredError}
|
|
16907
17085
|
*/
|
|
16908
|
-
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?:
|
|
17086
|
+
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
16909
17087
|
/**
|
|
16910
17088
|
* Execute a raw command on a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerExecuteCommand`
|
|
16911
17089
|
* @summary Execute command
|
|
@@ -16914,7 +17092,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16914
17092
|
* @param {*} [options] Override http request option.
|
|
16915
17093
|
* @throws {RequiredError}
|
|
16916
17094
|
*/
|
|
16917
|
-
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?:
|
|
17095
|
+
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?: any): AxiosPromise<CommandExecuteDTOAPI>;
|
|
16918
17096
|
/**
|
|
16919
17097
|
* Fetch status of an import from CSMM Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerGetImport`
|
|
16920
17098
|
* @summary Get import
|
|
@@ -16923,7 +17101,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16923
17101
|
* @deprecated
|
|
16924
17102
|
* @throws {RequiredError}
|
|
16925
17103
|
*/
|
|
16926
|
-
gameServerControllerGetImport(id: string, options?:
|
|
17104
|
+
gameServerControllerGetImport(id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
16927
17105
|
/**
|
|
16928
17106
|
* Fetch a job status Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerGetJob`
|
|
16929
17107
|
* @summary Get job
|
|
@@ -16932,7 +17110,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16932
17110
|
* @param {*} [options] Override http request option.
|
|
16933
17111
|
* @throws {RequiredError}
|
|
16934
17112
|
*/
|
|
16935
|
-
gameServerControllerGetJob(type: string, id: string, options?:
|
|
17113
|
+
gameServerControllerGetJob(type: string, id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
16936
17114
|
/**
|
|
16937
17115
|
* Get map metadata<br> OperationId: `GameServerControllerGetMapInfo`
|
|
16938
17116
|
* @summary Get map info
|
|
@@ -16940,7 +17118,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16940
17118
|
* @param {*} [options] Override http request option.
|
|
16941
17119
|
* @throws {RequiredError}
|
|
16942
17120
|
*/
|
|
16943
|
-
gameServerControllerGetMapInfo(id: string, options?:
|
|
17121
|
+
gameServerControllerGetMapInfo(id: string, options?: any): AxiosPromise<MapInfoOutputDTOAPI>;
|
|
16944
17122
|
/**
|
|
16945
17123
|
* Get a map tile<br> OperationId: `GameServerControllerGetMapTile`
|
|
16946
17124
|
* @summary Get map tile
|
|
@@ -16951,7 +17129,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16951
17129
|
* @param {*} [options] Override http request option.
|
|
16952
17130
|
* @throws {RequiredError}
|
|
16953
17131
|
*/
|
|
16954
|
-
gameServerControllerGetMapTile(id: string, x: string, y: string, z: string, options?:
|
|
17132
|
+
gameServerControllerGetMapTile(id: string, x: string, y: string, z: string, options?: any): AxiosPromise<void>;
|
|
16955
17133
|
/**
|
|
16956
17134
|
* Fetch a gameserver by id<br> OperationId: `GameServerControllerGetOne`
|
|
16957
17135
|
* @summary Get one
|
|
@@ -16959,7 +17137,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16959
17137
|
* @param {*} [options] Override http request option.
|
|
16960
17138
|
* @throws {RequiredError}
|
|
16961
17139
|
*/
|
|
16962
|
-
gameServerControllerGetOne(id: string, options?:
|
|
17140
|
+
gameServerControllerGetOne(id: string, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
16963
17141
|
/**
|
|
16964
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`
|
|
16965
17143
|
* @summary Get players
|
|
@@ -16968,14 +17146,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16968
17146
|
* @deprecated
|
|
16969
17147
|
* @throws {RequiredError}
|
|
16970
17148
|
*/
|
|
16971
|
-
gameServerControllerGetPlayers(id: string, options?:
|
|
17149
|
+
gameServerControllerGetPlayers(id: string, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
16972
17150
|
/**
|
|
16973
17151
|
* Fetch gameserver types (7dtd, Rust, ...)<br> OperationId: `GameServerControllerGetTypes`
|
|
16974
17152
|
* @summary Get types
|
|
16975
17153
|
* @param {*} [options] Override http request option.
|
|
16976
17154
|
* @throws {RequiredError}
|
|
16977
17155
|
*/
|
|
16978
|
-
gameServerControllerGetTypes(options?:
|
|
17156
|
+
gameServerControllerGetTypes(options?: any): AxiosPromise<GameServerTypesOutputDTOAPI>;
|
|
16979
17157
|
/**
|
|
16980
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`
|
|
16981
17159
|
* @summary Give item
|
|
@@ -16985,14 +17163,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16985
17163
|
* @param {*} [options] Override http request option.
|
|
16986
17164
|
* @throws {RequiredError}
|
|
16987
17165
|
*/
|
|
16988
|
-
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?:
|
|
17166
|
+
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?: any): AxiosPromise<void>;
|
|
16989
17167
|
/**
|
|
16990
17168
|
* Import a gameserver from CSMM. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerImportFromCSMM`
|
|
16991
17169
|
* @summary Import from csmm
|
|
16992
17170
|
* @param {*} [options] Override http request option.
|
|
16993
17171
|
* @throws {RequiredError}
|
|
16994
17172
|
*/
|
|
16995
|
-
gameServerControllerImportFromCSMM(options?:
|
|
17173
|
+
gameServerControllerImportFromCSMM(options?: any): AxiosPromise<ImportOutputDTOAPI>;
|
|
16996
17174
|
/**
|
|
16997
17175
|
* Kick a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerKickPlayer`
|
|
16998
17176
|
* @summary Kick player
|
|
@@ -17002,7 +17180,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17002
17180
|
* @param {*} [options] Override http request option.
|
|
17003
17181
|
* @throws {RequiredError}
|
|
17004
17182
|
*/
|
|
17005
|
-
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?:
|
|
17183
|
+
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
17006
17184
|
/**
|
|
17007
17185
|
* List bans for a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerListBans`
|
|
17008
17186
|
* @summary List bans
|
|
@@ -17011,14 +17189,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17011
17189
|
* @deprecated
|
|
17012
17190
|
* @throws {RequiredError}
|
|
17013
17191
|
*/
|
|
17014
|
-
gameServerControllerListBans(id: string, options?:
|
|
17192
|
+
gameServerControllerListBans(id: string, options?: any): AxiosPromise<BanPlayerOutputDTO>;
|
|
17015
17193
|
/**
|
|
17016
17194
|
* Regenerate the registration token for a gameserver. Careful, this will invalidate all existing connections. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerRegenerateRegistrationToken`
|
|
17017
17195
|
* @summary Regenerate registration token
|
|
17018
17196
|
* @param {*} [options] Override http request option.
|
|
17019
17197
|
* @throws {RequiredError}
|
|
17020
17198
|
*/
|
|
17021
|
-
gameServerControllerRegenerateRegistrationToken(options?:
|
|
17199
|
+
gameServerControllerRegenerateRegistrationToken(options?: any): AxiosPromise<APIOutput>;
|
|
17022
17200
|
/**
|
|
17023
17201
|
* Delete a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerRemove`
|
|
17024
17202
|
* @summary Remove
|
|
@@ -17026,7 +17204,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17026
17204
|
* @param {*} [options] Override http request option.
|
|
17027
17205
|
* @throws {RequiredError}
|
|
17028
17206
|
*/
|
|
17029
|
-
gameServerControllerRemove(id: string, options?:
|
|
17207
|
+
gameServerControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17030
17208
|
/**
|
|
17031
17209
|
* Resets all players\' currency to 0 on the specified game server. This action is irreversible. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerResetCurrency`
|
|
17032
17210
|
* @summary Reset currency
|
|
@@ -17034,7 +17212,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17034
17212
|
* @param {*} [options] Override http request option.
|
|
17035
17213
|
* @throws {RequiredError}
|
|
17036
17214
|
*/
|
|
17037
|
-
gameServerControllerResetCurrency(id: string, options?:
|
|
17215
|
+
gameServerControllerResetCurrency(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17038
17216
|
/**
|
|
17039
17217
|
* Fetch gameservers<br> OperationId: `GameServerControllerSearch`
|
|
17040
17218
|
* @summary Search
|
|
@@ -17042,7 +17220,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17042
17220
|
* @param {*} [options] Override http request option.
|
|
17043
17221
|
* @throws {RequiredError}
|
|
17044
17222
|
*/
|
|
17045
|
-
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?:
|
|
17223
|
+
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?: any): AxiosPromise<GameServerOutputArrayDTOAPI>;
|
|
17046
17224
|
/**
|
|
17047
17225
|
* Send a message in gameserver chat. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerSendMessage`
|
|
17048
17226
|
* @summary Send message
|
|
@@ -17051,7 +17229,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17051
17229
|
* @param {*} [options] Override http request option.
|
|
17052
17230
|
* @throws {RequiredError}
|
|
17053
17231
|
*/
|
|
17054
|
-
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?:
|
|
17232
|
+
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
17055
17233
|
/**
|
|
17056
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`
|
|
17057
17235
|
* @summary Shutdown
|
|
@@ -17059,7 +17237,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17059
17237
|
* @param {*} [options] Override http request option.
|
|
17060
17238
|
* @throws {RequiredError}
|
|
17061
17239
|
*/
|
|
17062
|
-
gameServerControllerShutdown(id: string, options?:
|
|
17240
|
+
gameServerControllerShutdown(id: string, options?: any): AxiosPromise<void>;
|
|
17063
17241
|
/**
|
|
17064
17242
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerTeleportPlayer`
|
|
17065
17243
|
* @summary Teleport player
|
|
@@ -17069,7 +17247,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17069
17247
|
* @param {*} [options] Override http request option.
|
|
17070
17248
|
* @throws {RequiredError}
|
|
17071
17249
|
*/
|
|
17072
|
-
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?:
|
|
17250
|
+
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
17073
17251
|
/**
|
|
17074
17252
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.<br> OperationId: `GameServerControllerTestReachability`
|
|
17075
17253
|
* @summary Test reachability
|
|
@@ -17077,7 +17255,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17077
17255
|
* @param {*} [options] Override http request option.
|
|
17078
17256
|
* @throws {RequiredError}
|
|
17079
17257
|
*/
|
|
17080
|
-
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?:
|
|
17258
|
+
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?: any): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
17081
17259
|
/**
|
|
17082
17260
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.<br> OperationId: `GameServerControllerTestReachabilityForId`
|
|
17083
17261
|
* @summary Test reachability for id
|
|
@@ -17085,7 +17263,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17085
17263
|
* @param {*} [options] Override http request option.
|
|
17086
17264
|
* @throws {RequiredError}
|
|
17087
17265
|
*/
|
|
17088
|
-
gameServerControllerTestReachabilityForId(id: string, options?:
|
|
17266
|
+
gameServerControllerTestReachabilityForId(id: string, options?: any): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
17089
17267
|
/**
|
|
17090
17268
|
* Manually trigger a job, you can poll the status with the GET endpoint Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerTriggerJob`
|
|
17091
17269
|
* @summary Trigger job
|
|
@@ -17094,7 +17272,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17094
17272
|
* @param {*} [options] Override http request option.
|
|
17095
17273
|
* @throws {RequiredError}
|
|
17096
17274
|
*/
|
|
17097
|
-
gameServerControllerTriggerJob(type: string, id: string, options?:
|
|
17275
|
+
gameServerControllerTriggerJob(type: string, id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
17098
17276
|
/**
|
|
17099
17277
|
* Unban a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerUnbanPlayer`
|
|
17100
17278
|
* @summary Unban player
|
|
@@ -17104,7 +17282,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17104
17282
|
* @deprecated
|
|
17105
17283
|
* @throws {RequiredError}
|
|
17106
17284
|
*/
|
|
17107
|
-
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?:
|
|
17285
|
+
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?: any): AxiosPromise<APIOutput>;
|
|
17108
17286
|
/**
|
|
17109
17287
|
* Update a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerUpdate`
|
|
17110
17288
|
* @summary Update
|
|
@@ -17113,7 +17291,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17113
17291
|
* @param {*} [options] Override http request option.
|
|
17114
17292
|
* @throws {RequiredError}
|
|
17115
17293
|
*/
|
|
17116
|
-
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?:
|
|
17294
|
+
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
17117
17295
|
};
|
|
17118
17296
|
/**
|
|
17119
17297
|
* GameServerApi - object-oriented interface
|
|
@@ -17518,7 +17696,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17518
17696
|
* @param {*} [options] Override http request option.
|
|
17519
17697
|
* @throws {RequiredError}
|
|
17520
17698
|
*/
|
|
17521
|
-
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?:
|
|
17699
|
+
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17522
17700
|
/**
|
|
17523
17701
|
* Required permissions: `READ_MODULES`<br> OperationId: `HookControllerGetExecutions`
|
|
17524
17702
|
* @summary Get executions
|
|
@@ -17528,7 +17706,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17528
17706
|
* @param {*} [options] Override http request option.
|
|
17529
17707
|
* @throws {RequiredError}
|
|
17530
17708
|
*/
|
|
17531
|
-
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
17709
|
+
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
17532
17710
|
/**
|
|
17533
17711
|
* Required permissions: `READ_MODULES`<br> OperationId: `HookControllerGetOne`
|
|
17534
17712
|
* @summary Get one
|
|
@@ -17536,7 +17714,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17536
17714
|
* @param {*} [options] Override http request option.
|
|
17537
17715
|
* @throws {RequiredError}
|
|
17538
17716
|
*/
|
|
17539
|
-
hookControllerGetOne(id: string, options?:
|
|
17717
|
+
hookControllerGetOne(id: string, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17540
17718
|
/**
|
|
17541
17719
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `HookControllerRemove`
|
|
17542
17720
|
* @summary Remove
|
|
@@ -17544,7 +17722,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17544
17722
|
* @param {*} [options] Override http request option.
|
|
17545
17723
|
* @throws {RequiredError}
|
|
17546
17724
|
*/
|
|
17547
|
-
hookControllerRemove(id: string, options?:
|
|
17725
|
+
hookControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17548
17726
|
/**
|
|
17549
17727
|
* Search hooks Required permissions: `READ_MODULES`<br> OperationId: `HookControllerSearch`
|
|
17550
17728
|
* @summary Search
|
|
@@ -17552,7 +17730,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17552
17730
|
* @param {*} [options] Override http request option.
|
|
17553
17731
|
* @throws {RequiredError}
|
|
17554
17732
|
*/
|
|
17555
|
-
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?:
|
|
17733
|
+
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?: any): AxiosPromise<HookOutputArrayDTOAPI>;
|
|
17556
17734
|
/**
|
|
17557
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`
|
|
17558
17736
|
* @summary Trigger
|
|
@@ -17560,7 +17738,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17560
17738
|
* @param {*} [options] Override http request option.
|
|
17561
17739
|
* @throws {RequiredError}
|
|
17562
17740
|
*/
|
|
17563
|
-
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?:
|
|
17741
|
+
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?: any): AxiosPromise<void>;
|
|
17564
17742
|
/**
|
|
17565
17743
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `HookControllerUpdate`
|
|
17566
17744
|
* @summary Update
|
|
@@ -17569,7 +17747,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17569
17747
|
* @param {*} [options] Override http request option.
|
|
17570
17748
|
* @throws {RequiredError}
|
|
17571
17749
|
*/
|
|
17572
|
-
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?:
|
|
17750
|
+
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17573
17751
|
};
|
|
17574
17752
|
/**
|
|
17575
17753
|
* HookApi - object-oriented interface
|
|
@@ -17701,7 +17879,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17701
17879
|
* @param {*} [options] Override http request option.
|
|
17702
17880
|
* @throws {RequiredError}
|
|
17703
17881
|
*/
|
|
17704
|
-
itemControllerFindOne(id: string, options?:
|
|
17882
|
+
itemControllerFindOne(id: string, options?: any): AxiosPromise<ItemOutputDTOAPI>;
|
|
17705
17883
|
/**
|
|
17706
17884
|
* Search items Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerSearch`
|
|
17707
17885
|
* @summary Search
|
|
@@ -17709,7 +17887,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17709
17887
|
* @param {*} [options] Override http request option.
|
|
17710
17888
|
* @throws {RequiredError}
|
|
17711
17889
|
*/
|
|
17712
|
-
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?:
|
|
17890
|
+
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?: any): AxiosPromise<ItemOutputArrayDTOAPI>;
|
|
17713
17891
|
};
|
|
17714
17892
|
/**
|
|
17715
17893
|
* ItemApi - object-oriented interface
|
|
@@ -17844,42 +18022,42 @@ export declare const MetaApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17844
18022
|
* @param {*} [options] Override http request option.
|
|
17845
18023
|
* @throws {RequiredError}
|
|
17846
18024
|
*/
|
|
17847
|
-
metaGetHealth(options?:
|
|
18025
|
+
metaGetHealth(options?: any): AxiosPromise<HealthOutputDTO>;
|
|
17848
18026
|
/**
|
|
17849
18027
|
* <br> OperationId: `MetaGetMetrics`
|
|
17850
18028
|
* @summary Get metrics
|
|
17851
18029
|
* @param {*} [options] Override http request option.
|
|
17852
18030
|
* @throws {RequiredError}
|
|
17853
18031
|
*/
|
|
17854
|
-
metaGetMetrics(options?:
|
|
18032
|
+
metaGetMetrics(options?: any): AxiosPromise<void>;
|
|
17855
18033
|
/**
|
|
17856
18034
|
* <br> OperationId: `MetaGetOpenApi`
|
|
17857
18035
|
* @summary Get open api
|
|
17858
18036
|
* @param {*} [options] Override http request option.
|
|
17859
18037
|
* @throws {RequiredError}
|
|
17860
18038
|
*/
|
|
17861
|
-
metaGetOpenApi(options?:
|
|
18039
|
+
metaGetOpenApi(options?: any): AxiosPromise<void>;
|
|
17862
18040
|
/**
|
|
17863
18041
|
* <br> OperationId: `MetaGetOpenApiHtml`
|
|
17864
18042
|
* @summary Get open api html
|
|
17865
18043
|
* @param {*} [options] Override http request option.
|
|
17866
18044
|
* @throws {RequiredError}
|
|
17867
18045
|
*/
|
|
17868
|
-
metaGetOpenApiHtml(options?:
|
|
18046
|
+
metaGetOpenApiHtml(options?: any): AxiosPromise<void>;
|
|
17869
18047
|
/**
|
|
17870
18048
|
* <br> OperationId: `MetaGetReadiness`
|
|
17871
18049
|
* @summary Get readiness
|
|
17872
18050
|
* @param {*} [options] Override http request option.
|
|
17873
18051
|
* @throws {RequiredError}
|
|
17874
18052
|
*/
|
|
17875
|
-
metaGetReadiness(options?:
|
|
18053
|
+
metaGetReadiness(options?: any): AxiosPromise<HealthOutputDTO>;
|
|
17876
18054
|
/**
|
|
17877
18055
|
* <br> OperationId: `MetaGetRoot`
|
|
17878
18056
|
* @summary Get root
|
|
17879
18057
|
* @param {*} [options] Override http request option.
|
|
17880
18058
|
* @throws {RequiredError}
|
|
17881
18059
|
*/
|
|
17882
|
-
metaGetRoot(options?:
|
|
18060
|
+
metaGetRoot(options?: any): AxiosPromise<void>;
|
|
17883
18061
|
};
|
|
17884
18062
|
/**
|
|
17885
18063
|
* MetaApi - object-oriented interface
|
|
@@ -18193,7 +18371,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18193
18371
|
* @param {*} [options] Override http request option.
|
|
18194
18372
|
* @throws {RequiredError}
|
|
18195
18373
|
*/
|
|
18196
|
-
moduleControllerCreate(moduleCreateAPIDTO?: ModuleCreateAPIDTO, options?:
|
|
18374
|
+
moduleControllerCreate(moduleCreateAPIDTO?: ModuleCreateAPIDTO, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
18197
18375
|
/**
|
|
18198
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`
|
|
18199
18377
|
* @summary Export a module
|
|
@@ -18202,7 +18380,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18202
18380
|
* @param {*} [options] Override http request option.
|
|
18203
18381
|
* @throws {RequiredError}
|
|
18204
18382
|
*/
|
|
18205
|
-
moduleControllerExport(id: string, moduleExportOptionsDTO?: ModuleExportOptionsDTO, options?:
|
|
18383
|
+
moduleControllerExport(id: string, moduleExportOptionsDTO?: ModuleExportOptionsDTO, options?: any): AxiosPromise<ModuleExportDTOAPI>;
|
|
18206
18384
|
/**
|
|
18207
18385
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerGetOne`
|
|
18208
18386
|
* @summary Get one module
|
|
@@ -18210,7 +18388,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18210
18388
|
* @param {*} [options] Override http request option.
|
|
18211
18389
|
* @throws {RequiredError}
|
|
18212
18390
|
*/
|
|
18213
|
-
moduleControllerGetOne(id: string, options?:
|
|
18391
|
+
moduleControllerGetOne(id: string, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
18214
18392
|
/**
|
|
18215
18393
|
* Imports a module from a format that was exported from another Takaro instance Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerImport`
|
|
18216
18394
|
* @summary Import a module
|
|
@@ -18218,7 +18396,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18218
18396
|
* @param {*} [options] Override http request option.
|
|
18219
18397
|
* @throws {RequiredError}
|
|
18220
18398
|
*/
|
|
18221
|
-
moduleControllerImport(body?: any, options?:
|
|
18399
|
+
moduleControllerImport(body?: any, options?: any): AxiosPromise<void>;
|
|
18222
18400
|
/**
|
|
18223
18401
|
* Removes a module, including all versions and config Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerRemove`
|
|
18224
18402
|
* @summary Remove a module
|
|
@@ -18226,7 +18404,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18226
18404
|
* @param {*} [options] Override http request option.
|
|
18227
18405
|
* @throws {RequiredError}
|
|
18228
18406
|
*/
|
|
18229
|
-
moduleControllerRemove(id: string, options?:
|
|
18407
|
+
moduleControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18230
18408
|
/**
|
|
18231
18409
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerSearch`
|
|
18232
18410
|
* @summary Search modules
|
|
@@ -18234,7 +18412,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18234
18412
|
* @param {*} [options] Override http request option.
|
|
18235
18413
|
* @throws {RequiredError}
|
|
18236
18414
|
*/
|
|
18237
|
-
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?:
|
|
18415
|
+
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?: any): AxiosPromise<ModuleOutputArrayDTOAPI>;
|
|
18238
18416
|
/**
|
|
18239
18417
|
* Update a module Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerUpdate`
|
|
18240
18418
|
* @summary Update a module
|
|
@@ -18243,7 +18421,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18243
18421
|
* @param {*} [options] Override http request option.
|
|
18244
18422
|
* @throws {RequiredError}
|
|
18245
18423
|
*/
|
|
18246
|
-
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?:
|
|
18424
|
+
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
18247
18425
|
/**
|
|
18248
18426
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleInstallationsControllerGetInstalledModules`
|
|
18249
18427
|
* @summary Search module installations
|
|
@@ -18251,7 +18429,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18251
18429
|
* @param {*} [options] Override http request option.
|
|
18252
18430
|
* @throws {RequiredError}
|
|
18253
18431
|
*/
|
|
18254
|
-
moduleInstallationsControllerGetInstalledModules(moduleInstallationSearchInputDTO?: ModuleInstallationSearchInputDTO, options?:
|
|
18432
|
+
moduleInstallationsControllerGetInstalledModules(moduleInstallationSearchInputDTO?: ModuleInstallationSearchInputDTO, options?: any): AxiosPromise<ModuleInstallationOutputArrayDTOAPI>;
|
|
18255
18433
|
/**
|
|
18256
18434
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleInstallationsControllerGetModuleInstallation`
|
|
18257
18435
|
* @summary Get one installation
|
|
@@ -18260,7 +18438,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18260
18438
|
* @param {*} [options] Override http request option.
|
|
18261
18439
|
* @throws {RequiredError}
|
|
18262
18440
|
*/
|
|
18263
|
-
moduleInstallationsControllerGetModuleInstallation(moduleId: string, gameServerId: string, options?:
|
|
18441
|
+
moduleInstallationsControllerGetModuleInstallation(moduleId: string, gameServerId: string, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
18264
18442
|
/**
|
|
18265
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`
|
|
18266
18444
|
* @summary Install module
|
|
@@ -18268,7 +18446,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18268
18446
|
* @param {*} [options] Override http request option.
|
|
18269
18447
|
* @throws {RequiredError}
|
|
18270
18448
|
*/
|
|
18271
|
-
moduleInstallationsControllerInstallModule(installModuleDTO?: InstallModuleDTO, options?:
|
|
18449
|
+
moduleInstallationsControllerInstallModule(installModuleDTO?: InstallModuleDTO, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
18272
18450
|
/**
|
|
18273
18451
|
* Uninstall a module from a gameserver. This will not delete the module from the database. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `ModuleInstallationsControllerUninstallModule`
|
|
18274
18452
|
* @summary Uninstall module
|
|
@@ -18277,7 +18455,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18277
18455
|
* @param {*} [options] Override http request option.
|
|
18278
18456
|
* @throws {RequiredError}
|
|
18279
18457
|
*/
|
|
18280
|
-
moduleInstallationsControllerUninstallModule(moduleId: string, gameServerId: string, options?:
|
|
18458
|
+
moduleInstallationsControllerUninstallModule(moduleId: string, gameServerId: string, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
18281
18459
|
/**
|
|
18282
18460
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleVersionControllerGetModuleVersion`
|
|
18283
18461
|
* @summary Get one version
|
|
@@ -18285,7 +18463,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18285
18463
|
* @param {*} [options] Override http request option.
|
|
18286
18464
|
* @throws {RequiredError}
|
|
18287
18465
|
*/
|
|
18288
|
-
moduleVersionControllerGetModuleVersion(id: string, options?:
|
|
18466
|
+
moduleVersionControllerGetModuleVersion(id: string, options?: any): AxiosPromise<ModuleVersionOutputDTOAPI>;
|
|
18289
18467
|
/**
|
|
18290
18468
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleVersionControllerSearchVersions`
|
|
18291
18469
|
* @summary Search module versions
|
|
@@ -18293,7 +18471,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18293
18471
|
* @param {*} [options] Override http request option.
|
|
18294
18472
|
* @throws {RequiredError}
|
|
18295
18473
|
*/
|
|
18296
|
-
moduleVersionControllerSearchVersions(moduleVersionSearchInputDTO?: ModuleVersionSearchInputDTO, options?:
|
|
18474
|
+
moduleVersionControllerSearchVersions(moduleVersionSearchInputDTO?: ModuleVersionSearchInputDTO, options?: any): AxiosPromise<ModuleVersionOutputArrayDTOAPI>;
|
|
18297
18475
|
/**
|
|
18298
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`
|
|
18299
18477
|
* @summary Tag a new version
|
|
@@ -18301,7 +18479,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18301
18479
|
* @param {*} [options] Override http request option.
|
|
18302
18480
|
* @throws {RequiredError}
|
|
18303
18481
|
*/
|
|
18304
|
-
moduleVersionControllerTagVersion(moduleVersionCreateAPIDTO?: ModuleVersionCreateAPIDTO, options?:
|
|
18482
|
+
moduleVersionControllerTagVersion(moduleVersionCreateAPIDTO?: ModuleVersionCreateAPIDTO, options?: any): AxiosPromise<ModuleVersionOutputDTOAPI>;
|
|
18305
18483
|
};
|
|
18306
18484
|
/**
|
|
18307
18485
|
* ModuleApi - object-oriented interface
|
|
@@ -18665,7 +18843,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18665
18843
|
* @param {*} [options] Override http request option.
|
|
18666
18844
|
* @throws {RequiredError}
|
|
18667
18845
|
*/
|
|
18668
|
-
banControllerCreate(banCreateDTO?: BanCreateDTO, options?:
|
|
18846
|
+
banControllerCreate(banCreateDTO?: BanCreateDTO, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18669
18847
|
/**
|
|
18670
18848
|
* Unban player. This will remove the ban from Takaro and the gameserver(s) Required permissions: `MANAGE_PLAYERS`<br> OperationId: `BanControllerDelete`
|
|
18671
18849
|
* @summary Unban player
|
|
@@ -18673,7 +18851,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18673
18851
|
* @param {*} [options] Override http request option.
|
|
18674
18852
|
* @throws {RequiredError}
|
|
18675
18853
|
*/
|
|
18676
|
-
banControllerDelete(id: string, options?:
|
|
18854
|
+
banControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18677
18855
|
/**
|
|
18678
18856
|
* Get a single ban Required permissions: `READ_PLAYERS`<br> OperationId: `BanControllerGetOne`
|
|
18679
18857
|
* @summary Get a single ban
|
|
@@ -18681,7 +18859,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18681
18859
|
* @param {*} [options] Override http request option.
|
|
18682
18860
|
* @throws {RequiredError}
|
|
18683
18861
|
*/
|
|
18684
|
-
banControllerGetOne(id: string, options?:
|
|
18862
|
+
banControllerGetOne(id: string, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18685
18863
|
/**
|
|
18686
18864
|
* Search for bans Required permissions: `READ_PLAYERS`<br> OperationId: `BanControllerSearch`
|
|
18687
18865
|
* @summary Search for bans
|
|
@@ -18689,7 +18867,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18689
18867
|
* @param {*} [options] Override http request option.
|
|
18690
18868
|
* @throws {RequiredError}
|
|
18691
18869
|
*/
|
|
18692
|
-
banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?:
|
|
18870
|
+
banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?: any): AxiosPromise<BanOutputArrayDTOAPI>;
|
|
18693
18871
|
/**
|
|
18694
18872
|
* Update an existing ban, updating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`<br> OperationId: `BanControllerUpdate`
|
|
18695
18873
|
* @summary Update ban
|
|
@@ -18698,7 +18876,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18698
18876
|
* @param {*} [options] Override http request option.
|
|
18699
18877
|
* @throws {RequiredError}
|
|
18700
18878
|
*/
|
|
18701
|
-
banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?:
|
|
18879
|
+
banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18702
18880
|
/**
|
|
18703
18881
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`<br> OperationId: `PlayerControllerAssignRole`
|
|
18704
18882
|
* @summary Assign role
|
|
@@ -18708,7 +18886,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18708
18886
|
* @param {*} [options] Override http request option.
|
|
18709
18887
|
* @throws {RequiredError}
|
|
18710
18888
|
*/
|
|
18711
|
-
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
18889
|
+
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
18712
18890
|
/**
|
|
18713
18891
|
* Bulk delete players by their IDs. Deletes Player records which cascades to POG records. Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerControllerBulkDelete`
|
|
18714
18892
|
* @summary Bulk delete
|
|
@@ -18716,7 +18894,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18716
18894
|
* @param {*} [options] Override http request option.
|
|
18717
18895
|
* @throws {RequiredError}
|
|
18718
18896
|
*/
|
|
18719
|
-
playerControllerBulkDelete(playerBulkDeleteInputDTO?: PlayerBulkDeleteInputDTO, options?:
|
|
18897
|
+
playerControllerBulkDelete(playerBulkDeleteInputDTO?: PlayerBulkDeleteInputDTO, options?: any): AxiosPromise<PlayerBulkDeleteOutputDTOAPI>;
|
|
18720
18898
|
/**
|
|
18721
18899
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerControllerDelete`
|
|
18722
18900
|
* @summary Delete
|
|
@@ -18724,14 +18902,14 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18724
18902
|
* @param {*} [options] Override http request option.
|
|
18725
18903
|
* @throws {RequiredError}
|
|
18726
18904
|
*/
|
|
18727
|
-
playerControllerDelete(id: string, options?:
|
|
18905
|
+
playerControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18728
18906
|
/**
|
|
18729
18907
|
* Get the player that is currently authenticated. This is a low-privilege route, returning limited data.<br> OperationId: `PlayerControllerGetMe`
|
|
18730
18908
|
* @summary Get current player
|
|
18731
18909
|
* @param {*} [options] Override http request option.
|
|
18732
18910
|
* @throws {RequiredError}
|
|
18733
18911
|
*/
|
|
18734
|
-
playerControllerGetMe(options?:
|
|
18912
|
+
playerControllerGetMe(options?: any): AxiosPromise<PlayerMeOutputDTO>;
|
|
18735
18913
|
/**
|
|
18736
18914
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerControllerGetOne`
|
|
18737
18915
|
* @summary Get one
|
|
@@ -18739,7 +18917,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18739
18917
|
* @param {*} [options] Override http request option.
|
|
18740
18918
|
* @throws {RequiredError}
|
|
18741
18919
|
*/
|
|
18742
|
-
playerControllerGetOne(id: string, options?:
|
|
18920
|
+
playerControllerGetOne(id: string, options?: any): AxiosPromise<PlayerOutputWithRolesDTOAPI>;
|
|
18743
18921
|
/**
|
|
18744
18922
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`<br> OperationId: `PlayerControllerRemoveRole`
|
|
18745
18923
|
* @summary Remove role
|
|
@@ -18749,7 +18927,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18749
18927
|
* @param {*} [options] Override http request option.
|
|
18750
18928
|
* @throws {RequiredError}
|
|
18751
18929
|
*/
|
|
18752
|
-
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
18930
|
+
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
18753
18931
|
/**
|
|
18754
18932
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerControllerSearch`
|
|
18755
18933
|
* @summary Search
|
|
@@ -18757,7 +18935,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18757
18935
|
* @param {*} [options] Override http request option.
|
|
18758
18936
|
* @throws {RequiredError}
|
|
18759
18937
|
*/
|
|
18760
|
-
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?:
|
|
18938
|
+
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?: any): AxiosPromise<PlayerOutputArrayDTOAPI>;
|
|
18761
18939
|
};
|
|
18762
18940
|
/**
|
|
18763
18941
|
* PlayerApi - object-oriented interface
|
|
@@ -19057,7 +19235,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19057
19235
|
* @param {*} [options] Override http request option.
|
|
19058
19236
|
* @throws {RequiredError}
|
|
19059
19237
|
*/
|
|
19060
|
-
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19238
|
+
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19061
19239
|
/**
|
|
19062
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`
|
|
19063
19241
|
* @summary Bulk delete
|
|
@@ -19066,7 +19244,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19066
19244
|
* @param {*} [options] Override http request option.
|
|
19067
19245
|
* @throws {RequiredError}
|
|
19068
19246
|
*/
|
|
19069
|
-
playerOnGameServerControllerBulkDelete(gameServerId: string, pogBulkDeleteInputDTO?: PogBulkDeleteInputDTO, options?:
|
|
19247
|
+
playerOnGameServerControllerBulkDelete(gameServerId: string, pogBulkDeleteInputDTO?: PogBulkDeleteInputDTO, options?: any): AxiosPromise<PogBulkDeleteOutputDTOAPI>;
|
|
19070
19248
|
/**
|
|
19071
19249
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerDeductCurrency`
|
|
19072
19250
|
* @summary Deduct currency
|
|
@@ -19076,7 +19254,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19076
19254
|
* @param {*} [options] Override http request option.
|
|
19077
19255
|
* @throws {RequiredError}
|
|
19078
19256
|
*/
|
|
19079
|
-
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19257
|
+
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19080
19258
|
/**
|
|
19081
19259
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerDelete`
|
|
19082
19260
|
* @summary Delete
|
|
@@ -19085,7 +19263,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19085
19263
|
* @param {*} [options] Override http request option.
|
|
19086
19264
|
* @throws {RequiredError}
|
|
19087
19265
|
*/
|
|
19088
|
-
playerOnGameServerControllerDelete(gameServerId: string, playerId: string, options?:
|
|
19266
|
+
playerOnGameServerControllerDelete(gameServerId: string, playerId: string, options?: any): AxiosPromise<APIOutput>;
|
|
19089
19267
|
/**
|
|
19090
19268
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerGetOne`
|
|
19091
19269
|
* @summary Get one
|
|
@@ -19094,7 +19272,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19094
19272
|
* @param {*} [options] Override http request option.
|
|
19095
19273
|
* @throws {RequiredError}
|
|
19096
19274
|
*/
|
|
19097
|
-
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?:
|
|
19275
|
+
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19098
19276
|
/**
|
|
19099
19277
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerSearch`
|
|
19100
19278
|
* @summary Search
|
|
@@ -19102,7 +19280,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19102
19280
|
* @param {*} [options] Override http request option.
|
|
19103
19281
|
* @throws {RequiredError}
|
|
19104
19282
|
*/
|
|
19105
|
-
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?:
|
|
19283
|
+
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputArrayDTOAPI>;
|
|
19106
19284
|
/**
|
|
19107
19285
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerSetCurrency`
|
|
19108
19286
|
* @summary Set currency
|
|
@@ -19112,7 +19290,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19112
19290
|
* @param {*} [options] Override http request option.
|
|
19113
19291
|
* @throws {RequiredError}
|
|
19114
19292
|
*/
|
|
19115
|
-
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19293
|
+
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19116
19294
|
/**
|
|
19117
19295
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerTransactBetweenPlayers`
|
|
19118
19296
|
* @summary Transact between players
|
|
@@ -19123,7 +19301,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19123
19301
|
* @param {*} [options] Override http request option.
|
|
19124
19302
|
* @throws {RequiredError}
|
|
19125
19303
|
*/
|
|
19126
|
-
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19304
|
+
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19127
19305
|
};
|
|
19128
19306
|
/**
|
|
19129
19307
|
* PlayerOnGameServerApi - object-oriented interface
|
|
@@ -19337,7 +19515,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19337
19515
|
* @param {*} [options] Override http request option.
|
|
19338
19516
|
* @throws {RequiredError}
|
|
19339
19517
|
*/
|
|
19340
|
-
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?:
|
|
19518
|
+
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
19341
19519
|
/**
|
|
19342
19520
|
* Required permissions: `READ_ROLES`<br> OperationId: `RoleControllerGetOne`
|
|
19343
19521
|
* @summary Get one
|
|
@@ -19345,14 +19523,14 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19345
19523
|
* @param {*} [options] Override http request option.
|
|
19346
19524
|
* @throws {RequiredError}
|
|
19347
19525
|
*/
|
|
19348
|
-
roleControllerGetOne(id: string, options?:
|
|
19526
|
+
roleControllerGetOne(id: string, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
19349
19527
|
/**
|
|
19350
19528
|
* <br> OperationId: `RoleControllerGetPermissions`
|
|
19351
19529
|
* @summary Get permissions
|
|
19352
19530
|
* @param {*} [options] Override http request option.
|
|
19353
19531
|
* @throws {RequiredError}
|
|
19354
19532
|
*/
|
|
19355
|
-
roleControllerGetPermissions(options?:
|
|
19533
|
+
roleControllerGetPermissions(options?: any): AxiosPromise<PermissionOutputDTOAPI>;
|
|
19356
19534
|
/**
|
|
19357
19535
|
* Required permissions: `MANAGE_ROLES`<br> OperationId: `RoleControllerRemove`
|
|
19358
19536
|
* @summary Remove
|
|
@@ -19360,7 +19538,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19360
19538
|
* @param {*} [options] Override http request option.
|
|
19361
19539
|
* @throws {RequiredError}
|
|
19362
19540
|
*/
|
|
19363
|
-
roleControllerRemove(id: string, options?:
|
|
19541
|
+
roleControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
19364
19542
|
/**
|
|
19365
19543
|
* Required permissions: `READ_ROLES`<br> OperationId: `RoleControllerSearch`
|
|
19366
19544
|
* @summary Search
|
|
@@ -19368,7 +19546,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19368
19546
|
* @param {*} [options] Override http request option.
|
|
19369
19547
|
* @throws {RequiredError}
|
|
19370
19548
|
*/
|
|
19371
|
-
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?:
|
|
19549
|
+
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?: any): AxiosPromise<RoleOutputArrayDTOAPI>;
|
|
19372
19550
|
/**
|
|
19373
19551
|
* Required permissions: `MANAGE_ROLES`<br> OperationId: `RoleControllerUpdate`
|
|
19374
19552
|
* @summary Update
|
|
@@ -19377,7 +19555,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19377
19555
|
* @param {*} [options] Override http request option.
|
|
19378
19556
|
* @throws {RequiredError}
|
|
19379
19557
|
*/
|
|
19380
|
-
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?:
|
|
19558
|
+
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
19381
19559
|
};
|
|
19382
19560
|
/**
|
|
19383
19561
|
* RoleApi - object-oriented interface
|
|
@@ -19538,7 +19716,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19538
19716
|
* @param {*} [options] Override http request option.
|
|
19539
19717
|
* @throws {RequiredError}
|
|
19540
19718
|
*/
|
|
19541
|
-
settingsControllerDelete(key: string, gameServerId?: string, options?:
|
|
19719
|
+
settingsControllerDelete(key: string, gameServerId?: string, options?: any): AxiosPromise<APIOutput>;
|
|
19542
19720
|
/**
|
|
19543
19721
|
* <br> OperationId: `SettingsControllerGet`
|
|
19544
19722
|
* @summary Get
|
|
@@ -19547,7 +19725,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19547
19725
|
* @param {*} [options] Override http request option.
|
|
19548
19726
|
* @throws {RequiredError}
|
|
19549
19727
|
*/
|
|
19550
|
-
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?:
|
|
19728
|
+
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?: any): AxiosPromise<SettingsOutputArrayDTOAPI>;
|
|
19551
19729
|
/**
|
|
19552
19730
|
* <br> OperationId: `SettingsControllerGetOne`
|
|
19553
19731
|
* @summary Get one
|
|
@@ -19556,7 +19734,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19556
19734
|
* @param {*} [options] Override http request option.
|
|
19557
19735
|
* @throws {RequiredError}
|
|
19558
19736
|
*/
|
|
19559
|
-
settingsControllerGetOne(key: string, gameServerId?: string, options?:
|
|
19737
|
+
settingsControllerGetOne(key: string, gameServerId?: string, options?: any): AxiosPromise<SettingsOutputDTOAPI>;
|
|
19560
19738
|
/**
|
|
19561
19739
|
* Required permissions: `MANAGE_SETTINGS`<br> OperationId: `SettingsControllerSet`
|
|
19562
19740
|
* @summary Set
|
|
@@ -19565,7 +19743,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19565
19743
|
* @param {*} [options] Override http request option.
|
|
19566
19744
|
* @throws {RequiredError}
|
|
19567
19745
|
*/
|
|
19568
|
-
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?:
|
|
19746
|
+
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?: any): AxiosPromise<SettingsOutputDTOAPI>;
|
|
19569
19747
|
};
|
|
19570
19748
|
/**
|
|
19571
19749
|
* SettingsApi - object-oriented interface
|
|
@@ -20059,7 +20237,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20059
20237
|
* @param {*} [options] Override http request option.
|
|
20060
20238
|
* @throws {RequiredError}
|
|
20061
20239
|
*/
|
|
20062
|
-
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?:
|
|
20240
|
+
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?: any): AxiosPromise<void>;
|
|
20063
20241
|
/**
|
|
20064
20242
|
* Create a new shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerCreate`
|
|
20065
20243
|
* @summary Create
|
|
@@ -20067,7 +20245,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20067
20245
|
* @param {*} [options] Override http request option.
|
|
20068
20246
|
* @throws {RequiredError}
|
|
20069
20247
|
*/
|
|
20070
|
-
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?:
|
|
20248
|
+
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
20071
20249
|
/**
|
|
20072
20250
|
* Get all shop categories<br> OperationId: `ShopCategoryControllerGetAll`
|
|
20073
20251
|
* @summary Get all
|
|
@@ -20075,7 +20253,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20075
20253
|
* @param {*} [options] Override http request option.
|
|
20076
20254
|
* @throws {RequiredError}
|
|
20077
20255
|
*/
|
|
20078
|
-
shopCategoryControllerGetAll(gameServerId?: string, options?:
|
|
20256
|
+
shopCategoryControllerGetAll(gameServerId?: string, options?: any): AxiosPromise<ShopCategoryOutputArrayDTOAPI>;
|
|
20079
20257
|
/**
|
|
20080
20258
|
* Get a shop category by id<br> OperationId: `ShopCategoryControllerGetOne`
|
|
20081
20259
|
* @summary Get one
|
|
@@ -20084,7 +20262,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20084
20262
|
* @param {*} [options] Override http request option.
|
|
20085
20263
|
* @throws {RequiredError}
|
|
20086
20264
|
*/
|
|
20087
|
-
shopCategoryControllerGetOne(id: string, gameServerId?: string, options?:
|
|
20265
|
+
shopCategoryControllerGetOne(id: string, gameServerId?: string, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
20088
20266
|
/**
|
|
20089
20267
|
* Move a shop category to a different parent Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerMove`
|
|
20090
20268
|
* @summary Move
|
|
@@ -20093,7 +20271,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20093
20271
|
* @param {*} [options] Override http request option.
|
|
20094
20272
|
* @throws {RequiredError}
|
|
20095
20273
|
*/
|
|
20096
|
-
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?:
|
|
20274
|
+
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
20097
20275
|
/**
|
|
20098
20276
|
* Delete a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerRemove`
|
|
20099
20277
|
* @summary Remove
|
|
@@ -20101,7 +20279,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20101
20279
|
* @param {*} [options] Override http request option.
|
|
20102
20280
|
* @throws {RequiredError}
|
|
20103
20281
|
*/
|
|
20104
|
-
shopCategoryControllerRemove(id: string, options?:
|
|
20282
|
+
shopCategoryControllerRemove(id: string, options?: any): AxiosPromise<void>;
|
|
20105
20283
|
/**
|
|
20106
20284
|
* Search shop categories<br> OperationId: `ShopCategoryControllerSearch`
|
|
20107
20285
|
* @summary Search
|
|
@@ -20109,7 +20287,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20109
20287
|
* @param {*} [options] Override http request option.
|
|
20110
20288
|
* @throws {RequiredError}
|
|
20111
20289
|
*/
|
|
20112
|
-
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?:
|
|
20290
|
+
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?: any): AxiosPromise<ShopCategoryOutputArrayDTOAPI>;
|
|
20113
20291
|
/**
|
|
20114
20292
|
* Update a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerUpdate`
|
|
20115
20293
|
* @summary Update
|
|
@@ -20118,7 +20296,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20118
20296
|
* @param {*} [options] Override http request option.
|
|
20119
20297
|
* @throws {RequiredError}
|
|
20120
20298
|
*/
|
|
20121
|
-
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?:
|
|
20299
|
+
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
20122
20300
|
};
|
|
20123
20301
|
/**
|
|
20124
20302
|
* ShopCategoryApi - object-oriented interface
|
|
@@ -20323,7 +20501,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20323
20501
|
* @param {*} [options] Override http request option.
|
|
20324
20502
|
* @throws {RequiredError}
|
|
20325
20503
|
*/
|
|
20326
|
-
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?:
|
|
20504
|
+
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
20327
20505
|
/**
|
|
20328
20506
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerDelete`
|
|
20329
20507
|
* @summary Delete
|
|
@@ -20331,7 +20509,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20331
20509
|
* @param {*} [options] Override http request option.
|
|
20332
20510
|
* @throws {RequiredError}
|
|
20333
20511
|
*/
|
|
20334
|
-
shopListingControllerDelete(id: string, options?:
|
|
20512
|
+
shopListingControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
20335
20513
|
/**
|
|
20336
20514
|
* <br> OperationId: `ShopListingControllerGetOne`
|
|
20337
20515
|
* @summary Get one
|
|
@@ -20339,14 +20517,14 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20339
20517
|
* @param {*} [options] Override http request option.
|
|
20340
20518
|
* @throws {RequiredError}
|
|
20341
20519
|
*/
|
|
20342
|
-
shopListingControllerGetOne(id: string, options?:
|
|
20520
|
+
shopListingControllerGetOne(id: string, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
20343
20521
|
/**
|
|
20344
20522
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerImportListings`
|
|
20345
20523
|
* @summary Import listings
|
|
20346
20524
|
* @param {*} [options] Override http request option.
|
|
20347
20525
|
* @throws {RequiredError}
|
|
20348
20526
|
*/
|
|
20349
|
-
shopListingControllerImportListings(options?:
|
|
20527
|
+
shopListingControllerImportListings(options?: any): AxiosPromise<APIOutput>;
|
|
20350
20528
|
/**
|
|
20351
20529
|
* Search shop listings<br> OperationId: `ShopListingControllerSearch`
|
|
20352
20530
|
* @summary Search
|
|
@@ -20354,7 +20532,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20354
20532
|
* @param {*} [options] Override http request option.
|
|
20355
20533
|
* @throws {RequiredError}
|
|
20356
20534
|
*/
|
|
20357
|
-
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?:
|
|
20535
|
+
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?: any): AxiosPromise<ShopListingOutputArrayDTOAPI>;
|
|
20358
20536
|
/**
|
|
20359
20537
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerUpdate`
|
|
20360
20538
|
* @summary Update
|
|
@@ -20363,7 +20541,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20363
20541
|
* @param {*} [options] Override http request option.
|
|
20364
20542
|
* @throws {RequiredError}
|
|
20365
20543
|
*/
|
|
20366
|
-
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?:
|
|
20544
|
+
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
20367
20545
|
};
|
|
20368
20546
|
/**
|
|
20369
20547
|
* ShopListingApi - object-oriented interface
|
|
@@ -20531,7 +20709,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20531
20709
|
* @param {*} [options] Override http request option.
|
|
20532
20710
|
* @throws {RequiredError}
|
|
20533
20711
|
*/
|
|
20534
|
-
shopOrderControllerCancel(id: string, options?:
|
|
20712
|
+
shopOrderControllerCancel(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
20535
20713
|
/**
|
|
20536
20714
|
* Claiming an order will mark it as completed and give the user the item in-game<br> OperationId: `ShopOrderControllerClaim`
|
|
20537
20715
|
* @summary Claim an order
|
|
@@ -20539,7 +20717,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20539
20717
|
* @param {*} [options] Override http request option.
|
|
20540
20718
|
* @throws {RequiredError}
|
|
20541
20719
|
*/
|
|
20542
|
-
shopOrderControllerClaim(id: string, options?:
|
|
20720
|
+
shopOrderControllerClaim(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
20543
20721
|
/**
|
|
20544
20722
|
* <br> OperationId: `ShopOrderControllerCreate`
|
|
20545
20723
|
* @summary Create
|
|
@@ -20547,7 +20725,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20547
20725
|
* @param {*} [options] Override http request option.
|
|
20548
20726
|
* @throws {RequiredError}
|
|
20549
20727
|
*/
|
|
20550
|
-
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?:
|
|
20728
|
+
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
20551
20729
|
/**
|
|
20552
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`
|
|
20553
20731
|
* @summary Get order by ID
|
|
@@ -20555,7 +20733,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20555
20733
|
* @param {*} [options] Override http request option.
|
|
20556
20734
|
* @throws {RequiredError}
|
|
20557
20735
|
*/
|
|
20558
|
-
shopOrderControllerGetOne(id: string, options?:
|
|
20736
|
+
shopOrderControllerGetOne(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
20559
20737
|
/**
|
|
20560
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`
|
|
20561
20739
|
* @summary Search orders
|
|
@@ -20563,7 +20741,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20563
20741
|
* @param {*} [options] Override http request option.
|
|
20564
20742
|
* @throws {RequiredError}
|
|
20565
20743
|
*/
|
|
20566
|
-
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?:
|
|
20744
|
+
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?: any): AxiosPromise<ShopOrderOutputArrayDTOAPI>;
|
|
20567
20745
|
};
|
|
20568
20746
|
/**
|
|
20569
20747
|
* ShopOrderApi - object-oriented interface
|
|
@@ -20629,12 +20807,12 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20629
20807
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20630
20808
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20631
20809
|
* @param {string} [gameServerId]
|
|
20632
|
-
* @param {
|
|
20633
|
-
* @param {
|
|
20810
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20811
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20634
20812
|
* @param {*} [options] Override http request option.
|
|
20635
20813
|
* @throws {RequiredError}
|
|
20636
20814
|
*/
|
|
20637
|
-
statsControllerGetActivityStats: (timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20815
|
+
statsControllerGetActivityStats: (timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20638
20816
|
/**
|
|
20639
20817
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20640
20818
|
* @summary Get statistics about the countries of the players
|
|
@@ -20648,12 +20826,12 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20648
20826
|
* @summary Get currency stats
|
|
20649
20827
|
* @param {string} gameServerId
|
|
20650
20828
|
* @param {string} [playerId]
|
|
20651
|
-
* @param {
|
|
20652
|
-
* @param {
|
|
20829
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20830
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20653
20831
|
* @param {*} [options] Override http request option.
|
|
20654
20832
|
* @throws {RequiredError}
|
|
20655
20833
|
*/
|
|
20656
|
-
statsControllerGetCurrencyStats: (gameServerId: string, playerId?: string, startDate?:
|
|
20834
|
+
statsControllerGetCurrencyStats: (gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20657
20835
|
/**
|
|
20658
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`
|
|
20659
20837
|
* @summary Get event count over time
|
|
@@ -20664,43 +20842,43 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20664
20842
|
* @param {string} [moduleId]
|
|
20665
20843
|
* @param {string} [playerId]
|
|
20666
20844
|
* @param {string} [userId]
|
|
20667
|
-
* @param {
|
|
20668
|
-
* @param {
|
|
20845
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20846
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20669
20847
|
* @param {*} [options] Override http request option.
|
|
20670
20848
|
* @throws {RequiredError}
|
|
20671
20849
|
*/
|
|
20672
|
-
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>;
|
|
20673
20851
|
/**
|
|
20674
20852
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20675
20853
|
* @summary Get latency stats
|
|
20676
20854
|
* @param {string} gameServerId
|
|
20677
|
-
* @param {
|
|
20678
|
-
* @param {
|
|
20855
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20856
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20679
20857
|
* @param {*} [options] Override http request option.
|
|
20680
20858
|
* @throws {RequiredError}
|
|
20681
20859
|
*/
|
|
20682
|
-
statsControllerGetLatencyStats: (gameServerId: string, startDate?:
|
|
20860
|
+
statsControllerGetLatencyStats: (gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20683
20861
|
/**
|
|
20684
20862
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20685
20863
|
* @summary Get ping stats
|
|
20686
20864
|
* @param {string} gameServerId
|
|
20687
20865
|
* @param {string} playerId
|
|
20688
|
-
* @param {
|
|
20689
|
-
* @param {
|
|
20866
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20867
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20690
20868
|
* @param {*} [options] Override http request option.
|
|
20691
20869
|
* @throws {RequiredError}
|
|
20692
20870
|
*/
|
|
20693
|
-
statsControllerGetPingStats: (gameServerId: string, playerId: string, startDate?:
|
|
20871
|
+
statsControllerGetPingStats: (gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20694
20872
|
/**
|
|
20695
20873
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20696
20874
|
* @summary Get player online stats
|
|
20697
20875
|
* @param {string} [gameServerId]
|
|
20698
|
-
* @param {
|
|
20699
|
-
* @param {
|
|
20876
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20877
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20700
20878
|
* @param {*} [options] Override http request option.
|
|
20701
20879
|
* @throws {RequiredError}
|
|
20702
20880
|
*/
|
|
20703
|
-
statsControllerGetPlayerOnlineStats: (gameServerId?: string, startDate?:
|
|
20881
|
+
statsControllerGetPlayerOnlineStats: (gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20704
20882
|
};
|
|
20705
20883
|
/**
|
|
20706
20884
|
* StatsApi - functional programming interface
|
|
@@ -20713,12 +20891,12 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20713
20891
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20714
20892
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20715
20893
|
* @param {string} [gameServerId]
|
|
20716
|
-
* @param {
|
|
20717
|
-
* @param {
|
|
20894
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20895
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20718
20896
|
* @param {*} [options] Override http request option.
|
|
20719
20897
|
* @throws {RequiredError}
|
|
20720
20898
|
*/
|
|
20721
|
-
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>>;
|
|
20722
20900
|
/**
|
|
20723
20901
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20724
20902
|
* @summary Get statistics about the countries of the players
|
|
@@ -20732,12 +20910,12 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20732
20910
|
* @summary Get currency stats
|
|
20733
20911
|
* @param {string} gameServerId
|
|
20734
20912
|
* @param {string} [playerId]
|
|
20735
|
-
* @param {
|
|
20736
|
-
* @param {
|
|
20913
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20914
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20737
20915
|
* @param {*} [options] Override http request option.
|
|
20738
20916
|
* @throws {RequiredError}
|
|
20739
20917
|
*/
|
|
20740
|
-
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>>;
|
|
20741
20919
|
/**
|
|
20742
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`
|
|
20743
20921
|
* @summary Get event count over time
|
|
@@ -20748,43 +20926,43 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20748
20926
|
* @param {string} [moduleId]
|
|
20749
20927
|
* @param {string} [playerId]
|
|
20750
20928
|
* @param {string} [userId]
|
|
20751
|
-
* @param {
|
|
20752
|
-
* @param {
|
|
20929
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20930
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20753
20931
|
* @param {*} [options] Override http request option.
|
|
20754
20932
|
* @throws {RequiredError}
|
|
20755
20933
|
*/
|
|
20756
|
-
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>>;
|
|
20757
20935
|
/**
|
|
20758
20936
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20759
20937
|
* @summary Get latency stats
|
|
20760
20938
|
* @param {string} gameServerId
|
|
20761
|
-
* @param {
|
|
20762
|
-
* @param {
|
|
20939
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20940
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20763
20941
|
* @param {*} [options] Override http request option.
|
|
20764
20942
|
* @throws {RequiredError}
|
|
20765
20943
|
*/
|
|
20766
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
20944
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20767
20945
|
/**
|
|
20768
20946
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20769
20947
|
* @summary Get ping stats
|
|
20770
20948
|
* @param {string} gameServerId
|
|
20771
20949
|
* @param {string} playerId
|
|
20772
|
-
* @param {
|
|
20773
|
-
* @param {
|
|
20950
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20951
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20774
20952
|
* @param {*} [options] Override http request option.
|
|
20775
20953
|
* @throws {RequiredError}
|
|
20776
20954
|
*/
|
|
20777
|
-
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>>;
|
|
20778
20956
|
/**
|
|
20779
20957
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20780
20958
|
* @summary Get player online stats
|
|
20781
20959
|
* @param {string} [gameServerId]
|
|
20782
|
-
* @param {
|
|
20783
|
-
* @param {
|
|
20960
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20961
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20784
20962
|
* @param {*} [options] Override http request option.
|
|
20785
20963
|
* @throws {RequiredError}
|
|
20786
20964
|
*/
|
|
20787
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
20965
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20788
20966
|
};
|
|
20789
20967
|
/**
|
|
20790
20968
|
* StatsApi - factory interface
|
|
@@ -20797,12 +20975,12 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20797
20975
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20798
20976
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20799
20977
|
* @param {string} [gameServerId]
|
|
20800
|
-
* @param {
|
|
20801
|
-
* @param {
|
|
20978
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20979
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20802
20980
|
* @param {*} [options] Override http request option.
|
|
20803
20981
|
* @throws {RequiredError}
|
|
20804
20982
|
*/
|
|
20805
|
-
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20983
|
+
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20806
20984
|
/**
|
|
20807
20985
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20808
20986
|
* @summary Get statistics about the countries of the players
|
|
@@ -20810,18 +20988,18 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20810
20988
|
* @param {*} [options] Override http request option.
|
|
20811
20989
|
* @throws {RequiredError}
|
|
20812
20990
|
*/
|
|
20813
|
-
statsControllerGetCountryStats(gameServerId?: Array<string>, options?:
|
|
20991
|
+
statsControllerGetCountryStats(gameServerId?: Array<string>, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20814
20992
|
/**
|
|
20815
20993
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCurrencyStats`
|
|
20816
20994
|
* @summary Get currency stats
|
|
20817
20995
|
* @param {string} gameServerId
|
|
20818
20996
|
* @param {string} [playerId]
|
|
20819
|
-
* @param {
|
|
20820
|
-
* @param {
|
|
20997
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20998
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20821
20999
|
* @param {*} [options] Override http request option.
|
|
20822
21000
|
* @throws {RequiredError}
|
|
20823
21001
|
*/
|
|
20824
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?:
|
|
21002
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20825
21003
|
/**
|
|
20826
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`
|
|
20827
21005
|
* @summary Get event count over time
|
|
@@ -20832,43 +21010,43 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20832
21010
|
* @param {string} [moduleId]
|
|
20833
21011
|
* @param {string} [playerId]
|
|
20834
21012
|
* @param {string} [userId]
|
|
20835
|
-
* @param {
|
|
20836
|
-
* @param {
|
|
21013
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21014
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20837
21015
|
* @param {*} [options] Override http request option.
|
|
20838
21016
|
* @throws {RequiredError}
|
|
20839
21017
|
*/
|
|
20840
|
-
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>;
|
|
20841
21019
|
/**
|
|
20842
21020
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20843
21021
|
* @summary Get latency stats
|
|
20844
21022
|
* @param {string} gameServerId
|
|
20845
|
-
* @param {
|
|
20846
|
-
* @param {
|
|
21023
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21024
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20847
21025
|
* @param {*} [options] Override http request option.
|
|
20848
21026
|
* @throws {RequiredError}
|
|
20849
21027
|
*/
|
|
20850
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
21028
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20851
21029
|
/**
|
|
20852
21030
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20853
21031
|
* @summary Get ping stats
|
|
20854
21032
|
* @param {string} gameServerId
|
|
20855
21033
|
* @param {string} playerId
|
|
20856
|
-
* @param {
|
|
20857
|
-
* @param {
|
|
21034
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21035
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20858
21036
|
* @param {*} [options] Override http request option.
|
|
20859
21037
|
* @throws {RequiredError}
|
|
20860
21038
|
*/
|
|
20861
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?:
|
|
21039
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20862
21040
|
/**
|
|
20863
21041
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20864
21042
|
* @summary Get player online stats
|
|
20865
21043
|
* @param {string} [gameServerId]
|
|
20866
|
-
* @param {
|
|
20867
|
-
* @param {
|
|
21044
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21045
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20868
21046
|
* @param {*} [options] Override http request option.
|
|
20869
21047
|
* @throws {RequiredError}
|
|
20870
21048
|
*/
|
|
20871
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
21049
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20872
21050
|
};
|
|
20873
21051
|
/**
|
|
20874
21052
|
* StatsApi - object-oriented interface
|
|
@@ -20883,13 +21061,13 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20883
21061
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20884
21062
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20885
21063
|
* @param {string} [gameServerId]
|
|
20886
|
-
* @param {
|
|
20887
|
-
* @param {
|
|
21064
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21065
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20888
21066
|
* @param {*} [options] Override http request option.
|
|
20889
21067
|
* @throws {RequiredError}
|
|
20890
21068
|
* @memberof StatsApi
|
|
20891
21069
|
*/
|
|
20892
|
-
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>>;
|
|
20893
21071
|
/**
|
|
20894
21072
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20895
21073
|
* @summary Get statistics about the countries of the players
|
|
@@ -20904,13 +21082,13 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20904
21082
|
* @summary Get currency stats
|
|
20905
21083
|
* @param {string} gameServerId
|
|
20906
21084
|
* @param {string} [playerId]
|
|
20907
|
-
* @param {
|
|
20908
|
-
* @param {
|
|
21085
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21086
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20909
21087
|
* @param {*} [options] Override http request option.
|
|
20910
21088
|
* @throws {RequiredError}
|
|
20911
21089
|
* @memberof StatsApi
|
|
20912
21090
|
*/
|
|
20913
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?:
|
|
21091
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20914
21092
|
/**
|
|
20915
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`
|
|
20916
21094
|
* @summary Get event count over time
|
|
@@ -20921,47 +21099,47 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20921
21099
|
* @param {string} [moduleId]
|
|
20922
21100
|
* @param {string} [playerId]
|
|
20923
21101
|
* @param {string} [userId]
|
|
20924
|
-
* @param {
|
|
20925
|
-
* @param {
|
|
21102
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21103
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20926
21104
|
* @param {*} [options] Override http request option.
|
|
20927
21105
|
* @throws {RequiredError}
|
|
20928
21106
|
* @memberof StatsApi
|
|
20929
21107
|
*/
|
|
20930
|
-
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>>;
|
|
20931
21109
|
/**
|
|
20932
21110
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20933
21111
|
* @summary Get latency stats
|
|
20934
21112
|
* @param {string} gameServerId
|
|
20935
|
-
* @param {
|
|
20936
|
-
* @param {
|
|
21113
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21114
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20937
21115
|
* @param {*} [options] Override http request option.
|
|
20938
21116
|
* @throws {RequiredError}
|
|
20939
21117
|
* @memberof StatsApi
|
|
20940
21118
|
*/
|
|
20941
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
21119
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20942
21120
|
/**
|
|
20943
21121
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20944
21122
|
* @summary Get ping stats
|
|
20945
21123
|
* @param {string} gameServerId
|
|
20946
21124
|
* @param {string} playerId
|
|
20947
|
-
* @param {
|
|
20948
|
-
* @param {
|
|
21125
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21126
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20949
21127
|
* @param {*} [options] Override http request option.
|
|
20950
21128
|
* @throws {RequiredError}
|
|
20951
21129
|
* @memberof StatsApi
|
|
20952
21130
|
*/
|
|
20953
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?:
|
|
21131
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20954
21132
|
/**
|
|
20955
21133
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20956
21134
|
* @summary Get player online stats
|
|
20957
21135
|
* @param {string} [gameServerId]
|
|
20958
|
-
* @param {
|
|
20959
|
-
* @param {
|
|
21136
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21137
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20960
21138
|
* @param {*} [options] Override http request option.
|
|
20961
21139
|
* @throws {RequiredError}
|
|
20962
21140
|
* @memberof StatsApi
|
|
20963
21141
|
*/
|
|
20964
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
21142
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20965
21143
|
}
|
|
20966
21144
|
/**
|
|
20967
21145
|
* @export
|
|
@@ -21020,6 +21198,7 @@ export declare const StatsControllerGetEventsCountEventNameEnum: {
|
|
|
21020
21198
|
readonly PlayerUnbanned: "player-unbanned";
|
|
21021
21199
|
readonly PlayerDeleted: "player-deleted";
|
|
21022
21200
|
readonly ShopActionExecuted: "shop-action-executed";
|
|
21201
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
21023
21202
|
readonly PlayerConnected: "player-connected";
|
|
21024
21203
|
readonly PlayerDisconnected: "player-disconnected";
|
|
21025
21204
|
readonly ChatMessage: "chat-message";
|
|
@@ -21153,7 +21332,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21153
21332
|
* @param {*} [options] Override http request option.
|
|
21154
21333
|
* @throws {RequiredError}
|
|
21155
21334
|
*/
|
|
21156
|
-
trackingControllerGetBoundingBoxPlayers(boundingBoxSearchInputDTO?: BoundingBoxSearchInputDTO, options?:
|
|
21335
|
+
trackingControllerGetBoundingBoxPlayers(boundingBoxSearchInputDTO?: BoundingBoxSearchInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
21157
21336
|
/**
|
|
21158
21337
|
* Get inventory changes for a player between two timestamps Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayerInventoryHistory`
|
|
21159
21338
|
* @summary Get player inventory history
|
|
@@ -21161,7 +21340,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21161
21340
|
* @param {*} [options] Override http request option.
|
|
21162
21341
|
* @throws {RequiredError}
|
|
21163
21342
|
*/
|
|
21164
|
-
trackingControllerGetPlayerInventoryHistory(playerInventoryHistoryInputDTO?: PlayerInventoryHistoryInputDTO, options?:
|
|
21343
|
+
trackingControllerGetPlayerInventoryHistory(playerInventoryHistoryInputDTO?: PlayerInventoryHistoryInputDTO, options?: any): AxiosPromise<PlayerInventoryArrayOutputDTOAPI>;
|
|
21165
21344
|
/**
|
|
21166
21345
|
* Get movement history for players within date bounds Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayerMovementHistory`
|
|
21167
21346
|
* @summary Get player movement history
|
|
@@ -21169,7 +21348,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21169
21348
|
* @param {*} [options] Override http request option.
|
|
21170
21349
|
* @throws {RequiredError}
|
|
21171
21350
|
*/
|
|
21172
|
-
trackingControllerGetPlayerMovementHistory(playerMovementHistoryInputDTO?: PlayerMovementHistoryInputDTO, options?:
|
|
21351
|
+
trackingControllerGetPlayerMovementHistory(playerMovementHistoryInputDTO?: PlayerMovementHistoryInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
21173
21352
|
/**
|
|
21174
21353
|
* Find all players who have had a specific item in their inventory Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayersByItem`
|
|
21175
21354
|
* @summary Get players by item
|
|
@@ -21177,7 +21356,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21177
21356
|
* @param {*} [options] Override http request option.
|
|
21178
21357
|
* @throws {RequiredError}
|
|
21179
21358
|
*/
|
|
21180
|
-
trackingControllerGetPlayersByItem(playersByItemInputDTO?: PlayersByItemInputDTO, options?:
|
|
21359
|
+
trackingControllerGetPlayersByItem(playersByItemInputDTO?: PlayersByItemInputDTO, options?: any): AxiosPromise<PlayerItemHistoryArrayOutputDTOAPI>;
|
|
21181
21360
|
/**
|
|
21182
21361
|
* Find all players within a spherical area from a center point Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetRadiusPlayers`
|
|
21183
21362
|
* @summary Get radius players
|
|
@@ -21185,7 +21364,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21185
21364
|
* @param {*} [options] Override http request option.
|
|
21186
21365
|
* @throws {RequiredError}
|
|
21187
21366
|
*/
|
|
21188
|
-
trackingControllerGetRadiusPlayers(radiusSearchInputDTO?: RadiusSearchInputDTO, options?:
|
|
21367
|
+
trackingControllerGetRadiusPlayers(radiusSearchInputDTO?: RadiusSearchInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
21189
21368
|
};
|
|
21190
21369
|
/**
|
|
21191
21370
|
* TrackingApi - object-oriented interface
|
|
@@ -21492,7 +21671,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21492
21671
|
* @param {*} [options] Override http request option.
|
|
21493
21672
|
* @throws {RequiredError}
|
|
21494
21673
|
*/
|
|
21495
|
-
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?:
|
|
21674
|
+
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
21496
21675
|
/**
|
|
21497
21676
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerCreate`
|
|
21498
21677
|
* @summary Create
|
|
@@ -21500,14 +21679,14 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21500
21679
|
* @param {*} [options] Override http request option.
|
|
21501
21680
|
* @throws {RequiredError}
|
|
21502
21681
|
*/
|
|
21503
|
-
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?:
|
|
21682
|
+
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
21504
21683
|
/**
|
|
21505
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`
|
|
21506
21685
|
* @summary Unset the selected domain for the user
|
|
21507
21686
|
* @param {*} [options] Override http request option.
|
|
21508
21687
|
* @throws {RequiredError}
|
|
21509
21688
|
*/
|
|
21510
|
-
userControllerDeleteSelectedDomainCookie(options?:
|
|
21689
|
+
userControllerDeleteSelectedDomainCookie(options?: any): AxiosPromise<void>;
|
|
21511
21690
|
/**
|
|
21512
21691
|
* Required permissions: `READ_USERS`<br> OperationId: `UserControllerGetOne`
|
|
21513
21692
|
* @summary Get one
|
|
@@ -21515,7 +21694,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21515
21694
|
* @param {*} [options] Override http request option.
|
|
21516
21695
|
* @throws {RequiredError}
|
|
21517
21696
|
*/
|
|
21518
|
-
userControllerGetOne(id: string, options?:
|
|
21697
|
+
userControllerGetOne(id: string, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
21519
21698
|
/**
|
|
21520
21699
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerInvite`
|
|
21521
21700
|
* @summary Invite
|
|
@@ -21523,7 +21702,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21523
21702
|
* @param {*} [options] Override http request option.
|
|
21524
21703
|
* @throws {RequiredError}
|
|
21525
21704
|
*/
|
|
21526
|
-
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?:
|
|
21705
|
+
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
21527
21706
|
/**
|
|
21528
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`
|
|
21529
21708
|
* @summary Link player profile
|
|
@@ -21531,7 +21710,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21531
21710
|
* @param {*} [options] Override http request option.
|
|
21532
21711
|
* @throws {RequiredError}
|
|
21533
21712
|
*/
|
|
21534
|
-
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?:
|
|
21713
|
+
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?: any): AxiosPromise<void>;
|
|
21535
21714
|
/**
|
|
21536
21715
|
* <br> OperationId: `UserControllerLogin`
|
|
21537
21716
|
* @summary Login
|
|
@@ -21539,21 +21718,21 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21539
21718
|
* @param {*} [options] Override http request option.
|
|
21540
21719
|
* @throws {RequiredError}
|
|
21541
21720
|
*/
|
|
21542
|
-
userControllerLogin(loginDTO?: LoginDTO, options?:
|
|
21721
|
+
userControllerLogin(loginDTO?: LoginDTO, options?: any): AxiosPromise<LoginOutputDTOAPI>;
|
|
21543
21722
|
/**
|
|
21544
21723
|
* <br> OperationId: `UserControllerLogout`
|
|
21545
21724
|
* @summary Logout
|
|
21546
21725
|
* @param {*} [options] Override http request option.
|
|
21547
21726
|
* @throws {RequiredError}
|
|
21548
21727
|
*/
|
|
21549
|
-
userControllerLogout(options?:
|
|
21728
|
+
userControllerLogout(options?: any): AxiosPromise<APIOutput>;
|
|
21550
21729
|
/**
|
|
21551
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`
|
|
21552
21731
|
* @summary Get the current logged in user
|
|
21553
21732
|
* @param {*} [options] Override http request option.
|
|
21554
21733
|
* @throws {RequiredError}
|
|
21555
21734
|
*/
|
|
21556
|
-
userControllerMe(options?:
|
|
21735
|
+
userControllerMe(options?: any): AxiosPromise<MeOutoutDTOAPI>;
|
|
21557
21736
|
/**
|
|
21558
21737
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerRemove`
|
|
21559
21738
|
* @summary Remove
|
|
@@ -21561,7 +21740,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21561
21740
|
* @param {*} [options] Override http request option.
|
|
21562
21741
|
* @throws {RequiredError}
|
|
21563
21742
|
*/
|
|
21564
|
-
userControllerRemove(id: string, options?:
|
|
21743
|
+
userControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
21565
21744
|
/**
|
|
21566
21745
|
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `UserControllerRemoveRole`
|
|
21567
21746
|
* @summary Remove role
|
|
@@ -21570,7 +21749,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21570
21749
|
* @param {*} [options] Override http request option.
|
|
21571
21750
|
* @throws {RequiredError}
|
|
21572
21751
|
*/
|
|
21573
|
-
userControllerRemoveRole(id: string, roleId: string, options?:
|
|
21752
|
+
userControllerRemoveRole(id: string, roleId: string, options?: any): AxiosPromise<APIOutput>;
|
|
21574
21753
|
/**
|
|
21575
21754
|
* Required permissions: `READ_USERS`<br> OperationId: `UserControllerSearch`
|
|
21576
21755
|
* @summary Search
|
|
@@ -21578,7 +21757,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21578
21757
|
* @param {*} [options] Override http request option.
|
|
21579
21758
|
* @throws {RequiredError}
|
|
21580
21759
|
*/
|
|
21581
|
-
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?:
|
|
21760
|
+
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?: any): AxiosPromise<UserOutputArrayDTOAPI>;
|
|
21582
21761
|
/**
|
|
21583
21762
|
* One user can have multiple domains, this endpoint is a helper to set the selected domain for the user<br> OperationId: `UserControllerSetSelectedDomain`
|
|
21584
21763
|
* @summary Set the selected domain for the user
|
|
@@ -21586,7 +21765,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21586
21765
|
* @param {*} [options] Override http request option.
|
|
21587
21766
|
* @throws {RequiredError}
|
|
21588
21767
|
*/
|
|
21589
|
-
userControllerSetSelectedDomain(domainId: string, options?:
|
|
21768
|
+
userControllerSetSelectedDomain(domainId: string, options?: any): AxiosPromise<void>;
|
|
21590
21769
|
/**
|
|
21591
21770
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerUpdate`
|
|
21592
21771
|
* @summary Update
|
|
@@ -21595,7 +21774,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21595
21774
|
* @param {*} [options] Override http request option.
|
|
21596
21775
|
* @throws {RequiredError}
|
|
21597
21776
|
*/
|
|
21598
|
-
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?:
|
|
21777
|
+
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
21599
21778
|
};
|
|
21600
21779
|
/**
|
|
21601
21780
|
* UserApi - object-oriented interface
|
|
@@ -21838,7 +22017,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21838
22017
|
* @param {*} [options] Override http request option.
|
|
21839
22018
|
* @throws {RequiredError}
|
|
21840
22019
|
*/
|
|
21841
|
-
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?:
|
|
22020
|
+
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21842
22021
|
/**
|
|
21843
22022
|
* Required permissions: `MANAGE_VARIABLES`<br> OperationId: `VariableControllerDelete`
|
|
21844
22023
|
* @summary Delete
|
|
@@ -21846,7 +22025,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21846
22025
|
* @param {*} [options] Override http request option.
|
|
21847
22026
|
* @throws {RequiredError}
|
|
21848
22027
|
*/
|
|
21849
|
-
variableControllerDelete(id: string, options?:
|
|
22028
|
+
variableControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
21850
22029
|
/**
|
|
21851
22030
|
* Required permissions: `READ_VARIABLES`<br> OperationId: `VariableControllerFindOne`
|
|
21852
22031
|
* @summary Find one
|
|
@@ -21854,7 +22033,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21854
22033
|
* @param {*} [options] Override http request option.
|
|
21855
22034
|
* @throws {RequiredError}
|
|
21856
22035
|
*/
|
|
21857
|
-
variableControllerFindOne(id: string, options?:
|
|
22036
|
+
variableControllerFindOne(id: string, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21858
22037
|
/**
|
|
21859
22038
|
* Search variables Required permissions: `READ_VARIABLES`<br> OperationId: `VariableControllerSearch`
|
|
21860
22039
|
* @summary Search
|
|
@@ -21862,7 +22041,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21862
22041
|
* @param {*} [options] Override http request option.
|
|
21863
22042
|
* @throws {RequiredError}
|
|
21864
22043
|
*/
|
|
21865
|
-
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?:
|
|
22044
|
+
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?: any): AxiosPromise<VariableOutputArrayDTOAPI>;
|
|
21866
22045
|
/**
|
|
21867
22046
|
* Required permissions: `MANAGE_VARIABLES`<br> OperationId: `VariableControllerUpdate`
|
|
21868
22047
|
* @summary Update
|
|
@@ -21871,7 +22050,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21871
22050
|
* @param {*} [options] Override http request option.
|
|
21872
22051
|
* @throws {RequiredError}
|
|
21873
22052
|
*/
|
|
21874
|
-
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?:
|
|
22053
|
+
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21875
22054
|
};
|
|
21876
22055
|
/**
|
|
21877
22056
|
* VariableApi - object-oriented interface
|