@rebornteam/reborn-api 2.9.1 → 3.1.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 +8 -0
- package/README.md +11 -2
- package/api.ts +280 -100
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +197 -97
- package/dist/api.js +149 -51
- 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 +197 -97
- package/dist/esm/api.js +147 -50
- 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/AdminApplyPunishmentRequest.md +1 -1
- package/docs/AdminApplyPunishmentResult.md +1 -1
- package/docs/AdminConnectionCheckResult.md +25 -0
- package/docs/AdminConnectionsApi.md +59 -0
- package/docs/AdminCreatePunishmentDraftRequest.md +1 -1
- package/docs/AdminDashboardConnectionResponse.md +2 -0
- package/docs/AdminPunishmentEvaluation.md +1 -1
- package/docs/AdminPunishmentListItem.md +2 -2
- package/docs/AdminPunishmentSearchResponse.md +1 -1
- package/docs/AdminPunishmentsApi.md +5 -5
- package/docs/ConnectionGetConnectionDetailsResponse.md +11 -7
- package/docs/ConnectionResult.md +25 -0
- package/docs/ConnectionResultResultCode.md +20 -0
- package/docs/GameType.md +12 -0
- package/docs/PlayerApi.md +7 -8
- package/docs/PlayerGetPlayerInformation.md +4 -4
- package/docs/PunishmentApi.md +4 -4
- package/docs/PunishmentGetPunishmentResponse.md +1 -1
- package/docs/PunishmentSeveritiesResponsePunishmentTypeInfo.md +1 -1
- package/docs/PunishmentTargetType.md +10 -0
- package/docs/PunishmentType.md +12 -0
- package/docs/Region.md +12 -0
- package/docs/SearchKind.md +11 -0
- package/docs/ServerRegisterRequest.md +2 -2
- package/docs/ServerSessionDTO.md +2 -2
- package/index.ts +1 -1
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -12,6 +12,7 @@ docs/AdminApplyPunishmentResult.md
|
|
|
12
12
|
docs/AdminClientCredentialResponse.md
|
|
13
13
|
docs/AdminClientCredentialsApi.md
|
|
14
14
|
docs/AdminConnectionBypassResponse.md
|
|
15
|
+
docs/AdminConnectionCheckResult.md
|
|
15
16
|
docs/AdminConnectionsApi.md
|
|
16
17
|
docs/AdminCreatePunishmentDraftRequest.md
|
|
17
18
|
docs/AdminDashboardApi.md
|
|
@@ -39,7 +40,10 @@ docs/ChatMessageRequest.md
|
|
|
39
40
|
docs/ClientCredentialRequest.md
|
|
40
41
|
docs/ConnectionApi.md
|
|
41
42
|
docs/ConnectionGetConnectionDetailsResponse.md
|
|
43
|
+
docs/ConnectionResult.md
|
|
44
|
+
docs/ConnectionResultResultCode.md
|
|
42
45
|
docs/CreateBypassRequest.md
|
|
46
|
+
docs/GameType.md
|
|
43
47
|
docs/PlayerApi.md
|
|
44
48
|
docs/PlayerGetPlayerInformation.md
|
|
45
49
|
docs/PunishmentApi.md
|
|
@@ -47,7 +51,11 @@ docs/PunishmentGetPunishmentResponse.md
|
|
|
47
51
|
docs/PunishmentSeveritiesResponse.md
|
|
48
52
|
docs/PunishmentSeveritiesResponsePunishmentTypeInfo.md
|
|
49
53
|
docs/PunishmentSeveritiesResponseSeverityInfo.md
|
|
54
|
+
docs/PunishmentTargetType.md
|
|
55
|
+
docs/PunishmentType.md
|
|
50
56
|
docs/Rank.md
|
|
57
|
+
docs/Region.md
|
|
58
|
+
docs/SearchKind.md
|
|
51
59
|
docs/ServerRegisterRequest.md
|
|
52
60
|
docs/ServerSessionDTO.md
|
|
53
61
|
docs/ServerSessionsApi.md
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @rebornteam/reborn-api@
|
|
1
|
+
## @rebornteam/reborn-api@3.1.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@3.1.0 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -61,6 +61,7 @@ Class | Method | HTTP request | Description
|
|
|
61
61
|
*AdminConnectionsApi* | [**createBypass**](docs/AdminConnectionsApi.md#createbypass) | **POST** /admin/connection/bypass | Create connection bypass
|
|
62
62
|
*AdminConnectionsApi* | [**listAllConnections**](docs/AdminConnectionsApi.md#listallconnections) | **GET** /admin/connection | List all connections (paginated)
|
|
63
63
|
*AdminConnectionsApi* | [**listConnections**](docs/AdminConnectionsApi.md#listconnections) | **GET** /admin/connection/recent | List recent connections
|
|
64
|
+
*AdminConnectionsApi* | [**recheckService**](docs/AdminConnectionsApi.md#recheckservice) | **POST** /admin/connection/{connectionId}/recheck/{service} | Refresh a single VPN check
|
|
64
65
|
*AdminDashboardApi* | [**dashboardStats**](docs/AdminDashboardApi.md#dashboardstats) | **GET** /admin/dashboard | Get dashboard statistics
|
|
65
66
|
*AdminPlayersApi* | [**getPlayer**](docs/AdminPlayersApi.md#getplayer) | **GET** /admin/player/{uuid} | Get player detail
|
|
66
67
|
*AdminPlayersApi* | [**listPlayers**](docs/AdminPlayersApi.md#listplayers) | **GET** /admin/player | List players
|
|
@@ -95,6 +96,7 @@ Class | Method | HTTP request | Description
|
|
|
95
96
|
- [AdminApplyPunishmentResult](docs/AdminApplyPunishmentResult.md)
|
|
96
97
|
- [AdminClientCredentialResponse](docs/AdminClientCredentialResponse.md)
|
|
97
98
|
- [AdminConnectionBypassResponse](docs/AdminConnectionBypassResponse.md)
|
|
99
|
+
- [AdminConnectionCheckResult](docs/AdminConnectionCheckResult.md)
|
|
98
100
|
- [AdminCreatePunishmentDraftRequest](docs/AdminCreatePunishmentDraftRequest.md)
|
|
99
101
|
- [AdminDashboardConnectionResponse](docs/AdminDashboardConnectionResponse.md)
|
|
100
102
|
- [AdminGetDashboardStats](docs/AdminGetDashboardStats.md)
|
|
@@ -115,13 +117,20 @@ Class | Method | HTTP request | Description
|
|
|
115
117
|
- [ChatMessageRequest](docs/ChatMessageRequest.md)
|
|
116
118
|
- [ClientCredentialRequest](docs/ClientCredentialRequest.md)
|
|
117
119
|
- [ConnectionGetConnectionDetailsResponse](docs/ConnectionGetConnectionDetailsResponse.md)
|
|
120
|
+
- [ConnectionResult](docs/ConnectionResult.md)
|
|
121
|
+
- [ConnectionResultResultCode](docs/ConnectionResultResultCode.md)
|
|
118
122
|
- [CreateBypassRequest](docs/CreateBypassRequest.md)
|
|
123
|
+
- [GameType](docs/GameType.md)
|
|
119
124
|
- [PlayerGetPlayerInformation](docs/PlayerGetPlayerInformation.md)
|
|
120
125
|
- [PunishmentGetPunishmentResponse](docs/PunishmentGetPunishmentResponse.md)
|
|
121
126
|
- [PunishmentSeveritiesResponse](docs/PunishmentSeveritiesResponse.md)
|
|
122
127
|
- [PunishmentSeveritiesResponsePunishmentTypeInfo](docs/PunishmentSeveritiesResponsePunishmentTypeInfo.md)
|
|
123
128
|
- [PunishmentSeveritiesResponseSeverityInfo](docs/PunishmentSeveritiesResponseSeverityInfo.md)
|
|
129
|
+
- [PunishmentTargetType](docs/PunishmentTargetType.md)
|
|
130
|
+
- [PunishmentType](docs/PunishmentType.md)
|
|
124
131
|
- [Rank](docs/Rank.md)
|
|
132
|
+
- [Region](docs/Region.md)
|
|
133
|
+
- [SearchKind](docs/SearchKind.md)
|
|
125
134
|
- [ServerRegisterRequest](docs/ServerRegisterRequest.md)
|
|
126
135
|
- [ServerSessionDTO](docs/ServerSessionDTO.md)
|
|
127
136
|
- [TokenRequest](docs/TokenRequest.md)
|