@finverse/sdk-typescript 0.0.334 → 0.0.335

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +6 -0
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -8576,6 +8576,12 @@ export interface Transaction {
8576
8576
  * @memberof Transaction
8577
8577
  */
8578
8578
  amount?: CurrencyAmount;
8579
+ /**
8580
+ *
8581
+ * @type {CurrencyAmount}
8582
+ * @memberof Transaction
8583
+ */
8584
+ running_balance?: CurrencyAmount;
8579
8585
  /**
8580
8586
  * Transaction Details
8581
8587
  * @type {object}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.334",
3
+ "version": "0.0.335",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {