@takaro/apiclient 0.0.0-dev.ec6d0e0 → 0.0.0-dev.ecf85d0
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/package.json
CHANGED
package/src/generated/api.ts
CHANGED
|
@@ -2264,6 +2264,18 @@ export interface DomainCreateInputDTO {
|
|
|
2264
2264
|
* @memberof DomainCreateInputDTO
|
|
2265
2265
|
*/
|
|
2266
2266
|
maxFunctionsInModule?: number;
|
|
2267
|
+
/**
|
|
2268
|
+
*
|
|
2269
|
+
* @type {number}
|
|
2270
|
+
* @memberof DomainCreateInputDTO
|
|
2271
|
+
*/
|
|
2272
|
+
maxCustomRoles?: number;
|
|
2273
|
+
/**
|
|
2274
|
+
*
|
|
2275
|
+
* @type {number}
|
|
2276
|
+
* @memberof DomainCreateInputDTO
|
|
2277
|
+
*/
|
|
2278
|
+
maxDiscordLinkedRoles?: number;
|
|
2267
2279
|
}
|
|
2268
2280
|
|
|
2269
2281
|
export const DomainCreateInputDTOStateEnum = {
|
|
@@ -2422,6 +2434,18 @@ export interface DomainOutputDTO {
|
|
|
2422
2434
|
* @memberof DomainOutputDTO
|
|
2423
2435
|
*/
|
|
2424
2436
|
maxFunctionsInModule: number;
|
|
2437
|
+
/**
|
|
2438
|
+
*
|
|
2439
|
+
* @type {number}
|
|
2440
|
+
* @memberof DomainOutputDTO
|
|
2441
|
+
*/
|
|
2442
|
+
maxCustomRoles: number;
|
|
2443
|
+
/**
|
|
2444
|
+
*
|
|
2445
|
+
* @type {number}
|
|
2446
|
+
* @memberof DomainOutputDTO
|
|
2447
|
+
*/
|
|
2448
|
+
maxDiscordLinkedRoles: number;
|
|
2425
2449
|
/**
|
|
2426
2450
|
*
|
|
2427
2451
|
* @type {string}
|
|
@@ -2653,6 +2677,18 @@ export interface DomainUpdateInputDTO {
|
|
|
2653
2677
|
* @memberof DomainUpdateInputDTO
|
|
2654
2678
|
*/
|
|
2655
2679
|
maxFunctionsInModule?: number;
|
|
2680
|
+
/**
|
|
2681
|
+
*
|
|
2682
|
+
* @type {number}
|
|
2683
|
+
* @memberof DomainUpdateInputDTO
|
|
2684
|
+
*/
|
|
2685
|
+
maxCustomRoles?: number;
|
|
2686
|
+
/**
|
|
2687
|
+
*
|
|
2688
|
+
* @type {number}
|
|
2689
|
+
* @memberof DomainUpdateInputDTO
|
|
2690
|
+
*/
|
|
2691
|
+
maxDiscordLinkedRoles?: number;
|
|
2656
2692
|
}
|
|
2657
2693
|
|
|
2658
2694
|
export const DomainUpdateInputDTOStateEnum = {
|
|
@@ -13360,7 +13396,7 @@ export interface RoleUpdateInputDTO {
|
|
|
13360
13396
|
* @type {string}
|
|
13361
13397
|
* @memberof RoleUpdateInputDTO
|
|
13362
13398
|
*/
|
|
13363
|
-
linkedDiscordRoleId?: string;
|
|
13399
|
+
linkedDiscordRoleId?: string | null;
|
|
13364
13400
|
}
|
|
13365
13401
|
/**
|
|
13366
13402
|
*
|
|
@@ -19113,7 +19149,7 @@ export const AnalyticsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
19113
19149
|
};
|
|
19114
19150
|
},
|
|
19115
19151
|
/**
|
|
19116
|
-
* Normalized 0-1 scores across
|
|
19152
|
+
* Normalized 0-1 scores across six dimensions per top module for radar visualization. Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetModuleHealth`
|
|
19117
19153
|
* @summary Get module health scores
|
|
19118
19154
|
* @param {string} [startDate]
|
|
19119
19155
|
* @param {string} [endDate]
|
|
@@ -20300,7 +20336,7 @@ export const AnalyticsApiAxiosParamCreator = function (configuration?: Configura
|
|
|
20300
20336
|
},
|
|
20301
20337
|
/**
|
|
20302
20338
|
* Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetTopModulesByVolume`
|
|
20303
|
-
* @summary Get top modules by
|
|
20339
|
+
* @summary Get top modules by execution volume
|
|
20304
20340
|
* @param {string} [startDate]
|
|
20305
20341
|
* @param {string} [endDate]
|
|
20306
20342
|
* @param {string} [gameServerId]
|
|
@@ -20834,7 +20870,7 @@ export const AnalyticsApiFp = function (configuration?: Configuration) {
|
|
|
20834
20870
|
)(axios, localVarOperationServerBasePath || basePath);
|
|
20835
20871
|
},
|
|
20836
20872
|
/**
|
|
20837
|
-
* Normalized 0-1 scores across
|
|
20873
|
+
* Normalized 0-1 scores across six dimensions per top module for radar visualization. Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetModuleHealth`
|
|
20838
20874
|
* @summary Get module health scores
|
|
20839
20875
|
* @param {string} [startDate]
|
|
20840
20876
|
* @param {string} [endDate]
|
|
@@ -21586,7 +21622,7 @@ export const AnalyticsApiFp = function (configuration?: Configuration) {
|
|
|
21586
21622
|
},
|
|
21587
21623
|
/**
|
|
21588
21624
|
* Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetTopModulesByVolume`
|
|
21589
|
-
* @summary Get top modules by
|
|
21625
|
+
* @summary Get top modules by execution volume
|
|
21590
21626
|
* @param {string} [startDate]
|
|
21591
21627
|
* @param {string} [endDate]
|
|
21592
21628
|
* @param {string} [gameServerId]
|
|
@@ -21908,7 +21944,7 @@ export const AnalyticsApiFactory = function (configuration?: Configuration, base
|
|
|
21908
21944
|
.then((request) => request(axios, basePath));
|
|
21909
21945
|
},
|
|
21910
21946
|
/**
|
|
21911
|
-
* Normalized 0-1 scores across
|
|
21947
|
+
* Normalized 0-1 scores across six dimensions per top module for radar visualization. Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetModuleHealth`
|
|
21912
21948
|
* @summary Get module health scores
|
|
21913
21949
|
* @param {string} [startDate]
|
|
21914
21950
|
* @param {string} [endDate]
|
|
@@ -22352,7 +22388,7 @@ export const AnalyticsApiFactory = function (configuration?: Configuration, base
|
|
|
22352
22388
|
},
|
|
22353
22389
|
/**
|
|
22354
22390
|
* Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetTopModulesByVolume`
|
|
22355
|
-
* @summary Get top modules by
|
|
22391
|
+
* @summary Get top modules by execution volume
|
|
22356
22392
|
* @param {string} [startDate]
|
|
22357
22393
|
* @param {string} [endDate]
|
|
22358
22394
|
* @param {string} [gameServerId]
|
|
@@ -22671,7 +22707,7 @@ export class AnalyticsApi extends BaseAPI {
|
|
|
22671
22707
|
}
|
|
22672
22708
|
|
|
22673
22709
|
/**
|
|
22674
|
-
* Normalized 0-1 scores across
|
|
22710
|
+
* Normalized 0-1 scores across six dimensions per top module for radar visualization. Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetModuleHealth`
|
|
22675
22711
|
* @summary Get module health scores
|
|
22676
22712
|
* @param {string} [startDate]
|
|
22677
22713
|
* @param {string} [endDate]
|
|
@@ -23157,7 +23193,7 @@ export class AnalyticsApi extends BaseAPI {
|
|
|
23157
23193
|
|
|
23158
23194
|
/**
|
|
23159
23195
|
* Required permissions: `READ_EVENTS`<br> OperationId: `AnalyticsControllerGetTopModulesByVolume`
|
|
23160
|
-
* @summary Get top modules by
|
|
23196
|
+
* @summary Get top modules by execution volume
|
|
23161
23197
|
* @param {string} [startDate]
|
|
23162
23198
|
* @param {string} [endDate]
|
|
23163
23199
|
* @param {string} [gameServerId]
|