@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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@takaro/apiclient",
3
3
  "description": "API client for Takaro",
4
- "version": "0.0.0-dev.e81eeeb",
4
+ "version": "0.0.0-dev.e977b6b",
5
5
  "author": "",
6
6
  "dependencies": {
7
7
  "axios": "1.7.7"
@@ -8774,6 +8774,12 @@ export interface PlayerInventoryHistoryInputDTO {
8774
8774
  * @memberof PlayerInventoryHistoryInputDTO
8775
8775
  */
8776
8776
  playerId: string;
8777
+ /**
8778
+ *
8779
+ * @type {string}
8780
+ * @memberof PlayerInventoryHistoryInputDTO
8781
+ */
8782
+ gameServerId: string;
8777
8783
  /**
8778
8784
  *
8779
8785
  * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}