@takaro/apiclient 0.5.1 → 0.5.2

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.
@@ -8950,6 +8950,12 @@ export interface PlayerOnGameServerSetCurrencyInputDTO {
8950
8950
  * @memberof PlayerOnGameServerSetCurrencyInputDTO
8951
8951
  */
8952
8952
  currency: number;
8953
+ /**
8954
+ *
8955
+ * @type {string}
8956
+ * @memberof PlayerOnGameServerSetCurrencyInputDTO
8957
+ */
8958
+ reason?: string;
8953
8959
  }
8954
8960
  /**
8955
8961
  *
@@ -12648,6 +12654,12 @@ export interface TakaroEventCurrencyAdded {
12648
12654
  * @memberof TakaroEventCurrencyAdded
12649
12655
  */
12650
12656
  amount: number;
12657
+ /**
12658
+ *
12659
+ * @type {string}
12660
+ * @memberof TakaroEventCurrencyAdded
12661
+ */
12662
+ reason?: string;
12651
12663
  /**
12652
12664
  *
12653
12665
  * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
@@ -12667,6 +12679,12 @@ export interface TakaroEventCurrencyDeducted {
12667
12679
  * @memberof TakaroEventCurrencyDeducted
12668
12680
  */
12669
12681
  amount: number;
12682
+ /**
12683
+ *
12684
+ * @type {string}
12685
+ * @memberof TakaroEventCurrencyDeducted
12686
+ */
12687
+ reason?: string;
12670
12688
  /**
12671
12689
  *
12672
12690
  * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}