@takaro/apiclient 0.0.0-dev.e81eeeb → 0.0.0-dev.e977b6b
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/dist/generated/api.d.ts
CHANGED
|
@@ -8508,6 +8508,12 @@ export interface PlayerInventoryHistoryInputDTO {
|
|
|
8508
8508
|
* @memberof PlayerInventoryHistoryInputDTO
|
|
8509
8509
|
*/
|
|
8510
8510
|
playerId: string;
|
|
8511
|
+
/**
|
|
8512
|
+
*
|
|
8513
|
+
* @type {string}
|
|
8514
|
+
* @memberof PlayerInventoryHistoryInputDTO
|
|
8515
|
+
*/
|
|
8516
|
+
gameServerId: string;
|
|
8511
8517
|
/**
|
|
8512
8518
|
*
|
|
8513
8519
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|