@takaro/apiclient 0.0.0-dev.6b70574 → 0.0.0-dev.6dcd16c
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}
|
|
@@ -9222,6 +9228,12 @@ export interface PlayerOnGameServerSetCurrencyInputDTO {
|
|
|
9222
9228
|
* @memberof PlayerOnGameServerSetCurrencyInputDTO
|
|
9223
9229
|
*/
|
|
9224
9230
|
currency: number;
|
|
9231
|
+
/**
|
|
9232
|
+
*
|
|
9233
|
+
* @type {string}
|
|
9234
|
+
* @memberof PlayerOnGameServerSetCurrencyInputDTO
|
|
9235
|
+
*/
|
|
9236
|
+
reason?: string;
|
|
9225
9237
|
}
|
|
9226
9238
|
/**
|
|
9227
9239
|
*
|
|
@@ -12971,6 +12983,12 @@ export interface TakaroEventCurrencyAdded {
|
|
|
12971
12983
|
* @memberof TakaroEventCurrencyAdded
|
|
12972
12984
|
*/
|
|
12973
12985
|
amount: number;
|
|
12986
|
+
/**
|
|
12987
|
+
*
|
|
12988
|
+
* @type {string}
|
|
12989
|
+
* @memberof TakaroEventCurrencyAdded
|
|
12990
|
+
*/
|
|
12991
|
+
reason?: string;
|
|
12974
12992
|
/**
|
|
12975
12993
|
*
|
|
12976
12994
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|
|
@@ -12990,6 +13008,12 @@ export interface TakaroEventCurrencyDeducted {
|
|
|
12990
13008
|
* @memberof TakaroEventCurrencyDeducted
|
|
12991
13009
|
*/
|
|
12992
13010
|
amount: number;
|
|
13011
|
+
/**
|
|
13012
|
+
*
|
|
13013
|
+
* @type {string}
|
|
13014
|
+
* @memberof TakaroEventCurrencyDeducted
|
|
13015
|
+
*/
|
|
13016
|
+
reason?: string;
|
|
12993
13017
|
/**
|
|
12994
13018
|
*
|
|
12995
13019
|
* @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
|