-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1120 from gettakaro/main-promotion
- Loading branch information
Showing
14 changed files
with
200 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* | ||
* Takaro API | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
* The version of the OpenAPI document: 1.0.0 | ||
* | ||
* The version of the OpenAPI document: unset-unset-unset | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
|
@@ -6148,6 +6148,12 @@ export interface PlayerOutputDTO { | |
* @memberof PlayerOutputDTO | ||
*/ | ||
steamNumberOfVACBans?: number; | ||
/** | ||
* | ||
* @type {number} | ||
* @memberof PlayerOutputDTO | ||
*/ | ||
steamLevel?: number; | ||
/** | ||
* | ||
* @type {Array<PlayerOnGameserverOutputDTO>} | ||
|
@@ -6294,6 +6300,12 @@ export interface PlayerOutputWithRolesDTO { | |
* @memberof PlayerOutputWithRolesDTO | ||
*/ | ||
steamNumberOfVACBans?: number; | ||
/** | ||
* | ||
* @type {number} | ||
* @memberof PlayerOutputWithRolesDTO | ||
*/ | ||
steamLevel?: number; | ||
/** | ||
* | ||
* @type {Array<PlayerOnGameserverOutputDTO>} | ||
|
@@ -7891,10 +7903,10 @@ export interface TakaroEventCommandExecuted { | |
data: any; | ||
/** | ||
* | ||
* @type {Array<TakaroEventFunctionResult>} | ||
* @type {TakaroEventFunctionResult} | ||
* @memberof TakaroEventCommandExecuted | ||
*/ | ||
result: Array<TakaroEventFunctionResult>; | ||
result: TakaroEventFunctionResult; | ||
/** | ||
* | ||
* @type {TakaroEventCommandDetails} | ||
|
@@ -7941,10 +7953,10 @@ export interface TakaroEventCronjobExecuted { | |
data: any; | ||
/** | ||
* | ||
* @type {Array<TakaroEventFunctionResult>} | ||
* @type {TakaroEventFunctionResult} | ||
* @memberof TakaroEventCronjobExecuted | ||
*/ | ||
result: Array<TakaroEventFunctionResult>; | ||
result: TakaroEventFunctionResult; | ||
/** | ||
* | ||
* @type {TakaroEventCronjobDetails} | ||
|
@@ -8079,10 +8091,10 @@ export interface TakaroEventHookExecuted { | |
data: any; | ||
/** | ||
* | ||
* @type {Array<TakaroEventFunctionResult>} | ||
* @type {TakaroEventFunctionResult} | ||
* @memberof TakaroEventHookExecuted | ||
*/ | ||
result: Array<TakaroEventFunctionResult>; | ||
result: TakaroEventFunctionResult; | ||
/** | ||
* | ||
* @type {TakaroEventHookDetails} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* | ||
* Takaro API | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
* The version of the OpenAPI document: 1.0.0 | ||
* | ||
* The version of the OpenAPI document: unset-unset-unset | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* | ||
* Takaro API | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
* The version of the OpenAPI document: 1.0.0 | ||
* | ||
* The version of the OpenAPI document: unset-unset-unset | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* | ||
* Takaro API | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
* The version of the OpenAPI document: 1.0.0 | ||
* | ||
* The version of the OpenAPI document: unset-unset-unset | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* | ||
* Takaro API | ||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) | ||
* | ||
* The version of the OpenAPI document: 1.0.0 | ||
* | ||
* The version of the OpenAPI document: unset-unset-unset | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
...snapshots__/PlayerController/Assigning the same role for same gameserver should fail.json
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...es/test/src/__snapshots__/PlayerController/Assigning the same role twice should fail.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.