@finverse/sdk-typescript 0.0.178 → 0.0.179

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 +4 -4
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -725,10 +725,10 @@ export interface CardAccount {
725
725
  minimum_payment_due?: CurrencyAmount;
726
726
  /**
727
727
  *
728
- * @type {GenericAmount}
728
+ * @type {Array<GenericAmount>}
729
729
  * @memberof CardAccount
730
730
  */
731
- rewards_points_balance?: GenericAmount;
731
+ rewards_balances?: Array<GenericAmount>;
732
732
  /**
733
733
  *
734
734
  * @type {string}
@@ -799,10 +799,10 @@ export interface CardTotal {
799
799
  minimum_payment_due?: CurrencyAmount;
800
800
  /**
801
801
  *
802
- * @type {GenericAmount}
802
+ * @type {Array<GenericAmount>}
803
803
  * @memberof CardTotal
804
804
  */
805
- rewards_points_balance?: GenericAmount;
805
+ rewards_balances?: Array<GenericAmount>;
806
806
  /**
807
807
  *
808
808
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.178",
3
+ "version": "0.0.179",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [