@takaro/apiclient 0.5.2 → 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 +440 -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 +1039 -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}
|
|
@@ -9961,16 +9982,16 @@ export interface PlayersOnlineInputDTO {
|
|
|
9961
9982
|
gameServerId?: string;
|
|
9962
9983
|
/**
|
|
9963
9984
|
*
|
|
9964
|
-
* @type {
|
|
9985
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
9965
9986
|
* @memberof PlayersOnlineInputDTO
|
|
9966
9987
|
*/
|
|
9967
|
-
startDate?:
|
|
9988
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
9968
9989
|
/**
|
|
9969
9990
|
*
|
|
9970
|
-
* @type {
|
|
9991
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
9971
9992
|
* @memberof PlayersOnlineInputDTO
|
|
9972
9993
|
*/
|
|
9973
|
-
endDate?:
|
|
9994
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
9974
9995
|
}
|
|
9975
9996
|
/**
|
|
9976
9997
|
*
|
|
@@ -10087,16 +10108,16 @@ export interface PogStatsInputDTO {
|
|
|
10087
10108
|
playerId: string;
|
|
10088
10109
|
/**
|
|
10089
10110
|
*
|
|
10090
|
-
* @type {
|
|
10111
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
10091
10112
|
* @memberof PogStatsInputDTO
|
|
10092
10113
|
*/
|
|
10093
|
-
startDate?:
|
|
10114
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
10094
10115
|
/**
|
|
10095
10116
|
*
|
|
10096
|
-
* @type {
|
|
10117
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
10097
10118
|
* @memberof PogStatsInputDTO
|
|
10098
10119
|
*/
|
|
10099
|
-
endDate?:
|
|
10120
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
10100
10121
|
}
|
|
10101
10122
|
/**
|
|
10102
10123
|
*
|
|
@@ -11727,6 +11748,12 @@ export interface ShopListingCreateDTO {
|
|
|
11727
11748
|
* @memberof ShopListingCreateDTO
|
|
11728
11749
|
*/
|
|
11729
11750
|
categoryIds?: Array<string>;
|
|
11751
|
+
/**
|
|
11752
|
+
*
|
|
11753
|
+
* @type {number}
|
|
11754
|
+
* @memberof ShopListingCreateDTO
|
|
11755
|
+
*/
|
|
11756
|
+
sortOrder?: number;
|
|
11730
11757
|
}
|
|
11731
11758
|
/**
|
|
11732
11759
|
*
|
|
@@ -11857,6 +11884,12 @@ export interface ShopListingOutputDTO {
|
|
|
11857
11884
|
* @memberof ShopListingOutputDTO
|
|
11858
11885
|
*/
|
|
11859
11886
|
name: string;
|
|
11887
|
+
/**
|
|
11888
|
+
*
|
|
11889
|
+
* @type {number}
|
|
11890
|
+
* @memberof ShopListingOutputDTO
|
|
11891
|
+
*/
|
|
11892
|
+
sortOrder: number;
|
|
11860
11893
|
/**
|
|
11861
11894
|
*
|
|
11862
11895
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -12077,6 +12110,12 @@ export interface ShopListingUpdateDTO {
|
|
|
12077
12110
|
* @memberof ShopListingUpdateDTO
|
|
12078
12111
|
*/
|
|
12079
12112
|
name?: string;
|
|
12113
|
+
/**
|
|
12114
|
+
*
|
|
12115
|
+
* @type {number}
|
|
12116
|
+
* @memberof ShopListingUpdateDTO
|
|
12117
|
+
*/
|
|
12118
|
+
sortOrder?: number;
|
|
12080
12119
|
/**
|
|
12081
12120
|
*
|
|
12082
12121
|
* @type {boolean}
|
|
@@ -12491,6 +12530,11 @@ export interface SmallModuleVersionOutputDTO {
|
|
|
12491
12530
|
*/
|
|
12492
12531
|
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
12493
12532
|
}
|
|
12533
|
+
/**
|
|
12534
|
+
* @type StatsControllerGetPingStatsStartDateParameter
|
|
12535
|
+
* @export
|
|
12536
|
+
*/
|
|
12537
|
+
export type StatsControllerGetPingStatsStartDateParameter = string;
|
|
12494
12538
|
/**
|
|
12495
12539
|
*
|
|
12496
12540
|
* @export
|
|
@@ -12957,6 +13001,37 @@ export interface TakaroEventModuleUpdated {
|
|
|
12957
13001
|
*/
|
|
12958
13002
|
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
12959
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
|
+
}
|
|
12960
13035
|
/**
|
|
12961
13036
|
*
|
|
12962
13037
|
* @export
|
|
@@ -13026,6 +13101,73 @@ export interface TakaroEventPlayerDeleted {
|
|
|
13026
13101
|
*/
|
|
13027
13102
|
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
13028
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];
|
|
13029
13171
|
/**
|
|
13030
13172
|
*
|
|
13031
13173
|
* @export
|
|
@@ -13239,6 +13381,24 @@ export interface TakaroEventRoleUpdated {
|
|
|
13239
13381
|
* @memberof TakaroEventRoleUpdated
|
|
13240
13382
|
*/
|
|
13241
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>;
|
|
13242
13402
|
/**
|
|
13243
13403
|
*
|
|
13244
13404
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -14622,7 +14782,7 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
14622
14782
|
* @param {*} [options] Override http request option.
|
|
14623
14783
|
* @throws {RequiredError}
|
|
14624
14784
|
*/
|
|
14625
|
-
analyticsControllerGetShopAnalytics(gameServerIds?: Array<string>, period?: AnalyticsControllerGetShopAnalyticsPeriodEnum, options?:
|
|
14785
|
+
analyticsControllerGetShopAnalytics(gameServerIds?: Array<string>, period?: AnalyticsControllerGetShopAnalyticsPeriodEnum, options?: any): AxiosPromise<ShopAnalyticsOutputDTOAPI>;
|
|
14626
14786
|
};
|
|
14627
14787
|
/**
|
|
14628
14788
|
* AnalyticsApi - object-oriented interface
|
|
@@ -14846,7 +15006,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14846
15006
|
* @param {*} [options] Override http request option.
|
|
14847
15007
|
* @throws {RequiredError}
|
|
14848
15008
|
*/
|
|
14849
|
-
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?:
|
|
15009
|
+
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14850
15010
|
/**
|
|
14851
15011
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerCreateArgument`
|
|
14852
15012
|
* @summary Create argument
|
|
@@ -14854,7 +15014,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14854
15014
|
* @param {*} [options] Override http request option.
|
|
14855
15015
|
* @throws {RequiredError}
|
|
14856
15016
|
*/
|
|
14857
|
-
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?:
|
|
15017
|
+
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?: any): AxiosPromise<CommandArgumentDTOAPI>;
|
|
14858
15018
|
/**
|
|
14859
15019
|
* Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerGetExecutions`
|
|
14860
15020
|
* @summary Get executions
|
|
@@ -14864,7 +15024,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14864
15024
|
* @param {*} [options] Override http request option.
|
|
14865
15025
|
* @throws {RequiredError}
|
|
14866
15026
|
*/
|
|
14867
|
-
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
15027
|
+
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
14868
15028
|
/**
|
|
14869
15029
|
* Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerGetOne`
|
|
14870
15030
|
* @summary Get one
|
|
@@ -14872,7 +15032,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14872
15032
|
* @param {*} [options] Override http request option.
|
|
14873
15033
|
* @throws {RequiredError}
|
|
14874
15034
|
*/
|
|
14875
|
-
commandControllerGetOne(id: string, options?:
|
|
15035
|
+
commandControllerGetOne(id: string, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14876
15036
|
/**
|
|
14877
15037
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerRemove`
|
|
14878
15038
|
* @summary Remove
|
|
@@ -14880,7 +15040,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14880
15040
|
* @param {*} [options] Override http request option.
|
|
14881
15041
|
* @throws {RequiredError}
|
|
14882
15042
|
*/
|
|
14883
|
-
commandControllerRemove(id: string, options?:
|
|
15043
|
+
commandControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
14884
15044
|
/**
|
|
14885
15045
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerRemoveArgument`
|
|
14886
15046
|
* @summary Remove argument
|
|
@@ -14888,7 +15048,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14888
15048
|
* @param {*} [options] Override http request option.
|
|
14889
15049
|
* @throws {RequiredError}
|
|
14890
15050
|
*/
|
|
14891
|
-
commandControllerRemoveArgument(id: string, options?:
|
|
15051
|
+
commandControllerRemoveArgument(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
14892
15052
|
/**
|
|
14893
15053
|
* Search commands Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerSearch`
|
|
14894
15054
|
* @summary Search
|
|
@@ -14896,7 +15056,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14896
15056
|
* @param {*} [options] Override http request option.
|
|
14897
15057
|
* @throws {RequiredError}
|
|
14898
15058
|
*/
|
|
14899
|
-
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?:
|
|
15059
|
+
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?: any): AxiosPromise<CommandOutputArrayDTOAPI>;
|
|
14900
15060
|
/**
|
|
14901
15061
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerTrigger`
|
|
14902
15062
|
* @summary Trigger
|
|
@@ -14905,7 +15065,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14905
15065
|
* @param {*} [options] Override http request option.
|
|
14906
15066
|
* @throws {RequiredError}
|
|
14907
15067
|
*/
|
|
14908
|
-
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?:
|
|
15068
|
+
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?: any): AxiosPromise<void>;
|
|
14909
15069
|
/**
|
|
14910
15070
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerUpdate`
|
|
14911
15071
|
* @summary Update
|
|
@@ -14914,7 +15074,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14914
15074
|
* @param {*} [options] Override http request option.
|
|
14915
15075
|
* @throws {RequiredError}
|
|
14916
15076
|
*/
|
|
14917
|
-
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?:
|
|
15077
|
+
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14918
15078
|
/**
|
|
14919
15079
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerUpdateArgument`
|
|
14920
15080
|
* @summary Update argument
|
|
@@ -14923,7 +15083,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14923
15083
|
* @param {*} [options] Override http request option.
|
|
14924
15084
|
* @throws {RequiredError}
|
|
14925
15085
|
*/
|
|
14926
|
-
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?:
|
|
15086
|
+
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?: any): AxiosPromise<CommandArgumentDTOAPI>;
|
|
14927
15087
|
};
|
|
14928
15088
|
/**
|
|
14929
15089
|
* CommandApi - object-oriented interface
|
|
@@ -15170,7 +15330,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15170
15330
|
* @param {*} [options] Override http request option.
|
|
15171
15331
|
* @throws {RequiredError}
|
|
15172
15332
|
*/
|
|
15173
|
-
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?:
|
|
15333
|
+
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
15174
15334
|
/**
|
|
15175
15335
|
* Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerGetExecutions`
|
|
15176
15336
|
* @summary Get executions
|
|
@@ -15180,7 +15340,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15180
15340
|
* @param {*} [options] Override http request option.
|
|
15181
15341
|
* @throws {RequiredError}
|
|
15182
15342
|
*/
|
|
15183
|
-
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
15343
|
+
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
15184
15344
|
/**
|
|
15185
15345
|
* Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerGetOne`
|
|
15186
15346
|
* @summary Get one
|
|
@@ -15188,7 +15348,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15188
15348
|
* @param {*} [options] Override http request option.
|
|
15189
15349
|
* @throws {RequiredError}
|
|
15190
15350
|
*/
|
|
15191
|
-
cronJobControllerGetOne(id: string, options?:
|
|
15351
|
+
cronJobControllerGetOne(id: string, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
15192
15352
|
/**
|
|
15193
15353
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerRemove`
|
|
15194
15354
|
* @summary Remove
|
|
@@ -15196,7 +15356,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15196
15356
|
* @param {*} [options] Override http request option.
|
|
15197
15357
|
* @throws {RequiredError}
|
|
15198
15358
|
*/
|
|
15199
|
-
cronJobControllerRemove(id: string, options?:
|
|
15359
|
+
cronJobControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
15200
15360
|
/**
|
|
15201
15361
|
* Search cronjobs Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerSearch`
|
|
15202
15362
|
* @summary Search
|
|
@@ -15204,7 +15364,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15204
15364
|
* @param {*} [options] Override http request option.
|
|
15205
15365
|
* @throws {RequiredError}
|
|
15206
15366
|
*/
|
|
15207
|
-
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?:
|
|
15367
|
+
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?: any): AxiosPromise<CronJobOutputArrayDTOAPI>;
|
|
15208
15368
|
/**
|
|
15209
15369
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerTrigger`
|
|
15210
15370
|
* @summary Trigger
|
|
@@ -15212,7 +15372,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15212
15372
|
* @param {*} [options] Override http request option.
|
|
15213
15373
|
* @throws {RequiredError}
|
|
15214
15374
|
*/
|
|
15215
|
-
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?:
|
|
15375
|
+
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?: any): AxiosPromise<void>;
|
|
15216
15376
|
/**
|
|
15217
15377
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerUpdate`
|
|
15218
15378
|
* @summary Update
|
|
@@ -15221,7 +15381,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15221
15381
|
* @param {*} [options] Override http request option.
|
|
15222
15382
|
* @throws {RequiredError}
|
|
15223
15383
|
*/
|
|
15224
|
-
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?:
|
|
15384
|
+
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
15225
15385
|
};
|
|
15226
15386
|
/**
|
|
15227
15387
|
* CronJobApi - object-oriented interface
|
|
@@ -15458,7 +15618,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15458
15618
|
* @param {*} [options] Override http request option.
|
|
15459
15619
|
* @throws {RequiredError}
|
|
15460
15620
|
*/
|
|
15461
|
-
discordControllerDeleteMessage(channelId: string, messageId: string, options?:
|
|
15621
|
+
discordControllerDeleteMessage(channelId: string, messageId: string, options?: any): AxiosPromise<APIOutput>;
|
|
15462
15622
|
/**
|
|
15463
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`
|
|
15464
15624
|
* @summary Get guild channels
|
|
@@ -15466,14 +15626,14 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15466
15626
|
* @param {*} [options] Override http request option.
|
|
15467
15627
|
* @throws {RequiredError}
|
|
15468
15628
|
*/
|
|
15469
|
-
discordControllerGetChannels(id: string, options?:
|
|
15629
|
+
discordControllerGetChannels(id: string, options?: any): AxiosPromise<DiscordChannelOutputArrayDTOAPI>;
|
|
15470
15630
|
/**
|
|
15471
15631
|
* Get the invite link to add the Takaro bot to a Discord server, along with the developer Discord server link.<br> OperationId: `DiscordControllerGetInvite`
|
|
15472
15632
|
* @summary Get bot invite links
|
|
15473
15633
|
* @param {*} [options] Override http request option.
|
|
15474
15634
|
* @throws {RequiredError}
|
|
15475
15635
|
*/
|
|
15476
|
-
discordControllerGetInvite(options?:
|
|
15636
|
+
discordControllerGetInvite(options?: any): AxiosPromise<DiscordInviteOutputDTO>;
|
|
15477
15637
|
/**
|
|
15478
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`
|
|
15479
15639
|
* @summary Get guild roles
|
|
@@ -15481,7 +15641,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15481
15641
|
* @param {*} [options] Override http request option.
|
|
15482
15642
|
* @throws {RequiredError}
|
|
15483
15643
|
*/
|
|
15484
|
-
discordControllerGetRoles(id: string, options?:
|
|
15644
|
+
discordControllerGetRoles(id: string, options?: any): AxiosPromise<DiscordRoleOutputArrayDTOAPI>;
|
|
15485
15645
|
/**
|
|
15486
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`
|
|
15487
15647
|
* @summary Search Discord guilds
|
|
@@ -15489,7 +15649,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15489
15649
|
* @param {*} [options] Override http request option.
|
|
15490
15650
|
* @throws {RequiredError}
|
|
15491
15651
|
*/
|
|
15492
|
-
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?:
|
|
15652
|
+
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?: any): AxiosPromise<GuildOutputArrayDTOAPI>;
|
|
15493
15653
|
/**
|
|
15494
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`
|
|
15495
15655
|
* @summary Send message to Discord channel
|
|
@@ -15498,7 +15658,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15498
15658
|
* @param {*} [options] Override http request option.
|
|
15499
15659
|
* @throws {RequiredError}
|
|
15500
15660
|
*/
|
|
15501
|
-
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
15661
|
+
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?: any): AxiosPromise<MessageOutputDTOAPI>;
|
|
15502
15662
|
/**
|
|
15503
15663
|
* Update Takaro-specific settings for a Discord guild, such as enabling or disabling Takaro features. Required permissions: `MANAGE_SETTINGS`<br> OperationId: `DiscordControllerUpdateGuild`
|
|
15504
15664
|
* @summary Update guild settings
|
|
@@ -15507,7 +15667,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15507
15667
|
* @param {*} [options] Override http request option.
|
|
15508
15668
|
* @throws {RequiredError}
|
|
15509
15669
|
*/
|
|
15510
|
-
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?:
|
|
15670
|
+
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?: any): AxiosPromise<GuildOutputDTOAPI>;
|
|
15511
15671
|
/**
|
|
15512
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`
|
|
15513
15673
|
* @summary Update Discord message
|
|
@@ -15517,7 +15677,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15517
15677
|
* @param {*} [options] Override http request option.
|
|
15518
15678
|
* @throws {RequiredError}
|
|
15519
15679
|
*/
|
|
15520
|
-
discordControllerUpdateMessage(channelId: string, messageId: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
15680
|
+
discordControllerUpdateMessage(channelId: string, messageId: string, sendMessageInputDTO?: SendMessageInputDTO, options?: any): AxiosPromise<MessageOutputDTOAPI>;
|
|
15521
15681
|
};
|
|
15522
15682
|
/**
|
|
15523
15683
|
* DiscordApi - object-oriented interface
|
|
@@ -15743,7 +15903,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15743
15903
|
* @param {*} [options] Override http request option.
|
|
15744
15904
|
* @throws {RequiredError}
|
|
15745
15905
|
*/
|
|
15746
|
-
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?:
|
|
15906
|
+
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?: any): AxiosPromise<DomainCreateOutputDTOAPI>;
|
|
15747
15907
|
/**
|
|
15748
15908
|
* <br> OperationId: `DomainControllerGetOne`
|
|
15749
15909
|
* @summary Get one
|
|
@@ -15751,7 +15911,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15751
15911
|
* @param {*} [options] Override http request option.
|
|
15752
15912
|
* @throws {RequiredError}
|
|
15753
15913
|
*/
|
|
15754
|
-
domainControllerGetOne(id: string, options?:
|
|
15914
|
+
domainControllerGetOne(id: string, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15755
15915
|
/**
|
|
15756
15916
|
* <br> OperationId: `DomainControllerGetToken`
|
|
15757
15917
|
* @summary Get token
|
|
@@ -15759,7 +15919,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15759
15919
|
* @param {*} [options] Override http request option.
|
|
15760
15920
|
* @throws {RequiredError}
|
|
15761
15921
|
*/
|
|
15762
|
-
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?:
|
|
15922
|
+
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?: any): AxiosPromise<TokenOutputDTOAPI>;
|
|
15763
15923
|
/**
|
|
15764
15924
|
* <br> OperationId: `DomainControllerRemove`
|
|
15765
15925
|
* @summary Remove
|
|
@@ -15768,7 +15928,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15768
15928
|
* @param {*} [options] Override http request option.
|
|
15769
15929
|
* @throws {RequiredError}
|
|
15770
15930
|
*/
|
|
15771
|
-
domainControllerRemove(id: string, hardDelete?: any, options?:
|
|
15931
|
+
domainControllerRemove(id: string, hardDelete?: any, options?: any): AxiosPromise<APIOutput>;
|
|
15772
15932
|
/**
|
|
15773
15933
|
* <br> OperationId: `DomainControllerResolveRegistrationToken`
|
|
15774
15934
|
* @summary Resolve registration token
|
|
@@ -15776,7 +15936,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15776
15936
|
* @param {*} [options] Override http request option.
|
|
15777
15937
|
* @throws {RequiredError}
|
|
15778
15938
|
*/
|
|
15779
|
-
domainControllerResolveRegistrationToken(resolveRegistrationTokenInputDTO?: ResolveRegistrationTokenInputDTO, options?:
|
|
15939
|
+
domainControllerResolveRegistrationToken(resolveRegistrationTokenInputDTO?: ResolveRegistrationTokenInputDTO, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15780
15940
|
/**
|
|
15781
15941
|
* <br> OperationId: `DomainControllerSearch`
|
|
15782
15942
|
* @summary Search
|
|
@@ -15784,7 +15944,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15784
15944
|
* @param {*} [options] Override http request option.
|
|
15785
15945
|
* @throws {RequiredError}
|
|
15786
15946
|
*/
|
|
15787
|
-
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?:
|
|
15947
|
+
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?: any): AxiosPromise<DomainOutputArrayDTOAPI>;
|
|
15788
15948
|
/**
|
|
15789
15949
|
* <br> OperationId: `DomainControllerUpdate`
|
|
15790
15950
|
* @summary Update
|
|
@@ -15793,7 +15953,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15793
15953
|
* @param {*} [options] Override http request option.
|
|
15794
15954
|
* @throws {RequiredError}
|
|
15795
15955
|
*/
|
|
15796
|
-
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?:
|
|
15956
|
+
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15797
15957
|
};
|
|
15798
15958
|
/**
|
|
15799
15959
|
* DomainApi - object-oriented interface
|
|
@@ -15924,7 +16084,7 @@ export declare const EntityApiFactory: (configuration?: Configuration, basePath?
|
|
|
15924
16084
|
* @param {*} [options] Override http request option.
|
|
15925
16085
|
* @throws {RequiredError}
|
|
15926
16086
|
*/
|
|
15927
|
-
entityControllerFindOne(id: string, options?:
|
|
16087
|
+
entityControllerFindOne(id: string, options?: any): AxiosPromise<EntityOutputDTOAPI>;
|
|
15928
16088
|
/**
|
|
15929
16089
|
* Required permissions: `READ_ENTITIES`<br> OperationId: `EntityControllerSearch`
|
|
15930
16090
|
* @summary Search
|
|
@@ -15932,7 +16092,7 @@ export declare const EntityApiFactory: (configuration?: Configuration, basePath?
|
|
|
15932
16092
|
* @param {*} [options] Override http request option.
|
|
15933
16093
|
* @throws {RequiredError}
|
|
15934
16094
|
*/
|
|
15935
|
-
entityControllerSearch(entitySearchInputDTO?: EntitySearchInputDTO, options?:
|
|
16095
|
+
entityControllerSearch(entitySearchInputDTO?: EntitySearchInputDTO, options?: any): AxiosPromise<EntityOutputArrayDTOAPI>;
|
|
15936
16096
|
};
|
|
15937
16097
|
/**
|
|
15938
16098
|
* EntityApi - object-oriented interface
|
|
@@ -16064,7 +16224,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16064
16224
|
* @param {*} [options] Override http request option.
|
|
16065
16225
|
* @throws {RequiredError}
|
|
16066
16226
|
*/
|
|
16067
|
-
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?:
|
|
16227
|
+
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?: any): AxiosPromise<EventOutputDTO>;
|
|
16068
16228
|
/**
|
|
16069
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`
|
|
16070
16230
|
* @summary Export events to CSV
|
|
@@ -16072,7 +16232,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16072
16232
|
* @param {*} [options] Override http request option.
|
|
16073
16233
|
* @throws {RequiredError}
|
|
16074
16234
|
*/
|
|
16075
|
-
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16235
|
+
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<void>;
|
|
16076
16236
|
/**
|
|
16077
16237
|
* Fetches events where cronjob, hook and command failed. Supports all the common query parameters Required permissions: `READ_MODULES`, `READ_EVENTS`<br> OperationId: `EventControllerGetFailedFunctions`
|
|
16078
16238
|
* @summary Get failed functions
|
|
@@ -16080,7 +16240,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16080
16240
|
* @param {*} [options] Override http request option.
|
|
16081
16241
|
* @throws {RequiredError}
|
|
16082
16242
|
*/
|
|
16083
|
-
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16243
|
+
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
16084
16244
|
/**
|
|
16085
16245
|
* Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerGetOne`
|
|
16086
16246
|
* @summary Get one
|
|
@@ -16088,7 +16248,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16088
16248
|
* @param {*} [options] Override http request option.
|
|
16089
16249
|
* @throws {RequiredError}
|
|
16090
16250
|
*/
|
|
16091
|
-
eventControllerGetOne(id: string, options?:
|
|
16251
|
+
eventControllerGetOne(id: string, options?: any): AxiosPromise<EventOutputDTO>;
|
|
16092
16252
|
/**
|
|
16093
16253
|
* Search events Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerSearch`
|
|
16094
16254
|
* @summary Search
|
|
@@ -16096,7 +16256,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16096
16256
|
* @param {*} [options] Override http request option.
|
|
16097
16257
|
* @throws {RequiredError}
|
|
16098
16258
|
*/
|
|
16099
|
-
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16259
|
+
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
16100
16260
|
};
|
|
16101
16261
|
/**
|
|
16102
16262
|
* EventApi - object-oriented interface
|
|
@@ -16205,14 +16365,14 @@ export declare const ExternalAuthApiFactory: (configuration?: Configuration, bas
|
|
|
16205
16365
|
* @param {*} [options] Override http request option.
|
|
16206
16366
|
* @throws {RequiredError}
|
|
16207
16367
|
*/
|
|
16208
|
-
externalAuthControllerAuthDiscord(redirect: string, options?:
|
|
16368
|
+
externalAuthControllerAuthDiscord(redirect: string, options?: any): AxiosPromise<void>;
|
|
16209
16369
|
/**
|
|
16210
16370
|
* <br> OperationId: `ExternalAuthControllerAuthDiscordReturn`
|
|
16211
16371
|
* @summary Auth discord return
|
|
16212
16372
|
* @param {*} [options] Override http request option.
|
|
16213
16373
|
* @throws {RequiredError}
|
|
16214
16374
|
*/
|
|
16215
|
-
externalAuthControllerAuthDiscordReturn(options?:
|
|
16375
|
+
externalAuthControllerAuthDiscordReturn(options?: any): AxiosPromise<void>;
|
|
16216
16376
|
};
|
|
16217
16377
|
/**
|
|
16218
16378
|
* ExternalAuthApi - object-oriented interface
|
|
@@ -16345,7 +16505,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16345
16505
|
* @param {*} [options] Override http request option.
|
|
16346
16506
|
* @throws {RequiredError}
|
|
16347
16507
|
*/
|
|
16348
|
-
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?:
|
|
16508
|
+
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
16349
16509
|
/**
|
|
16350
16510
|
* Required permissions: `READ_MODULES`<br> OperationId: `FunctionControllerGetOne`
|
|
16351
16511
|
* @summary Get one
|
|
@@ -16353,7 +16513,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16353
16513
|
* @param {*} [options] Override http request option.
|
|
16354
16514
|
* @throws {RequiredError}
|
|
16355
16515
|
*/
|
|
16356
|
-
functionControllerGetOne(id: string, options?:
|
|
16516
|
+
functionControllerGetOne(id: string, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
16357
16517
|
/**
|
|
16358
16518
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `FunctionControllerRemove`
|
|
16359
16519
|
* @summary Remove
|
|
@@ -16361,7 +16521,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16361
16521
|
* @param {*} [options] Override http request option.
|
|
16362
16522
|
* @throws {RequiredError}
|
|
16363
16523
|
*/
|
|
16364
|
-
functionControllerRemove(id: string, options?:
|
|
16524
|
+
functionControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
16365
16525
|
/**
|
|
16366
16526
|
* Search functions Required permissions: `READ_MODULES`<br> OperationId: `FunctionControllerSearch`
|
|
16367
16527
|
* @summary Search
|
|
@@ -16369,7 +16529,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16369
16529
|
* @param {*} [options] Override http request option.
|
|
16370
16530
|
* @throws {RequiredError}
|
|
16371
16531
|
*/
|
|
16372
|
-
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?:
|
|
16532
|
+
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?: any): AxiosPromise<FunctionOutputArrayDTOAPI>;
|
|
16373
16533
|
/**
|
|
16374
16534
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `FunctionControllerUpdate`
|
|
16375
16535
|
* @summary Update
|
|
@@ -16378,7 +16538,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16378
16538
|
* @param {*} [options] Override http request option.
|
|
16379
16539
|
* @throws {RequiredError}
|
|
16380
16540
|
*/
|
|
16381
|
-
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?:
|
|
16541
|
+
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
16382
16542
|
};
|
|
16383
16543
|
/**
|
|
16384
16544
|
* FunctionApi - object-oriented interface
|
|
@@ -16915,7 +17075,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16915
17075
|
* @deprecated
|
|
16916
17076
|
* @throws {RequiredError}
|
|
16917
17077
|
*/
|
|
16918
|
-
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?:
|
|
17078
|
+
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
16919
17079
|
/**
|
|
16920
17080
|
* Create a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerCreate`
|
|
16921
17081
|
* @summary Create
|
|
@@ -16923,7 +17083,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16923
17083
|
* @param {*} [options] Override http request option.
|
|
16924
17084
|
* @throws {RequiredError}
|
|
16925
17085
|
*/
|
|
16926
|
-
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?:
|
|
17086
|
+
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
16927
17087
|
/**
|
|
16928
17088
|
* Execute a raw command on a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerExecuteCommand`
|
|
16929
17089
|
* @summary Execute command
|
|
@@ -16932,7 +17092,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16932
17092
|
* @param {*} [options] Override http request option.
|
|
16933
17093
|
* @throws {RequiredError}
|
|
16934
17094
|
*/
|
|
16935
|
-
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?:
|
|
17095
|
+
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?: any): AxiosPromise<CommandExecuteDTOAPI>;
|
|
16936
17096
|
/**
|
|
16937
17097
|
* Fetch status of an import from CSMM Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerGetImport`
|
|
16938
17098
|
* @summary Get import
|
|
@@ -16941,7 +17101,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16941
17101
|
* @deprecated
|
|
16942
17102
|
* @throws {RequiredError}
|
|
16943
17103
|
*/
|
|
16944
|
-
gameServerControllerGetImport(id: string, options?:
|
|
17104
|
+
gameServerControllerGetImport(id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
16945
17105
|
/**
|
|
16946
17106
|
* Fetch a job status Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerGetJob`
|
|
16947
17107
|
* @summary Get job
|
|
@@ -16950,7 +17110,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16950
17110
|
* @param {*} [options] Override http request option.
|
|
16951
17111
|
* @throws {RequiredError}
|
|
16952
17112
|
*/
|
|
16953
|
-
gameServerControllerGetJob(type: string, id: string, options?:
|
|
17113
|
+
gameServerControllerGetJob(type: string, id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
16954
17114
|
/**
|
|
16955
17115
|
* Get map metadata<br> OperationId: `GameServerControllerGetMapInfo`
|
|
16956
17116
|
* @summary Get map info
|
|
@@ -16958,7 +17118,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16958
17118
|
* @param {*} [options] Override http request option.
|
|
16959
17119
|
* @throws {RequiredError}
|
|
16960
17120
|
*/
|
|
16961
|
-
gameServerControllerGetMapInfo(id: string, options?:
|
|
17121
|
+
gameServerControllerGetMapInfo(id: string, options?: any): AxiosPromise<MapInfoOutputDTOAPI>;
|
|
16962
17122
|
/**
|
|
16963
17123
|
* Get a map tile<br> OperationId: `GameServerControllerGetMapTile`
|
|
16964
17124
|
* @summary Get map tile
|
|
@@ -16969,7 +17129,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16969
17129
|
* @param {*} [options] Override http request option.
|
|
16970
17130
|
* @throws {RequiredError}
|
|
16971
17131
|
*/
|
|
16972
|
-
gameServerControllerGetMapTile(id: string, x: string, y: string, z: string, options?:
|
|
17132
|
+
gameServerControllerGetMapTile(id: string, x: string, y: string, z: string, options?: any): AxiosPromise<void>;
|
|
16973
17133
|
/**
|
|
16974
17134
|
* Fetch a gameserver by id<br> OperationId: `GameServerControllerGetOne`
|
|
16975
17135
|
* @summary Get one
|
|
@@ -16977,7 +17137,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16977
17137
|
* @param {*} [options] Override http request option.
|
|
16978
17138
|
* @throws {RequiredError}
|
|
16979
17139
|
*/
|
|
16980
|
-
gameServerControllerGetOne(id: string, options?:
|
|
17140
|
+
gameServerControllerGetOne(id: string, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
16981
17141
|
/**
|
|
16982
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`
|
|
16983
17143
|
* @summary Get players
|
|
@@ -16986,14 +17146,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16986
17146
|
* @deprecated
|
|
16987
17147
|
* @throws {RequiredError}
|
|
16988
17148
|
*/
|
|
16989
|
-
gameServerControllerGetPlayers(id: string, options?:
|
|
17149
|
+
gameServerControllerGetPlayers(id: string, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
16990
17150
|
/**
|
|
16991
17151
|
* Fetch gameserver types (7dtd, Rust, ...)<br> OperationId: `GameServerControllerGetTypes`
|
|
16992
17152
|
* @summary Get types
|
|
16993
17153
|
* @param {*} [options] Override http request option.
|
|
16994
17154
|
* @throws {RequiredError}
|
|
16995
17155
|
*/
|
|
16996
|
-
gameServerControllerGetTypes(options?:
|
|
17156
|
+
gameServerControllerGetTypes(options?: any): AxiosPromise<GameServerTypesOutputDTOAPI>;
|
|
16997
17157
|
/**
|
|
16998
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`
|
|
16999
17159
|
* @summary Give item
|
|
@@ -17003,14 +17163,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17003
17163
|
* @param {*} [options] Override http request option.
|
|
17004
17164
|
* @throws {RequiredError}
|
|
17005
17165
|
*/
|
|
17006
|
-
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?:
|
|
17166
|
+
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?: any): AxiosPromise<void>;
|
|
17007
17167
|
/**
|
|
17008
17168
|
* Import a gameserver from CSMM. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerImportFromCSMM`
|
|
17009
17169
|
* @summary Import from csmm
|
|
17010
17170
|
* @param {*} [options] Override http request option.
|
|
17011
17171
|
* @throws {RequiredError}
|
|
17012
17172
|
*/
|
|
17013
|
-
gameServerControllerImportFromCSMM(options?:
|
|
17173
|
+
gameServerControllerImportFromCSMM(options?: any): AxiosPromise<ImportOutputDTOAPI>;
|
|
17014
17174
|
/**
|
|
17015
17175
|
* Kick a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerKickPlayer`
|
|
17016
17176
|
* @summary Kick player
|
|
@@ -17020,7 +17180,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17020
17180
|
* @param {*} [options] Override http request option.
|
|
17021
17181
|
* @throws {RequiredError}
|
|
17022
17182
|
*/
|
|
17023
|
-
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?:
|
|
17183
|
+
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
17024
17184
|
/**
|
|
17025
17185
|
* List bans for a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerListBans`
|
|
17026
17186
|
* @summary List bans
|
|
@@ -17029,14 +17189,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17029
17189
|
* @deprecated
|
|
17030
17190
|
* @throws {RequiredError}
|
|
17031
17191
|
*/
|
|
17032
|
-
gameServerControllerListBans(id: string, options?:
|
|
17192
|
+
gameServerControllerListBans(id: string, options?: any): AxiosPromise<BanPlayerOutputDTO>;
|
|
17033
17193
|
/**
|
|
17034
17194
|
* Regenerate the registration token for a gameserver. Careful, this will invalidate all existing connections. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerRegenerateRegistrationToken`
|
|
17035
17195
|
* @summary Regenerate registration token
|
|
17036
17196
|
* @param {*} [options] Override http request option.
|
|
17037
17197
|
* @throws {RequiredError}
|
|
17038
17198
|
*/
|
|
17039
|
-
gameServerControllerRegenerateRegistrationToken(options?:
|
|
17199
|
+
gameServerControllerRegenerateRegistrationToken(options?: any): AxiosPromise<APIOutput>;
|
|
17040
17200
|
/**
|
|
17041
17201
|
* Delete a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerRemove`
|
|
17042
17202
|
* @summary Remove
|
|
@@ -17044,7 +17204,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17044
17204
|
* @param {*} [options] Override http request option.
|
|
17045
17205
|
* @throws {RequiredError}
|
|
17046
17206
|
*/
|
|
17047
|
-
gameServerControllerRemove(id: string, options?:
|
|
17207
|
+
gameServerControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17048
17208
|
/**
|
|
17049
17209
|
* Resets all players\' currency to 0 on the specified game server. This action is irreversible. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerResetCurrency`
|
|
17050
17210
|
* @summary Reset currency
|
|
@@ -17052,7 +17212,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17052
17212
|
* @param {*} [options] Override http request option.
|
|
17053
17213
|
* @throws {RequiredError}
|
|
17054
17214
|
*/
|
|
17055
|
-
gameServerControllerResetCurrency(id: string, options?:
|
|
17215
|
+
gameServerControllerResetCurrency(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17056
17216
|
/**
|
|
17057
17217
|
* Fetch gameservers<br> OperationId: `GameServerControllerSearch`
|
|
17058
17218
|
* @summary Search
|
|
@@ -17060,7 +17220,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17060
17220
|
* @param {*} [options] Override http request option.
|
|
17061
17221
|
* @throws {RequiredError}
|
|
17062
17222
|
*/
|
|
17063
|
-
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?:
|
|
17223
|
+
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?: any): AxiosPromise<GameServerOutputArrayDTOAPI>;
|
|
17064
17224
|
/**
|
|
17065
17225
|
* Send a message in gameserver chat. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerSendMessage`
|
|
17066
17226
|
* @summary Send message
|
|
@@ -17069,7 +17229,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17069
17229
|
* @param {*} [options] Override http request option.
|
|
17070
17230
|
* @throws {RequiredError}
|
|
17071
17231
|
*/
|
|
17072
|
-
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?:
|
|
17232
|
+
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
17073
17233
|
/**
|
|
17074
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`
|
|
17075
17235
|
* @summary Shutdown
|
|
@@ -17077,7 +17237,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17077
17237
|
* @param {*} [options] Override http request option.
|
|
17078
17238
|
* @throws {RequiredError}
|
|
17079
17239
|
*/
|
|
17080
|
-
gameServerControllerShutdown(id: string, options?:
|
|
17240
|
+
gameServerControllerShutdown(id: string, options?: any): AxiosPromise<void>;
|
|
17081
17241
|
/**
|
|
17082
17242
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerTeleportPlayer`
|
|
17083
17243
|
* @summary Teleport player
|
|
@@ -17087,7 +17247,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17087
17247
|
* @param {*} [options] Override http request option.
|
|
17088
17248
|
* @throws {RequiredError}
|
|
17089
17249
|
*/
|
|
17090
|
-
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?:
|
|
17250
|
+
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
17091
17251
|
/**
|
|
17092
17252
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.<br> OperationId: `GameServerControllerTestReachability`
|
|
17093
17253
|
* @summary Test reachability
|
|
@@ -17095,7 +17255,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17095
17255
|
* @param {*} [options] Override http request option.
|
|
17096
17256
|
* @throws {RequiredError}
|
|
17097
17257
|
*/
|
|
17098
|
-
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?:
|
|
17258
|
+
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?: any): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
17099
17259
|
/**
|
|
17100
17260
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.<br> OperationId: `GameServerControllerTestReachabilityForId`
|
|
17101
17261
|
* @summary Test reachability for id
|
|
@@ -17103,7 +17263,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17103
17263
|
* @param {*} [options] Override http request option.
|
|
17104
17264
|
* @throws {RequiredError}
|
|
17105
17265
|
*/
|
|
17106
|
-
gameServerControllerTestReachabilityForId(id: string, options?:
|
|
17266
|
+
gameServerControllerTestReachabilityForId(id: string, options?: any): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
17107
17267
|
/**
|
|
17108
17268
|
* Manually trigger a job, you can poll the status with the GET endpoint Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerTriggerJob`
|
|
17109
17269
|
* @summary Trigger job
|
|
@@ -17112,7 +17272,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17112
17272
|
* @param {*} [options] Override http request option.
|
|
17113
17273
|
* @throws {RequiredError}
|
|
17114
17274
|
*/
|
|
17115
|
-
gameServerControllerTriggerJob(type: string, id: string, options?:
|
|
17275
|
+
gameServerControllerTriggerJob(type: string, id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
17116
17276
|
/**
|
|
17117
17277
|
* Unban a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerUnbanPlayer`
|
|
17118
17278
|
* @summary Unban player
|
|
@@ -17122,7 +17282,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17122
17282
|
* @deprecated
|
|
17123
17283
|
* @throws {RequiredError}
|
|
17124
17284
|
*/
|
|
17125
|
-
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?:
|
|
17285
|
+
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?: any): AxiosPromise<APIOutput>;
|
|
17126
17286
|
/**
|
|
17127
17287
|
* Update a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerUpdate`
|
|
17128
17288
|
* @summary Update
|
|
@@ -17131,7 +17291,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17131
17291
|
* @param {*} [options] Override http request option.
|
|
17132
17292
|
* @throws {RequiredError}
|
|
17133
17293
|
*/
|
|
17134
|
-
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?:
|
|
17294
|
+
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
17135
17295
|
};
|
|
17136
17296
|
/**
|
|
17137
17297
|
* GameServerApi - object-oriented interface
|
|
@@ -17536,7 +17696,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17536
17696
|
* @param {*} [options] Override http request option.
|
|
17537
17697
|
* @throws {RequiredError}
|
|
17538
17698
|
*/
|
|
17539
|
-
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?:
|
|
17699
|
+
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17540
17700
|
/**
|
|
17541
17701
|
* Required permissions: `READ_MODULES`<br> OperationId: `HookControllerGetExecutions`
|
|
17542
17702
|
* @summary Get executions
|
|
@@ -17546,7 +17706,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17546
17706
|
* @param {*} [options] Override http request option.
|
|
17547
17707
|
* @throws {RequiredError}
|
|
17548
17708
|
*/
|
|
17549
|
-
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
17709
|
+
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
17550
17710
|
/**
|
|
17551
17711
|
* Required permissions: `READ_MODULES`<br> OperationId: `HookControllerGetOne`
|
|
17552
17712
|
* @summary Get one
|
|
@@ -17554,7 +17714,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17554
17714
|
* @param {*} [options] Override http request option.
|
|
17555
17715
|
* @throws {RequiredError}
|
|
17556
17716
|
*/
|
|
17557
|
-
hookControllerGetOne(id: string, options?:
|
|
17717
|
+
hookControllerGetOne(id: string, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17558
17718
|
/**
|
|
17559
17719
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `HookControllerRemove`
|
|
17560
17720
|
* @summary Remove
|
|
@@ -17562,7 +17722,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17562
17722
|
* @param {*} [options] Override http request option.
|
|
17563
17723
|
* @throws {RequiredError}
|
|
17564
17724
|
*/
|
|
17565
|
-
hookControllerRemove(id: string, options?:
|
|
17725
|
+
hookControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17566
17726
|
/**
|
|
17567
17727
|
* Search hooks Required permissions: `READ_MODULES`<br> OperationId: `HookControllerSearch`
|
|
17568
17728
|
* @summary Search
|
|
@@ -17570,7 +17730,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17570
17730
|
* @param {*} [options] Override http request option.
|
|
17571
17731
|
* @throws {RequiredError}
|
|
17572
17732
|
*/
|
|
17573
|
-
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?:
|
|
17733
|
+
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?: any): AxiosPromise<HookOutputArrayDTOAPI>;
|
|
17574
17734
|
/**
|
|
17575
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`
|
|
17576
17736
|
* @summary Trigger
|
|
@@ -17578,7 +17738,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17578
17738
|
* @param {*} [options] Override http request option.
|
|
17579
17739
|
* @throws {RequiredError}
|
|
17580
17740
|
*/
|
|
17581
|
-
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?:
|
|
17741
|
+
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?: any): AxiosPromise<void>;
|
|
17582
17742
|
/**
|
|
17583
17743
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `HookControllerUpdate`
|
|
17584
17744
|
* @summary Update
|
|
@@ -17587,7 +17747,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17587
17747
|
* @param {*} [options] Override http request option.
|
|
17588
17748
|
* @throws {RequiredError}
|
|
17589
17749
|
*/
|
|
17590
|
-
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?:
|
|
17750
|
+
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17591
17751
|
};
|
|
17592
17752
|
/**
|
|
17593
17753
|
* HookApi - object-oriented interface
|
|
@@ -17719,7 +17879,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17719
17879
|
* @param {*} [options] Override http request option.
|
|
17720
17880
|
* @throws {RequiredError}
|
|
17721
17881
|
*/
|
|
17722
|
-
itemControllerFindOne(id: string, options?:
|
|
17882
|
+
itemControllerFindOne(id: string, options?: any): AxiosPromise<ItemOutputDTOAPI>;
|
|
17723
17883
|
/**
|
|
17724
17884
|
* Search items Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerSearch`
|
|
17725
17885
|
* @summary Search
|
|
@@ -17727,7 +17887,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17727
17887
|
* @param {*} [options] Override http request option.
|
|
17728
17888
|
* @throws {RequiredError}
|
|
17729
17889
|
*/
|
|
17730
|
-
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?:
|
|
17890
|
+
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?: any): AxiosPromise<ItemOutputArrayDTOAPI>;
|
|
17731
17891
|
};
|
|
17732
17892
|
/**
|
|
17733
17893
|
* ItemApi - object-oriented interface
|
|
@@ -17862,42 +18022,42 @@ export declare const MetaApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17862
18022
|
* @param {*} [options] Override http request option.
|
|
17863
18023
|
* @throws {RequiredError}
|
|
17864
18024
|
*/
|
|
17865
|
-
metaGetHealth(options?:
|
|
18025
|
+
metaGetHealth(options?: any): AxiosPromise<HealthOutputDTO>;
|
|
17866
18026
|
/**
|
|
17867
18027
|
* <br> OperationId: `MetaGetMetrics`
|
|
17868
18028
|
* @summary Get metrics
|
|
17869
18029
|
* @param {*} [options] Override http request option.
|
|
17870
18030
|
* @throws {RequiredError}
|
|
17871
18031
|
*/
|
|
17872
|
-
metaGetMetrics(options?:
|
|
18032
|
+
metaGetMetrics(options?: any): AxiosPromise<void>;
|
|
17873
18033
|
/**
|
|
17874
18034
|
* <br> OperationId: `MetaGetOpenApi`
|
|
17875
18035
|
* @summary Get open api
|
|
17876
18036
|
* @param {*} [options] Override http request option.
|
|
17877
18037
|
* @throws {RequiredError}
|
|
17878
18038
|
*/
|
|
17879
|
-
metaGetOpenApi(options?:
|
|
18039
|
+
metaGetOpenApi(options?: any): AxiosPromise<void>;
|
|
17880
18040
|
/**
|
|
17881
18041
|
* <br> OperationId: `MetaGetOpenApiHtml`
|
|
17882
18042
|
* @summary Get open api html
|
|
17883
18043
|
* @param {*} [options] Override http request option.
|
|
17884
18044
|
* @throws {RequiredError}
|
|
17885
18045
|
*/
|
|
17886
|
-
metaGetOpenApiHtml(options?:
|
|
18046
|
+
metaGetOpenApiHtml(options?: any): AxiosPromise<void>;
|
|
17887
18047
|
/**
|
|
17888
18048
|
* <br> OperationId: `MetaGetReadiness`
|
|
17889
18049
|
* @summary Get readiness
|
|
17890
18050
|
* @param {*} [options] Override http request option.
|
|
17891
18051
|
* @throws {RequiredError}
|
|
17892
18052
|
*/
|
|
17893
|
-
metaGetReadiness(options?:
|
|
18053
|
+
metaGetReadiness(options?: any): AxiosPromise<HealthOutputDTO>;
|
|
17894
18054
|
/**
|
|
17895
18055
|
* <br> OperationId: `MetaGetRoot`
|
|
17896
18056
|
* @summary Get root
|
|
17897
18057
|
* @param {*} [options] Override http request option.
|
|
17898
18058
|
* @throws {RequiredError}
|
|
17899
18059
|
*/
|
|
17900
|
-
metaGetRoot(options?:
|
|
18060
|
+
metaGetRoot(options?: any): AxiosPromise<void>;
|
|
17901
18061
|
};
|
|
17902
18062
|
/**
|
|
17903
18063
|
* MetaApi - object-oriented interface
|
|
@@ -18211,7 +18371,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18211
18371
|
* @param {*} [options] Override http request option.
|
|
18212
18372
|
* @throws {RequiredError}
|
|
18213
18373
|
*/
|
|
18214
|
-
moduleControllerCreate(moduleCreateAPIDTO?: ModuleCreateAPIDTO, options?:
|
|
18374
|
+
moduleControllerCreate(moduleCreateAPIDTO?: ModuleCreateAPIDTO, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
18215
18375
|
/**
|
|
18216
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`
|
|
18217
18377
|
* @summary Export a module
|
|
@@ -18220,7 +18380,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18220
18380
|
* @param {*} [options] Override http request option.
|
|
18221
18381
|
* @throws {RequiredError}
|
|
18222
18382
|
*/
|
|
18223
|
-
moduleControllerExport(id: string, moduleExportOptionsDTO?: ModuleExportOptionsDTO, options?:
|
|
18383
|
+
moduleControllerExport(id: string, moduleExportOptionsDTO?: ModuleExportOptionsDTO, options?: any): AxiosPromise<ModuleExportDTOAPI>;
|
|
18224
18384
|
/**
|
|
18225
18385
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerGetOne`
|
|
18226
18386
|
* @summary Get one module
|
|
@@ -18228,7 +18388,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18228
18388
|
* @param {*} [options] Override http request option.
|
|
18229
18389
|
* @throws {RequiredError}
|
|
18230
18390
|
*/
|
|
18231
|
-
moduleControllerGetOne(id: string, options?:
|
|
18391
|
+
moduleControllerGetOne(id: string, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
18232
18392
|
/**
|
|
18233
18393
|
* Imports a module from a format that was exported from another Takaro instance Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerImport`
|
|
18234
18394
|
* @summary Import a module
|
|
@@ -18236,7 +18396,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18236
18396
|
* @param {*} [options] Override http request option.
|
|
18237
18397
|
* @throws {RequiredError}
|
|
18238
18398
|
*/
|
|
18239
|
-
moduleControllerImport(body?: any, options?:
|
|
18399
|
+
moduleControllerImport(body?: any, options?: any): AxiosPromise<void>;
|
|
18240
18400
|
/**
|
|
18241
18401
|
* Removes a module, including all versions and config Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerRemove`
|
|
18242
18402
|
* @summary Remove a module
|
|
@@ -18244,7 +18404,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18244
18404
|
* @param {*} [options] Override http request option.
|
|
18245
18405
|
* @throws {RequiredError}
|
|
18246
18406
|
*/
|
|
18247
|
-
moduleControllerRemove(id: string, options?:
|
|
18407
|
+
moduleControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18248
18408
|
/**
|
|
18249
18409
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerSearch`
|
|
18250
18410
|
* @summary Search modules
|
|
@@ -18252,7 +18412,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18252
18412
|
* @param {*} [options] Override http request option.
|
|
18253
18413
|
* @throws {RequiredError}
|
|
18254
18414
|
*/
|
|
18255
|
-
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?:
|
|
18415
|
+
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?: any): AxiosPromise<ModuleOutputArrayDTOAPI>;
|
|
18256
18416
|
/**
|
|
18257
18417
|
* Update a module Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerUpdate`
|
|
18258
18418
|
* @summary Update a module
|
|
@@ -18261,7 +18421,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18261
18421
|
* @param {*} [options] Override http request option.
|
|
18262
18422
|
* @throws {RequiredError}
|
|
18263
18423
|
*/
|
|
18264
|
-
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?:
|
|
18424
|
+
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
18265
18425
|
/**
|
|
18266
18426
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleInstallationsControllerGetInstalledModules`
|
|
18267
18427
|
* @summary Search module installations
|
|
@@ -18269,7 +18429,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18269
18429
|
* @param {*} [options] Override http request option.
|
|
18270
18430
|
* @throws {RequiredError}
|
|
18271
18431
|
*/
|
|
18272
|
-
moduleInstallationsControllerGetInstalledModules(moduleInstallationSearchInputDTO?: ModuleInstallationSearchInputDTO, options?:
|
|
18432
|
+
moduleInstallationsControllerGetInstalledModules(moduleInstallationSearchInputDTO?: ModuleInstallationSearchInputDTO, options?: any): AxiosPromise<ModuleInstallationOutputArrayDTOAPI>;
|
|
18273
18433
|
/**
|
|
18274
18434
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleInstallationsControllerGetModuleInstallation`
|
|
18275
18435
|
* @summary Get one installation
|
|
@@ -18278,7 +18438,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18278
18438
|
* @param {*} [options] Override http request option.
|
|
18279
18439
|
* @throws {RequiredError}
|
|
18280
18440
|
*/
|
|
18281
|
-
moduleInstallationsControllerGetModuleInstallation(moduleId: string, gameServerId: string, options?:
|
|
18441
|
+
moduleInstallationsControllerGetModuleInstallation(moduleId: string, gameServerId: string, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
18282
18442
|
/**
|
|
18283
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`
|
|
18284
18444
|
* @summary Install module
|
|
@@ -18286,7 +18446,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18286
18446
|
* @param {*} [options] Override http request option.
|
|
18287
18447
|
* @throws {RequiredError}
|
|
18288
18448
|
*/
|
|
18289
|
-
moduleInstallationsControllerInstallModule(installModuleDTO?: InstallModuleDTO, options?:
|
|
18449
|
+
moduleInstallationsControllerInstallModule(installModuleDTO?: InstallModuleDTO, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
18290
18450
|
/**
|
|
18291
18451
|
* Uninstall a module from a gameserver. This will not delete the module from the database. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `ModuleInstallationsControllerUninstallModule`
|
|
18292
18452
|
* @summary Uninstall module
|
|
@@ -18295,7 +18455,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18295
18455
|
* @param {*} [options] Override http request option.
|
|
18296
18456
|
* @throws {RequiredError}
|
|
18297
18457
|
*/
|
|
18298
|
-
moduleInstallationsControllerUninstallModule(moduleId: string, gameServerId: string, options?:
|
|
18458
|
+
moduleInstallationsControllerUninstallModule(moduleId: string, gameServerId: string, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
18299
18459
|
/**
|
|
18300
18460
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleVersionControllerGetModuleVersion`
|
|
18301
18461
|
* @summary Get one version
|
|
@@ -18303,7 +18463,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18303
18463
|
* @param {*} [options] Override http request option.
|
|
18304
18464
|
* @throws {RequiredError}
|
|
18305
18465
|
*/
|
|
18306
|
-
moduleVersionControllerGetModuleVersion(id: string, options?:
|
|
18466
|
+
moduleVersionControllerGetModuleVersion(id: string, options?: any): AxiosPromise<ModuleVersionOutputDTOAPI>;
|
|
18307
18467
|
/**
|
|
18308
18468
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleVersionControllerSearchVersions`
|
|
18309
18469
|
* @summary Search module versions
|
|
@@ -18311,7 +18471,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18311
18471
|
* @param {*} [options] Override http request option.
|
|
18312
18472
|
* @throws {RequiredError}
|
|
18313
18473
|
*/
|
|
18314
|
-
moduleVersionControllerSearchVersions(moduleVersionSearchInputDTO?: ModuleVersionSearchInputDTO, options?:
|
|
18474
|
+
moduleVersionControllerSearchVersions(moduleVersionSearchInputDTO?: ModuleVersionSearchInputDTO, options?: any): AxiosPromise<ModuleVersionOutputArrayDTOAPI>;
|
|
18315
18475
|
/**
|
|
18316
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`
|
|
18317
18477
|
* @summary Tag a new version
|
|
@@ -18319,7 +18479,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18319
18479
|
* @param {*} [options] Override http request option.
|
|
18320
18480
|
* @throws {RequiredError}
|
|
18321
18481
|
*/
|
|
18322
|
-
moduleVersionControllerTagVersion(moduleVersionCreateAPIDTO?: ModuleVersionCreateAPIDTO, options?:
|
|
18482
|
+
moduleVersionControllerTagVersion(moduleVersionCreateAPIDTO?: ModuleVersionCreateAPIDTO, options?: any): AxiosPromise<ModuleVersionOutputDTOAPI>;
|
|
18323
18483
|
};
|
|
18324
18484
|
/**
|
|
18325
18485
|
* ModuleApi - object-oriented interface
|
|
@@ -18683,7 +18843,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18683
18843
|
* @param {*} [options] Override http request option.
|
|
18684
18844
|
* @throws {RequiredError}
|
|
18685
18845
|
*/
|
|
18686
|
-
banControllerCreate(banCreateDTO?: BanCreateDTO, options?:
|
|
18846
|
+
banControllerCreate(banCreateDTO?: BanCreateDTO, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18687
18847
|
/**
|
|
18688
18848
|
* Unban player. This will remove the ban from Takaro and the gameserver(s) Required permissions: `MANAGE_PLAYERS`<br> OperationId: `BanControllerDelete`
|
|
18689
18849
|
* @summary Unban player
|
|
@@ -18691,7 +18851,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18691
18851
|
* @param {*} [options] Override http request option.
|
|
18692
18852
|
* @throws {RequiredError}
|
|
18693
18853
|
*/
|
|
18694
|
-
banControllerDelete(id: string, options?:
|
|
18854
|
+
banControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18695
18855
|
/**
|
|
18696
18856
|
* Get a single ban Required permissions: `READ_PLAYERS`<br> OperationId: `BanControllerGetOne`
|
|
18697
18857
|
* @summary Get a single ban
|
|
@@ -18699,7 +18859,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18699
18859
|
* @param {*} [options] Override http request option.
|
|
18700
18860
|
* @throws {RequiredError}
|
|
18701
18861
|
*/
|
|
18702
|
-
banControllerGetOne(id: string, options?:
|
|
18862
|
+
banControllerGetOne(id: string, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18703
18863
|
/**
|
|
18704
18864
|
* Search for bans Required permissions: `READ_PLAYERS`<br> OperationId: `BanControllerSearch`
|
|
18705
18865
|
* @summary Search for bans
|
|
@@ -18707,7 +18867,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18707
18867
|
* @param {*} [options] Override http request option.
|
|
18708
18868
|
* @throws {RequiredError}
|
|
18709
18869
|
*/
|
|
18710
|
-
banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?:
|
|
18870
|
+
banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?: any): AxiosPromise<BanOutputArrayDTOAPI>;
|
|
18711
18871
|
/**
|
|
18712
18872
|
* Update an existing ban, updating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`<br> OperationId: `BanControllerUpdate`
|
|
18713
18873
|
* @summary Update ban
|
|
@@ -18716,7 +18876,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18716
18876
|
* @param {*} [options] Override http request option.
|
|
18717
18877
|
* @throws {RequiredError}
|
|
18718
18878
|
*/
|
|
18719
|
-
banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?:
|
|
18879
|
+
banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18720
18880
|
/**
|
|
18721
18881
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`<br> OperationId: `PlayerControllerAssignRole`
|
|
18722
18882
|
* @summary Assign role
|
|
@@ -18726,7 +18886,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18726
18886
|
* @param {*} [options] Override http request option.
|
|
18727
18887
|
* @throws {RequiredError}
|
|
18728
18888
|
*/
|
|
18729
|
-
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
18889
|
+
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
18730
18890
|
/**
|
|
18731
18891
|
* Bulk delete players by their IDs. Deletes Player records which cascades to POG records. Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerControllerBulkDelete`
|
|
18732
18892
|
* @summary Bulk delete
|
|
@@ -18734,7 +18894,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18734
18894
|
* @param {*} [options] Override http request option.
|
|
18735
18895
|
* @throws {RequiredError}
|
|
18736
18896
|
*/
|
|
18737
|
-
playerControllerBulkDelete(playerBulkDeleteInputDTO?: PlayerBulkDeleteInputDTO, options?:
|
|
18897
|
+
playerControllerBulkDelete(playerBulkDeleteInputDTO?: PlayerBulkDeleteInputDTO, options?: any): AxiosPromise<PlayerBulkDeleteOutputDTOAPI>;
|
|
18738
18898
|
/**
|
|
18739
18899
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerControllerDelete`
|
|
18740
18900
|
* @summary Delete
|
|
@@ -18742,14 +18902,14 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18742
18902
|
* @param {*} [options] Override http request option.
|
|
18743
18903
|
* @throws {RequiredError}
|
|
18744
18904
|
*/
|
|
18745
|
-
playerControllerDelete(id: string, options?:
|
|
18905
|
+
playerControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18746
18906
|
/**
|
|
18747
18907
|
* Get the player that is currently authenticated. This is a low-privilege route, returning limited data.<br> OperationId: `PlayerControllerGetMe`
|
|
18748
18908
|
* @summary Get current player
|
|
18749
18909
|
* @param {*} [options] Override http request option.
|
|
18750
18910
|
* @throws {RequiredError}
|
|
18751
18911
|
*/
|
|
18752
|
-
playerControllerGetMe(options?:
|
|
18912
|
+
playerControllerGetMe(options?: any): AxiosPromise<PlayerMeOutputDTO>;
|
|
18753
18913
|
/**
|
|
18754
18914
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerControllerGetOne`
|
|
18755
18915
|
* @summary Get one
|
|
@@ -18757,7 +18917,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18757
18917
|
* @param {*} [options] Override http request option.
|
|
18758
18918
|
* @throws {RequiredError}
|
|
18759
18919
|
*/
|
|
18760
|
-
playerControllerGetOne(id: string, options?:
|
|
18920
|
+
playerControllerGetOne(id: string, options?: any): AxiosPromise<PlayerOutputWithRolesDTOAPI>;
|
|
18761
18921
|
/**
|
|
18762
18922
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`<br> OperationId: `PlayerControllerRemoveRole`
|
|
18763
18923
|
* @summary Remove role
|
|
@@ -18767,7 +18927,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18767
18927
|
* @param {*} [options] Override http request option.
|
|
18768
18928
|
* @throws {RequiredError}
|
|
18769
18929
|
*/
|
|
18770
|
-
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
18930
|
+
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
18771
18931
|
/**
|
|
18772
18932
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerControllerSearch`
|
|
18773
18933
|
* @summary Search
|
|
@@ -18775,7 +18935,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18775
18935
|
* @param {*} [options] Override http request option.
|
|
18776
18936
|
* @throws {RequiredError}
|
|
18777
18937
|
*/
|
|
18778
|
-
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?:
|
|
18938
|
+
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?: any): AxiosPromise<PlayerOutputArrayDTOAPI>;
|
|
18779
18939
|
};
|
|
18780
18940
|
/**
|
|
18781
18941
|
* PlayerApi - object-oriented interface
|
|
@@ -19075,7 +19235,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19075
19235
|
* @param {*} [options] Override http request option.
|
|
19076
19236
|
* @throws {RequiredError}
|
|
19077
19237
|
*/
|
|
19078
|
-
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19238
|
+
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19079
19239
|
/**
|
|
19080
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`
|
|
19081
19241
|
* @summary Bulk delete
|
|
@@ -19084,7 +19244,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19084
19244
|
* @param {*} [options] Override http request option.
|
|
19085
19245
|
* @throws {RequiredError}
|
|
19086
19246
|
*/
|
|
19087
|
-
playerOnGameServerControllerBulkDelete(gameServerId: string, pogBulkDeleteInputDTO?: PogBulkDeleteInputDTO, options?:
|
|
19247
|
+
playerOnGameServerControllerBulkDelete(gameServerId: string, pogBulkDeleteInputDTO?: PogBulkDeleteInputDTO, options?: any): AxiosPromise<PogBulkDeleteOutputDTOAPI>;
|
|
19088
19248
|
/**
|
|
19089
19249
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerDeductCurrency`
|
|
19090
19250
|
* @summary Deduct currency
|
|
@@ -19094,7 +19254,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19094
19254
|
* @param {*} [options] Override http request option.
|
|
19095
19255
|
* @throws {RequiredError}
|
|
19096
19256
|
*/
|
|
19097
|
-
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19257
|
+
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19098
19258
|
/**
|
|
19099
19259
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerDelete`
|
|
19100
19260
|
* @summary Delete
|
|
@@ -19103,7 +19263,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19103
19263
|
* @param {*} [options] Override http request option.
|
|
19104
19264
|
* @throws {RequiredError}
|
|
19105
19265
|
*/
|
|
19106
|
-
playerOnGameServerControllerDelete(gameServerId: string, playerId: string, options?:
|
|
19266
|
+
playerOnGameServerControllerDelete(gameServerId: string, playerId: string, options?: any): AxiosPromise<APIOutput>;
|
|
19107
19267
|
/**
|
|
19108
19268
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerGetOne`
|
|
19109
19269
|
* @summary Get one
|
|
@@ -19112,7 +19272,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19112
19272
|
* @param {*} [options] Override http request option.
|
|
19113
19273
|
* @throws {RequiredError}
|
|
19114
19274
|
*/
|
|
19115
|
-
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?:
|
|
19275
|
+
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19116
19276
|
/**
|
|
19117
19277
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerSearch`
|
|
19118
19278
|
* @summary Search
|
|
@@ -19120,7 +19280,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19120
19280
|
* @param {*} [options] Override http request option.
|
|
19121
19281
|
* @throws {RequiredError}
|
|
19122
19282
|
*/
|
|
19123
|
-
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?:
|
|
19283
|
+
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputArrayDTOAPI>;
|
|
19124
19284
|
/**
|
|
19125
19285
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerSetCurrency`
|
|
19126
19286
|
* @summary Set currency
|
|
@@ -19130,7 +19290,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19130
19290
|
* @param {*} [options] Override http request option.
|
|
19131
19291
|
* @throws {RequiredError}
|
|
19132
19292
|
*/
|
|
19133
|
-
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19293
|
+
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19134
19294
|
/**
|
|
19135
19295
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerTransactBetweenPlayers`
|
|
19136
19296
|
* @summary Transact between players
|
|
@@ -19141,7 +19301,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19141
19301
|
* @param {*} [options] Override http request option.
|
|
19142
19302
|
* @throws {RequiredError}
|
|
19143
19303
|
*/
|
|
19144
|
-
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19304
|
+
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19145
19305
|
};
|
|
19146
19306
|
/**
|
|
19147
19307
|
* PlayerOnGameServerApi - object-oriented interface
|
|
@@ -19355,7 +19515,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19355
19515
|
* @param {*} [options] Override http request option.
|
|
19356
19516
|
* @throws {RequiredError}
|
|
19357
19517
|
*/
|
|
19358
|
-
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?:
|
|
19518
|
+
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
19359
19519
|
/**
|
|
19360
19520
|
* Required permissions: `READ_ROLES`<br> OperationId: `RoleControllerGetOne`
|
|
19361
19521
|
* @summary Get one
|
|
@@ -19363,14 +19523,14 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19363
19523
|
* @param {*} [options] Override http request option.
|
|
19364
19524
|
* @throws {RequiredError}
|
|
19365
19525
|
*/
|
|
19366
|
-
roleControllerGetOne(id: string, options?:
|
|
19526
|
+
roleControllerGetOne(id: string, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
19367
19527
|
/**
|
|
19368
19528
|
* <br> OperationId: `RoleControllerGetPermissions`
|
|
19369
19529
|
* @summary Get permissions
|
|
19370
19530
|
* @param {*} [options] Override http request option.
|
|
19371
19531
|
* @throws {RequiredError}
|
|
19372
19532
|
*/
|
|
19373
|
-
roleControllerGetPermissions(options?:
|
|
19533
|
+
roleControllerGetPermissions(options?: any): AxiosPromise<PermissionOutputDTOAPI>;
|
|
19374
19534
|
/**
|
|
19375
19535
|
* Required permissions: `MANAGE_ROLES`<br> OperationId: `RoleControllerRemove`
|
|
19376
19536
|
* @summary Remove
|
|
@@ -19378,7 +19538,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19378
19538
|
* @param {*} [options] Override http request option.
|
|
19379
19539
|
* @throws {RequiredError}
|
|
19380
19540
|
*/
|
|
19381
|
-
roleControllerRemove(id: string, options?:
|
|
19541
|
+
roleControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
19382
19542
|
/**
|
|
19383
19543
|
* Required permissions: `READ_ROLES`<br> OperationId: `RoleControllerSearch`
|
|
19384
19544
|
* @summary Search
|
|
@@ -19386,7 +19546,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19386
19546
|
* @param {*} [options] Override http request option.
|
|
19387
19547
|
* @throws {RequiredError}
|
|
19388
19548
|
*/
|
|
19389
|
-
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?:
|
|
19549
|
+
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?: any): AxiosPromise<RoleOutputArrayDTOAPI>;
|
|
19390
19550
|
/**
|
|
19391
19551
|
* Required permissions: `MANAGE_ROLES`<br> OperationId: `RoleControllerUpdate`
|
|
19392
19552
|
* @summary Update
|
|
@@ -19395,7 +19555,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19395
19555
|
* @param {*} [options] Override http request option.
|
|
19396
19556
|
* @throws {RequiredError}
|
|
19397
19557
|
*/
|
|
19398
|
-
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?:
|
|
19558
|
+
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
19399
19559
|
};
|
|
19400
19560
|
/**
|
|
19401
19561
|
* RoleApi - object-oriented interface
|
|
@@ -19556,7 +19716,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19556
19716
|
* @param {*} [options] Override http request option.
|
|
19557
19717
|
* @throws {RequiredError}
|
|
19558
19718
|
*/
|
|
19559
|
-
settingsControllerDelete(key: string, gameServerId?: string, options?:
|
|
19719
|
+
settingsControllerDelete(key: string, gameServerId?: string, options?: any): AxiosPromise<APIOutput>;
|
|
19560
19720
|
/**
|
|
19561
19721
|
* <br> OperationId: `SettingsControllerGet`
|
|
19562
19722
|
* @summary Get
|
|
@@ -19565,7 +19725,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19565
19725
|
* @param {*} [options] Override http request option.
|
|
19566
19726
|
* @throws {RequiredError}
|
|
19567
19727
|
*/
|
|
19568
|
-
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?:
|
|
19728
|
+
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?: any): AxiosPromise<SettingsOutputArrayDTOAPI>;
|
|
19569
19729
|
/**
|
|
19570
19730
|
* <br> OperationId: `SettingsControllerGetOne`
|
|
19571
19731
|
* @summary Get one
|
|
@@ -19574,7 +19734,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19574
19734
|
* @param {*} [options] Override http request option.
|
|
19575
19735
|
* @throws {RequiredError}
|
|
19576
19736
|
*/
|
|
19577
|
-
settingsControllerGetOne(key: string, gameServerId?: string, options?:
|
|
19737
|
+
settingsControllerGetOne(key: string, gameServerId?: string, options?: any): AxiosPromise<SettingsOutputDTOAPI>;
|
|
19578
19738
|
/**
|
|
19579
19739
|
* Required permissions: `MANAGE_SETTINGS`<br> OperationId: `SettingsControllerSet`
|
|
19580
19740
|
* @summary Set
|
|
@@ -19583,7 +19743,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19583
19743
|
* @param {*} [options] Override http request option.
|
|
19584
19744
|
* @throws {RequiredError}
|
|
19585
19745
|
*/
|
|
19586
|
-
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?:
|
|
19746
|
+
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?: any): AxiosPromise<SettingsOutputDTOAPI>;
|
|
19587
19747
|
};
|
|
19588
19748
|
/**
|
|
19589
19749
|
* SettingsApi - object-oriented interface
|
|
@@ -20077,7 +20237,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20077
20237
|
* @param {*} [options] Override http request option.
|
|
20078
20238
|
* @throws {RequiredError}
|
|
20079
20239
|
*/
|
|
20080
|
-
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?:
|
|
20240
|
+
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?: any): AxiosPromise<void>;
|
|
20081
20241
|
/**
|
|
20082
20242
|
* Create a new shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerCreate`
|
|
20083
20243
|
* @summary Create
|
|
@@ -20085,7 +20245,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20085
20245
|
* @param {*} [options] Override http request option.
|
|
20086
20246
|
* @throws {RequiredError}
|
|
20087
20247
|
*/
|
|
20088
|
-
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?:
|
|
20248
|
+
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
20089
20249
|
/**
|
|
20090
20250
|
* Get all shop categories<br> OperationId: `ShopCategoryControllerGetAll`
|
|
20091
20251
|
* @summary Get all
|
|
@@ -20093,7 +20253,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20093
20253
|
* @param {*} [options] Override http request option.
|
|
20094
20254
|
* @throws {RequiredError}
|
|
20095
20255
|
*/
|
|
20096
|
-
shopCategoryControllerGetAll(gameServerId?: string, options?:
|
|
20256
|
+
shopCategoryControllerGetAll(gameServerId?: string, options?: any): AxiosPromise<ShopCategoryOutputArrayDTOAPI>;
|
|
20097
20257
|
/**
|
|
20098
20258
|
* Get a shop category by id<br> OperationId: `ShopCategoryControllerGetOne`
|
|
20099
20259
|
* @summary Get one
|
|
@@ -20102,7 +20262,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20102
20262
|
* @param {*} [options] Override http request option.
|
|
20103
20263
|
* @throws {RequiredError}
|
|
20104
20264
|
*/
|
|
20105
|
-
shopCategoryControllerGetOne(id: string, gameServerId?: string, options?:
|
|
20265
|
+
shopCategoryControllerGetOne(id: string, gameServerId?: string, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
20106
20266
|
/**
|
|
20107
20267
|
* Move a shop category to a different parent Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerMove`
|
|
20108
20268
|
* @summary Move
|
|
@@ -20111,7 +20271,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20111
20271
|
* @param {*} [options] Override http request option.
|
|
20112
20272
|
* @throws {RequiredError}
|
|
20113
20273
|
*/
|
|
20114
|
-
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?:
|
|
20274
|
+
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
20115
20275
|
/**
|
|
20116
20276
|
* Delete a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerRemove`
|
|
20117
20277
|
* @summary Remove
|
|
@@ -20119,7 +20279,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20119
20279
|
* @param {*} [options] Override http request option.
|
|
20120
20280
|
* @throws {RequiredError}
|
|
20121
20281
|
*/
|
|
20122
|
-
shopCategoryControllerRemove(id: string, options?:
|
|
20282
|
+
shopCategoryControllerRemove(id: string, options?: any): AxiosPromise<void>;
|
|
20123
20283
|
/**
|
|
20124
20284
|
* Search shop categories<br> OperationId: `ShopCategoryControllerSearch`
|
|
20125
20285
|
* @summary Search
|
|
@@ -20127,7 +20287,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20127
20287
|
* @param {*} [options] Override http request option.
|
|
20128
20288
|
* @throws {RequiredError}
|
|
20129
20289
|
*/
|
|
20130
|
-
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?:
|
|
20290
|
+
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?: any): AxiosPromise<ShopCategoryOutputArrayDTOAPI>;
|
|
20131
20291
|
/**
|
|
20132
20292
|
* Update a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerUpdate`
|
|
20133
20293
|
* @summary Update
|
|
@@ -20136,7 +20296,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20136
20296
|
* @param {*} [options] Override http request option.
|
|
20137
20297
|
* @throws {RequiredError}
|
|
20138
20298
|
*/
|
|
20139
|
-
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?:
|
|
20299
|
+
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
20140
20300
|
};
|
|
20141
20301
|
/**
|
|
20142
20302
|
* ShopCategoryApi - object-oriented interface
|
|
@@ -20341,7 +20501,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20341
20501
|
* @param {*} [options] Override http request option.
|
|
20342
20502
|
* @throws {RequiredError}
|
|
20343
20503
|
*/
|
|
20344
|
-
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?:
|
|
20504
|
+
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
20345
20505
|
/**
|
|
20346
20506
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerDelete`
|
|
20347
20507
|
* @summary Delete
|
|
@@ -20349,7 +20509,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20349
20509
|
* @param {*} [options] Override http request option.
|
|
20350
20510
|
* @throws {RequiredError}
|
|
20351
20511
|
*/
|
|
20352
|
-
shopListingControllerDelete(id: string, options?:
|
|
20512
|
+
shopListingControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
20353
20513
|
/**
|
|
20354
20514
|
* <br> OperationId: `ShopListingControllerGetOne`
|
|
20355
20515
|
* @summary Get one
|
|
@@ -20357,14 +20517,14 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20357
20517
|
* @param {*} [options] Override http request option.
|
|
20358
20518
|
* @throws {RequiredError}
|
|
20359
20519
|
*/
|
|
20360
|
-
shopListingControllerGetOne(id: string, options?:
|
|
20520
|
+
shopListingControllerGetOne(id: string, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
20361
20521
|
/**
|
|
20362
20522
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerImportListings`
|
|
20363
20523
|
* @summary Import listings
|
|
20364
20524
|
* @param {*} [options] Override http request option.
|
|
20365
20525
|
* @throws {RequiredError}
|
|
20366
20526
|
*/
|
|
20367
|
-
shopListingControllerImportListings(options?:
|
|
20527
|
+
shopListingControllerImportListings(options?: any): AxiosPromise<APIOutput>;
|
|
20368
20528
|
/**
|
|
20369
20529
|
* Search shop listings<br> OperationId: `ShopListingControllerSearch`
|
|
20370
20530
|
* @summary Search
|
|
@@ -20372,7 +20532,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20372
20532
|
* @param {*} [options] Override http request option.
|
|
20373
20533
|
* @throws {RequiredError}
|
|
20374
20534
|
*/
|
|
20375
|
-
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?:
|
|
20535
|
+
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?: any): AxiosPromise<ShopListingOutputArrayDTOAPI>;
|
|
20376
20536
|
/**
|
|
20377
20537
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerUpdate`
|
|
20378
20538
|
* @summary Update
|
|
@@ -20381,7 +20541,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20381
20541
|
* @param {*} [options] Override http request option.
|
|
20382
20542
|
* @throws {RequiredError}
|
|
20383
20543
|
*/
|
|
20384
|
-
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?:
|
|
20544
|
+
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
20385
20545
|
};
|
|
20386
20546
|
/**
|
|
20387
20547
|
* ShopListingApi - object-oriented interface
|
|
@@ -20549,7 +20709,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20549
20709
|
* @param {*} [options] Override http request option.
|
|
20550
20710
|
* @throws {RequiredError}
|
|
20551
20711
|
*/
|
|
20552
|
-
shopOrderControllerCancel(id: string, options?:
|
|
20712
|
+
shopOrderControllerCancel(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
20553
20713
|
/**
|
|
20554
20714
|
* Claiming an order will mark it as completed and give the user the item in-game<br> OperationId: `ShopOrderControllerClaim`
|
|
20555
20715
|
* @summary Claim an order
|
|
@@ -20557,7 +20717,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20557
20717
|
* @param {*} [options] Override http request option.
|
|
20558
20718
|
* @throws {RequiredError}
|
|
20559
20719
|
*/
|
|
20560
|
-
shopOrderControllerClaim(id: string, options?:
|
|
20720
|
+
shopOrderControllerClaim(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
20561
20721
|
/**
|
|
20562
20722
|
* <br> OperationId: `ShopOrderControllerCreate`
|
|
20563
20723
|
* @summary Create
|
|
@@ -20565,7 +20725,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20565
20725
|
* @param {*} [options] Override http request option.
|
|
20566
20726
|
* @throws {RequiredError}
|
|
20567
20727
|
*/
|
|
20568
|
-
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?:
|
|
20728
|
+
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
20569
20729
|
/**
|
|
20570
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`
|
|
20571
20731
|
* @summary Get order by ID
|
|
@@ -20573,7 +20733,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20573
20733
|
* @param {*} [options] Override http request option.
|
|
20574
20734
|
* @throws {RequiredError}
|
|
20575
20735
|
*/
|
|
20576
|
-
shopOrderControllerGetOne(id: string, options?:
|
|
20736
|
+
shopOrderControllerGetOne(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
20577
20737
|
/**
|
|
20578
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`
|
|
20579
20739
|
* @summary Search orders
|
|
@@ -20581,7 +20741,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20581
20741
|
* @param {*} [options] Override http request option.
|
|
20582
20742
|
* @throws {RequiredError}
|
|
20583
20743
|
*/
|
|
20584
|
-
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?:
|
|
20744
|
+
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?: any): AxiosPromise<ShopOrderOutputArrayDTOAPI>;
|
|
20585
20745
|
};
|
|
20586
20746
|
/**
|
|
20587
20747
|
* ShopOrderApi - object-oriented interface
|
|
@@ -20647,12 +20807,12 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20647
20807
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20648
20808
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20649
20809
|
* @param {string} [gameServerId]
|
|
20650
|
-
* @param {
|
|
20651
|
-
* @param {
|
|
20810
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20811
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20652
20812
|
* @param {*} [options] Override http request option.
|
|
20653
20813
|
* @throws {RequiredError}
|
|
20654
20814
|
*/
|
|
20655
|
-
statsControllerGetActivityStats: (timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20815
|
+
statsControllerGetActivityStats: (timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20656
20816
|
/**
|
|
20657
20817
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20658
20818
|
* @summary Get statistics about the countries of the players
|
|
@@ -20666,12 +20826,12 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20666
20826
|
* @summary Get currency stats
|
|
20667
20827
|
* @param {string} gameServerId
|
|
20668
20828
|
* @param {string} [playerId]
|
|
20669
|
-
* @param {
|
|
20670
|
-
* @param {
|
|
20829
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20830
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20671
20831
|
* @param {*} [options] Override http request option.
|
|
20672
20832
|
* @throws {RequiredError}
|
|
20673
20833
|
*/
|
|
20674
|
-
statsControllerGetCurrencyStats: (gameServerId: string, playerId?: string, startDate?:
|
|
20834
|
+
statsControllerGetCurrencyStats: (gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20675
20835
|
/**
|
|
20676
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`
|
|
20677
20837
|
* @summary Get event count over time
|
|
@@ -20682,43 +20842,43 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20682
20842
|
* @param {string} [moduleId]
|
|
20683
20843
|
* @param {string} [playerId]
|
|
20684
20844
|
* @param {string} [userId]
|
|
20685
|
-
* @param {
|
|
20686
|
-
* @param {
|
|
20845
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20846
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20687
20847
|
* @param {*} [options] Override http request option.
|
|
20688
20848
|
* @throws {RequiredError}
|
|
20689
20849
|
*/
|
|
20690
|
-
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>;
|
|
20691
20851
|
/**
|
|
20692
20852
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20693
20853
|
* @summary Get latency stats
|
|
20694
20854
|
* @param {string} gameServerId
|
|
20695
|
-
* @param {
|
|
20696
|
-
* @param {
|
|
20855
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20856
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20697
20857
|
* @param {*} [options] Override http request option.
|
|
20698
20858
|
* @throws {RequiredError}
|
|
20699
20859
|
*/
|
|
20700
|
-
statsControllerGetLatencyStats: (gameServerId: string, startDate?:
|
|
20860
|
+
statsControllerGetLatencyStats: (gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20701
20861
|
/**
|
|
20702
20862
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20703
20863
|
* @summary Get ping stats
|
|
20704
20864
|
* @param {string} gameServerId
|
|
20705
20865
|
* @param {string} playerId
|
|
20706
|
-
* @param {
|
|
20707
|
-
* @param {
|
|
20866
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20867
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20708
20868
|
* @param {*} [options] Override http request option.
|
|
20709
20869
|
* @throws {RequiredError}
|
|
20710
20870
|
*/
|
|
20711
|
-
statsControllerGetPingStats: (gameServerId: string, playerId: string, startDate?:
|
|
20871
|
+
statsControllerGetPingStats: (gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20712
20872
|
/**
|
|
20713
20873
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20714
20874
|
* @summary Get player online stats
|
|
20715
20875
|
* @param {string} [gameServerId]
|
|
20716
|
-
* @param {
|
|
20717
|
-
* @param {
|
|
20876
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20877
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20718
20878
|
* @param {*} [options] Override http request option.
|
|
20719
20879
|
* @throws {RequiredError}
|
|
20720
20880
|
*/
|
|
20721
|
-
statsControllerGetPlayerOnlineStats: (gameServerId?: string, startDate?:
|
|
20881
|
+
statsControllerGetPlayerOnlineStats: (gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20722
20882
|
};
|
|
20723
20883
|
/**
|
|
20724
20884
|
* StatsApi - functional programming interface
|
|
@@ -20731,12 +20891,12 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20731
20891
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20732
20892
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20733
20893
|
* @param {string} [gameServerId]
|
|
20734
|
-
* @param {
|
|
20735
|
-
* @param {
|
|
20894
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20895
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20736
20896
|
* @param {*} [options] Override http request option.
|
|
20737
20897
|
* @throws {RequiredError}
|
|
20738
20898
|
*/
|
|
20739
|
-
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>>;
|
|
20740
20900
|
/**
|
|
20741
20901
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20742
20902
|
* @summary Get statistics about the countries of the players
|
|
@@ -20750,12 +20910,12 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20750
20910
|
* @summary Get currency stats
|
|
20751
20911
|
* @param {string} gameServerId
|
|
20752
20912
|
* @param {string} [playerId]
|
|
20753
|
-
* @param {
|
|
20754
|
-
* @param {
|
|
20913
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20914
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20755
20915
|
* @param {*} [options] Override http request option.
|
|
20756
20916
|
* @throws {RequiredError}
|
|
20757
20917
|
*/
|
|
20758
|
-
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>>;
|
|
20759
20919
|
/**
|
|
20760
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`
|
|
20761
20921
|
* @summary Get event count over time
|
|
@@ -20766,43 +20926,43 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20766
20926
|
* @param {string} [moduleId]
|
|
20767
20927
|
* @param {string} [playerId]
|
|
20768
20928
|
* @param {string} [userId]
|
|
20769
|
-
* @param {
|
|
20770
|
-
* @param {
|
|
20929
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20930
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20771
20931
|
* @param {*} [options] Override http request option.
|
|
20772
20932
|
* @throws {RequiredError}
|
|
20773
20933
|
*/
|
|
20774
|
-
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>>;
|
|
20775
20935
|
/**
|
|
20776
20936
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20777
20937
|
* @summary Get latency stats
|
|
20778
20938
|
* @param {string} gameServerId
|
|
20779
|
-
* @param {
|
|
20780
|
-
* @param {
|
|
20939
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20940
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20781
20941
|
* @param {*} [options] Override http request option.
|
|
20782
20942
|
* @throws {RequiredError}
|
|
20783
20943
|
*/
|
|
20784
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
20944
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20785
20945
|
/**
|
|
20786
20946
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20787
20947
|
* @summary Get ping stats
|
|
20788
20948
|
* @param {string} gameServerId
|
|
20789
20949
|
* @param {string} playerId
|
|
20790
|
-
* @param {
|
|
20791
|
-
* @param {
|
|
20950
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20951
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20792
20952
|
* @param {*} [options] Override http request option.
|
|
20793
20953
|
* @throws {RequiredError}
|
|
20794
20954
|
*/
|
|
20795
|
-
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>>;
|
|
20796
20956
|
/**
|
|
20797
20957
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20798
20958
|
* @summary Get player online stats
|
|
20799
20959
|
* @param {string} [gameServerId]
|
|
20800
|
-
* @param {
|
|
20801
|
-
* @param {
|
|
20960
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20961
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20802
20962
|
* @param {*} [options] Override http request option.
|
|
20803
20963
|
* @throws {RequiredError}
|
|
20804
20964
|
*/
|
|
20805
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
20965
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20806
20966
|
};
|
|
20807
20967
|
/**
|
|
20808
20968
|
* StatsApi - factory interface
|
|
@@ -20815,12 +20975,12 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20815
20975
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20816
20976
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20817
20977
|
* @param {string} [gameServerId]
|
|
20818
|
-
* @param {
|
|
20819
|
-
* @param {
|
|
20978
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20979
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20820
20980
|
* @param {*} [options] Override http request option.
|
|
20821
20981
|
* @throws {RequiredError}
|
|
20822
20982
|
*/
|
|
20823
|
-
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20983
|
+
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20824
20984
|
/**
|
|
20825
20985
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20826
20986
|
* @summary Get statistics about the countries of the players
|
|
@@ -20828,18 +20988,18 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20828
20988
|
* @param {*} [options] Override http request option.
|
|
20829
20989
|
* @throws {RequiredError}
|
|
20830
20990
|
*/
|
|
20831
|
-
statsControllerGetCountryStats(gameServerId?: Array<string>, options?:
|
|
20991
|
+
statsControllerGetCountryStats(gameServerId?: Array<string>, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20832
20992
|
/**
|
|
20833
20993
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCurrencyStats`
|
|
20834
20994
|
* @summary Get currency stats
|
|
20835
20995
|
* @param {string} gameServerId
|
|
20836
20996
|
* @param {string} [playerId]
|
|
20837
|
-
* @param {
|
|
20838
|
-
* @param {
|
|
20997
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20998
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20839
20999
|
* @param {*} [options] Override http request option.
|
|
20840
21000
|
* @throws {RequiredError}
|
|
20841
21001
|
*/
|
|
20842
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?:
|
|
21002
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20843
21003
|
/**
|
|
20844
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`
|
|
20845
21005
|
* @summary Get event count over time
|
|
@@ -20850,43 +21010,43 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20850
21010
|
* @param {string} [moduleId]
|
|
20851
21011
|
* @param {string} [playerId]
|
|
20852
21012
|
* @param {string} [userId]
|
|
20853
|
-
* @param {
|
|
20854
|
-
* @param {
|
|
21013
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21014
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20855
21015
|
* @param {*} [options] Override http request option.
|
|
20856
21016
|
* @throws {RequiredError}
|
|
20857
21017
|
*/
|
|
20858
|
-
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>;
|
|
20859
21019
|
/**
|
|
20860
21020
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20861
21021
|
* @summary Get latency stats
|
|
20862
21022
|
* @param {string} gameServerId
|
|
20863
|
-
* @param {
|
|
20864
|
-
* @param {
|
|
21023
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21024
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20865
21025
|
* @param {*} [options] Override http request option.
|
|
20866
21026
|
* @throws {RequiredError}
|
|
20867
21027
|
*/
|
|
20868
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
21028
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20869
21029
|
/**
|
|
20870
21030
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20871
21031
|
* @summary Get ping stats
|
|
20872
21032
|
* @param {string} gameServerId
|
|
20873
21033
|
* @param {string} playerId
|
|
20874
|
-
* @param {
|
|
20875
|
-
* @param {
|
|
21034
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21035
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20876
21036
|
* @param {*} [options] Override http request option.
|
|
20877
21037
|
* @throws {RequiredError}
|
|
20878
21038
|
*/
|
|
20879
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?:
|
|
21039
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20880
21040
|
/**
|
|
20881
21041
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20882
21042
|
* @summary Get player online stats
|
|
20883
21043
|
* @param {string} [gameServerId]
|
|
20884
|
-
* @param {
|
|
20885
|
-
* @param {
|
|
21044
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21045
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20886
21046
|
* @param {*} [options] Override http request option.
|
|
20887
21047
|
* @throws {RequiredError}
|
|
20888
21048
|
*/
|
|
20889
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
21049
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20890
21050
|
};
|
|
20891
21051
|
/**
|
|
20892
21052
|
* StatsApi - object-oriented interface
|
|
@@ -20901,13 +21061,13 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20901
21061
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20902
21062
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20903
21063
|
* @param {string} [gameServerId]
|
|
20904
|
-
* @param {
|
|
20905
|
-
* @param {
|
|
21064
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21065
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20906
21066
|
* @param {*} [options] Override http request option.
|
|
20907
21067
|
* @throws {RequiredError}
|
|
20908
21068
|
* @memberof StatsApi
|
|
20909
21069
|
*/
|
|
20910
|
-
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>>;
|
|
20911
21071
|
/**
|
|
20912
21072
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20913
21073
|
* @summary Get statistics about the countries of the players
|
|
@@ -20922,13 +21082,13 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20922
21082
|
* @summary Get currency stats
|
|
20923
21083
|
* @param {string} gameServerId
|
|
20924
21084
|
* @param {string} [playerId]
|
|
20925
|
-
* @param {
|
|
20926
|
-
* @param {
|
|
21085
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21086
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20927
21087
|
* @param {*} [options] Override http request option.
|
|
20928
21088
|
* @throws {RequiredError}
|
|
20929
21089
|
* @memberof StatsApi
|
|
20930
21090
|
*/
|
|
20931
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?:
|
|
21091
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20932
21092
|
/**
|
|
20933
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`
|
|
20934
21094
|
* @summary Get event count over time
|
|
@@ -20939,47 +21099,47 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20939
21099
|
* @param {string} [moduleId]
|
|
20940
21100
|
* @param {string} [playerId]
|
|
20941
21101
|
* @param {string} [userId]
|
|
20942
|
-
* @param {
|
|
20943
|
-
* @param {
|
|
21102
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21103
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20944
21104
|
* @param {*} [options] Override http request option.
|
|
20945
21105
|
* @throws {RequiredError}
|
|
20946
21106
|
* @memberof StatsApi
|
|
20947
21107
|
*/
|
|
20948
|
-
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>>;
|
|
20949
21109
|
/**
|
|
20950
21110
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20951
21111
|
* @summary Get latency stats
|
|
20952
21112
|
* @param {string} gameServerId
|
|
20953
|
-
* @param {
|
|
20954
|
-
* @param {
|
|
21113
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21114
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20955
21115
|
* @param {*} [options] Override http request option.
|
|
20956
21116
|
* @throws {RequiredError}
|
|
20957
21117
|
* @memberof StatsApi
|
|
20958
21118
|
*/
|
|
20959
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
21119
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20960
21120
|
/**
|
|
20961
21121
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20962
21122
|
* @summary Get ping stats
|
|
20963
21123
|
* @param {string} gameServerId
|
|
20964
21124
|
* @param {string} playerId
|
|
20965
|
-
* @param {
|
|
20966
|
-
* @param {
|
|
21125
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21126
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20967
21127
|
* @param {*} [options] Override http request option.
|
|
20968
21128
|
* @throws {RequiredError}
|
|
20969
21129
|
* @memberof StatsApi
|
|
20970
21130
|
*/
|
|
20971
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?:
|
|
21131
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20972
21132
|
/**
|
|
20973
21133
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20974
21134
|
* @summary Get player online stats
|
|
20975
21135
|
* @param {string} [gameServerId]
|
|
20976
|
-
* @param {
|
|
20977
|
-
* @param {
|
|
21136
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21137
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20978
21138
|
* @param {*} [options] Override http request option.
|
|
20979
21139
|
* @throws {RequiredError}
|
|
20980
21140
|
* @memberof StatsApi
|
|
20981
21141
|
*/
|
|
20982
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
21142
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20983
21143
|
}
|
|
20984
21144
|
/**
|
|
20985
21145
|
* @export
|
|
@@ -21038,6 +21198,7 @@ export declare const StatsControllerGetEventsCountEventNameEnum: {
|
|
|
21038
21198
|
readonly PlayerUnbanned: "player-unbanned";
|
|
21039
21199
|
readonly PlayerDeleted: "player-deleted";
|
|
21040
21200
|
readonly ShopActionExecuted: "shop-action-executed";
|
|
21201
|
+
readonly PlayerInventoryChanged: "player-inventory-changed";
|
|
21041
21202
|
readonly PlayerConnected: "player-connected";
|
|
21042
21203
|
readonly PlayerDisconnected: "player-disconnected";
|
|
21043
21204
|
readonly ChatMessage: "chat-message";
|
|
@@ -21171,7 +21332,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21171
21332
|
* @param {*} [options] Override http request option.
|
|
21172
21333
|
* @throws {RequiredError}
|
|
21173
21334
|
*/
|
|
21174
|
-
trackingControllerGetBoundingBoxPlayers(boundingBoxSearchInputDTO?: BoundingBoxSearchInputDTO, options?:
|
|
21335
|
+
trackingControllerGetBoundingBoxPlayers(boundingBoxSearchInputDTO?: BoundingBoxSearchInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
21175
21336
|
/**
|
|
21176
21337
|
* Get inventory changes for a player between two timestamps Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayerInventoryHistory`
|
|
21177
21338
|
* @summary Get player inventory history
|
|
@@ -21179,7 +21340,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21179
21340
|
* @param {*} [options] Override http request option.
|
|
21180
21341
|
* @throws {RequiredError}
|
|
21181
21342
|
*/
|
|
21182
|
-
trackingControllerGetPlayerInventoryHistory(playerInventoryHistoryInputDTO?: PlayerInventoryHistoryInputDTO, options?:
|
|
21343
|
+
trackingControllerGetPlayerInventoryHistory(playerInventoryHistoryInputDTO?: PlayerInventoryHistoryInputDTO, options?: any): AxiosPromise<PlayerInventoryArrayOutputDTOAPI>;
|
|
21183
21344
|
/**
|
|
21184
21345
|
* Get movement history for players within date bounds Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayerMovementHistory`
|
|
21185
21346
|
* @summary Get player movement history
|
|
@@ -21187,7 +21348,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21187
21348
|
* @param {*} [options] Override http request option.
|
|
21188
21349
|
* @throws {RequiredError}
|
|
21189
21350
|
*/
|
|
21190
|
-
trackingControllerGetPlayerMovementHistory(playerMovementHistoryInputDTO?: PlayerMovementHistoryInputDTO, options?:
|
|
21351
|
+
trackingControllerGetPlayerMovementHistory(playerMovementHistoryInputDTO?: PlayerMovementHistoryInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
21191
21352
|
/**
|
|
21192
21353
|
* Find all players who have had a specific item in their inventory Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayersByItem`
|
|
21193
21354
|
* @summary Get players by item
|
|
@@ -21195,7 +21356,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21195
21356
|
* @param {*} [options] Override http request option.
|
|
21196
21357
|
* @throws {RequiredError}
|
|
21197
21358
|
*/
|
|
21198
|
-
trackingControllerGetPlayersByItem(playersByItemInputDTO?: PlayersByItemInputDTO, options?:
|
|
21359
|
+
trackingControllerGetPlayersByItem(playersByItemInputDTO?: PlayersByItemInputDTO, options?: any): AxiosPromise<PlayerItemHistoryArrayOutputDTOAPI>;
|
|
21199
21360
|
/**
|
|
21200
21361
|
* Find all players within a spherical area from a center point Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetRadiusPlayers`
|
|
21201
21362
|
* @summary Get radius players
|
|
@@ -21203,7 +21364,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21203
21364
|
* @param {*} [options] Override http request option.
|
|
21204
21365
|
* @throws {RequiredError}
|
|
21205
21366
|
*/
|
|
21206
|
-
trackingControllerGetRadiusPlayers(radiusSearchInputDTO?: RadiusSearchInputDTO, options?:
|
|
21367
|
+
trackingControllerGetRadiusPlayers(radiusSearchInputDTO?: RadiusSearchInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
21207
21368
|
};
|
|
21208
21369
|
/**
|
|
21209
21370
|
* TrackingApi - object-oriented interface
|
|
@@ -21510,7 +21671,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21510
21671
|
* @param {*} [options] Override http request option.
|
|
21511
21672
|
* @throws {RequiredError}
|
|
21512
21673
|
*/
|
|
21513
|
-
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?:
|
|
21674
|
+
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
21514
21675
|
/**
|
|
21515
21676
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerCreate`
|
|
21516
21677
|
* @summary Create
|
|
@@ -21518,14 +21679,14 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21518
21679
|
* @param {*} [options] Override http request option.
|
|
21519
21680
|
* @throws {RequiredError}
|
|
21520
21681
|
*/
|
|
21521
|
-
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?:
|
|
21682
|
+
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
21522
21683
|
/**
|
|
21523
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`
|
|
21524
21685
|
* @summary Unset the selected domain for the user
|
|
21525
21686
|
* @param {*} [options] Override http request option.
|
|
21526
21687
|
* @throws {RequiredError}
|
|
21527
21688
|
*/
|
|
21528
|
-
userControllerDeleteSelectedDomainCookie(options?:
|
|
21689
|
+
userControllerDeleteSelectedDomainCookie(options?: any): AxiosPromise<void>;
|
|
21529
21690
|
/**
|
|
21530
21691
|
* Required permissions: `READ_USERS`<br> OperationId: `UserControllerGetOne`
|
|
21531
21692
|
* @summary Get one
|
|
@@ -21533,7 +21694,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21533
21694
|
* @param {*} [options] Override http request option.
|
|
21534
21695
|
* @throws {RequiredError}
|
|
21535
21696
|
*/
|
|
21536
|
-
userControllerGetOne(id: string, options?:
|
|
21697
|
+
userControllerGetOne(id: string, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
21537
21698
|
/**
|
|
21538
21699
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerInvite`
|
|
21539
21700
|
* @summary Invite
|
|
@@ -21541,7 +21702,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21541
21702
|
* @param {*} [options] Override http request option.
|
|
21542
21703
|
* @throws {RequiredError}
|
|
21543
21704
|
*/
|
|
21544
|
-
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?:
|
|
21705
|
+
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
21545
21706
|
/**
|
|
21546
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`
|
|
21547
21708
|
* @summary Link player profile
|
|
@@ -21549,7 +21710,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21549
21710
|
* @param {*} [options] Override http request option.
|
|
21550
21711
|
* @throws {RequiredError}
|
|
21551
21712
|
*/
|
|
21552
|
-
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?:
|
|
21713
|
+
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?: any): AxiosPromise<void>;
|
|
21553
21714
|
/**
|
|
21554
21715
|
* <br> OperationId: `UserControllerLogin`
|
|
21555
21716
|
* @summary Login
|
|
@@ -21557,21 +21718,21 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21557
21718
|
* @param {*} [options] Override http request option.
|
|
21558
21719
|
* @throws {RequiredError}
|
|
21559
21720
|
*/
|
|
21560
|
-
userControllerLogin(loginDTO?: LoginDTO, options?:
|
|
21721
|
+
userControllerLogin(loginDTO?: LoginDTO, options?: any): AxiosPromise<LoginOutputDTOAPI>;
|
|
21561
21722
|
/**
|
|
21562
21723
|
* <br> OperationId: `UserControllerLogout`
|
|
21563
21724
|
* @summary Logout
|
|
21564
21725
|
* @param {*} [options] Override http request option.
|
|
21565
21726
|
* @throws {RequiredError}
|
|
21566
21727
|
*/
|
|
21567
|
-
userControllerLogout(options?:
|
|
21728
|
+
userControllerLogout(options?: any): AxiosPromise<APIOutput>;
|
|
21568
21729
|
/**
|
|
21569
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`
|
|
21570
21731
|
* @summary Get the current logged in user
|
|
21571
21732
|
* @param {*} [options] Override http request option.
|
|
21572
21733
|
* @throws {RequiredError}
|
|
21573
21734
|
*/
|
|
21574
|
-
userControllerMe(options?:
|
|
21735
|
+
userControllerMe(options?: any): AxiosPromise<MeOutoutDTOAPI>;
|
|
21575
21736
|
/**
|
|
21576
21737
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerRemove`
|
|
21577
21738
|
* @summary Remove
|
|
@@ -21579,7 +21740,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21579
21740
|
* @param {*} [options] Override http request option.
|
|
21580
21741
|
* @throws {RequiredError}
|
|
21581
21742
|
*/
|
|
21582
|
-
userControllerRemove(id: string, options?:
|
|
21743
|
+
userControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
21583
21744
|
/**
|
|
21584
21745
|
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `UserControllerRemoveRole`
|
|
21585
21746
|
* @summary Remove role
|
|
@@ -21588,7 +21749,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21588
21749
|
* @param {*} [options] Override http request option.
|
|
21589
21750
|
* @throws {RequiredError}
|
|
21590
21751
|
*/
|
|
21591
|
-
userControllerRemoveRole(id: string, roleId: string, options?:
|
|
21752
|
+
userControllerRemoveRole(id: string, roleId: string, options?: any): AxiosPromise<APIOutput>;
|
|
21592
21753
|
/**
|
|
21593
21754
|
* Required permissions: `READ_USERS`<br> OperationId: `UserControllerSearch`
|
|
21594
21755
|
* @summary Search
|
|
@@ -21596,7 +21757,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21596
21757
|
* @param {*} [options] Override http request option.
|
|
21597
21758
|
* @throws {RequiredError}
|
|
21598
21759
|
*/
|
|
21599
|
-
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?:
|
|
21760
|
+
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?: any): AxiosPromise<UserOutputArrayDTOAPI>;
|
|
21600
21761
|
/**
|
|
21601
21762
|
* One user can have multiple domains, this endpoint is a helper to set the selected domain for the user<br> OperationId: `UserControllerSetSelectedDomain`
|
|
21602
21763
|
* @summary Set the selected domain for the user
|
|
@@ -21604,7 +21765,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21604
21765
|
* @param {*} [options] Override http request option.
|
|
21605
21766
|
* @throws {RequiredError}
|
|
21606
21767
|
*/
|
|
21607
|
-
userControllerSetSelectedDomain(domainId: string, options?:
|
|
21768
|
+
userControllerSetSelectedDomain(domainId: string, options?: any): AxiosPromise<void>;
|
|
21608
21769
|
/**
|
|
21609
21770
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerUpdate`
|
|
21610
21771
|
* @summary Update
|
|
@@ -21613,7 +21774,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21613
21774
|
* @param {*} [options] Override http request option.
|
|
21614
21775
|
* @throws {RequiredError}
|
|
21615
21776
|
*/
|
|
21616
|
-
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?:
|
|
21777
|
+
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
21617
21778
|
};
|
|
21618
21779
|
/**
|
|
21619
21780
|
* UserApi - object-oriented interface
|
|
@@ -21856,7 +22017,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21856
22017
|
* @param {*} [options] Override http request option.
|
|
21857
22018
|
* @throws {RequiredError}
|
|
21858
22019
|
*/
|
|
21859
|
-
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?:
|
|
22020
|
+
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21860
22021
|
/**
|
|
21861
22022
|
* Required permissions: `MANAGE_VARIABLES`<br> OperationId: `VariableControllerDelete`
|
|
21862
22023
|
* @summary Delete
|
|
@@ -21864,7 +22025,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21864
22025
|
* @param {*} [options] Override http request option.
|
|
21865
22026
|
* @throws {RequiredError}
|
|
21866
22027
|
*/
|
|
21867
|
-
variableControllerDelete(id: string, options?:
|
|
22028
|
+
variableControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
21868
22029
|
/**
|
|
21869
22030
|
* Required permissions: `READ_VARIABLES`<br> OperationId: `VariableControllerFindOne`
|
|
21870
22031
|
* @summary Find one
|
|
@@ -21872,7 +22033,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21872
22033
|
* @param {*} [options] Override http request option.
|
|
21873
22034
|
* @throws {RequiredError}
|
|
21874
22035
|
*/
|
|
21875
|
-
variableControllerFindOne(id: string, options?:
|
|
22036
|
+
variableControllerFindOne(id: string, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21876
22037
|
/**
|
|
21877
22038
|
* Search variables Required permissions: `READ_VARIABLES`<br> OperationId: `VariableControllerSearch`
|
|
21878
22039
|
* @summary Search
|
|
@@ -21880,7 +22041,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21880
22041
|
* @param {*} [options] Override http request option.
|
|
21881
22042
|
* @throws {RequiredError}
|
|
21882
22043
|
*/
|
|
21883
|
-
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?:
|
|
22044
|
+
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?: any): AxiosPromise<VariableOutputArrayDTOAPI>;
|
|
21884
22045
|
/**
|
|
21885
22046
|
* Required permissions: `MANAGE_VARIABLES`<br> OperationId: `VariableControllerUpdate`
|
|
21886
22047
|
* @summary Update
|
|
@@ -21889,7 +22050,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21889
22050
|
* @param {*} [options] Override http request option.
|
|
21890
22051
|
* @throws {RequiredError}
|
|
21891
22052
|
*/
|
|
21892
|
-
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?:
|
|
22053
|
+
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21893
22054
|
};
|
|
21894
22055
|
/**
|
|
21895
22056
|
* VariableApi - object-oriented interface
|