@takaro/apiclient 0.0.0-dev.778a94d → 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 +312 -278
- package/dist/generated/api.d.ts.map +1 -1
- package/dist/generated/api.js +594 -603
- package/dist/generated/api.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/api.ts +907 -1178
package/dist/generated/api.d.ts
CHANGED
|
@@ -52,16 +52,16 @@ export interface ActivityInputDTO {
|
|
|
52
52
|
dataType: ActivityInputDTODataTypeEnum;
|
|
53
53
|
/**
|
|
54
54
|
*
|
|
55
|
-
* @type {
|
|
55
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
56
56
|
* @memberof ActivityInputDTO
|
|
57
57
|
*/
|
|
58
|
-
startDate?:
|
|
58
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
59
59
|
/**
|
|
60
60
|
*
|
|
61
|
-
* @type {
|
|
61
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
62
62
|
* @memberof ActivityInputDTO
|
|
63
63
|
*/
|
|
64
|
-
endDate?:
|
|
64
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
65
65
|
}
|
|
66
66
|
export declare const ActivityInputDTOTimeTypeEnum: {
|
|
67
67
|
readonly Daily: "daily";
|
|
@@ -527,16 +527,16 @@ export interface BaseGameEvent {
|
|
|
527
527
|
export interface BaseStatsInputDTO {
|
|
528
528
|
/**
|
|
529
529
|
*
|
|
530
|
-
* @type {
|
|
530
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
531
531
|
* @memberof BaseStatsInputDTO
|
|
532
532
|
*/
|
|
533
|
-
startDate?:
|
|
533
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
534
534
|
/**
|
|
535
535
|
*
|
|
536
|
-
* @type {
|
|
536
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
537
537
|
* @memberof BaseStatsInputDTO
|
|
538
538
|
*/
|
|
539
|
-
endDate?:
|
|
539
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
540
540
|
}
|
|
541
541
|
/**
|
|
542
542
|
*
|
|
@@ -3437,16 +3437,16 @@ export interface EventsCountInputDTO {
|
|
|
3437
3437
|
bucketStep: EventsCountInputDTOBucketStepEnum;
|
|
3438
3438
|
/**
|
|
3439
3439
|
*
|
|
3440
|
-
* @type {
|
|
3440
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
3441
3441
|
* @memberof EventsCountInputDTO
|
|
3442
3442
|
*/
|
|
3443
|
-
startDate?:
|
|
3443
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
3444
3444
|
/**
|
|
3445
3445
|
*
|
|
3446
|
-
* @type {
|
|
3446
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
3447
3447
|
* @memberof EventsCountInputDTO
|
|
3448
3448
|
*/
|
|
3449
|
-
endDate?:
|
|
3449
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
3450
3450
|
}
|
|
3451
3451
|
export declare const EventsCountInputDTOEventNameEnum: {
|
|
3452
3452
|
readonly RoleAssigned: "role-assigned";
|
|
@@ -6444,16 +6444,16 @@ export interface LatencyInputDTO {
|
|
|
6444
6444
|
gameServerId: string;
|
|
6445
6445
|
/**
|
|
6446
6446
|
*
|
|
6447
|
-
* @type {
|
|
6447
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
6448
6448
|
* @memberof LatencyInputDTO
|
|
6449
6449
|
*/
|
|
6450
|
-
startDate?:
|
|
6450
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
6451
6451
|
/**
|
|
6452
6452
|
*
|
|
6453
|
-
* @type {
|
|
6453
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
6454
6454
|
* @memberof LatencyInputDTO
|
|
6455
6455
|
*/
|
|
6456
|
-
endDate?:
|
|
6456
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
6457
6457
|
}
|
|
6458
6458
|
/**
|
|
6459
6459
|
*
|
|
@@ -6757,10 +6757,10 @@ export interface MessageSendInputDTO {
|
|
|
6757
6757
|
export interface MetadataOutput {
|
|
6758
6758
|
/**
|
|
6759
6759
|
*
|
|
6760
|
-
* @type {
|
|
6760
|
+
* @type {MetadataOutputServerTime}
|
|
6761
6761
|
* @memberof MetadataOutput
|
|
6762
6762
|
*/
|
|
6763
|
-
serverTime:
|
|
6763
|
+
serverTime: MetadataOutputServerTime;
|
|
6764
6764
|
/**
|
|
6765
6765
|
*
|
|
6766
6766
|
* @type {ErrorOutput}
|
|
@@ -6786,6 +6786,11 @@ export interface MetadataOutput {
|
|
|
6786
6786
|
*/
|
|
6787
6787
|
total?: number;
|
|
6788
6788
|
}
|
|
6789
|
+
/**
|
|
6790
|
+
* @type MetadataOutputServerTime
|
|
6791
|
+
* @export
|
|
6792
|
+
*/
|
|
6793
|
+
export type MetadataOutputServerTime = string;
|
|
6789
6794
|
/**
|
|
6790
6795
|
*
|
|
6791
6796
|
* @export
|
|
@@ -7901,16 +7906,16 @@ export interface OptionalPogStatsInputDTO {
|
|
|
7901
7906
|
playerId?: string;
|
|
7902
7907
|
/**
|
|
7903
7908
|
*
|
|
7904
|
-
* @type {
|
|
7909
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
7905
7910
|
* @memberof OptionalPogStatsInputDTO
|
|
7906
7911
|
*/
|
|
7907
|
-
startDate?:
|
|
7912
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
7908
7913
|
/**
|
|
7909
7914
|
*
|
|
7910
|
-
* @type {
|
|
7915
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
7911
7916
|
* @memberof OptionalPogStatsInputDTO
|
|
7912
7917
|
*/
|
|
7913
|
-
endDate?:
|
|
7918
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
7914
7919
|
}
|
|
7915
7920
|
/**
|
|
7916
7921
|
*
|
|
@@ -8508,6 +8513,12 @@ export interface PlayerInventoryHistoryInputDTO {
|
|
|
8508
8513
|
* @memberof PlayerInventoryHistoryInputDTO
|
|
8509
8514
|
*/
|
|
8510
8515
|
playerId: string;
|
|
8516
|
+
/**
|
|
8517
|
+
*
|
|
8518
|
+
* @type {string}
|
|
8519
|
+
* @memberof PlayerInventoryHistoryInputDTO
|
|
8520
|
+
*/
|
|
8521
|
+
gameServerId: string;
|
|
8511
8522
|
/**
|
|
8512
8523
|
*
|
|
8513
8524
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -9961,16 +9972,16 @@ export interface PlayersOnlineInputDTO {
|
|
|
9961
9972
|
gameServerId?: string;
|
|
9962
9973
|
/**
|
|
9963
9974
|
*
|
|
9964
|
-
* @type {
|
|
9975
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
9965
9976
|
* @memberof PlayersOnlineInputDTO
|
|
9966
9977
|
*/
|
|
9967
|
-
startDate?:
|
|
9978
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
9968
9979
|
/**
|
|
9969
9980
|
*
|
|
9970
|
-
* @type {
|
|
9981
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
9971
9982
|
* @memberof PlayersOnlineInputDTO
|
|
9972
9983
|
*/
|
|
9973
|
-
endDate?:
|
|
9984
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
9974
9985
|
}
|
|
9975
9986
|
/**
|
|
9976
9987
|
*
|
|
@@ -10087,16 +10098,16 @@ export interface PogStatsInputDTO {
|
|
|
10087
10098
|
playerId: string;
|
|
10088
10099
|
/**
|
|
10089
10100
|
*
|
|
10090
|
-
* @type {
|
|
10101
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
10091
10102
|
* @memberof PogStatsInputDTO
|
|
10092
10103
|
*/
|
|
10093
|
-
startDate?:
|
|
10104
|
+
startDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
10094
10105
|
/**
|
|
10095
10106
|
*
|
|
10096
|
-
* @type {
|
|
10107
|
+
* @type {StatsControllerGetPingStatsStartDateParameter}
|
|
10097
10108
|
* @memberof PogStatsInputDTO
|
|
10098
10109
|
*/
|
|
10099
|
-
endDate?:
|
|
10110
|
+
endDate?: StatsControllerGetPingStatsStartDateParameter;
|
|
10100
10111
|
}
|
|
10101
10112
|
/**
|
|
10102
10113
|
*
|
|
@@ -11727,6 +11738,12 @@ export interface ShopListingCreateDTO {
|
|
|
11727
11738
|
* @memberof ShopListingCreateDTO
|
|
11728
11739
|
*/
|
|
11729
11740
|
categoryIds?: Array<string>;
|
|
11741
|
+
/**
|
|
11742
|
+
*
|
|
11743
|
+
* @type {number}
|
|
11744
|
+
* @memberof ShopListingCreateDTO
|
|
11745
|
+
*/
|
|
11746
|
+
sortOrder?: number;
|
|
11730
11747
|
}
|
|
11731
11748
|
/**
|
|
11732
11749
|
*
|
|
@@ -11857,6 +11874,12 @@ export interface ShopListingOutputDTO {
|
|
|
11857
11874
|
* @memberof ShopListingOutputDTO
|
|
11858
11875
|
*/
|
|
11859
11876
|
name: string;
|
|
11877
|
+
/**
|
|
11878
|
+
*
|
|
11879
|
+
* @type {number}
|
|
11880
|
+
* @memberof ShopListingOutputDTO
|
|
11881
|
+
*/
|
|
11882
|
+
sortOrder: number;
|
|
11860
11883
|
/**
|
|
11861
11884
|
*
|
|
11862
11885
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -12077,6 +12100,12 @@ export interface ShopListingUpdateDTO {
|
|
|
12077
12100
|
* @memberof ShopListingUpdateDTO
|
|
12078
12101
|
*/
|
|
12079
12102
|
name?: string;
|
|
12103
|
+
/**
|
|
12104
|
+
*
|
|
12105
|
+
* @type {number}
|
|
12106
|
+
* @memberof ShopListingUpdateDTO
|
|
12107
|
+
*/
|
|
12108
|
+
sortOrder?: number;
|
|
12080
12109
|
/**
|
|
12081
12110
|
*
|
|
12082
12111
|
* @type {boolean}
|
|
@@ -12491,6 +12520,11 @@ export interface SmallModuleVersionOutputDTO {
|
|
|
12491
12520
|
*/
|
|
12492
12521
|
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
12493
12522
|
}
|
|
12523
|
+
/**
|
|
12524
|
+
* @type StatsControllerGetPingStatsStartDateParameter
|
|
12525
|
+
* @export
|
|
12526
|
+
*/
|
|
12527
|
+
export type StatsControllerGetPingStatsStartDateParameter = string;
|
|
12494
12528
|
/**
|
|
12495
12529
|
*
|
|
12496
12530
|
* @export
|
|
@@ -14622,7 +14656,7 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
14622
14656
|
* @param {*} [options] Override http request option.
|
|
14623
14657
|
* @throws {RequiredError}
|
|
14624
14658
|
*/
|
|
14625
|
-
analyticsControllerGetShopAnalytics(gameServerIds?: Array<string>, period?: AnalyticsControllerGetShopAnalyticsPeriodEnum, options?:
|
|
14659
|
+
analyticsControllerGetShopAnalytics(gameServerIds?: Array<string>, period?: AnalyticsControllerGetShopAnalyticsPeriodEnum, options?: any): AxiosPromise<ShopAnalyticsOutputDTOAPI>;
|
|
14626
14660
|
};
|
|
14627
14661
|
/**
|
|
14628
14662
|
* AnalyticsApi - object-oriented interface
|
|
@@ -14846,7 +14880,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14846
14880
|
* @param {*} [options] Override http request option.
|
|
14847
14881
|
* @throws {RequiredError}
|
|
14848
14882
|
*/
|
|
14849
|
-
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?:
|
|
14883
|
+
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14850
14884
|
/**
|
|
14851
14885
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerCreateArgument`
|
|
14852
14886
|
* @summary Create argument
|
|
@@ -14854,7 +14888,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14854
14888
|
* @param {*} [options] Override http request option.
|
|
14855
14889
|
* @throws {RequiredError}
|
|
14856
14890
|
*/
|
|
14857
|
-
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?:
|
|
14891
|
+
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?: any): AxiosPromise<CommandArgumentDTOAPI>;
|
|
14858
14892
|
/**
|
|
14859
14893
|
* Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerGetExecutions`
|
|
14860
14894
|
* @summary Get executions
|
|
@@ -14864,7 +14898,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14864
14898
|
* @param {*} [options] Override http request option.
|
|
14865
14899
|
* @throws {RequiredError}
|
|
14866
14900
|
*/
|
|
14867
|
-
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
14901
|
+
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
14868
14902
|
/**
|
|
14869
14903
|
* Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerGetOne`
|
|
14870
14904
|
* @summary Get one
|
|
@@ -14872,7 +14906,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14872
14906
|
* @param {*} [options] Override http request option.
|
|
14873
14907
|
* @throws {RequiredError}
|
|
14874
14908
|
*/
|
|
14875
|
-
commandControllerGetOne(id: string, options?:
|
|
14909
|
+
commandControllerGetOne(id: string, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14876
14910
|
/**
|
|
14877
14911
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerRemove`
|
|
14878
14912
|
* @summary Remove
|
|
@@ -14880,7 +14914,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14880
14914
|
* @param {*} [options] Override http request option.
|
|
14881
14915
|
* @throws {RequiredError}
|
|
14882
14916
|
*/
|
|
14883
|
-
commandControllerRemove(id: string, options?:
|
|
14917
|
+
commandControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
14884
14918
|
/**
|
|
14885
14919
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerRemoveArgument`
|
|
14886
14920
|
* @summary Remove argument
|
|
@@ -14888,7 +14922,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14888
14922
|
* @param {*} [options] Override http request option.
|
|
14889
14923
|
* @throws {RequiredError}
|
|
14890
14924
|
*/
|
|
14891
|
-
commandControllerRemoveArgument(id: string, options?:
|
|
14925
|
+
commandControllerRemoveArgument(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
14892
14926
|
/**
|
|
14893
14927
|
* Search commands Required permissions: `READ_MODULES`<br> OperationId: `CommandControllerSearch`
|
|
14894
14928
|
* @summary Search
|
|
@@ -14896,7 +14930,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14896
14930
|
* @param {*} [options] Override http request option.
|
|
14897
14931
|
* @throws {RequiredError}
|
|
14898
14932
|
*/
|
|
14899
|
-
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?:
|
|
14933
|
+
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?: any): AxiosPromise<CommandOutputArrayDTOAPI>;
|
|
14900
14934
|
/**
|
|
14901
14935
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerTrigger`
|
|
14902
14936
|
* @summary Trigger
|
|
@@ -14905,7 +14939,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14905
14939
|
* @param {*} [options] Override http request option.
|
|
14906
14940
|
* @throws {RequiredError}
|
|
14907
14941
|
*/
|
|
14908
|
-
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?:
|
|
14942
|
+
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?: any): AxiosPromise<void>;
|
|
14909
14943
|
/**
|
|
14910
14944
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerUpdate`
|
|
14911
14945
|
* @summary Update
|
|
@@ -14914,7 +14948,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14914
14948
|
* @param {*} [options] Override http request option.
|
|
14915
14949
|
* @throws {RequiredError}
|
|
14916
14950
|
*/
|
|
14917
|
-
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?:
|
|
14951
|
+
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?: any): AxiosPromise<CommandOutputDTOAPI>;
|
|
14918
14952
|
/**
|
|
14919
14953
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CommandControllerUpdateArgument`
|
|
14920
14954
|
* @summary Update argument
|
|
@@ -14923,7 +14957,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
14923
14957
|
* @param {*} [options] Override http request option.
|
|
14924
14958
|
* @throws {RequiredError}
|
|
14925
14959
|
*/
|
|
14926
|
-
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?:
|
|
14960
|
+
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?: any): AxiosPromise<CommandArgumentDTOAPI>;
|
|
14927
14961
|
};
|
|
14928
14962
|
/**
|
|
14929
14963
|
* CommandApi - object-oriented interface
|
|
@@ -15170,7 +15204,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15170
15204
|
* @param {*} [options] Override http request option.
|
|
15171
15205
|
* @throws {RequiredError}
|
|
15172
15206
|
*/
|
|
15173
|
-
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?:
|
|
15207
|
+
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
15174
15208
|
/**
|
|
15175
15209
|
* Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerGetExecutions`
|
|
15176
15210
|
* @summary Get executions
|
|
@@ -15180,7 +15214,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15180
15214
|
* @param {*} [options] Override http request option.
|
|
15181
15215
|
* @throws {RequiredError}
|
|
15182
15216
|
*/
|
|
15183
|
-
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
15217
|
+
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
15184
15218
|
/**
|
|
15185
15219
|
* Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerGetOne`
|
|
15186
15220
|
* @summary Get one
|
|
@@ -15188,7 +15222,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15188
15222
|
* @param {*} [options] Override http request option.
|
|
15189
15223
|
* @throws {RequiredError}
|
|
15190
15224
|
*/
|
|
15191
|
-
cronJobControllerGetOne(id: string, options?:
|
|
15225
|
+
cronJobControllerGetOne(id: string, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
15192
15226
|
/**
|
|
15193
15227
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerRemove`
|
|
15194
15228
|
* @summary Remove
|
|
@@ -15196,7 +15230,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15196
15230
|
* @param {*} [options] Override http request option.
|
|
15197
15231
|
* @throws {RequiredError}
|
|
15198
15232
|
*/
|
|
15199
|
-
cronJobControllerRemove(id: string, options?:
|
|
15233
|
+
cronJobControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
15200
15234
|
/**
|
|
15201
15235
|
* Search cronjobs Required permissions: `READ_MODULES`<br> OperationId: `CronJobControllerSearch`
|
|
15202
15236
|
* @summary Search
|
|
@@ -15204,7 +15238,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15204
15238
|
* @param {*} [options] Override http request option.
|
|
15205
15239
|
* @throws {RequiredError}
|
|
15206
15240
|
*/
|
|
15207
|
-
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?:
|
|
15241
|
+
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?: any): AxiosPromise<CronJobOutputArrayDTOAPI>;
|
|
15208
15242
|
/**
|
|
15209
15243
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerTrigger`
|
|
15210
15244
|
* @summary Trigger
|
|
@@ -15212,7 +15246,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15212
15246
|
* @param {*} [options] Override http request option.
|
|
15213
15247
|
* @throws {RequiredError}
|
|
15214
15248
|
*/
|
|
15215
|
-
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?:
|
|
15249
|
+
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?: any): AxiosPromise<void>;
|
|
15216
15250
|
/**
|
|
15217
15251
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `CronJobControllerUpdate`
|
|
15218
15252
|
* @summary Update
|
|
@@ -15221,7 +15255,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
15221
15255
|
* @param {*} [options] Override http request option.
|
|
15222
15256
|
* @throws {RequiredError}
|
|
15223
15257
|
*/
|
|
15224
|
-
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?:
|
|
15258
|
+
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?: any): AxiosPromise<CronJobOutputDTOAPI>;
|
|
15225
15259
|
};
|
|
15226
15260
|
/**
|
|
15227
15261
|
* CronJobApi - object-oriented interface
|
|
@@ -15458,7 +15492,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15458
15492
|
* @param {*} [options] Override http request option.
|
|
15459
15493
|
* @throws {RequiredError}
|
|
15460
15494
|
*/
|
|
15461
|
-
discordControllerDeleteMessage(channelId: string, messageId: string, options?:
|
|
15495
|
+
discordControllerDeleteMessage(channelId: string, messageId: string, options?: any): AxiosPromise<APIOutput>;
|
|
15462
15496
|
/**
|
|
15463
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`
|
|
15464
15498
|
* @summary Get guild channels
|
|
@@ -15466,14 +15500,14 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15466
15500
|
* @param {*} [options] Override http request option.
|
|
15467
15501
|
* @throws {RequiredError}
|
|
15468
15502
|
*/
|
|
15469
|
-
discordControllerGetChannels(id: string, options?:
|
|
15503
|
+
discordControllerGetChannels(id: string, options?: any): AxiosPromise<DiscordChannelOutputArrayDTOAPI>;
|
|
15470
15504
|
/**
|
|
15471
15505
|
* Get the invite link to add the Takaro bot to a Discord server, along with the developer Discord server link.<br> OperationId: `DiscordControllerGetInvite`
|
|
15472
15506
|
* @summary Get bot invite links
|
|
15473
15507
|
* @param {*} [options] Override http request option.
|
|
15474
15508
|
* @throws {RequiredError}
|
|
15475
15509
|
*/
|
|
15476
|
-
discordControllerGetInvite(options?:
|
|
15510
|
+
discordControllerGetInvite(options?: any): AxiosPromise<DiscordInviteOutputDTO>;
|
|
15477
15511
|
/**
|
|
15478
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`
|
|
15479
15513
|
* @summary Get guild roles
|
|
@@ -15481,7 +15515,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15481
15515
|
* @param {*} [options] Override http request option.
|
|
15482
15516
|
* @throws {RequiredError}
|
|
15483
15517
|
*/
|
|
15484
|
-
discordControllerGetRoles(id: string, options?:
|
|
15518
|
+
discordControllerGetRoles(id: string, options?: any): AxiosPromise<DiscordRoleOutputArrayDTOAPI>;
|
|
15485
15519
|
/**
|
|
15486
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`
|
|
15487
15521
|
* @summary Search Discord guilds
|
|
@@ -15489,7 +15523,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15489
15523
|
* @param {*} [options] Override http request option.
|
|
15490
15524
|
* @throws {RequiredError}
|
|
15491
15525
|
*/
|
|
15492
|
-
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?:
|
|
15526
|
+
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?: any): AxiosPromise<GuildOutputArrayDTOAPI>;
|
|
15493
15527
|
/**
|
|
15494
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`
|
|
15495
15529
|
* @summary Send message to Discord channel
|
|
@@ -15498,7 +15532,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15498
15532
|
* @param {*} [options] Override http request option.
|
|
15499
15533
|
* @throws {RequiredError}
|
|
15500
15534
|
*/
|
|
15501
|
-
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
15535
|
+
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?: any): AxiosPromise<MessageOutputDTOAPI>;
|
|
15502
15536
|
/**
|
|
15503
15537
|
* Update Takaro-specific settings for a Discord guild, such as enabling or disabling Takaro features. Required permissions: `MANAGE_SETTINGS`<br> OperationId: `DiscordControllerUpdateGuild`
|
|
15504
15538
|
* @summary Update guild settings
|
|
@@ -15507,7 +15541,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15507
15541
|
* @param {*} [options] Override http request option.
|
|
15508
15542
|
* @throws {RequiredError}
|
|
15509
15543
|
*/
|
|
15510
|
-
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?:
|
|
15544
|
+
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?: any): AxiosPromise<GuildOutputDTOAPI>;
|
|
15511
15545
|
/**
|
|
15512
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`
|
|
15513
15547
|
* @summary Update Discord message
|
|
@@ -15517,7 +15551,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
15517
15551
|
* @param {*} [options] Override http request option.
|
|
15518
15552
|
* @throws {RequiredError}
|
|
15519
15553
|
*/
|
|
15520
|
-
discordControllerUpdateMessage(channelId: string, messageId: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
15554
|
+
discordControllerUpdateMessage(channelId: string, messageId: string, sendMessageInputDTO?: SendMessageInputDTO, options?: any): AxiosPromise<MessageOutputDTOAPI>;
|
|
15521
15555
|
};
|
|
15522
15556
|
/**
|
|
15523
15557
|
* DiscordApi - object-oriented interface
|
|
@@ -15743,7 +15777,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15743
15777
|
* @param {*} [options] Override http request option.
|
|
15744
15778
|
* @throws {RequiredError}
|
|
15745
15779
|
*/
|
|
15746
|
-
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?:
|
|
15780
|
+
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?: any): AxiosPromise<DomainCreateOutputDTOAPI>;
|
|
15747
15781
|
/**
|
|
15748
15782
|
* <br> OperationId: `DomainControllerGetOne`
|
|
15749
15783
|
* @summary Get one
|
|
@@ -15751,7 +15785,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15751
15785
|
* @param {*} [options] Override http request option.
|
|
15752
15786
|
* @throws {RequiredError}
|
|
15753
15787
|
*/
|
|
15754
|
-
domainControllerGetOne(id: string, options?:
|
|
15788
|
+
domainControllerGetOne(id: string, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15755
15789
|
/**
|
|
15756
15790
|
* <br> OperationId: `DomainControllerGetToken`
|
|
15757
15791
|
* @summary Get token
|
|
@@ -15759,7 +15793,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15759
15793
|
* @param {*} [options] Override http request option.
|
|
15760
15794
|
* @throws {RequiredError}
|
|
15761
15795
|
*/
|
|
15762
|
-
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?:
|
|
15796
|
+
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?: any): AxiosPromise<TokenOutputDTOAPI>;
|
|
15763
15797
|
/**
|
|
15764
15798
|
* <br> OperationId: `DomainControllerRemove`
|
|
15765
15799
|
* @summary Remove
|
|
@@ -15768,7 +15802,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15768
15802
|
* @param {*} [options] Override http request option.
|
|
15769
15803
|
* @throws {RequiredError}
|
|
15770
15804
|
*/
|
|
15771
|
-
domainControllerRemove(id: string, hardDelete?: any, options?:
|
|
15805
|
+
domainControllerRemove(id: string, hardDelete?: any, options?: any): AxiosPromise<APIOutput>;
|
|
15772
15806
|
/**
|
|
15773
15807
|
* <br> OperationId: `DomainControllerResolveRegistrationToken`
|
|
15774
15808
|
* @summary Resolve registration token
|
|
@@ -15776,7 +15810,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15776
15810
|
* @param {*} [options] Override http request option.
|
|
15777
15811
|
* @throws {RequiredError}
|
|
15778
15812
|
*/
|
|
15779
|
-
domainControllerResolveRegistrationToken(resolveRegistrationTokenInputDTO?: ResolveRegistrationTokenInputDTO, options?:
|
|
15813
|
+
domainControllerResolveRegistrationToken(resolveRegistrationTokenInputDTO?: ResolveRegistrationTokenInputDTO, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15780
15814
|
/**
|
|
15781
15815
|
* <br> OperationId: `DomainControllerSearch`
|
|
15782
15816
|
* @summary Search
|
|
@@ -15784,7 +15818,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15784
15818
|
* @param {*} [options] Override http request option.
|
|
15785
15819
|
* @throws {RequiredError}
|
|
15786
15820
|
*/
|
|
15787
|
-
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?:
|
|
15821
|
+
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?: any): AxiosPromise<DomainOutputArrayDTOAPI>;
|
|
15788
15822
|
/**
|
|
15789
15823
|
* <br> OperationId: `DomainControllerUpdate`
|
|
15790
15824
|
* @summary Update
|
|
@@ -15793,7 +15827,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
15793
15827
|
* @param {*} [options] Override http request option.
|
|
15794
15828
|
* @throws {RequiredError}
|
|
15795
15829
|
*/
|
|
15796
|
-
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?:
|
|
15830
|
+
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?: any): AxiosPromise<DomainOutputDTOAPI>;
|
|
15797
15831
|
};
|
|
15798
15832
|
/**
|
|
15799
15833
|
* DomainApi - object-oriented interface
|
|
@@ -15924,7 +15958,7 @@ export declare const EntityApiFactory: (configuration?: Configuration, basePath?
|
|
|
15924
15958
|
* @param {*} [options] Override http request option.
|
|
15925
15959
|
* @throws {RequiredError}
|
|
15926
15960
|
*/
|
|
15927
|
-
entityControllerFindOne(id: string, options?:
|
|
15961
|
+
entityControllerFindOne(id: string, options?: any): AxiosPromise<EntityOutputDTOAPI>;
|
|
15928
15962
|
/**
|
|
15929
15963
|
* Required permissions: `READ_ENTITIES`<br> OperationId: `EntityControllerSearch`
|
|
15930
15964
|
* @summary Search
|
|
@@ -15932,7 +15966,7 @@ export declare const EntityApiFactory: (configuration?: Configuration, basePath?
|
|
|
15932
15966
|
* @param {*} [options] Override http request option.
|
|
15933
15967
|
* @throws {RequiredError}
|
|
15934
15968
|
*/
|
|
15935
|
-
entityControllerSearch(entitySearchInputDTO?: EntitySearchInputDTO, options?:
|
|
15969
|
+
entityControllerSearch(entitySearchInputDTO?: EntitySearchInputDTO, options?: any): AxiosPromise<EntityOutputArrayDTOAPI>;
|
|
15936
15970
|
};
|
|
15937
15971
|
/**
|
|
15938
15972
|
* EntityApi - object-oriented interface
|
|
@@ -16064,7 +16098,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16064
16098
|
* @param {*} [options] Override http request option.
|
|
16065
16099
|
* @throws {RequiredError}
|
|
16066
16100
|
*/
|
|
16067
|
-
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?:
|
|
16101
|
+
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?: any): AxiosPromise<EventOutputDTO>;
|
|
16068
16102
|
/**
|
|
16069
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`
|
|
16070
16104
|
* @summary Export events to CSV
|
|
@@ -16072,7 +16106,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16072
16106
|
* @param {*} [options] Override http request option.
|
|
16073
16107
|
* @throws {RequiredError}
|
|
16074
16108
|
*/
|
|
16075
|
-
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16109
|
+
eventControllerExport(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<void>;
|
|
16076
16110
|
/**
|
|
16077
16111
|
* Fetches events where cronjob, hook and command failed. Supports all the common query parameters Required permissions: `READ_MODULES`, `READ_EVENTS`<br> OperationId: `EventControllerGetFailedFunctions`
|
|
16078
16112
|
* @summary Get failed functions
|
|
@@ -16080,7 +16114,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16080
16114
|
* @param {*} [options] Override http request option.
|
|
16081
16115
|
* @throws {RequiredError}
|
|
16082
16116
|
*/
|
|
16083
|
-
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16117
|
+
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
16084
16118
|
/**
|
|
16085
16119
|
* Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerGetOne`
|
|
16086
16120
|
* @summary Get one
|
|
@@ -16088,7 +16122,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16088
16122
|
* @param {*} [options] Override http request option.
|
|
16089
16123
|
* @throws {RequiredError}
|
|
16090
16124
|
*/
|
|
16091
|
-
eventControllerGetOne(id: string, options?:
|
|
16125
|
+
eventControllerGetOne(id: string, options?: any): AxiosPromise<EventOutputDTO>;
|
|
16092
16126
|
/**
|
|
16093
16127
|
* Search events Required permissions: `READ_EVENTS`<br> OperationId: `EventControllerSearch`
|
|
16094
16128
|
* @summary Search
|
|
@@ -16096,7 +16130,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
16096
16130
|
* @param {*} [options] Override http request option.
|
|
16097
16131
|
* @throws {RequiredError}
|
|
16098
16132
|
*/
|
|
16099
|
-
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
16133
|
+
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
16100
16134
|
};
|
|
16101
16135
|
/**
|
|
16102
16136
|
* EventApi - object-oriented interface
|
|
@@ -16205,14 +16239,14 @@ export declare const ExternalAuthApiFactory: (configuration?: Configuration, bas
|
|
|
16205
16239
|
* @param {*} [options] Override http request option.
|
|
16206
16240
|
* @throws {RequiredError}
|
|
16207
16241
|
*/
|
|
16208
|
-
externalAuthControllerAuthDiscord(redirect: string, options?:
|
|
16242
|
+
externalAuthControllerAuthDiscord(redirect: string, options?: any): AxiosPromise<void>;
|
|
16209
16243
|
/**
|
|
16210
16244
|
* <br> OperationId: `ExternalAuthControllerAuthDiscordReturn`
|
|
16211
16245
|
* @summary Auth discord return
|
|
16212
16246
|
* @param {*} [options] Override http request option.
|
|
16213
16247
|
* @throws {RequiredError}
|
|
16214
16248
|
*/
|
|
16215
|
-
externalAuthControllerAuthDiscordReturn(options?:
|
|
16249
|
+
externalAuthControllerAuthDiscordReturn(options?: any): AxiosPromise<void>;
|
|
16216
16250
|
};
|
|
16217
16251
|
/**
|
|
16218
16252
|
* ExternalAuthApi - object-oriented interface
|
|
@@ -16345,7 +16379,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16345
16379
|
* @param {*} [options] Override http request option.
|
|
16346
16380
|
* @throws {RequiredError}
|
|
16347
16381
|
*/
|
|
16348
|
-
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?:
|
|
16382
|
+
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
16349
16383
|
/**
|
|
16350
16384
|
* Required permissions: `READ_MODULES`<br> OperationId: `FunctionControllerGetOne`
|
|
16351
16385
|
* @summary Get one
|
|
@@ -16353,7 +16387,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16353
16387
|
* @param {*} [options] Override http request option.
|
|
16354
16388
|
* @throws {RequiredError}
|
|
16355
16389
|
*/
|
|
16356
|
-
functionControllerGetOne(id: string, options?:
|
|
16390
|
+
functionControllerGetOne(id: string, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
16357
16391
|
/**
|
|
16358
16392
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `FunctionControllerRemove`
|
|
16359
16393
|
* @summary Remove
|
|
@@ -16361,7 +16395,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16361
16395
|
* @param {*} [options] Override http request option.
|
|
16362
16396
|
* @throws {RequiredError}
|
|
16363
16397
|
*/
|
|
16364
|
-
functionControllerRemove(id: string, options?:
|
|
16398
|
+
functionControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
16365
16399
|
/**
|
|
16366
16400
|
* Search functions Required permissions: `READ_MODULES`<br> OperationId: `FunctionControllerSearch`
|
|
16367
16401
|
* @summary Search
|
|
@@ -16369,7 +16403,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16369
16403
|
* @param {*} [options] Override http request option.
|
|
16370
16404
|
* @throws {RequiredError}
|
|
16371
16405
|
*/
|
|
16372
|
-
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?:
|
|
16406
|
+
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?: any): AxiosPromise<FunctionOutputArrayDTOAPI>;
|
|
16373
16407
|
/**
|
|
16374
16408
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `FunctionControllerUpdate`
|
|
16375
16409
|
* @summary Update
|
|
@@ -16378,7 +16412,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
16378
16412
|
* @param {*} [options] Override http request option.
|
|
16379
16413
|
* @throws {RequiredError}
|
|
16380
16414
|
*/
|
|
16381
|
-
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?:
|
|
16415
|
+
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?: any): AxiosPromise<FunctionOutputDTOAPI>;
|
|
16382
16416
|
};
|
|
16383
16417
|
/**
|
|
16384
16418
|
* FunctionApi - object-oriented interface
|
|
@@ -16915,7 +16949,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16915
16949
|
* @deprecated
|
|
16916
16950
|
* @throws {RequiredError}
|
|
16917
16951
|
*/
|
|
16918
|
-
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?:
|
|
16952
|
+
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
16919
16953
|
/**
|
|
16920
16954
|
* Create a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerCreate`
|
|
16921
16955
|
* @summary Create
|
|
@@ -16923,7 +16957,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16923
16957
|
* @param {*} [options] Override http request option.
|
|
16924
16958
|
* @throws {RequiredError}
|
|
16925
16959
|
*/
|
|
16926
|
-
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?:
|
|
16960
|
+
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
16927
16961
|
/**
|
|
16928
16962
|
* Execute a raw command on a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerExecuteCommand`
|
|
16929
16963
|
* @summary Execute command
|
|
@@ -16932,7 +16966,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16932
16966
|
* @param {*} [options] Override http request option.
|
|
16933
16967
|
* @throws {RequiredError}
|
|
16934
16968
|
*/
|
|
16935
|
-
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?:
|
|
16969
|
+
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?: any): AxiosPromise<CommandExecuteDTOAPI>;
|
|
16936
16970
|
/**
|
|
16937
16971
|
* Fetch status of an import from CSMM Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerGetImport`
|
|
16938
16972
|
* @summary Get import
|
|
@@ -16941,7 +16975,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16941
16975
|
* @deprecated
|
|
16942
16976
|
* @throws {RequiredError}
|
|
16943
16977
|
*/
|
|
16944
|
-
gameServerControllerGetImport(id: string, options?:
|
|
16978
|
+
gameServerControllerGetImport(id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
16945
16979
|
/**
|
|
16946
16980
|
* Fetch a job status Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerGetJob`
|
|
16947
16981
|
* @summary Get job
|
|
@@ -16950,7 +16984,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16950
16984
|
* @param {*} [options] Override http request option.
|
|
16951
16985
|
* @throws {RequiredError}
|
|
16952
16986
|
*/
|
|
16953
|
-
gameServerControllerGetJob(type: string, id: string, options?:
|
|
16987
|
+
gameServerControllerGetJob(type: string, id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
16954
16988
|
/**
|
|
16955
16989
|
* Get map metadata<br> OperationId: `GameServerControllerGetMapInfo`
|
|
16956
16990
|
* @summary Get map info
|
|
@@ -16958,7 +16992,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16958
16992
|
* @param {*} [options] Override http request option.
|
|
16959
16993
|
* @throws {RequiredError}
|
|
16960
16994
|
*/
|
|
16961
|
-
gameServerControllerGetMapInfo(id: string, options?:
|
|
16995
|
+
gameServerControllerGetMapInfo(id: string, options?: any): AxiosPromise<MapInfoOutputDTOAPI>;
|
|
16962
16996
|
/**
|
|
16963
16997
|
* Get a map tile<br> OperationId: `GameServerControllerGetMapTile`
|
|
16964
16998
|
* @summary Get map tile
|
|
@@ -16969,7 +17003,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16969
17003
|
* @param {*} [options] Override http request option.
|
|
16970
17004
|
* @throws {RequiredError}
|
|
16971
17005
|
*/
|
|
16972
|
-
gameServerControllerGetMapTile(id: string, x: string, y: string, z: string, options?:
|
|
17006
|
+
gameServerControllerGetMapTile(id: string, x: string, y: string, z: string, options?: any): AxiosPromise<void>;
|
|
16973
17007
|
/**
|
|
16974
17008
|
* Fetch a gameserver by id<br> OperationId: `GameServerControllerGetOne`
|
|
16975
17009
|
* @summary Get one
|
|
@@ -16977,7 +17011,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16977
17011
|
* @param {*} [options] Override http request option.
|
|
16978
17012
|
* @throws {RequiredError}
|
|
16979
17013
|
*/
|
|
16980
|
-
gameServerControllerGetOne(id: string, options?:
|
|
17014
|
+
gameServerControllerGetOne(id: string, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
16981
17015
|
/**
|
|
16982
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`
|
|
16983
17017
|
* @summary Get players
|
|
@@ -16986,14 +17020,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
16986
17020
|
* @deprecated
|
|
16987
17021
|
* @throws {RequiredError}
|
|
16988
17022
|
*/
|
|
16989
|
-
gameServerControllerGetPlayers(id: string, options?:
|
|
17023
|
+
gameServerControllerGetPlayers(id: string, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
16990
17024
|
/**
|
|
16991
17025
|
* Fetch gameserver types (7dtd, Rust, ...)<br> OperationId: `GameServerControllerGetTypes`
|
|
16992
17026
|
* @summary Get types
|
|
16993
17027
|
* @param {*} [options] Override http request option.
|
|
16994
17028
|
* @throws {RequiredError}
|
|
16995
17029
|
*/
|
|
16996
|
-
gameServerControllerGetTypes(options?:
|
|
17030
|
+
gameServerControllerGetTypes(options?: any): AxiosPromise<GameServerTypesOutputDTOAPI>;
|
|
16997
17031
|
/**
|
|
16998
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`
|
|
16999
17033
|
* @summary Give item
|
|
@@ -17003,14 +17037,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17003
17037
|
* @param {*} [options] Override http request option.
|
|
17004
17038
|
* @throws {RequiredError}
|
|
17005
17039
|
*/
|
|
17006
|
-
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?:
|
|
17040
|
+
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?: any): AxiosPromise<void>;
|
|
17007
17041
|
/**
|
|
17008
17042
|
* Import a gameserver from CSMM. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerImportFromCSMM`
|
|
17009
17043
|
* @summary Import from csmm
|
|
17010
17044
|
* @param {*} [options] Override http request option.
|
|
17011
17045
|
* @throws {RequiredError}
|
|
17012
17046
|
*/
|
|
17013
|
-
gameServerControllerImportFromCSMM(options?:
|
|
17047
|
+
gameServerControllerImportFromCSMM(options?: any): AxiosPromise<ImportOutputDTOAPI>;
|
|
17014
17048
|
/**
|
|
17015
17049
|
* Kick a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerKickPlayer`
|
|
17016
17050
|
* @summary Kick player
|
|
@@ -17020,7 +17054,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17020
17054
|
* @param {*} [options] Override http request option.
|
|
17021
17055
|
* @throws {RequiredError}
|
|
17022
17056
|
*/
|
|
17023
|
-
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?:
|
|
17057
|
+
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
17024
17058
|
/**
|
|
17025
17059
|
* List bans for a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerListBans`
|
|
17026
17060
|
* @summary List bans
|
|
@@ -17029,14 +17063,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17029
17063
|
* @deprecated
|
|
17030
17064
|
* @throws {RequiredError}
|
|
17031
17065
|
*/
|
|
17032
|
-
gameServerControllerListBans(id: string, options?:
|
|
17066
|
+
gameServerControllerListBans(id: string, options?: any): AxiosPromise<BanPlayerOutputDTO>;
|
|
17033
17067
|
/**
|
|
17034
17068
|
* Regenerate the registration token for a gameserver. Careful, this will invalidate all existing connections. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerRegenerateRegistrationToken`
|
|
17035
17069
|
* @summary Regenerate registration token
|
|
17036
17070
|
* @param {*} [options] Override http request option.
|
|
17037
17071
|
* @throws {RequiredError}
|
|
17038
17072
|
*/
|
|
17039
|
-
gameServerControllerRegenerateRegistrationToken(options?:
|
|
17073
|
+
gameServerControllerRegenerateRegistrationToken(options?: any): AxiosPromise<APIOutput>;
|
|
17040
17074
|
/**
|
|
17041
17075
|
* Delete a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerRemove`
|
|
17042
17076
|
* @summary Remove
|
|
@@ -17044,7 +17078,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17044
17078
|
* @param {*} [options] Override http request option.
|
|
17045
17079
|
* @throws {RequiredError}
|
|
17046
17080
|
*/
|
|
17047
|
-
gameServerControllerRemove(id: string, options?:
|
|
17081
|
+
gameServerControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17048
17082
|
/**
|
|
17049
17083
|
* Resets all players\' currency to 0 on the specified game server. This action is irreversible. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerResetCurrency`
|
|
17050
17084
|
* @summary Reset currency
|
|
@@ -17052,7 +17086,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17052
17086
|
* @param {*} [options] Override http request option.
|
|
17053
17087
|
* @throws {RequiredError}
|
|
17054
17088
|
*/
|
|
17055
|
-
gameServerControllerResetCurrency(id: string, options?:
|
|
17089
|
+
gameServerControllerResetCurrency(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17056
17090
|
/**
|
|
17057
17091
|
* Fetch gameservers<br> OperationId: `GameServerControllerSearch`
|
|
17058
17092
|
* @summary Search
|
|
@@ -17060,7 +17094,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17060
17094
|
* @param {*} [options] Override http request option.
|
|
17061
17095
|
* @throws {RequiredError}
|
|
17062
17096
|
*/
|
|
17063
|
-
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?:
|
|
17097
|
+
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?: any): AxiosPromise<GameServerOutputArrayDTOAPI>;
|
|
17064
17098
|
/**
|
|
17065
17099
|
* Send a message in gameserver chat. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerSendMessage`
|
|
17066
17100
|
* @summary Send message
|
|
@@ -17069,7 +17103,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17069
17103
|
* @param {*} [options] Override http request option.
|
|
17070
17104
|
* @throws {RequiredError}
|
|
17071
17105
|
*/
|
|
17072
|
-
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?:
|
|
17106
|
+
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
17073
17107
|
/**
|
|
17074
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`
|
|
17075
17109
|
* @summary Shutdown
|
|
@@ -17077,7 +17111,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17077
17111
|
* @param {*} [options] Override http request option.
|
|
17078
17112
|
* @throws {RequiredError}
|
|
17079
17113
|
*/
|
|
17080
|
-
gameServerControllerShutdown(id: string, options?:
|
|
17114
|
+
gameServerControllerShutdown(id: string, options?: any): AxiosPromise<void>;
|
|
17081
17115
|
/**
|
|
17082
17116
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerTeleportPlayer`
|
|
17083
17117
|
* @summary Teleport player
|
|
@@ -17087,7 +17121,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17087
17121
|
* @param {*} [options] Override http request option.
|
|
17088
17122
|
* @throws {RequiredError}
|
|
17089
17123
|
*/
|
|
17090
|
-
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?:
|
|
17124
|
+
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?: any): AxiosPromise<APIOutput>;
|
|
17091
17125
|
/**
|
|
17092
17126
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.<br> OperationId: `GameServerControllerTestReachability`
|
|
17093
17127
|
* @summary Test reachability
|
|
@@ -17095,7 +17129,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17095
17129
|
* @param {*} [options] Override http request option.
|
|
17096
17130
|
* @throws {RequiredError}
|
|
17097
17131
|
*/
|
|
17098
|
-
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?:
|
|
17132
|
+
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?: any): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
17099
17133
|
/**
|
|
17100
17134
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.<br> OperationId: `GameServerControllerTestReachabilityForId`
|
|
17101
17135
|
* @summary Test reachability for id
|
|
@@ -17103,7 +17137,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17103
17137
|
* @param {*} [options] Override http request option.
|
|
17104
17138
|
* @throws {RequiredError}
|
|
17105
17139
|
*/
|
|
17106
|
-
gameServerControllerTestReachabilityForId(id: string, options?:
|
|
17140
|
+
gameServerControllerTestReachabilityForId(id: string, options?: any): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
17107
17141
|
/**
|
|
17108
17142
|
* Manually trigger a job, you can poll the status with the GET endpoint Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerTriggerJob`
|
|
17109
17143
|
* @summary Trigger job
|
|
@@ -17112,7 +17146,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17112
17146
|
* @param {*} [options] Override http request option.
|
|
17113
17147
|
* @throws {RequiredError}
|
|
17114
17148
|
*/
|
|
17115
|
-
gameServerControllerTriggerJob(type: string, id: string, options?:
|
|
17149
|
+
gameServerControllerTriggerJob(type: string, id: string, options?: any): AxiosPromise<JobStatusOutputDTOAPI>;
|
|
17116
17150
|
/**
|
|
17117
17151
|
* Unban a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerUnbanPlayer`
|
|
17118
17152
|
* @summary Unban player
|
|
@@ -17122,7 +17156,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17122
17156
|
* @deprecated
|
|
17123
17157
|
* @throws {RequiredError}
|
|
17124
17158
|
*/
|
|
17125
|
-
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?:
|
|
17159
|
+
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?: any): AxiosPromise<APIOutput>;
|
|
17126
17160
|
/**
|
|
17127
17161
|
* Update a gameserver Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `GameServerControllerUpdate`
|
|
17128
17162
|
* @summary Update
|
|
@@ -17131,7 +17165,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
17131
17165
|
* @param {*} [options] Override http request option.
|
|
17132
17166
|
* @throws {RequiredError}
|
|
17133
17167
|
*/
|
|
17134
|
-
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?:
|
|
17168
|
+
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?: any): AxiosPromise<GameServerOutputDTOAPI>;
|
|
17135
17169
|
};
|
|
17136
17170
|
/**
|
|
17137
17171
|
* GameServerApi - object-oriented interface
|
|
@@ -17536,7 +17570,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17536
17570
|
* @param {*} [options] Override http request option.
|
|
17537
17571
|
* @throws {RequiredError}
|
|
17538
17572
|
*/
|
|
17539
|
-
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?:
|
|
17573
|
+
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17540
17574
|
/**
|
|
17541
17575
|
* Required permissions: `READ_MODULES`<br> OperationId: `HookControllerGetExecutions`
|
|
17542
17576
|
* @summary Get executions
|
|
@@ -17546,7 +17580,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17546
17580
|
* @param {*} [options] Override http request option.
|
|
17547
17581
|
* @throws {RequiredError}
|
|
17548
17582
|
*/
|
|
17549
|
-
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
17583
|
+
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: any): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
17550
17584
|
/**
|
|
17551
17585
|
* Required permissions: `READ_MODULES`<br> OperationId: `HookControllerGetOne`
|
|
17552
17586
|
* @summary Get one
|
|
@@ -17554,7 +17588,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17554
17588
|
* @param {*} [options] Override http request option.
|
|
17555
17589
|
* @throws {RequiredError}
|
|
17556
17590
|
*/
|
|
17557
|
-
hookControllerGetOne(id: string, options?:
|
|
17591
|
+
hookControllerGetOne(id: string, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17558
17592
|
/**
|
|
17559
17593
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `HookControllerRemove`
|
|
17560
17594
|
* @summary Remove
|
|
@@ -17562,7 +17596,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17562
17596
|
* @param {*} [options] Override http request option.
|
|
17563
17597
|
* @throws {RequiredError}
|
|
17564
17598
|
*/
|
|
17565
|
-
hookControllerRemove(id: string, options?:
|
|
17599
|
+
hookControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
17566
17600
|
/**
|
|
17567
17601
|
* Search hooks Required permissions: `READ_MODULES`<br> OperationId: `HookControllerSearch`
|
|
17568
17602
|
* @summary Search
|
|
@@ -17570,7 +17604,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17570
17604
|
* @param {*} [options] Override http request option.
|
|
17571
17605
|
* @throws {RequiredError}
|
|
17572
17606
|
*/
|
|
17573
|
-
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?:
|
|
17607
|
+
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?: any): AxiosPromise<HookOutputArrayDTOAPI>;
|
|
17574
17608
|
/**
|
|
17575
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`
|
|
17576
17610
|
* @summary Trigger
|
|
@@ -17578,7 +17612,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17578
17612
|
* @param {*} [options] Override http request option.
|
|
17579
17613
|
* @throws {RequiredError}
|
|
17580
17614
|
*/
|
|
17581
|
-
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?:
|
|
17615
|
+
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?: any): AxiosPromise<void>;
|
|
17582
17616
|
/**
|
|
17583
17617
|
* Required permissions: `MANAGE_MODULES`<br> OperationId: `HookControllerUpdate`
|
|
17584
17618
|
* @summary Update
|
|
@@ -17587,7 +17621,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17587
17621
|
* @param {*} [options] Override http request option.
|
|
17588
17622
|
* @throws {RequiredError}
|
|
17589
17623
|
*/
|
|
17590
|
-
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?:
|
|
17624
|
+
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?: any): AxiosPromise<HookOutputDTOAPI>;
|
|
17591
17625
|
};
|
|
17592
17626
|
/**
|
|
17593
17627
|
* HookApi - object-oriented interface
|
|
@@ -17719,7 +17753,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17719
17753
|
* @param {*} [options] Override http request option.
|
|
17720
17754
|
* @throws {RequiredError}
|
|
17721
17755
|
*/
|
|
17722
|
-
itemControllerFindOne(id: string, options?:
|
|
17756
|
+
itemControllerFindOne(id: string, options?: any): AxiosPromise<ItemOutputDTOAPI>;
|
|
17723
17757
|
/**
|
|
17724
17758
|
* Search items Required permissions: `READ_ITEMS`<br> OperationId: `ItemControllerSearch`
|
|
17725
17759
|
* @summary Search
|
|
@@ -17727,7 +17761,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17727
17761
|
* @param {*} [options] Override http request option.
|
|
17728
17762
|
* @throws {RequiredError}
|
|
17729
17763
|
*/
|
|
17730
|
-
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?:
|
|
17764
|
+
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?: any): AxiosPromise<ItemOutputArrayDTOAPI>;
|
|
17731
17765
|
};
|
|
17732
17766
|
/**
|
|
17733
17767
|
* ItemApi - object-oriented interface
|
|
@@ -17862,42 +17896,42 @@ export declare const MetaApiFactory: (configuration?: Configuration, basePath?:
|
|
|
17862
17896
|
* @param {*} [options] Override http request option.
|
|
17863
17897
|
* @throws {RequiredError}
|
|
17864
17898
|
*/
|
|
17865
|
-
metaGetHealth(options?:
|
|
17899
|
+
metaGetHealth(options?: any): AxiosPromise<HealthOutputDTO>;
|
|
17866
17900
|
/**
|
|
17867
17901
|
* <br> OperationId: `MetaGetMetrics`
|
|
17868
17902
|
* @summary Get metrics
|
|
17869
17903
|
* @param {*} [options] Override http request option.
|
|
17870
17904
|
* @throws {RequiredError}
|
|
17871
17905
|
*/
|
|
17872
|
-
metaGetMetrics(options?:
|
|
17906
|
+
metaGetMetrics(options?: any): AxiosPromise<void>;
|
|
17873
17907
|
/**
|
|
17874
17908
|
* <br> OperationId: `MetaGetOpenApi`
|
|
17875
17909
|
* @summary Get open api
|
|
17876
17910
|
* @param {*} [options] Override http request option.
|
|
17877
17911
|
* @throws {RequiredError}
|
|
17878
17912
|
*/
|
|
17879
|
-
metaGetOpenApi(options?:
|
|
17913
|
+
metaGetOpenApi(options?: any): AxiosPromise<void>;
|
|
17880
17914
|
/**
|
|
17881
17915
|
* <br> OperationId: `MetaGetOpenApiHtml`
|
|
17882
17916
|
* @summary Get open api html
|
|
17883
17917
|
* @param {*} [options] Override http request option.
|
|
17884
17918
|
* @throws {RequiredError}
|
|
17885
17919
|
*/
|
|
17886
|
-
metaGetOpenApiHtml(options?:
|
|
17920
|
+
metaGetOpenApiHtml(options?: any): AxiosPromise<void>;
|
|
17887
17921
|
/**
|
|
17888
17922
|
* <br> OperationId: `MetaGetReadiness`
|
|
17889
17923
|
* @summary Get readiness
|
|
17890
17924
|
* @param {*} [options] Override http request option.
|
|
17891
17925
|
* @throws {RequiredError}
|
|
17892
17926
|
*/
|
|
17893
|
-
metaGetReadiness(options?:
|
|
17927
|
+
metaGetReadiness(options?: any): AxiosPromise<HealthOutputDTO>;
|
|
17894
17928
|
/**
|
|
17895
17929
|
* <br> OperationId: `MetaGetRoot`
|
|
17896
17930
|
* @summary Get root
|
|
17897
17931
|
* @param {*} [options] Override http request option.
|
|
17898
17932
|
* @throws {RequiredError}
|
|
17899
17933
|
*/
|
|
17900
|
-
metaGetRoot(options?:
|
|
17934
|
+
metaGetRoot(options?: any): AxiosPromise<void>;
|
|
17901
17935
|
};
|
|
17902
17936
|
/**
|
|
17903
17937
|
* MetaApi - object-oriented interface
|
|
@@ -18211,7 +18245,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18211
18245
|
* @param {*} [options] Override http request option.
|
|
18212
18246
|
* @throws {RequiredError}
|
|
18213
18247
|
*/
|
|
18214
|
-
moduleControllerCreate(moduleCreateAPIDTO?: ModuleCreateAPIDTO, options?:
|
|
18248
|
+
moduleControllerCreate(moduleCreateAPIDTO?: ModuleCreateAPIDTO, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
18215
18249
|
/**
|
|
18216
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`
|
|
18217
18251
|
* @summary Export a module
|
|
@@ -18220,7 +18254,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18220
18254
|
* @param {*} [options] Override http request option.
|
|
18221
18255
|
* @throws {RequiredError}
|
|
18222
18256
|
*/
|
|
18223
|
-
moduleControllerExport(id: string, moduleExportOptionsDTO?: ModuleExportOptionsDTO, options?:
|
|
18257
|
+
moduleControllerExport(id: string, moduleExportOptionsDTO?: ModuleExportOptionsDTO, options?: any): AxiosPromise<ModuleExportDTOAPI>;
|
|
18224
18258
|
/**
|
|
18225
18259
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerGetOne`
|
|
18226
18260
|
* @summary Get one module
|
|
@@ -18228,7 +18262,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18228
18262
|
* @param {*} [options] Override http request option.
|
|
18229
18263
|
* @throws {RequiredError}
|
|
18230
18264
|
*/
|
|
18231
|
-
moduleControllerGetOne(id: string, options?:
|
|
18265
|
+
moduleControllerGetOne(id: string, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
18232
18266
|
/**
|
|
18233
18267
|
* Imports a module from a format that was exported from another Takaro instance Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerImport`
|
|
18234
18268
|
* @summary Import a module
|
|
@@ -18236,7 +18270,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18236
18270
|
* @param {*} [options] Override http request option.
|
|
18237
18271
|
* @throws {RequiredError}
|
|
18238
18272
|
*/
|
|
18239
|
-
moduleControllerImport(body?: any, options?:
|
|
18273
|
+
moduleControllerImport(body?: any, options?: any): AxiosPromise<void>;
|
|
18240
18274
|
/**
|
|
18241
18275
|
* Removes a module, including all versions and config Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerRemove`
|
|
18242
18276
|
* @summary Remove a module
|
|
@@ -18244,7 +18278,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18244
18278
|
* @param {*} [options] Override http request option.
|
|
18245
18279
|
* @throws {RequiredError}
|
|
18246
18280
|
*/
|
|
18247
|
-
moduleControllerRemove(id: string, options?:
|
|
18281
|
+
moduleControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18248
18282
|
/**
|
|
18249
18283
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleControllerSearch`
|
|
18250
18284
|
* @summary Search modules
|
|
@@ -18252,7 +18286,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18252
18286
|
* @param {*} [options] Override http request option.
|
|
18253
18287
|
* @throws {RequiredError}
|
|
18254
18288
|
*/
|
|
18255
|
-
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?:
|
|
18289
|
+
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?: any): AxiosPromise<ModuleOutputArrayDTOAPI>;
|
|
18256
18290
|
/**
|
|
18257
18291
|
* Update a module Required permissions: `MANAGE_MODULES`<br> OperationId: `ModuleControllerUpdate`
|
|
18258
18292
|
* @summary Update a module
|
|
@@ -18261,7 +18295,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18261
18295
|
* @param {*} [options] Override http request option.
|
|
18262
18296
|
* @throws {RequiredError}
|
|
18263
18297
|
*/
|
|
18264
|
-
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?:
|
|
18298
|
+
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?: any): AxiosPromise<ModuleOutputDTOAPI>;
|
|
18265
18299
|
/**
|
|
18266
18300
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleInstallationsControllerGetInstalledModules`
|
|
18267
18301
|
* @summary Search module installations
|
|
@@ -18269,7 +18303,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18269
18303
|
* @param {*} [options] Override http request option.
|
|
18270
18304
|
* @throws {RequiredError}
|
|
18271
18305
|
*/
|
|
18272
|
-
moduleInstallationsControllerGetInstalledModules(moduleInstallationSearchInputDTO?: ModuleInstallationSearchInputDTO, options?:
|
|
18306
|
+
moduleInstallationsControllerGetInstalledModules(moduleInstallationSearchInputDTO?: ModuleInstallationSearchInputDTO, options?: any): AxiosPromise<ModuleInstallationOutputArrayDTOAPI>;
|
|
18273
18307
|
/**
|
|
18274
18308
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleInstallationsControllerGetModuleInstallation`
|
|
18275
18309
|
* @summary Get one installation
|
|
@@ -18278,7 +18312,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18278
18312
|
* @param {*} [options] Override http request option.
|
|
18279
18313
|
* @throws {RequiredError}
|
|
18280
18314
|
*/
|
|
18281
|
-
moduleInstallationsControllerGetModuleInstallation(moduleId: string, gameServerId: string, options?:
|
|
18315
|
+
moduleInstallationsControllerGetModuleInstallation(moduleId: string, gameServerId: string, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
18282
18316
|
/**
|
|
18283
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`
|
|
18284
18318
|
* @summary Install module
|
|
@@ -18286,7 +18320,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18286
18320
|
* @param {*} [options] Override http request option.
|
|
18287
18321
|
* @throws {RequiredError}
|
|
18288
18322
|
*/
|
|
18289
|
-
moduleInstallationsControllerInstallModule(installModuleDTO?: InstallModuleDTO, options?:
|
|
18323
|
+
moduleInstallationsControllerInstallModule(installModuleDTO?: InstallModuleDTO, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
18290
18324
|
/**
|
|
18291
18325
|
* Uninstall a module from a gameserver. This will not delete the module from the database. Required permissions: `MANAGE_GAMESERVERS`<br> OperationId: `ModuleInstallationsControllerUninstallModule`
|
|
18292
18326
|
* @summary Uninstall module
|
|
@@ -18295,7 +18329,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18295
18329
|
* @param {*} [options] Override http request option.
|
|
18296
18330
|
* @throws {RequiredError}
|
|
18297
18331
|
*/
|
|
18298
|
-
moduleInstallationsControllerUninstallModule(moduleId: string, gameServerId: string, options?:
|
|
18332
|
+
moduleInstallationsControllerUninstallModule(moduleId: string, gameServerId: string, options?: any): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
18299
18333
|
/**
|
|
18300
18334
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleVersionControllerGetModuleVersion`
|
|
18301
18335
|
* @summary Get one version
|
|
@@ -18303,7 +18337,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18303
18337
|
* @param {*} [options] Override http request option.
|
|
18304
18338
|
* @throws {RequiredError}
|
|
18305
18339
|
*/
|
|
18306
|
-
moduleVersionControllerGetModuleVersion(id: string, options?:
|
|
18340
|
+
moduleVersionControllerGetModuleVersion(id: string, options?: any): AxiosPromise<ModuleVersionOutputDTOAPI>;
|
|
18307
18341
|
/**
|
|
18308
18342
|
* Required permissions: `READ_MODULES`<br> OperationId: `ModuleVersionControllerSearchVersions`
|
|
18309
18343
|
* @summary Search module versions
|
|
@@ -18311,7 +18345,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18311
18345
|
* @param {*} [options] Override http request option.
|
|
18312
18346
|
* @throws {RequiredError}
|
|
18313
18347
|
*/
|
|
18314
|
-
moduleVersionControllerSearchVersions(moduleVersionSearchInputDTO?: ModuleVersionSearchInputDTO, options?:
|
|
18348
|
+
moduleVersionControllerSearchVersions(moduleVersionSearchInputDTO?: ModuleVersionSearchInputDTO, options?: any): AxiosPromise<ModuleVersionOutputArrayDTOAPI>;
|
|
18315
18349
|
/**
|
|
18316
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`
|
|
18317
18351
|
* @summary Tag a new version
|
|
@@ -18319,7 +18353,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
18319
18353
|
* @param {*} [options] Override http request option.
|
|
18320
18354
|
* @throws {RequiredError}
|
|
18321
18355
|
*/
|
|
18322
|
-
moduleVersionControllerTagVersion(moduleVersionCreateAPIDTO?: ModuleVersionCreateAPIDTO, options?:
|
|
18356
|
+
moduleVersionControllerTagVersion(moduleVersionCreateAPIDTO?: ModuleVersionCreateAPIDTO, options?: any): AxiosPromise<ModuleVersionOutputDTOAPI>;
|
|
18323
18357
|
};
|
|
18324
18358
|
/**
|
|
18325
18359
|
* ModuleApi - object-oriented interface
|
|
@@ -18683,7 +18717,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18683
18717
|
* @param {*} [options] Override http request option.
|
|
18684
18718
|
* @throws {RequiredError}
|
|
18685
18719
|
*/
|
|
18686
|
-
banControllerCreate(banCreateDTO?: BanCreateDTO, options?:
|
|
18720
|
+
banControllerCreate(banCreateDTO?: BanCreateDTO, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18687
18721
|
/**
|
|
18688
18722
|
* Unban player. This will remove the ban from Takaro and the gameserver(s) Required permissions: `MANAGE_PLAYERS`<br> OperationId: `BanControllerDelete`
|
|
18689
18723
|
* @summary Unban player
|
|
@@ -18691,7 +18725,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18691
18725
|
* @param {*} [options] Override http request option.
|
|
18692
18726
|
* @throws {RequiredError}
|
|
18693
18727
|
*/
|
|
18694
|
-
banControllerDelete(id: string, options?:
|
|
18728
|
+
banControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18695
18729
|
/**
|
|
18696
18730
|
* Get a single ban Required permissions: `READ_PLAYERS`<br> OperationId: `BanControllerGetOne`
|
|
18697
18731
|
* @summary Get a single ban
|
|
@@ -18699,7 +18733,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18699
18733
|
* @param {*} [options] Override http request option.
|
|
18700
18734
|
* @throws {RequiredError}
|
|
18701
18735
|
*/
|
|
18702
|
-
banControllerGetOne(id: string, options?:
|
|
18736
|
+
banControllerGetOne(id: string, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18703
18737
|
/**
|
|
18704
18738
|
* Search for bans Required permissions: `READ_PLAYERS`<br> OperationId: `BanControllerSearch`
|
|
18705
18739
|
* @summary Search for bans
|
|
@@ -18707,7 +18741,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18707
18741
|
* @param {*} [options] Override http request option.
|
|
18708
18742
|
* @throws {RequiredError}
|
|
18709
18743
|
*/
|
|
18710
|
-
banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?:
|
|
18744
|
+
banControllerSearch(banSearchInputDTO?: BanSearchInputDTO, options?: any): AxiosPromise<BanOutputArrayDTOAPI>;
|
|
18711
18745
|
/**
|
|
18712
18746
|
* Update an existing ban, updating a ban via the API will always make it takaro managed. Required permissions: `MANAGE_PLAYERS`<br> OperationId: `BanControllerUpdate`
|
|
18713
18747
|
* @summary Update ban
|
|
@@ -18716,7 +18750,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18716
18750
|
* @param {*} [options] Override http request option.
|
|
18717
18751
|
* @throws {RequiredError}
|
|
18718
18752
|
*/
|
|
18719
|
-
banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?:
|
|
18753
|
+
banControllerUpdate(id: string, banUpdateDTO?: BanUpdateDTO, options?: any): AxiosPromise<BanOutputDTOAPI>;
|
|
18720
18754
|
/**
|
|
18721
18755
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`<br> OperationId: `PlayerControllerAssignRole`
|
|
18722
18756
|
* @summary Assign role
|
|
@@ -18726,7 +18760,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18726
18760
|
* @param {*} [options] Override http request option.
|
|
18727
18761
|
* @throws {RequiredError}
|
|
18728
18762
|
*/
|
|
18729
|
-
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
18763
|
+
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
18730
18764
|
/**
|
|
18731
18765
|
* Bulk delete players by their IDs. Deletes Player records which cascades to POG records. Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerControllerBulkDelete`
|
|
18732
18766
|
* @summary Bulk delete
|
|
@@ -18734,7 +18768,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18734
18768
|
* @param {*} [options] Override http request option.
|
|
18735
18769
|
* @throws {RequiredError}
|
|
18736
18770
|
*/
|
|
18737
|
-
playerControllerBulkDelete(playerBulkDeleteInputDTO?: PlayerBulkDeleteInputDTO, options?:
|
|
18771
|
+
playerControllerBulkDelete(playerBulkDeleteInputDTO?: PlayerBulkDeleteInputDTO, options?: any): AxiosPromise<PlayerBulkDeleteOutputDTOAPI>;
|
|
18738
18772
|
/**
|
|
18739
18773
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerControllerDelete`
|
|
18740
18774
|
* @summary Delete
|
|
@@ -18742,14 +18776,14 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18742
18776
|
* @param {*} [options] Override http request option.
|
|
18743
18777
|
* @throws {RequiredError}
|
|
18744
18778
|
*/
|
|
18745
|
-
playerControllerDelete(id: string, options?:
|
|
18779
|
+
playerControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
18746
18780
|
/**
|
|
18747
18781
|
* Get the player that is currently authenticated. This is a low-privilege route, returning limited data.<br> OperationId: `PlayerControllerGetMe`
|
|
18748
18782
|
* @summary Get current player
|
|
18749
18783
|
* @param {*} [options] Override http request option.
|
|
18750
18784
|
* @throws {RequiredError}
|
|
18751
18785
|
*/
|
|
18752
|
-
playerControllerGetMe(options?:
|
|
18786
|
+
playerControllerGetMe(options?: any): AxiosPromise<PlayerMeOutputDTO>;
|
|
18753
18787
|
/**
|
|
18754
18788
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerControllerGetOne`
|
|
18755
18789
|
* @summary Get one
|
|
@@ -18757,7 +18791,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18757
18791
|
* @param {*} [options] Override http request option.
|
|
18758
18792
|
* @throws {RequiredError}
|
|
18759
18793
|
*/
|
|
18760
|
-
playerControllerGetOne(id: string, options?:
|
|
18794
|
+
playerControllerGetOne(id: string, options?: any): AxiosPromise<PlayerOutputWithRolesDTOAPI>;
|
|
18761
18795
|
/**
|
|
18762
18796
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`<br> OperationId: `PlayerControllerRemoveRole`
|
|
18763
18797
|
* @summary Remove role
|
|
@@ -18767,7 +18801,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18767
18801
|
* @param {*} [options] Override http request option.
|
|
18768
18802
|
* @throws {RequiredError}
|
|
18769
18803
|
*/
|
|
18770
|
-
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
18804
|
+
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
18771
18805
|
/**
|
|
18772
18806
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerControllerSearch`
|
|
18773
18807
|
* @summary Search
|
|
@@ -18775,7 +18809,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
18775
18809
|
* @param {*} [options] Override http request option.
|
|
18776
18810
|
* @throws {RequiredError}
|
|
18777
18811
|
*/
|
|
18778
|
-
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?:
|
|
18812
|
+
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?: any): AxiosPromise<PlayerOutputArrayDTOAPI>;
|
|
18779
18813
|
};
|
|
18780
18814
|
/**
|
|
18781
18815
|
* PlayerApi - object-oriented interface
|
|
@@ -19075,7 +19109,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19075
19109
|
* @param {*} [options] Override http request option.
|
|
19076
19110
|
* @throws {RequiredError}
|
|
19077
19111
|
*/
|
|
19078
|
-
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19112
|
+
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19079
19113
|
/**
|
|
19080
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`
|
|
19081
19115
|
* @summary Bulk delete
|
|
@@ -19084,7 +19118,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19084
19118
|
* @param {*} [options] Override http request option.
|
|
19085
19119
|
* @throws {RequiredError}
|
|
19086
19120
|
*/
|
|
19087
|
-
playerOnGameServerControllerBulkDelete(gameServerId: string, pogBulkDeleteInputDTO?: PogBulkDeleteInputDTO, options?:
|
|
19121
|
+
playerOnGameServerControllerBulkDelete(gameServerId: string, pogBulkDeleteInputDTO?: PogBulkDeleteInputDTO, options?: any): AxiosPromise<PogBulkDeleteOutputDTOAPI>;
|
|
19088
19122
|
/**
|
|
19089
19123
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerDeductCurrency`
|
|
19090
19124
|
* @summary Deduct currency
|
|
@@ -19094,7 +19128,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19094
19128
|
* @param {*} [options] Override http request option.
|
|
19095
19129
|
* @throws {RequiredError}
|
|
19096
19130
|
*/
|
|
19097
|
-
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19131
|
+
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19098
19132
|
/**
|
|
19099
19133
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerDelete`
|
|
19100
19134
|
* @summary Delete
|
|
@@ -19103,7 +19137,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19103
19137
|
* @param {*} [options] Override http request option.
|
|
19104
19138
|
* @throws {RequiredError}
|
|
19105
19139
|
*/
|
|
19106
|
-
playerOnGameServerControllerDelete(gameServerId: string, playerId: string, options?:
|
|
19140
|
+
playerOnGameServerControllerDelete(gameServerId: string, playerId: string, options?: any): AxiosPromise<APIOutput>;
|
|
19107
19141
|
/**
|
|
19108
19142
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerGetOne`
|
|
19109
19143
|
* @summary Get one
|
|
@@ -19112,7 +19146,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19112
19146
|
* @param {*} [options] Override http request option.
|
|
19113
19147
|
* @throws {RequiredError}
|
|
19114
19148
|
*/
|
|
19115
|
-
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?:
|
|
19149
|
+
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19116
19150
|
/**
|
|
19117
19151
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerSearch`
|
|
19118
19152
|
* @summary Search
|
|
@@ -19120,7 +19154,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19120
19154
|
* @param {*} [options] Override http request option.
|
|
19121
19155
|
* @throws {RequiredError}
|
|
19122
19156
|
*/
|
|
19123
|
-
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?:
|
|
19157
|
+
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputArrayDTOAPI>;
|
|
19124
19158
|
/**
|
|
19125
19159
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerSetCurrency`
|
|
19126
19160
|
* @summary Set currency
|
|
@@ -19130,7 +19164,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19130
19164
|
* @param {*} [options] Override http request option.
|
|
19131
19165
|
* @throws {RequiredError}
|
|
19132
19166
|
*/
|
|
19133
|
-
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19167
|
+
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19134
19168
|
/**
|
|
19135
19169
|
* Required permissions: `MANAGE_PLAYERS`<br> OperationId: `PlayerOnGameServerControllerTransactBetweenPlayers`
|
|
19136
19170
|
* @summary Transact between players
|
|
@@ -19141,7 +19175,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
19141
19175
|
* @param {*} [options] Override http request option.
|
|
19142
19176
|
* @throws {RequiredError}
|
|
19143
19177
|
*/
|
|
19144
|
-
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
19178
|
+
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: any): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
19145
19179
|
};
|
|
19146
19180
|
/**
|
|
19147
19181
|
* PlayerOnGameServerApi - object-oriented interface
|
|
@@ -19355,7 +19389,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19355
19389
|
* @param {*} [options] Override http request option.
|
|
19356
19390
|
* @throws {RequiredError}
|
|
19357
19391
|
*/
|
|
19358
|
-
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?:
|
|
19392
|
+
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
19359
19393
|
/**
|
|
19360
19394
|
* Required permissions: `READ_ROLES`<br> OperationId: `RoleControllerGetOne`
|
|
19361
19395
|
* @summary Get one
|
|
@@ -19363,14 +19397,14 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19363
19397
|
* @param {*} [options] Override http request option.
|
|
19364
19398
|
* @throws {RequiredError}
|
|
19365
19399
|
*/
|
|
19366
|
-
roleControllerGetOne(id: string, options?:
|
|
19400
|
+
roleControllerGetOne(id: string, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
19367
19401
|
/**
|
|
19368
19402
|
* <br> OperationId: `RoleControllerGetPermissions`
|
|
19369
19403
|
* @summary Get permissions
|
|
19370
19404
|
* @param {*} [options] Override http request option.
|
|
19371
19405
|
* @throws {RequiredError}
|
|
19372
19406
|
*/
|
|
19373
|
-
roleControllerGetPermissions(options?:
|
|
19407
|
+
roleControllerGetPermissions(options?: any): AxiosPromise<PermissionOutputDTOAPI>;
|
|
19374
19408
|
/**
|
|
19375
19409
|
* Required permissions: `MANAGE_ROLES`<br> OperationId: `RoleControllerRemove`
|
|
19376
19410
|
* @summary Remove
|
|
@@ -19378,7 +19412,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19378
19412
|
* @param {*} [options] Override http request option.
|
|
19379
19413
|
* @throws {RequiredError}
|
|
19380
19414
|
*/
|
|
19381
|
-
roleControllerRemove(id: string, options?:
|
|
19415
|
+
roleControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
19382
19416
|
/**
|
|
19383
19417
|
* Required permissions: `READ_ROLES`<br> OperationId: `RoleControllerSearch`
|
|
19384
19418
|
* @summary Search
|
|
@@ -19386,7 +19420,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19386
19420
|
* @param {*} [options] Override http request option.
|
|
19387
19421
|
* @throws {RequiredError}
|
|
19388
19422
|
*/
|
|
19389
|
-
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?:
|
|
19423
|
+
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?: any): AxiosPromise<RoleOutputArrayDTOAPI>;
|
|
19390
19424
|
/**
|
|
19391
19425
|
* Required permissions: `MANAGE_ROLES`<br> OperationId: `RoleControllerUpdate`
|
|
19392
19426
|
* @summary Update
|
|
@@ -19395,7 +19429,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
19395
19429
|
* @param {*} [options] Override http request option.
|
|
19396
19430
|
* @throws {RequiredError}
|
|
19397
19431
|
*/
|
|
19398
|
-
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?:
|
|
19432
|
+
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?: any): AxiosPromise<RoleOutputDTOAPI>;
|
|
19399
19433
|
};
|
|
19400
19434
|
/**
|
|
19401
19435
|
* RoleApi - object-oriented interface
|
|
@@ -19556,7 +19590,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19556
19590
|
* @param {*} [options] Override http request option.
|
|
19557
19591
|
* @throws {RequiredError}
|
|
19558
19592
|
*/
|
|
19559
|
-
settingsControllerDelete(key: string, gameServerId?: string, options?:
|
|
19593
|
+
settingsControllerDelete(key: string, gameServerId?: string, options?: any): AxiosPromise<APIOutput>;
|
|
19560
19594
|
/**
|
|
19561
19595
|
* <br> OperationId: `SettingsControllerGet`
|
|
19562
19596
|
* @summary Get
|
|
@@ -19565,7 +19599,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19565
19599
|
* @param {*} [options] Override http request option.
|
|
19566
19600
|
* @throws {RequiredError}
|
|
19567
19601
|
*/
|
|
19568
|
-
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?:
|
|
19602
|
+
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?: any): AxiosPromise<SettingsOutputArrayDTOAPI>;
|
|
19569
19603
|
/**
|
|
19570
19604
|
* <br> OperationId: `SettingsControllerGetOne`
|
|
19571
19605
|
* @summary Get one
|
|
@@ -19574,7 +19608,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19574
19608
|
* @param {*} [options] Override http request option.
|
|
19575
19609
|
* @throws {RequiredError}
|
|
19576
19610
|
*/
|
|
19577
|
-
settingsControllerGetOne(key: string, gameServerId?: string, options?:
|
|
19611
|
+
settingsControllerGetOne(key: string, gameServerId?: string, options?: any): AxiosPromise<SettingsOutputDTOAPI>;
|
|
19578
19612
|
/**
|
|
19579
19613
|
* Required permissions: `MANAGE_SETTINGS`<br> OperationId: `SettingsControllerSet`
|
|
19580
19614
|
* @summary Set
|
|
@@ -19583,7 +19617,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
19583
19617
|
* @param {*} [options] Override http request option.
|
|
19584
19618
|
* @throws {RequiredError}
|
|
19585
19619
|
*/
|
|
19586
|
-
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?:
|
|
19620
|
+
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?: any): AxiosPromise<SettingsOutputDTOAPI>;
|
|
19587
19621
|
};
|
|
19588
19622
|
/**
|
|
19589
19623
|
* SettingsApi - object-oriented interface
|
|
@@ -20077,7 +20111,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20077
20111
|
* @param {*} [options] Override http request option.
|
|
20078
20112
|
* @throws {RequiredError}
|
|
20079
20113
|
*/
|
|
20080
|
-
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?:
|
|
20114
|
+
shopCategoryControllerBulkAssign(shopCategoryBulkAssignDTO?: ShopCategoryBulkAssignDTO, options?: any): AxiosPromise<void>;
|
|
20081
20115
|
/**
|
|
20082
20116
|
* Create a new shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerCreate`
|
|
20083
20117
|
* @summary Create
|
|
@@ -20085,7 +20119,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20085
20119
|
* @param {*} [options] Override http request option.
|
|
20086
20120
|
* @throws {RequiredError}
|
|
20087
20121
|
*/
|
|
20088
|
-
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?:
|
|
20122
|
+
shopCategoryControllerCreate(shopCategoryCreateDTO?: ShopCategoryCreateDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
20089
20123
|
/**
|
|
20090
20124
|
* Get all shop categories<br> OperationId: `ShopCategoryControllerGetAll`
|
|
20091
20125
|
* @summary Get all
|
|
@@ -20093,7 +20127,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20093
20127
|
* @param {*} [options] Override http request option.
|
|
20094
20128
|
* @throws {RequiredError}
|
|
20095
20129
|
*/
|
|
20096
|
-
shopCategoryControllerGetAll(gameServerId?: string, options?:
|
|
20130
|
+
shopCategoryControllerGetAll(gameServerId?: string, options?: any): AxiosPromise<ShopCategoryOutputArrayDTOAPI>;
|
|
20097
20131
|
/**
|
|
20098
20132
|
* Get a shop category by id<br> OperationId: `ShopCategoryControllerGetOne`
|
|
20099
20133
|
* @summary Get one
|
|
@@ -20102,7 +20136,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20102
20136
|
* @param {*} [options] Override http request option.
|
|
20103
20137
|
* @throws {RequiredError}
|
|
20104
20138
|
*/
|
|
20105
|
-
shopCategoryControllerGetOne(id: string, gameServerId?: string, options?:
|
|
20139
|
+
shopCategoryControllerGetOne(id: string, gameServerId?: string, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
20106
20140
|
/**
|
|
20107
20141
|
* Move a shop category to a different parent Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerMove`
|
|
20108
20142
|
* @summary Move
|
|
@@ -20111,7 +20145,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20111
20145
|
* @param {*} [options] Override http request option.
|
|
20112
20146
|
* @throws {RequiredError}
|
|
20113
20147
|
*/
|
|
20114
|
-
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?:
|
|
20148
|
+
shopCategoryControllerMove(id: string, shopCategoryMoveDTO?: ShopCategoryMoveDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
20115
20149
|
/**
|
|
20116
20150
|
* Delete a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerRemove`
|
|
20117
20151
|
* @summary Remove
|
|
@@ -20119,7 +20153,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20119
20153
|
* @param {*} [options] Override http request option.
|
|
20120
20154
|
* @throws {RequiredError}
|
|
20121
20155
|
*/
|
|
20122
|
-
shopCategoryControllerRemove(id: string, options?:
|
|
20156
|
+
shopCategoryControllerRemove(id: string, options?: any): AxiosPromise<void>;
|
|
20123
20157
|
/**
|
|
20124
20158
|
* Search shop categories<br> OperationId: `ShopCategoryControllerSearch`
|
|
20125
20159
|
* @summary Search
|
|
@@ -20127,7 +20161,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20127
20161
|
* @param {*} [options] Override http request option.
|
|
20128
20162
|
* @throws {RequiredError}
|
|
20129
20163
|
*/
|
|
20130
|
-
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?:
|
|
20164
|
+
shopCategoryControllerSearch(shopCategorySearchInputDTO?: ShopCategorySearchInputDTO, options?: any): AxiosPromise<ShopCategoryOutputArrayDTOAPI>;
|
|
20131
20165
|
/**
|
|
20132
20166
|
* Update a shop category Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopCategoryControllerUpdate`
|
|
20133
20167
|
* @summary Update
|
|
@@ -20136,7 +20170,7 @@ export declare const ShopCategoryApiFactory: (configuration?: Configuration, bas
|
|
|
20136
20170
|
* @param {*} [options] Override http request option.
|
|
20137
20171
|
* @throws {RequiredError}
|
|
20138
20172
|
*/
|
|
20139
|
-
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?:
|
|
20173
|
+
shopCategoryControllerUpdate(id: string, shopCategoryUpdateDTO?: ShopCategoryUpdateDTO, options?: any): AxiosPromise<ShopCategoryOutputDTOAPI>;
|
|
20140
20174
|
};
|
|
20141
20175
|
/**
|
|
20142
20176
|
* ShopCategoryApi - object-oriented interface
|
|
@@ -20341,7 +20375,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20341
20375
|
* @param {*} [options] Override http request option.
|
|
20342
20376
|
* @throws {RequiredError}
|
|
20343
20377
|
*/
|
|
20344
|
-
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?:
|
|
20378
|
+
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
20345
20379
|
/**
|
|
20346
20380
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerDelete`
|
|
20347
20381
|
* @summary Delete
|
|
@@ -20349,7 +20383,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20349
20383
|
* @param {*} [options] Override http request option.
|
|
20350
20384
|
* @throws {RequiredError}
|
|
20351
20385
|
*/
|
|
20352
|
-
shopListingControllerDelete(id: string, options?:
|
|
20386
|
+
shopListingControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
20353
20387
|
/**
|
|
20354
20388
|
* <br> OperationId: `ShopListingControllerGetOne`
|
|
20355
20389
|
* @summary Get one
|
|
@@ -20357,14 +20391,14 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20357
20391
|
* @param {*} [options] Override http request option.
|
|
20358
20392
|
* @throws {RequiredError}
|
|
20359
20393
|
*/
|
|
20360
|
-
shopListingControllerGetOne(id: string, options?:
|
|
20394
|
+
shopListingControllerGetOne(id: string, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
20361
20395
|
/**
|
|
20362
20396
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerImportListings`
|
|
20363
20397
|
* @summary Import listings
|
|
20364
20398
|
* @param {*} [options] Override http request option.
|
|
20365
20399
|
* @throws {RequiredError}
|
|
20366
20400
|
*/
|
|
20367
|
-
shopListingControllerImportListings(options?:
|
|
20401
|
+
shopListingControllerImportListings(options?: any): AxiosPromise<APIOutput>;
|
|
20368
20402
|
/**
|
|
20369
20403
|
* Search shop listings<br> OperationId: `ShopListingControllerSearch`
|
|
20370
20404
|
* @summary Search
|
|
@@ -20372,7 +20406,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20372
20406
|
* @param {*} [options] Override http request option.
|
|
20373
20407
|
* @throws {RequiredError}
|
|
20374
20408
|
*/
|
|
20375
|
-
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?:
|
|
20409
|
+
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?: any): AxiosPromise<ShopListingOutputArrayDTOAPI>;
|
|
20376
20410
|
/**
|
|
20377
20411
|
* Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `ShopListingControllerUpdate`
|
|
20378
20412
|
* @summary Update
|
|
@@ -20381,7 +20415,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
20381
20415
|
* @param {*} [options] Override http request option.
|
|
20382
20416
|
* @throws {RequiredError}
|
|
20383
20417
|
*/
|
|
20384
|
-
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?:
|
|
20418
|
+
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?: any): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
20385
20419
|
};
|
|
20386
20420
|
/**
|
|
20387
20421
|
* ShopListingApi - object-oriented interface
|
|
@@ -20549,7 +20583,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20549
20583
|
* @param {*} [options] Override http request option.
|
|
20550
20584
|
* @throws {RequiredError}
|
|
20551
20585
|
*/
|
|
20552
|
-
shopOrderControllerCancel(id: string, options?:
|
|
20586
|
+
shopOrderControllerCancel(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
20553
20587
|
/**
|
|
20554
20588
|
* Claiming an order will mark it as completed and give the user the item in-game<br> OperationId: `ShopOrderControllerClaim`
|
|
20555
20589
|
* @summary Claim an order
|
|
@@ -20557,7 +20591,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20557
20591
|
* @param {*} [options] Override http request option.
|
|
20558
20592
|
* @throws {RequiredError}
|
|
20559
20593
|
*/
|
|
20560
|
-
shopOrderControllerClaim(id: string, options?:
|
|
20594
|
+
shopOrderControllerClaim(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
20561
20595
|
/**
|
|
20562
20596
|
* <br> OperationId: `ShopOrderControllerCreate`
|
|
20563
20597
|
* @summary Create
|
|
@@ -20565,7 +20599,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20565
20599
|
* @param {*} [options] Override http request option.
|
|
20566
20600
|
* @throws {RequiredError}
|
|
20567
20601
|
*/
|
|
20568
|
-
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?:
|
|
20602
|
+
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
20569
20603
|
/**
|
|
20570
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`
|
|
20571
20605
|
* @summary Get order by ID
|
|
@@ -20573,7 +20607,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20573
20607
|
* @param {*} [options] Override http request option.
|
|
20574
20608
|
* @throws {RequiredError}
|
|
20575
20609
|
*/
|
|
20576
|
-
shopOrderControllerGetOne(id: string, options?:
|
|
20610
|
+
shopOrderControllerGetOne(id: string, options?: any): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
20577
20611
|
/**
|
|
20578
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`
|
|
20579
20613
|
* @summary Search orders
|
|
@@ -20581,7 +20615,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
20581
20615
|
* @param {*} [options] Override http request option.
|
|
20582
20616
|
* @throws {RequiredError}
|
|
20583
20617
|
*/
|
|
20584
|
-
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?:
|
|
20618
|
+
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?: any): AxiosPromise<ShopOrderOutputArrayDTOAPI>;
|
|
20585
20619
|
};
|
|
20586
20620
|
/**
|
|
20587
20621
|
* ShopOrderApi - object-oriented interface
|
|
@@ -20647,12 +20681,12 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20647
20681
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20648
20682
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20649
20683
|
* @param {string} [gameServerId]
|
|
20650
|
-
* @param {
|
|
20651
|
-
* @param {
|
|
20684
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20685
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20652
20686
|
* @param {*} [options] Override http request option.
|
|
20653
20687
|
* @throws {RequiredError}
|
|
20654
20688
|
*/
|
|
20655
|
-
statsControllerGetActivityStats: (timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20689
|
+
statsControllerGetActivityStats: (timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20656
20690
|
/**
|
|
20657
20691
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20658
20692
|
* @summary Get statistics about the countries of the players
|
|
@@ -20666,12 +20700,12 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20666
20700
|
* @summary Get currency stats
|
|
20667
20701
|
* @param {string} gameServerId
|
|
20668
20702
|
* @param {string} [playerId]
|
|
20669
|
-
* @param {
|
|
20670
|
-
* @param {
|
|
20703
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20704
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20671
20705
|
* @param {*} [options] Override http request option.
|
|
20672
20706
|
* @throws {RequiredError}
|
|
20673
20707
|
*/
|
|
20674
|
-
statsControllerGetCurrencyStats: (gameServerId: string, playerId?: string, startDate?:
|
|
20708
|
+
statsControllerGetCurrencyStats: (gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20675
20709
|
/**
|
|
20676
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`
|
|
20677
20711
|
* @summary Get event count over time
|
|
@@ -20682,43 +20716,43 @@ export declare const StatsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
20682
20716
|
* @param {string} [moduleId]
|
|
20683
20717
|
* @param {string} [playerId]
|
|
20684
20718
|
* @param {string} [userId]
|
|
20685
|
-
* @param {
|
|
20686
|
-
* @param {
|
|
20719
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20720
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20687
20721
|
* @param {*} [options] Override http request option.
|
|
20688
20722
|
* @throws {RequiredError}
|
|
20689
20723
|
*/
|
|
20690
|
-
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>;
|
|
20691
20725
|
/**
|
|
20692
20726
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20693
20727
|
* @summary Get latency stats
|
|
20694
20728
|
* @param {string} gameServerId
|
|
20695
|
-
* @param {
|
|
20696
|
-
* @param {
|
|
20729
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20730
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20697
20731
|
* @param {*} [options] Override http request option.
|
|
20698
20732
|
* @throws {RequiredError}
|
|
20699
20733
|
*/
|
|
20700
|
-
statsControllerGetLatencyStats: (gameServerId: string, startDate?:
|
|
20734
|
+
statsControllerGetLatencyStats: (gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20701
20735
|
/**
|
|
20702
20736
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20703
20737
|
* @summary Get ping stats
|
|
20704
20738
|
* @param {string} gameServerId
|
|
20705
20739
|
* @param {string} playerId
|
|
20706
|
-
* @param {
|
|
20707
|
-
* @param {
|
|
20740
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20741
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20708
20742
|
* @param {*} [options] Override http request option.
|
|
20709
20743
|
* @throws {RequiredError}
|
|
20710
20744
|
*/
|
|
20711
|
-
statsControllerGetPingStats: (gameServerId: string, playerId: string, startDate?:
|
|
20745
|
+
statsControllerGetPingStats: (gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20712
20746
|
/**
|
|
20713
20747
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20714
20748
|
* @summary Get player online stats
|
|
20715
20749
|
* @param {string} [gameServerId]
|
|
20716
|
-
* @param {
|
|
20717
|
-
* @param {
|
|
20750
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20751
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20718
20752
|
* @param {*} [options] Override http request option.
|
|
20719
20753
|
* @throws {RequiredError}
|
|
20720
20754
|
*/
|
|
20721
|
-
statsControllerGetPlayerOnlineStats: (gameServerId?: string, startDate?:
|
|
20755
|
+
statsControllerGetPlayerOnlineStats: (gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
20722
20756
|
};
|
|
20723
20757
|
/**
|
|
20724
20758
|
* StatsApi - functional programming interface
|
|
@@ -20731,12 +20765,12 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20731
20765
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20732
20766
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20733
20767
|
* @param {string} [gameServerId]
|
|
20734
|
-
* @param {
|
|
20735
|
-
* @param {
|
|
20768
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20769
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20736
20770
|
* @param {*} [options] Override http request option.
|
|
20737
20771
|
* @throws {RequiredError}
|
|
20738
20772
|
*/
|
|
20739
|
-
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>>;
|
|
20740
20774
|
/**
|
|
20741
20775
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20742
20776
|
* @summary Get statistics about the countries of the players
|
|
@@ -20750,12 +20784,12 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20750
20784
|
* @summary Get currency stats
|
|
20751
20785
|
* @param {string} gameServerId
|
|
20752
20786
|
* @param {string} [playerId]
|
|
20753
|
-
* @param {
|
|
20754
|
-
* @param {
|
|
20787
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20788
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20755
20789
|
* @param {*} [options] Override http request option.
|
|
20756
20790
|
* @throws {RequiredError}
|
|
20757
20791
|
*/
|
|
20758
|
-
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>>;
|
|
20759
20793
|
/**
|
|
20760
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`
|
|
20761
20795
|
* @summary Get event count over time
|
|
@@ -20766,43 +20800,43 @@ export declare const StatsApiFp: (configuration?: Configuration) => {
|
|
|
20766
20800
|
* @param {string} [moduleId]
|
|
20767
20801
|
* @param {string} [playerId]
|
|
20768
20802
|
* @param {string} [userId]
|
|
20769
|
-
* @param {
|
|
20770
|
-
* @param {
|
|
20803
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20804
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20771
20805
|
* @param {*} [options] Override http request option.
|
|
20772
20806
|
* @throws {RequiredError}
|
|
20773
20807
|
*/
|
|
20774
|
-
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>>;
|
|
20775
20809
|
/**
|
|
20776
20810
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20777
20811
|
* @summary Get latency stats
|
|
20778
20812
|
* @param {string} gameServerId
|
|
20779
|
-
* @param {
|
|
20780
|
-
* @param {
|
|
20813
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20814
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20781
20815
|
* @param {*} [options] Override http request option.
|
|
20782
20816
|
* @throws {RequiredError}
|
|
20783
20817
|
*/
|
|
20784
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
20818
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20785
20819
|
/**
|
|
20786
20820
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20787
20821
|
* @summary Get ping stats
|
|
20788
20822
|
* @param {string} gameServerId
|
|
20789
20823
|
* @param {string} playerId
|
|
20790
|
-
* @param {
|
|
20791
|
-
* @param {
|
|
20824
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20825
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20792
20826
|
* @param {*} [options] Override http request option.
|
|
20793
20827
|
* @throws {RequiredError}
|
|
20794
20828
|
*/
|
|
20795
|
-
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>>;
|
|
20796
20830
|
/**
|
|
20797
20831
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20798
20832
|
* @summary Get player online stats
|
|
20799
20833
|
* @param {string} [gameServerId]
|
|
20800
|
-
* @param {
|
|
20801
|
-
* @param {
|
|
20834
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20835
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20802
20836
|
* @param {*} [options] Override http request option.
|
|
20803
20837
|
* @throws {RequiredError}
|
|
20804
20838
|
*/
|
|
20805
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
20839
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StatsOutputDTOAPI>>;
|
|
20806
20840
|
};
|
|
20807
20841
|
/**
|
|
20808
20842
|
* StatsApi - factory interface
|
|
@@ -20815,12 +20849,12 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20815
20849
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20816
20850
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20817
20851
|
* @param {string} [gameServerId]
|
|
20818
|
-
* @param {
|
|
20819
|
-
* @param {
|
|
20852
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20853
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20820
20854
|
* @param {*} [options] Override http request option.
|
|
20821
20855
|
* @throws {RequiredError}
|
|
20822
20856
|
*/
|
|
20823
|
-
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?:
|
|
20857
|
+
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20824
20858
|
/**
|
|
20825
20859
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20826
20860
|
* @summary Get statistics about the countries of the players
|
|
@@ -20828,18 +20862,18 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20828
20862
|
* @param {*} [options] Override http request option.
|
|
20829
20863
|
* @throws {RequiredError}
|
|
20830
20864
|
*/
|
|
20831
|
-
statsControllerGetCountryStats(gameServerId?: Array<string>, options?:
|
|
20865
|
+
statsControllerGetCountryStats(gameServerId?: Array<string>, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20832
20866
|
/**
|
|
20833
20867
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCurrencyStats`
|
|
20834
20868
|
* @summary Get currency stats
|
|
20835
20869
|
* @param {string} gameServerId
|
|
20836
20870
|
* @param {string} [playerId]
|
|
20837
|
-
* @param {
|
|
20838
|
-
* @param {
|
|
20871
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20872
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20839
20873
|
* @param {*} [options] Override http request option.
|
|
20840
20874
|
* @throws {RequiredError}
|
|
20841
20875
|
*/
|
|
20842
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?:
|
|
20876
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20843
20877
|
/**
|
|
20844
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`
|
|
20845
20879
|
* @summary Get event count over time
|
|
@@ -20850,43 +20884,43 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
20850
20884
|
* @param {string} [moduleId]
|
|
20851
20885
|
* @param {string} [playerId]
|
|
20852
20886
|
* @param {string} [userId]
|
|
20853
|
-
* @param {
|
|
20854
|
-
* @param {
|
|
20887
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20888
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20855
20889
|
* @param {*} [options] Override http request option.
|
|
20856
20890
|
* @throws {RequiredError}
|
|
20857
20891
|
*/
|
|
20858
|
-
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>;
|
|
20859
20893
|
/**
|
|
20860
20894
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20861
20895
|
* @summary Get latency stats
|
|
20862
20896
|
* @param {string} gameServerId
|
|
20863
|
-
* @param {
|
|
20864
|
-
* @param {
|
|
20897
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20898
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20865
20899
|
* @param {*} [options] Override http request option.
|
|
20866
20900
|
* @throws {RequiredError}
|
|
20867
20901
|
*/
|
|
20868
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
20902
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20869
20903
|
/**
|
|
20870
20904
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20871
20905
|
* @summary Get ping stats
|
|
20872
20906
|
* @param {string} gameServerId
|
|
20873
20907
|
* @param {string} playerId
|
|
20874
|
-
* @param {
|
|
20875
|
-
* @param {
|
|
20908
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20909
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20876
20910
|
* @param {*} [options] Override http request option.
|
|
20877
20911
|
* @throws {RequiredError}
|
|
20878
20912
|
*/
|
|
20879
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?:
|
|
20913
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20880
20914
|
/**
|
|
20881
20915
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20882
20916
|
* @summary Get player online stats
|
|
20883
20917
|
* @param {string} [gameServerId]
|
|
20884
|
-
* @param {
|
|
20885
|
-
* @param {
|
|
20918
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20919
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20886
20920
|
* @param {*} [options] Override http request option.
|
|
20887
20921
|
* @throws {RequiredError}
|
|
20888
20922
|
*/
|
|
20889
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
20923
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: any): AxiosPromise<StatsOutputDTOAPI>;
|
|
20890
20924
|
};
|
|
20891
20925
|
/**
|
|
20892
20926
|
* StatsApi - object-oriented interface
|
|
@@ -20901,13 +20935,13 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20901
20935
|
* @param {StatsControllerGetActivityStatsTimeTypeEnum} timeType
|
|
20902
20936
|
* @param {StatsControllerGetActivityStatsDataTypeEnum} dataType
|
|
20903
20937
|
* @param {string} [gameServerId]
|
|
20904
|
-
* @param {
|
|
20905
|
-
* @param {
|
|
20938
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20939
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20906
20940
|
* @param {*} [options] Override http request option.
|
|
20907
20941
|
* @throws {RequiredError}
|
|
20908
20942
|
* @memberof StatsApi
|
|
20909
20943
|
*/
|
|
20910
|
-
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>>;
|
|
20911
20945
|
/**
|
|
20912
20946
|
* Calculates how many players are from each country. Returns a count per country (ISO3166). Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetCountryStats`
|
|
20913
20947
|
* @summary Get statistics about the countries of the players
|
|
@@ -20922,13 +20956,13 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20922
20956
|
* @summary Get currency stats
|
|
20923
20957
|
* @param {string} gameServerId
|
|
20924
20958
|
* @param {string} [playerId]
|
|
20925
|
-
* @param {
|
|
20926
|
-
* @param {
|
|
20959
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20960
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20927
20961
|
* @param {*} [options] Override http request option.
|
|
20928
20962
|
* @throws {RequiredError}
|
|
20929
20963
|
* @memberof StatsApi
|
|
20930
20964
|
*/
|
|
20931
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?:
|
|
20965
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20932
20966
|
/**
|
|
20933
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`
|
|
20934
20968
|
* @summary Get event count over time
|
|
@@ -20939,47 +20973,47 @@ export declare class StatsApi extends BaseAPI {
|
|
|
20939
20973
|
* @param {string} [moduleId]
|
|
20940
20974
|
* @param {string} [playerId]
|
|
20941
20975
|
* @param {string} [userId]
|
|
20942
|
-
* @param {
|
|
20943
|
-
* @param {
|
|
20976
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20977
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20944
20978
|
* @param {*} [options] Override http request option.
|
|
20945
20979
|
* @throws {RequiredError}
|
|
20946
20980
|
* @memberof StatsApi
|
|
20947
20981
|
*/
|
|
20948
|
-
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>>;
|
|
20949
20983
|
/**
|
|
20950
20984
|
* The roundtrip time for reachability tests between Takaro and the game server<br> OperationId: `StatsControllerGetLatencyStats`
|
|
20951
20985
|
* @summary Get latency stats
|
|
20952
20986
|
* @param {string} gameServerId
|
|
20953
|
-
* @param {
|
|
20954
|
-
* @param {
|
|
20987
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
20988
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20955
20989
|
* @param {*} [options] Override http request option.
|
|
20956
20990
|
* @throws {RequiredError}
|
|
20957
20991
|
* @memberof StatsApi
|
|
20958
20992
|
*/
|
|
20959
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?:
|
|
20993
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20960
20994
|
/**
|
|
20961
20995
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPingStats`
|
|
20962
20996
|
* @summary Get ping stats
|
|
20963
20997
|
* @param {string} gameServerId
|
|
20964
20998
|
* @param {string} playerId
|
|
20965
|
-
* @param {
|
|
20966
|
-
* @param {
|
|
20999
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21000
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20967
21001
|
* @param {*} [options] Override http request option.
|
|
20968
21002
|
* @throws {RequiredError}
|
|
20969
21003
|
* @memberof StatsApi
|
|
20970
21004
|
*/
|
|
20971
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?:
|
|
21005
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20972
21006
|
/**
|
|
20973
21007
|
* Required permissions: `READ_PLAYERS`<br> OperationId: `StatsControllerGetPlayerOnlineStats`
|
|
20974
21008
|
* @summary Get player online stats
|
|
20975
21009
|
* @param {string} [gameServerId]
|
|
20976
|
-
* @param {
|
|
20977
|
-
* @param {
|
|
21010
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [startDate]
|
|
21011
|
+
* @param {StatsControllerGetPingStatsStartDateParameter} [endDate]
|
|
20978
21012
|
* @param {*} [options] Override http request option.
|
|
20979
21013
|
* @throws {RequiredError}
|
|
20980
21014
|
* @memberof StatsApi
|
|
20981
21015
|
*/
|
|
20982
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?:
|
|
21016
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StatsOutputDTOAPI, any>>;
|
|
20983
21017
|
}
|
|
20984
21018
|
/**
|
|
20985
21019
|
* @export
|
|
@@ -21171,7 +21205,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21171
21205
|
* @param {*} [options] Override http request option.
|
|
21172
21206
|
* @throws {RequiredError}
|
|
21173
21207
|
*/
|
|
21174
|
-
trackingControllerGetBoundingBoxPlayers(boundingBoxSearchInputDTO?: BoundingBoxSearchInputDTO, options?:
|
|
21208
|
+
trackingControllerGetBoundingBoxPlayers(boundingBoxSearchInputDTO?: BoundingBoxSearchInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
21175
21209
|
/**
|
|
21176
21210
|
* Get inventory changes for a player between two timestamps Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayerInventoryHistory`
|
|
21177
21211
|
* @summary Get player inventory history
|
|
@@ -21179,7 +21213,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21179
21213
|
* @param {*} [options] Override http request option.
|
|
21180
21214
|
* @throws {RequiredError}
|
|
21181
21215
|
*/
|
|
21182
|
-
trackingControllerGetPlayerInventoryHistory(playerInventoryHistoryInputDTO?: PlayerInventoryHistoryInputDTO, options?:
|
|
21216
|
+
trackingControllerGetPlayerInventoryHistory(playerInventoryHistoryInputDTO?: PlayerInventoryHistoryInputDTO, options?: any): AxiosPromise<PlayerInventoryArrayOutputDTOAPI>;
|
|
21183
21217
|
/**
|
|
21184
21218
|
* Get movement history for players within date bounds Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayerMovementHistory`
|
|
21185
21219
|
* @summary Get player movement history
|
|
@@ -21187,7 +21221,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21187
21221
|
* @param {*} [options] Override http request option.
|
|
21188
21222
|
* @throws {RequiredError}
|
|
21189
21223
|
*/
|
|
21190
|
-
trackingControllerGetPlayerMovementHistory(playerMovementHistoryInputDTO?: PlayerMovementHistoryInputDTO, options?:
|
|
21224
|
+
trackingControllerGetPlayerMovementHistory(playerMovementHistoryInputDTO?: PlayerMovementHistoryInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
21191
21225
|
/**
|
|
21192
21226
|
* Find all players who have had a specific item in their inventory Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetPlayersByItem`
|
|
21193
21227
|
* @summary Get players by item
|
|
@@ -21195,7 +21229,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21195
21229
|
* @param {*} [options] Override http request option.
|
|
21196
21230
|
* @throws {RequiredError}
|
|
21197
21231
|
*/
|
|
21198
|
-
trackingControllerGetPlayersByItem(playersByItemInputDTO?: PlayersByItemInputDTO, options?:
|
|
21232
|
+
trackingControllerGetPlayersByItem(playersByItemInputDTO?: PlayersByItemInputDTO, options?: any): AxiosPromise<PlayerItemHistoryArrayOutputDTOAPI>;
|
|
21199
21233
|
/**
|
|
21200
21234
|
* Find all players within a spherical area from a center point Required permissions: `READ_PLAYERS`<br> OperationId: `TrackingControllerGetRadiusPlayers`
|
|
21201
21235
|
* @summary Get radius players
|
|
@@ -21203,7 +21237,7 @@ export declare const TrackingApiFactory: (configuration?: Configuration, basePat
|
|
|
21203
21237
|
* @param {*} [options] Override http request option.
|
|
21204
21238
|
* @throws {RequiredError}
|
|
21205
21239
|
*/
|
|
21206
|
-
trackingControllerGetRadiusPlayers(radiusSearchInputDTO?: RadiusSearchInputDTO, options?:
|
|
21240
|
+
trackingControllerGetRadiusPlayers(radiusSearchInputDTO?: RadiusSearchInputDTO, options?: any): AxiosPromise<PlayerLocationArrayOutputDTOAPI>;
|
|
21207
21241
|
};
|
|
21208
21242
|
/**
|
|
21209
21243
|
* TrackingApi - object-oriented interface
|
|
@@ -21510,7 +21544,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21510
21544
|
* @param {*} [options] Override http request option.
|
|
21511
21545
|
* @throws {RequiredError}
|
|
21512
21546
|
*/
|
|
21513
|
-
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?:
|
|
21547
|
+
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?: any): AxiosPromise<APIOutput>;
|
|
21514
21548
|
/**
|
|
21515
21549
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerCreate`
|
|
21516
21550
|
* @summary Create
|
|
@@ -21518,14 +21552,14 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21518
21552
|
* @param {*} [options] Override http request option.
|
|
21519
21553
|
* @throws {RequiredError}
|
|
21520
21554
|
*/
|
|
21521
|
-
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?:
|
|
21555
|
+
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
21522
21556
|
/**
|
|
21523
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`
|
|
21524
21558
|
* @summary Unset the selected domain for the user
|
|
21525
21559
|
* @param {*} [options] Override http request option.
|
|
21526
21560
|
* @throws {RequiredError}
|
|
21527
21561
|
*/
|
|
21528
|
-
userControllerDeleteSelectedDomainCookie(options?:
|
|
21562
|
+
userControllerDeleteSelectedDomainCookie(options?: any): AxiosPromise<void>;
|
|
21529
21563
|
/**
|
|
21530
21564
|
* Required permissions: `READ_USERS`<br> OperationId: `UserControllerGetOne`
|
|
21531
21565
|
* @summary Get one
|
|
@@ -21533,7 +21567,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21533
21567
|
* @param {*} [options] Override http request option.
|
|
21534
21568
|
* @throws {RequiredError}
|
|
21535
21569
|
*/
|
|
21536
|
-
userControllerGetOne(id: string, options?:
|
|
21570
|
+
userControllerGetOne(id: string, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
21537
21571
|
/**
|
|
21538
21572
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerInvite`
|
|
21539
21573
|
* @summary Invite
|
|
@@ -21541,7 +21575,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21541
21575
|
* @param {*} [options] Override http request option.
|
|
21542
21576
|
* @throws {RequiredError}
|
|
21543
21577
|
*/
|
|
21544
|
-
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?:
|
|
21578
|
+
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
21545
21579
|
/**
|
|
21546
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`
|
|
21547
21581
|
* @summary Link player profile
|
|
@@ -21549,7 +21583,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21549
21583
|
* @param {*} [options] Override http request option.
|
|
21550
21584
|
* @throws {RequiredError}
|
|
21551
21585
|
*/
|
|
21552
|
-
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?:
|
|
21586
|
+
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?: any): AxiosPromise<void>;
|
|
21553
21587
|
/**
|
|
21554
21588
|
* <br> OperationId: `UserControllerLogin`
|
|
21555
21589
|
* @summary Login
|
|
@@ -21557,21 +21591,21 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21557
21591
|
* @param {*} [options] Override http request option.
|
|
21558
21592
|
* @throws {RequiredError}
|
|
21559
21593
|
*/
|
|
21560
|
-
userControllerLogin(loginDTO?: LoginDTO, options?:
|
|
21594
|
+
userControllerLogin(loginDTO?: LoginDTO, options?: any): AxiosPromise<LoginOutputDTOAPI>;
|
|
21561
21595
|
/**
|
|
21562
21596
|
* <br> OperationId: `UserControllerLogout`
|
|
21563
21597
|
* @summary Logout
|
|
21564
21598
|
* @param {*} [options] Override http request option.
|
|
21565
21599
|
* @throws {RequiredError}
|
|
21566
21600
|
*/
|
|
21567
|
-
userControllerLogout(options?:
|
|
21601
|
+
userControllerLogout(options?: any): AxiosPromise<APIOutput>;
|
|
21568
21602
|
/**
|
|
21569
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`
|
|
21570
21604
|
* @summary Get the current logged in user
|
|
21571
21605
|
* @param {*} [options] Override http request option.
|
|
21572
21606
|
* @throws {RequiredError}
|
|
21573
21607
|
*/
|
|
21574
|
-
userControllerMe(options?:
|
|
21608
|
+
userControllerMe(options?: any): AxiosPromise<MeOutoutDTOAPI>;
|
|
21575
21609
|
/**
|
|
21576
21610
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerRemove`
|
|
21577
21611
|
* @summary Remove
|
|
@@ -21579,7 +21613,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21579
21613
|
* @param {*} [options] Override http request option.
|
|
21580
21614
|
* @throws {RequiredError}
|
|
21581
21615
|
*/
|
|
21582
|
-
userControllerRemove(id: string, options?:
|
|
21616
|
+
userControllerRemove(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
21583
21617
|
/**
|
|
21584
21618
|
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`<br> OperationId: `UserControllerRemoveRole`
|
|
21585
21619
|
* @summary Remove role
|
|
@@ -21588,7 +21622,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21588
21622
|
* @param {*} [options] Override http request option.
|
|
21589
21623
|
* @throws {RequiredError}
|
|
21590
21624
|
*/
|
|
21591
|
-
userControllerRemoveRole(id: string, roleId: string, options?:
|
|
21625
|
+
userControllerRemoveRole(id: string, roleId: string, options?: any): AxiosPromise<APIOutput>;
|
|
21592
21626
|
/**
|
|
21593
21627
|
* Required permissions: `READ_USERS`<br> OperationId: `UserControllerSearch`
|
|
21594
21628
|
* @summary Search
|
|
@@ -21596,7 +21630,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21596
21630
|
* @param {*} [options] Override http request option.
|
|
21597
21631
|
* @throws {RequiredError}
|
|
21598
21632
|
*/
|
|
21599
|
-
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?:
|
|
21633
|
+
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?: any): AxiosPromise<UserOutputArrayDTOAPI>;
|
|
21600
21634
|
/**
|
|
21601
21635
|
* One user can have multiple domains, this endpoint is a helper to set the selected domain for the user<br> OperationId: `UserControllerSetSelectedDomain`
|
|
21602
21636
|
* @summary Set the selected domain for the user
|
|
@@ -21604,7 +21638,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21604
21638
|
* @param {*} [options] Override http request option.
|
|
21605
21639
|
* @throws {RequiredError}
|
|
21606
21640
|
*/
|
|
21607
|
-
userControllerSetSelectedDomain(domainId: string, options?:
|
|
21641
|
+
userControllerSetSelectedDomain(domainId: string, options?: any): AxiosPromise<void>;
|
|
21608
21642
|
/**
|
|
21609
21643
|
* Required permissions: `MANAGE_USERS`<br> OperationId: `UserControllerUpdate`
|
|
21610
21644
|
* @summary Update
|
|
@@ -21613,7 +21647,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
21613
21647
|
* @param {*} [options] Override http request option.
|
|
21614
21648
|
* @throws {RequiredError}
|
|
21615
21649
|
*/
|
|
21616
|
-
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?:
|
|
21650
|
+
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?: any): AxiosPromise<UserOutputDTOAPI>;
|
|
21617
21651
|
};
|
|
21618
21652
|
/**
|
|
21619
21653
|
* UserApi - object-oriented interface
|
|
@@ -21856,7 +21890,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21856
21890
|
* @param {*} [options] Override http request option.
|
|
21857
21891
|
* @throws {RequiredError}
|
|
21858
21892
|
*/
|
|
21859
|
-
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?:
|
|
21893
|
+
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21860
21894
|
/**
|
|
21861
21895
|
* Required permissions: `MANAGE_VARIABLES`<br> OperationId: `VariableControllerDelete`
|
|
21862
21896
|
* @summary Delete
|
|
@@ -21864,7 +21898,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21864
21898
|
* @param {*} [options] Override http request option.
|
|
21865
21899
|
* @throws {RequiredError}
|
|
21866
21900
|
*/
|
|
21867
|
-
variableControllerDelete(id: string, options?:
|
|
21901
|
+
variableControllerDelete(id: string, options?: any): AxiosPromise<APIOutput>;
|
|
21868
21902
|
/**
|
|
21869
21903
|
* Required permissions: `READ_VARIABLES`<br> OperationId: `VariableControllerFindOne`
|
|
21870
21904
|
* @summary Find one
|
|
@@ -21872,7 +21906,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21872
21906
|
* @param {*} [options] Override http request option.
|
|
21873
21907
|
* @throws {RequiredError}
|
|
21874
21908
|
*/
|
|
21875
|
-
variableControllerFindOne(id: string, options?:
|
|
21909
|
+
variableControllerFindOne(id: string, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21876
21910
|
/**
|
|
21877
21911
|
* Search variables Required permissions: `READ_VARIABLES`<br> OperationId: `VariableControllerSearch`
|
|
21878
21912
|
* @summary Search
|
|
@@ -21880,7 +21914,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21880
21914
|
* @param {*} [options] Override http request option.
|
|
21881
21915
|
* @throws {RequiredError}
|
|
21882
21916
|
*/
|
|
21883
|
-
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?:
|
|
21917
|
+
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?: any): AxiosPromise<VariableOutputArrayDTOAPI>;
|
|
21884
21918
|
/**
|
|
21885
21919
|
* Required permissions: `MANAGE_VARIABLES`<br> OperationId: `VariableControllerUpdate`
|
|
21886
21920
|
* @summary Update
|
|
@@ -21889,7 +21923,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
21889
21923
|
* @param {*} [options] Override http request option.
|
|
21890
21924
|
* @throws {RequiredError}
|
|
21891
21925
|
*/
|
|
21892
|
-
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?:
|
|
21926
|
+
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?: any): AxiosPromise<VariableOutputDTOAPI>;
|
|
21893
21927
|
};
|
|
21894
21928
|
/**
|
|
21895
21929
|
* VariableApi - object-oriented interface
|