@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
package/src/generated/api.ts
CHANGED
|
@@ -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}
|