@rebornteam/reborn-api 4.0.0 → 4.6.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.
@@ -8,10 +8,14 @@ common.ts
8
8
  configuration.ts
9
9
  docs/AdminAltAccount.md
10
10
  docs/AdminAltExemption.md
11
+ docs/AdminAltGraph.md
12
+ docs/AdminAltGraphEdge.md
13
+ docs/AdminAltGraphNode.md
11
14
  docs/AdminApplyPunishmentRequest.md
12
15
  docs/AdminApplyPunishmentResponse.md
13
16
  docs/AdminApplyPunishmentResult.md
14
17
  docs/AdminAsyncJob.md
18
+ docs/AdminAsyncJobArtifactMeta.md
15
19
  docs/AdminAsyncJobStartResponse.md
16
20
  docs/AdminAuditLogApi.md
17
21
  docs/AdminAuditLogEntry.md
@@ -44,6 +48,7 @@ docs/AdminPunishmentEvaluation.md
44
48
  docs/AdminPunishmentListItem.md
45
49
  docs/AdminPunishmentSearchResponse.md
46
50
  docs/AdminPunishmentTarget.md
51
+ docs/AdminPunishmentTargets.md
47
52
  docs/AdminPunishmentsApi.md
48
53
  docs/AdminReportTarget.md
49
54
  docs/AdminReportsApi.md
@@ -87,6 +92,7 @@ docs/PageableMode.md
87
92
  docs/PlayerApi.md
88
93
  docs/PlayerGetPlayerInformation.md
89
94
  docs/PlayerSessionEndRequest.md
95
+ docs/PlayerSessionEndResponse.md
90
96
  docs/PlayerSessionStartRequest.md
91
97
  docs/PlayerSessionStartResponse.md
92
98
  docs/PlayerSessionsApi.md
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @rebornteam/reborn-api@4.0.0
1
+ ## @rebornteam/reborn-api@4.6.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@4.0.0 --save
39
+ npm install @rebornteam/reborn-api@4.6.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -69,12 +69,15 @@ Class | Method | HTTP request | Description
69
69
  *AdminConnectionsApi* | [**recheckService**](docs/AdminConnectionsApi.md#recheckservice) | **POST** /admin/connection/{connectionId}/recheck/{service} | Refresh a single VPN check
70
70
  *AdminDashboardApi* | [**dashboardStats**](docs/AdminDashboardApi.md#dashboardstats) | **GET** /admin/dashboard | Get dashboard statistics
71
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
72
73
  *AdminJobsApi* | [**get**](docs/AdminJobsApi.md#get) | **GET** /admin/job/{id} | Get one async job
73
74
  *AdminJobsApi* | [**list**](docs/AdminJobsApi.md#list) | **GET** /admin/job | List async jobs
74
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
75
77
  *AdminPlayersApi* | [**bulkRevokePropagated**](docs/AdminPlayersApi.md#bulkrevokepropagated) | **POST** /admin/player/player-punishment/bulk-revoke | Bulk-revoke PROPAGATED links by source
76
78
  *AdminPlayersApi* | [**createPlayerNote**](docs/AdminPlayersApi.md#createplayernote) | **POST** /admin/player/{uuid}/note | Create a staff note on a player
77
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
78
81
  *AdminPlayersApi* | [**getPlayer**](docs/AdminPlayersApi.md#getplayer) | **GET** /admin/player/{uuid} | Get player detail
79
82
  *AdminPlayersApi* | [**getPlayerAlts**](docs/AdminPlayersApi.md#getplayeralts) | **GET** /admin/player/{uuid}/alts | List a player\'s alt accounts
80
83
  *AdminPlayersApi* | [**getPlayerConnections**](docs/AdminPlayersApi.md#getplayerconnections) | **GET** /admin/player/{uuid}/connections | List a player\'s connection history
@@ -92,7 +95,9 @@ Class | Method | HTTP request | Description
92
95
  *AdminPunishmentsApi* | [**applyPunishment**](docs/AdminPunishmentsApi.md#applypunishment) | **POST** /admin/punishment/apply | Apply punishment
93
96
  *AdminPunishmentsApi* | [**createDraft**](docs/AdminPunishmentsApi.md#createdraft) | **POST** /admin/punishment/draft | Evaluate punishment impact
94
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
95
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
96
101
  *AdminPunishmentsApi* | [**searchTargets**](docs/AdminPunishmentsApi.md#searchtargets) | **GET** /admin/punishment/search | Search punishment targets
97
102
  *AdminReportsApi* | [**list1**](docs/AdminReportsApi.md#list1) | **GET** /admin/report | List reports
98
103
  *AdminReportsApi* | [**resolve**](docs/AdminReportsApi.md#resolve) | **POST** /admin/report/{id}/resolve | Resolve a report
@@ -123,10 +128,14 @@ Class | Method | HTTP request | Description
123
128
 
124
129
  - [AdminAltAccount](docs/AdminAltAccount.md)
125
130
  - [AdminAltExemption](docs/AdminAltExemption.md)
131
+ - [AdminAltGraph](docs/AdminAltGraph.md)
132
+ - [AdminAltGraphEdge](docs/AdminAltGraphEdge.md)
133
+ - [AdminAltGraphNode](docs/AdminAltGraphNode.md)
126
134
  - [AdminApplyPunishmentRequest](docs/AdminApplyPunishmentRequest.md)
127
135
  - [AdminApplyPunishmentResponse](docs/AdminApplyPunishmentResponse.md)
128
136
  - [AdminApplyPunishmentResult](docs/AdminApplyPunishmentResult.md)
129
137
  - [AdminAsyncJob](docs/AdminAsyncJob.md)
138
+ - [AdminAsyncJobArtifactMeta](docs/AdminAsyncJobArtifactMeta.md)
130
139
  - [AdminAsyncJobStartResponse](docs/AdminAsyncJobStartResponse.md)
131
140
  - [AdminAuditLogEntry](docs/AdminAuditLogEntry.md)
132
141
  - [AdminBulkRevokeRequest](docs/AdminBulkRevokeRequest.md)
@@ -153,6 +162,7 @@ Class | Method | HTTP request | Description
153
162
  - [AdminPunishmentListItem](docs/AdminPunishmentListItem.md)
154
163
  - [AdminPunishmentSearchResponse](docs/AdminPunishmentSearchResponse.md)
155
164
  - [AdminPunishmentTarget](docs/AdminPunishmentTarget.md)
165
+ - [AdminPunishmentTargets](docs/AdminPunishmentTargets.md)
156
166
  - [AdminReportTarget](docs/AdminReportTarget.md)
157
167
  - [AdminResolveReportRequest](docs/AdminResolveReportRequest.md)
158
168
  - [AdminSetAggressiveModeImmunityRequest](docs/AdminSetAggressiveModeImmunityRequest.md)
@@ -190,6 +200,7 @@ Class | Method | HTTP request | Description
190
200
  - [PageableMode](docs/PageableMode.md)
191
201
  - [PlayerGetPlayerInformation](docs/PlayerGetPlayerInformation.md)
192
202
  - [PlayerSessionEndRequest](docs/PlayerSessionEndRequest.md)
203
+ - [PlayerSessionEndResponse](docs/PlayerSessionEndResponse.md)
193
204
  - [PlayerSessionStartRequest](docs/PlayerSessionStartRequest.md)
194
205
  - [PlayerSessionStartResponse](docs/PlayerSessionStartResponse.md)
195
206
  - [PunishmentGetPunishmentResponse](docs/PunishmentGetPunishmentResponse.md)