@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.
- package/dist/api.d.ts +4 -4
- 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
|
-
|
|
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
|
-
|
|
805
|
+
rewards_balances?: Array<GenericAmount>;
|
|
806
806
|
/**
|
|
807
807
|
*
|
|
808
808
|
* @type {string}
|