@rebornteam/reborn-api 3.2.1 → 4.5.0
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/.openapi-generator/FILES +70 -4
- package/README.md +103 -8
- package/api.ts +4362 -455
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2735 -394
- package/dist/api.js +3171 -444
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +2735 -394
- package/dist/esm/api.js +3146 -439
- package/dist/esm/base.d.ts +1 -1
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -1
- package/dist/esm/configuration.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AdminAltAccount.md +27 -0
- package/docs/AdminAltExemption.md +31 -0
- package/docs/AdminAltGraph.md +27 -0
- package/docs/AdminAltGraphEdge.md +25 -0
- package/docs/AdminAltGraphNode.md +29 -0
- package/docs/AdminApplyPunishmentResult.md +4 -4
- package/docs/AdminAsyncJob.md +49 -0
- package/docs/AdminAsyncJobArtifactMeta.md +23 -0
- package/docs/AdminAsyncJobStartResponse.md +21 -0
- package/docs/AdminAuditLogApi.md +141 -0
- package/docs/AdminAuditLogEntry.md +33 -0
- package/docs/AdminBulkRevokeRequest.md +25 -0
- package/docs/AdminBulkRevokeResponse.md +21 -0
- package/docs/AdminConnectionCheckResult.md +4 -0
- package/docs/AdminConnectionsApi.md +154 -39
- package/docs/AdminCreateAltExemptionRequest.md +23 -0
- package/docs/AdminCreatePlayerNoteRequest.md +21 -0
- package/docs/AdminDashboardConnectionResponse.md +4 -2
- package/docs/AdminJobsApi.md +230 -0
- package/docs/AdminPlayerDetailResponse.md +4 -4
- package/docs/AdminPlayerNote.md +31 -0
- package/docs/AdminPlayerPunishmentResponse.md +51 -0
- package/docs/AdminPlayerReport.md +39 -0
- package/docs/AdminPlayerSession.md +31 -0
- package/docs/AdminPlayerSessionStats.md +29 -0
- package/docs/AdminPlayerSummary.md +2 -4
- package/docs/AdminPlayersApi.md +1043 -19
- package/docs/AdminPunishmentEvaluation.md +4 -8
- package/docs/AdminPunishmentTargets.md +23 -0
- package/docs/AdminPunishmentsApi.md +179 -21
- package/docs/AdminReportTarget.md +23 -0
- package/docs/AdminReportsApi.md +123 -0
- package/docs/AdminResolveReportRequest.md +21 -0
- package/docs/AdminSetAggressiveModeImmunityRequest.md +21 -0
- package/docs/AdminTrustFactorBreakdown.md +61 -0
- package/docs/AdminTrustFactorHistoryEntry.md +23 -0
- package/docs/AdminTrustFactorImpact.md +23 -0
- package/docs/AdminUpdatePunishmentRequest.md +35 -0
- package/docs/ChatApi.md +4 -4
- package/docs/ConnectionApi.md +4 -4
- package/docs/ConnectionGetConnectionDetailsResponse.md +5 -1
- package/docs/ConnectionResult.md +1 -1
- package/docs/CreateReportRequest.md +27 -0
- package/docs/CreateReportResponse.md +23 -0
- package/docs/CursoredPageAdminAuditLogEntry.md +38 -0
- package/docs/CursoredPageable.md +30 -0
- package/docs/JobStatus.md +17 -0
- package/docs/PageAdminAltAccount.md +36 -0
- package/docs/PageAdminAltExemption.md +36 -0
- package/docs/PageAdminAsyncJob.md +36 -0
- package/docs/PageAdminAuditLogEntry.md +36 -0
- package/docs/PageAdminDashboardConnectionResponse.md +36 -0
- package/docs/PageAdminPlayerNote.md +36 -0
- package/docs/PageAdminPlayerPunishmentResponse.md +36 -0
- package/docs/PageAdminPlayerReport.md +36 -0
- package/docs/PageAdminPlayerSession.md +36 -0
- package/docs/PageAdminPlayerSummary.md +36 -0
- package/docs/PageAdminPunishmentListItem.md +36 -0
- package/docs/PagePunishmentGetPunishmentResponse.md +36 -0
- package/docs/Pageable.md +28 -0
- package/docs/PageableMode.md +12 -0
- package/docs/PlayerGetPlayerInformation.md +5 -3
- package/docs/PlayerSessionEndRequest.md +23 -0
- package/docs/PlayerSessionStartRequest.md +27 -0
- package/docs/PlayerSessionStartResponse.md +51 -0
- package/docs/PlayerSessionsApi.md +116 -0
- package/docs/PunishmentApi.md +22 -24
- package/docs/PunishmentSource.md +11 -0
- package/docs/PunishmentType.md +1 -0
- package/docs/ReportApi.md +64 -0
- package/docs/ReportCategory.md +17 -0
- package/docs/SliceAdminAltAccount.md +32 -0
- package/docs/SliceAdminAltExemption.md +32 -0
- package/docs/SliceAdminAsyncJob.md +32 -0
- package/docs/SliceAdminAuditLogEntry.md +32 -0
- package/docs/SliceAdminDashboardConnectionResponse.md +32 -0
- package/docs/SliceAdminPlayerNote.md +32 -0
- package/docs/SliceAdminPlayerPunishmentResponse.md +32 -0
- package/docs/SliceAdminPlayerReport.md +32 -0
- package/docs/SliceAdminPlayerSession.md +32 -0
- package/docs/SliceAdminPlayerSummary.md +32 -0
- package/docs/SliceAdminPunishmentListItem.md +32 -0
- package/docs/SlicePunishmentGetPunishmentResponse.md +32 -0
- package/docs/Sort.md +20 -0
- package/docs/SortOrder.md +26 -0
- package/docs/SortOrderDirection.md +10 -0
- package/index.ts +1 -1
- package/package.json +1 -1
- package/docs/AdminBackfillLocationResponse.md +0 -25
- package/docs/AdminPagedConnectionResponse.md +0 -29
- package/docs/AdminPagedPlayerResponse.md +0 -29
- package/docs/AdminPagedPunishmentResponse.md +0 -29
package/docs/ConnectionApi.md
CHANGED
|
@@ -4,12 +4,12 @@ All URIs are relative to *https://api.smsh.sh*
|
|
|
4
4
|
|
|
5
5
|
|Method | HTTP request | Description|
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
|
-
|[**getConnectionDetails**](#getconnectiondetails) | **GET** /v1/connection/get-connection-details/{ip} | Check Connection and Detect VPN/Proxy|
|
|
7
|
+
|[**getConnectionDetails**](#getconnectiondetails) | **GET** /v1/connection/get-connection-details/{ip} | Check Connection and Detect VPN/Proxy (DEPRECATED for player-join use)|
|
|
8
8
|
|
|
9
9
|
# **getConnectionDetails**
|
|
10
10
|
> ConnectionGetConnectionDetailsResponse getConnectionDetails()
|
|
11
11
|
|
|
12
|
-
Performs comprehensive analysis of an IPv4 address to detect VPN, proxy, or suspicious connections. **Features:** - Multi-provider VPN/proxy detection with aggregated confidence scoring - Approximate geolocation lookup (city and country) - Connection bypass status and expiration tracking - Optional player UUID association for connection history **Use Cases:** - Prevent VPN/proxy usage during player authentication - Track player connection history across sessions - Implement temporary bypass systems for false positives - Monitor suspicious connection patterns **Query Parameters:** - `force_recheck`: Bypass cache and re-run all detection services - `associate_uuid`: Link this IP to a player UUID and return player info **Caching:** Results are cached unless `force_recheck=true` is specified, reducing API costs and improving response times.
|
|
12
|
+
**DEPRECATED for game-server player-join flows.** Use `POST /v1/player-session/start` instead — it runs the same authorization check AND opens the player_session row in a single round-trip, returning the same connection / player / punishment context plus aggregate session stats. This endpoint remains available for admin and debugging scenarios where you want to inspect a connection\'s state without opening a session (e.g. one-off lookups, batch sweeps, support troubleshooting). Performs comprehensive analysis of an IPv4 address to detect VPN, proxy, or suspicious connections. **Features:** - Multi-provider VPN/proxy detection with aggregated confidence scoring - Approximate geolocation lookup (city and country) - Connection bypass status and expiration tracking - Optional player UUID association for connection history **Use Cases:** - Prevent VPN/proxy usage during player authentication - Track player connection history across sessions - Implement temporary bypass systems for false positives - Monitor suspicious connection patterns **Query Parameters:** - `force_recheck`: Bypass cache and re-run all detection services - `associate_uuid`: Link this IP to a player UUID and return player info **Caching:** Results are cached unless `force_recheck=true` is specified, reducing API costs and improving response times.
|
|
13
13
|
|
|
14
14
|
### Example
|
|
15
15
|
|
|
@@ -23,7 +23,7 @@ const configuration = new Configuration();
|
|
|
23
23
|
const apiInstance = new ConnectionApi(configuration);
|
|
24
24
|
|
|
25
25
|
let ip: string; //IPv4 address to analyze for VPN/proxy detection and geolocation (default to undefined)
|
|
26
|
-
let forceRecheck: boolean; //When true, bypasses cached results and re-runs all VPN detection services. Use this when you need the most up-to-date analysis or suspect cached data may be stale. Default: false (default to false)
|
|
26
|
+
let forceRecheck: boolean; //When true, bypasses cached results and re-runs all VPN detection services. Use this when you need the most up-to-date analysis or suspect cached data may be stale. Default: false (optional) (default to false)
|
|
27
27
|
let associateUuid: string; //Minecraft player UUID to associate with this IP address. When provided, the API will: - Link this connection to the player\'s history - Update the player\'s username from Mojang API - Return player information (first join status, first login time) in the response - Track connection history for fraud detection This operation is asynchronous and won\'t block the response. (optional) (default to undefined)
|
|
28
28
|
|
|
29
29
|
const { status, data } = await apiInstance.getConnectionDetails(
|
|
@@ -38,7 +38,7 @@ const { status, data } = await apiInstance.getConnectionDetails(
|
|
|
38
38
|
|Name | Type | Description | Notes|
|
|
39
39
|
|------------- | ------------- | ------------- | -------------|
|
|
40
40
|
| **ip** | [**string**] | IPv4 address to analyze for VPN/proxy detection and geolocation | defaults to undefined|
|
|
41
|
-
| **forceRecheck** | [**boolean**] | When true, bypasses cached results and re-runs all VPN detection services. Use this when you need the most up-to-date analysis or suspect cached data may be stale. Default: false | defaults to false|
|
|
41
|
+
| **forceRecheck** | [**boolean**] | When true, bypasses cached results and re-runs all VPN detection services. Use this when you need the most up-to-date analysis or suspect cached data may be stale. Default: false | (optional) defaults to false|
|
|
42
42
|
| **associateUuid** | [**string**] | Minecraft player UUID to associate with this IP address. When provided, the API will: - Link this connection to the player\'s history - Update the player\'s username from Mojang API - Return player information (first join status, first login time) in the response - Track connection history for fraud detection This operation is asynchronous and won\'t block the response. | (optional) defaults to undefined|
|
|
43
43
|
|
|
44
44
|
|
|
@@ -7,7 +7,9 @@ Comprehensive connection analysis response including VPN detection, geolocation,
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**ipAddress** | **string** | The analyzed IPv4 address | [default to undefined]
|
|
10
|
-
**
|
|
10
|
+
**city** | **string** | City reported by the first VPN provider that returned one for this IP. Null for localhost / private IPs or when no provider returned a city. | [optional] [default to undefined]
|
|
11
|
+
**country** | **string** | Country code reported by the first VPN provider that returned one (ISO 3166-1 alpha-2 or alpha-3 depending on provider). | [optional] [default to undefined]
|
|
12
|
+
**approximateLocation** | **string** | **DEPRECATED.** Combined city + country string retained for clients pinned to ≤ 3.6.0. Reads as \"City, COUNTRY\" when both are present, the available one when only one is, null when neither is. Use {@link #city} and {@link #country} directly. | [optional] [default to undefined]
|
|
11
13
|
**percentPositive** | **number** | Confidence score representing the percentage of VPN detection services that flagged this IP as suspicious. Range: 0.0 (clean) to 100.0 (definitely VPN/proxy). | [default to undefined]
|
|
12
14
|
**numberOfChecks** | **number** | Total number of VPN detection services successfully queried during the last check. | [default to undefined]
|
|
13
15
|
**isBypassed** | **boolean** | Indicates if this IP address has been administratively bypassed. | [default to undefined]
|
|
@@ -24,6 +26,8 @@ import { ConnectionGetConnectionDetailsResponse } from '@rebornteam/reborn-api';
|
|
|
24
26
|
|
|
25
27
|
const instance: ConnectionGetConnectionDetailsResponse = {
|
|
26
28
|
ipAddress,
|
|
29
|
+
city,
|
|
30
|
+
country,
|
|
27
31
|
approximateLocation,
|
|
28
32
|
percentPositive,
|
|
29
33
|
numberOfChecks,
|
package/docs/ConnectionResult.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ConnectionResult
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Final allow/deny verdict plus formatted kick message if denied.
|
|
4
4
|
|
|
5
5
|
## Properties
|
|
6
6
|
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# CreateReportRequest
|
|
2
|
+
|
|
3
|
+
Game-server-issued peer report. Sent when a player runs /report in-game. A single report can target multiple players (\"these 3 were griefing together\"); the same reporter resubmitting the EXACT same target set while the prior report is unresolved updates it in place (response\'s deduplicated = true). Any different target set, even an overlapping one, creates a new report.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**reporterUuid** | **string** | Reporter\'s UUID (the player who ran /report) | [default to undefined]
|
|
10
|
+
**reportedUuids** | **Array<string>** | One or more reported player UUIDs. Duplicates within the list are de-duped server-side. The reporter MUST NOT appear in this list. | [default to undefined]
|
|
11
|
+
**category** | [**ReportCategory**](ReportCategory.md) | Category of misconduct. Coarse on purpose — staff refine in triage. | [default to undefined]
|
|
12
|
+
**reason** | **string** | Free-form description from the reporter (1–500 chars) | [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { CreateReportRequest } from '@rebornteam/reborn-api';
|
|
18
|
+
|
|
19
|
+
const instance: CreateReportRequest = {
|
|
20
|
+
reporterUuid,
|
|
21
|
+
reportedUuids,
|
|
22
|
+
category,
|
|
23
|
+
reason,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# CreateReportResponse
|
|
2
|
+
|
|
3
|
+
Acknowledgement that a peer report was accepted by the API.
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**reportId** | **number** | Server-assigned report id | [default to undefined]
|
|
10
|
+
**deduplicated** | **boolean** | True if an active report from this reporter against this target already existed; the row\'s reason/category were updated in place. False on first report. | [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { CreateReportResponse } from '@rebornteam/reborn-api';
|
|
16
|
+
|
|
17
|
+
const instance: CreateReportResponse = {
|
|
18
|
+
reportId,
|
|
19
|
+
deduplicated,
|
|
20
|
+
};
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# CursoredPageAdminAuditLogEntry
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<AdminAuditLogEntry>**](AdminAuditLogEntry.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
**cursors** | **Array<object>** | | [default to undefined]
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import { CursoredPageAdminAuditLogEntry } from '@rebornteam/reborn-api';
|
|
23
|
+
|
|
24
|
+
const instance: CursoredPageAdminAuditLogEntry = {
|
|
25
|
+
content,
|
|
26
|
+
pageable,
|
|
27
|
+
pageNumber,
|
|
28
|
+
offset,
|
|
29
|
+
size,
|
|
30
|
+
empty,
|
|
31
|
+
numberOfElements,
|
|
32
|
+
totalSize,
|
|
33
|
+
totalPages,
|
|
34
|
+
cursors,
|
|
35
|
+
};
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# CursoredPageable
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**orderBy** | [**Array<SortOrder>**](SortOrder.md) | | [default to undefined]
|
|
9
|
+
**number** | **number** | | [default to undefined]
|
|
10
|
+
**size** | **number** | | [default to undefined]
|
|
11
|
+
**mode** | [**PageableMode**](PageableMode.md) | | [default to undefined]
|
|
12
|
+
**sort** | [**Sort**](Sort.md) | | [default to undefined]
|
|
13
|
+
**backward** | **boolean** | | [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { CursoredPageable } from '@rebornteam/reborn-api';
|
|
19
|
+
|
|
20
|
+
const instance: CursoredPageable = {
|
|
21
|
+
orderBy,
|
|
22
|
+
number,
|
|
23
|
+
size,
|
|
24
|
+
mode,
|
|
25
|
+
sort,
|
|
26
|
+
backward,
|
|
27
|
+
};
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# JobStatus
|
|
2
|
+
|
|
3
|
+
Current lifecycle state.
|
|
4
|
+
|
|
5
|
+
## Enum
|
|
6
|
+
|
|
7
|
+
* `Queued` (value: `'QUEUED'`)
|
|
8
|
+
|
|
9
|
+
* `Running` (value: `'RUNNING'`)
|
|
10
|
+
|
|
11
|
+
* `Completed` (value: `'COMPLETED'`)
|
|
12
|
+
|
|
13
|
+
* `Failed` (value: `'FAILED'`)
|
|
14
|
+
|
|
15
|
+
* `Cancelled` (value: `'CANCELLED'`)
|
|
16
|
+
|
|
17
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PageAdminAltAccount
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<AdminAltAccount>**](AdminAltAccount.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PageAdminAltAccount } from '@rebornteam/reborn-api';
|
|
22
|
+
|
|
23
|
+
const instance: PageAdminAltAccount = {
|
|
24
|
+
content,
|
|
25
|
+
pageable,
|
|
26
|
+
pageNumber,
|
|
27
|
+
offset,
|
|
28
|
+
size,
|
|
29
|
+
empty,
|
|
30
|
+
numberOfElements,
|
|
31
|
+
totalSize,
|
|
32
|
+
totalPages,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PageAdminAltExemption
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<AdminAltExemption>**](AdminAltExemption.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PageAdminAltExemption } from '@rebornteam/reborn-api';
|
|
22
|
+
|
|
23
|
+
const instance: PageAdminAltExemption = {
|
|
24
|
+
content,
|
|
25
|
+
pageable,
|
|
26
|
+
pageNumber,
|
|
27
|
+
offset,
|
|
28
|
+
size,
|
|
29
|
+
empty,
|
|
30
|
+
numberOfElements,
|
|
31
|
+
totalSize,
|
|
32
|
+
totalPages,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PageAdminAsyncJob
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<AdminAsyncJob>**](AdminAsyncJob.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PageAdminAsyncJob } from '@rebornteam/reborn-api';
|
|
22
|
+
|
|
23
|
+
const instance: PageAdminAsyncJob = {
|
|
24
|
+
content,
|
|
25
|
+
pageable,
|
|
26
|
+
pageNumber,
|
|
27
|
+
offset,
|
|
28
|
+
size,
|
|
29
|
+
empty,
|
|
30
|
+
numberOfElements,
|
|
31
|
+
totalSize,
|
|
32
|
+
totalPages,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PageAdminAuditLogEntry
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<AdminAuditLogEntry>**](AdminAuditLogEntry.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PageAdminAuditLogEntry } from '@rebornteam/reborn-api';
|
|
22
|
+
|
|
23
|
+
const instance: PageAdminAuditLogEntry = {
|
|
24
|
+
content,
|
|
25
|
+
pageable,
|
|
26
|
+
pageNumber,
|
|
27
|
+
offset,
|
|
28
|
+
size,
|
|
29
|
+
empty,
|
|
30
|
+
numberOfElements,
|
|
31
|
+
totalSize,
|
|
32
|
+
totalPages,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PageAdminDashboardConnectionResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<AdminDashboardConnectionResponse>**](AdminDashboardConnectionResponse.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PageAdminDashboardConnectionResponse } from '@rebornteam/reborn-api';
|
|
22
|
+
|
|
23
|
+
const instance: PageAdminDashboardConnectionResponse = {
|
|
24
|
+
content,
|
|
25
|
+
pageable,
|
|
26
|
+
pageNumber,
|
|
27
|
+
offset,
|
|
28
|
+
size,
|
|
29
|
+
empty,
|
|
30
|
+
numberOfElements,
|
|
31
|
+
totalSize,
|
|
32
|
+
totalPages,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PageAdminPlayerNote
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<AdminPlayerNote>**](AdminPlayerNote.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PageAdminPlayerNote } from '@rebornteam/reborn-api';
|
|
22
|
+
|
|
23
|
+
const instance: PageAdminPlayerNote = {
|
|
24
|
+
content,
|
|
25
|
+
pageable,
|
|
26
|
+
pageNumber,
|
|
27
|
+
offset,
|
|
28
|
+
size,
|
|
29
|
+
empty,
|
|
30
|
+
numberOfElements,
|
|
31
|
+
totalSize,
|
|
32
|
+
totalPages,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PageAdminPlayerPunishmentResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<AdminPlayerPunishmentResponse>**](AdminPlayerPunishmentResponse.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PageAdminPlayerPunishmentResponse } from '@rebornteam/reborn-api';
|
|
22
|
+
|
|
23
|
+
const instance: PageAdminPlayerPunishmentResponse = {
|
|
24
|
+
content,
|
|
25
|
+
pageable,
|
|
26
|
+
pageNumber,
|
|
27
|
+
offset,
|
|
28
|
+
size,
|
|
29
|
+
empty,
|
|
30
|
+
numberOfElements,
|
|
31
|
+
totalSize,
|
|
32
|
+
totalPages,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PageAdminPlayerReport
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<AdminPlayerReport>**](AdminPlayerReport.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PageAdminPlayerReport } from '@rebornteam/reborn-api';
|
|
22
|
+
|
|
23
|
+
const instance: PageAdminPlayerReport = {
|
|
24
|
+
content,
|
|
25
|
+
pageable,
|
|
26
|
+
pageNumber,
|
|
27
|
+
offset,
|
|
28
|
+
size,
|
|
29
|
+
empty,
|
|
30
|
+
numberOfElements,
|
|
31
|
+
totalSize,
|
|
32
|
+
totalPages,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PageAdminPlayerSession
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<AdminPlayerSession>**](AdminPlayerSession.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PageAdminPlayerSession } from '@rebornteam/reborn-api';
|
|
22
|
+
|
|
23
|
+
const instance: PageAdminPlayerSession = {
|
|
24
|
+
content,
|
|
25
|
+
pageable,
|
|
26
|
+
pageNumber,
|
|
27
|
+
offset,
|
|
28
|
+
size,
|
|
29
|
+
empty,
|
|
30
|
+
numberOfElements,
|
|
31
|
+
totalSize,
|
|
32
|
+
totalPages,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PageAdminPlayerSummary
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<AdminPlayerSummary>**](AdminPlayerSummary.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PageAdminPlayerSummary } from '@rebornteam/reborn-api';
|
|
22
|
+
|
|
23
|
+
const instance: PageAdminPlayerSummary = {
|
|
24
|
+
content,
|
|
25
|
+
pageable,
|
|
26
|
+
pageNumber,
|
|
27
|
+
offset,
|
|
28
|
+
size,
|
|
29
|
+
empty,
|
|
30
|
+
numberOfElements,
|
|
31
|
+
totalSize,
|
|
32
|
+
totalPages,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PageAdminPunishmentListItem
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<AdminPunishmentListItem>**](AdminPunishmentListItem.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PageAdminPunishmentListItem } from '@rebornteam/reborn-api';
|
|
22
|
+
|
|
23
|
+
const instance: PageAdminPunishmentListItem = {
|
|
24
|
+
content,
|
|
25
|
+
pageable,
|
|
26
|
+
pageNumber,
|
|
27
|
+
offset,
|
|
28
|
+
size,
|
|
29
|
+
empty,
|
|
30
|
+
numberOfElements,
|
|
31
|
+
totalSize,
|
|
32
|
+
totalPages,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# PagePunishmentGetPunishmentResponse
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**content** | [**Array<PunishmentGetPunishmentResponse>**](PunishmentGetPunishmentResponse.md) | | [default to undefined]
|
|
9
|
+
**pageable** | [**Pageable**](Pageable.md) | | [default to undefined]
|
|
10
|
+
**pageNumber** | **number** | | [default to undefined]
|
|
11
|
+
**offset** | **number** | | [default to undefined]
|
|
12
|
+
**size** | **number** | | [default to undefined]
|
|
13
|
+
**empty** | **boolean** | | [default to undefined]
|
|
14
|
+
**numberOfElements** | **number** | | [default to undefined]
|
|
15
|
+
**totalSize** | **number** | | [default to undefined]
|
|
16
|
+
**totalPages** | **number** | | [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { PagePunishmentGetPunishmentResponse } from '@rebornteam/reborn-api';
|
|
22
|
+
|
|
23
|
+
const instance: PagePunishmentGetPunishmentResponse = {
|
|
24
|
+
content,
|
|
25
|
+
pageable,
|
|
26
|
+
pageNumber,
|
|
27
|
+
offset,
|
|
28
|
+
size,
|
|
29
|
+
empty,
|
|
30
|
+
numberOfElements,
|
|
31
|
+
totalSize,
|
|
32
|
+
totalPages,
|
|
33
|
+
};
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|