@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.
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.5.1",
4
+ "version": "0.5.2",
5
5
  "author": "",
6
6
  "dependencies": {
7
7
  "axios": "1.7.7"
@@ -9222,6 +9222,12 @@ export interface PlayerOnGameServerSetCurrencyInputDTO {
9222
9222
  * @memberof PlayerOnGameServerSetCurrencyInputDTO
9223
9223
  */
9224
9224
  currency: number;
9225
+ /**
9226
+ *
9227
+ * @type {string}
9228
+ * @memberof PlayerOnGameServerSetCurrencyInputDTO
9229
+ */
9230
+ reason?: string;
9225
9231
  }
9226
9232
  /**
9227
9233
  *
@@ -12971,6 +12977,12 @@ export interface TakaroEventCurrencyAdded {
12971
12977
  * @memberof TakaroEventCurrencyAdded
12972
12978
  */
12973
12979
  amount: number;
12980
+ /**
12981
+ *
12982
+ * @type {string}
12983
+ * @memberof TakaroEventCurrencyAdded
12984
+ */
12985
+ reason?: string;
12974
12986
  /**
12975
12987
  *
12976
12988
  * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
@@ -12990,6 +13002,12 @@ export interface TakaroEventCurrencyDeducted {
12990
13002
  * @memberof TakaroEventCurrencyDeducted
12991
13003
  */
12992
13004
  amount: number;
13005
+ /**
13006
+ *
13007
+ * @type {string}
13008
+ * @memberof TakaroEventCurrencyDeducted
13009
+ */
13010
+ reason?: string;
12993
13011
  /**
12994
13012
  *
12995
13013
  * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}