@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/.openapi-generator/FILES
CHANGED
|
@@ -6,25 +6,41 @@ api.ts
|
|
|
6
6
|
base.ts
|
|
7
7
|
common.ts
|
|
8
8
|
configuration.ts
|
|
9
|
+
docs/AdminAltAccount.md
|
|
10
|
+
docs/AdminAltExemption.md
|
|
11
|
+
docs/AdminAltGraph.md
|
|
12
|
+
docs/AdminAltGraphEdge.md
|
|
13
|
+
docs/AdminAltGraphNode.md
|
|
9
14
|
docs/AdminApplyPunishmentRequest.md
|
|
10
15
|
docs/AdminApplyPunishmentResponse.md
|
|
11
16
|
docs/AdminApplyPunishmentResult.md
|
|
12
|
-
docs/
|
|
17
|
+
docs/AdminAsyncJob.md
|
|
18
|
+
docs/AdminAsyncJobArtifactMeta.md
|
|
19
|
+
docs/AdminAsyncJobStartResponse.md
|
|
20
|
+
docs/AdminAuditLogApi.md
|
|
21
|
+
docs/AdminAuditLogEntry.md
|
|
22
|
+
docs/AdminBulkRevokeRequest.md
|
|
23
|
+
docs/AdminBulkRevokeResponse.md
|
|
13
24
|
docs/AdminClientCredentialResponse.md
|
|
14
25
|
docs/AdminClientCredentialsApi.md
|
|
15
26
|
docs/AdminConnectionBypassResponse.md
|
|
16
27
|
docs/AdminConnectionCheckResult.md
|
|
17
28
|
docs/AdminConnectionsApi.md
|
|
29
|
+
docs/AdminCreateAltExemptionRequest.md
|
|
30
|
+
docs/AdminCreatePlayerNoteRequest.md
|
|
18
31
|
docs/AdminCreatePunishmentDraftRequest.md
|
|
19
32
|
docs/AdminDashboardApi.md
|
|
20
33
|
docs/AdminDashboardConnectionResponse.md
|
|
21
34
|
docs/AdminGetDashboardStats.md
|
|
22
35
|
docs/AdminIpSearchResult.md
|
|
23
|
-
docs/
|
|
24
|
-
docs/AdminPagedPlayerResponse.md
|
|
25
|
-
docs/AdminPagedPunishmentResponse.md
|
|
36
|
+
docs/AdminJobsApi.md
|
|
26
37
|
docs/AdminPlayerDetailResponse.md
|
|
38
|
+
docs/AdminPlayerNote.md
|
|
39
|
+
docs/AdminPlayerPunishmentResponse.md
|
|
40
|
+
docs/AdminPlayerReport.md
|
|
27
41
|
docs/AdminPlayerSearchResult.md
|
|
42
|
+
docs/AdminPlayerSession.md
|
|
43
|
+
docs/AdminPlayerSessionStats.md
|
|
28
44
|
docs/AdminPlayerSummary.md
|
|
29
45
|
docs/AdminPlayersApi.md
|
|
30
46
|
docs/AdminPunishmentDraftResponse.md
|
|
@@ -32,7 +48,16 @@ docs/AdminPunishmentEvaluation.md
|
|
|
32
48
|
docs/AdminPunishmentListItem.md
|
|
33
49
|
docs/AdminPunishmentSearchResponse.md
|
|
34
50
|
docs/AdminPunishmentTarget.md
|
|
51
|
+
docs/AdminPunishmentTargets.md
|
|
35
52
|
docs/AdminPunishmentsApi.md
|
|
53
|
+
docs/AdminReportTarget.md
|
|
54
|
+
docs/AdminReportsApi.md
|
|
55
|
+
docs/AdminResolveReportRequest.md
|
|
56
|
+
docs/AdminSetAggressiveModeImmunityRequest.md
|
|
57
|
+
docs/AdminTrustFactorBreakdown.md
|
|
58
|
+
docs/AdminTrustFactorHistoryEntry.md
|
|
59
|
+
docs/AdminTrustFactorImpact.md
|
|
60
|
+
docs/AdminUpdatePunishmentRequest.md
|
|
36
61
|
docs/AdminUsernameHistoryEntry.md
|
|
37
62
|
docs/AuthenticationApi.md
|
|
38
63
|
docs/ChatApi.md
|
|
@@ -44,22 +69,63 @@ docs/ConnectionGetConnectionDetailsResponse.md
|
|
|
44
69
|
docs/ConnectionResult.md
|
|
45
70
|
docs/ConnectionResultResultCode.md
|
|
46
71
|
docs/CreateBypassRequest.md
|
|
72
|
+
docs/CreateReportRequest.md
|
|
73
|
+
docs/CreateReportResponse.md
|
|
74
|
+
docs/CursoredPageAdminAuditLogEntry.md
|
|
75
|
+
docs/CursoredPageable.md
|
|
47
76
|
docs/GameType.md
|
|
77
|
+
docs/JobStatus.md
|
|
78
|
+
docs/PageAdminAltAccount.md
|
|
79
|
+
docs/PageAdminAltExemption.md
|
|
80
|
+
docs/PageAdminAsyncJob.md
|
|
81
|
+
docs/PageAdminAuditLogEntry.md
|
|
82
|
+
docs/PageAdminDashboardConnectionResponse.md
|
|
83
|
+
docs/PageAdminPlayerNote.md
|
|
84
|
+
docs/PageAdminPlayerPunishmentResponse.md
|
|
85
|
+
docs/PageAdminPlayerReport.md
|
|
86
|
+
docs/PageAdminPlayerSession.md
|
|
87
|
+
docs/PageAdminPlayerSummary.md
|
|
88
|
+
docs/PageAdminPunishmentListItem.md
|
|
89
|
+
docs/PagePunishmentGetPunishmentResponse.md
|
|
90
|
+
docs/Pageable.md
|
|
91
|
+
docs/PageableMode.md
|
|
48
92
|
docs/PlayerApi.md
|
|
49
93
|
docs/PlayerGetPlayerInformation.md
|
|
94
|
+
docs/PlayerSessionEndRequest.md
|
|
95
|
+
docs/PlayerSessionStartRequest.md
|
|
96
|
+
docs/PlayerSessionStartResponse.md
|
|
97
|
+
docs/PlayerSessionsApi.md
|
|
50
98
|
docs/PunishmentApi.md
|
|
51
99
|
docs/PunishmentGetPunishmentResponse.md
|
|
52
100
|
docs/PunishmentSeveritiesResponse.md
|
|
53
101
|
docs/PunishmentSeveritiesResponsePunishmentTypeInfo.md
|
|
54
102
|
docs/PunishmentSeveritiesResponseSeverityInfo.md
|
|
103
|
+
docs/PunishmentSource.md
|
|
55
104
|
docs/PunishmentTargetType.md
|
|
56
105
|
docs/PunishmentType.md
|
|
57
106
|
docs/Rank.md
|
|
58
107
|
docs/Region.md
|
|
108
|
+
docs/ReportApi.md
|
|
109
|
+
docs/ReportCategory.md
|
|
59
110
|
docs/SearchKind.md
|
|
60
111
|
docs/ServerRegisterRequest.md
|
|
61
112
|
docs/ServerSessionDTO.md
|
|
62
113
|
docs/ServerSessionsApi.md
|
|
114
|
+
docs/SliceAdminAltAccount.md
|
|
115
|
+
docs/SliceAdminAltExemption.md
|
|
116
|
+
docs/SliceAdminAsyncJob.md
|
|
117
|
+
docs/SliceAdminAuditLogEntry.md
|
|
118
|
+
docs/SliceAdminDashboardConnectionResponse.md
|
|
119
|
+
docs/SliceAdminPlayerNote.md
|
|
120
|
+
docs/SliceAdminPlayerPunishmentResponse.md
|
|
121
|
+
docs/SliceAdminPlayerReport.md
|
|
122
|
+
docs/SliceAdminPlayerSession.md
|
|
123
|
+
docs/SliceAdminPlayerSummary.md
|
|
124
|
+
docs/SliceAdminPunishmentListItem.md
|
|
125
|
+
docs/SlicePunishmentGetPunishmentResponse.md
|
|
126
|
+
docs/Sort.md
|
|
127
|
+
docs/SortOrder.md
|
|
128
|
+
docs/SortOrderDirection.md
|
|
63
129
|
docs/TokenRequest.md
|
|
64
130
|
docs/UpdateClientRequest.md
|
|
65
131
|
docs/UserProfileResponse.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @rebornteam/reborn-api@
|
|
1
|
+
## @rebornteam/reborn-api@4.5.0
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @rebornteam/reborn-api@
|
|
39
|
+
npm install @rebornteam/reborn-api@4.5.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -51,6 +51,8 @@ All URIs are relative to *https://api.smsh.sh*
|
|
|
51
51
|
|
|
52
52
|
Class | Method | HTTP request | Description
|
|
53
53
|
------------ | ------------- | ------------- | -------------
|
|
54
|
+
*AdminAuditLogApi* | [**search**](docs/AdminAuditLogApi.md#search) | **GET** /admin/audit-log | Search the admin audit log
|
|
55
|
+
*AdminAuditLogApi* | [**searchCursor**](docs/AdminAuditLogApi.md#searchcursor) | **GET** /admin/audit-log/cursor | Cursor-paginated audit-log search (infinite scroll)
|
|
54
56
|
*AdminClientCredentialsApi* | [**disableClient**](docs/AdminClientCredentialsApi.md#disableclient) | **POST** /admin/client/{id}/disable | Disable client credentials
|
|
55
57
|
*AdminClientCredentialsApi* | [**enableClient**](docs/AdminClientCredentialsApi.md#enableclient) | **POST** /admin/client/{id}/enable | Enable client credentials
|
|
56
58
|
*AdminClientCredentialsApi* | [**generateClientCredentials**](docs/AdminClientCredentialsApi.md#generateclientcredentials) | **POST** /admin/client/generate | Generate new client credentials
|
|
@@ -58,31 +60,63 @@ Class | Method | HTTP request | Description
|
|
|
58
60
|
*AdminClientCredentialsApi* | [**revokeToken**](docs/AdminClientCredentialsApi.md#revoketoken) | **DELETE** /admin/client/{id} | Revoke client credentials
|
|
59
61
|
*AdminClientCredentialsApi* | [**rotateToken**](docs/AdminClientCredentialsApi.md#rotatetoken) | **POST** /admin/client/{id}/rotate | Rotate client credentials
|
|
60
62
|
*AdminClientCredentialsApi* | [**updateClient**](docs/AdminClientCredentialsApi.md#updateclient) | **PUT** /admin/client/{id} | Update client metadata
|
|
61
|
-
*AdminConnectionsApi* | [**backfillLocation**](docs/AdminConnectionsApi.md#backfilllocation) | **POST** /admin/connection/backfill-location |
|
|
63
|
+
*AdminConnectionsApi* | [**backfillLocation**](docs/AdminConnectionsApi.md#backfilllocation) | **POST** /admin/connection/backfill-location | Start a location backfill job
|
|
62
64
|
*AdminConnectionsApi* | [**createBypass**](docs/AdminConnectionsApi.md#createbypass) | **POST** /admin/connection/bypass | Create connection bypass
|
|
65
|
+
*AdminConnectionsApi* | [**getConnection**](docs/AdminConnectionsApi.md#getconnection) | **GET** /admin/connection/{id} | Get connection detail
|
|
66
|
+
*AdminConnectionsApi* | [**getConnectionPlayers**](docs/AdminConnectionsApi.md#getconnectionplayers) | **GET** /admin/connection/{id}/players | List players who have used this connection
|
|
63
67
|
*AdminConnectionsApi* | [**listAllConnections**](docs/AdminConnectionsApi.md#listallconnections) | **GET** /admin/connection | List all connections (paginated)
|
|
64
68
|
*AdminConnectionsApi* | [**listConnections**](docs/AdminConnectionsApi.md#listconnections) | **GET** /admin/connection/recent | List recent connections
|
|
65
69
|
*AdminConnectionsApi* | [**recheckService**](docs/AdminConnectionsApi.md#recheckservice) | **POST** /admin/connection/{connectionId}/recheck/{service} | Refresh a single VPN check
|
|
66
70
|
*AdminDashboardApi* | [**dashboardStats**](docs/AdminDashboardApi.md#dashboardstats) | **GET** /admin/dashboard | Get dashboard statistics
|
|
71
|
+
*AdminJobsApi* | [**cancel**](docs/AdminJobsApi.md#cancel) | **DELETE** /admin/job/{id} | Request cancellation of an async job
|
|
72
|
+
*AdminJobsApi* | [**downloadArtifact**](docs/AdminJobsApi.md#downloadartifact) | **GET** /admin/job/{id}/artifact.csv | Download a job\'s CSV artifact
|
|
73
|
+
*AdminJobsApi* | [**get**](docs/AdminJobsApi.md#get) | **GET** /admin/job/{id} | Get one async job
|
|
74
|
+
*AdminJobsApi* | [**list**](docs/AdminJobsApi.md#list) | **GET** /admin/job | List async jobs
|
|
75
|
+
*AdminPlayersApi* | [**addAltExemption**](docs/AdminPlayersApi.md#addaltexemption) | **POST** /admin/player/{uuid}/alt-exemption | Add an alt exemption
|
|
76
|
+
*AdminPlayersApi* | [**backfillUsernames**](docs/AdminPlayersApi.md#backfillusernames) | **POST** /admin/player/backfill-usernames | Start a username backfill job
|
|
77
|
+
*AdminPlayersApi* | [**bulkRevokePropagated**](docs/AdminPlayersApi.md#bulkrevokepropagated) | **POST** /admin/player/player-punishment/bulk-revoke | Bulk-revoke PROPAGATED links by source
|
|
78
|
+
*AdminPlayersApi* | [**createPlayerNote**](docs/AdminPlayersApi.md#createplayernote) | **POST** /admin/player/{uuid}/note | Create a staff note on a player
|
|
79
|
+
*AdminPlayersApi* | [**deletePlayerNote**](docs/AdminPlayersApi.md#deleteplayernote) | **DELETE** /admin/player/{uuid}/note/{noteId} | Soft-delete a staff note
|
|
80
|
+
*AdminPlayersApi* | [**getAltGraph**](docs/AdminPlayersApi.md#getaltgraph) | **GET** /admin/player/{uuid}/alt-graph | Alt-graph traversal rooted at a player
|
|
67
81
|
*AdminPlayersApi* | [**getPlayer**](docs/AdminPlayersApi.md#getplayer) | **GET** /admin/player/{uuid} | Get player detail
|
|
82
|
+
*AdminPlayersApi* | [**getPlayerAlts**](docs/AdminPlayersApi.md#getplayeralts) | **GET** /admin/player/{uuid}/alts | List a player\'s alt accounts
|
|
83
|
+
*AdminPlayersApi* | [**getPlayerConnections**](docs/AdminPlayersApi.md#getplayerconnections) | **GET** /admin/player/{uuid}/connections | List a player\'s connection history
|
|
84
|
+
*AdminPlayersApi* | [**getPlayerPunishments**](docs/AdminPlayersApi.md#getplayerpunishments) | **GET** /admin/player/{uuid}/player-punishments | List a player\'s full punishment history
|
|
85
|
+
*AdminPlayersApi* | [**getSessionStats**](docs/AdminPlayersApi.md#getsessionstats) | **GET** /admin/player/{uuid}/session-stats | Get a player\'s aggregate session stats
|
|
86
|
+
*AdminPlayersApi* | [**listAltExemptions**](docs/AdminPlayersApi.md#listaltexemptions) | **GET** /admin/player/{uuid}/alt-exemption | List a player\'s alt exemptions
|
|
87
|
+
*AdminPlayersApi* | [**listPlayerNotes**](docs/AdminPlayersApi.md#listplayernotes) | **GET** /admin/player/{uuid}/notes | List staff notes on a player
|
|
68
88
|
*AdminPlayersApi* | [**listPlayers**](docs/AdminPlayersApi.md#listplayers) | **GET** /admin/player | List players
|
|
89
|
+
*AdminPlayersApi* | [**listSessions**](docs/AdminPlayersApi.md#listsessions) | **GET** /admin/player/{uuid}/sessions | List a player\'s session history
|
|
90
|
+
*AdminPlayersApi* | [**removeAltExemption**](docs/AdminPlayersApi.md#removealtexemption) | **DELETE** /admin/player/{uuid}/alt-exemption/{altPlayerUuid} | Remove an alt exemption
|
|
91
|
+
*AdminPlayersApi* | [**revokePropagatedLink**](docs/AdminPlayersApi.md#revokepropagatedlink) | **DELETE** /admin/player/{uuid}/player-punishment/{playerPunishmentId} | Revoke a propagated punishment link
|
|
92
|
+
*AdminPlayersApi* | [**setAggressiveModeImmunity**](docs/AdminPlayersApi.md#setaggressivemodeimmunity) | **PATCH** /admin/player/{uuid}/aggressive-mode-immunity | Toggle aggressive-mode immunity
|
|
93
|
+
*AdminPlayersApi* | [**trustFactorBreakdown**](docs/AdminPlayersApi.md#trustfactorbreakdown) | **GET** /admin/player/{uuid}/trust-factor-breakdown | Trust factor breakdown for a player
|
|
94
|
+
*AdminPlayersApi* | [**trustFactorHistory**](docs/AdminPlayersApi.md#trustfactorhistory) | **GET** /admin/player/{uuid}/trust-factor-history | Trust factor history for a player
|
|
69
95
|
*AdminPunishmentsApi* | [**applyPunishment**](docs/AdminPunishmentsApi.md#applypunishment) | **POST** /admin/punishment/apply | Apply punishment
|
|
70
96
|
*AdminPunishmentsApi* | [**createDraft**](docs/AdminPunishmentsApi.md#createdraft) | **POST** /admin/punishment/draft | Evaluate punishment impact
|
|
97
|
+
*AdminPunishmentsApi* | [**editPunishment**](docs/AdminPunishmentsApi.md#editpunishment) | **PATCH** /admin/punishment/{id} | Edit a punishment
|
|
98
|
+
*AdminPunishmentsApi* | [**getPunishmentTargets**](docs/AdminPunishmentsApi.md#getpunishmenttargets) | **GET** /admin/punishment/{id}/targets | List a punishment\'s current participants
|
|
71
99
|
*AdminPunishmentsApi* | [**getPunishments**](docs/AdminPunishmentsApi.md#getpunishments) | **GET** /admin/punishment | List punishments
|
|
100
|
+
*AdminPunishmentsApi* | [**propagationSweep**](docs/AdminPunishmentsApi.md#propagationsweep) | **POST** /admin/punishment/propagation-sweep | Start an alt-propagation sweep job
|
|
72
101
|
*AdminPunishmentsApi* | [**searchTargets**](docs/AdminPunishmentsApi.md#searchtargets) | **GET** /admin/punishment/search | Search punishment targets
|
|
102
|
+
*AdminReportsApi* | [**list1**](docs/AdminReportsApi.md#list1) | **GET** /admin/report | List reports
|
|
103
|
+
*AdminReportsApi* | [**resolve**](docs/AdminReportsApi.md#resolve) | **POST** /admin/report/{id}/resolve | Resolve a report
|
|
73
104
|
*AuthenticationApi* | [**callback**](docs/AuthenticationApi.md#callback) | **GET** /auth/discord/callback | Discord - OAuth2 callback
|
|
74
105
|
*AuthenticationApi* | [**initiateLogin**](docs/AuthenticationApi.md#initiatelogin) | **GET** /auth/discord | Discord - Initiate login
|
|
75
106
|
*AuthenticationApi* | [**me**](docs/AuthenticationApi.md#me) | **GET** /auth/me | Get current user profile
|
|
76
107
|
*AuthenticationApi* | [**token**](docs/AuthenticationApi.md#token) | **POST** /oauth/token | Service - Exchange client credentials for token
|
|
77
108
|
*ChatApi* | [**history**](docs/ChatApi.md#history) | **GET** /v1/chat | Get chat history
|
|
78
109
|
*ChatApi* | [**ingest**](docs/ChatApi.md#ingest) | **POST** /v1/chat | Ingest a chat message
|
|
79
|
-
*ConnectionApi* | [**getConnectionDetails**](docs/ConnectionApi.md#getconnectiondetails) | **GET** /v1/connection/get-connection-details/{ip} | Check Connection and Detect VPN/Proxy
|
|
110
|
+
*ConnectionApi* | [**getConnectionDetails**](docs/ConnectionApi.md#getconnectiondetails) | **GET** /v1/connection/get-connection-details/{ip} | Check Connection and Detect VPN/Proxy (DEPRECATED for player-join use)
|
|
80
111
|
*PlayerApi* | [**getPlayer1**](docs/PlayerApi.md#getplayer1) | **GET** /v1/player/{uuid} | Get player information
|
|
81
112
|
*PlayerApi* | [**getUsernames**](docs/PlayerApi.md#getusernames) | **GET** /v1/player/usernames | Batch resolve UUIDs to usernames
|
|
113
|
+
*PlayerSessionsApi* | [**end**](docs/PlayerSessionsApi.md#end) | **POST** /v1/player-session/end | Close the active player session
|
|
114
|
+
*PlayerSessionsApi* | [**start**](docs/PlayerSessionsApi.md#start) | **POST** /v1/player-session/start | Player join — unified authorization + session-open
|
|
82
115
|
*PunishmentApi* | [**getPunishmentSeverities**](docs/PunishmentApi.md#getpunishmentseverities) | **GET** /v1/punishment/severities | Get punishment severities
|
|
83
116
|
*PunishmentApi* | [**getPunishments1**](docs/PunishmentApi.md#getpunishments1) | **GET** /v1/punishment | Get punishments by player
|
|
84
117
|
*PunishmentApi* | [**getPunishmentsByIp**](docs/PunishmentApi.md#getpunishmentsbyip) | **GET** /v1/punishment/ip | Get punishments by IP address
|
|
85
118
|
*PunishmentApi* | [**getRecentPunishments**](docs/PunishmentApi.md#getrecentpunishments) | **GET** /v1/punishment/recent | List recent punishments
|
|
119
|
+
*ReportApi* | [**submit**](docs/ReportApi.md#submit) | **POST** /v1/report | Submit a peer report
|
|
86
120
|
*ServerSessionsApi* | [**heartbeat**](docs/ServerSessionsApi.md#heartbeat) | **PUT** /v1/servers/{id}/heartbeat | Send a heartbeat
|
|
87
121
|
*ServerSessionsApi* | [**listAll**](docs/ServerSessionsApi.md#listall) | **GET** /v1/servers/history | List all server sessions
|
|
88
122
|
*ServerSessionsApi* | [**listOnline**](docs/ServerSessionsApi.md#listonline) | **GET** /v1/servers | List online server sessions
|
|
@@ -92,28 +126,50 @@ Class | Method | HTTP request | Description
|
|
|
92
126
|
|
|
93
127
|
### Documentation For Models
|
|
94
128
|
|
|
129
|
+
- [AdminAltAccount](docs/AdminAltAccount.md)
|
|
130
|
+
- [AdminAltExemption](docs/AdminAltExemption.md)
|
|
131
|
+
- [AdminAltGraph](docs/AdminAltGraph.md)
|
|
132
|
+
- [AdminAltGraphEdge](docs/AdminAltGraphEdge.md)
|
|
133
|
+
- [AdminAltGraphNode](docs/AdminAltGraphNode.md)
|
|
95
134
|
- [AdminApplyPunishmentRequest](docs/AdminApplyPunishmentRequest.md)
|
|
96
135
|
- [AdminApplyPunishmentResponse](docs/AdminApplyPunishmentResponse.md)
|
|
97
136
|
- [AdminApplyPunishmentResult](docs/AdminApplyPunishmentResult.md)
|
|
98
|
-
- [
|
|
137
|
+
- [AdminAsyncJob](docs/AdminAsyncJob.md)
|
|
138
|
+
- [AdminAsyncJobArtifactMeta](docs/AdminAsyncJobArtifactMeta.md)
|
|
139
|
+
- [AdminAsyncJobStartResponse](docs/AdminAsyncJobStartResponse.md)
|
|
140
|
+
- [AdminAuditLogEntry](docs/AdminAuditLogEntry.md)
|
|
141
|
+
- [AdminBulkRevokeRequest](docs/AdminBulkRevokeRequest.md)
|
|
142
|
+
- [AdminBulkRevokeResponse](docs/AdminBulkRevokeResponse.md)
|
|
99
143
|
- [AdminClientCredentialResponse](docs/AdminClientCredentialResponse.md)
|
|
100
144
|
- [AdminConnectionBypassResponse](docs/AdminConnectionBypassResponse.md)
|
|
101
145
|
- [AdminConnectionCheckResult](docs/AdminConnectionCheckResult.md)
|
|
146
|
+
- [AdminCreateAltExemptionRequest](docs/AdminCreateAltExemptionRequest.md)
|
|
147
|
+
- [AdminCreatePlayerNoteRequest](docs/AdminCreatePlayerNoteRequest.md)
|
|
102
148
|
- [AdminCreatePunishmentDraftRequest](docs/AdminCreatePunishmentDraftRequest.md)
|
|
103
149
|
- [AdminDashboardConnectionResponse](docs/AdminDashboardConnectionResponse.md)
|
|
104
150
|
- [AdminGetDashboardStats](docs/AdminGetDashboardStats.md)
|
|
105
151
|
- [AdminIpSearchResult](docs/AdminIpSearchResult.md)
|
|
106
|
-
- [AdminPagedConnectionResponse](docs/AdminPagedConnectionResponse.md)
|
|
107
|
-
- [AdminPagedPlayerResponse](docs/AdminPagedPlayerResponse.md)
|
|
108
|
-
- [AdminPagedPunishmentResponse](docs/AdminPagedPunishmentResponse.md)
|
|
109
152
|
- [AdminPlayerDetailResponse](docs/AdminPlayerDetailResponse.md)
|
|
153
|
+
- [AdminPlayerNote](docs/AdminPlayerNote.md)
|
|
154
|
+
- [AdminPlayerPunishmentResponse](docs/AdminPlayerPunishmentResponse.md)
|
|
155
|
+
- [AdminPlayerReport](docs/AdminPlayerReport.md)
|
|
110
156
|
- [AdminPlayerSearchResult](docs/AdminPlayerSearchResult.md)
|
|
157
|
+
- [AdminPlayerSession](docs/AdminPlayerSession.md)
|
|
158
|
+
- [AdminPlayerSessionStats](docs/AdminPlayerSessionStats.md)
|
|
111
159
|
- [AdminPlayerSummary](docs/AdminPlayerSummary.md)
|
|
112
160
|
- [AdminPunishmentDraftResponse](docs/AdminPunishmentDraftResponse.md)
|
|
113
161
|
- [AdminPunishmentEvaluation](docs/AdminPunishmentEvaluation.md)
|
|
114
162
|
- [AdminPunishmentListItem](docs/AdminPunishmentListItem.md)
|
|
115
163
|
- [AdminPunishmentSearchResponse](docs/AdminPunishmentSearchResponse.md)
|
|
116
164
|
- [AdminPunishmentTarget](docs/AdminPunishmentTarget.md)
|
|
165
|
+
- [AdminPunishmentTargets](docs/AdminPunishmentTargets.md)
|
|
166
|
+
- [AdminReportTarget](docs/AdminReportTarget.md)
|
|
167
|
+
- [AdminResolveReportRequest](docs/AdminResolveReportRequest.md)
|
|
168
|
+
- [AdminSetAggressiveModeImmunityRequest](docs/AdminSetAggressiveModeImmunityRequest.md)
|
|
169
|
+
- [AdminTrustFactorBreakdown](docs/AdminTrustFactorBreakdown.md)
|
|
170
|
+
- [AdminTrustFactorHistoryEntry](docs/AdminTrustFactorHistoryEntry.md)
|
|
171
|
+
- [AdminTrustFactorImpact](docs/AdminTrustFactorImpact.md)
|
|
172
|
+
- [AdminUpdatePunishmentRequest](docs/AdminUpdatePunishmentRequest.md)
|
|
117
173
|
- [AdminUsernameHistoryEntry](docs/AdminUsernameHistoryEntry.md)
|
|
118
174
|
- [ChatMessageDTO](docs/ChatMessageDTO.md)
|
|
119
175
|
- [ChatMessageRequest](docs/ChatMessageRequest.md)
|
|
@@ -122,19 +178,58 @@ Class | Method | HTTP request | Description
|
|
|
122
178
|
- [ConnectionResult](docs/ConnectionResult.md)
|
|
123
179
|
- [ConnectionResultResultCode](docs/ConnectionResultResultCode.md)
|
|
124
180
|
- [CreateBypassRequest](docs/CreateBypassRequest.md)
|
|
181
|
+
- [CreateReportRequest](docs/CreateReportRequest.md)
|
|
182
|
+
- [CreateReportResponse](docs/CreateReportResponse.md)
|
|
183
|
+
- [CursoredPageAdminAuditLogEntry](docs/CursoredPageAdminAuditLogEntry.md)
|
|
184
|
+
- [CursoredPageable](docs/CursoredPageable.md)
|
|
125
185
|
- [GameType](docs/GameType.md)
|
|
186
|
+
- [JobStatus](docs/JobStatus.md)
|
|
187
|
+
- [PageAdminAltAccount](docs/PageAdminAltAccount.md)
|
|
188
|
+
- [PageAdminAltExemption](docs/PageAdminAltExemption.md)
|
|
189
|
+
- [PageAdminAsyncJob](docs/PageAdminAsyncJob.md)
|
|
190
|
+
- [PageAdminAuditLogEntry](docs/PageAdminAuditLogEntry.md)
|
|
191
|
+
- [PageAdminDashboardConnectionResponse](docs/PageAdminDashboardConnectionResponse.md)
|
|
192
|
+
- [PageAdminPlayerNote](docs/PageAdminPlayerNote.md)
|
|
193
|
+
- [PageAdminPlayerPunishmentResponse](docs/PageAdminPlayerPunishmentResponse.md)
|
|
194
|
+
- [PageAdminPlayerReport](docs/PageAdminPlayerReport.md)
|
|
195
|
+
- [PageAdminPlayerSession](docs/PageAdminPlayerSession.md)
|
|
196
|
+
- [PageAdminPlayerSummary](docs/PageAdminPlayerSummary.md)
|
|
197
|
+
- [PageAdminPunishmentListItem](docs/PageAdminPunishmentListItem.md)
|
|
198
|
+
- [PagePunishmentGetPunishmentResponse](docs/PagePunishmentGetPunishmentResponse.md)
|
|
199
|
+
- [Pageable](docs/Pageable.md)
|
|
200
|
+
- [PageableMode](docs/PageableMode.md)
|
|
126
201
|
- [PlayerGetPlayerInformation](docs/PlayerGetPlayerInformation.md)
|
|
202
|
+
- [PlayerSessionEndRequest](docs/PlayerSessionEndRequest.md)
|
|
203
|
+
- [PlayerSessionStartRequest](docs/PlayerSessionStartRequest.md)
|
|
204
|
+
- [PlayerSessionStartResponse](docs/PlayerSessionStartResponse.md)
|
|
127
205
|
- [PunishmentGetPunishmentResponse](docs/PunishmentGetPunishmentResponse.md)
|
|
128
206
|
- [PunishmentSeveritiesResponse](docs/PunishmentSeveritiesResponse.md)
|
|
129
207
|
- [PunishmentSeveritiesResponsePunishmentTypeInfo](docs/PunishmentSeveritiesResponsePunishmentTypeInfo.md)
|
|
130
208
|
- [PunishmentSeveritiesResponseSeverityInfo](docs/PunishmentSeveritiesResponseSeverityInfo.md)
|
|
209
|
+
- [PunishmentSource](docs/PunishmentSource.md)
|
|
131
210
|
- [PunishmentTargetType](docs/PunishmentTargetType.md)
|
|
132
211
|
- [PunishmentType](docs/PunishmentType.md)
|
|
133
212
|
- [Rank](docs/Rank.md)
|
|
134
213
|
- [Region](docs/Region.md)
|
|
214
|
+
- [ReportCategory](docs/ReportCategory.md)
|
|
135
215
|
- [SearchKind](docs/SearchKind.md)
|
|
136
216
|
- [ServerRegisterRequest](docs/ServerRegisterRequest.md)
|
|
137
217
|
- [ServerSessionDTO](docs/ServerSessionDTO.md)
|
|
218
|
+
- [SliceAdminAltAccount](docs/SliceAdminAltAccount.md)
|
|
219
|
+
- [SliceAdminAltExemption](docs/SliceAdminAltExemption.md)
|
|
220
|
+
- [SliceAdminAsyncJob](docs/SliceAdminAsyncJob.md)
|
|
221
|
+
- [SliceAdminAuditLogEntry](docs/SliceAdminAuditLogEntry.md)
|
|
222
|
+
- [SliceAdminDashboardConnectionResponse](docs/SliceAdminDashboardConnectionResponse.md)
|
|
223
|
+
- [SliceAdminPlayerNote](docs/SliceAdminPlayerNote.md)
|
|
224
|
+
- [SliceAdminPlayerPunishmentResponse](docs/SliceAdminPlayerPunishmentResponse.md)
|
|
225
|
+
- [SliceAdminPlayerReport](docs/SliceAdminPlayerReport.md)
|
|
226
|
+
- [SliceAdminPlayerSession](docs/SliceAdminPlayerSession.md)
|
|
227
|
+
- [SliceAdminPlayerSummary](docs/SliceAdminPlayerSummary.md)
|
|
228
|
+
- [SliceAdminPunishmentListItem](docs/SliceAdminPunishmentListItem.md)
|
|
229
|
+
- [SlicePunishmentGetPunishmentResponse](docs/SlicePunishmentGetPunishmentResponse.md)
|
|
230
|
+
- [Sort](docs/Sort.md)
|
|
231
|
+
- [SortOrder](docs/SortOrder.md)
|
|
232
|
+
- [SortOrderDirection](docs/SortOrderDirection.md)
|
|
138
233
|
- [TokenRequest](docs/TokenRequest.md)
|
|
139
234
|
- [UpdateClientRequest](docs/UpdateClientRequest.md)
|
|
140
235
|
- [UserProfileResponse](docs/UserProfileResponse.md)
|