@takaro/apiclient 0.0.7 → 0.0.8
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 +139 -139
- package/dist/generated/api.js +1 -1
- package/dist/generated/api.js.map +1 -1
- package/dist/generated/base.d.ts +1 -1
- package/dist/generated/base.js +1 -1
- package/dist/generated/common.d.ts +1 -2
- package/dist/generated/common.js +1 -1
- package/dist/generated/configuration.d.ts +1 -1
- package/dist/generated/configuration.js +1 -1
- package/dist/generated/index.d.ts +1 -1
- package/dist/generated/index.js +1 -1
- package/dist/lib/baseClient.d.ts +1 -1
- package/package.json +1 -1
- package/src/generated/.openapi-generator/VERSION +1 -1
- package/src/generated/api.ts +214 -139
- package/src/generated/base.ts +1 -1
- package/src/generated/common.ts +1 -1
- package/src/generated/configuration.ts +1 -1
- package/src/generated/index.ts +1 -1
package/dist/generated/api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Takaro app-api
|
|
3
3
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: fix-docker-warnings
|
|
6
6
|
* Contact: support@takaro.io
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -9316,7 +9316,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9316
9316
|
* @param {*} [options] Override http request option.
|
|
9317
9317
|
* @throws {RequiredError}
|
|
9318
9318
|
*/
|
|
9319
|
-
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?:
|
|
9319
|
+
commandControllerCreate(commandCreateDTO?: CommandCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandOutputDTOAPI>;
|
|
9320
9320
|
/**
|
|
9321
9321
|
* Required permissions: `MANAGE_MODULES`
|
|
9322
9322
|
* @summary Create argument
|
|
@@ -9324,7 +9324,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9324
9324
|
* @param {*} [options] Override http request option.
|
|
9325
9325
|
* @throws {RequiredError}
|
|
9326
9326
|
*/
|
|
9327
|
-
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?:
|
|
9327
|
+
commandControllerCreateArgument(commandArgumentCreateDTO?: CommandArgumentCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandArgumentDTOAPI>;
|
|
9328
9328
|
/**
|
|
9329
9329
|
* Required permissions: `READ_MODULES`
|
|
9330
9330
|
* @summary Get executions
|
|
@@ -9334,7 +9334,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9334
9334
|
* @param {*} [options] Override http request option.
|
|
9335
9335
|
* @throws {RequiredError}
|
|
9336
9336
|
*/
|
|
9337
|
-
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
9337
|
+
commandControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
9338
9338
|
/**
|
|
9339
9339
|
* Required permissions: `READ_MODULES`
|
|
9340
9340
|
* @summary Get one
|
|
@@ -9342,7 +9342,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9342
9342
|
* @param {*} [options] Override http request option.
|
|
9343
9343
|
* @throws {RequiredError}
|
|
9344
9344
|
*/
|
|
9345
|
-
commandControllerGetOne(id: string, options?:
|
|
9345
|
+
commandControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<CommandOutputDTOAPI>;
|
|
9346
9346
|
/**
|
|
9347
9347
|
* Required permissions: `MANAGE_MODULES`
|
|
9348
9348
|
* @summary Remove
|
|
@@ -9350,7 +9350,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9350
9350
|
* @param {*} [options] Override http request option.
|
|
9351
9351
|
* @throws {RequiredError}
|
|
9352
9352
|
*/
|
|
9353
|
-
commandControllerRemove(id: string, options?:
|
|
9353
|
+
commandControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
9354
9354
|
/**
|
|
9355
9355
|
* Required permissions: `MANAGE_MODULES`
|
|
9356
9356
|
* @summary Remove argument
|
|
@@ -9358,7 +9358,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9358
9358
|
* @param {*} [options] Override http request option.
|
|
9359
9359
|
* @throws {RequiredError}
|
|
9360
9360
|
*/
|
|
9361
|
-
commandControllerRemoveArgument(id: string, options?:
|
|
9361
|
+
commandControllerRemoveArgument(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
9362
9362
|
/**
|
|
9363
9363
|
* Required permissions: `READ_MODULES`
|
|
9364
9364
|
* @summary Search
|
|
@@ -9366,7 +9366,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9366
9366
|
* @param {*} [options] Override http request option.
|
|
9367
9367
|
* @throws {RequiredError}
|
|
9368
9368
|
*/
|
|
9369
|
-
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?:
|
|
9369
|
+
commandControllerSearch(commandSearchInputDTO?: CommandSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandOutputArrayDTOAPI>;
|
|
9370
9370
|
/**
|
|
9371
9371
|
* Required permissions: `MANAGE_MODULES`
|
|
9372
9372
|
* @summary Trigger
|
|
@@ -9375,7 +9375,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9375
9375
|
* @param {*} [options] Override http request option.
|
|
9376
9376
|
* @throws {RequiredError}
|
|
9377
9377
|
*/
|
|
9378
|
-
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?:
|
|
9378
|
+
commandControllerTrigger(id: string, commandTriggerDTO?: CommandTriggerDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
9379
9379
|
/**
|
|
9380
9380
|
* Required permissions: `MANAGE_MODULES`
|
|
9381
9381
|
* @summary Update
|
|
@@ -9384,7 +9384,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9384
9384
|
* @param {*} [options] Override http request option.
|
|
9385
9385
|
* @throws {RequiredError}
|
|
9386
9386
|
*/
|
|
9387
|
-
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?:
|
|
9387
|
+
commandControllerUpdate(id: string, commandUpdateDTO?: CommandUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandOutputDTOAPI>;
|
|
9388
9388
|
/**
|
|
9389
9389
|
* Required permissions: `MANAGE_MODULES`
|
|
9390
9390
|
* @summary Update argument
|
|
@@ -9393,7 +9393,7 @@ export declare const CommandApiFactory: (configuration?: Configuration, basePath
|
|
|
9393
9393
|
* @param {*} [options] Override http request option.
|
|
9394
9394
|
* @throws {RequiredError}
|
|
9395
9395
|
*/
|
|
9396
|
-
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?:
|
|
9396
|
+
commandControllerUpdateArgument(id: string, commandArgumentUpdateDTO?: CommandArgumentUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandArgumentDTOAPI>;
|
|
9397
9397
|
};
|
|
9398
9398
|
/**
|
|
9399
9399
|
* CommandApi - object-oriented interface
|
|
@@ -9640,7 +9640,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9640
9640
|
* @param {*} [options] Override http request option.
|
|
9641
9641
|
* @throws {RequiredError}
|
|
9642
9642
|
*/
|
|
9643
|
-
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?:
|
|
9643
|
+
cronJobControllerCreate(cronJobCreateDTO?: CronJobCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CronJobOutputDTOAPI>;
|
|
9644
9644
|
/**
|
|
9645
9645
|
* Required permissions: `READ_MODULES`
|
|
9646
9646
|
* @summary Get executions
|
|
@@ -9650,7 +9650,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9650
9650
|
* @param {*} [options] Override http request option.
|
|
9651
9651
|
* @throws {RequiredError}
|
|
9652
9652
|
*/
|
|
9653
|
-
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
9653
|
+
cronJobControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
9654
9654
|
/**
|
|
9655
9655
|
* Required permissions: `READ_MODULES`
|
|
9656
9656
|
* @summary Get one
|
|
@@ -9658,7 +9658,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9658
9658
|
* @param {*} [options] Override http request option.
|
|
9659
9659
|
* @throws {RequiredError}
|
|
9660
9660
|
*/
|
|
9661
|
-
cronJobControllerGetOne(id: string, options?:
|
|
9661
|
+
cronJobControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<CronJobOutputDTOAPI>;
|
|
9662
9662
|
/**
|
|
9663
9663
|
* Required permissions: `MANAGE_MODULES`
|
|
9664
9664
|
* @summary Remove
|
|
@@ -9666,7 +9666,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9666
9666
|
* @param {*} [options] Override http request option.
|
|
9667
9667
|
* @throws {RequiredError}
|
|
9668
9668
|
*/
|
|
9669
|
-
cronJobControllerRemove(id: string, options?:
|
|
9669
|
+
cronJobControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
9670
9670
|
/**
|
|
9671
9671
|
* Required permissions: `READ_MODULES`
|
|
9672
9672
|
* @summary Search
|
|
@@ -9674,7 +9674,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9674
9674
|
* @param {*} [options] Override http request option.
|
|
9675
9675
|
* @throws {RequiredError}
|
|
9676
9676
|
*/
|
|
9677
|
-
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?:
|
|
9677
|
+
cronJobControllerSearch(cronJobSearchInputDTO?: CronJobSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<CronJobOutputArrayDTOAPI>;
|
|
9678
9678
|
/**
|
|
9679
9679
|
* Required permissions: `MANAGE_MODULES`
|
|
9680
9680
|
* @summary Trigger
|
|
@@ -9682,7 +9682,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9682
9682
|
* @param {*} [options] Override http request option.
|
|
9683
9683
|
* @throws {RequiredError}
|
|
9684
9684
|
*/
|
|
9685
|
-
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?:
|
|
9685
|
+
cronJobControllerTrigger(cronJobTriggerDTO?: CronJobTriggerDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
9686
9686
|
/**
|
|
9687
9687
|
* Required permissions: `MANAGE_MODULES`
|
|
9688
9688
|
* @summary Update
|
|
@@ -9691,7 +9691,7 @@ export declare const CronJobApiFactory: (configuration?: Configuration, basePath
|
|
|
9691
9691
|
* @param {*} [options] Override http request option.
|
|
9692
9692
|
* @throws {RequiredError}
|
|
9693
9693
|
*/
|
|
9694
|
-
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?:
|
|
9694
|
+
cronJobControllerUpdate(id: string, cronJobUpdateDTO?: CronJobUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<CronJobOutputDTOAPI>;
|
|
9695
9695
|
};
|
|
9696
9696
|
/**
|
|
9697
9697
|
* CronJobApi - object-oriented interface
|
|
@@ -9856,7 +9856,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
9856
9856
|
* @param {*} [options] Override http request option.
|
|
9857
9857
|
* @throws {RequiredError}
|
|
9858
9858
|
*/
|
|
9859
|
-
discordControllerGetInvite(options?:
|
|
9859
|
+
discordControllerGetInvite(options?: RawAxiosRequestConfig): AxiosPromise<DiscordInviteOutputDTO>;
|
|
9860
9860
|
/**
|
|
9861
9861
|
*
|
|
9862
9862
|
* @summary Search
|
|
@@ -9864,7 +9864,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
9864
9864
|
* @param {*} [options] Override http request option.
|
|
9865
9865
|
* @throws {RequiredError}
|
|
9866
9866
|
*/
|
|
9867
|
-
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?:
|
|
9867
|
+
discordControllerSearch(guildSearchInputDTO?: GuildSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<GuildOutputArrayDTOAPI>;
|
|
9868
9868
|
/**
|
|
9869
9869
|
*
|
|
9870
9870
|
* @summary Send message
|
|
@@ -9873,7 +9873,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
9873
9873
|
* @param {*} [options] Override http request option.
|
|
9874
9874
|
* @throws {RequiredError}
|
|
9875
9875
|
*/
|
|
9876
|
-
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?:
|
|
9876
|
+
discordControllerSendMessage(id: string, sendMessageInputDTO?: SendMessageInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
9877
9877
|
/**
|
|
9878
9878
|
*
|
|
9879
9879
|
* @summary Update guild
|
|
@@ -9882,7 +9882,7 @@ export declare const DiscordApiFactory: (configuration?: Configuration, basePath
|
|
|
9882
9882
|
* @param {*} [options] Override http request option.
|
|
9883
9883
|
* @throws {RequiredError}
|
|
9884
9884
|
*/
|
|
9885
|
-
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?:
|
|
9885
|
+
discordControllerUpdateGuild(id: string, guildApiUpdateDTO?: GuildApiUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<GuildOutputDTOAPI>;
|
|
9886
9886
|
};
|
|
9887
9887
|
/**
|
|
9888
9888
|
* DiscordApi - object-oriented interface
|
|
@@ -10051,7 +10051,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10051
10051
|
* @param {*} [options] Override http request option.
|
|
10052
10052
|
* @throws {RequiredError}
|
|
10053
10053
|
*/
|
|
10054
|
-
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?:
|
|
10054
|
+
domainControllerCreate(domainCreateInputDTO?: DomainCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<DomainCreateOutputDTOAPI>;
|
|
10055
10055
|
/**
|
|
10056
10056
|
*
|
|
10057
10057
|
* @summary Get one
|
|
@@ -10059,7 +10059,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10059
10059
|
* @param {*} [options] Override http request option.
|
|
10060
10060
|
* @throws {RequiredError}
|
|
10061
10061
|
*/
|
|
10062
|
-
domainControllerGetOne(id: string, options?:
|
|
10062
|
+
domainControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<DomainOutputDTOAPI>;
|
|
10063
10063
|
/**
|
|
10064
10064
|
*
|
|
10065
10065
|
* @summary Get token
|
|
@@ -10067,7 +10067,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10067
10067
|
* @param {*} [options] Override http request option.
|
|
10068
10068
|
* @throws {RequiredError}
|
|
10069
10069
|
*/
|
|
10070
|
-
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?:
|
|
10070
|
+
domainControllerGetToken(tokenInputDTO?: TokenInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<TokenOutputDTOAPI>;
|
|
10071
10071
|
/**
|
|
10072
10072
|
*
|
|
10073
10073
|
* @summary Remove
|
|
@@ -10075,7 +10075,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10075
10075
|
* @param {*} [options] Override http request option.
|
|
10076
10076
|
* @throws {RequiredError}
|
|
10077
10077
|
*/
|
|
10078
|
-
domainControllerRemove(id: string, options?:
|
|
10078
|
+
domainControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
10079
10079
|
/**
|
|
10080
10080
|
*
|
|
10081
10081
|
* @summary Search
|
|
@@ -10083,7 +10083,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10083
10083
|
* @param {*} [options] Override http request option.
|
|
10084
10084
|
* @throws {RequiredError}
|
|
10085
10085
|
*/
|
|
10086
|
-
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?:
|
|
10086
|
+
domainControllerSearch(domainSearchInputDTO?: DomainSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<DomainOutputArrayDTOAPI>;
|
|
10087
10087
|
/**
|
|
10088
10088
|
*
|
|
10089
10089
|
* @summary Update
|
|
@@ -10092,7 +10092,7 @@ export declare const DomainApiFactory: (configuration?: Configuration, basePath?
|
|
|
10092
10092
|
* @param {*} [options] Override http request option.
|
|
10093
10093
|
* @throws {RequiredError}
|
|
10094
10094
|
*/
|
|
10095
|
-
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?:
|
|
10095
|
+
domainControllerUpdate(id: string, domainUpdateInputDTO?: DomainUpdateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<DomainOutputDTOAPI>;
|
|
10096
10096
|
};
|
|
10097
10097
|
/**
|
|
10098
10098
|
* DomainApi - object-oriented interface
|
|
@@ -10245,7 +10245,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10245
10245
|
* @param {*} [options] Override http request option.
|
|
10246
10246
|
* @throws {RequiredError}
|
|
10247
10247
|
*/
|
|
10248
|
-
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?:
|
|
10248
|
+
eventControllerCreate(eventCreateDTO?: EventCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputDTO>;
|
|
10249
10249
|
/**
|
|
10250
10250
|
* Fetches events where cronjob, hook and command failed. Supports all the common query parameters Required permissions: `READ_MODULES`, `READ_EVENTS`
|
|
10251
10251
|
* @summary Get failed functions
|
|
@@ -10253,7 +10253,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10253
10253
|
* @param {*} [options] Override http request option.
|
|
10254
10254
|
* @throws {RequiredError}
|
|
10255
10255
|
*/
|
|
10256
|
-
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
10256
|
+
eventControllerGetFailedFunctions(eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
10257
10257
|
/**
|
|
10258
10258
|
* Required permissions: `READ_EVENTS`
|
|
10259
10259
|
* @summary Get one
|
|
@@ -10261,7 +10261,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10261
10261
|
* @param {*} [options] Override http request option.
|
|
10262
10262
|
* @throws {RequiredError}
|
|
10263
10263
|
*/
|
|
10264
|
-
eventControllerGetOne(id: string, options?:
|
|
10264
|
+
eventControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputDTO>;
|
|
10265
10265
|
/**
|
|
10266
10266
|
* Required permissions: `READ_EVENTS`
|
|
10267
10267
|
* @summary Search
|
|
@@ -10269,7 +10269,7 @@ export declare const EventApiFactory: (configuration?: Configuration, basePath?:
|
|
|
10269
10269
|
* @param {*} [options] Override http request option.
|
|
10270
10270
|
* @throws {RequiredError}
|
|
10271
10271
|
*/
|
|
10272
|
-
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
10272
|
+
eventControllerSearch(eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
10273
10273
|
};
|
|
10274
10274
|
/**
|
|
10275
10275
|
* EventApi - object-oriented interface
|
|
@@ -10369,14 +10369,14 @@ export declare const ExternalAuthApiFactory: (configuration?: Configuration, bas
|
|
|
10369
10369
|
* @param {*} [options] Override http request option.
|
|
10370
10370
|
* @throws {RequiredError}
|
|
10371
10371
|
*/
|
|
10372
|
-
externalAuthControllerAuthDiscord(redirect: string, options?:
|
|
10372
|
+
externalAuthControllerAuthDiscord(redirect: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
10373
10373
|
/**
|
|
10374
10374
|
*
|
|
10375
10375
|
* @summary Auth discord return
|
|
10376
10376
|
* @param {*} [options] Override http request option.
|
|
10377
10377
|
* @throws {RequiredError}
|
|
10378
10378
|
*/
|
|
10379
|
-
externalAuthControllerAuthDiscordReturn(options?:
|
|
10379
|
+
externalAuthControllerAuthDiscordReturn(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
10380
10380
|
};
|
|
10381
10381
|
/**
|
|
10382
10382
|
* ExternalAuthApi - object-oriented interface
|
|
@@ -10509,7 +10509,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10509
10509
|
* @param {*} [options] Override http request option.
|
|
10510
10510
|
* @throws {RequiredError}
|
|
10511
10511
|
*/
|
|
10512
|
-
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?:
|
|
10512
|
+
functionControllerCreate(functionCreateDTO?: FunctionCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<FunctionOutputDTOAPI>;
|
|
10513
10513
|
/**
|
|
10514
10514
|
* Required permissions: `READ_MODULES`
|
|
10515
10515
|
* @summary Get one
|
|
@@ -10517,7 +10517,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10517
10517
|
* @param {*} [options] Override http request option.
|
|
10518
10518
|
* @throws {RequiredError}
|
|
10519
10519
|
*/
|
|
10520
|
-
functionControllerGetOne(id: string, options?:
|
|
10520
|
+
functionControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<FunctionOutputDTOAPI>;
|
|
10521
10521
|
/**
|
|
10522
10522
|
* Required permissions: `MANAGE_MODULES`
|
|
10523
10523
|
* @summary Remove
|
|
@@ -10525,7 +10525,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10525
10525
|
* @param {*} [options] Override http request option.
|
|
10526
10526
|
* @throws {RequiredError}
|
|
10527
10527
|
*/
|
|
10528
|
-
functionControllerRemove(id: string, options?:
|
|
10528
|
+
functionControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
10529
10529
|
/**
|
|
10530
10530
|
* Required permissions: `READ_MODULES`
|
|
10531
10531
|
* @summary Search
|
|
@@ -10533,7 +10533,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10533
10533
|
* @param {*} [options] Override http request option.
|
|
10534
10534
|
* @throws {RequiredError}
|
|
10535
10535
|
*/
|
|
10536
|
-
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?:
|
|
10536
|
+
functionControllerSearch(functionSearchInputDTO?: FunctionSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<FunctionOutputArrayDTOAPI>;
|
|
10537
10537
|
/**
|
|
10538
10538
|
* Required permissions: `MANAGE_MODULES`
|
|
10539
10539
|
* @summary Update
|
|
@@ -10542,7 +10542,7 @@ export declare const FunctionApiFactory: (configuration?: Configuration, basePat
|
|
|
10542
10542
|
* @param {*} [options] Override http request option.
|
|
10543
10543
|
* @throws {RequiredError}
|
|
10544
10544
|
*/
|
|
10545
|
-
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?:
|
|
10545
|
+
functionControllerUpdate(id: string, functionUpdateDTO?: FunctionUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<FunctionOutputDTOAPI>;
|
|
10546
10546
|
};
|
|
10547
10547
|
/**
|
|
10548
10548
|
* FunctionApi - object-oriented interface
|
|
@@ -11020,7 +11020,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11020
11020
|
* @param {*} [options] Override http request option.
|
|
11021
11021
|
* @throws {RequiredError}
|
|
11022
11022
|
*/
|
|
11023
|
-
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?:
|
|
11023
|
+
gameServerControllerBanPlayer(gameServerId: string, playerId: string, banPlayerInputDTO?: BanPlayerInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11024
11024
|
/**
|
|
11025
11025
|
* Create a gameserver Required permissions: `MANAGE_GAMESERVERS`
|
|
11026
11026
|
* @summary Create
|
|
@@ -11028,7 +11028,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11028
11028
|
* @param {*} [options] Override http request option.
|
|
11029
11029
|
* @throws {RequiredError}
|
|
11030
11030
|
*/
|
|
11031
|
-
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?:
|
|
11031
|
+
gameServerControllerCreate(gameServerCreateDTO?: GameServerCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputDTOAPI>;
|
|
11032
11032
|
/**
|
|
11033
11033
|
* Execute a raw command on a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11034
11034
|
* @summary Execute command
|
|
@@ -11037,7 +11037,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11037
11037
|
* @param {*} [options] Override http request option.
|
|
11038
11038
|
* @throws {RequiredError}
|
|
11039
11039
|
*/
|
|
11040
|
-
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?:
|
|
11040
|
+
gameServerControllerExecuteCommand(id: string, commandExecuteInputDTO?: CommandExecuteInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<CommandExecuteDTOAPI>;
|
|
11041
11041
|
/**
|
|
11042
11042
|
* Fetch status of an import from CSMM Required permissions: `MANAGE_GAMESERVERS`
|
|
11043
11043
|
* @summary Get import
|
|
@@ -11045,7 +11045,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11045
11045
|
* @param {*} [options] Override http request option.
|
|
11046
11046
|
* @throws {RequiredError}
|
|
11047
11047
|
*/
|
|
11048
|
-
gameServerControllerGetImport(id: string, options?:
|
|
11048
|
+
gameServerControllerGetImport(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ImportOutputDTOAPI>;
|
|
11049
11049
|
/**
|
|
11050
11050
|
* Get all module installations for a gameserver
|
|
11051
11051
|
* @summary Get installed modules
|
|
@@ -11053,7 +11053,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11053
11053
|
* @param {*} [options] Override http request option.
|
|
11054
11054
|
* @throws {RequiredError}
|
|
11055
11055
|
*/
|
|
11056
|
-
gameServerControllerGetInstalledModules(id: string, options?:
|
|
11056
|
+
gameServerControllerGetInstalledModules(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationOutputArrayDTOAPI>;
|
|
11057
11057
|
/**
|
|
11058
11058
|
* Get a module installation by id
|
|
11059
11059
|
* @summary Get module installation
|
|
@@ -11062,7 +11062,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11062
11062
|
* @param {*} [options] Override http request option.
|
|
11063
11063
|
* @throws {RequiredError}
|
|
11064
11064
|
*/
|
|
11065
|
-
gameServerControllerGetModuleInstallation(gameServerId: string, moduleId: string, options?:
|
|
11065
|
+
gameServerControllerGetModuleInstallation(gameServerId: string, moduleId: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
11066
11066
|
/**
|
|
11067
11067
|
* Fetch a gameserver by id
|
|
11068
11068
|
* @summary Get one
|
|
@@ -11070,7 +11070,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11070
11070
|
* @param {*} [options] Override http request option.
|
|
11071
11071
|
* @throws {RequiredError}
|
|
11072
11072
|
*/
|
|
11073
|
-
gameServerControllerGetOne(id: string, options?:
|
|
11073
|
+
gameServerControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputDTOAPI>;
|
|
11074
11074
|
/**
|
|
11075
11075
|
* Fetch a list of players on a gameserver. Requires gameserver to be online and reachable. Required permissions: `READ_PLAYERS`
|
|
11076
11076
|
* @summary Get players
|
|
@@ -11078,14 +11078,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11078
11078
|
* @param {*} [options] Override http request option.
|
|
11079
11079
|
* @throws {RequiredError}
|
|
11080
11080
|
*/
|
|
11081
|
-
gameServerControllerGetPlayers(id: string, options?:
|
|
11081
|
+
gameServerControllerGetPlayers(id: string, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
11082
11082
|
/**
|
|
11083
11083
|
* Fetch gameserver types (7dtd, Rust, ...)
|
|
11084
11084
|
* @summary Get types
|
|
11085
11085
|
* @param {*} [options] Override http request option.
|
|
11086
11086
|
* @throws {RequiredError}
|
|
11087
11087
|
*/
|
|
11088
|
-
gameServerControllerGetTypes(options?:
|
|
11088
|
+
gameServerControllerGetTypes(options?: RawAxiosRequestConfig): AxiosPromise<GameServerTypesOutputDTOAPI>;
|
|
11089
11089
|
/**
|
|
11090
11090
|
* Give an item to a player. 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`
|
|
11091
11091
|
* @summary Give item
|
|
@@ -11095,14 +11095,14 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11095
11095
|
* @param {*} [options] Override http request option.
|
|
11096
11096
|
* @throws {RequiredError}
|
|
11097
11097
|
*/
|
|
11098
|
-
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?:
|
|
11098
|
+
gameServerControllerGiveItem(gameServerId: string, playerId: string, giveItemInputDTO?: GiveItemInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11099
11099
|
/**
|
|
11100
11100
|
* Import a gameserver from CSMM. Required permissions: `MANAGE_GAMESERVERS`
|
|
11101
11101
|
* @summary Import from csmm
|
|
11102
11102
|
* @param {*} [options] Override http request option.
|
|
11103
11103
|
* @throws {RequiredError}
|
|
11104
11104
|
*/
|
|
11105
|
-
gameServerControllerImportFromCSMM(options?:
|
|
11105
|
+
gameServerControllerImportFromCSMM(options?: RawAxiosRequestConfig): AxiosPromise<ImportOutputDTOAPI>;
|
|
11106
11106
|
/**
|
|
11107
11107
|
* Install a module on a gameserver. If the module is already installed, it will be updated. Required permissions: `MANAGE_GAMESERVERS`
|
|
11108
11108
|
* @summary Install module
|
|
@@ -11112,7 +11112,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11112
11112
|
* @param {*} [options] Override http request option.
|
|
11113
11113
|
* @throws {RequiredError}
|
|
11114
11114
|
*/
|
|
11115
|
-
gameServerControllerInstallModule(gameServerId: string, moduleId: string, moduleInstallDTO?: ModuleInstallDTO, options?:
|
|
11115
|
+
gameServerControllerInstallModule(gameServerId: string, moduleId: string, moduleInstallDTO?: ModuleInstallDTO, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
11116
11116
|
/**
|
|
11117
11117
|
* Kick a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11118
11118
|
* @summary Kick player
|
|
@@ -11122,7 +11122,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11122
11122
|
* @param {*} [options] Override http request option.
|
|
11123
11123
|
* @throws {RequiredError}
|
|
11124
11124
|
*/
|
|
11125
|
-
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?:
|
|
11125
|
+
gameServerControllerKickPlayer(gameServerId: string, playerId: string, kickPlayerInputDTO?: KickPlayerInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11126
11126
|
/**
|
|
11127
11127
|
* List bans for a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11128
11128
|
* @summary List bans
|
|
@@ -11130,7 +11130,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11130
11130
|
* @param {*} [options] Override http request option.
|
|
11131
11131
|
* @throws {RequiredError}
|
|
11132
11132
|
*/
|
|
11133
|
-
gameServerControllerListBans(id: string, options?:
|
|
11133
|
+
gameServerControllerListBans(id: string, options?: RawAxiosRequestConfig): AxiosPromise<BanPlayerOutputDTO>;
|
|
11134
11134
|
/**
|
|
11135
11135
|
* Delete a gameserver Required permissions: `MANAGE_GAMESERVERS`
|
|
11136
11136
|
* @summary Remove
|
|
@@ -11138,7 +11138,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11138
11138
|
* @param {*} [options] Override http request option.
|
|
11139
11139
|
* @throws {RequiredError}
|
|
11140
11140
|
*/
|
|
11141
|
-
gameServerControllerRemove(id: string, options?:
|
|
11141
|
+
gameServerControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11142
11142
|
/**
|
|
11143
11143
|
* Fetch gameservers
|
|
11144
11144
|
* @summary Search
|
|
@@ -11146,7 +11146,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11146
11146
|
* @param {*} [options] Override http request option.
|
|
11147
11147
|
* @throws {RequiredError}
|
|
11148
11148
|
*/
|
|
11149
|
-
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?:
|
|
11149
|
+
gameServerControllerSearch(gameServerSearchInputDTO?: GameServerSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputArrayDTOAPI>;
|
|
11150
11150
|
/**
|
|
11151
11151
|
* Send a message in gameserver chat. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11152
11152
|
* @summary Send message
|
|
@@ -11155,7 +11155,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11155
11155
|
* @param {*} [options] Override http request option.
|
|
11156
11156
|
* @throws {RequiredError}
|
|
11157
11157
|
*/
|
|
11158
|
-
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?:
|
|
11158
|
+
gameServerControllerSendMessage(id: string, messageSendInputDTO?: MessageSendInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11159
11159
|
/**
|
|
11160
11160
|
* Teleport a player to a location. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11161
11161
|
* @summary Teleport player
|
|
@@ -11165,7 +11165,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11165
11165
|
* @param {*} [options] Override http request option.
|
|
11166
11166
|
* @throws {RequiredError}
|
|
11167
11167
|
*/
|
|
11168
|
-
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?:
|
|
11168
|
+
gameServerControllerTeleportPlayer(gameServerId: string, playerId: string, teleportPlayerInputDTO?: TeleportPlayerInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11169
11169
|
/**
|
|
11170
11170
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.
|
|
11171
11171
|
* @summary Test reachability
|
|
@@ -11173,7 +11173,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11173
11173
|
* @param {*} [options] Override http request option.
|
|
11174
11174
|
* @throws {RequiredError}
|
|
11175
11175
|
*/
|
|
11176
|
-
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?:
|
|
11176
|
+
gameServerControllerTestReachability(gameServerTestReachabilityInputDTO?: GameServerTestReachabilityInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
11177
11177
|
/**
|
|
11178
11178
|
* Test if Takaro can connect to a gameserver. Will do a thorough check and report details.
|
|
11179
11179
|
* @summary Test reachability for id
|
|
@@ -11181,7 +11181,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11181
11181
|
* @param {*} [options] Override http request option.
|
|
11182
11182
|
* @throws {RequiredError}
|
|
11183
11183
|
*/
|
|
11184
|
-
gameServerControllerTestReachabilityForId(id: string, options?:
|
|
11184
|
+
gameServerControllerTestReachabilityForId(id: string, options?: RawAxiosRequestConfig): AxiosPromise<GameServerTestReachabilityDTOAPI>;
|
|
11185
11185
|
/**
|
|
11186
11186
|
* Unban a player from a gameserver. Requires gameserver to be online and reachable. Required permissions: `MANAGE_GAMESERVERS`
|
|
11187
11187
|
* @summary Unban player
|
|
@@ -11190,7 +11190,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11190
11190
|
* @param {*} [options] Override http request option.
|
|
11191
11191
|
* @throws {RequiredError}
|
|
11192
11192
|
*/
|
|
11193
|
-
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?:
|
|
11193
|
+
gameServerControllerUnbanPlayer(gameServerId: string, playerId: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11194
11194
|
/**
|
|
11195
11195
|
* Uninstall a module from a gameserver. This will not delete the module from the database. Required permissions: `MANAGE_GAMESERVERS`
|
|
11196
11196
|
* @summary Uninstall module
|
|
@@ -11199,7 +11199,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11199
11199
|
* @param {*} [options] Override http request option.
|
|
11200
11200
|
* @throws {RequiredError}
|
|
11201
11201
|
*/
|
|
11202
|
-
gameServerControllerUninstallModule(gameServerId: string, moduleId: string, options?:
|
|
11202
|
+
gameServerControllerUninstallModule(gameServerId: string, moduleId: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationOutputDTOAPI>;
|
|
11203
11203
|
/**
|
|
11204
11204
|
* Update a gameserver Required permissions: `MANAGE_GAMESERVERS`
|
|
11205
11205
|
* @summary Update
|
|
@@ -11208,7 +11208,7 @@ export declare const GameServerApiFactory: (configuration?: Configuration, baseP
|
|
|
11208
11208
|
* @param {*} [options] Override http request option.
|
|
11209
11209
|
* @throws {RequiredError}
|
|
11210
11210
|
*/
|
|
11211
|
-
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?:
|
|
11211
|
+
gameServerControllerUpdate(id: string, gameServerUpdateDTO?: GameServerUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<GameServerOutputDTOAPI>;
|
|
11212
11212
|
};
|
|
11213
11213
|
/**
|
|
11214
11214
|
* GameServerApi - object-oriented interface
|
|
@@ -11581,7 +11581,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11581
11581
|
* @param {*} [options] Override http request option.
|
|
11582
11582
|
* @throws {RequiredError}
|
|
11583
11583
|
*/
|
|
11584
|
-
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?:
|
|
11584
|
+
hookControllerCreate(hookCreateDTO?: HookCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<HookOutputDTOAPI>;
|
|
11585
11585
|
/**
|
|
11586
11586
|
* Required permissions: `READ_MODULES`
|
|
11587
11587
|
* @summary Get executions
|
|
@@ -11591,7 +11591,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11591
11591
|
* @param {*} [options] Override http request option.
|
|
11592
11592
|
* @throws {RequiredError}
|
|
11593
11593
|
*/
|
|
11594
|
-
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?:
|
|
11594
|
+
hookControllerGetExecutions(id: string, success?: any, eventSearchInputDTO?: EventSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<EventOutputArrayDTOAPI>;
|
|
11595
11595
|
/**
|
|
11596
11596
|
* Required permissions: `READ_MODULES`
|
|
11597
11597
|
* @summary Get one
|
|
@@ -11599,7 +11599,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11599
11599
|
* @param {*} [options] Override http request option.
|
|
11600
11600
|
* @throws {RequiredError}
|
|
11601
11601
|
*/
|
|
11602
|
-
hookControllerGetOne(id: string, options?:
|
|
11602
|
+
hookControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<HookOutputDTOAPI>;
|
|
11603
11603
|
/**
|
|
11604
11604
|
* Required permissions: `MANAGE_MODULES`
|
|
11605
11605
|
* @summary Remove
|
|
@@ -11607,7 +11607,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11607
11607
|
* @param {*} [options] Override http request option.
|
|
11608
11608
|
* @throws {RequiredError}
|
|
11609
11609
|
*/
|
|
11610
|
-
hookControllerRemove(id: string, options?:
|
|
11610
|
+
hookControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
11611
11611
|
/**
|
|
11612
11612
|
* Required permissions: `READ_MODULES`
|
|
11613
11613
|
* @summary Search
|
|
@@ -11615,7 +11615,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11615
11615
|
* @param {*} [options] Override http request option.
|
|
11616
11616
|
* @throws {RequiredError}
|
|
11617
11617
|
*/
|
|
11618
|
-
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?:
|
|
11618
|
+
hookControllerSearch(hookSearchInputDTO?: HookSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<HookOutputArrayDTOAPI>;
|
|
11619
11619
|
/**
|
|
11620
11620
|
* 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`
|
|
11621
11621
|
* @summary Trigger
|
|
@@ -11623,7 +11623,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11623
11623
|
* @param {*} [options] Override http request option.
|
|
11624
11624
|
* @throws {RequiredError}
|
|
11625
11625
|
*/
|
|
11626
|
-
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?:
|
|
11626
|
+
hookControllerTrigger(hookTriggerDTO?: HookTriggerDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11627
11627
|
/**
|
|
11628
11628
|
* Required permissions: `MANAGE_MODULES`
|
|
11629
11629
|
* @summary Update
|
|
@@ -11632,7 +11632,7 @@ export declare const HookApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11632
11632
|
* @param {*} [options] Override http request option.
|
|
11633
11633
|
* @throws {RequiredError}
|
|
11634
11634
|
*/
|
|
11635
|
-
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?:
|
|
11635
|
+
hookControllerUpdate(id: string, hookUpdateDTO?: HookUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<HookOutputDTOAPI>;
|
|
11636
11636
|
};
|
|
11637
11637
|
/**
|
|
11638
11638
|
* HookApi - object-oriented interface
|
|
@@ -11764,7 +11764,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11764
11764
|
* @param {*} [options] Override http request option.
|
|
11765
11765
|
* @throws {RequiredError}
|
|
11766
11766
|
*/
|
|
11767
|
-
itemControllerFindOne(id: string, options?:
|
|
11767
|
+
itemControllerFindOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ItemOutputDTOAPI>;
|
|
11768
11768
|
/**
|
|
11769
11769
|
* Required permissions: `READ_ITEMS`
|
|
11770
11770
|
* @summary Search
|
|
@@ -11772,7 +11772,7 @@ export declare const ItemApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11772
11772
|
* @param {*} [options] Override http request option.
|
|
11773
11773
|
* @throws {RequiredError}
|
|
11774
11774
|
*/
|
|
11775
|
-
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?:
|
|
11775
|
+
itemControllerSearch(itemSearchInputDTO?: ItemSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ItemOutputArrayDTOAPI>;
|
|
11776
11776
|
};
|
|
11777
11777
|
/**
|
|
11778
11778
|
* ItemApi - object-oriented interface
|
|
@@ -11893,35 +11893,35 @@ export declare const MetaApiFactory: (configuration?: Configuration, basePath?:
|
|
|
11893
11893
|
* @param {*} [options] Override http request option.
|
|
11894
11894
|
* @throws {RequiredError}
|
|
11895
11895
|
*/
|
|
11896
|
-
metaGetHealth(options?:
|
|
11896
|
+
metaGetHealth(options?: RawAxiosRequestConfig): AxiosPromise<HealthOutputDTO>;
|
|
11897
11897
|
/**
|
|
11898
11898
|
*
|
|
11899
11899
|
* @summary Get metrics
|
|
11900
11900
|
* @param {*} [options] Override http request option.
|
|
11901
11901
|
* @throws {RequiredError}
|
|
11902
11902
|
*/
|
|
11903
|
-
metaGetMetrics(options?:
|
|
11903
|
+
metaGetMetrics(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11904
11904
|
/**
|
|
11905
11905
|
*
|
|
11906
11906
|
* @summary Get open api
|
|
11907
11907
|
* @param {*} [options] Override http request option.
|
|
11908
11908
|
* @throws {RequiredError}
|
|
11909
11909
|
*/
|
|
11910
|
-
metaGetOpenApi(options?:
|
|
11910
|
+
metaGetOpenApi(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11911
11911
|
/**
|
|
11912
11912
|
*
|
|
11913
11913
|
* @summary Get open api html
|
|
11914
11914
|
* @param {*} [options] Override http request option.
|
|
11915
11915
|
* @throws {RequiredError}
|
|
11916
11916
|
*/
|
|
11917
|
-
metaGetOpenApiHtml(options?:
|
|
11917
|
+
metaGetOpenApiHtml(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
11918
11918
|
/**
|
|
11919
11919
|
*
|
|
11920
11920
|
* @summary Get readiness
|
|
11921
11921
|
* @param {*} [options] Override http request option.
|
|
11922
11922
|
* @throws {RequiredError}
|
|
11923
11923
|
*/
|
|
11924
|
-
metaGetReadiness(options?:
|
|
11924
|
+
metaGetReadiness(options?: RawAxiosRequestConfig): AxiosPromise<HealthOutputDTO>;
|
|
11925
11925
|
};
|
|
11926
11926
|
/**
|
|
11927
11927
|
* MetaApi - object-oriented interface
|
|
@@ -12109,7 +12109,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12109
12109
|
* @param {*} [options] Override http request option.
|
|
12110
12110
|
* @throws {RequiredError}
|
|
12111
12111
|
*/
|
|
12112
|
-
moduleControllerCreate(moduleCreateDTO?: ModuleCreateDTO, options?:
|
|
12112
|
+
moduleControllerCreate(moduleCreateDTO?: ModuleCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputDTOAPI>;
|
|
12113
12113
|
/**
|
|
12114
12114
|
* Required permissions: `READ_MODULES`
|
|
12115
12115
|
* @summary Export
|
|
@@ -12117,7 +12117,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12117
12117
|
* @param {*} [options] Override http request option.
|
|
12118
12118
|
* @throws {RequiredError}
|
|
12119
12119
|
*/
|
|
12120
|
-
moduleControllerExport(id: string, options?:
|
|
12120
|
+
moduleControllerExport(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleExportDTOAPI>;
|
|
12121
12121
|
/**
|
|
12122
12122
|
* Required permissions: `READ_MODULES`
|
|
12123
12123
|
* @summary Get one
|
|
@@ -12125,7 +12125,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12125
12125
|
* @param {*} [options] Override http request option.
|
|
12126
12126
|
* @throws {RequiredError}
|
|
12127
12127
|
*/
|
|
12128
|
-
moduleControllerGetOne(id: string, options?:
|
|
12128
|
+
moduleControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputDTOAPI>;
|
|
12129
12129
|
/**
|
|
12130
12130
|
* Required permissions: `MANAGE_MODULES`
|
|
12131
12131
|
* @summary Import
|
|
@@ -12133,7 +12133,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12133
12133
|
* @param {*} [options] Override http request option.
|
|
12134
12134
|
* @throws {RequiredError}
|
|
12135
12135
|
*/
|
|
12136
|
-
moduleControllerImport(builtinModule?: BuiltinModule, options?:
|
|
12136
|
+
moduleControllerImport(builtinModule?: BuiltinModule, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
12137
12137
|
/**
|
|
12138
12138
|
* Required permissions: `MANAGE_MODULES`
|
|
12139
12139
|
* @summary Remove
|
|
@@ -12141,7 +12141,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12141
12141
|
* @param {*} [options] Override http request option.
|
|
12142
12142
|
* @throws {RequiredError}
|
|
12143
12143
|
*/
|
|
12144
|
-
moduleControllerRemove(id: string, options?:
|
|
12144
|
+
moduleControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
12145
12145
|
/**
|
|
12146
12146
|
* Required permissions: `READ_MODULES`
|
|
12147
12147
|
* @summary Search
|
|
@@ -12149,7 +12149,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12149
12149
|
* @param {*} [options] Override http request option.
|
|
12150
12150
|
* @throws {RequiredError}
|
|
12151
12151
|
*/
|
|
12152
|
-
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?:
|
|
12152
|
+
moduleControllerSearch(moduleSearchInputDTO?: ModuleSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputArrayDTOAPI>;
|
|
12153
12153
|
/**
|
|
12154
12154
|
* Required permissions: `MANAGE_MODULES`
|
|
12155
12155
|
* @summary Update
|
|
@@ -12158,7 +12158,7 @@ export declare const ModuleApiFactory: (configuration?: Configuration, basePath?
|
|
|
12158
12158
|
* @param {*} [options] Override http request option.
|
|
12159
12159
|
* @throws {RequiredError}
|
|
12160
12160
|
*/
|
|
12161
|
-
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?:
|
|
12161
|
+
moduleControllerUpdate(id: string, moduleUpdateDTO?: ModuleUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ModuleOutputDTOAPI>;
|
|
12162
12162
|
};
|
|
12163
12163
|
/**
|
|
12164
12164
|
* ModuleApi - object-oriented interface
|
|
@@ -12344,14 +12344,14 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
12344
12344
|
* @param {*} [options] Override http request option.
|
|
12345
12345
|
* @throws {RequiredError}
|
|
12346
12346
|
*/
|
|
12347
|
-
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
12347
|
+
playerControllerAssignRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
12348
12348
|
/**
|
|
12349
12349
|
* Get the player that is currently authenticated. This is a low-privilege route, returning limited data.
|
|
12350
12350
|
* @summary Get current player
|
|
12351
12351
|
* @param {*} [options] Override http request option.
|
|
12352
12352
|
* @throws {RequiredError}
|
|
12353
12353
|
*/
|
|
12354
|
-
playerControllerGetMe(options?:
|
|
12354
|
+
playerControllerGetMe(options?: RawAxiosRequestConfig): AxiosPromise<PlayerMeOutputDTO>;
|
|
12355
12355
|
/**
|
|
12356
12356
|
* Required permissions: `READ_PLAYERS`
|
|
12357
12357
|
* @summary Get one
|
|
@@ -12359,7 +12359,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
12359
12359
|
* @param {*} [options] Override http request option.
|
|
12360
12360
|
* @throws {RequiredError}
|
|
12361
12361
|
*/
|
|
12362
|
-
playerControllerGetOne(id: string, options?:
|
|
12362
|
+
playerControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOutputWithRolesDTOAPI>;
|
|
12363
12363
|
/**
|
|
12364
12364
|
* Required permissions: `MANAGE_PLAYERS`, `MANAGE_ROLES`
|
|
12365
12365
|
* @summary Remove role
|
|
@@ -12369,7 +12369,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
12369
12369
|
* @param {*} [options] Override http request option.
|
|
12370
12370
|
* @throws {RequiredError}
|
|
12371
12371
|
*/
|
|
12372
|
-
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?:
|
|
12372
|
+
playerControllerRemoveRole(id: string, roleId: string, playerRoleAssignChangeDTO?: PlayerRoleAssignChangeDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
12373
12373
|
/**
|
|
12374
12374
|
* Required permissions: `READ_PLAYERS`
|
|
12375
12375
|
* @summary Search
|
|
@@ -12377,7 +12377,7 @@ export declare const PlayerApiFactory: (configuration?: Configuration, basePath?
|
|
|
12377
12377
|
* @param {*} [options] Override http request option.
|
|
12378
12378
|
* @throws {RequiredError}
|
|
12379
12379
|
*/
|
|
12380
|
-
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?:
|
|
12380
|
+
playerControllerSearch(playerSearchInputDTO?: PlayerSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOutputArrayDTOAPI>;
|
|
12381
12381
|
};
|
|
12382
12382
|
/**
|
|
12383
12383
|
* PlayerApi - object-oriented interface
|
|
@@ -12577,7 +12577,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12577
12577
|
* @param {*} [options] Override http request option.
|
|
12578
12578
|
* @throws {RequiredError}
|
|
12579
12579
|
*/
|
|
12580
|
-
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
12580
|
+
playerOnGameServerControllerAddCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12581
12581
|
/**
|
|
12582
12582
|
* Required permissions: `MANAGE_PLAYERS`
|
|
12583
12583
|
* @summary Deduct currency
|
|
@@ -12587,7 +12587,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12587
12587
|
* @param {*} [options] Override http request option.
|
|
12588
12588
|
* @throws {RequiredError}
|
|
12589
12589
|
*/
|
|
12590
|
-
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
12590
|
+
playerOnGameServerControllerDeductCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12591
12591
|
/**
|
|
12592
12592
|
* Required permissions: `READ_PLAYERS`
|
|
12593
12593
|
* @summary Get one
|
|
@@ -12596,7 +12596,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12596
12596
|
* @param {*} [options] Override http request option.
|
|
12597
12597
|
* @throws {RequiredError}
|
|
12598
12598
|
*/
|
|
12599
|
-
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?:
|
|
12599
|
+
playerOnGameServerControllerGetOne(gameServerId: string, playerId: string, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12600
12600
|
/**
|
|
12601
12601
|
* Required permissions: `READ_PLAYERS`
|
|
12602
12602
|
* @summary Search
|
|
@@ -12604,7 +12604,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12604
12604
|
* @param {*} [options] Override http request option.
|
|
12605
12605
|
* @throws {RequiredError}
|
|
12606
12606
|
*/
|
|
12607
|
-
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?:
|
|
12607
|
+
playerOnGameServerControllerSearch(playerOnGameServerSearchInputDTO?: PlayerOnGameServerSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputArrayDTOAPI>;
|
|
12608
12608
|
/**
|
|
12609
12609
|
* Required permissions: `MANAGE_PLAYERS`
|
|
12610
12610
|
* @summary Set currency
|
|
@@ -12614,7 +12614,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12614
12614
|
* @param {*} [options] Override http request option.
|
|
12615
12615
|
* @throws {RequiredError}
|
|
12616
12616
|
*/
|
|
12617
|
-
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
12617
|
+
playerOnGameServerControllerSetCurrency(gameServerId: string, playerId: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12618
12618
|
/**
|
|
12619
12619
|
* Required permissions: `MANAGE_PLAYERS`
|
|
12620
12620
|
* @summary Transact between players
|
|
@@ -12625,7 +12625,7 @@ export declare const PlayerOnGameServerApiFactory: (configuration?: Configuratio
|
|
|
12625
12625
|
* @param {*} [options] Override http request option.
|
|
12626
12626
|
* @throws {RequiredError}
|
|
12627
12627
|
*/
|
|
12628
|
-
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?:
|
|
12628
|
+
playerOnGameServerControllerTransactBetweenPlayers(gameServerId: string, sender: string, receiver: string, playerOnGameServerSetCurrencyInputDTO?: PlayerOnGameServerSetCurrencyInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<PlayerOnGameserverOutputDTOAPI>;
|
|
12629
12629
|
};
|
|
12630
12630
|
/**
|
|
12631
12631
|
* PlayerOnGameServerApi - object-oriented interface
|
|
@@ -12819,7 +12819,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
12819
12819
|
* @param {*} [options] Override http request option.
|
|
12820
12820
|
* @throws {RequiredError}
|
|
12821
12821
|
*/
|
|
12822
|
-
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?:
|
|
12822
|
+
roleControllerCreate(roleCreateInputDTO?: RoleCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<RoleOutputDTOAPI>;
|
|
12823
12823
|
/**
|
|
12824
12824
|
* Required permissions: `READ_ROLES`
|
|
12825
12825
|
* @summary Get one
|
|
@@ -12827,14 +12827,14 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
12827
12827
|
* @param {*} [options] Override http request option.
|
|
12828
12828
|
* @throws {RequiredError}
|
|
12829
12829
|
*/
|
|
12830
|
-
roleControllerGetOne(id: string, options?:
|
|
12830
|
+
roleControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<RoleOutputDTOAPI>;
|
|
12831
12831
|
/**
|
|
12832
12832
|
*
|
|
12833
12833
|
* @summary Get permissions
|
|
12834
12834
|
* @param {*} [options] Override http request option.
|
|
12835
12835
|
* @throws {RequiredError}
|
|
12836
12836
|
*/
|
|
12837
|
-
roleControllerGetPermissions(options?:
|
|
12837
|
+
roleControllerGetPermissions(options?: RawAxiosRequestConfig): AxiosPromise<PermissionOutputDTOAPI>;
|
|
12838
12838
|
/**
|
|
12839
12839
|
* Required permissions: `MANAGE_ROLES`
|
|
12840
12840
|
* @summary Remove
|
|
@@ -12842,7 +12842,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
12842
12842
|
* @param {*} [options] Override http request option.
|
|
12843
12843
|
* @throws {RequiredError}
|
|
12844
12844
|
*/
|
|
12845
|
-
roleControllerRemove(id: string, options?:
|
|
12845
|
+
roleControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
12846
12846
|
/**
|
|
12847
12847
|
* Required permissions: `READ_ROLES`
|
|
12848
12848
|
* @summary Search
|
|
@@ -12850,7 +12850,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
12850
12850
|
* @param {*} [options] Override http request option.
|
|
12851
12851
|
* @throws {RequiredError}
|
|
12852
12852
|
*/
|
|
12853
|
-
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?:
|
|
12853
|
+
roleControllerSearch(roleSearchInputDTO?: RoleSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<RoleOutputArrayDTOAPI>;
|
|
12854
12854
|
/**
|
|
12855
12855
|
* Required permissions: `MANAGE_ROLES`
|
|
12856
12856
|
* @summary Update
|
|
@@ -12859,7 +12859,7 @@ export declare const RoleApiFactory: (configuration?: Configuration, basePath?:
|
|
|
12859
12859
|
* @param {*} [options] Override http request option.
|
|
12860
12860
|
* @throws {RequiredError}
|
|
12861
12861
|
*/
|
|
12862
|
-
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?:
|
|
12862
|
+
roleControllerUpdate(id: string, roleUpdateInputDTO?: RoleUpdateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<RoleOutputDTOAPI>;
|
|
12863
12863
|
};
|
|
12864
12864
|
/**
|
|
12865
12865
|
* RoleApi - object-oriented interface
|
|
@@ -13020,7 +13020,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
13020
13020
|
* @param {*} [options] Override http request option.
|
|
13021
13021
|
* @throws {RequiredError}
|
|
13022
13022
|
*/
|
|
13023
|
-
settingsControllerDelete(key: string, gameServerId?: string, options?:
|
|
13023
|
+
settingsControllerDelete(key: string, gameServerId?: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
13024
13024
|
/**
|
|
13025
13025
|
*
|
|
13026
13026
|
* @summary Get
|
|
@@ -13029,7 +13029,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
13029
13029
|
* @param {*} [options] Override http request option.
|
|
13030
13030
|
* @throws {RequiredError}
|
|
13031
13031
|
*/
|
|
13032
|
-
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?:
|
|
13032
|
+
settingsControllerGet(keys?: Array<SettingsControllerGetKeysEnum>, gameServerId?: string, options?: RawAxiosRequestConfig): AxiosPromise<SettingsOutputArrayDTOAPI>;
|
|
13033
13033
|
/**
|
|
13034
13034
|
*
|
|
13035
13035
|
* @summary Get one
|
|
@@ -13038,7 +13038,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
13038
13038
|
* @param {*} [options] Override http request option.
|
|
13039
13039
|
* @throws {RequiredError}
|
|
13040
13040
|
*/
|
|
13041
|
-
settingsControllerGetOne(key: string, gameServerId?: string, options?:
|
|
13041
|
+
settingsControllerGetOne(key: string, gameServerId?: string, options?: RawAxiosRequestConfig): AxiosPromise<SettingsOutputDTOAPI>;
|
|
13042
13042
|
/**
|
|
13043
13043
|
* Required permissions: `MANAGE_SETTINGS`
|
|
13044
13044
|
* @summary Set
|
|
@@ -13047,7 +13047,7 @@ export declare const SettingsApiFactory: (configuration?: Configuration, basePat
|
|
|
13047
13047
|
* @param {*} [options] Override http request option.
|
|
13048
13048
|
* @throws {RequiredError}
|
|
13049
13049
|
*/
|
|
13050
|
-
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?:
|
|
13050
|
+
settingsControllerSet(key: string, settingsSetDTO?: SettingsSetDTO, options?: RawAxiosRequestConfig): AxiosPromise<SettingsOutputDTOAPI>;
|
|
13051
13051
|
};
|
|
13052
13052
|
/**
|
|
13053
13053
|
* SettingsApi - object-oriented interface
|
|
@@ -13213,7 +13213,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13213
13213
|
* @param {*} [options] Override http request option.
|
|
13214
13214
|
* @throws {RequiredError}
|
|
13215
13215
|
*/
|
|
13216
|
-
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?:
|
|
13216
|
+
shopListingControllerCreate(shopListingCreateDTO?: ShopListingCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
13217
13217
|
/**
|
|
13218
13218
|
* Required permissions: `MANAGE_SHOP_LISTINGS`
|
|
13219
13219
|
* @summary Delete
|
|
@@ -13221,7 +13221,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13221
13221
|
* @param {*} [options] Override http request option.
|
|
13222
13222
|
* @throws {RequiredError}
|
|
13223
13223
|
*/
|
|
13224
|
-
shopListingControllerDelete(id: string, options?:
|
|
13224
|
+
shopListingControllerDelete(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
13225
13225
|
/**
|
|
13226
13226
|
*
|
|
13227
13227
|
* @summary Get one
|
|
@@ -13229,7 +13229,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13229
13229
|
* @param {*} [options] Override http request option.
|
|
13230
13230
|
* @throws {RequiredError}
|
|
13231
13231
|
*/
|
|
13232
|
-
shopListingControllerGetOne(id: string, options?:
|
|
13232
|
+
shopListingControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
13233
13233
|
/**
|
|
13234
13234
|
*
|
|
13235
13235
|
* @summary Search
|
|
@@ -13237,7 +13237,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13237
13237
|
* @param {*} [options] Override http request option.
|
|
13238
13238
|
* @throws {RequiredError}
|
|
13239
13239
|
*/
|
|
13240
|
-
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?:
|
|
13240
|
+
shopListingControllerSearch(shopListingSearchInputDTO?: ShopListingSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputArrayDTOAPI>;
|
|
13241
13241
|
/**
|
|
13242
13242
|
* Required permissions: `MANAGE_SHOP_LISTINGS`
|
|
13243
13243
|
* @summary Update
|
|
@@ -13246,7 +13246,7 @@ export declare const ShopListingApiFactory: (configuration?: Configuration, base
|
|
|
13246
13246
|
* @param {*} [options] Override http request option.
|
|
13247
13247
|
* @throws {RequiredError}
|
|
13248
13248
|
*/
|
|
13249
|
-
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?:
|
|
13249
|
+
shopListingControllerUpdate(id: string, shopListingUpdateDTO?: ShopListingUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopListingOutputDTOAPI>;
|
|
13250
13250
|
};
|
|
13251
13251
|
/**
|
|
13252
13252
|
* ShopListingApi - object-oriented interface
|
|
@@ -13406,7 +13406,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13406
13406
|
* @param {*} [options] Override http request option.
|
|
13407
13407
|
* @throws {RequiredError}
|
|
13408
13408
|
*/
|
|
13409
|
-
shopOrderControllerCancel(id: string, options?:
|
|
13409
|
+
shopOrderControllerCancel(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
13410
13410
|
/**
|
|
13411
13411
|
* Claiming an order will mark it as completed and give the user the item in-game
|
|
13412
13412
|
* @summary Claim an order
|
|
@@ -13414,7 +13414,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13414
13414
|
* @param {*} [options] Override http request option.
|
|
13415
13415
|
* @throws {RequiredError}
|
|
13416
13416
|
*/
|
|
13417
|
-
shopOrderControllerClaim(id: string, options?:
|
|
13417
|
+
shopOrderControllerClaim(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
13418
13418
|
/**
|
|
13419
13419
|
*
|
|
13420
13420
|
* @summary Create
|
|
@@ -13422,7 +13422,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13422
13422
|
* @param {*} [options] Override http request option.
|
|
13423
13423
|
* @throws {RequiredError}
|
|
13424
13424
|
*/
|
|
13425
|
-
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?:
|
|
13425
|
+
shopOrderControllerCreate(shopOrderCreateDTO?: ShopOrderCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
13426
13426
|
/**
|
|
13427
13427
|
* 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.
|
|
13428
13428
|
* @summary Get order by ID
|
|
@@ -13430,7 +13430,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13430
13430
|
* @param {*} [options] Override http request option.
|
|
13431
13431
|
* @throws {RequiredError}
|
|
13432
13432
|
*/
|
|
13433
|
-
shopOrderControllerGetOne(id: string, options?:
|
|
13433
|
+
shopOrderControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputDTOAPI>;
|
|
13434
13434
|
/**
|
|
13435
13435
|
* 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.
|
|
13436
13436
|
* @summary Search orders
|
|
@@ -13438,7 +13438,7 @@ export declare const ShopOrderApiFactory: (configuration?: Configuration, basePa
|
|
|
13438
13438
|
* @param {*} [options] Override http request option.
|
|
13439
13439
|
* @throws {RequiredError}
|
|
13440
13440
|
*/
|
|
13441
|
-
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?:
|
|
13441
|
+
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShopOrderOutputArrayDTOAPI>;
|
|
13442
13442
|
};
|
|
13443
13443
|
/**
|
|
13444
13444
|
* ShopOrderApi - object-oriented interface
|
|
@@ -13661,7 +13661,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13661
13661
|
* @param {*} [options] Override http request option.
|
|
13662
13662
|
* @throws {RequiredError}
|
|
13663
13663
|
*/
|
|
13664
|
-
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13664
|
+
statsControllerGetActivityStats(timeType: StatsControllerGetActivityStatsTimeTypeEnum, dataType: StatsControllerGetActivityStatsDataTypeEnum, gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13665
13665
|
/**
|
|
13666
13666
|
* Required permissions: `READ_PLAYERS`
|
|
13667
13667
|
* @summary Get currency stats
|
|
@@ -13672,7 +13672,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13672
13672
|
* @param {*} [options] Override http request option.
|
|
13673
13673
|
* @throws {RequiredError}
|
|
13674
13674
|
*/
|
|
13675
|
-
statsControllerGetCurrencyStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13675
|
+
statsControllerGetCurrencyStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13676
13676
|
/**
|
|
13677
13677
|
* 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`
|
|
13678
13678
|
* @summary Get event count over time
|
|
@@ -13688,7 +13688,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13688
13688
|
* @param {*} [options] Override http request option.
|
|
13689
13689
|
* @throws {RequiredError}
|
|
13690
13690
|
*/
|
|
13691
|
-
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13691
|
+
statsControllerGetEventsCount(eventName: StatsControllerGetEventsCountEventNameEnum, bucketStep: StatsControllerGetEventsCountBucketStepEnum, sumBy?: Array<StatsControllerGetEventsCountSumByEnum>, gameServerId?: string, moduleId?: string, playerId?: string, userId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13692
13692
|
/**
|
|
13693
13693
|
* The roundtrip time for reachability tests between Takaro and the game server
|
|
13694
13694
|
* @summary Get latency stats
|
|
@@ -13698,7 +13698,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13698
13698
|
* @param {*} [options] Override http request option.
|
|
13699
13699
|
* @throws {RequiredError}
|
|
13700
13700
|
*/
|
|
13701
|
-
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13701
|
+
statsControllerGetLatencyStats(gameServerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13702
13702
|
/**
|
|
13703
13703
|
* Required permissions: `READ_PLAYERS`
|
|
13704
13704
|
* @summary Get ping stats
|
|
@@ -13709,7 +13709,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13709
13709
|
* @param {*} [options] Override http request option.
|
|
13710
13710
|
* @throws {RequiredError}
|
|
13711
13711
|
*/
|
|
13712
|
-
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13712
|
+
statsControllerGetPingStats(gameServerId: string, playerId: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13713
13713
|
/**
|
|
13714
13714
|
* Required permissions: `READ_PLAYERS`
|
|
13715
13715
|
* @summary Get player online stats
|
|
@@ -13719,7 +13719,7 @@ export declare const StatsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
13719
13719
|
* @param {*} [options] Override http request option.
|
|
13720
13720
|
* @throws {RequiredError}
|
|
13721
13721
|
*/
|
|
13722
|
-
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?:
|
|
13722
|
+
statsControllerGetPlayerOnlineStats(gameServerId?: string, startDate?: StatsControllerGetPingStatsStartDateParameter, endDate?: StatsControllerGetPingStatsStartDateParameter, options?: RawAxiosRequestConfig): AxiosPromise<StatsOutputDTOAPI>;
|
|
13723
13723
|
};
|
|
13724
13724
|
/**
|
|
13725
13725
|
* StatsApi - object-oriented interface
|
|
@@ -14132,7 +14132,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14132
14132
|
* @param {*} [options] Override http request option.
|
|
14133
14133
|
* @throws {RequiredError}
|
|
14134
14134
|
*/
|
|
14135
|
-
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?:
|
|
14135
|
+
userControllerAssignRole(id: string, roleId: string, userRoleAssignChangeDTO?: UserRoleAssignChangeDTO, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14136
14136
|
/**
|
|
14137
14137
|
* Required permissions: `MANAGE_USERS`
|
|
14138
14138
|
* @summary Create
|
|
@@ -14140,14 +14140,14 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14140
14140
|
* @param {*} [options] Override http request option.
|
|
14141
14141
|
* @throws {RequiredError}
|
|
14142
14142
|
*/
|
|
14143
|
-
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?:
|
|
14143
|
+
userControllerCreate(userCreateInputDTO?: UserCreateInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
14144
14144
|
/**
|
|
14145
14145
|
* Unset the selected domain for the user, this will clear the domain cookie. On the next request, the backend will set this again.
|
|
14146
14146
|
* @summary Unset the selected domain for the user
|
|
14147
14147
|
* @param {*} [options] Override http request option.
|
|
14148
14148
|
* @throws {RequiredError}
|
|
14149
14149
|
*/
|
|
14150
|
-
userControllerDeleteSelectedDomainCookie(options?:
|
|
14150
|
+
userControllerDeleteSelectedDomainCookie(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14151
14151
|
/**
|
|
14152
14152
|
* Required permissions: `READ_USERS`
|
|
14153
14153
|
* @summary Get one
|
|
@@ -14155,7 +14155,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14155
14155
|
* @param {*} [options] Override http request option.
|
|
14156
14156
|
* @throws {RequiredError}
|
|
14157
14157
|
*/
|
|
14158
|
-
userControllerGetOne(id: string, options?:
|
|
14158
|
+
userControllerGetOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
14159
14159
|
/**
|
|
14160
14160
|
* Required permissions: `MANAGE_USERS`
|
|
14161
14161
|
* @summary Invite
|
|
@@ -14163,7 +14163,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14163
14163
|
* @param {*} [options] Override http request option.
|
|
14164
14164
|
* @throws {RequiredError}
|
|
14165
14165
|
*/
|
|
14166
|
-
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?:
|
|
14166
|
+
userControllerInvite(inviteCreateDTO?: InviteCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
14167
14167
|
/**
|
|
14168
14168
|
* 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.
|
|
14169
14169
|
* @summary Link player profile
|
|
@@ -14171,7 +14171,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14171
14171
|
* @param {*} [options] Override http request option.
|
|
14172
14172
|
* @throws {RequiredError}
|
|
14173
14173
|
*/
|
|
14174
|
-
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?:
|
|
14174
|
+
userControllerLinkPlayerProfile(linkPlayerUnauthedInputDTO?: LinkPlayerUnauthedInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14175
14175
|
/**
|
|
14176
14176
|
*
|
|
14177
14177
|
* @summary Login
|
|
@@ -14179,21 +14179,21 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14179
14179
|
* @param {*} [options] Override http request option.
|
|
14180
14180
|
* @throws {RequiredError}
|
|
14181
14181
|
*/
|
|
14182
|
-
userControllerLogin(loginDTO?: LoginDTO, options?:
|
|
14182
|
+
userControllerLogin(loginDTO?: LoginDTO, options?: RawAxiosRequestConfig): AxiosPromise<LoginOutputDTOAPI>;
|
|
14183
14183
|
/**
|
|
14184
14184
|
*
|
|
14185
14185
|
* @summary Logout
|
|
14186
14186
|
* @param {*} [options] Override http request option.
|
|
14187
14187
|
* @throws {RequiredError}
|
|
14188
14188
|
*/
|
|
14189
|
-
userControllerLogout(options?:
|
|
14189
|
+
userControllerLogout(options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14190
14190
|
/**
|
|
14191
14191
|
* 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
|
|
14192
14192
|
* @summary Get the current logged in user
|
|
14193
14193
|
* @param {*} [options] Override http request option.
|
|
14194
14194
|
* @throws {RequiredError}
|
|
14195
14195
|
*/
|
|
14196
|
-
userControllerMe(options?:
|
|
14196
|
+
userControllerMe(options?: RawAxiosRequestConfig): AxiosPromise<MeOutoutDTOAPI>;
|
|
14197
14197
|
/**
|
|
14198
14198
|
* Required permissions: `MANAGE_USERS`
|
|
14199
14199
|
* @summary Remove
|
|
@@ -14201,7 +14201,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14201
14201
|
* @param {*} [options] Override http request option.
|
|
14202
14202
|
* @throws {RequiredError}
|
|
14203
14203
|
*/
|
|
14204
|
-
userControllerRemove(id: string, options?:
|
|
14204
|
+
userControllerRemove(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14205
14205
|
/**
|
|
14206
14206
|
* Required permissions: `MANAGE_USERS`, `MANAGE_ROLES`
|
|
14207
14207
|
* @summary Remove role
|
|
@@ -14210,7 +14210,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14210
14210
|
* @param {*} [options] Override http request option.
|
|
14211
14211
|
* @throws {RequiredError}
|
|
14212
14212
|
*/
|
|
14213
|
-
userControllerRemoveRole(id: string, roleId: string, options?:
|
|
14213
|
+
userControllerRemoveRole(id: string, roleId: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14214
14214
|
/**
|
|
14215
14215
|
* Required permissions: `READ_USERS`
|
|
14216
14216
|
* @summary Search
|
|
@@ -14218,7 +14218,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14218
14218
|
* @param {*} [options] Override http request option.
|
|
14219
14219
|
* @throws {RequiredError}
|
|
14220
14220
|
*/
|
|
14221
|
-
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?:
|
|
14221
|
+
userControllerSearch(userSearchInputDTO?: UserSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputArrayDTOAPI>;
|
|
14222
14222
|
/**
|
|
14223
14223
|
* One user can have multiple domains, this endpoint is a helper to set the selected domain for the user
|
|
14224
14224
|
* @summary Set the selected domain for the user
|
|
@@ -14226,7 +14226,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14226
14226
|
* @param {*} [options] Override http request option.
|
|
14227
14227
|
* @throws {RequiredError}
|
|
14228
14228
|
*/
|
|
14229
|
-
userControllerSetSelectedDomain(domainId: string, options?:
|
|
14229
|
+
userControllerSetSelectedDomain(domainId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14230
14230
|
/**
|
|
14231
14231
|
* Required permissions: `MANAGE_USERS`
|
|
14232
14232
|
* @summary Update
|
|
@@ -14235,7 +14235,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
14235
14235
|
* @param {*} [options] Override http request option.
|
|
14236
14236
|
* @throws {RequiredError}
|
|
14237
14237
|
*/
|
|
14238
|
-
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?:
|
|
14238
|
+
userControllerUpdate(id: string, userUpdateDTO?: UserUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<UserOutputDTOAPI>;
|
|
14239
14239
|
};
|
|
14240
14240
|
/**
|
|
14241
14241
|
* UserApi - object-oriented interface
|
|
@@ -14478,7 +14478,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14478
14478
|
* @param {*} [options] Override http request option.
|
|
14479
14479
|
* @throws {RequiredError}
|
|
14480
14480
|
*/
|
|
14481
|
-
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?:
|
|
14481
|
+
variableControllerCreate(variableCreateDTO?: VariableCreateDTO, options?: RawAxiosRequestConfig): AxiosPromise<VariableOutputDTOAPI>;
|
|
14482
14482
|
/**
|
|
14483
14483
|
* Required permissions: `MANAGE_VARIABLES`
|
|
14484
14484
|
* @summary Delete
|
|
@@ -14486,7 +14486,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14486
14486
|
* @param {*} [options] Override http request option.
|
|
14487
14487
|
* @throws {RequiredError}
|
|
14488
14488
|
*/
|
|
14489
|
-
variableControllerDelete(id: string, options?:
|
|
14489
|
+
variableControllerDelete(id: string, options?: RawAxiosRequestConfig): AxiosPromise<APIOutput>;
|
|
14490
14490
|
/**
|
|
14491
14491
|
* Required permissions: `READ_VARIABLES`
|
|
14492
14492
|
* @summary Find one
|
|
@@ -14494,7 +14494,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14494
14494
|
* @param {*} [options] Override http request option.
|
|
14495
14495
|
* @throws {RequiredError}
|
|
14496
14496
|
*/
|
|
14497
|
-
variableControllerFindOne(id: string, options?:
|
|
14497
|
+
variableControllerFindOne(id: string, options?: RawAxiosRequestConfig): AxiosPromise<VariableOutputDTOAPI>;
|
|
14498
14498
|
/**
|
|
14499
14499
|
* Required permissions: `READ_VARIABLES`
|
|
14500
14500
|
* @summary Search
|
|
@@ -14502,7 +14502,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14502
14502
|
* @param {*} [options] Override http request option.
|
|
14503
14503
|
* @throws {RequiredError}
|
|
14504
14504
|
*/
|
|
14505
|
-
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?:
|
|
14505
|
+
variableControllerSearch(variableSearchInputDTO?: VariableSearchInputDTO, options?: RawAxiosRequestConfig): AxiosPromise<VariableOutputArrayDTOAPI>;
|
|
14506
14506
|
/**
|
|
14507
14507
|
* Required permissions: `MANAGE_VARIABLES`
|
|
14508
14508
|
* @summary Update
|
|
@@ -14511,7 +14511,7 @@ export declare const VariableApiFactory: (configuration?: Configuration, basePat
|
|
|
14511
14511
|
* @param {*} [options] Override http request option.
|
|
14512
14512
|
* @throws {RequiredError}
|
|
14513
14513
|
*/
|
|
14514
|
-
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?:
|
|
14514
|
+
variableControllerUpdate(id: string, variableUpdateDTO?: VariableUpdateDTO, options?: RawAxiosRequestConfig): AxiosPromise<VariableOutputDTOAPI>;
|
|
14515
14515
|
};
|
|
14516
14516
|
/**
|
|
14517
14517
|
* VariableApi - object-oriented interface
|