@takaro/apiclient 0.0.0-dev.d05e266 → 0.0.0-dev.d0e0bc3
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 +663 -2
- package/dist/generated/api.d.ts.map +1 -1
- package/dist/generated/api.js +630 -0
- package/dist/generated/api.js.map +1 -1
- package/package.json +2 -2
- package/src/generated/api.ts +1178 -16
package/dist/generated/api.d.ts
CHANGED
|
@@ -2599,6 +2599,50 @@ export declare const DomainUpdateInputDTOStateEnum: {
|
|
|
2599
2599
|
readonly Maintenance: "MAINTENANCE";
|
|
2600
2600
|
};
|
|
2601
2601
|
export type DomainUpdateInputDTOStateEnum = (typeof DomainUpdateInputDTOStateEnum)[keyof typeof DomainUpdateInputDTOStateEnum];
|
|
2602
|
+
/**
|
|
2603
|
+
*
|
|
2604
|
+
* @export
|
|
2605
|
+
* @interface EffectiveStorefrontConfigDTO
|
|
2606
|
+
*/
|
|
2607
|
+
export interface EffectiveStorefrontConfigDTO {
|
|
2608
|
+
/**
|
|
2609
|
+
*
|
|
2610
|
+
* @type {string}
|
|
2611
|
+
* @memberof EffectiveStorefrontConfigDTO
|
|
2612
|
+
*/
|
|
2613
|
+
templateId: string;
|
|
2614
|
+
/**
|
|
2615
|
+
*
|
|
2616
|
+
* @type {object}
|
|
2617
|
+
* @memberof EffectiveStorefrontConfigDTO
|
|
2618
|
+
*/
|
|
2619
|
+
values: object;
|
|
2620
|
+
/**
|
|
2621
|
+
*
|
|
2622
|
+
* @type {object}
|
|
2623
|
+
* @memberof EffectiveStorefrontConfigDTO
|
|
2624
|
+
*/
|
|
2625
|
+
schema: object;
|
|
2626
|
+
}
|
|
2627
|
+
/**
|
|
2628
|
+
*
|
|
2629
|
+
* @export
|
|
2630
|
+
* @interface EffectiveStorefrontConfigOutputDTOAPI
|
|
2631
|
+
*/
|
|
2632
|
+
export interface EffectiveStorefrontConfigOutputDTOAPI {
|
|
2633
|
+
/**
|
|
2634
|
+
*
|
|
2635
|
+
* @type {EffectiveStorefrontConfigDTO}
|
|
2636
|
+
* @memberof EffectiveStorefrontConfigOutputDTOAPI
|
|
2637
|
+
*/
|
|
2638
|
+
data: EffectiveStorefrontConfigDTO;
|
|
2639
|
+
/**
|
|
2640
|
+
*
|
|
2641
|
+
* @type {MetadataOutput}
|
|
2642
|
+
* @memberof EffectiveStorefrontConfigOutputDTOAPI
|
|
2643
|
+
*/
|
|
2644
|
+
meta: MetadataOutput;
|
|
2645
|
+
}
|
|
2602
2646
|
/**
|
|
2603
2647
|
*
|
|
2604
2648
|
* @export
|
|
@@ -7196,6 +7240,32 @@ export interface LoginOutputDTOAPI {
|
|
|
7196
7240
|
*/
|
|
7197
7241
|
meta: MetadataOutput;
|
|
7198
7242
|
}
|
|
7243
|
+
/**
|
|
7244
|
+
*
|
|
7245
|
+
* @export
|
|
7246
|
+
* @interface LoginQueryParams
|
|
7247
|
+
*/
|
|
7248
|
+
export interface LoginQueryParams {
|
|
7249
|
+
/**
|
|
7250
|
+
*
|
|
7251
|
+
* @type {string}
|
|
7252
|
+
* @memberof LoginQueryParams
|
|
7253
|
+
*/
|
|
7254
|
+
redirect?: string;
|
|
7255
|
+
}
|
|
7256
|
+
/**
|
|
7257
|
+
*
|
|
7258
|
+
* @export
|
|
7259
|
+
* @interface LogoutQueryParams
|
|
7260
|
+
*/
|
|
7261
|
+
export interface LogoutQueryParams {
|
|
7262
|
+
/**
|
|
7263
|
+
*
|
|
7264
|
+
* @type {string}
|
|
7265
|
+
* @memberof LogoutQueryParams
|
|
7266
|
+
*/
|
|
7267
|
+
redirect?: string;
|
|
7268
|
+
}
|
|
7199
7269
|
/**
|
|
7200
7270
|
*
|
|
7201
7271
|
* @export
|
|
@@ -7319,7 +7389,7 @@ export interface MeOutputDTO {
|
|
|
7319
7389
|
* @type {UserOutputWithRolesDTO}
|
|
7320
7390
|
* @memberof MeOutputDTO
|
|
7321
7391
|
*/
|
|
7322
|
-
user
|
|
7392
|
+
user?: UserOutputWithRolesDTO;
|
|
7323
7393
|
/**
|
|
7324
7394
|
*
|
|
7325
7395
|
* @type {Array<DomainOutputDTO>}
|
|
@@ -7331,7 +7401,7 @@ export interface MeOutputDTO {
|
|
|
7331
7401
|
* @type {string}
|
|
7332
7402
|
* @memberof MeOutputDTO
|
|
7333
7403
|
*/
|
|
7334
|
-
domain
|
|
7404
|
+
domain?: string;
|
|
7335
7405
|
/**
|
|
7336
7406
|
*
|
|
7337
7407
|
* @type {PlayerOutputWithRolesDTO}
|
|
@@ -7819,6 +7889,94 @@ export interface ModuleInstallParamId {
|
|
|
7819
7889
|
*/
|
|
7820
7890
|
gameServerId: string;
|
|
7821
7891
|
}
|
|
7892
|
+
/**
|
|
7893
|
+
*
|
|
7894
|
+
* @export
|
|
7895
|
+
* @interface ModuleInstallationKpisDTO
|
|
7896
|
+
*/
|
|
7897
|
+
export interface ModuleInstallationKpisDTO {
|
|
7898
|
+
/**
|
|
7899
|
+
*
|
|
7900
|
+
* @type {number}
|
|
7901
|
+
* @memberof ModuleInstallationKpisDTO
|
|
7902
|
+
*/
|
|
7903
|
+
runs: number;
|
|
7904
|
+
/**
|
|
7905
|
+
*
|
|
7906
|
+
* @type {number}
|
|
7907
|
+
* @memberof ModuleInstallationKpisDTO
|
|
7908
|
+
*/
|
|
7909
|
+
failures: number;
|
|
7910
|
+
/**
|
|
7911
|
+
*
|
|
7912
|
+
* @type {number}
|
|
7913
|
+
* @memberof ModuleInstallationKpisDTO
|
|
7914
|
+
*/
|
|
7915
|
+
successRate: number;
|
|
7916
|
+
}
|
|
7917
|
+
/**
|
|
7918
|
+
*
|
|
7919
|
+
* @export
|
|
7920
|
+
* @interface ModuleInstallationKpisDTOAPI
|
|
7921
|
+
*/
|
|
7922
|
+
export interface ModuleInstallationKpisDTOAPI {
|
|
7923
|
+
/**
|
|
7924
|
+
*
|
|
7925
|
+
* @type {ModuleInstallationKpisDTO}
|
|
7926
|
+
* @memberof ModuleInstallationKpisDTOAPI
|
|
7927
|
+
*/
|
|
7928
|
+
data: ModuleInstallationKpisDTO;
|
|
7929
|
+
/**
|
|
7930
|
+
*
|
|
7931
|
+
* @type {MetadataOutput}
|
|
7932
|
+
* @memberof ModuleInstallationKpisDTOAPI
|
|
7933
|
+
*/
|
|
7934
|
+
meta: MetadataOutput;
|
|
7935
|
+
}
|
|
7936
|
+
/**
|
|
7937
|
+
*
|
|
7938
|
+
* @export
|
|
7939
|
+
* @interface ModuleInstallationKpisQueryDTO
|
|
7940
|
+
*/
|
|
7941
|
+
export interface ModuleInstallationKpisQueryDTO {
|
|
7942
|
+
/**
|
|
7943
|
+
*
|
|
7944
|
+
* @type {string}
|
|
7945
|
+
* @memberof ModuleInstallationKpisQueryDTO
|
|
7946
|
+
*/
|
|
7947
|
+
startDate?: string;
|
|
7948
|
+
/**
|
|
7949
|
+
*
|
|
7950
|
+
* @type {string}
|
|
7951
|
+
* @memberof ModuleInstallationKpisQueryDTO
|
|
7952
|
+
*/
|
|
7953
|
+
endDate?: string;
|
|
7954
|
+
/**
|
|
7955
|
+
*
|
|
7956
|
+
* @type {string}
|
|
7957
|
+
* @memberof ModuleInstallationKpisQueryDTO
|
|
7958
|
+
*/
|
|
7959
|
+
gameServerId: string;
|
|
7960
|
+
/**
|
|
7961
|
+
*
|
|
7962
|
+
* @type {string}
|
|
7963
|
+
* @memberof ModuleInstallationKpisQueryDTO
|
|
7964
|
+
*/
|
|
7965
|
+
moduleId: string;
|
|
7966
|
+
/**
|
|
7967
|
+
*
|
|
7968
|
+
* @type {string}
|
|
7969
|
+
* @memberof ModuleInstallationKpisQueryDTO
|
|
7970
|
+
*/
|
|
7971
|
+
period?: ModuleInstallationKpisQueryDTOPeriodEnum;
|
|
7972
|
+
}
|
|
7973
|
+
export declare const ModuleInstallationKpisQueryDTOPeriodEnum: {
|
|
7974
|
+
readonly _24h: "24h";
|
|
7975
|
+
readonly _7d: "7d";
|
|
7976
|
+
readonly _30d: "30d";
|
|
7977
|
+
readonly _90d: "90d";
|
|
7978
|
+
};
|
|
7979
|
+
export type ModuleInstallationKpisQueryDTOPeriodEnum = (typeof ModuleInstallationKpisQueryDTOPeriodEnum)[keyof typeof ModuleInstallationKpisQueryDTOPeriodEnum];
|
|
7822
7980
|
/**
|
|
7823
7981
|
*
|
|
7824
7982
|
* @export
|
|
@@ -14772,6 +14930,175 @@ export interface SmallModuleVersionOutputDTO {
|
|
|
14772
14930
|
*/
|
|
14773
14931
|
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
14774
14932
|
}
|
|
14933
|
+
/**
|
|
14934
|
+
*
|
|
14935
|
+
* @export
|
|
14936
|
+
* @interface StorefrontConfigCreateDTO
|
|
14937
|
+
*/
|
|
14938
|
+
export interface StorefrontConfigCreateDTO {
|
|
14939
|
+
/**
|
|
14940
|
+
*
|
|
14941
|
+
* @type {string}
|
|
14942
|
+
* @memberof StorefrontConfigCreateDTO
|
|
14943
|
+
*/
|
|
14944
|
+
gameServerId: string;
|
|
14945
|
+
/**
|
|
14946
|
+
*
|
|
14947
|
+
* @type {string}
|
|
14948
|
+
* @memberof StorefrontConfigCreateDTO
|
|
14949
|
+
*/
|
|
14950
|
+
templateId: string;
|
|
14951
|
+
/**
|
|
14952
|
+
*
|
|
14953
|
+
* @type {object}
|
|
14954
|
+
* @memberof StorefrontConfigCreateDTO
|
|
14955
|
+
*/
|
|
14956
|
+
values?: object;
|
|
14957
|
+
}
|
|
14958
|
+
/**
|
|
14959
|
+
*
|
|
14960
|
+
* @export
|
|
14961
|
+
* @interface StorefrontConfigOutputDTO
|
|
14962
|
+
*/
|
|
14963
|
+
export interface StorefrontConfigOutputDTO {
|
|
14964
|
+
/**
|
|
14965
|
+
*
|
|
14966
|
+
* @type {string}
|
|
14967
|
+
* @memberof StorefrontConfigOutputDTO
|
|
14968
|
+
*/
|
|
14969
|
+
gameServerId: string;
|
|
14970
|
+
/**
|
|
14971
|
+
*
|
|
14972
|
+
* @type {string}
|
|
14973
|
+
* @memberof StorefrontConfigOutputDTO
|
|
14974
|
+
*/
|
|
14975
|
+
templateId: string;
|
|
14976
|
+
/**
|
|
14977
|
+
*
|
|
14978
|
+
* @type {object}
|
|
14979
|
+
* @memberof StorefrontConfigOutputDTO
|
|
14980
|
+
*/
|
|
14981
|
+
values: object;
|
|
14982
|
+
/**
|
|
14983
|
+
*
|
|
14984
|
+
* @type {string}
|
|
14985
|
+
* @memberof StorefrontConfigOutputDTO
|
|
14986
|
+
*/
|
|
14987
|
+
id: string;
|
|
14988
|
+
/**
|
|
14989
|
+
*
|
|
14990
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
14991
|
+
* @memberof StorefrontConfigOutputDTO
|
|
14992
|
+
*/
|
|
14993
|
+
createdAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
14994
|
+
/**
|
|
14995
|
+
*
|
|
14996
|
+
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
14997
|
+
* @memberof StorefrontConfigOutputDTO
|
|
14998
|
+
*/
|
|
14999
|
+
updatedAt: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
|
|
15000
|
+
}
|
|
15001
|
+
/**
|
|
15002
|
+
*
|
|
15003
|
+
* @export
|
|
15004
|
+
* @interface StorefrontConfigUpdateDTO
|
|
15005
|
+
*/
|
|
15006
|
+
export interface StorefrontConfigUpdateDTO {
|
|
15007
|
+
/**
|
|
15008
|
+
*
|
|
15009
|
+
* @type {string}
|
|
15010
|
+
* @memberof StorefrontConfigUpdateDTO
|
|
15011
|
+
*/
|
|
15012
|
+
templateId?: string;
|
|
15013
|
+
/**
|
|
15014
|
+
*
|
|
15015
|
+
* @type {object}
|
|
15016
|
+
* @memberof StorefrontConfigUpdateDTO
|
|
15017
|
+
*/
|
|
15018
|
+
values?: object;
|
|
15019
|
+
}
|
|
15020
|
+
/**
|
|
15021
|
+
*
|
|
15022
|
+
* @export
|
|
15023
|
+
* @interface StorefrontConfigUpsertBody
|
|
15024
|
+
*/
|
|
15025
|
+
export interface StorefrontConfigUpsertBody {
|
|
15026
|
+
/**
|
|
15027
|
+
*
|
|
15028
|
+
* @type {string}
|
|
15029
|
+
* @memberof StorefrontConfigUpsertBody
|
|
15030
|
+
*/
|
|
15031
|
+
templateId: string;
|
|
15032
|
+
/**
|
|
15033
|
+
*
|
|
15034
|
+
* @type {object}
|
|
15035
|
+
* @memberof StorefrontConfigUpsertBody
|
|
15036
|
+
*/
|
|
15037
|
+
values: object;
|
|
15038
|
+
}
|
|
15039
|
+
/**
|
|
15040
|
+
*
|
|
15041
|
+
* @export
|
|
15042
|
+
* @interface StorefrontConfigUpsertDTO
|
|
15043
|
+
*/
|
|
15044
|
+
export interface StorefrontConfigUpsertDTO {
|
|
15045
|
+
/**
|
|
15046
|
+
*
|
|
15047
|
+
* @type {string}
|
|
15048
|
+
* @memberof StorefrontConfigUpsertDTO
|
|
15049
|
+
*/
|
|
15050
|
+
templateId: string;
|
|
15051
|
+
/**
|
|
15052
|
+
*
|
|
15053
|
+
* @type {object}
|
|
15054
|
+
* @memberof StorefrontConfigUpsertDTO
|
|
15055
|
+
*/
|
|
15056
|
+
values: object;
|
|
15057
|
+
}
|
|
15058
|
+
/**
|
|
15059
|
+
*
|
|
15060
|
+
* @export
|
|
15061
|
+
* @interface StorefrontTemplateDTO
|
|
15062
|
+
*/
|
|
15063
|
+
export interface StorefrontTemplateDTO {
|
|
15064
|
+
/**
|
|
15065
|
+
*
|
|
15066
|
+
* @type {string}
|
|
15067
|
+
* @memberof StorefrontTemplateDTO
|
|
15068
|
+
*/
|
|
15069
|
+
id: string;
|
|
15070
|
+
/**
|
|
15071
|
+
*
|
|
15072
|
+
* @type {string}
|
|
15073
|
+
* @memberof StorefrontTemplateDTO
|
|
15074
|
+
*/
|
|
15075
|
+
name: string;
|
|
15076
|
+
/**
|
|
15077
|
+
*
|
|
15078
|
+
* @type {object}
|
|
15079
|
+
* @memberof StorefrontTemplateDTO
|
|
15080
|
+
*/
|
|
15081
|
+
schema: object;
|
|
15082
|
+
}
|
|
15083
|
+
/**
|
|
15084
|
+
*
|
|
15085
|
+
* @export
|
|
15086
|
+
* @interface StorefrontTemplateOutputArrayDTOAPI
|
|
15087
|
+
*/
|
|
15088
|
+
export interface StorefrontTemplateOutputArrayDTOAPI {
|
|
15089
|
+
/**
|
|
15090
|
+
*
|
|
15091
|
+
* @type {Array<StorefrontTemplateDTO>}
|
|
15092
|
+
* @memberof StorefrontTemplateOutputArrayDTOAPI
|
|
15093
|
+
*/
|
|
15094
|
+
data: Array<StorefrontTemplateDTO>;
|
|
15095
|
+
/**
|
|
15096
|
+
*
|
|
15097
|
+
* @type {MetadataOutput}
|
|
15098
|
+
* @memberof StorefrontTemplateOutputArrayDTOAPI
|
|
15099
|
+
*/
|
|
15100
|
+
meta: MetadataOutput;
|
|
15101
|
+
}
|
|
14775
15102
|
/**
|
|
14776
15103
|
*
|
|
14777
15104
|
* @export
|
|
@@ -17313,6 +17640,18 @@ export declare const AnalyticsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
17313
17640
|
* @throws {RequiredError}
|
|
17314
17641
|
*/
|
|
17315
17642
|
analyticsControllerGetModuleHealth: (startDate?: string, endDate?: string, gameServerId?: string, period?: AnalyticsControllerGetModuleHealthPeriodEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17643
|
+
/**
|
|
17644
|
+
* Runs, failures and success rate for one module on one game server. Both gameServerId and moduleId are required. Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetModuleInstallationKpis`
|
|
17645
|
+
* @summary Get per-installation module KPIs
|
|
17646
|
+
* @param {string} gameServerId
|
|
17647
|
+
* @param {string} moduleId
|
|
17648
|
+
* @param {string} [startDate]
|
|
17649
|
+
* @param {string} [endDate]
|
|
17650
|
+
* @param {AnalyticsControllerGetModuleInstallationKpisPeriodEnum} [period]
|
|
17651
|
+
* @param {*} [options] Override http request option.
|
|
17652
|
+
* @throws {RequiredError}
|
|
17653
|
+
*/
|
|
17654
|
+
analyticsControllerGetModuleInstallationKpis: (gameServerId: string, moduleId: string, startDate?: string, endDate?: string, period?: AnalyticsControllerGetModuleInstallationKpisPeriodEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17316
17655
|
/**
|
|
17317
17656
|
* Unified failure leaderboard across all module-item types (hooks, crons, commands, shop actions). Each row carries a `type` discriminator alongside runs, failures, and failure rate. Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetModuleItemFailureLeaderboard`
|
|
17318
17657
|
* @summary Get module item failure aggregate
|
|
@@ -17690,6 +18029,18 @@ export declare const AnalyticsApiFp: (configuration?: Configuration) => {
|
|
|
17690
18029
|
* @throws {RequiredError}
|
|
17691
18030
|
*/
|
|
17692
18031
|
analyticsControllerGetModuleHealth(startDate?: string, endDate?: string, gameServerId?: string, period?: AnalyticsControllerGetModuleHealthPeriodEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ModuleHealthEntryDTOAPI>>;
|
|
18032
|
+
/**
|
|
18033
|
+
* Runs, failures and success rate for one module on one game server. Both gameServerId and moduleId are required. Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetModuleInstallationKpis`
|
|
18034
|
+
* @summary Get per-installation module KPIs
|
|
18035
|
+
* @param {string} gameServerId
|
|
18036
|
+
* @param {string} moduleId
|
|
18037
|
+
* @param {string} [startDate]
|
|
18038
|
+
* @param {string} [endDate]
|
|
18039
|
+
* @param {AnalyticsControllerGetModuleInstallationKpisPeriodEnum} [period]
|
|
18040
|
+
* @param {*} [options] Override http request option.
|
|
18041
|
+
* @throws {RequiredError}
|
|
18042
|
+
*/
|
|
18043
|
+
analyticsControllerGetModuleInstallationKpis(gameServerId: string, moduleId: string, startDate?: string, endDate?: string, period?: AnalyticsControllerGetModuleInstallationKpisPeriodEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ModuleInstallationKpisDTOAPI>>;
|
|
17693
18044
|
/**
|
|
17694
18045
|
* Unified failure leaderboard across all module-item types (hooks, crons, commands, shop actions). Each row carries a `type` discriminator alongside runs, failures, and failure rate. Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetModuleItemFailureLeaderboard`
|
|
17695
18046
|
* @summary Get module item failure aggregate
|
|
@@ -18067,6 +18418,18 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
18067
18418
|
* @throws {RequiredError}
|
|
18068
18419
|
*/
|
|
18069
18420
|
analyticsControllerGetModuleHealth(startDate?: string, endDate?: string, gameServerId?: string, period?: AnalyticsControllerGetModuleHealthPeriodEnum, options?: RawAxiosRequestConfig): AxiosPromise<ModuleHealthEntryDTOAPI>;
|
|
18421
|
+
/**
|
|
18422
|
+
* Runs, failures and success rate for one module on one game server. Both gameServerId and moduleId are required. Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetModuleInstallationKpis`
|
|
18423
|
+
* @summary Get per-installation module KPIs
|
|
18424
|
+
* @param {string} gameServerId
|
|
18425
|
+
* @param {string} moduleId
|
|
18426
|
+
* @param {string} [startDate]
|
|
18427
|
+
* @param {string} [endDate]
|
|
18428
|
+
* @param {AnalyticsControllerGetModuleInstallationKpisPeriodEnum} [period]
|
|
18429
|
+
* @param {*} [options] Override http request option.
|
|
18430
|
+
* @throws {RequiredError}
|
|
18431
|
+
*/
|
|
18432
|
+
analyticsControllerGetModuleInstallationKpis(gameServerId: string, moduleId: string, startDate?: string, endDate?: string, period?: AnalyticsControllerGetModuleInstallationKpisPeriodEnum, options?: RawAxiosRequestConfig): AxiosPromise<ModuleInstallationKpisDTOAPI>;
|
|
18070
18433
|
/**
|
|
18071
18434
|
* Unified failure leaderboard across all module-item types (hooks, crons, commands, shop actions). Each row carries a `type` discriminator alongside runs, failures, and failure rate. Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetModuleItemFailureLeaderboard`
|
|
18072
18435
|
* @summary Get module item failure aggregate
|
|
@@ -18459,6 +18822,19 @@ export declare class AnalyticsApi extends BaseAPI {
|
|
|
18459
18822
|
* @memberof AnalyticsApi
|
|
18460
18823
|
*/
|
|
18461
18824
|
analyticsControllerGetModuleHealth(startDate?: string, endDate?: string, gameServerId?: string, period?: AnalyticsControllerGetModuleHealthPeriodEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ModuleHealthEntryDTOAPI, any>>;
|
|
18825
|
+
/**
|
|
18826
|
+
* Runs, failures and success rate for one module on one game server. Both gameServerId and moduleId are required. Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetModuleInstallationKpis`
|
|
18827
|
+
* @summary Get per-installation module KPIs
|
|
18828
|
+
* @param {string} gameServerId
|
|
18829
|
+
* @param {string} moduleId
|
|
18830
|
+
* @param {string} [startDate]
|
|
18831
|
+
* @param {string} [endDate]
|
|
18832
|
+
* @param {AnalyticsControllerGetModuleInstallationKpisPeriodEnum} [period]
|
|
18833
|
+
* @param {*} [options] Override http request option.
|
|
18834
|
+
* @throws {RequiredError}
|
|
18835
|
+
* @memberof AnalyticsApi
|
|
18836
|
+
*/
|
|
18837
|
+
analyticsControllerGetModuleInstallationKpis(gameServerId: string, moduleId: string, startDate?: string, endDate?: string, period?: AnalyticsControllerGetModuleInstallationKpisPeriodEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ModuleInstallationKpisDTOAPI, any>>;
|
|
18462
18838
|
/**
|
|
18463
18839
|
* Unified failure leaderboard across all module-item types (hooks, crons, commands, shop actions). Each row carries a `type` discriminator alongside runs, failures, and failure rate. Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetModuleItemFailureLeaderboard`
|
|
18464
18840
|
* @summary Get module item failure aggregate
|
|
@@ -18832,6 +19208,16 @@ export declare const AnalyticsControllerGetModuleHealthPeriodEnum: {
|
|
|
18832
19208
|
readonly _90d: "90d";
|
|
18833
19209
|
};
|
|
18834
19210
|
export type AnalyticsControllerGetModuleHealthPeriodEnum = (typeof AnalyticsControllerGetModuleHealthPeriodEnum)[keyof typeof AnalyticsControllerGetModuleHealthPeriodEnum];
|
|
19211
|
+
/**
|
|
19212
|
+
* @export
|
|
19213
|
+
*/
|
|
19214
|
+
export declare const AnalyticsControllerGetModuleInstallationKpisPeriodEnum: {
|
|
19215
|
+
readonly _24h: "24h";
|
|
19216
|
+
readonly _7d: "7d";
|
|
19217
|
+
readonly _30d: "30d";
|
|
19218
|
+
readonly _90d: "90d";
|
|
19219
|
+
};
|
|
19220
|
+
export type AnalyticsControllerGetModuleInstallationKpisPeriodEnum = (typeof AnalyticsControllerGetModuleInstallationKpisPeriodEnum)[keyof typeof AnalyticsControllerGetModuleInstallationKpisPeriodEnum];
|
|
18835
19221
|
/**
|
|
18836
19222
|
* @export
|
|
18837
19223
|
*/
|
|
@@ -19042,6 +19428,156 @@ export declare const AnalyticsControllerGetTopServersPeriodEnum: {
|
|
|
19042
19428
|
readonly _90d: "90d";
|
|
19043
19429
|
};
|
|
19044
19430
|
export type AnalyticsControllerGetTopServersPeriodEnum = (typeof AnalyticsControllerGetTopServersPeriodEnum)[keyof typeof AnalyticsControllerGetTopServersPeriodEnum];
|
|
19431
|
+
/**
|
|
19432
|
+
* AuthApi - axios parameter creator
|
|
19433
|
+
* @export
|
|
19434
|
+
*/
|
|
19435
|
+
export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
19436
|
+
/**
|
|
19437
|
+
* <br> OperationId: `AuthControllerAccount`
|
|
19438
|
+
* @summary Account
|
|
19439
|
+
* @param {*} [options] Override http request option.
|
|
19440
|
+
* @throws {RequiredError}
|
|
19441
|
+
*/
|
|
19442
|
+
authControllerAccount: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19443
|
+
/**
|
|
19444
|
+
* <br> OperationId: `AuthControllerCallback`
|
|
19445
|
+
* @summary Callback
|
|
19446
|
+
* @param {*} [options] Override http request option.
|
|
19447
|
+
* @throws {RequiredError}
|
|
19448
|
+
*/
|
|
19449
|
+
authControllerCallback: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19450
|
+
/**
|
|
19451
|
+
* <br> OperationId: `AuthControllerLogin`
|
|
19452
|
+
* @summary Login
|
|
19453
|
+
* @param {string} [redirect]
|
|
19454
|
+
* @param {*} [options] Override http request option.
|
|
19455
|
+
* @throws {RequiredError}
|
|
19456
|
+
*/
|
|
19457
|
+
authControllerLogin: (redirect?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19458
|
+
/**
|
|
19459
|
+
* <br> OperationId: `AuthControllerLogout`
|
|
19460
|
+
* @summary Logout
|
|
19461
|
+
* @param {string} [redirect]
|
|
19462
|
+
* @param {*} [options] Override http request option.
|
|
19463
|
+
* @throws {RequiredError}
|
|
19464
|
+
*/
|
|
19465
|
+
authControllerLogout: (redirect?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19466
|
+
};
|
|
19467
|
+
/**
|
|
19468
|
+
* AuthApi - functional programming interface
|
|
19469
|
+
* @export
|
|
19470
|
+
*/
|
|
19471
|
+
export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
19472
|
+
/**
|
|
19473
|
+
* <br> OperationId: `AuthControllerAccount`
|
|
19474
|
+
* @summary Account
|
|
19475
|
+
* @param {*} [options] Override http request option.
|
|
19476
|
+
* @throws {RequiredError}
|
|
19477
|
+
*/
|
|
19478
|
+
authControllerAccount(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
19479
|
+
/**
|
|
19480
|
+
* <br> OperationId: `AuthControllerCallback`
|
|
19481
|
+
* @summary Callback
|
|
19482
|
+
* @param {*} [options] Override http request option.
|
|
19483
|
+
* @throws {RequiredError}
|
|
19484
|
+
*/
|
|
19485
|
+
authControllerCallback(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
19486
|
+
/**
|
|
19487
|
+
* <br> OperationId: `AuthControllerLogin`
|
|
19488
|
+
* @summary Login
|
|
19489
|
+
* @param {string} [redirect]
|
|
19490
|
+
* @param {*} [options] Override http request option.
|
|
19491
|
+
* @throws {RequiredError}
|
|
19492
|
+
*/
|
|
19493
|
+
authControllerLogin(redirect?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
19494
|
+
/**
|
|
19495
|
+
* <br> OperationId: `AuthControllerLogout`
|
|
19496
|
+
* @summary Logout
|
|
19497
|
+
* @param {string} [redirect]
|
|
19498
|
+
* @param {*} [options] Override http request option.
|
|
19499
|
+
* @throws {RequiredError}
|
|
19500
|
+
*/
|
|
19501
|
+
authControllerLogout(redirect?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
19502
|
+
};
|
|
19503
|
+
/**
|
|
19504
|
+
* AuthApi - factory interface
|
|
19505
|
+
* @export
|
|
19506
|
+
*/
|
|
19507
|
+
export declare const AuthApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
19508
|
+
/**
|
|
19509
|
+
* <br> OperationId: `AuthControllerAccount`
|
|
19510
|
+
* @summary Account
|
|
19511
|
+
* @param {*} [options] Override http request option.
|
|
19512
|
+
* @throws {RequiredError}
|
|
19513
|
+
*/
|
|
19514
|
+
authControllerAccount(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
19515
|
+
/**
|
|
19516
|
+
* <br> OperationId: `AuthControllerCallback`
|
|
19517
|
+
* @summary Callback
|
|
19518
|
+
* @param {*} [options] Override http request option.
|
|
19519
|
+
* @throws {RequiredError}
|
|
19520
|
+
*/
|
|
19521
|
+
authControllerCallback(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
19522
|
+
/**
|
|
19523
|
+
* <br> OperationId: `AuthControllerLogin`
|
|
19524
|
+
* @summary Login
|
|
19525
|
+
* @param {string} [redirect]
|
|
19526
|
+
* @param {*} [options] Override http request option.
|
|
19527
|
+
* @throws {RequiredError}
|
|
19528
|
+
*/
|
|
19529
|
+
authControllerLogin(redirect?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
19530
|
+
/**
|
|
19531
|
+
* <br> OperationId: `AuthControllerLogout`
|
|
19532
|
+
* @summary Logout
|
|
19533
|
+
* @param {string} [redirect]
|
|
19534
|
+
* @param {*} [options] Override http request option.
|
|
19535
|
+
* @throws {RequiredError}
|
|
19536
|
+
*/
|
|
19537
|
+
authControllerLogout(redirect?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
19538
|
+
};
|
|
19539
|
+
/**
|
|
19540
|
+
* AuthApi - object-oriented interface
|
|
19541
|
+
* @export
|
|
19542
|
+
* @class AuthApi
|
|
19543
|
+
* @extends {BaseAPI}
|
|
19544
|
+
*/
|
|
19545
|
+
export declare class AuthApi extends BaseAPI {
|
|
19546
|
+
/**
|
|
19547
|
+
* <br> OperationId: `AuthControllerAccount`
|
|
19548
|
+
* @summary Account
|
|
19549
|
+
* @param {*} [options] Override http request option.
|
|
19550
|
+
* @throws {RequiredError}
|
|
19551
|
+
* @memberof AuthApi
|
|
19552
|
+
*/
|
|
19553
|
+
authControllerAccount(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
19554
|
+
/**
|
|
19555
|
+
* <br> OperationId: `AuthControllerCallback`
|
|
19556
|
+
* @summary Callback
|
|
19557
|
+
* @param {*} [options] Override http request option.
|
|
19558
|
+
* @throws {RequiredError}
|
|
19559
|
+
* @memberof AuthApi
|
|
19560
|
+
*/
|
|
19561
|
+
authControllerCallback(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
19562
|
+
/**
|
|
19563
|
+
* <br> OperationId: `AuthControllerLogin`
|
|
19564
|
+
* @summary Login
|
|
19565
|
+
* @param {string} [redirect]
|
|
19566
|
+
* @param {*} [options] Override http request option.
|
|
19567
|
+
* @throws {RequiredError}
|
|
19568
|
+
* @memberof AuthApi
|
|
19569
|
+
*/
|
|
19570
|
+
authControllerLogin(redirect?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
19571
|
+
/**
|
|
19572
|
+
* <br> OperationId: `AuthControllerLogout`
|
|
19573
|
+
* @summary Logout
|
|
19574
|
+
* @param {string} [redirect]
|
|
19575
|
+
* @param {*} [options] Override http request option.
|
|
19576
|
+
* @throws {RequiredError}
|
|
19577
|
+
* @memberof AuthApi
|
|
19578
|
+
*/
|
|
19579
|
+
authControllerLogout(redirect?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
19580
|
+
}
|
|
19045
19581
|
/**
|
|
19046
19582
|
* CommandApi - axios parameter creator
|
|
19047
19583
|
* @export
|
|
@@ -25357,6 +25893,131 @@ export declare class ShopOrderApi extends BaseAPI {
|
|
|
25357
25893
|
*/
|
|
25358
25894
|
shopOrderControllerSearch(shopOrderSearchInputDTO?: ShopOrderSearchInputDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShopOrderOutputArrayDTOAPI, any>>;
|
|
25359
25895
|
}
|
|
25896
|
+
/**
|
|
25897
|
+
* StorefrontConfigApi - axios parameter creator
|
|
25898
|
+
* @export
|
|
25899
|
+
*/
|
|
25900
|
+
export declare const StorefrontConfigApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
25901
|
+
/**
|
|
25902
|
+
* Get the effective storefront configuration for a game server. Returns defaults when no config row exists. Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `StorefrontConfigControllerGetEffectiveConfig`
|
|
25903
|
+
* @summary Get effective config
|
|
25904
|
+
* @param {string} gameServerId
|
|
25905
|
+
* @param {*} [options] Override http request option.
|
|
25906
|
+
* @throws {RequiredError}
|
|
25907
|
+
*/
|
|
25908
|
+
storefrontConfigControllerGetEffectiveConfig: (gameServerId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
25909
|
+
/**
|
|
25910
|
+
* List all available storefront templates with their variable schemas. Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `StorefrontConfigControllerListTemplates`
|
|
25911
|
+
* @summary List templates
|
|
25912
|
+
* @param {*} [options] Override http request option.
|
|
25913
|
+
* @throws {RequiredError}
|
|
25914
|
+
*/
|
|
25915
|
+
storefrontConfigControllerListTemplates: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
25916
|
+
/**
|
|
25917
|
+
* Set the storefront configuration for a game server. Validates the template id and values against the template schema. Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `StorefrontConfigControllerSetConfig`
|
|
25918
|
+
* @summary Set config
|
|
25919
|
+
* @param {string} gameServerId
|
|
25920
|
+
* @param {StorefrontConfigUpsertBody} [storefrontConfigUpsertBody] StorefrontConfigUpsertBody
|
|
25921
|
+
* @param {*} [options] Override http request option.
|
|
25922
|
+
* @throws {RequiredError}
|
|
25923
|
+
*/
|
|
25924
|
+
storefrontConfigControllerSetConfig: (gameServerId: string, storefrontConfigUpsertBody?: StorefrontConfigUpsertBody, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
25925
|
+
};
|
|
25926
|
+
/**
|
|
25927
|
+
* StorefrontConfigApi - functional programming interface
|
|
25928
|
+
* @export
|
|
25929
|
+
*/
|
|
25930
|
+
export declare const StorefrontConfigApiFp: (configuration?: Configuration) => {
|
|
25931
|
+
/**
|
|
25932
|
+
* Get the effective storefront configuration for a game server. Returns defaults when no config row exists. Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `StorefrontConfigControllerGetEffectiveConfig`
|
|
25933
|
+
* @summary Get effective config
|
|
25934
|
+
* @param {string} gameServerId
|
|
25935
|
+
* @param {*} [options] Override http request option.
|
|
25936
|
+
* @throws {RequiredError}
|
|
25937
|
+
*/
|
|
25938
|
+
storefrontConfigControllerGetEffectiveConfig(gameServerId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EffectiveStorefrontConfigOutputDTOAPI>>;
|
|
25939
|
+
/**
|
|
25940
|
+
* List all available storefront templates with their variable schemas. Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `StorefrontConfigControllerListTemplates`
|
|
25941
|
+
* @summary List templates
|
|
25942
|
+
* @param {*} [options] Override http request option.
|
|
25943
|
+
* @throws {RequiredError}
|
|
25944
|
+
*/
|
|
25945
|
+
storefrontConfigControllerListTemplates(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<StorefrontTemplateOutputArrayDTOAPI>>;
|
|
25946
|
+
/**
|
|
25947
|
+
* Set the storefront configuration for a game server. Validates the template id and values against the template schema. Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `StorefrontConfigControllerSetConfig`
|
|
25948
|
+
* @summary Set config
|
|
25949
|
+
* @param {string} gameServerId
|
|
25950
|
+
* @param {StorefrontConfigUpsertBody} [storefrontConfigUpsertBody] StorefrontConfigUpsertBody
|
|
25951
|
+
* @param {*} [options] Override http request option.
|
|
25952
|
+
* @throws {RequiredError}
|
|
25953
|
+
*/
|
|
25954
|
+
storefrontConfigControllerSetConfig(gameServerId: string, storefrontConfigUpsertBody?: StorefrontConfigUpsertBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EffectiveStorefrontConfigOutputDTOAPI>>;
|
|
25955
|
+
};
|
|
25956
|
+
/**
|
|
25957
|
+
* StorefrontConfigApi - factory interface
|
|
25958
|
+
* @export
|
|
25959
|
+
*/
|
|
25960
|
+
export declare const StorefrontConfigApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
25961
|
+
/**
|
|
25962
|
+
* Get the effective storefront configuration for a game server. Returns defaults when no config row exists. Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `StorefrontConfigControllerGetEffectiveConfig`
|
|
25963
|
+
* @summary Get effective config
|
|
25964
|
+
* @param {string} gameServerId
|
|
25965
|
+
* @param {*} [options] Override http request option.
|
|
25966
|
+
* @throws {RequiredError}
|
|
25967
|
+
*/
|
|
25968
|
+
storefrontConfigControllerGetEffectiveConfig(gameServerId: string, options?: RawAxiosRequestConfig): AxiosPromise<EffectiveStorefrontConfigOutputDTOAPI>;
|
|
25969
|
+
/**
|
|
25970
|
+
* List all available storefront templates with their variable schemas. Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `StorefrontConfigControllerListTemplates`
|
|
25971
|
+
* @summary List templates
|
|
25972
|
+
* @param {*} [options] Override http request option.
|
|
25973
|
+
* @throws {RequiredError}
|
|
25974
|
+
*/
|
|
25975
|
+
storefrontConfigControllerListTemplates(options?: RawAxiosRequestConfig): AxiosPromise<StorefrontTemplateOutputArrayDTOAPI>;
|
|
25976
|
+
/**
|
|
25977
|
+
* Set the storefront configuration for a game server. Validates the template id and values against the template schema. Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `StorefrontConfigControllerSetConfig`
|
|
25978
|
+
* @summary Set config
|
|
25979
|
+
* @param {string} gameServerId
|
|
25980
|
+
* @param {StorefrontConfigUpsertBody} [storefrontConfigUpsertBody] StorefrontConfigUpsertBody
|
|
25981
|
+
* @param {*} [options] Override http request option.
|
|
25982
|
+
* @throws {RequiredError}
|
|
25983
|
+
*/
|
|
25984
|
+
storefrontConfigControllerSetConfig(gameServerId: string, storefrontConfigUpsertBody?: StorefrontConfigUpsertBody, options?: RawAxiosRequestConfig): AxiosPromise<EffectiveStorefrontConfigOutputDTOAPI>;
|
|
25985
|
+
};
|
|
25986
|
+
/**
|
|
25987
|
+
* StorefrontConfigApi - object-oriented interface
|
|
25988
|
+
* @export
|
|
25989
|
+
* @class StorefrontConfigApi
|
|
25990
|
+
* @extends {BaseAPI}
|
|
25991
|
+
*/
|
|
25992
|
+
export declare class StorefrontConfigApi extends BaseAPI {
|
|
25993
|
+
/**
|
|
25994
|
+
* Get the effective storefront configuration for a game server. Returns defaults when no config row exists. Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `StorefrontConfigControllerGetEffectiveConfig`
|
|
25995
|
+
* @summary Get effective config
|
|
25996
|
+
* @param {string} gameServerId
|
|
25997
|
+
* @param {*} [options] Override http request option.
|
|
25998
|
+
* @throws {RequiredError}
|
|
25999
|
+
* @memberof StorefrontConfigApi
|
|
26000
|
+
*/
|
|
26001
|
+
storefrontConfigControllerGetEffectiveConfig(gameServerId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EffectiveStorefrontConfigOutputDTOAPI, any>>;
|
|
26002
|
+
/**
|
|
26003
|
+
* List all available storefront templates with their variable schemas. Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `StorefrontConfigControllerListTemplates`
|
|
26004
|
+
* @summary List templates
|
|
26005
|
+
* @param {*} [options] Override http request option.
|
|
26006
|
+
* @throws {RequiredError}
|
|
26007
|
+
* @memberof StorefrontConfigApi
|
|
26008
|
+
*/
|
|
26009
|
+
storefrontConfigControllerListTemplates(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<StorefrontTemplateOutputArrayDTOAPI, any>>;
|
|
26010
|
+
/**
|
|
26011
|
+
* Set the storefront configuration for a game server. Validates the template id and values against the template schema. Required permissions: `MANAGE_SHOP_LISTINGS`<br> OperationId: `StorefrontConfigControllerSetConfig`
|
|
26012
|
+
* @summary Set config
|
|
26013
|
+
* @param {string} gameServerId
|
|
26014
|
+
* @param {StorefrontConfigUpsertBody} [storefrontConfigUpsertBody] StorefrontConfigUpsertBody
|
|
26015
|
+
* @param {*} [options] Override http request option.
|
|
26016
|
+
* @throws {RequiredError}
|
|
26017
|
+
* @memberof StorefrontConfigApi
|
|
26018
|
+
*/
|
|
26019
|
+
storefrontConfigControllerSetConfig(gameServerId: string, storefrontConfigUpsertBody?: StorefrontConfigUpsertBody, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EffectiveStorefrontConfigOutputDTOAPI, any>>;
|
|
26020
|
+
}
|
|
25360
26021
|
/**
|
|
25361
26022
|
* TrackingApi - axios parameter creator
|
|
25362
26023
|
* @export
|