@takaro/apiclient 0.0.0-dev.7322b11 → 0.0.0-dev.789f690
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 +1104 -407
- package/dist/generated/api.d.ts.map +1 -1
- package/dist/generated/api.js +1130 -604
- package/dist/generated/api.js.map +1 -1
- package/dist/generated/base.d.ts +1 -1
- package/dist/generated/base.js +1 -1
- package/dist/generated/common.d.ts +1 -1
- package/dist/generated/common.js +1 -1
- package/dist/generated/configuration.d.ts +1 -1
- package/dist/generated/configuration.js +1 -1
- package/dist/generated/index.d.ts +1 -1
- package/dist/generated/index.js +1 -1
- package/dist/lib/client.d.ts +2 -1
- package/dist/lib/client.d.ts.map +1 -1
- package/dist/lib/client.js +6 -1
- package/dist/lib/client.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/api.ts +2183 -1349
- package/src/generated/base.ts +1 -1
- package/src/generated/common.ts +1 -1
- package/src/generated/configuration.ts +1 -1
- package/src/generated/index.ts +1 -1
- package/src/lib/client.ts +11 -0
package/dist/generated/api.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Takaro
|
|
2
|
+
* Takaro API
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
5
|
* The version of the OpenAPI document: 0.0.0
|
|
@@ -52,16 +52,16 @@ export interface ActivityInputDTO {
|
|
|
52
52
|
dataType: ActivityInputDTODataTypeEnum;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
|
-
* @type {
|
|
55
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
56
56
|
* @memberof ActivityInputDTO
|
|
57
57
|
*/
|
|
58
|
-
startDate?:
|
|
58
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
|
-
* @type {
|
|
61
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
62
62
|
* @memberof ActivityInputDTO
|
|
63
63
|
*/
|
|
64
|
-
endDate?:
|
|
64
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
65
65
|
}
|
|
66
66
|
export declare const ActivityInputDTOTimeTypeEnum: {
|
|
67
67
|
readonly Daily: "daily";
|
|
@@ -527,16 +527,16 @@ export interface BaseGameEvent {
|
|
|
527
527
|
export interface BaseStatsInputDTO {
|
|
528
528
|
/**
|
|
529
529
|
*
|
|
530
|
-
* @type {
|
|
530
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
531
531
|
* @memberof BaseStatsInputDTO
|
|
532
532
|
*/
|
|
533
|
-
startDate?:
|
|
533
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
534
534
|
/**
|
|
535
535
|
*
|
|
536
|
-
* @type {
|
|
536
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
537
537
|
* @memberof BaseStatsInputDTO
|
|
538
538
|
*/
|
|
539
|
-
endDate?:
|
|
539
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
540
540
|
}
|
|
541
541
|
/**
|
|
542
542
|
*
|
|
@@ -2849,6 +2849,7 @@ export declare const EventCreateDTOEventNameEnum: {
|
|
|
2849
2849
|
readonly PlayerBanned: "player-banned";
|
|
2850
2850
|
readonly PlayerUnbanned: "player-unbanned";
|
|
2851
2851
|
readonly PlayerDeleted: "player-deleted";
|
|
2852
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
2852
2853
|
readonly PlayerConnected: "player-connected";
|
|
2853
2854
|
readonly PlayerDisconnected: "player-disconnected";
|
|
2854
2855
|
readonly ChatMessage: "chat-message";
|
|
@@ -3120,6 +3121,7 @@ export declare const EventOutputDTOEventNameEnum: {
|
|
|
3120
3121
|
readonly PlayerBanned: "player-banned";
|
|
3121
3122
|
readonly PlayerUnbanned: "player-unbanned";
|
|
3122
3123
|
readonly PlayerDeleted: "player-deleted";
|
|
3124
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
3123
3125
|
readonly PlayerConnected: "player-connected";
|
|
3124
3126
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3125
3127
|
readonly ChatMessage: "chat-message";
|
|
@@ -3131,7 +3133,7 @@ export type EventOutputDTOEventNameEnum = (typeof EventOutputDTOEventNameEnum)[k
|
|
|
3131
3133
|
* @type EventOutputDTOMeta
|
|
3132
3134
|
* @export
|
|
3133
3135
|
*/
|
|
3134
|
-
export type EventOutputDTOMeta = EventChatMessage | EventEntityKilled | EventLogLine | EventPlayerConnected | EventPlayerDeath | EventPlayerDisconnected | HookEventDiscordMessage | TakaroEventCommandExecuted | TakaroEventCommandExecutionDenied | TakaroEventCronjobExecuted | TakaroEventCurrencyAdded | TakaroEventCurrencyDeducted | TakaroEventCurrencyResetAll | TakaroEventGameserverCreated | TakaroEventGameserverDeleted | TakaroEventGameserverUpdated | TakaroEventHookExecuted | TakaroEventModuleCreated | TakaroEventModuleDeleted | TakaroEventModuleInstalled | TakaroEventModuleUninstalled | TakaroEventModuleUpdated | TakaroEventPlayerBanned | TakaroEventPlayerCreated | TakaroEventPlayerDeleted | TakaroEventPlayerLinked | TakaroEventPlayerNewIpDetected | TakaroEventPlayerNewNameDetected | TakaroEventPlayerUnbanned | TakaroEventRoleAssigned | TakaroEventRoleCreated | TakaroEventRoleDeleted | TakaroEventRoleRemoved | TakaroEventRoleUpdated | TakaroEventServerStatusChanged | TakaroEventSettingsSet | TakaroEventShopListingCreated | TakaroEventShopListingDeleted | TakaroEventShopListingUpdated | TakaroEventShopOrderCreated | TakaroEventShopOrderDeliveryFailed | TakaroEventShopOrderStatusChanged;
|
|
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;
|
|
3135
3137
|
/**
|
|
3136
3138
|
*
|
|
3137
3139
|
* @export
|
|
@@ -3304,6 +3306,7 @@ export declare const EventSearchInputAllowedFiltersEventNameEnum: {
|
|
|
3304
3306
|
readonly PlayerBanned: "player-banned";
|
|
3305
3307
|
readonly PlayerUnbanned: "player-unbanned";
|
|
3306
3308
|
readonly PlayerDeleted: "player-deleted";
|
|
3309
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
3307
3310
|
readonly PlayerConnected: "player-connected";
|
|
3308
3311
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3309
3312
|
readonly ChatMessage: "chat-message";
|
|
@@ -3434,16 +3437,16 @@ export interface EventsCountInputDTO {
|
|
|
3434
3437
|
bucketStep: EventsCountInputDTOBucketStepEnum;
|
|
3435
3438
|
/**
|
|
3436
3439
|
*
|
|
3437
|
-
* @type {
|
|
3440
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
3438
3441
|
* @memberof EventsCountInputDTO
|
|
3439
3442
|
*/
|
|
3440
|
-
startDate?:
|
|
3443
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
3441
3444
|
/**
|
|
3442
3445
|
*
|
|
3443
|
-
* @type {
|
|
3446
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
3444
3447
|
* @memberof EventsCountInputDTO
|
|
3445
3448
|
*/
|
|
3446
|
-
endDate?:
|
|
3449
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
3447
3450
|
}
|
|
3448
3451
|
export declare const EventsCountInputDTOEventNameEnum: {
|
|
3449
3452
|
readonly RoleAssigned: "role-assigned";
|
|
@@ -3481,6 +3484,7 @@ export declare const EventsCountInputDTOEventNameEnum: {
|
|
|
3481
3484
|
readonly PlayerBanned: "player-banned";
|
|
3482
3485
|
readonly PlayerUnbanned: "player-unbanned";
|
|
3483
3486
|
readonly PlayerDeleted: "player-deleted";
|
|
3487
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
3484
3488
|
readonly PlayerConnected: "player-connected";
|
|
3485
3489
|
readonly PlayerDisconnected: "player-disconnected";
|
|
3486
3490
|
readonly ChatMessage: "chat-message";
|
|
@@ -4698,6 +4702,7 @@ export declare const HookCreateDTOEventTypeEnum: {
|
|
|
4698
4702
|
readonly PlayerBanned: "player-banned";
|
|
4699
4703
|
readonly PlayerUnbanned: "player-unbanned";
|
|
4700
4704
|
readonly PlayerDeleted: "player-deleted";
|
|
4705
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
4701
4706
|
};
|
|
4702
4707
|
export type HookCreateDTOEventTypeEnum = (typeof HookCreateDTOEventTypeEnum)[keyof typeof HookCreateDTOEventTypeEnum];
|
|
4703
4708
|
/**
|
|
@@ -4854,6 +4859,7 @@ export declare const HookOutputDTOEventTypeEnum: {
|
|
|
4854
4859
|
readonly PlayerBanned: "player-banned";
|
|
4855
4860
|
readonly PlayerUnbanned: "player-unbanned";
|
|
4856
4861
|
readonly PlayerDeleted: "player-deleted";
|
|
4862
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
4857
4863
|
};
|
|
4858
4864
|
export type HookOutputDTOEventTypeEnum = (typeof HookOutputDTOEventTypeEnum)[keyof typeof HookOutputDTOEventTypeEnum];
|
|
4859
4865
|
/**
|
|
@@ -4955,6 +4961,7 @@ export declare const HookSearchInputAllowedFiltersEventTypeEnum: {
|
|
|
4955
4961
|
readonly PlayerBanned: "player-banned";
|
|
4956
4962
|
readonly PlayerUnbanned: "player-unbanned";
|
|
4957
4963
|
readonly PlayerDeleted: "player-deleted";
|
|
4964
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
4958
4965
|
};
|
|
4959
4966
|
export type HookSearchInputAllowedFiltersEventTypeEnum = (typeof HookSearchInputAllowedFiltersEventTypeEnum)[keyof typeof HookSearchInputAllowedFiltersEventTypeEnum];
|
|
4960
4967
|
/**
|
|
@@ -5121,6 +5128,7 @@ export declare const HookTriggerDTOEventTypeEnum: {
|
|
|
5121
5128
|
readonly PlayerBanned: "player-banned";
|
|
5122
5129
|
readonly PlayerUnbanned: "player-unbanned";
|
|
5123
5130
|
readonly PlayerDeleted: "player-deleted";
|
|
5131
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
5124
5132
|
};
|
|
5125
5133
|
export type HookTriggerDTOEventTypeEnum = (typeof HookTriggerDTOEventTypeEnum)[keyof typeof HookTriggerDTOEventTypeEnum];
|
|
5126
5134
|
/**
|
|
@@ -5203,6 +5211,7 @@ export declare const HookUpdateDTOEventTypeEnum: {
|
|
|
5203
5211
|
readonly PlayerBanned: "player-banned";
|
|
5204
5212
|
readonly PlayerUnbanned: "player-unbanned";
|
|
5205
5213
|
readonly PlayerDeleted: "player-deleted";
|
|
5214
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
5206
5215
|
};
|
|
5207
5216
|
export type HookUpdateDTOEventTypeEnum = (typeof HookUpdateDTOEventTypeEnum)[keyof typeof HookUpdateDTOEventTypeEnum];
|
|
5208
5217
|
/**
|
|
@@ -5525,6 +5534,7 @@ export declare const IHookEventTypeEnum: {
|
|
|
5525
5534
|
readonly PlayerBanned: "player-banned";
|
|
5526
5535
|
readonly PlayerUnbanned: "player-unbanned";
|
|
5527
5536
|
readonly PlayerDeleted: "player-deleted";
|
|
5537
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
5528
5538
|
};
|
|
5529
5539
|
export type IHookEventTypeEnum = (typeof IHookEventTypeEnum)[keyof typeof IHookEventTypeEnum];
|
|
5530
5540
|
/**
|
|
@@ -5713,6 +5723,31 @@ export interface IPosition {
|
|
|
5713
5723
|
*/
|
|
5714
5724
|
dimension?: string;
|
|
5715
5725
|
}
|
|
5726
|
+
/**
|
|
5727
|
+
*
|
|
5728
|
+
* @export
|
|
5729
|
+
* @interface IShopAction
|
|
5730
|
+
*/
|
|
5731
|
+
export interface IShopAction {
|
|
5732
|
+
/**
|
|
5733
|
+
*
|
|
5734
|
+
* @type {string}
|
|
5735
|
+
* @memberof IShopAction
|
|
5736
|
+
*/
|
|
5737
|
+
name: string;
|
|
5738
|
+
/**
|
|
5739
|
+
*
|
|
5740
|
+
* @type {string}
|
|
5741
|
+
* @memberof IShopAction
|
|
5742
|
+
*/
|
|
5743
|
+
description?: string;
|
|
5744
|
+
/**
|
|
5745
|
+
*
|
|
5746
|
+
* @type {string}
|
|
5747
|
+
* @memberof IShopAction
|
|
5748
|
+
*/
|
|
5749
|
+
function: string;
|
|
5750
|
+
}
|
|
5716
5751
|
/**
|
|
5717
5752
|
*
|
|
5718
5753
|
* @export
|
|
@@ -6409,16 +6444,16 @@ export interface LatencyInputDTO {
|
|
|
6409
6444
|
gameServerId: string;
|
|
6410
6445
|
/**
|
|
6411
6446
|
*
|
|
6412
|
-
* @type {
|
|
6447
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
6413
6448
|
* @memberof LatencyInputDTO
|
|
6414
6449
|
*/
|
|
6415
|
-
startDate?:
|
|
6450
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
6416
6451
|
/**
|
|
6417
6452
|
*
|
|
6418
|
-
* @type {
|
|
6453
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
6419
6454
|
* @memberof LatencyInputDTO
|
|
6420
6455
|
*/
|
|
6421
|
-
endDate?:
|
|
6456
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
6422
6457
|
}
|
|
6423
6458
|
/**
|
|
6424
6459
|
*
|
|
@@ -6722,10 +6757,10 @@ export interface MessageSendInputDTO {
|
|
|
6722
6757
|
export interface MetadataOutput {
|
|
6723
6758
|
/**
|
|
6724
6759
|
*
|
|
6725
|
-
* @type {
|
|
6760
|
+
* @type {MetadataOutputServerTime}
|
|
6726
6761
|
* @memberof MetadataOutput
|
|
6727
6762
|
*/
|
|
6728
|
-
serverTime:
|
|
6763
|
+
serverTime: MetadataOutputServerTime;
|
|
6729
6764
|
/**
|
|
6730
6765
|
*
|
|
6731
6766
|
* @type {ErrorOutput}
|
|
@@ -6751,6 +6786,11 @@ export interface MetadataOutput {
|
|
|
6751
6786
|
*/
|
|
6752
6787
|
total?: number;
|
|
6753
6788
|
}
|
|
6789
|
+
/**
|
|
6790
|
+
* @type MetadataOutputServerTime
|
|
6791
|
+
* @export
|
|
6792
|
+
*/
|
|
6793
|
+
export type MetadataOutputServerTime = string;
|
|
6754
6794
|
/**
|
|
6755
6795
|
*
|
|
6756
6796
|
* @export
|
|
@@ -7446,6 +7486,12 @@ export interface ModuleTransferVersionDTO {
|
|
|
7446
7486
|
* @memberof ModuleTransferVersionDTO
|
|
7447
7487
|
*/
|
|
7448
7488
|
permissions?: Array<IPermission>;
|
|
7489
|
+
/**
|
|
7490
|
+
*
|
|
7491
|
+
* @type {Array<IShopAction>}
|
|
7492
|
+
* @memberof ModuleTransferVersionDTO
|
|
7493
|
+
*/
|
|
7494
|
+
shopActions?: Array<IShopAction>;
|
|
7449
7495
|
}
|
|
7450
7496
|
/**
|
|
7451
7497
|
*
|
|
@@ -7594,6 +7640,12 @@ export interface ModuleVersionOutputDTO {
|
|
|
7594
7640
|
* @memberof ModuleVersionOutputDTO
|
|
7595
7641
|
*/
|
|
7596
7642
|
permissions: Array<PermissionOutputDTO>;
|
|
7643
|
+
/**
|
|
7644
|
+
*
|
|
7645
|
+
* @type {Array<ShopActionOutputDTO>}
|
|
7646
|
+
* @memberof ModuleVersionOutputDTO
|
|
7647
|
+
*/
|
|
7648
|
+
shopActions: Array<ShopActionOutputDTO>;
|
|
7597
7649
|
/**
|
|
7598
7650
|
*
|
|
7599
7651
|
* @type {string}
|
|
@@ -7854,16 +7906,16 @@ export interface OptionalPogStatsInputDTO {
|
|
|
7854
7906
|
playerId?: string;
|
|
7855
7907
|
/**
|
|
7856
7908
|
*
|
|
7857
|
-
* @type {
|
|
7909
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
7858
7910
|
* @memberof OptionalPogStatsInputDTO
|
|
7859
7911
|
*/
|
|
7860
|
-
startDate?:
|
|
7912
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
7861
7913
|
/**
|
|
7862
7914
|
*
|
|
7863
|
-
* @type {
|
|
7915
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
7864
7916
|
* @memberof OptionalPogStatsInputDTO
|
|
7865
7917
|
*/
|
|
7866
|
-
endDate?:
|
|
7918
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
7867
7919
|
}
|
|
7868
7920
|
/**
|
|
7869
7921
|
*
|
|
@@ -8003,6 +8055,19 @@ export interface PaginationParamsWithGameServer {
|
|
|
8003
8055
|
*/
|
|
8004
8056
|
limit?: number;
|
|
8005
8057
|
}
|
|
8058
|
+
/**
|
|
8059
|
+
*
|
|
8060
|
+
* @export
|
|
8061
|
+
* @interface ParamGameServerId
|
|
8062
|
+
*/
|
|
8063
|
+
export interface ParamGameServerId {
|
|
8064
|
+
/**
|
|
8065
|
+
*
|
|
8066
|
+
* @type {string}
|
|
8067
|
+
* @memberof ParamGameServerId
|
|
8068
|
+
*/
|
|
8069
|
+
gameServerId: string;
|
|
8070
|
+
}
|
|
8006
8071
|
/**
|
|
8007
8072
|
*
|
|
8008
8073
|
* @export
|
|
@@ -8448,6 +8513,12 @@ export interface PlayerInventoryHistoryInputDTO {
|
|
|
8448
8513
|
* @memberof PlayerInventoryHistoryInputDTO
|
|
8449
8514
|
*/
|
|
8450
8515
|
playerId: string;
|
|
8516
|
+
/**
|
|
8517
|
+
*
|
|
8518
|
+
* @type {string}
|
|
8519
|
+
* @memberof PlayerInventoryHistoryInputDTO
|
|
8520
|
+
*/
|
|
8521
|
+
gameServerId: string;
|
|
8451
8522
|
/**
|
|
8452
8523
|
*
|
|
8453
8524
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -8890,6 +8961,12 @@ export interface PlayerOnGameServerSetCurrencyInputDTO {
|
|
|
8890
8961
|
* @memberof PlayerOnGameServerSetCurrencyInputDTO
|
|
8891
8962
|
*/
|
|
8892
8963
|
currency: number;
|
|
8964
|
+
/**
|
|
8965
|
+
*
|
|
8966
|
+
* @type {string}
|
|
8967
|
+
* @memberof PlayerOnGameServerSetCurrencyInputDTO
|
|
8968
|
+
*/
|
|
8969
|
+
reason?: string;
|
|
8893
8970
|
}
|
|
8894
8971
|
/**
|
|
8895
8972
|
*
|
|
@@ -9895,16 +9972,16 @@ export interface PlayersOnlineInputDTO {
|
|
|
9895
9972
|
gameServerId?: string;
|
|
9896
9973
|
/**
|
|
9897
9974
|
*
|
|
9898
|
-
* @type {
|
|
9975
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
9899
9976
|
* @memberof PlayersOnlineInputDTO
|
|
9900
9977
|
*/
|
|
9901
|
-
startDate?:
|
|
9978
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
9902
9979
|
/**
|
|
9903
9980
|
*
|
|
9904
|
-
* @type {
|
|
9981
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
9905
9982
|
* @memberof PlayersOnlineInputDTO
|
|
9906
9983
|
*/
|
|
9907
|
-
endDate?:
|
|
9984
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
9908
9985
|
}
|
|
9909
9986
|
/**
|
|
9910
9987
|
*
|
|
@@ -10021,16 +10098,16 @@ export interface PogStatsInputDTO {
|
|
|
10021
10098
|
playerId: string;
|
|
10022
10099
|
/**
|
|
10023
10100
|
*
|
|
10024
|
-
* @type {
|
|
10101
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
10025
10102
|
* @memberof PogStatsInputDTO
|
|
10026
10103
|
*/
|
|
10027
|
-
startDate?:
|
|
10104
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
10028
10105
|
/**
|
|
10029
10106
|
*
|
|
10030
|
-
* @type {
|
|
10107
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
10031
10108
|
* @memberof PogStatsInputDTO
|
|
10032
10109
|
*/
|
|
10033
|
-
endDate?:
|
|
10110
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
10034
10111
|
}
|
|
10035
10112
|
/**
|
|
10036
10113
|
*
|
|
@@ -10910,252 +10987,505 @@ export interface SettingsSetDTO {
|
|
|
10910
10987
|
/**
|
|
10911
10988
|
*
|
|
10912
10989
|
* @export
|
|
10913
|
-
* @interface
|
|
10990
|
+
* @interface ShopActionCreateDTO
|
|
10914
10991
|
*/
|
|
10915
|
-
export interface
|
|
10992
|
+
export interface ShopActionCreateDTO {
|
|
10916
10993
|
/**
|
|
10917
10994
|
*
|
|
10918
|
-
* @type {
|
|
10919
|
-
* @memberof
|
|
10995
|
+
* @type {string}
|
|
10996
|
+
* @memberof ShopActionCreateDTO
|
|
10920
10997
|
*/
|
|
10921
|
-
|
|
10998
|
+
name: string;
|
|
10922
10999
|
/**
|
|
10923
11000
|
*
|
|
10924
|
-
* @type {
|
|
10925
|
-
* @memberof
|
|
11001
|
+
* @type {string}
|
|
11002
|
+
* @memberof ShopActionCreateDTO
|
|
10926
11003
|
*/
|
|
10927
|
-
|
|
11004
|
+
description?: string;
|
|
10928
11005
|
/**
|
|
10929
11006
|
*
|
|
10930
|
-
* @type {
|
|
10931
|
-
* @memberof
|
|
11007
|
+
* @type {string}
|
|
11008
|
+
* @memberof ShopActionCreateDTO
|
|
10932
11009
|
*/
|
|
10933
|
-
|
|
11010
|
+
versionId: string;
|
|
11011
|
+
/**
|
|
11012
|
+
*
|
|
11013
|
+
* @type {string}
|
|
11014
|
+
* @memberof ShopActionCreateDTO
|
|
11015
|
+
*/
|
|
11016
|
+
function?: string;
|
|
10934
11017
|
}
|
|
10935
11018
|
/**
|
|
10936
11019
|
*
|
|
10937
11020
|
* @export
|
|
10938
|
-
* @interface
|
|
11021
|
+
* @interface ShopActionOutputArrayDTOAPI
|
|
10939
11022
|
*/
|
|
10940
|
-
export interface
|
|
11023
|
+
export interface ShopActionOutputArrayDTOAPI {
|
|
10941
11024
|
/**
|
|
10942
11025
|
*
|
|
10943
|
-
* @type {
|
|
10944
|
-
* @memberof
|
|
11026
|
+
* @type {Array<ShopActionOutputDTO>}
|
|
11027
|
+
* @memberof ShopActionOutputArrayDTOAPI
|
|
10945
11028
|
*/
|
|
10946
|
-
|
|
11029
|
+
data: Array<ShopActionOutputDTO>;
|
|
10947
11030
|
/**
|
|
10948
11031
|
*
|
|
10949
|
-
* @type {
|
|
10950
|
-
* @memberof
|
|
11032
|
+
* @type {MetadataOutput}
|
|
11033
|
+
* @memberof ShopActionOutputArrayDTOAPI
|
|
10951
11034
|
*/
|
|
10952
|
-
|
|
11035
|
+
meta: MetadataOutput;
|
|
11036
|
+
}
|
|
11037
|
+
/**
|
|
11038
|
+
*
|
|
11039
|
+
* @export
|
|
11040
|
+
* @interface ShopActionOutputDTO
|
|
11041
|
+
*/
|
|
11042
|
+
export interface ShopActionOutputDTO {
|
|
10953
11043
|
/**
|
|
10954
11044
|
*
|
|
10955
|
-
* @type {
|
|
10956
|
-
* @memberof
|
|
11045
|
+
* @type {string}
|
|
11046
|
+
* @memberof ShopActionOutputDTO
|
|
10957
11047
|
*/
|
|
10958
|
-
|
|
11048
|
+
name: string;
|
|
10959
11049
|
/**
|
|
10960
11050
|
*
|
|
10961
|
-
* @type {
|
|
10962
|
-
* @memberof
|
|
11051
|
+
* @type {string}
|
|
11052
|
+
* @memberof ShopActionOutputDTO
|
|
10963
11053
|
*/
|
|
10964
|
-
|
|
11054
|
+
description?: string;
|
|
10965
11055
|
/**
|
|
10966
11056
|
*
|
|
10967
|
-
* @type {
|
|
10968
|
-
* @memberof
|
|
11057
|
+
* @type {FunctionOutputDTO}
|
|
11058
|
+
* @memberof ShopActionOutputDTO
|
|
10969
11059
|
*/
|
|
10970
|
-
|
|
11060
|
+
function: FunctionOutputDTO;
|
|
10971
11061
|
/**
|
|
10972
11062
|
*
|
|
10973
|
-
* @type {
|
|
10974
|
-
* @memberof
|
|
11063
|
+
* @type {string}
|
|
11064
|
+
* @memberof ShopActionOutputDTO
|
|
10975
11065
|
*/
|
|
10976
|
-
|
|
11066
|
+
versionId: string;
|
|
10977
11067
|
/**
|
|
10978
11068
|
*
|
|
10979
11069
|
* @type {string}
|
|
10980
|
-
* @memberof
|
|
11070
|
+
* @memberof ShopActionOutputDTO
|
|
10981
11071
|
*/
|
|
10982
|
-
|
|
11072
|
+
id: string;
|
|
10983
11073
|
/**
|
|
10984
11074
|
*
|
|
10985
|
-
* @type {
|
|
10986
|
-
* @memberof
|
|
11075
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
11076
|
+
* @memberof ShopActionOutputDTO
|
|
10987
11077
|
*/
|
|
10988
|
-
|
|
11078
|
+
createdAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
10989
11079
|
/**
|
|
10990
11080
|
*
|
|
10991
|
-
* @type {
|
|
10992
|
-
* @memberof
|
|
11081
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
11082
|
+
* @memberof ShopActionOutputDTO
|
|
10993
11083
|
*/
|
|
10994
|
-
|
|
11084
|
+
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
10995
11085
|
}
|
|
10996
11086
|
/**
|
|
10997
11087
|
*
|
|
10998
11088
|
* @export
|
|
10999
|
-
* @interface
|
|
11089
|
+
* @interface ShopActionOutputDTOAPI
|
|
11000
11090
|
*/
|
|
11001
|
-
export interface
|
|
11091
|
+
export interface ShopActionOutputDTOAPI {
|
|
11002
11092
|
/**
|
|
11003
11093
|
*
|
|
11004
|
-
* @type {
|
|
11005
|
-
* @memberof
|
|
11094
|
+
* @type {ShopActionOutputDTO}
|
|
11095
|
+
* @memberof ShopActionOutputDTOAPI
|
|
11006
11096
|
*/
|
|
11007
|
-
data:
|
|
11097
|
+
data: ShopActionOutputDTO;
|
|
11008
11098
|
/**
|
|
11009
11099
|
*
|
|
11010
11100
|
* @type {MetadataOutput}
|
|
11011
|
-
* @memberof
|
|
11101
|
+
* @memberof ShopActionOutputDTOAPI
|
|
11012
11102
|
*/
|
|
11013
11103
|
meta: MetadataOutput;
|
|
11014
11104
|
}
|
|
11015
11105
|
/**
|
|
11016
11106
|
*
|
|
11017
11107
|
* @export
|
|
11018
|
-
* @interface
|
|
11108
|
+
* @interface ShopActionSearchInputAllowedFilters
|
|
11019
11109
|
*/
|
|
11020
|
-
export interface
|
|
11110
|
+
export interface ShopActionSearchInputAllowedFilters {
|
|
11021
11111
|
/**
|
|
11022
11112
|
*
|
|
11023
11113
|
* @type {Array<string>}
|
|
11024
|
-
* @memberof
|
|
11114
|
+
* @memberof ShopActionSearchInputAllowedFilters
|
|
11025
11115
|
*/
|
|
11026
|
-
|
|
11116
|
+
moduleId?: Array<string>;
|
|
11027
11117
|
/**
|
|
11028
11118
|
*
|
|
11029
|
-
* @type {string}
|
|
11030
|
-
* @memberof
|
|
11119
|
+
* @type {Array<string>}
|
|
11120
|
+
* @memberof ShopActionSearchInputAllowedFilters
|
|
11031
11121
|
*/
|
|
11032
|
-
|
|
11033
|
-
}
|
|
11034
|
-
export declare const ShopAnalyticsQueryDTOPeriodEnum: {
|
|
11035
|
-
readonly Last24Hours: "last24Hours";
|
|
11036
|
-
readonly Last7Days: "last7Days";
|
|
11037
|
-
readonly Last30Days: "last30Days";
|
|
11038
|
-
readonly Last90Days: "last90Days";
|
|
11039
|
-
};
|
|
11040
|
-
export type ShopAnalyticsQueryDTOPeriodEnum = (typeof ShopAnalyticsQueryDTOPeriodEnum)[keyof typeof ShopAnalyticsQueryDTOPeriodEnum];
|
|
11041
|
-
/**
|
|
11042
|
-
*
|
|
11043
|
-
* @export
|
|
11044
|
-
* @interface ShopCategoryBulkAssignDTO
|
|
11045
|
-
*/
|
|
11046
|
-
export interface ShopCategoryBulkAssignDTO {
|
|
11122
|
+
versionId?: Array<string>;
|
|
11047
11123
|
/**
|
|
11048
11124
|
*
|
|
11049
11125
|
* @type {Array<string>}
|
|
11050
|
-
* @memberof
|
|
11126
|
+
* @memberof ShopActionSearchInputAllowedFilters
|
|
11051
11127
|
*/
|
|
11052
|
-
|
|
11128
|
+
name?: Array<string>;
|
|
11053
11129
|
/**
|
|
11054
11130
|
*
|
|
11055
11131
|
* @type {Array<string>}
|
|
11056
|
-
* @memberof
|
|
11132
|
+
* @memberof ShopActionSearchInputAllowedFilters
|
|
11057
11133
|
*/
|
|
11058
|
-
|
|
11134
|
+
id?: Array<string>;
|
|
11135
|
+
}
|
|
11136
|
+
/**
|
|
11137
|
+
*
|
|
11138
|
+
* @export
|
|
11139
|
+
* @interface ShopActionSearchInputAllowedSearch
|
|
11140
|
+
*/
|
|
11141
|
+
export interface ShopActionSearchInputAllowedSearch {
|
|
11059
11142
|
/**
|
|
11060
11143
|
*
|
|
11061
11144
|
* @type {Array<string>}
|
|
11062
|
-
* @memberof
|
|
11145
|
+
* @memberof ShopActionSearchInputAllowedSearch
|
|
11063
11146
|
*/
|
|
11064
|
-
|
|
11147
|
+
name?: Array<string>;
|
|
11065
11148
|
}
|
|
11066
11149
|
/**
|
|
11067
11150
|
*
|
|
11068
11151
|
* @export
|
|
11069
|
-
* @interface
|
|
11152
|
+
* @interface ShopActionSearchInputDTO
|
|
11070
11153
|
*/
|
|
11071
|
-
export interface
|
|
11154
|
+
export interface ShopActionSearchInputDTO {
|
|
11072
11155
|
/**
|
|
11073
11156
|
*
|
|
11074
|
-
* @type {
|
|
11075
|
-
* @memberof
|
|
11157
|
+
* @type {ShopActionSearchInputAllowedFilters}
|
|
11158
|
+
* @memberof ShopActionSearchInputDTO
|
|
11076
11159
|
*/
|
|
11077
|
-
|
|
11160
|
+
filters?: ShopActionSearchInputAllowedFilters;
|
|
11078
11161
|
/**
|
|
11079
11162
|
*
|
|
11080
|
-
* @type {
|
|
11081
|
-
* @memberof
|
|
11163
|
+
* @type {ShopActionSearchInputAllowedSearch}
|
|
11164
|
+
* @memberof ShopActionSearchInputDTO
|
|
11082
11165
|
*/
|
|
11083
|
-
|
|
11166
|
+
search?: ShopActionSearchInputAllowedSearch;
|
|
11084
11167
|
/**
|
|
11085
11168
|
*
|
|
11086
|
-
* @type {
|
|
11087
|
-
* @memberof
|
|
11169
|
+
* @type {any}
|
|
11170
|
+
* @memberof ShopActionSearchInputDTO
|
|
11088
11171
|
*/
|
|
11089
|
-
|
|
11090
|
-
}
|
|
11091
|
-
/**
|
|
11092
|
-
*
|
|
11093
|
-
* @export
|
|
11094
|
-
* @interface ShopCategoryMoveDTO
|
|
11095
|
-
*/
|
|
11096
|
-
export interface ShopCategoryMoveDTO {
|
|
11172
|
+
greaterThan?: any;
|
|
11097
11173
|
/**
|
|
11098
11174
|
*
|
|
11099
|
-
* @type {
|
|
11100
|
-
* @memberof
|
|
11175
|
+
* @type {any}
|
|
11176
|
+
* @memberof ShopActionSearchInputDTO
|
|
11101
11177
|
*/
|
|
11102
|
-
|
|
11103
|
-
}
|
|
11104
|
-
/**
|
|
11105
|
-
*
|
|
11106
|
-
* @export
|
|
11107
|
-
* @interface ShopCategoryOutputArrayDTOAPI
|
|
11108
|
-
*/
|
|
11109
|
-
export interface ShopCategoryOutputArrayDTOAPI {
|
|
11178
|
+
lessThan?: any;
|
|
11110
11179
|
/**
|
|
11111
11180
|
*
|
|
11112
|
-
* @type {
|
|
11113
|
-
* @memberof
|
|
11181
|
+
* @type {number}
|
|
11182
|
+
* @memberof ShopActionSearchInputDTO
|
|
11114
11183
|
*/
|
|
11115
|
-
|
|
11184
|
+
page?: number;
|
|
11116
11185
|
/**
|
|
11117
11186
|
*
|
|
11118
|
-
* @type {
|
|
11119
|
-
* @memberof
|
|
11187
|
+
* @type {number}
|
|
11188
|
+
* @memberof ShopActionSearchInputDTO
|
|
11120
11189
|
*/
|
|
11121
|
-
|
|
11122
|
-
}
|
|
11123
|
-
/**
|
|
11124
|
-
*
|
|
11125
|
-
* @export
|
|
11126
|
-
* @interface ShopCategoryOutputDTO
|
|
11127
|
-
*/
|
|
11128
|
-
export interface ShopCategoryOutputDTO {
|
|
11190
|
+
limit?: number;
|
|
11129
11191
|
/**
|
|
11130
11192
|
*
|
|
11131
11193
|
* @type {string}
|
|
11132
|
-
* @memberof
|
|
11194
|
+
* @memberof ShopActionSearchInputDTO
|
|
11133
11195
|
*/
|
|
11134
|
-
|
|
11196
|
+
sortBy?: string;
|
|
11135
11197
|
/**
|
|
11136
11198
|
*
|
|
11137
11199
|
* @type {string}
|
|
11138
|
-
* @memberof
|
|
11200
|
+
* @memberof ShopActionSearchInputDTO
|
|
11139
11201
|
*/
|
|
11140
|
-
|
|
11202
|
+
sortDirection?: ShopActionSearchInputDTOSortDirectionEnum;
|
|
11141
11203
|
/**
|
|
11142
11204
|
*
|
|
11143
|
-
* @type {string}
|
|
11144
|
-
* @memberof
|
|
11205
|
+
* @type {Array<string>}
|
|
11206
|
+
* @memberof ShopActionSearchInputDTO
|
|
11145
11207
|
*/
|
|
11146
|
-
|
|
11208
|
+
extend?: Array<string>;
|
|
11209
|
+
}
|
|
11210
|
+
export declare const ShopActionSearchInputDTOSortDirectionEnum: {
|
|
11211
|
+
readonly Asc: "asc";
|
|
11212
|
+
readonly Desc: "desc";
|
|
11213
|
+
};
|
|
11214
|
+
export type ShopActionSearchInputDTOSortDirectionEnum = (typeof ShopActionSearchInputDTOSortDirectionEnum)[keyof typeof ShopActionSearchInputDTOSortDirectionEnum];
|
|
11215
|
+
/**
|
|
11216
|
+
*
|
|
11217
|
+
* @export
|
|
11218
|
+
* @interface ShopActionUpdateDTO
|
|
11219
|
+
*/
|
|
11220
|
+
export interface ShopActionUpdateDTO {
|
|
11147
11221
|
/**
|
|
11148
11222
|
*
|
|
11149
11223
|
* @type {string}
|
|
11150
|
-
* @memberof
|
|
11224
|
+
* @memberof ShopActionUpdateDTO
|
|
11151
11225
|
*/
|
|
11152
|
-
|
|
11226
|
+
name?: string;
|
|
11153
11227
|
/**
|
|
11154
11228
|
*
|
|
11155
|
-
* @type {
|
|
11156
|
-
* @memberof
|
|
11229
|
+
* @type {string}
|
|
11230
|
+
* @memberof ShopActionUpdateDTO
|
|
11157
11231
|
*/
|
|
11158
|
-
|
|
11232
|
+
description?: string;
|
|
11233
|
+
/**
|
|
11234
|
+
*
|
|
11235
|
+
* @type {string}
|
|
11236
|
+
* @memberof ShopActionUpdateDTO
|
|
11237
|
+
*/
|
|
11238
|
+
function?: string;
|
|
11239
|
+
}
|
|
11240
|
+
/**
|
|
11241
|
+
*
|
|
11242
|
+
* @export
|
|
11243
|
+
* @interface ShopAnalyticsInputDTO
|
|
11244
|
+
*/
|
|
11245
|
+
export interface ShopAnalyticsInputDTO {
|
|
11246
|
+
/**
|
|
11247
|
+
*
|
|
11248
|
+
* @type {Array<string>}
|
|
11249
|
+
* @memberof ShopAnalyticsInputDTO
|
|
11250
|
+
*/
|
|
11251
|
+
gameServerIds?: Array<string>;
|
|
11252
|
+
/**
|
|
11253
|
+
*
|
|
11254
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
11255
|
+
* @memberof ShopAnalyticsInputDTO
|
|
11256
|
+
*/
|
|
11257
|
+
startDate?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
11258
|
+
/**
|
|
11259
|
+
*
|
|
11260
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
11261
|
+
* @memberof ShopAnalyticsInputDTO
|
|
11262
|
+
*/
|
|
11263
|
+
endDate?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
11264
|
+
}
|
|
11265
|
+
/**
|
|
11266
|
+
*
|
|
11267
|
+
* @export
|
|
11268
|
+
* @interface ShopAnalyticsOutputDTO
|
|
11269
|
+
*/
|
|
11270
|
+
export interface ShopAnalyticsOutputDTO {
|
|
11271
|
+
/**
|
|
11272
|
+
*
|
|
11273
|
+
* @type {KPIMetricsDTO}
|
|
11274
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11275
|
+
*/
|
|
11276
|
+
kpis: KPIMetricsDTO;
|
|
11277
|
+
/**
|
|
11278
|
+
*
|
|
11279
|
+
* @type {RevenueMetricsDTO}
|
|
11280
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11281
|
+
*/
|
|
11282
|
+
revenue: RevenueMetricsDTO;
|
|
11283
|
+
/**
|
|
11284
|
+
*
|
|
11285
|
+
* @type {ProductMetricsDTO}
|
|
11286
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11287
|
+
*/
|
|
11288
|
+
products: ProductMetricsDTO;
|
|
11289
|
+
/**
|
|
11290
|
+
*
|
|
11291
|
+
* @type {OrderMetricsDTO}
|
|
11292
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11293
|
+
*/
|
|
11294
|
+
orders: OrderMetricsDTO;
|
|
11295
|
+
/**
|
|
11296
|
+
*
|
|
11297
|
+
* @type {CustomerMetricsDTO}
|
|
11298
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11299
|
+
*/
|
|
11300
|
+
customers: CustomerMetricsDTO;
|
|
11301
|
+
/**
|
|
11302
|
+
*
|
|
11303
|
+
* @type {Array<InsightDTO>}
|
|
11304
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11305
|
+
*/
|
|
11306
|
+
insights: Array<InsightDTO>;
|
|
11307
|
+
/**
|
|
11308
|
+
*
|
|
11309
|
+
* @type {string}
|
|
11310
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11311
|
+
*/
|
|
11312
|
+
lastUpdated: string;
|
|
11313
|
+
/**
|
|
11314
|
+
*
|
|
11315
|
+
* @type {string}
|
|
11316
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11317
|
+
*/
|
|
11318
|
+
dateRange: string;
|
|
11319
|
+
/**
|
|
11320
|
+
*
|
|
11321
|
+
* @type {Array<string>}
|
|
11322
|
+
* @memberof ShopAnalyticsOutputDTO
|
|
11323
|
+
*/
|
|
11324
|
+
gameServerIds?: Array<string>;
|
|
11325
|
+
}
|
|
11326
|
+
/**
|
|
11327
|
+
*
|
|
11328
|
+
* @export
|
|
11329
|
+
* @interface ShopAnalyticsOutputDTOAPI
|
|
11330
|
+
*/
|
|
11331
|
+
export interface ShopAnalyticsOutputDTOAPI {
|
|
11332
|
+
/**
|
|
11333
|
+
*
|
|
11334
|
+
* @type {ShopAnalyticsOutputDTO}
|
|
11335
|
+
* @memberof ShopAnalyticsOutputDTOAPI
|
|
11336
|
+
*/
|
|
11337
|
+
data: ShopAnalyticsOutputDTO;
|
|
11338
|
+
/**
|
|
11339
|
+
*
|
|
11340
|
+
* @type {MetadataOutput}
|
|
11341
|
+
* @memberof ShopAnalyticsOutputDTOAPI
|
|
11342
|
+
*/
|
|
11343
|
+
meta: MetadataOutput;
|
|
11344
|
+
}
|
|
11345
|
+
/**
|
|
11346
|
+
*
|
|
11347
|
+
* @export
|
|
11348
|
+
* @interface ShopAnalyticsQueryDTO
|
|
11349
|
+
*/
|
|
11350
|
+
export interface ShopAnalyticsQueryDTO {
|
|
11351
|
+
/**
|
|
11352
|
+
*
|
|
11353
|
+
* @type {Array<string>}
|
|
11354
|
+
* @memberof ShopAnalyticsQueryDTO
|
|
11355
|
+
*/
|
|
11356
|
+
gameServerIds?: Array<string>;
|
|
11357
|
+
/**
|
|
11358
|
+
*
|
|
11359
|
+
* @type {string}
|
|
11360
|
+
* @memberof ShopAnalyticsQueryDTO
|
|
11361
|
+
*/
|
|
11362
|
+
period?: ShopAnalyticsQueryDTOPeriodEnum;
|
|
11363
|
+
}
|
|
11364
|
+
export declare const ShopAnalyticsQueryDTOPeriodEnum: {
|
|
11365
|
+
readonly Last24Hours: "last24Hours";
|
|
11366
|
+
readonly Last7Days: "last7Days";
|
|
11367
|
+
readonly Last30Days: "last30Days";
|
|
11368
|
+
readonly Last90Days: "last90Days";
|
|
11369
|
+
};
|
|
11370
|
+
export type ShopAnalyticsQueryDTOPeriodEnum = (typeof ShopAnalyticsQueryDTOPeriodEnum)[keyof typeof ShopAnalyticsQueryDTOPeriodEnum];
|
|
11371
|
+
/**
|
|
11372
|
+
*
|
|
11373
|
+
* @export
|
|
11374
|
+
* @interface ShopCategoryBulkAssignDTO
|
|
11375
|
+
*/
|
|
11376
|
+
export interface ShopCategoryBulkAssignDTO {
|
|
11377
|
+
/**
|
|
11378
|
+
*
|
|
11379
|
+
* @type {Array<string>}
|
|
11380
|
+
* @memberof ShopCategoryBulkAssignDTO
|
|
11381
|
+
*/
|
|
11382
|
+
listingIds: Array<string>;
|
|
11383
|
+
/**
|
|
11384
|
+
*
|
|
11385
|
+
* @type {Array<string>}
|
|
11386
|
+
* @memberof ShopCategoryBulkAssignDTO
|
|
11387
|
+
*/
|
|
11388
|
+
addCategoryIds?: Array<string>;
|
|
11389
|
+
/**
|
|
11390
|
+
*
|
|
11391
|
+
* @type {Array<string>}
|
|
11392
|
+
* @memberof ShopCategoryBulkAssignDTO
|
|
11393
|
+
*/
|
|
11394
|
+
removeCategoryIds?: Array<string>;
|
|
11395
|
+
}
|
|
11396
|
+
/**
|
|
11397
|
+
*
|
|
11398
|
+
* @export
|
|
11399
|
+
* @interface ShopCategoryCreateDTO
|
|
11400
|
+
*/
|
|
11401
|
+
export interface ShopCategoryCreateDTO {
|
|
11402
|
+
/**
|
|
11403
|
+
*
|
|
11404
|
+
* @type {string}
|
|
11405
|
+
* @memberof ShopCategoryCreateDTO
|
|
11406
|
+
*/
|
|
11407
|
+
name: string;
|
|
11408
|
+
/**
|
|
11409
|
+
*
|
|
11410
|
+
* @type {string}
|
|
11411
|
+
* @memberof ShopCategoryCreateDTO
|
|
11412
|
+
*/
|
|
11413
|
+
emoji: string;
|
|
11414
|
+
/**
|
|
11415
|
+
*
|
|
11416
|
+
* @type {string}
|
|
11417
|
+
* @memberof ShopCategoryCreateDTO
|
|
11418
|
+
*/
|
|
11419
|
+
parentId?: string;
|
|
11420
|
+
}
|
|
11421
|
+
/**
|
|
11422
|
+
*
|
|
11423
|
+
* @export
|
|
11424
|
+
* @interface ShopCategoryMoveDTO
|
|
11425
|
+
*/
|
|
11426
|
+
export interface ShopCategoryMoveDTO {
|
|
11427
|
+
/**
|
|
11428
|
+
*
|
|
11429
|
+
* @type {string}
|
|
11430
|
+
* @memberof ShopCategoryMoveDTO
|
|
11431
|
+
*/
|
|
11432
|
+
parentId?: string;
|
|
11433
|
+
}
|
|
11434
|
+
/**
|
|
11435
|
+
*
|
|
11436
|
+
* @export
|
|
11437
|
+
* @interface ShopCategoryOutputArrayDTOAPI
|
|
11438
|
+
*/
|
|
11439
|
+
export interface ShopCategoryOutputArrayDTOAPI {
|
|
11440
|
+
/**
|
|
11441
|
+
*
|
|
11442
|
+
* @type {Array<ShopCategoryOutputDTO>}
|
|
11443
|
+
* @memberof ShopCategoryOutputArrayDTOAPI
|
|
11444
|
+
*/
|
|
11445
|
+
data: Array<ShopCategoryOutputDTO>;
|
|
11446
|
+
/**
|
|
11447
|
+
*
|
|
11448
|
+
* @type {MetadataOutput}
|
|
11449
|
+
* @memberof ShopCategoryOutputArrayDTOAPI
|
|
11450
|
+
*/
|
|
11451
|
+
meta: MetadataOutput;
|
|
11452
|
+
}
|
|
11453
|
+
/**
|
|
11454
|
+
*
|
|
11455
|
+
* @export
|
|
11456
|
+
* @interface ShopCategoryOutputDTO
|
|
11457
|
+
*/
|
|
11458
|
+
export interface ShopCategoryOutputDTO {
|
|
11459
|
+
/**
|
|
11460
|
+
*
|
|
11461
|
+
* @type {string}
|
|
11462
|
+
* @memberof ShopCategoryOutputDTO
|
|
11463
|
+
*/
|
|
11464
|
+
id: string;
|
|
11465
|
+
/**
|
|
11466
|
+
*
|
|
11467
|
+
* @type {string}
|
|
11468
|
+
* @memberof ShopCategoryOutputDTO
|
|
11469
|
+
*/
|
|
11470
|
+
name: string;
|
|
11471
|
+
/**
|
|
11472
|
+
*
|
|
11473
|
+
* @type {string}
|
|
11474
|
+
* @memberof ShopCategoryOutputDTO
|
|
11475
|
+
*/
|
|
11476
|
+
emoji: string;
|
|
11477
|
+
/**
|
|
11478
|
+
*
|
|
11479
|
+
* @type {string}
|
|
11480
|
+
* @memberof ShopCategoryOutputDTO
|
|
11481
|
+
*/
|
|
11482
|
+
parentId?: string;
|
|
11483
|
+
/**
|
|
11484
|
+
*
|
|
11485
|
+
* @type {ShopCategoryOutputDTO}
|
|
11486
|
+
* @memberof ShopCategoryOutputDTO
|
|
11487
|
+
*/
|
|
11488
|
+
parent?: ShopCategoryOutputDTO;
|
|
11159
11489
|
/**
|
|
11160
11490
|
*
|
|
11161
11491
|
* @type {Array<ShopCategoryOutputDTO>}
|
|
@@ -11377,7 +11707,7 @@ export interface ShopListingCreateDTO {
|
|
|
11377
11707
|
* @type {Array<ShopListingItemMetaInputDTO>}
|
|
11378
11708
|
* @memberof ShopListingCreateDTO
|
|
11379
11709
|
*/
|
|
11380
|
-
items
|
|
11710
|
+
items?: Array<ShopListingItemMetaInputDTO>;
|
|
11381
11711
|
/**
|
|
11382
11712
|
*
|
|
11383
11713
|
* @type {number}
|
|
@@ -11395,13 +11725,25 @@ export interface ShopListingCreateDTO {
|
|
|
11395
11725
|
* @type {boolean}
|
|
11396
11726
|
* @memberof ShopListingCreateDTO
|
|
11397
11727
|
*/
|
|
11398
|
-
draft?: boolean;
|
|
11728
|
+
draft?: boolean;
|
|
11729
|
+
/**
|
|
11730
|
+
*
|
|
11731
|
+
* @type {string}
|
|
11732
|
+
* @memberof ShopListingCreateDTO
|
|
11733
|
+
*/
|
|
11734
|
+
shopActionId?: string;
|
|
11399
11735
|
/**
|
|
11400
11736
|
*
|
|
11401
11737
|
* @type {Array<string>}
|
|
11402
11738
|
* @memberof ShopListingCreateDTO
|
|
11403
11739
|
*/
|
|
11404
11740
|
categoryIds?: Array<string>;
|
|
11741
|
+
/**
|
|
11742
|
+
*
|
|
11743
|
+
* @type {number}
|
|
11744
|
+
* @memberof ShopListingCreateDTO
|
|
11745
|
+
*/
|
|
11746
|
+
sortOrder?: number;
|
|
11405
11747
|
}
|
|
11406
11748
|
/**
|
|
11407
11749
|
*
|
|
@@ -11532,6 +11874,12 @@ export interface ShopListingOutputDTO {
|
|
|
11532
11874
|
* @memberof ShopListingOutputDTO
|
|
11533
11875
|
*/
|
|
11534
11876
|
name: string;
|
|
11877
|
+
/**
|
|
11878
|
+
*
|
|
11879
|
+
* @type {number}
|
|
11880
|
+
* @memberof ShopListingOutputDTO
|
|
11881
|
+
*/
|
|
11882
|
+
sortOrder: number;
|
|
11535
11883
|
/**
|
|
11536
11884
|
*
|
|
11537
11885
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -11544,6 +11892,12 @@ export interface ShopListingOutputDTO {
|
|
|
11544
11892
|
* @memberof ShopListingOutputDTO
|
|
11545
11893
|
*/
|
|
11546
11894
|
draft: boolean;
|
|
11895
|
+
/**
|
|
11896
|
+
*
|
|
11897
|
+
* @type {string}
|
|
11898
|
+
* @memberof ShopListingOutputDTO
|
|
11899
|
+
*/
|
|
11900
|
+
shopActionId?: string;
|
|
11547
11901
|
/**
|
|
11548
11902
|
*
|
|
11549
11903
|
* @type {Array<ShopCategoryOutputDTO>}
|
|
@@ -11746,12 +12100,24 @@ export interface ShopListingUpdateDTO {
|
|
|
11746
12100
|
* @memberof ShopListingUpdateDTO
|
|
11747
12101
|
*/
|
|
11748
12102
|
name?: string;
|
|
12103
|
+
/**
|
|
12104
|
+
*
|
|
12105
|
+
* @type {number}
|
|
12106
|
+
* @memberof ShopListingUpdateDTO
|
|
12107
|
+
*/
|
|
12108
|
+
sortOrder?: number;
|
|
11749
12109
|
/**
|
|
11750
12110
|
*
|
|
11751
12111
|
* @type {boolean}
|
|
11752
12112
|
* @memberof ShopListingUpdateDTO
|
|
11753
12113
|
*/
|
|
11754
12114
|
draft?: boolean;
|
|
12115
|
+
/**
|
|
12116
|
+
*
|
|
12117
|
+
* @type {string}
|
|
12118
|
+
* @memberof ShopListingUpdateDTO
|
|
12119
|
+
*/
|
|
12120
|
+
shopActionId?: string;
|
|
11755
12121
|
/**
|
|
11756
12122
|
*
|
|
11757
12123
|
* @type {Array<string>}
|
|
@@ -12154,6 +12520,11 @@ export interface SmallModuleVersionOutputDTO {
|
|
|
12154
12520
|
*/
|
|
12155
12521
|
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
12156
12522
|
}
|
|
12523
|
+
/**
|
|
12524
|
+
* @type StatsControllerGetPingStatsStartDateParameter
|
|
12525
|
+
* @export
|
|
12526
|
+
*/
|
|
12527
|
+
export type StatsControllerGetPingStatsStartDateParameter = string;
|
|
12157
12528
|
/**
|
|
12158
12529
|
*
|
|
12159
12530
|
* @export
|
|
@@ -12317,6 +12688,12 @@ export interface TakaroEventCurrencyAdded {
|
|
|
12317
12688
|
* @memberof TakaroEventCurrencyAdded
|
|
12318
12689
|
*/
|
|
12319
12690
|
amount: number;
|
|
12691
|
+
/**
|
|
12692
|
+
*
|
|
12693
|
+
* @type {string}
|
|
12694
|
+
* @memberof TakaroEventCurrencyAdded
|
|
12695
|
+
*/
|
|
12696
|
+
reason?: string;
|
|
12320
12697
|
/**
|
|
12321
12698
|
*
|
|
12322
12699
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -12336,6 +12713,12 @@ export interface TakaroEventCurrencyDeducted {
|
|
|
12336
12713
|
* @memberof TakaroEventCurrencyDeducted
|
|
12337
12714
|
*/
|
|
12338
12715
|
amount: number;
|
|
12716
|
+
/**
|
|
12717
|
+
*
|
|
12718
|
+
* @type {string}
|
|
12719
|
+
* @memberof TakaroEventCurrencyDeducted
|
|
12720
|
+
*/
|
|
12721
|
+
reason?: string;
|
|
12339
12722
|
/**
|
|
12340
12723
|
*
|
|
12341
12724
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -12947,6 +13330,50 @@ export interface TakaroEventSettingsSet {
|
|
|
12947
13330
|
*/
|
|
12948
13331
|
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
12949
13332
|
}
|
|
13333
|
+
/**
|
|
13334
|
+
*
|
|
13335
|
+
* @export
|
|
13336
|
+
* @interface TakaroEventShopActionDetails
|
|
13337
|
+
*/
|
|
13338
|
+
export interface TakaroEventShopActionDetails {
|
|
13339
|
+
/**
|
|
13340
|
+
*
|
|
13341
|
+
* @type {string}
|
|
13342
|
+
* @memberof TakaroEventShopActionDetails
|
|
13343
|
+
*/
|
|
13344
|
+
id: string;
|
|
13345
|
+
/**
|
|
13346
|
+
*
|
|
13347
|
+
* @type {string}
|
|
13348
|
+
* @memberof TakaroEventShopActionDetails
|
|
13349
|
+
*/
|
|
13350
|
+
name: string;
|
|
13351
|
+
}
|
|
13352
|
+
/**
|
|
13353
|
+
*
|
|
13354
|
+
* @export
|
|
13355
|
+
* @interface TakaroEventShopActionExecuted
|
|
13356
|
+
*/
|
|
13357
|
+
export interface TakaroEventShopActionExecuted {
|
|
13358
|
+
/**
|
|
13359
|
+
*
|
|
13360
|
+
* @type {TakaroEventFunctionResult}
|
|
13361
|
+
* @memberof TakaroEventShopActionExecuted
|
|
13362
|
+
*/
|
|
13363
|
+
result: TakaroEventFunctionResult;
|
|
13364
|
+
/**
|
|
13365
|
+
*
|
|
13366
|
+
* @type {TakaroEventShopActionDetails}
|
|
13367
|
+
* @memberof TakaroEventShopActionExecuted
|
|
13368
|
+
*/
|
|
13369
|
+
shopAction?: TakaroEventShopActionDetails;
|
|
13370
|
+
/**
|
|
13371
|
+
*
|
|
13372
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
13373
|
+
* @memberof TakaroEventShopActionExecuted
|
|
13374
|
+
*/
|
|
13375
|
+
timestamp: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
13376
|
+
}
|
|
12950
13377
|
/**
|
|
12951
13378
|
*
|
|
12952
13379
|
* @export
|
|
@@ -14229,7 +14656,7 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
14229
14656
|
* @param {*} [options] Override http request option.
|
|
14230
14657
|
* @throws {RequiredError}
|
|
14231
14658
|
*/
|
|
14232
|
-
analyticsControllerGetShopAnalytics(gameServerIds?: Array<string>, period?: AnalyticsControllerGetShopAnalyticsPeriodEnum, options?:
|
|
14659
|
+
analyticsControllerGetShopAnalytics(gameServerIds?: Array<string>, period?: AnalyticsControllerGetShopAnalyticsPeriodEnum, options?: any): AxiosPromise<ShopAnalyticsOutputDTOAPI>;
|
|
14233
14660
|
};
|
|
14234
14661
|
/**
|
|
14235
14662
|
* AnalyticsApi - object-oriented interface
|
|
@@ -14453,7 +14880,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14453
14880
|
* @param {*} [options] Override http request option.
|
|
14454
14881
|
* @throws {RequiredError}
|
|
14455
14882
|
*/
|
|
14456
|
-
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?:
|
|
14883
|
+
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14457
14884
|
/**
|
|
14458
14885
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerCreateArgument`
|
|
14459
14886
|
* @summary Create argument
|
|
@@ -14461,7 +14888,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14461
14888
|
* @param {*} [options] Override http request option.
|
|
14462
14889
|
* @throws {RequiredError}
|
|
14463
14890
|
*/
|
|
14464
|
-
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?:
|
|
14891
|
+
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?: any): AxiosPromise<CommandArgumentDTOAPI>;
|
|
14465
14892
|
/**
|
|
14466
14893
|
* Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerGetExecutions`
|
|
14467
14894
|
* @summary Get executions
|
|
@@ -14471,7 +14898,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14471
14898
|
* @param {*} [options] Override http request option.
|
|
14472
14899
|
* @throws {RequiredError}
|
|
14473
14900
|
*/
|
|
14474
|
-
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
14901
|
+
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
14475
14902
|
/**
|
|
14476
14903
|
* Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerGetOne`
|
|
14477
14904
|
* @summary Get one
|
|
@@ -14479,7 +14906,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14479
14906
|
* @param {*} [options] Override http request option.
|
|
14480
14907
|
* @throws {RequiredError}
|
|
14481
14908
|
*/
|
|
14482
|
-
commandControllerGetOne(id: string, options?:
|
|
14909
|
+
commandControllerGetOne(id: string, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14483
14910
|
/**
|
|
14484
14911
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerRemove`
|
|
14485
14912
|
* @summary Remove
|
|
@@ -14487,7 +14914,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14487
14914
|
* @param {*} [options] Override http request option.
|
|
14488
14915
|
* @throws {RequiredError}
|
|
14489
14916
|
*/
|
|
14490
|
-
commandControllerRemove(id: string, options?:
|
|
14917
|
+
commandControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
14491
14918
|
/**
|
|
14492
14919
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerRemoveArgument`
|
|
14493
14920
|
* @summary Remove argument
|
|
@@ -14495,7 +14922,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14495
14922
|
* @param {*} [options] Override http request option.
|
|
14496
14923
|
* @throws {RequiredError}
|
|
14497
14924
|
*/
|
|
14498
|
-
commandControllerRemoveArgument(id: string, options?:
|
|
14925
|
+
commandControllerRemoveArgument(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
14499
14926
|
/**
|
|
14500
14927
|
* Search commands Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerSearch`
|
|
14501
14928
|
* @summary Search
|
|
@@ -14503,7 +14930,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14503
14930
|
* @param {*} [options] Override http request option.
|
|
14504
14931
|
* @throws {RequiredError}
|
|
14505
14932
|
*/
|
|
14506
|
-
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?:
|
|
14933
|
+
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?: any): AxiosPromise<CommandOutputArrayDTOAPI>;
|
|
14507
14934
|
/**
|
|
14508
14935
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerTrigger`
|
|
14509
14936
|
* @summary Trigger
|
|
@@ -14512,7 +14939,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14512
14939
|
* @param {*} [options] Override http request option.
|
|
14513
14940
|
* @throws {RequiredError}
|
|
14514
14941
|
*/
|
|
14515
|
-
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?:
|
|
14942
|
+
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?: any): AxiosPromise<void>;
|
|
14516
14943
|
/**
|
|
14517
14944
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerUpdate`
|
|
14518
14945
|
* @summary Update
|
|
@@ -14521,7 +14948,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14521
14948
|
* @param {*} [options] Override http request option.
|
|
14522
14949
|
* @throws {RequiredError}
|
|
14523
14950
|
*/
|
|
14524
|
-
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?:
|
|
14951
|
+
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14525
14952
|
/**
|
|
14526
14953
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerUpdateArgument`
|
|
14527
14954
|
* @summary Update argument
|
|
@@ -14530,7 +14957,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14530
14957
|
* @param {*} [options] Override http request option.
|
|
14531
14958
|
* @throws {RequiredError}
|
|
14532
14959
|
*/
|
|
14533
|
-
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?:
|
|
14960
|
+
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?: any): AxiosPromise<CommandArgumentDTOAPI>;
|
|
14534
14961
|
};
|
|
14535
14962
|
/**
|
|
14536
14963
|
* CommandApi - object-oriented interface
|
|
@@ -14777,7 +15204,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14777
15204
|
* @param {*} [options] Override http request option.
|
|
14778
15205
|
* @throws {RequiredError}
|
|
14779
15206
|
*/
|
|
14780
|
-
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?:
|
|
15207
|
+
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
14781
15208
|
/**
|
|
14782
15209
|
* Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerGetExecutions`
|
|
14783
15210
|
* @summary Get executions
|
|
@@ -14787,7 +15214,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14787
15214
|
* @param {*} [options] Override http request option.
|
|
14788
15215
|
* @throws {RequiredError}
|
|
14789
15216
|
*/
|
|
14790
|
-
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
15217
|
+
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
14791
15218
|
/**
|
|
14792
15219
|
* Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerGetOne`
|
|
14793
15220
|
* @summary Get one
|
|
@@ -14795,7 +15222,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14795
15222
|
* @param {*} [options] Override http request option.
|
|
14796
15223
|
* @throws {RequiredError}
|
|
14797
15224
|
*/
|
|
14798
|
-
cronJobControllerGetOne(id: string, options?:
|
|
15225
|
+
cronJobControllerGetOne(id: string, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
14799
15226
|
/**
|
|
14800
15227
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerRemove`
|
|
14801
15228
|
* @summary Remove
|
|
@@ -14803,7 +15230,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14803
15230
|
* @param {*} [options] Override http request option.
|
|
14804
15231
|
* @throws {RequiredError}
|
|
14805
15232
|
*/
|
|
14806
|
-
cronJobControllerRemove(id: string, options?:
|
|
15233
|
+
cronJobControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
14807
15234
|
/**
|
|
14808
15235
|
* Search cronjobs Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerSearch`
|
|
14809
15236
|
* @summary Search
|
|
@@ -14811,7 +15238,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14811
15238
|
* @param {*} [options] Override http request option.
|
|
14812
15239
|
* @throws {RequiredError}
|
|
14813
15240
|
*/
|
|
14814
|
-
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?:
|
|
15241
|
+
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?: any): AxiosPromise<CronJobOutputArrayDTOAPI>;
|
|
14815
15242
|
/**
|
|
14816
15243
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerTrigger`
|
|
14817
15244
|
* @summary Trigger
|
|
@@ -14819,7 +15246,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14819
15246
|
* @param {*} [options] Override http request option.
|
|
14820
15247
|
* @throws {RequiredError}
|
|
14821
15248
|
*/
|
|
14822
|
-
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?:
|
|
15249
|
+
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?: any): AxiosPromise<void>;
|
|
14823
15250
|
/**
|
|
14824
15251
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerUpdate`
|
|
14825
15252
|
* @summary Update
|
|
@@ -14828,7 +15255,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
14828
15255
|
* @param {*} [options] Override http request option.
|
|
14829
15256
|
* @throws {RequiredError}
|
|
14830
15257
|
*/
|
|
14831
|
-
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?:
|
|
15258
|
+
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
14832
15259
|
};
|
|
14833
15260
|
/**
|
|
14834
15261
|
* CronJobApi - object-oriented interface
|
|
@@ -15065,7 +15492,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15065
15492
|
* @param {*} [options] Override http request option.
|
|
15066
15493
|
* @throws {RequiredError}
|
|
15067
15494
|
*/
|
|
15068
|
-
discordControllerDeleteMessage(channelId: string, messageId: string, options?:
|
|
15495
|
+
discordControllerDeleteMessage(channelId: string, messageId: string, options?: any): AxiosPromise<APIOutput>;
|
|
15069
15496
|
/**
|
|
15070
15497
|
* Retrieve all channels (text, voice, etc.) in a specific Discord guild. Useful for selecting channels for notifications or commands. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerGetChannels`
|
|
15071
15498
|
* @summary Get guild channels
|
|
@@ -15073,14 +15500,14 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15073
15500
|
* @param {*} [options] Override http request option.
|
|
15074
15501
|
* @throws {RequiredError}
|
|
15075
15502
|
*/
|
|
15076
|
-
discordControllerGetChannels(id: string, options?:
|
|
15503
|
+
discordControllerGetChannels(id: string, options?: any): AxiosPromise<DiscordChannelOutputArrayDTOAPI>;
|
|
15077
15504
|
/**
|
|
15078
15505
|
* Get the invite link to add the Takaro bot to a Discord server, along with the developer Discord server link.<br> OperationId: `DiscordControllerGetInvite`
|
|
15079
15506
|
* @summary Get bot invite links
|
|
15080
15507
|
* @param {*} [options] Override http request option.
|
|
15081
15508
|
* @throws {RequiredError}
|
|
15082
15509
|
*/
|
|
15083
|
-
discordControllerGetInvite(options?:
|
|
15510
|
+
discordControllerGetInvite(options?: any): AxiosPromise<DiscordInviteOutputDTO>;
|
|
15084
15511
|
/**
|
|
15085
15512
|
* Retrieve all roles available in a specific Discord guild. Useful for role-based integrations and permissions mapping. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerGetRoles`
|
|
15086
15513
|
* @summary Get guild roles
|
|
@@ -15088,7 +15515,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15088
15515
|
* @param {*} [options] Override http request option.
|
|
15089
15516
|
* @throws {RequiredError}
|
|
15090
15517
|
*/
|
|
15091
|
-
discordControllerGetRoles(id: string, options?:
|
|
15518
|
+
discordControllerGetRoles(id: string, options?: any): AxiosPromise<DiscordRoleOutputArrayDTOAPI>;
|
|
15092
15519
|
/**
|
|
15093
15520
|
* Search for Discord guilds (servers) that the bot has access to. Supports filtering by name, Discord ID, and whether Takaro is enabled. Required permissions: `VIEW_DISCORD_INFO`<br> OperationId: `DiscordControllerSearch`
|
|
15094
15521
|
* @summary Search Discord guilds
|
|
@@ -15096,7 +15523,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15096
15523
|
* @param {*} [options] Override http request option.
|
|
15097
15524
|
* @throws {RequiredError}
|
|
15098
15525
|
*/
|
|
15099
|
-
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?:
|
|
15526
|
+
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?: any): AxiosPromise<GuildOutputArrayDTOAPI>;
|
|
15100
15527
|
/**
|
|
15101
15528
|
* Send a text message or rich embed to a specific Discord channel. Requires the bot to have appropriate permissions in the channel. Required permissions: `SEND_DISCORD_MESSAGE`<br> OperationId: `DiscordControllerSendMessage`
|
|
15102
15529
|
* @summary Send message to Discord channel
|
|
@@ -15105,7 +15532,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15105
15532
|
* @param {*} [options] Override http request option.
|
|
15106
15533
|
* @throws {RequiredError}
|
|
15107
15534
|
*/
|
|
15108
|
-
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
15535
|
+
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?: any): AxiosPromise<MessageOutputDTOAPI>;
|
|
15109
15536
|
/**
|
|
15110
15537
|
* Update Takaro-specific settings for a Discord guild, such as enabling or disabling Takaro features. Required permissions: `MANAGE_SETTINGS`<br> OperationId: `DiscordControllerUpdateGuild`
|
|
15111
15538
|
* @summary Update guild settings
|
|
@@ -15114,7 +15541,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15114
15541
|
* @param {*} [options] Override http request option.
|
|
15115
15542
|
* @throws {RequiredError}
|
|
15116
15543
|
*/
|
|
15117
|
-
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?:
|
|
15544
|
+
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?: any): AxiosPromise<GuildOutputDTOAPI>;
|
|
15118
15545
|
/**
|
|
15119
15546
|
* Update an existing Discord message with new content or embed. Requires the bot to have sent the original message. Required permissions: `SEND_DISCORD_MESSAGE`<br> OperationId: `DiscordControllerUpdateMessage`
|
|
15120
15547
|
* @summary Update Discord message
|
|
@@ -15124,7 +15551,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15124
15551
|
* @param {*} [options] Override http request option.
|
|
15125
15552
|
* @throws {RequiredError}
|
|
15126
15553
|
*/
|
|
15127
|
-
discordControllerUpdateMessage(channelId: string, messageId: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
15554
|
+
discordControllerUpdateMessage(channelId: string, messageId: string, sendMessageInputDTO?: SendMessageInputDTO, options?: any): AxiosPromise<MessageOutputDTOAPI>;
|
|
15128
15555
|
};
|
|
15129
15556
|
/**
|
|
15130
15557
|
* DiscordApi - object-oriented interface
|
|
@@ -15350,7 +15777,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15350
15777
|
* @param {*} [options] Override http request option.
|
|
15351
15778
|
* @throws {RequiredError}
|
|
15352
15779
|
*/
|
|
15353
|
-
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?:
|
|
15780
|
+
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?: any): AxiosPromise<DomainCreateOutputDTOAPI>;
|
|
15354
15781
|
/**
|
|
15355
15782
|
* <br> OperationId: `DomainControllerGetOne`
|
|
15356
15783
|
* @summary Get one
|
|
@@ -15358,7 +15785,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15358
15785
|
* @param {*} [options] Override http request option.
|
|
15359
15786
|
* @throws {RequiredError}
|
|
15360
15787
|
*/
|
|
15361
|
-
domainControllerGetOne(id: string, options?:
|
|
15788
|
+
domainControllerGetOne(id: string, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15362
15789
|
/**
|
|
15363
15790
|
* <br> OperationId: `DomainControllerGetToken`
|
|
15364
15791
|
* @summary Get token
|
|
@@ -15366,7 +15793,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15366
15793
|
* @param {*} [options] Override http request option.
|
|
15367
15794
|
* @throws {RequiredError}
|
|
15368
15795
|
*/
|
|
15369
|
-
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?:
|
|
15796
|
+
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?: any): AxiosPromise<TokenOutputDTOAPI>;
|
|
15370
15797
|
/**
|
|
15371
15798
|
* <br> OperationId: `DomainControllerRemove`
|
|
15372
15799
|
* @summary Remove
|
|
@@ -15375,7 +15802,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15375
15802
|
* @param {*} [options] Override http request option.
|
|
15376
15803
|
* @throws {RequiredError}
|
|
15377
15804
|
*/
|
|
15378
|
-
domainControllerRemove(id: string, hardDelete?: any, options?:
|
|
15805
|
+
domainControllerRemove(id: string, hardDelete?: any, options?: any): AxiosPromise<APIOutput>;
|
|
15379
15806
|
/**
|
|
15380
15807
|
* <br> OperationId: `DomainControllerResolveRegistrationToken`
|
|
15381
15808
|
* @summary Resolve registration token
|
|
@@ -15383,7 +15810,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15383
15810
|
* @param {*} [options] Override http request option.
|
|
15384
15811
|
* @throws {RequiredError}
|
|
15385
15812
|
*/
|
|
15386
|
-
domainControllerResolveRegistrationToken(resolveRegistrationTokenInputDTO?: ResolveRegistrationTokenInputDTO, options?:
|
|
15813
|
+
domainControllerResolveRegistrationToken(resolveRegistrationTokenInputDTO?: ResolveRegistrationTokenInputDTO, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15387
15814
|
/**
|
|
15388
15815
|
* <br> OperationId: `DomainControllerSearch`
|
|
15389
15816
|
* @summary Search
|
|
@@ -15391,7 +15818,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15391
15818
|
* @param {*} [options] Override http request option.
|
|
15392
15819
|
* @throws {RequiredError}
|
|
15393
15820
|
*/
|
|
15394
|
-
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?:
|
|
15821
|
+
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?: any): AxiosPromise<DomainOutputArrayDTOAPI>;
|
|
15395
15822
|
/**
|
|
15396
15823
|
* <br> OperationId: `DomainControllerUpdate`
|
|
15397
15824
|
* @summary Update
|
|
@@ -15400,7 +15827,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15400
15827
|
* @param {*} [options] Override http request option.
|
|
15401
15828
|
* @throws {RequiredError}
|
|
15402
15829
|
*/
|
|
15403
|
-
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?:
|
|
15830
|
+
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15404
15831
|
};
|
|
15405
15832
|
/**
|
|
15406
15833
|
* DomainApi - object-oriented interface
|
|
@@ -15531,7 +15958,7 @@ export declare const EntityApiFactory: (configuration?: Configuration, basePath?
|
|
|
15531
15958
|
* @param {*} [options] Override http request option.
|
|
15532
15959
|
* @throws {RequiredError}
|
|
15533
15960
|
*/
|
|
15534
|
-
entityControllerFindOne(id: string, options?:
|
|
15961
|
+
entityControllerFindOne(id: string, options?: any): AxiosPromise<EntityOutputDTOAPI>;
|
|
15535
15962
|
/**
|
|
15536
15963
|
* Required permissions: `READ_ENTITIES`<br> OperationId: `EntityControllerSearch`
|
|
15537
15964
|
* @summary Search
|
|
@@ -15539,7 +15966,7 @@ export declare const EntityApiFactory: (configuration?: Configuration, basePath?
|
|
|
15539
15966
|
* @param {*} [options] Override http request option.
|
|
15540
15967
|
* @throws {RequiredError}
|
|
15541
15968
|
*/
|
|
15542
|
-
entityControllerSearch(entitySearchInputDTO?: EntitySearchInputDTO, options?:
|
|
15969
|
+
entityControllerSearch(entitySearchInputDTO?: EntitySearchInputDTO, options?: any): AxiosPromise<EntityOutputArrayDTOAPI>;
|
|
15543
15970
|
};
|
|
15544
15971
|
/**
|
|
15545
15972
|
* EntityApi - object-oriented interface
|
|
@@ -15671,7 +16098,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
15671
16098
|
* @param {*} [options] Override http request option.
|
|
15672
16099
|
* @throws {RequiredError}
|
|
15673
16100
|
*/
|
|
15674
|
-
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?:
|
|
16101
|
+
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?: any): AxiosPromise<EventOutputDTO>;
|
|
15675
16102
|
/**
|
|
15676
16103
|
* Export events matching the search criteria to CSV format. Accepts the same parameters as the search endpoint. Maximum time range is 90 days. Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerExport`
|
|
15677
16104
|
* @summary Export events to CSV
|
|
@@ -15679,7 +16106,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
15679
16106
|
* @param {*} [options] Override http request option.
|
|
15680
16107
|
* @throws {RequiredError}
|
|
15681
16108
|
*/
|
|
15682
|
-
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16109
|
+
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<void>;
|
|
15683
16110
|
/**
|
|
15684
16111
|
* Fetches events where cronjob, hook and command failed. Supports all the common query parameters Required permissions: `READ_MODULES`, `READ_EVENTS`<br> OperationId: `EventControllerGetFailedFunctions`
|
|
15685
16112
|
* @summary Get failed functions
|
|
@@ -15687,7 +16114,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
15687
16114
|
* @param {*} [options] Override http request option.
|
|
15688
16115
|
* @throws {RequiredError}
|
|
15689
16116
|
*/
|
|
15690
|
-
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16117
|
+
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
15691
16118
|
/**
|
|
15692
16119
|
* Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerGetOne`
|
|
15693
16120
|
* @summary Get one
|
|
@@ -15695,7 +16122,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
15695
16122
|
* @param {*} [options] Override http request option.
|
|
15696
16123
|
* @throws {RequiredError}
|
|
15697
16124
|
*/
|
|
15698
|
-
eventControllerGetOne(id: string, options?:
|
|
16125
|
+
eventControllerGetOne(id: string, options?: any): AxiosPromise<EventOutputDTO>;
|
|
15699
16126
|
/**
|
|
15700
16127
|
* Search events Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerSearch`
|
|
15701
16128
|
* @summary Search
|
|
@@ -15703,7 +16130,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
15703
16130
|
* @param {*} [options] Override http request option.
|
|
15704
16131
|
* @throws {RequiredError}
|
|
15705
16132
|
*/
|
|
15706
|
-
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16133
|
+
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
15707
16134
|
};
|
|
15708
16135
|
/**
|
|
15709
16136
|
* EventApi - object-oriented interface
|
|
@@ -15812,14 +16239,14 @@ export declare const ExternalAuthApiFactory: (configuration?: Configuration, bas
|
|
|
15812
16239
|
* @param {*} [options] Override http request option.
|
|
15813
16240
|
* @throws {RequiredError}
|
|
15814
16241
|
*/
|
|
15815
|
-
externalAuthControllerAuthDiscord(redirect: string, options?:
|
|
16242
|
+
externalAuthControllerAuthDiscord(redirect: string, options?: any): AxiosPromise<void>;
|
|
15816
16243
|
/**
|
|
15817
16244
|
* <br> OperationId: `ExternalAuthControllerAuthDiscordReturn`
|
|
15818
16245
|
* @summary Auth discord return
|
|
15819
16246
|
* @param {*} [options] Override http request option.
|
|
15820
16247
|
* @throws {RequiredError}
|
|
15821
16248
|
*/
|
|
15822
|
-
externalAuthControllerAuthDiscordReturn(options?:
|
|
16249
|
+
externalAuthControllerAuthDiscordReturn(options?: any): AxiosPromise<void>;
|
|
15823
16250
|
};
|
|
15824
16251
|
/**
|
|
15825
16252
|
* ExternalAuthApi - object-oriented interface
|
|
@@ -15952,7 +16379,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
15952
16379
|
* @param {*} [options] Override http request option.
|
|
15953
16380
|
* @throws {RequiredError}
|
|
15954
16381
|
*/
|
|
15955
|
-
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?:
|
|
16382
|
+
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
15956
16383
|
/**
|
|
15957
16384
|
* Required permissions: `READ_MODULES`<br> OperationId: `FunctionControllerGetOne`
|
|
15958
16385
|
* @summary Get one
|
|
@@ -15960,7 +16387,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
15960
16387
|
* @param {*} [options] Override http request option.
|
|
15961
16388
|
* @throws {RequiredError}
|
|
15962
16389
|
*/
|
|
15963
|
-
functionControllerGetOne(id: string, options?:
|
|
16390
|
+
functionControllerGetOne(id: string, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
15964
16391
|
/**
|
|
15965
16392
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `FunctionControllerRemove`
|
|
15966
16393
|
* @summary Remove
|
|
@@ -15968,7 +16395,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
15968
16395
|
* @param {*} [options] Override http request option.
|
|
15969
16396
|
* @throws {RequiredError}
|
|
15970
16397
|
*/
|
|
15971
|
-
functionControllerRemove(id: string, options?:
|
|
16398
|
+
functionControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
15972
16399
|
/**
|
|
15973
16400
|
* Search functions Required permissions: `READ_MODULES`<br> OperationId: `FunctionControllerSearch`
|
|
15974
16401
|
* @summary Search
|
|
@@ -15976,7 +16403,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
15976
16403
|
* @param {*} [options] Override http request option.
|
|
15977
16404
|
* @throws {RequiredError}
|
|
15978
16405
|
*/
|
|
15979
|
-
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?:
|
|
16406
|
+
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?: any): AxiosPromise<FunctionOutputArrayDTOAPI>;
|
|
15980
16407
|
/**
|
|
15981
16408
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `FunctionControllerUpdate`
|
|
15982
16409
|
* @summary Update
|
|
@@ -15985,7 +16412,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
15985
16412
|
* @param {*} [options] Override http request option.
|
|
15986
16413
|
* @throws {RequiredError}
|
|
15987
16414
|
*/
|
|
15988
|
-
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?:
|
|
16415
|
+
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
15989
16416
|
};
|
|
15990
16417
|
/**
|
|
15991
16418
|
* FunctionApi - object-oriented interface
|
|
@@ -16522,7 +16949,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16522
16949
|
* @deprecated
|
|
16523
16950
|
* @throws {RequiredError}
|
|
16524
16951
|
*/
|
|
16525
|
-
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?:
|
|
16952
|
+
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
16526
16953
|
/**
|
|
16527
16954
|
* Create a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerCreate`
|
|
16528
16955
|
* @summary Create
|
|
@@ -16530,7 +16957,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16530
16957
|
* @param {*} [options] Override http request option.
|
|
16531
16958
|
* @throws {RequiredError}
|
|
16532
16959
|
*/
|
|
16533
|
-
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?:
|
|
16960
|
+
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
16534
16961
|
/**
|
|
16535
16962
|
* Execute a raw command on a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerExecuteCommand`
|
|
16536
16963
|
* @summary Execute command
|
|
@@ -16539,7 +16966,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16539
16966
|
* @param {*} [options] Override http request option.
|
|
16540
16967
|
* @throws {RequiredError}
|
|
16541
16968
|
*/
|
|
16542
|
-
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?:
|
|
16969
|
+
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?: any): AxiosPromise<CommandExecuteDTOAPI>;
|
|
16543
16970
|
/**
|
|
16544
16971
|
* Fetch status of an import from CSMM Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerGetImport`
|
|
16545
16972
|
* @summary Get import
|
|
@@ -16548,7 +16975,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16548
16975
|
* @deprecated
|
|
16549
16976
|
* @throws {RequiredError}
|
|
16550
16977
|
*/
|
|
16551
|
-
gameServerControllerGetImport(id: string, options?:
|
|
16978
|
+
gameServerControllerGetImport(id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
16552
16979
|
/**
|
|
16553
16980
|
* Fetch a job status Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerGetJob`
|
|
16554
16981
|
* @summary Get job
|
|
@@ -16557,7 +16984,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16557
16984
|
* @param {*} [options] Override http request option.
|
|
16558
16985
|
* @throws {RequiredError}
|
|
16559
16986
|
*/
|
|
16560
|
-
gameServerControllerGetJob(type: string, id: string, options?:
|
|
16987
|
+
gameServerControllerGetJob(type: string, id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
16561
16988
|
/**
|
|
16562
16989
|
* Get map metadata<br> OperationId: `GameServerControllerGetMapInfo`
|
|
16563
16990
|
* @summary Get map info
|
|
@@ -16565,7 +16992,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16565
16992
|
* @param {*} [options] Override http request option.
|
|
16566
16993
|
* @throws {RequiredError}
|
|
16567
16994
|
*/
|
|
16568
|
-
gameServerControllerGetMapInfo(id: string, options?:
|
|
16995
|
+
gameServerControllerGetMapInfo(id: string, options?: any): AxiosPromise<MapInfoOutputDTOAPI>;
|
|
16569
16996
|
/**
|
|
16570
16997
|
* Get a map tile<br> OperationId: `GameServerControllerGetMapTile`
|
|
16571
16998
|
* @summary Get map tile
|
|
@@ -16576,7 +17003,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16576
17003
|
* @param {*} [options] Override http request option.
|
|
16577
17004
|
* @throws {RequiredError}
|
|
16578
17005
|
*/
|
|
16579
|
-
gameServerControllerGetMapTile(id: string, x: string, y: string, z: string, options?:
|
|
17006
|
+
gameServerControllerGetMapTile(id: string, x: string, y: string, z: string, options?: any): AxiosPromise<void>;
|
|
16580
17007
|
/**
|
|
16581
17008
|
* Fetch a gameserver by id<br> OperationId: `GameServerControllerGetOne`
|
|
16582
17009
|
* @summary Get one
|
|
@@ -16584,7 +17011,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16584
17011
|
* @param {*} [options] Override http request option.
|
|
16585
17012
|
* @throws {RequiredError}
|
|
16586
17013
|
*/
|
|
16587
|
-
gameServerControllerGetOne(id: string, options?:
|
|
17014
|
+
gameServerControllerGetOne(id: string, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
16588
17015
|
/**
|
|
16589
17016
|
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Please use the Player on GameServer (PoG) search endpoint instead: `POST /gameserver/player/search` for more flexible filtering, sorting, and pagination options. Required permissions: `READ_PLAYERS`<br> OperationId: `GameServerControllerGetPlayers`
|
|
16590
17017
|
* @summary Get players
|
|
@@ -16593,14 +17020,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16593
17020
|
* @deprecated
|
|
16594
17021
|
* @throws {RequiredError}
|
|
16595
17022
|
*/
|
|
16596
|
-
gameServerControllerGetPlayers(id: string, options?:
|
|
17023
|
+
gameServerControllerGetPlayers(id: string, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
16597
17024
|
/**
|
|
16598
17025
|
* Fetch gameserver types (7dtd, Rust, ...)<br> OperationId: `GameServerControllerGetTypes`
|
|
16599
17026
|
* @summary Get types
|
|
16600
17027
|
* @param {*} [options] Override http request option.
|
|
16601
17028
|
* @throws {RequiredError}
|
|
16602
17029
|
*/
|
|
16603
|
-
gameServerControllerGetTypes(options?:
|
|
17030
|
+
gameServerControllerGetTypes(options?: any): AxiosPromise<GameServerTypesOutputDTOAPI>;
|
|
16604
17031
|
/**
|
|
16605
17032
|
* Give an item to a player. Accepts item UUID (preferred) or item code. Requires gameserver to be online and reachable. Depending on the underlying game implementation, it\'s possible that the item is dropped on the ground instead of placed directly in the player\'s inventory. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerGiveItem`
|
|
16606
17033
|
* @summary Give item
|
|
@@ -16610,14 +17037,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16610
17037
|
* @param {*} [options] Override http request option.
|
|
16611
17038
|
* @throws {RequiredError}
|
|
16612
17039
|
*/
|
|
16613
|
-
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?:
|
|
17040
|
+
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?: any): AxiosPromise<void>;
|
|
16614
17041
|
/**
|
|
16615
17042
|
* Import a gameserver from CSMM. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerImportFromCSMM`
|
|
16616
17043
|
* @summary Import from csmm
|
|
16617
17044
|
* @param {*} [options] Override http request option.
|
|
16618
17045
|
* @throws {RequiredError}
|
|
16619
17046
|
*/
|
|
16620
|
-
gameServerControllerImportFromCSMM(options?:
|
|
17047
|
+
gameServerControllerImportFromCSMM(options?: any): AxiosPromise<ImportOutputDTOAPI>;
|
|
16621
17048
|
/**
|
|
16622
17049
|
* Kick a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerKickPlayer`
|
|
16623
17050
|
* @summary Kick player
|
|
@@ -16627,7 +17054,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16627
17054
|
* @param {*} [options] Override http request option.
|
|
16628
17055
|
* @throws {RequiredError}
|
|
16629
17056
|
*/
|
|
16630
|
-
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?:
|
|
17057
|
+
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
16631
17058
|
/**
|
|
16632
17059
|
* List bans for a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerListBans`
|
|
16633
17060
|
* @summary List bans
|
|
@@ -16636,14 +17063,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16636
17063
|
* @deprecated
|
|
16637
17064
|
* @throws {RequiredError}
|
|
16638
17065
|
*/
|
|
16639
|
-
gameServerControllerListBans(id: string, options?:
|
|
17066
|
+
gameServerControllerListBans(id: string, options?: any): AxiosPromise<BanPlayerOutputDTO>;
|
|
16640
17067
|
/**
|
|
16641
17068
|
* Regenerate the registration token for a gameserver. Careful, this will invalidate all existing connections. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerRegenerateRegistrationToken`
|
|
16642
17069
|
* @summary Regenerate registration token
|
|
16643
17070
|
* @param {*} [options] Override http request option.
|
|
16644
17071
|
* @throws {RequiredError}
|
|
16645
17072
|
*/
|
|
16646
|
-
gameServerControllerRegenerateRegistrationToken(options?:
|
|
17073
|
+
gameServerControllerRegenerateRegistrationToken(options?: any): AxiosPromise<APIOutput>;
|
|
16647
17074
|
/**
|
|
16648
17075
|
* Delete a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerRemove`
|
|
16649
17076
|
* @summary Remove
|
|
@@ -16651,7 +17078,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16651
17078
|
* @param {*} [options] Override http request option.
|
|
16652
17079
|
* @throws {RequiredError}
|
|
16653
17080
|
*/
|
|
16654
|
-
gameServerControllerRemove(id: string, options?:
|
|
17081
|
+
gameServerControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
16655
17082
|
/**
|
|
16656
17083
|
* Resets all players\' currency to 0 on the specified game server. This action is irreversible. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerResetCurrency`
|
|
16657
17084
|
* @summary Reset currency
|
|
@@ -16659,7 +17086,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16659
17086
|
* @param {*} [options] Override http request option.
|
|
16660
17087
|
* @throws {RequiredError}
|
|
16661
17088
|
*/
|
|
16662
|
-
gameServerControllerResetCurrency(id: string, options?:
|
|
17089
|
+
gameServerControllerResetCurrency(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
16663
17090
|
/**
|
|
16664
17091
|
* Fetch gameservers<br> OperationId: `GameServerControllerSearch`
|
|
16665
17092
|
* @summary Search
|
|
@@ -16667,7 +17094,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16667
17094
|
* @param {*} [options] Override http request option.
|
|
16668
17095
|
* @throws {RequiredError}
|
|
16669
17096
|
*/
|
|
16670
|
-
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?:
|
|
17097
|
+
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?: any): AxiosPromise<GameServerOutputArrayDTOAPI>;
|
|
16671
17098
|
/**
|
|
16672
17099
|
* Send a message in gameserver chat. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerSendMessage`
|
|
16673
17100
|
* @summary Send message
|
|
@@ -16676,7 +17103,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16676
17103
|
* @param {*} [options] Override http request option.
|
|
16677
17104
|
* @throws {RequiredError}
|
|
16678
17105
|
*/
|
|
16679
|
-
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?:
|
|
17106
|
+
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
16680
17107
|
/**
|
|
16681
17108
|
* Shuts down the gameserver. This is a \'soft\' shutdown, meaning the gameserver will be stopped gracefully. If the gameserver is not reachable, this will have no effect. Note that most hosting providers will automatically restart the gameserver after a shutdown, which makes this operation act as a \'restart\' instead. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerShutdown`
|
|
16682
17109
|
* @summary Shutdown
|
|
@@ -16684,7 +17111,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16684
17111
|
* @param {*} [options] Override http request option.
|
|
16685
17112
|
* @throws {RequiredError}
|
|
16686
17113
|
*/
|
|
16687
|
-
gameServerControllerShutdown(id: string, options?:
|
|
17114
|
+
gameServerControllerShutdown(id: string, options?: any): AxiosPromise<void>;
|
|
16688
17115
|
/**
|
|
16689
17116
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerTeleportPlayer`
|
|
16690
17117
|
* @summary Teleport player
|
|
@@ -16694,7 +17121,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16694
17121
|
* @param {*} [options] Override http request option.
|
|
16695
17122
|
* @throws {RequiredError}
|
|
16696
17123
|
*/
|
|
16697
|
-
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?:
|
|
17124
|
+
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
16698
17125
|
/**
|
|
16699
17126
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.<br> OperationId: `GameServerControllerTestReachability`
|
|
16700
17127
|
* @summary Test reachability
|
|
@@ -16702,7 +17129,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16702
17129
|
* @param {*} [options] Override http request option.
|
|
16703
17130
|
* @throws {RequiredError}
|
|
16704
17131
|
*/
|
|
16705
|
-
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?:
|
|
17132
|
+
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?: any): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
16706
17133
|
/**
|
|
16707
17134
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.<br> OperationId: `GameServerControllerTestReachabilityForId`
|
|
16708
17135
|
* @summary Test reachability for id
|
|
@@ -16710,7 +17137,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16710
17137
|
* @param {*} [options] Override http request option.
|
|
16711
17138
|
* @throws {RequiredError}
|
|
16712
17139
|
*/
|
|
16713
|
-
gameServerControllerTestReachabilityForId(id: string, options?:
|
|
17140
|
+
gameServerControllerTestReachabilityForId(id: string, options?: any): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
16714
17141
|
/**
|
|
16715
17142
|
* Manually trigger a job, you can poll the status with the GET endpoint Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerTriggerJob`
|
|
16716
17143
|
* @summary Trigger job
|
|
@@ -16719,7 +17146,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16719
17146
|
* @param {*} [options] Override http request option.
|
|
16720
17147
|
* @throws {RequiredError}
|
|
16721
17148
|
*/
|
|
16722
|
-
gameServerControllerTriggerJob(type: string, id: string, options?:
|
|
17149
|
+
gameServerControllerTriggerJob(type: string, id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
16723
17150
|
/**
|
|
16724
17151
|
* Unban a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerUnbanPlayer`
|
|
16725
17152
|
* @summary Unban player
|
|
@@ -16729,7 +17156,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16729
17156
|
* @deprecated
|
|
16730
17157
|
* @throws {RequiredError}
|
|
16731
17158
|
*/
|
|
16732
|
-
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?:
|
|
17159
|
+
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?: any): AxiosPromise<APIOutput>;
|
|
16733
17160
|
/**
|
|
16734
17161
|
* Update a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerUpdate`
|
|
16735
17162
|
* @summary Update
|
|
@@ -16738,7 +17165,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16738
17165
|
* @param {*} [options] Override http request option.
|
|
16739
17166
|
* @throws {RequiredError}
|
|
16740
17167
|
*/
|
|
16741
|
-
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?:
|
|
17168
|
+
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
16742
17169
|
};
|
|
16743
17170
|
/**
|
|
16744
17171
|
* GameServerApi - object-oriented interface
|
|
@@ -17143,7 +17570,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17143
17570
|
* @param {*} [options] Override http request option.
|
|
17144
17571
|
* @throws {RequiredError}
|
|
17145
17572
|
*/
|
|
17146
|
-
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?:
|
|
17573
|
+
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17147
17574
|
/**
|
|
17148
17575
|
* Required permissions: `READ_MODULES`<br> OperationId: `HookControllerGetExecutions`
|
|
17149
17576
|
* @summary Get executions
|
|
@@ -17153,7 +17580,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17153
17580
|
* @param {*} [options] Override http request option.
|
|
17154
17581
|
* @throws {RequiredError}
|
|
17155
17582
|
*/
|
|
17156
|
-
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
17583
|
+
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
17157
17584
|
/**
|
|
17158
17585
|
* Required permissions: `READ_MODULES`<br> OperationId: `HookControllerGetOne`
|
|
17159
17586
|
* @summary Get one
|
|
@@ -17161,7 +17588,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17161
17588
|
* @param {*} [options] Override http request option.
|
|
17162
17589
|
* @throws {RequiredError}
|
|
17163
17590
|
*/
|
|
17164
|
-
hookControllerGetOne(id: string, options?:
|
|
17591
|
+
hookControllerGetOne(id: string, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17165
17592
|
/**
|
|
17166
17593
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `HookControllerRemove`
|
|
17167
17594
|
* @summary Remove
|
|
@@ -17169,7 +17596,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17169
17596
|
* @param {*} [options] Override http request option.
|
|
17170
17597
|
* @throws {RequiredError}
|
|
17171
17598
|
*/
|
|
17172
|
-
hookControllerRemove(id: string, options?:
|
|
17599
|
+
hookControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17173
17600
|
/**
|
|
17174
17601
|
* Search hooks Required permissions: `READ_MODULES`<br> OperationId: `HookControllerSearch`
|
|
17175
17602
|
* @summary Search
|
|
@@ -17177,7 +17604,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17177
17604
|
* @param {*} [options] Override http request option.
|
|
17178
17605
|
* @throws {RequiredError}
|
|
17179
17606
|
*/
|
|
17180
|
-
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?:
|
|
17607
|
+
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?: any): AxiosPromise<HookOutputArrayDTOAPI>;
|
|
17181
17608
|
/**
|
|
17182
17609
|
* Trigger a hook. This is used for testing purposes, the event will not actually be created but the hook-logic will be executed. You can pass any data you want, but it must validate against the corresponding event metadata. Eg to trigger the `chat-message` event, you must pass an object with a `message` property Required permissions: `MANAGE_MODULES`<br> OperationId: `HookControllerTrigger`
|
|
17183
17610
|
* @summary Trigger
|
|
@@ -17185,7 +17612,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17185
17612
|
* @param {*} [options] Override http request option.
|
|
17186
17613
|
* @throws {RequiredError}
|
|
17187
17614
|
*/
|
|
17188
|
-
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?:
|
|
17615
|
+
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?: any): AxiosPromise<void>;
|
|
17189
17616
|
/**
|
|
17190
17617
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `HookControllerUpdate`
|
|
17191
17618
|
* @summary Update
|
|
@@ -17194,7 +17621,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17194
17621
|
* @param {*} [options] Override http request option.
|
|
17195
17622
|
* @throws {RequiredError}
|
|
17196
17623
|
*/
|
|
17197
|
-
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?:
|
|
17624
|
+
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17198
17625
|
};
|
|
17199
17626
|
/**
|
|
17200
17627
|
* HookApi - object-oriented interface
|
|
@@ -17326,7 +17753,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17326
17753
|
* @param {*} [options] Override http request option.
|
|
17327
17754
|
* @throws {RequiredError}
|
|
17328
17755
|
*/
|
|
17329
|
-
itemControllerFindOne(id: string, options?:
|
|
17756
|
+
itemControllerFindOne(id: string, options?: any): AxiosPromise<ItemOutputDTOAPI>;
|
|
17330
17757
|
/**
|
|
17331
17758
|
* Search items Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerSearch`
|
|
17332
17759
|
* @summary Search
|
|
@@ -17334,7 +17761,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17334
17761
|
* @param {*} [options] Override http request option.
|
|
17335
17762
|
* @throws {RequiredError}
|
|
17336
17763
|
*/
|
|
17337
|
-
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?:
|
|
17764
|
+
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?: any): AxiosPromise<ItemOutputArrayDTOAPI>;
|
|
17338
17765
|
};
|
|
17339
17766
|
/**
|
|
17340
17767
|
* ItemApi - object-oriented interface
|
|
@@ -17469,42 +17896,42 @@ export declare const MetaApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17469
17896
|
* @param {*} [options] Override http request option.
|
|
17470
17897
|
* @throws {RequiredError}
|
|
17471
17898
|
*/
|
|
17472
|
-
metaGetHealth(options?:
|
|
17899
|
+
metaGetHealth(options?: any): AxiosPromise<HealthOutputDTO>;
|
|
17473
17900
|
/**
|
|
17474
17901
|
* <br> OperationId: `MetaGetMetrics`
|
|
17475
17902
|
* @summary Get metrics
|
|
17476
17903
|
* @param {*} [options] Override http request option.
|
|
17477
17904
|
* @throws {RequiredError}
|
|
17478
17905
|
*/
|
|
17479
|
-
metaGetMetrics(options?:
|
|
17906
|
+
metaGetMetrics(options?: any): AxiosPromise<void>;
|
|
17480
17907
|
/**
|
|
17481
17908
|
* <br> OperationId: `MetaGetOpenApi`
|
|
17482
17909
|
* @summary Get open api
|
|
17483
17910
|
* @param {*} [options] Override http request option.
|
|
17484
17911
|
* @throws {RequiredError}
|
|
17485
17912
|
*/
|
|
17486
|
-
metaGetOpenApi(options?:
|
|
17913
|
+
metaGetOpenApi(options?: any): AxiosPromise<void>;
|
|
17487
17914
|
/**
|
|
17488
17915
|
* <br> OperationId: `MetaGetOpenApiHtml`
|
|
17489
17916
|
* @summary Get open api html
|
|
17490
17917
|
* @param {*} [options] Override http request option.
|
|
17491
17918
|
* @throws {RequiredError}
|
|
17492
17919
|
*/
|
|
17493
|
-
metaGetOpenApiHtml(options?:
|
|
17920
|
+
metaGetOpenApiHtml(options?: any): AxiosPromise<void>;
|
|
17494
17921
|
/**
|
|
17495
17922
|
* <br> OperationId: `MetaGetReadiness`
|
|
17496
17923
|
* @summary Get readiness
|
|
17497
17924
|
* @param {*} [options] Override http request option.
|
|
17498
17925
|
* @throws {RequiredError}
|
|
17499
17926
|
*/
|
|
17500
|
-
metaGetReadiness(options?:
|
|
17927
|
+
metaGetReadiness(options?: any): AxiosPromise<HealthOutputDTO>;
|
|
17501
17928
|
/**
|
|
17502
17929
|
* <br> OperationId: `MetaGetRoot`
|
|
17503
17930
|
* @summary Get root
|
|
17504
17931
|
* @param {*} [options] Override http request option.
|
|
17505
17932
|
* @throws {RequiredError}
|
|
17506
17933
|
*/
|
|
17507
|
-
metaGetRoot(options?:
|
|
17934
|
+
metaGetRoot(options?: any): AxiosPromise<void>;
|
|
17508
17935
|
};
|
|
17509
17936
|
/**
|
|
17510
17937
|
* MetaApi - object-oriented interface
|
|
@@ -17818,7 +18245,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17818
18245
|
* @param {*} [options] Override http request option.
|
|
17819
18246
|
* @throws {RequiredError}
|
|
17820
18247
|
*/
|
|
17821
|
-
moduleControllerCreate(moduleCreateAPIDTO?: ModuleCreateAPIDTO, options?:
|
|
18248
|
+
moduleControllerCreate(moduleCreateAPIDTO?: ModuleCreateAPIDTO, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
17822
18249
|
/**
|
|
17823
18250
|
* Exports a module to a format that can be imported into another Takaro instance. This endpoint will export all known versions of the module Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerExport`
|
|
17824
18251
|
* @summary Export a module
|
|
@@ -17827,7 +18254,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17827
18254
|
* @param {*} [options] Override http request option.
|
|
17828
18255
|
* @throws {RequiredError}
|
|
17829
18256
|
*/
|
|
17830
|
-
moduleControllerExport(id: string, moduleExportOptionsDTO?: ModuleExportOptionsDTO, options?:
|
|
18257
|
+
moduleControllerExport(id: string, moduleExportOptionsDTO?: ModuleExportOptionsDTO, options?: any): AxiosPromise<ModuleExportDTOAPI>;
|
|
17831
18258
|
/**
|
|
17832
18259
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerGetOne`
|
|
17833
18260
|
* @summary Get one module
|
|
@@ -17835,7 +18262,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17835
18262
|
* @param {*} [options] Override http request option.
|
|
17836
18263
|
* @throws {RequiredError}
|
|
17837
18264
|
*/
|
|
17838
|
-
moduleControllerGetOne(id: string, options?:
|
|
18265
|
+
moduleControllerGetOne(id: string, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
17839
18266
|
/**
|
|
17840
18267
|
* Imports a module from a format that was exported from another Takaro instance Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerImport`
|
|
17841
18268
|
* @summary Import a module
|
|
@@ -17843,7 +18270,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17843
18270
|
* @param {*} [options] Override http request option.
|
|
17844
18271
|
* @throws {RequiredError}
|
|
17845
18272
|
*/
|
|
17846
|
-
moduleControllerImport(body?: any, options?:
|
|
18273
|
+
moduleControllerImport(body?: any, options?: any): AxiosPromise<void>;
|
|
17847
18274
|
/**
|
|
17848
18275
|
* Removes a module, including all versions and config Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerRemove`
|
|
17849
18276
|
* @summary Remove a module
|
|
@@ -17851,7 +18278,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17851
18278
|
* @param {*} [options] Override http request option.
|
|
17852
18279
|
* @throws {RequiredError}
|
|
17853
18280
|
*/
|
|
17854
|
-
moduleControllerRemove(id: string, options?:
|
|
18281
|
+
moduleControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17855
18282
|
/**
|
|
17856
18283
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerSearch`
|
|
17857
18284
|
* @summary Search modules
|
|
@@ -17859,7 +18286,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17859
18286
|
* @param {*} [options] Override http request option.
|
|
17860
18287
|
* @throws {RequiredError}
|
|
17861
18288
|
*/
|
|
17862
|
-
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?:
|
|
18289
|
+
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?: any): AxiosPromise<ModuleOutputArrayDTOAPI>;
|
|
17863
18290
|
/**
|
|
17864
18291
|
* Update a module Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerUpdate`
|
|
17865
18292
|
* @summary Update a module
|
|
@@ -17868,7 +18295,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17868
18295
|
* @param {*} [options] Override http request option.
|
|
17869
18296
|
* @throws {RequiredError}
|
|
17870
18297
|
*/
|
|
17871
|
-
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?:
|
|
18298
|
+
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
17872
18299
|
/**
|
|
17873
18300
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleInstallationsControllerGetInstalledModules`
|
|
17874
18301
|
* @summary Search module installations
|
|
@@ -17876,7 +18303,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17876
18303
|
* @param {*} [options] Override http request option.
|
|
17877
18304
|
* @throws {RequiredError}
|
|
17878
18305
|
*/
|
|
17879
|
-
moduleInstallationsControllerGetInstalledModules(moduleInstallationSearchInputDTO?: ModuleInstallationSearchInputDTO, options?:
|
|
18306
|
+
moduleInstallationsControllerGetInstalledModules(moduleInstallationSearchInputDTO?: ModuleInstallationSearchInputDTO, options?: any): AxiosPromise<ModuleInstallationOutputArrayDTOAPI>;
|
|
17880
18307
|
/**
|
|
17881
18308
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleInstallationsControllerGetModuleInstallation`
|
|
17882
18309
|
* @summary Get one installation
|
|
@@ -17885,7 +18312,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17885
18312
|
* @param {*} [options] Override http request option.
|
|
17886
18313
|
* @throws {RequiredError}
|
|
17887
18314
|
*/
|
|
17888
|
-
moduleInstallationsControllerGetModuleInstallation(moduleId: string, gameServerId: string, options?:
|
|
18315
|
+
moduleInstallationsControllerGetModuleInstallation(moduleId: string, gameServerId: string, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
17889
18316
|
/**
|
|
17890
18317
|
* Install a module on a gameserver. You can have multiple installations of the same module on the same gameserver. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `ModuleInstallationsControllerInstallModule`
|
|
17891
18318
|
* @summary Install module
|
|
@@ -17893,7 +18320,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17893
18320
|
* @param {*} [options] Override http request option.
|
|
17894
18321
|
* @throws {RequiredError}
|
|
17895
18322
|
*/
|
|
17896
|
-
moduleInstallationsControllerInstallModule(installModuleDTO?: InstallModuleDTO, options?:
|
|
18323
|
+
moduleInstallationsControllerInstallModule(installModuleDTO?: InstallModuleDTO, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
17897
18324
|
/**
|
|
17898
18325
|
* Uninstall a module from a gameserver. This will not delete the module from the database. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `ModuleInstallationsControllerUninstallModule`
|
|
17899
18326
|
* @summary Uninstall module
|
|
@@ -17902,7 +18329,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17902
18329
|
* @param {*} [options] Override http request option.
|
|
17903
18330
|
* @throws {RequiredError}
|
|
17904
18331
|
*/
|
|
17905
|
-
moduleInstallationsControllerUninstallModule(moduleId: string, gameServerId: string, options?:
|
|
18332
|
+
moduleInstallationsControllerUninstallModule(moduleId: string, gameServerId: string, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
17906
18333
|
/**
|
|
17907
18334
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleVersionControllerGetModuleVersion`
|
|
17908
18335
|
* @summary Get one version
|
|
@@ -17910,7 +18337,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17910
18337
|
* @param {*} [options] Override http request option.
|
|
17911
18338
|
* @throws {RequiredError}
|
|
17912
18339
|
*/
|
|
17913
|
-
moduleVersionControllerGetModuleVersion(id: string, options?:
|
|
18340
|
+
moduleVersionControllerGetModuleVersion(id: string, options?: any): AxiosPromise<ModuleVersionOutputDTOAPI>;
|
|
17914
18341
|
/**
|
|
17915
18342
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleVersionControllerSearchVersions`
|
|
17916
18343
|
* @summary Search module versions
|
|
@@ -17918,7 +18345,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17918
18345
|
* @param {*} [options] Override http request option.
|
|
17919
18346
|
* @throws {RequiredError}
|
|
17920
18347
|
*/
|
|
17921
|
-
moduleVersionControllerSearchVersions(moduleVersionSearchInputDTO?: ModuleVersionSearchInputDTO, options?:
|
|
18348
|
+
moduleVersionControllerSearchVersions(moduleVersionSearchInputDTO?: ModuleVersionSearchInputDTO, options?: any): AxiosPromise<ModuleVersionOutputArrayDTOAPI>;
|
|
17922
18349
|
/**
|
|
17923
18350
|
* Creates a new version of a module, copying all config (commands,hooks,cronjobs,...) from the \"latest\" version into a new, immutable version Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleVersionControllerTagVersion`
|
|
17924
18351
|
* @summary Tag a new version
|
|
@@ -17926,7 +18353,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
17926
18353
|
* @param {*} [options] Override http request option.
|
|
17927
18354
|
* @throws {RequiredError}
|
|
17928
18355
|
*/
|
|
17929
|
-
moduleVersionControllerTagVersion(moduleVersionCreateAPIDTO?: ModuleVersionCreateAPIDTO, options?:
|
|
18356
|
+
moduleVersionControllerTagVersion(moduleVersionCreateAPIDTO?: ModuleVersionCreateAPIDTO, options?: any): AxiosPromise<ModuleVersionOutputDTOAPI>;
|
|
17930
18357
|
};
|
|
17931
18358
|
/**
|
|
17932
18359
|
* ModuleApi - object-oriented interface
|
|
@@ -18290,7 +18717,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18290
18717
|
* @param {*} [options] Override http request option.
|
|
18291
18718
|
* @throws {RequiredError}
|
|
18292
18719
|
*/
|
|
18293
|
-
banControllerCreate(banCreateDTO?: BanCreateDTO, options?:
|
|
18720
|
+
banControllerCreate(banCreateDTO?: BanCreateDTO, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18294
18721
|
/**
|
|
18295
18722
|
* Unban player. This will remove the ban from Takaro and the gameserver(s) Required permissions: `MANAGE_PLAYERS`<br> OperationId: `BanControllerDelete`
|
|
18296
18723
|
* @summary Unban player
|
|
@@ -18298,7 +18725,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18298
18725
|
* @param {*} [options] Override http request option.
|
|
18299
18726
|
* @throws {RequiredError}
|
|
18300
18727
|
*/
|
|
18301
|
-
banControllerDelete(id: string, options?:
|
|
18728
|
+
banControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18302
18729
|
/**
|
|
18303
18730
|
* Get a single ban Required permissions: `READ_PLAYERS`<br> OperationId: `BanControllerGetOne`
|
|
18304
18731
|
* @summary Get a single ban
|
|
@@ -18306,7 +18733,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18306
18733
|
* @param {*} [options] Override http request option.
|
|
18307
18734
|
* @throws {RequiredError}
|
|
18308
18735
|
*/
|
|
18309
|
-
banControllerGetOne(id: string, options?:
|
|
18736
|
+
banControllerGetOne(id: string, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18310
18737
|
/**
|
|
18311
18738
|
* Search for bans Required permissions: `READ_PLAYERS`<br> OperationId: `BanControllerSearch`
|
|
18312
18739
|
* @summary Search for bans
|
|
@@ -18314,7 +18741,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18314
18741
|
* @param {*} [options] Override http request option.
|
|
18315
18742
|
* @throws {RequiredError}
|
|
18316
18743
|
*/
|
|
18317
|
-
banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?:
|
|
18744
|
+
banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?: any): AxiosPromise<BanOutputArrayDTOAPI>;
|
|
18318
18745
|
/**
|
|
18319
18746
|
* Update an existing ban, updating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`<br> OperationId: `BanControllerUpdate`
|
|
18320
18747
|
* @summary Update ban
|
|
@@ -18323,7 +18750,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18323
18750
|
* @param {*} [options] Override http request option.
|
|
18324
18751
|
* @throws {RequiredError}
|
|
18325
18752
|
*/
|
|
18326
|
-
banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?:
|
|
18753
|
+
banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18327
18754
|
/**
|
|
18328
18755
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`<br> OperationId: `PlayerControllerAssignRole`
|
|
18329
18756
|
* @summary Assign role
|
|
@@ -18333,7 +18760,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18333
18760
|
* @param {*} [options] Override http request option.
|
|
18334
18761
|
* @throws {RequiredError}
|
|
18335
18762
|
*/
|
|
18336
|
-
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
18763
|
+
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
18337
18764
|
/**
|
|
18338
18765
|
* Bulk delete players by their IDs. Deletes Player records which cascades to POG records. Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerControllerBulkDelete`
|
|
18339
18766
|
* @summary Bulk delete
|
|
@@ -18341,7 +18768,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18341
18768
|
* @param {*} [options] Override http request option.
|
|
18342
18769
|
* @throws {RequiredError}
|
|
18343
18770
|
*/
|
|
18344
|
-
playerControllerBulkDelete(playerBulkDeleteInputDTO?: PlayerBulkDeleteInputDTO, options?:
|
|
18771
|
+
playerControllerBulkDelete(playerBulkDeleteInputDTO?: PlayerBulkDeleteInputDTO, options?: any): AxiosPromise<PlayerBulkDeleteOutputDTOAPI>;
|
|
18345
18772
|
/**
|
|
18346
18773
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerControllerDelete`
|
|
18347
18774
|
* @summary Delete
|
|
@@ -18349,14 +18776,14 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18349
18776
|
* @param {*} [options] Override http request option.
|
|
18350
18777
|
* @throws {RequiredError}
|
|
18351
18778
|
*/
|
|
18352
|
-
playerControllerDelete(id: string, options?:
|
|
18779
|
+
playerControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18353
18780
|
/**
|
|
18354
18781
|
* Get the player that is currently authenticated. This is a low-privilege route, returning limited data.<br> OperationId: `PlayerControllerGetMe`
|
|
18355
18782
|
* @summary Get current player
|
|
18356
18783
|
* @param {*} [options] Override http request option.
|
|
18357
18784
|
* @throws {RequiredError}
|
|
18358
18785
|
*/
|
|
18359
|
-
playerControllerGetMe(options?:
|
|
18786
|
+
playerControllerGetMe(options?: any): AxiosPromise<PlayerMeOutputDTO>;
|
|
18360
18787
|
/**
|
|
18361
18788
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerControllerGetOne`
|
|
18362
18789
|
* @summary Get one
|
|
@@ -18364,7 +18791,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18364
18791
|
* @param {*} [options] Override http request option.
|
|
18365
18792
|
* @throws {RequiredError}
|
|
18366
18793
|
*/
|
|
18367
|
-
playerControllerGetOne(id: string, options?:
|
|
18794
|
+
playerControllerGetOne(id: string, options?: any): AxiosPromise<PlayerOutputWithRolesDTOAPI>;
|
|
18368
18795
|
/**
|
|
18369
18796
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`<br> OperationId: `PlayerControllerRemoveRole`
|
|
18370
18797
|
* @summary Remove role
|
|
@@ -18374,7 +18801,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18374
18801
|
* @param {*} [options] Override http request option.
|
|
18375
18802
|
* @throws {RequiredError}
|
|
18376
18803
|
*/
|
|
18377
|
-
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
18804
|
+
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
18378
18805
|
/**
|
|
18379
18806
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerControllerSearch`
|
|
18380
18807
|
* @summary Search
|
|
@@ -18382,7 +18809,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18382
18809
|
* @param {*} [options] Override http request option.
|
|
18383
18810
|
* @throws {RequiredError}
|
|
18384
18811
|
*/
|
|
18385
|
-
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?:
|
|
18812
|
+
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?: any): AxiosPromise<PlayerOutputArrayDTOAPI>;
|
|
18386
18813
|
};
|
|
18387
18814
|
/**
|
|
18388
18815
|
* PlayerApi - object-oriented interface
|
|
@@ -18682,7 +19109,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18682
19109
|
* @param {*} [options] Override http request option.
|
|
18683
19110
|
* @throws {RequiredError}
|
|
18684
19111
|
*/
|
|
18685
|
-
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19112
|
+
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
18686
19113
|
/**
|
|
18687
19114
|
* Bulk delete POG records by player IDs for a specific gameserver. Deletes POG records only, Player records remain intact. Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerBulkDelete`
|
|
18688
19115
|
* @summary Bulk delete
|
|
@@ -18691,7 +19118,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18691
19118
|
* @param {*} [options] Override http request option.
|
|
18692
19119
|
* @throws {RequiredError}
|
|
18693
19120
|
*/
|
|
18694
|
-
playerOnGameServerControllerBulkDelete(gameServerId: string, pogBulkDeleteInputDTO?: PogBulkDeleteInputDTO, options?:
|
|
19121
|
+
playerOnGameServerControllerBulkDelete(gameServerId: string, pogBulkDeleteInputDTO?: PogBulkDeleteInputDTO, options?: any): AxiosPromise<PogBulkDeleteOutputDTOAPI>;
|
|
18695
19122
|
/**
|
|
18696
19123
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerDeductCurrency`
|
|
18697
19124
|
* @summary Deduct currency
|
|
@@ -18701,7 +19128,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18701
19128
|
* @param {*} [options] Override http request option.
|
|
18702
19129
|
* @throws {RequiredError}
|
|
18703
19130
|
*/
|
|
18704
|
-
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19131
|
+
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
18705
19132
|
/**
|
|
18706
19133
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerDelete`
|
|
18707
19134
|
* @summary Delete
|
|
@@ -18710,7 +19137,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18710
19137
|
* @param {*} [options] Override http request option.
|
|
18711
19138
|
* @throws {RequiredError}
|
|
18712
19139
|
*/
|
|
18713
|
-
playerOnGameServerControllerDelete(gameServerId: string, playerId: string, options?:
|
|
19140
|
+
playerOnGameServerControllerDelete(gameServerId: string, playerId: string, options?: any): AxiosPromise<APIOutput>;
|
|
18714
19141
|
/**
|
|
18715
19142
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerGetOne`
|
|
18716
19143
|
* @summary Get one
|
|
@@ -18719,7 +19146,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18719
19146
|
* @param {*} [options] Override http request option.
|
|
18720
19147
|
* @throws {RequiredError}
|
|
18721
19148
|
*/
|
|
18722
|
-
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?:
|
|
19149
|
+
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
18723
19150
|
/**
|
|
18724
19151
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerSearch`
|
|
18725
19152
|
* @summary Search
|
|
@@ -18727,7 +19154,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18727
19154
|
* @param {*} [options] Override http request option.
|
|
18728
19155
|
* @throws {RequiredError}
|
|
18729
19156
|
*/
|
|
18730
|
-
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?:
|
|
19157
|
+
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputArrayDTOAPI>;
|
|
18731
19158
|
/**
|
|
18732
19159
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerSetCurrency`
|
|
18733
19160
|
* @summary Set currency
|
|
@@ -18737,7 +19164,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18737
19164
|
* @param {*} [options] Override http request option.
|
|
18738
19165
|
* @throws {RequiredError}
|
|
18739
19166
|
*/
|
|
18740
|
-
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19167
|
+
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
18741
19168
|
/**
|
|
18742
19169
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerTransactBetweenPlayers`
|
|
18743
19170
|
* @summary Transact between players
|
|
@@ -18748,7 +19175,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
18748
19175
|
* @param {*} [options] Override http request option.
|
|
18749
19176
|
* @throws {RequiredError}
|
|
18750
19177
|
*/
|
|
18751
|
-
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19178
|
+
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
18752
19179
|
};
|
|
18753
19180
|
/**
|
|
18754
19181
|
* PlayerOnGameServerApi - object-oriented interface
|
|
@@ -18962,7 +19389,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
18962
19389
|
* @param {*} [options] Override http request option.
|
|
18963
19390
|
* @throws {RequiredError}
|
|
18964
19391
|
*/
|
|
18965
|
-
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?:
|
|
19392
|
+
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
18966
19393
|
/**
|
|
18967
19394
|
* Required permissions: `READ_ROLES`<br> OperationId: `RoleControllerGetOne`
|
|
18968
19395
|
* @summary Get one
|
|
@@ -18970,14 +19397,14 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
18970
19397
|
* @param {*} [options] Override http request option.
|
|
18971
19398
|
* @throws {RequiredError}
|
|
18972
19399
|
*/
|
|
18973
|
-
roleControllerGetOne(id: string, options?:
|
|
19400
|
+
roleControllerGetOne(id: string, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
18974
19401
|
/**
|
|
18975
19402
|
* <br> OperationId: `RoleControllerGetPermissions`
|
|
18976
19403
|
* @summary Get permissions
|
|
18977
19404
|
* @param {*} [options] Override http request option.
|
|
18978
19405
|
* @throws {RequiredError}
|
|
18979
19406
|
*/
|
|
18980
|
-
roleControllerGetPermissions(options?:
|
|
19407
|
+
roleControllerGetPermissions(options?: any): AxiosPromise<PermissionOutputDTOAPI>;
|
|
18981
19408
|
/**
|
|
18982
19409
|
* Required permissions: `MANAGE_ROLES`<br> OperationId: `RoleControllerRemove`
|
|
18983
19410
|
* @summary Remove
|
|
@@ -18985,7 +19412,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
18985
19412
|
* @param {*} [options] Override http request option.
|
|
18986
19413
|
* @throws {RequiredError}
|
|
18987
19414
|
*/
|
|
18988
|
-
roleControllerRemove(id: string, options?:
|
|
19415
|
+
roleControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18989
19416
|
/**
|
|
18990
19417
|
* Required permissions: `READ_ROLES`<br> OperationId: `RoleControllerSearch`
|
|
18991
19418
|
* @summary Search
|
|
@@ -18993,7 +19420,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
18993
19420
|
* @param {*} [options] Override http request option.
|
|
18994
19421
|
* @throws {RequiredError}
|
|
18995
19422
|
*/
|
|
18996
|
-
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?:
|
|
19423
|
+
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?: any): AxiosPromise<RoleOutputArrayDTOAPI>;
|
|
18997
19424
|
/**
|
|
18998
19425
|
* Required permissions: `MANAGE_ROLES`<br> OperationId: `RoleControllerUpdate`
|
|
18999
19426
|
* @summary Update
|
|
@@ -19002,7 +19429,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19002
19429
|
* @param {*} [options] Override http request option.
|
|
19003
19430
|
* @throws {RequiredError}
|
|
19004
19431
|
*/
|
|
19005
|
-
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?:
|
|
19432
|
+
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
19006
19433
|
};
|
|
19007
19434
|
/**
|
|
19008
19435
|
* RoleApi - object-oriented interface
|
|
@@ -19163,7 +19590,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19163
19590
|
* @param {*} [options] Override http request option.
|
|
19164
19591
|
* @throws {RequiredError}
|
|
19165
19592
|
*/
|
|
19166
|
-
settingsControllerDelete(key: string, gameServerId?: string, options?:
|
|
19593
|
+
settingsControllerDelete(key: string, gameServerId?: string, options?: any): AxiosPromise<APIOutput>;
|
|
19167
19594
|
/**
|
|
19168
19595
|
* <br> OperationId: `SettingsControllerGet`
|
|
19169
19596
|
* @summary Get
|
|
@@ -19172,7 +19599,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19172
19599
|
* @param {*} [options] Override http request option.
|
|
19173
19600
|
* @throws {RequiredError}
|
|
19174
19601
|
*/
|
|
19175
|
-
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?:
|
|
19602
|
+
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?: any): AxiosPromise<SettingsOutputArrayDTOAPI>;
|
|
19176
19603
|
/**
|
|
19177
19604
|
* <br> OperationId: `SettingsControllerGetOne`
|
|
19178
19605
|
* @summary Get one
|
|
@@ -19181,7 +19608,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19181
19608
|
* @param {*} [options] Override http request option.
|
|
19182
19609
|
* @throws {RequiredError}
|
|
19183
19610
|
*/
|
|
19184
|
-
settingsControllerGetOne(key: string, gameServerId?: string, options?:
|
|
19611
|
+
settingsControllerGetOne(key: string, gameServerId?: string, options?: any): AxiosPromise<SettingsOutputDTOAPI>;
|
|
19185
19612
|
/**
|
|
19186
19613
|
* Required permissions: `MANAGE_SETTINGS`<br> OperationId: `SettingsControllerSet`
|
|
19187
19614
|
* @summary Set
|
|
@@ -19190,7 +19617,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19190
19617
|
* @param {*} [options] Override http request option.
|
|
19191
19618
|
* @throws {RequiredError}
|
|
19192
19619
|
*/
|
|
19193
|
-
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?:
|
|
19620
|
+
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?: any): AxiosPromise<SettingsOutputDTOAPI>;
|
|
19194
19621
|
};
|
|
19195
19622
|
/**
|
|
19196
19623
|
* SettingsApi - object-oriented interface
|
|
@@ -19257,6 +19684,275 @@ export declare const SettingsControllerGetKeysEnum: {
|
|
|
19257
19684
|
readonly UnknownCommandFeedbackMessage: "unknownCommandFeedbackMessage";
|
|
19258
19685
|
};
|
|
19259
19686
|
export type SettingsControllerGetKeysEnum = (typeof SettingsControllerGetKeysEnum)[keyof typeof SettingsControllerGetKeysEnum];
|
|
19687
|
+
/**
|
|
19688
|
+
* ShopActionApi - axios parameter creator
|
|
19689
|
+
* @export
|
|
19690
|
+
*/
|
|
19691
|
+
export declare const ShopActionApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
19692
|
+
/**
|
|
19693
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
|
|
19694
|
+
* @summary Create
|
|
19695
|
+
* @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
|
|
19696
|
+
* @param {*} [options] Override http request option.
|
|
19697
|
+
* @throws {RequiredError}
|
|
19698
|
+
*/
|
|
19699
|
+
shopActionControllerCreate: (shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19700
|
+
/**
|
|
19701
|
+
* Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
|
|
19702
|
+
* @summary Get available
|
|
19703
|
+
* @param {string} gameServerId
|
|
19704
|
+
* @param {*} [options] Override http request option.
|
|
19705
|
+
* @throws {RequiredError}
|
|
19706
|
+
*/
|
|
19707
|
+
shopActionControllerGetAvailable: (gameServerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19708
|
+
/**
|
|
19709
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
|
|
19710
|
+
* @summary Get executions
|
|
19711
|
+
* @param {string} id
|
|
19712
|
+
* @param {any} [success]
|
|
19713
|
+
* @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
|
|
19714
|
+
* @param {*} [options] Override http request option.
|
|
19715
|
+
* @throws {RequiredError}
|
|
19716
|
+
*/
|
|
19717
|
+
shopActionControllerGetExecutions: (id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19718
|
+
/**
|
|
19719
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
|
|
19720
|
+
* @summary Get one
|
|
19721
|
+
* @param {string} id
|
|
19722
|
+
* @param {*} [options] Override http request option.
|
|
19723
|
+
* @throws {RequiredError}
|
|
19724
|
+
*/
|
|
19725
|
+
shopActionControllerGetOne: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19726
|
+
/**
|
|
19727
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
|
|
19728
|
+
* @summary Remove
|
|
19729
|
+
* @param {string} id
|
|
19730
|
+
* @param {*} [options] Override http request option.
|
|
19731
|
+
* @throws {RequiredError}
|
|
19732
|
+
*/
|
|
19733
|
+
shopActionControllerRemove: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19734
|
+
/**
|
|
19735
|
+
* Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
|
|
19736
|
+
* @summary Search
|
|
19737
|
+
* @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
|
|
19738
|
+
* @param {*} [options] Override http request option.
|
|
19739
|
+
* @throws {RequiredError}
|
|
19740
|
+
*/
|
|
19741
|
+
shopActionControllerSearch: (shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19742
|
+
/**
|
|
19743
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
|
|
19744
|
+
* @summary Update
|
|
19745
|
+
* @param {string} id
|
|
19746
|
+
* @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
|
|
19747
|
+
* @param {*} [options] Override http request option.
|
|
19748
|
+
* @throws {RequiredError}
|
|
19749
|
+
*/
|
|
19750
|
+
shopActionControllerUpdate: (id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19751
|
+
};
|
|
19752
|
+
/**
|
|
19753
|
+
* ShopActionApi - functional programming interface
|
|
19754
|
+
* @export
|
|
19755
|
+
*/
|
|
19756
|
+
export declare const ShopActionApiFp: (configuration?: Configuration) => {
|
|
19757
|
+
/**
|
|
19758
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
|
|
19759
|
+
* @summary Create
|
|
19760
|
+
* @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
|
|
19761
|
+
* @param {*} [options] Override http request option.
|
|
19762
|
+
* @throws {RequiredError}
|
|
19763
|
+
*/
|
|
19764
|
+
shopActionControllerCreate(shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputDTOAPI>>;
|
|
19765
|
+
/**
|
|
19766
|
+
* Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
|
|
19767
|
+
* @summary Get available
|
|
19768
|
+
* @param {string} gameServerId
|
|
19769
|
+
* @param {*} [options] Override http request option.
|
|
19770
|
+
* @throws {RequiredError}
|
|
19771
|
+
*/
|
|
19772
|
+
shopActionControllerGetAvailable(gameServerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputArrayDTOAPI>>;
|
|
19773
|
+
/**
|
|
19774
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
|
|
19775
|
+
* @summary Get executions
|
|
19776
|
+
* @param {string} id
|
|
19777
|
+
* @param {any} [success]
|
|
19778
|
+
* @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
|
|
19779
|
+
* @param {*} [options] Override http request option.
|
|
19780
|
+
* @throws {RequiredError}
|
|
19781
|
+
*/
|
|
19782
|
+
shopActionControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EventOutputArrayDTOAPI>>;
|
|
19783
|
+
/**
|
|
19784
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
|
|
19785
|
+
* @summary Get one
|
|
19786
|
+
* @param {string} id
|
|
19787
|
+
* @param {*} [options] Override http request option.
|
|
19788
|
+
* @throws {RequiredError}
|
|
19789
|
+
*/
|
|
19790
|
+
shopActionControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputDTOAPI>>;
|
|
19791
|
+
/**
|
|
19792
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
|
|
19793
|
+
* @summary Remove
|
|
19794
|
+
* @param {string} id
|
|
19795
|
+
* @param {*} [options] Override http request option.
|
|
19796
|
+
* @throws {RequiredError}
|
|
19797
|
+
*/
|
|
19798
|
+
shopActionControllerRemove(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIOutput>>;
|
|
19799
|
+
/**
|
|
19800
|
+
* Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
|
|
19801
|
+
* @summary Search
|
|
19802
|
+
* @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
|
|
19803
|
+
* @param {*} [options] Override http request option.
|
|
19804
|
+
* @throws {RequiredError}
|
|
19805
|
+
*/
|
|
19806
|
+
shopActionControllerSearch(shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputArrayDTOAPI>>;
|
|
19807
|
+
/**
|
|
19808
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
|
|
19809
|
+
* @summary Update
|
|
19810
|
+
* @param {string} id
|
|
19811
|
+
* @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
|
|
19812
|
+
* @param {*} [options] Override http request option.
|
|
19813
|
+
* @throws {RequiredError}
|
|
19814
|
+
*/
|
|
19815
|
+
shopActionControllerUpdate(id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShopActionOutputDTOAPI>>;
|
|
19816
|
+
};
|
|
19817
|
+
/**
|
|
19818
|
+
* ShopActionApi - factory interface
|
|
19819
|
+
* @export
|
|
19820
|
+
*/
|
|
19821
|
+
export declare const ShopActionApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
19822
|
+
/**
|
|
19823
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
|
|
19824
|
+
* @summary Create
|
|
19825
|
+
* @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
|
|
19826
|
+
* @param {*} [options] Override http request option.
|
|
19827
|
+
* @throws {RequiredError}
|
|
19828
|
+
*/
|
|
19829
|
+
shopActionControllerCreate(shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputDTOAPI>;
|
|
19830
|
+
/**
|
|
19831
|
+
* Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
|
|
19832
|
+
* @summary Get available
|
|
19833
|
+
* @param {string} gameServerId
|
|
19834
|
+
* @param {*} [options] Override http request option.
|
|
19835
|
+
* @throws {RequiredError}
|
|
19836
|
+
*/
|
|
19837
|
+
shopActionControllerGetAvailable(gameServerId: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputArrayDTOAPI>;
|
|
19838
|
+
/**
|
|
19839
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
|
|
19840
|
+
* @summary Get executions
|
|
19841
|
+
* @param {string} id
|
|
19842
|
+
* @param {any} [success]
|
|
19843
|
+
* @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
|
|
19844
|
+
* @param {*} [options] Override http request option.
|
|
19845
|
+
* @throws {RequiredError}
|
|
19846
|
+
*/
|
|
19847
|
+
shopActionControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
19848
|
+
/**
|
|
19849
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
|
|
19850
|
+
* @summary Get one
|
|
19851
|
+
* @param {string} id
|
|
19852
|
+
* @param {*} [options] Override http request option.
|
|
19853
|
+
* @throws {RequiredError}
|
|
19854
|
+
*/
|
|
19855
|
+
shopActionControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputDTOAPI>;
|
|
19856
|
+
/**
|
|
19857
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
|
|
19858
|
+
* @summary Remove
|
|
19859
|
+
* @param {string} id
|
|
19860
|
+
* @param {*} [options] Override http request option.
|
|
19861
|
+
* @throws {RequiredError}
|
|
19862
|
+
*/
|
|
19863
|
+
shopActionControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
19864
|
+
/**
|
|
19865
|
+
* Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
|
|
19866
|
+
* @summary Search
|
|
19867
|
+
* @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
|
|
19868
|
+
* @param {*} [options] Override http request option.
|
|
19869
|
+
* @throws {RequiredError}
|
|
19870
|
+
*/
|
|
19871
|
+
shopActionControllerSearch(shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputArrayDTOAPI>;
|
|
19872
|
+
/**
|
|
19873
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
|
|
19874
|
+
* @summary Update
|
|
19875
|
+
* @param {string} id
|
|
19876
|
+
* @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
|
|
19877
|
+
* @param {*} [options] Override http request option.
|
|
19878
|
+
* @throws {RequiredError}
|
|
19879
|
+
*/
|
|
19880
|
+
shopActionControllerUpdate(id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopActionOutputDTOAPI>;
|
|
19881
|
+
};
|
|
19882
|
+
/**
|
|
19883
|
+
* ShopActionApi - object-oriented interface
|
|
19884
|
+
* @export
|
|
19885
|
+
* @class ShopActionApi
|
|
19886
|
+
* @extends {BaseAPI}
|
|
19887
|
+
*/
|
|
19888
|
+
export declare class ShopActionApi extends BaseAPI {
|
|
19889
|
+
/**
|
|
19890
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerCreate`
|
|
19891
|
+
* @summary Create
|
|
19892
|
+
* @param {ShopActionCreateDTO} [shopActionCreateDTO] ShopActionCreateDTO
|
|
19893
|
+
* @param {*} [options] Override http request option.
|
|
19894
|
+
* @throws {RequiredError}
|
|
19895
|
+
* @memberof ShopActionApi
|
|
19896
|
+
*/
|
|
19897
|
+
shopActionControllerCreate(shopActionCreateDTO?: ShopActionCreateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputDTOAPI, any>>;
|
|
19898
|
+
/**
|
|
19899
|
+
* Get available shop actions for a game server (from installed modules) Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetAvailable`
|
|
19900
|
+
* @summary Get available
|
|
19901
|
+
* @param {string} gameServerId
|
|
19902
|
+
* @param {*} [options] Override http request option.
|
|
19903
|
+
* @throws {RequiredError}
|
|
19904
|
+
* @memberof ShopActionApi
|
|
19905
|
+
*/
|
|
19906
|
+
shopActionControllerGetAvailable(gameServerId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputArrayDTOAPI, any>>;
|
|
19907
|
+
/**
|
|
19908
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetExecutions`
|
|
19909
|
+
* @summary Get executions
|
|
19910
|
+
* @param {string} id
|
|
19911
|
+
* @param {any} [success]
|
|
19912
|
+
* @param {EventSearchInputDTO} [eventSearchInputDTO] EventSearchInputDTO
|
|
19913
|
+
* @param {*} [options] Override http request option.
|
|
19914
|
+
* @throws {RequiredError}
|
|
19915
|
+
* @memberof ShopActionApi
|
|
19916
|
+
*/
|
|
19917
|
+
shopActionControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EventOutputArrayDTOAPI, any>>;
|
|
19918
|
+
/**
|
|
19919
|
+
* Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerGetOne`
|
|
19920
|
+
* @summary Get one
|
|
19921
|
+
* @param {string} id
|
|
19922
|
+
* @param {*} [options] Override http request option.
|
|
19923
|
+
* @throws {RequiredError}
|
|
19924
|
+
* @memberof ShopActionApi
|
|
19925
|
+
*/
|
|
19926
|
+
shopActionControllerGetOne(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputDTOAPI, any>>;
|
|
19927
|
+
/**
|
|
19928
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerRemove`
|
|
19929
|
+
* @summary Remove
|
|
19930
|
+
* @param {string} id
|
|
19931
|
+
* @param {*} [options] Override http request option.
|
|
19932
|
+
* @throws {RequiredError}
|
|
19933
|
+
* @memberof ShopActionApi
|
|
19934
|
+
*/
|
|
19935
|
+
shopActionControllerRemove(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<APIOutput, any>>;
|
|
19936
|
+
/**
|
|
19937
|
+
* Search shop actions Required permissions: `READ_MODULES`<br> OperationId: `ShopActionControllerSearch`
|
|
19938
|
+
* @summary Search
|
|
19939
|
+
* @param {ShopActionSearchInputDTO} [shopActionSearchInputDTO] ShopActionSearchInputDTO
|
|
19940
|
+
* @param {*} [options] Override http request option.
|
|
19941
|
+
* @throws {RequiredError}
|
|
19942
|
+
* @memberof ShopActionApi
|
|
19943
|
+
*/
|
|
19944
|
+
shopActionControllerSearch(shopActionSearchInputDTO?: ShopActionSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputArrayDTOAPI, any>>;
|
|
19945
|
+
/**
|
|
19946
|
+
* Required permissions: `MANAGE_MODULES`<br> OperationId: `ShopActionControllerUpdate`
|
|
19947
|
+
* @summary Update
|
|
19948
|
+
* @param {string} id
|
|
19949
|
+
* @param {ShopActionUpdateDTO} [shopActionUpdateDTO] ShopActionUpdateDTO
|
|
19950
|
+
* @param {*} [options] Override http request option.
|
|
19951
|
+
* @throws {RequiredError}
|
|
19952
|
+
* @memberof ShopActionApi
|
|
19953
|
+
*/
|
|
19954
|
+
shopActionControllerUpdate(id: string, shopActionUpdateDTO?: ShopActionUpdateDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopActionOutputDTOAPI, any>>;
|
|
19955
|
+
}
|
|
19260
19956
|
/**
|
|
19261
19957
|
* ShopCategoryApi - axios parameter creator
|
|
19262
19958
|
* @export
|
|
@@ -19415,7 +20111,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19415
20111
|
* @param {*} [options] Override http request option.
|
|
19416
20112
|
* @throws {RequiredError}
|
|
19417
20113
|
*/
|
|
19418
|
-
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?:
|
|
20114
|
+
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?: any): AxiosPromise<void>;
|
|
19419
20115
|
/**
|
|
19420
20116
|
* Create a new shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerCreate`
|
|
19421
20117
|
* @summary Create
|
|
@@ -19423,7 +20119,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19423
20119
|
* @param {*} [options] Override http request option.
|
|
19424
20120
|
* @throws {RequiredError}
|
|
19425
20121
|
*/
|
|
19426
|
-
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?:
|
|
20122
|
+
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
19427
20123
|
/**
|
|
19428
20124
|
* Get all shop categories<br> OperationId: `ShopCategoryControllerGetAll`
|
|
19429
20125
|
* @summary Get all
|
|
@@ -19431,7 +20127,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19431
20127
|
* @param {*} [options] Override http request option.
|
|
19432
20128
|
* @throws {RequiredError}
|
|
19433
20129
|
*/
|
|
19434
|
-
shopCategoryControllerGetAll(gameServerId?: string, options?:
|
|
20130
|
+
shopCategoryControllerGetAll(gameServerId?: string, options?: any): AxiosPromise<ShopCategoryOutputArrayDTOAPI>;
|
|
19435
20131
|
/**
|
|
19436
20132
|
* Get a shop category by id<br> OperationId: `ShopCategoryControllerGetOne`
|
|
19437
20133
|
* @summary Get one
|
|
@@ -19440,7 +20136,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19440
20136
|
* @param {*} [options] Override http request option.
|
|
19441
20137
|
* @throws {RequiredError}
|
|
19442
20138
|
*/
|
|
19443
|
-
shopCategoryControllerGetOne(id: string, gameServerId?: string, options?:
|
|
20139
|
+
shopCategoryControllerGetOne(id: string, gameServerId?: string, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
19444
20140
|
/**
|
|
19445
20141
|
* Move a shop category to a different parent Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerMove`
|
|
19446
20142
|
* @summary Move
|
|
@@ -19449,7 +20145,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19449
20145
|
* @param {*} [options] Override http request option.
|
|
19450
20146
|
* @throws {RequiredError}
|
|
19451
20147
|
*/
|
|
19452
|
-
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?:
|
|
20148
|
+
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
19453
20149
|
/**
|
|
19454
20150
|
* Delete a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerRemove`
|
|
19455
20151
|
* @summary Remove
|
|
@@ -19457,7 +20153,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19457
20153
|
* @param {*} [options] Override http request option.
|
|
19458
20154
|
* @throws {RequiredError}
|
|
19459
20155
|
*/
|
|
19460
|
-
shopCategoryControllerRemove(id: string, options?:
|
|
20156
|
+
shopCategoryControllerRemove(id: string, options?: any): AxiosPromise<void>;
|
|
19461
20157
|
/**
|
|
19462
20158
|
* Search shop categories<br> OperationId: `ShopCategoryControllerSearch`
|
|
19463
20159
|
* @summary Search
|
|
@@ -19465,7 +20161,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19465
20161
|
* @param {*} [options] Override http request option.
|
|
19466
20162
|
* @throws {RequiredError}
|
|
19467
20163
|
*/
|
|
19468
|
-
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?:
|
|
20164
|
+
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?: any): AxiosPromise<ShopCategoryOutputArrayDTOAPI>;
|
|
19469
20165
|
/**
|
|
19470
20166
|
* Update a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerUpdate`
|
|
19471
20167
|
* @summary Update
|
|
@@ -19474,7 +20170,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
19474
20170
|
* @param {*} [options] Override http request option.
|
|
19475
20171
|
* @throws {RequiredError}
|
|
19476
20172
|
*/
|
|
19477
|
-
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?:
|
|
20173
|
+
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
19478
20174
|
};
|
|
19479
20175
|
/**
|
|
19480
20176
|
* ShopCategoryApi - object-oriented interface
|
|
@@ -19679,7 +20375,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
19679
20375
|
* @param {*} [options] Override http request option.
|
|
19680
20376
|
* @throws {RequiredError}
|
|
19681
20377
|
*/
|
|
19682
|
-
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?:
|
|
20378
|
+
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
19683
20379
|
/**
|
|
19684
20380
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerDelete`
|
|
19685
20381
|
* @summary Delete
|
|
@@ -19687,7 +20383,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
19687
20383
|
* @param {*} [options] Override http request option.
|
|
19688
20384
|
* @throws {RequiredError}
|
|
19689
20385
|
*/
|
|
19690
|
-
shopListingControllerDelete(id: string, options?:
|
|
20386
|
+
shopListingControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
19691
20387
|
/**
|
|
19692
20388
|
* <br> OperationId: `ShopListingControllerGetOne`
|
|
19693
20389
|
* @summary Get one
|
|
@@ -19695,14 +20391,14 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
19695
20391
|
* @param {*} [options] Override http request option.
|
|
19696
20392
|
* @throws {RequiredError}
|
|
19697
20393
|
*/
|
|
19698
|
-
shopListingControllerGetOne(id: string, options?:
|
|
20394
|
+
shopListingControllerGetOne(id: string, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
19699
20395
|
/**
|
|
19700
20396
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerImportListings`
|
|
19701
20397
|
* @summary Import listings
|
|
19702
20398
|
* @param {*} [options] Override http request option.
|
|
19703
20399
|
* @throws {RequiredError}
|
|
19704
20400
|
*/
|
|
19705
|
-
shopListingControllerImportListings(options?:
|
|
20401
|
+
shopListingControllerImportListings(options?: any): AxiosPromise<APIOutput>;
|
|
19706
20402
|
/**
|
|
19707
20403
|
* Search shop listings<br> OperationId: `ShopListingControllerSearch`
|
|
19708
20404
|
* @summary Search
|
|
@@ -19710,7 +20406,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
19710
20406
|
* @param {*} [options] Override http request option.
|
|
19711
20407
|
* @throws {RequiredError}
|
|
19712
20408
|
*/
|
|
19713
|
-
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?:
|
|
20409
|
+
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?: any): AxiosPromise<ShopListingOutputArrayDTOAPI>;
|
|
19714
20410
|
/**
|
|
19715
20411
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerUpdate`
|
|
19716
20412
|
* @summary Update
|
|
@@ -19719,7 +20415,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
19719
20415
|
* @param {*} [options] Override http request option.
|
|
19720
20416
|
* @throws {RequiredError}
|
|
19721
20417
|
*/
|
|
19722
|
-
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?:
|
|
20418
|
+
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
19723
20419
|
};
|
|
19724
20420
|
/**
|
|
19725
20421
|
* ShopListingApi - object-oriented interface
|
|
@@ -19887,7 +20583,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
19887
20583
|
* @param {*} [options] Override http request option.
|
|
19888
20584
|
* @throws {RequiredError}
|
|
19889
20585
|
*/
|
|
19890
|
-
shopOrderControllerCancel(id: string, options?:
|
|
20586
|
+
shopOrderControllerCancel(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
19891
20587
|
/**
|
|
19892
20588
|
* Claiming an order will mark it as completed and give the user the item in-game<br> OperationId: `ShopOrderControllerClaim`
|
|
19893
20589
|
* @summary Claim an order
|
|
@@ -19895,7 +20591,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
19895
20591
|
* @param {*} [options] Override http request option.
|
|
19896
20592
|
* @throws {RequiredError}
|
|
19897
20593
|
*/
|
|
19898
|
-
shopOrderControllerClaim(id: string, options?:
|
|
20594
|
+
shopOrderControllerClaim(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
19899
20595
|
/**
|
|
19900
20596
|
* <br> OperationId: `ShopOrderControllerCreate`
|
|
19901
20597
|
* @summary Create
|
|
@@ -19903,7 +20599,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
19903
20599
|
* @param {*} [options] Override http request option.
|
|
19904
20600
|
* @throws {RequiredError}
|
|
19905
20601
|
*/
|
|
19906
|
-
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?:
|
|
20602
|
+
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
19907
20603
|
/**
|
|
19908
20604
|
* Get an order by its ID. This endpoint only returns orders that belong to the caller. When the caller has permission to view all orders, they can get any order.<br> OperationId: `ShopOrderControllerGetOne`
|
|
19909
20605
|
* @summary Get order by ID
|
|
@@ -19911,7 +20607,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
19911
20607
|
* @param {*} [options] Override http request option.
|
|
19912
20608
|
* @throws {RequiredError}
|
|
19913
20609
|
*/
|
|
19914
|
-
shopOrderControllerGetOne(id: string, options?:
|
|
20610
|
+
shopOrderControllerGetOne(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
19915
20611
|
/**
|
|
19916
20612
|
* Search for orders. By default, this endpoint only returns your own orders. When the caller has permission to view all orders, they can search for all orders.<br> OperationId: `ShopOrderControllerSearch`
|
|
19917
20613
|
* @summary Search orders
|
|
@@ -19919,7 +20615,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
19919
20615
|
* @param {*} [options] Override http request option.
|
|
19920
20616
|
* @throws {RequiredError}
|
|
19921
20617
|
*/
|
|
19922
|
-
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?:
|
|
20618
|
+
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?: any): AxiosPromise<ShopOrderOutputArrayDTOAPI>;
|
|
19923
20619
|
};
|
|
19924
20620
|
/**
|
|
19925
20621
|
* ShopOrderApi - object-oriented interface
|
|
@@ -19985,12 +20681,12 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
19985
20681
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
19986
20682
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
19987
20683
|
* @param {string} [gameServerId]
|
|
19988
|
-
* @param {
|
|
19989
|
-
* @param {
|
|
20684
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20685
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
19990
20686
|
* @param {*} [options] Override http request option.
|
|
19991
20687
|
* @throws {RequiredError}
|
|
19992
20688
|
*/
|
|
19993
|
-
statsControllerGetActivityStats: (timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20689
|
+
statsControllerGetActivityStats: (timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19994
20690
|
/**
|
|
19995
20691
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
19996
20692
|
* @summary Get statistics about the countries of the players
|
|
@@ -20004,12 +20700,12 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20004
20700
|
* @summary Get currency stats
|
|
20005
20701
|
* @param {string} gameServerId
|
|
20006
20702
|
* @param {string} [playerId]
|
|
20007
|
-
* @param {
|
|
20008
|
-
* @param {
|
|
20703
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20704
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20009
20705
|
* @param {*} [options] Override http request option.
|
|
20010
20706
|
* @throws {RequiredError}
|
|
20011
20707
|
*/
|
|
20012
|
-
statsControllerGetCurrencyStats: (gameServerId: string, playerId?: string, startDate?:
|
|
20708
|
+
statsControllerGetCurrencyStats: (gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20013
20709
|
/**
|
|
20014
20710
|
* Calculates how many times an event type has occured over `bucketStep` time. Supports different filters and can return multiple series at a time. Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetEventsCount`
|
|
20015
20711
|
* @summary Get event count over time
|
|
@@ -20020,43 +20716,43 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20020
20716
|
* @param {string} [moduleId]
|
|
20021
20717
|
* @param {string} [playerId]
|
|
20022
20718
|
* @param {string} [userId]
|
|
20023
|
-
* @param {
|
|
20024
|
-
* @param {
|
|
20719
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20720
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20025
20721
|
* @param {*} [options] Override http request option.
|
|
20026
20722
|
* @throws {RequiredError}
|
|
20027
20723
|
*/
|
|
20028
|
-
statsControllerGetEventsCount: (eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?:
|
|
20724
|
+
statsControllerGetEventsCount: (eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20029
20725
|
/**
|
|
20030
20726
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20031
20727
|
* @summary Get latency stats
|
|
20032
20728
|
* @param {string} gameServerId
|
|
20033
|
-
* @param {
|
|
20034
|
-
* @param {
|
|
20729
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20730
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20035
20731
|
* @param {*} [options] Override http request option.
|
|
20036
20732
|
* @throws {RequiredError}
|
|
20037
20733
|
*/
|
|
20038
|
-
statsControllerGetLatencyStats: (gameServerId: string, startDate?:
|
|
20734
|
+
statsControllerGetLatencyStats: (gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20039
20735
|
/**
|
|
20040
20736
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20041
20737
|
* @summary Get ping stats
|
|
20042
20738
|
* @param {string} gameServerId
|
|
20043
20739
|
* @param {string} playerId
|
|
20044
|
-
* @param {
|
|
20045
|
-
* @param {
|
|
20740
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20741
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20046
20742
|
* @param {*} [options] Override http request option.
|
|
20047
20743
|
* @throws {RequiredError}
|
|
20048
20744
|
*/
|
|
20049
|
-
statsControllerGetPingStats: (gameServerId: string, playerId: string, startDate?:
|
|
20745
|
+
statsControllerGetPingStats: (gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20050
20746
|
/**
|
|
20051
20747
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20052
20748
|
* @summary Get player online stats
|
|
20053
20749
|
* @param {string} [gameServerId]
|
|
20054
|
-
* @param {
|
|
20055
|
-
* @param {
|
|
20750
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20751
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20056
20752
|
* @param {*} [options] Override http request option.
|
|
20057
20753
|
* @throws {RequiredError}
|
|
20058
20754
|
*/
|
|
20059
|
-
statsControllerGetPlayerOnlineStats: (gameServerId?: string, startDate?:
|
|
20755
|
+
statsControllerGetPlayerOnlineStats: (gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20060
20756
|
};
|
|
20061
20757
|
/**
|
|
20062
20758
|
* StatsApi - functional programming interface
|
|
@@ -20069,12 +20765,12 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20069
20765
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20070
20766
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20071
20767
|
* @param {string} [gameServerId]
|
|
20072
|
-
* @param {
|
|
20073
|
-
* @param {
|
|
20768
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20769
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20074
20770
|
* @param {*} [options] Override http request option.
|
|
20075
20771
|
* @throws {RequiredError}
|
|
20076
20772
|
*/
|
|
20077
|
-
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20773
|
+
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20078
20774
|
/**
|
|
20079
20775
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20080
20776
|
* @summary Get statistics about the countries of the players
|
|
@@ -20088,12 +20784,12 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20088
20784
|
* @summary Get currency stats
|
|
20089
20785
|
* @param {string} gameServerId
|
|
20090
20786
|
* @param {string} [playerId]
|
|
20091
|
-
* @param {
|
|
20092
|
-
* @param {
|
|
20787
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20788
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20093
20789
|
* @param {*} [options] Override http request option.
|
|
20094
20790
|
* @throws {RequiredError}
|
|
20095
20791
|
*/
|
|
20096
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?:
|
|
20792
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20097
20793
|
/**
|
|
20098
20794
|
* Calculates how many times an event type has occured over `bucketStep` time. Supports different filters and can return multiple series at a time. Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetEventsCount`
|
|
20099
20795
|
* @summary Get event count over time
|
|
@@ -20104,43 +20800,43 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20104
20800
|
* @param {string} [moduleId]
|
|
20105
20801
|
* @param {string} [playerId]
|
|
20106
20802
|
* @param {string} [userId]
|
|
20107
|
-
* @param {
|
|
20108
|
-
* @param {
|
|
20803
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20804
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20109
20805
|
* @param {*} [options] Override http request option.
|
|
20110
20806
|
* @throws {RequiredError}
|
|
20111
20807
|
*/
|
|
20112
|
-
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?:
|
|
20808
|
+
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20113
20809
|
/**
|
|
20114
20810
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20115
20811
|
* @summary Get latency stats
|
|
20116
20812
|
* @param {string} gameServerId
|
|
20117
|
-
* @param {
|
|
20118
|
-
* @param {
|
|
20813
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20814
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20119
20815
|
* @param {*} [options] Override http request option.
|
|
20120
20816
|
* @throws {RequiredError}
|
|
20121
20817
|
*/
|
|
20122
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
20818
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20123
20819
|
/**
|
|
20124
20820
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20125
20821
|
* @summary Get ping stats
|
|
20126
20822
|
* @param {string} gameServerId
|
|
20127
20823
|
* @param {string} playerId
|
|
20128
|
-
* @param {
|
|
20129
|
-
* @param {
|
|
20824
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20825
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20130
20826
|
* @param {*} [options] Override http request option.
|
|
20131
20827
|
* @throws {RequiredError}
|
|
20132
20828
|
*/
|
|
20133
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?:
|
|
20829
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20134
20830
|
/**
|
|
20135
20831
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20136
20832
|
* @summary Get player online stats
|
|
20137
20833
|
* @param {string} [gameServerId]
|
|
20138
|
-
* @param {
|
|
20139
|
-
* @param {
|
|
20834
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20835
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20140
20836
|
* @param {*} [options] Override http request option.
|
|
20141
20837
|
* @throws {RequiredError}
|
|
20142
20838
|
*/
|
|
20143
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
20839
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20144
20840
|
};
|
|
20145
20841
|
/**
|
|
20146
20842
|
* StatsApi - factory interface
|
|
@@ -20153,12 +20849,12 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20153
20849
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20154
20850
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20155
20851
|
* @param {string} [gameServerId]
|
|
20156
|
-
* @param {
|
|
20157
|
-
* @param {
|
|
20852
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20853
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20158
20854
|
* @param {*} [options] Override http request option.
|
|
20159
20855
|
* @throws {RequiredError}
|
|
20160
20856
|
*/
|
|
20161
|
-
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20857
|
+
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20162
20858
|
/**
|
|
20163
20859
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20164
20860
|
* @summary Get statistics about the countries of the players
|
|
@@ -20166,18 +20862,18 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20166
20862
|
* @param {*} [options] Override http request option.
|
|
20167
20863
|
* @throws {RequiredError}
|
|
20168
20864
|
*/
|
|
20169
|
-
statsControllerGetCountryStats(gameServerId?: Array<string>, options?:
|
|
20865
|
+
statsControllerGetCountryStats(gameServerId?: Array<string>, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20170
20866
|
/**
|
|
20171
20867
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCurrencyStats`
|
|
20172
20868
|
* @summary Get currency stats
|
|
20173
20869
|
* @param {string} gameServerId
|
|
20174
20870
|
* @param {string} [playerId]
|
|
20175
|
-
* @param {
|
|
20176
|
-
* @param {
|
|
20871
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20872
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20177
20873
|
* @param {*} [options] Override http request option.
|
|
20178
20874
|
* @throws {RequiredError}
|
|
20179
20875
|
*/
|
|
20180
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?:
|
|
20876
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20181
20877
|
/**
|
|
20182
20878
|
* Calculates how many times an event type has occured over `bucketStep` time. Supports different filters and can return multiple series at a time. Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetEventsCount`
|
|
20183
20879
|
* @summary Get event count over time
|
|
@@ -20188,43 +20884,43 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20188
20884
|
* @param {string} [moduleId]
|
|
20189
20885
|
* @param {string} [playerId]
|
|
20190
20886
|
* @param {string} [userId]
|
|
20191
|
-
* @param {
|
|
20192
|
-
* @param {
|
|
20887
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20888
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20193
20889
|
* @param {*} [options] Override http request option.
|
|
20194
20890
|
* @throws {RequiredError}
|
|
20195
20891
|
*/
|
|
20196
|
-
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?:
|
|
20892
|
+
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20197
20893
|
/**
|
|
20198
20894
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20199
20895
|
* @summary Get latency stats
|
|
20200
20896
|
* @param {string} gameServerId
|
|
20201
|
-
* @param {
|
|
20202
|
-
* @param {
|
|
20897
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20898
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20203
20899
|
* @param {*} [options] Override http request option.
|
|
20204
20900
|
* @throws {RequiredError}
|
|
20205
20901
|
*/
|
|
20206
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
20902
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20207
20903
|
/**
|
|
20208
20904
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20209
20905
|
* @summary Get ping stats
|
|
20210
20906
|
* @param {string} gameServerId
|
|
20211
20907
|
* @param {string} playerId
|
|
20212
|
-
* @param {
|
|
20213
|
-
* @param {
|
|
20908
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20909
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20214
20910
|
* @param {*} [options] Override http request option.
|
|
20215
20911
|
* @throws {RequiredError}
|
|
20216
20912
|
*/
|
|
20217
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?:
|
|
20913
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20218
20914
|
/**
|
|
20219
20915
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20220
20916
|
* @summary Get player online stats
|
|
20221
20917
|
* @param {string} [gameServerId]
|
|
20222
|
-
* @param {
|
|
20223
|
-
* @param {
|
|
20918
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20919
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20224
20920
|
* @param {*} [options] Override http request option.
|
|
20225
20921
|
* @throws {RequiredError}
|
|
20226
20922
|
*/
|
|
20227
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
20923
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20228
20924
|
};
|
|
20229
20925
|
/**
|
|
20230
20926
|
* StatsApi - object-oriented interface
|
|
@@ -20239,13 +20935,13 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20239
20935
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20240
20936
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20241
20937
|
* @param {string} [gameServerId]
|
|
20242
|
-
* @param {
|
|
20243
|
-
* @param {
|
|
20938
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20939
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20244
20940
|
* @param {*} [options] Override http request option.
|
|
20245
20941
|
* @throws {RequiredError}
|
|
20246
20942
|
* @memberof StatsApi
|
|
20247
20943
|
*/
|
|
20248
|
-
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20944
|
+
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20249
20945
|
/**
|
|
20250
20946
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20251
20947
|
* @summary Get statistics about the countries of the players
|
|
@@ -20260,13 +20956,13 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20260
20956
|
* @summary Get currency stats
|
|
20261
20957
|
* @param {string} gameServerId
|
|
20262
20958
|
* @param {string} [playerId]
|
|
20263
|
-
* @param {
|
|
20264
|
-
* @param {
|
|
20959
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20960
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20265
20961
|
* @param {*} [options] Override http request option.
|
|
20266
20962
|
* @throws {RequiredError}
|
|
20267
20963
|
* @memberof StatsApi
|
|
20268
20964
|
*/
|
|
20269
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?:
|
|
20965
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20270
20966
|
/**
|
|
20271
20967
|
* Calculates how many times an event type has occured over `bucketStep` time. Supports different filters and can return multiple series at a time. Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetEventsCount`
|
|
20272
20968
|
* @summary Get event count over time
|
|
@@ -20277,47 +20973,47 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20277
20973
|
* @param {string} [moduleId]
|
|
20278
20974
|
* @param {string} [playerId]
|
|
20279
20975
|
* @param {string} [userId]
|
|
20280
|
-
* @param {
|
|
20281
|
-
* @param {
|
|
20976
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20977
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20282
20978
|
* @param {*} [options] Override http request option.
|
|
20283
20979
|
* @throws {RequiredError}
|
|
20284
20980
|
* @memberof StatsApi
|
|
20285
20981
|
*/
|
|
20286
|
-
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?:
|
|
20982
|
+
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20287
20983
|
/**
|
|
20288
20984
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20289
20985
|
* @summary Get latency stats
|
|
20290
20986
|
* @param {string} gameServerId
|
|
20291
|
-
* @param {
|
|
20292
|
-
* @param {
|
|
20987
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20988
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20293
20989
|
* @param {*} [options] Override http request option.
|
|
20294
20990
|
* @throws {RequiredError}
|
|
20295
20991
|
* @memberof StatsApi
|
|
20296
20992
|
*/
|
|
20297
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
20993
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20298
20994
|
/**
|
|
20299
20995
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20300
20996
|
* @summary Get ping stats
|
|
20301
20997
|
* @param {string} gameServerId
|
|
20302
20998
|
* @param {string} playerId
|
|
20303
|
-
* @param {
|
|
20304
|
-
* @param {
|
|
20999
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21000
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20305
21001
|
* @param {*} [options] Override http request option.
|
|
20306
21002
|
* @throws {RequiredError}
|
|
20307
21003
|
* @memberof StatsApi
|
|
20308
21004
|
*/
|
|
20309
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?:
|
|
21005
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20310
21006
|
/**
|
|
20311
21007
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20312
21008
|
* @summary Get player online stats
|
|
20313
21009
|
* @param {string} [gameServerId]
|
|
20314
|
-
* @param {
|
|
20315
|
-
* @param {
|
|
21010
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21011
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20316
21012
|
* @param {*} [options] Override http request option.
|
|
20317
21013
|
* @throws {RequiredError}
|
|
20318
21014
|
* @memberof StatsApi
|
|
20319
21015
|
*/
|
|
20320
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
21016
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20321
21017
|
}
|
|
20322
21018
|
/**
|
|
20323
21019
|
* @export
|
|
@@ -20375,6 +21071,7 @@ export declare const StatsControllerGetEventsCountEventNameEnum: {
|
|
|
20375
21071
|
readonly PlayerBanned: "player-banned";
|
|
20376
21072
|
readonly PlayerUnbanned: "player-unbanned";
|
|
20377
21073
|
readonly PlayerDeleted: "player-deleted";
|
|
21074
|
+
readonly ShopActionExecuted: "shop-action-executed";
|
|
20378
21075
|
readonly PlayerConnected: "player-connected";
|
|
20379
21076
|
readonly PlayerDisconnected: "player-disconnected";
|
|
20380
21077
|
readonly ChatMessage: "chat-message";
|
|
@@ -20508,7 +21205,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
20508
21205
|
* @param {*} [options] Override http request option.
|
|
20509
21206
|
* @throws {RequiredError}
|
|
20510
21207
|
*/
|
|
20511
|
-
trackingControllerGetBoundingBoxPlayers(boundingBoxSearchInputDTO?: BoundingBoxSearchInputDTO, options?:
|
|
21208
|
+
trackingControllerGetBoundingBoxPlayers(boundingBoxSearchInputDTO?: BoundingBoxSearchInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
20512
21209
|
/**
|
|
20513
21210
|
* Get inventory changes for a player between two timestamps Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayerInventoryHistory`
|
|
20514
21211
|
* @summary Get player inventory history
|
|
@@ -20516,7 +21213,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
20516
21213
|
* @param {*} [options] Override http request option.
|
|
20517
21214
|
* @throws {RequiredError}
|
|
20518
21215
|
*/
|
|
20519
|
-
trackingControllerGetPlayerInventoryHistory(playerInventoryHistoryInputDTO?: PlayerInventoryHistoryInputDTO, options?:
|
|
21216
|
+
trackingControllerGetPlayerInventoryHistory(playerInventoryHistoryInputDTO?: PlayerInventoryHistoryInputDTO, options?: any): AxiosPromise<PlayerInventoryArrayOutputDTOAPI>;
|
|
20520
21217
|
/**
|
|
20521
21218
|
* Get movement history for players within date bounds Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayerMovementHistory`
|
|
20522
21219
|
* @summary Get player movement history
|
|
@@ -20524,7 +21221,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
20524
21221
|
* @param {*} [options] Override http request option.
|
|
20525
21222
|
* @throws {RequiredError}
|
|
20526
21223
|
*/
|
|
20527
|
-
trackingControllerGetPlayerMovementHistory(playerMovementHistoryInputDTO?: PlayerMovementHistoryInputDTO, options?:
|
|
21224
|
+
trackingControllerGetPlayerMovementHistory(playerMovementHistoryInputDTO?: PlayerMovementHistoryInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
20528
21225
|
/**
|
|
20529
21226
|
* Find all players who have had a specific item in their inventory Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayersByItem`
|
|
20530
21227
|
* @summary Get players by item
|
|
@@ -20532,7 +21229,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
20532
21229
|
* @param {*} [options] Override http request option.
|
|
20533
21230
|
* @throws {RequiredError}
|
|
20534
21231
|
*/
|
|
20535
|
-
trackingControllerGetPlayersByItem(playersByItemInputDTO?: PlayersByItemInputDTO, options?:
|
|
21232
|
+
trackingControllerGetPlayersByItem(playersByItemInputDTO?: PlayersByItemInputDTO, options?: any): AxiosPromise<PlayerItemHistoryArrayOutputDTOAPI>;
|
|
20536
21233
|
/**
|
|
20537
21234
|
* Find all players within a spherical area from a center point Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetRadiusPlayers`
|
|
20538
21235
|
* @summary Get radius players
|
|
@@ -20540,7 +21237,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
20540
21237
|
* @param {*} [options] Override http request option.
|
|
20541
21238
|
* @throws {RequiredError}
|
|
20542
21239
|
*/
|
|
20543
|
-
trackingControllerGetRadiusPlayers(radiusSearchInputDTO?: RadiusSearchInputDTO, options?:
|
|
21240
|
+
trackingControllerGetRadiusPlayers(radiusSearchInputDTO?: RadiusSearchInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
20544
21241
|
};
|
|
20545
21242
|
/**
|
|
20546
21243
|
* TrackingApi - object-oriented interface
|
|
@@ -20847,7 +21544,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20847
21544
|
* @param {*} [options] Override http request option.
|
|
20848
21545
|
* @throws {RequiredError}
|
|
20849
21546
|
*/
|
|
20850
|
-
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?:
|
|
21547
|
+
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
20851
21548
|
/**
|
|
20852
21549
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerCreate`
|
|
20853
21550
|
* @summary Create
|
|
@@ -20855,14 +21552,14 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20855
21552
|
* @param {*} [options] Override http request option.
|
|
20856
21553
|
* @throws {RequiredError}
|
|
20857
21554
|
*/
|
|
20858
|
-
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?:
|
|
21555
|
+
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
20859
21556
|
/**
|
|
20860
21557
|
* Unset the selected domain for the user, this will clear the domain cookie. On the next request, the backend will set this again.<br> OperationId: `UserControllerDeleteSelectedDomainCookie`
|
|
20861
21558
|
* @summary Unset the selected domain for the user
|
|
20862
21559
|
* @param {*} [options] Override http request option.
|
|
20863
21560
|
* @throws {RequiredError}
|
|
20864
21561
|
*/
|
|
20865
|
-
userControllerDeleteSelectedDomainCookie(options?:
|
|
21562
|
+
userControllerDeleteSelectedDomainCookie(options?: any): AxiosPromise<void>;
|
|
20866
21563
|
/**
|
|
20867
21564
|
* Required permissions: `READ_USERS`<br> OperationId: `UserControllerGetOne`
|
|
20868
21565
|
* @summary Get one
|
|
@@ -20870,7 +21567,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20870
21567
|
* @param {*} [options] Override http request option.
|
|
20871
21568
|
* @throws {RequiredError}
|
|
20872
21569
|
*/
|
|
20873
|
-
userControllerGetOne(id: string, options?:
|
|
21570
|
+
userControllerGetOne(id: string, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
20874
21571
|
/**
|
|
20875
21572
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerInvite`
|
|
20876
21573
|
* @summary Invite
|
|
@@ -20878,7 +21575,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20878
21575
|
* @param {*} [options] Override http request option.
|
|
20879
21576
|
* @throws {RequiredError}
|
|
20880
21577
|
*/
|
|
20881
|
-
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?:
|
|
21578
|
+
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
20882
21579
|
/**
|
|
20883
21580
|
* Link your player profile to Takaro, allowing web access for things like shop and stats. To get the code, use the /link command in the game.<br> OperationId: `UserControllerLinkPlayerProfile`
|
|
20884
21581
|
* @summary Link player profile
|
|
@@ -20886,7 +21583,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20886
21583
|
* @param {*} [options] Override http request option.
|
|
20887
21584
|
* @throws {RequiredError}
|
|
20888
21585
|
*/
|
|
20889
|
-
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?:
|
|
21586
|
+
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?: any): AxiosPromise<void>;
|
|
20890
21587
|
/**
|
|
20891
21588
|
* <br> OperationId: `UserControllerLogin`
|
|
20892
21589
|
* @summary Login
|
|
@@ -20894,21 +21591,21 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20894
21591
|
* @param {*} [options] Override http request option.
|
|
20895
21592
|
* @throws {RequiredError}
|
|
20896
21593
|
*/
|
|
20897
|
-
userControllerLogin(loginDTO?: LoginDTO, options?:
|
|
21594
|
+
userControllerLogin(loginDTO?: LoginDTO, options?: any): AxiosPromise<LoginOutputDTOAPI>;
|
|
20898
21595
|
/**
|
|
20899
21596
|
* <br> OperationId: `UserControllerLogout`
|
|
20900
21597
|
* @summary Logout
|
|
20901
21598
|
* @param {*} [options] Override http request option.
|
|
20902
21599
|
* @throws {RequiredError}
|
|
20903
21600
|
*/
|
|
20904
|
-
userControllerLogout(options?:
|
|
21601
|
+
userControllerLogout(options?: any): AxiosPromise<APIOutput>;
|
|
20905
21602
|
/**
|
|
20906
21603
|
* Get the current user and the domains that the user has access to. Note that you can only make requests in the scope of a single domain. In order to switch the domain, you need to use the domain selection endpoints<br> OperationId: `UserControllerMe`
|
|
20907
21604
|
* @summary Get the current logged in user
|
|
20908
21605
|
* @param {*} [options] Override http request option.
|
|
20909
21606
|
* @throws {RequiredError}
|
|
20910
21607
|
*/
|
|
20911
|
-
userControllerMe(options?:
|
|
21608
|
+
userControllerMe(options?: any): AxiosPromise<MeOutoutDTOAPI>;
|
|
20912
21609
|
/**
|
|
20913
21610
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerRemove`
|
|
20914
21611
|
* @summary Remove
|
|
@@ -20916,7 +21613,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20916
21613
|
* @param {*} [options] Override http request option.
|
|
20917
21614
|
* @throws {RequiredError}
|
|
20918
21615
|
*/
|
|
20919
|
-
userControllerRemove(id: string, options?:
|
|
21616
|
+
userControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
20920
21617
|
/**
|
|
20921
21618
|
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `UserControllerRemoveRole`
|
|
20922
21619
|
* @summary Remove role
|
|
@@ -20925,7 +21622,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20925
21622
|
* @param {*} [options] Override http request option.
|
|
20926
21623
|
* @throws {RequiredError}
|
|
20927
21624
|
*/
|
|
20928
|
-
userControllerRemoveRole(id: string, roleId: string, options?:
|
|
21625
|
+
userControllerRemoveRole(id: string, roleId: string, options?: any): AxiosPromise<APIOutput>;
|
|
20929
21626
|
/**
|
|
20930
21627
|
* Required permissions: `READ_USERS`<br> OperationId: `UserControllerSearch`
|
|
20931
21628
|
* @summary Search
|
|
@@ -20933,7 +21630,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20933
21630
|
* @param {*} [options] Override http request option.
|
|
20934
21631
|
* @throws {RequiredError}
|
|
20935
21632
|
*/
|
|
20936
|
-
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?:
|
|
21633
|
+
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?: any): AxiosPromise<UserOutputArrayDTOAPI>;
|
|
20937
21634
|
/**
|
|
20938
21635
|
* One user can have multiple domains, this endpoint is a helper to set the selected domain for the user<br> OperationId: `UserControllerSetSelectedDomain`
|
|
20939
21636
|
* @summary Set the selected domain for the user
|
|
@@ -20941,7 +21638,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20941
21638
|
* @param {*} [options] Override http request option.
|
|
20942
21639
|
* @throws {RequiredError}
|
|
20943
21640
|
*/
|
|
20944
|
-
userControllerSetSelectedDomain(domainId: string, options?:
|
|
21641
|
+
userControllerSetSelectedDomain(domainId: string, options?: any): AxiosPromise<void>;
|
|
20945
21642
|
/**
|
|
20946
21643
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerUpdate`
|
|
20947
21644
|
* @summary Update
|
|
@@ -20950,7 +21647,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20950
21647
|
* @param {*} [options] Override http request option.
|
|
20951
21648
|
* @throws {RequiredError}
|
|
20952
21649
|
*/
|
|
20953
|
-
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?:
|
|
21650
|
+
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
20954
21651
|
};
|
|
20955
21652
|
/**
|
|
20956
21653
|
* UserApi - object-oriented interface
|
|
@@ -21193,7 +21890,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21193
21890
|
* @param {*} [options] Override http request option.
|
|
21194
21891
|
* @throws {RequiredError}
|
|
21195
21892
|
*/
|
|
21196
|
-
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?:
|
|
21893
|
+
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21197
21894
|
/**
|
|
21198
21895
|
* Required permissions: `MANAGE_VARIABLES`<br> OperationId: `VariableControllerDelete`
|
|
21199
21896
|
* @summary Delete
|
|
@@ -21201,7 +21898,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21201
21898
|
* @param {*} [options] Override http request option.
|
|
21202
21899
|
* @throws {RequiredError}
|
|
21203
21900
|
*/
|
|
21204
|
-
variableControllerDelete(id: string, options?:
|
|
21901
|
+
variableControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
21205
21902
|
/**
|
|
21206
21903
|
* Required permissions: `READ_VARIABLES`<br> OperationId: `VariableControllerFindOne`
|
|
21207
21904
|
* @summary Find one
|
|
@@ -21209,7 +21906,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21209
21906
|
* @param {*} [options] Override http request option.
|
|
21210
21907
|
* @throws {RequiredError}
|
|
21211
21908
|
*/
|
|
21212
|
-
variableControllerFindOne(id: string, options?:
|
|
21909
|
+
variableControllerFindOne(id: string, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21213
21910
|
/**
|
|
21214
21911
|
* Search variables Required permissions: `READ_VARIABLES`<br> OperationId: `VariableControllerSearch`
|
|
21215
21912
|
* @summary Search
|
|
@@ -21217,7 +21914,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21217
21914
|
* @param {*} [options] Override http request option.
|
|
21218
21915
|
* @throws {RequiredError}
|
|
21219
21916
|
*/
|
|
21220
|
-
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?:
|
|
21917
|
+
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?: any): AxiosPromise<VariableOutputArrayDTOAPI>;
|
|
21221
21918
|
/**
|
|
21222
21919
|
* Required permissions: `MANAGE_VARIABLES`<br> OperationId: `VariableControllerUpdate`
|
|
21223
21920
|
* @summary Update
|
|
@@ -21226,7 +21923,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21226
21923
|
* @param {*} [options] Override http request option.
|
|
21227
21924
|
* @throws {RequiredError}
|
|
21228
21925
|
*/
|
|
21229
|
-
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?:
|
|
21926
|
+
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21230
21927
|
};
|
|
21231
21928
|
/**
|
|
21232
21929
|
* VariableApi - object-oriented interface
|