@finverse/sdk-typescript 0.0.177 → 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 +5 -11
  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}
@@ -4142,13 +4142,7 @@ export interface ManualPaymentConfirmationRequest {
4142
4142
  * @type {string}
4143
4143
  * @memberof ManualPaymentConfirmationRequest
4144
4144
  */
4145
- account_number_last4?: string;
4146
- /**
4147
- *
4148
- * @type {string}
4149
- * @memberof ManualPaymentConfirmationRequest
4150
- */
4151
- accountholder_name?: string;
4145
+ accountholder_name: string;
4152
4146
  }
4153
4147
  /**
4154
4148
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.177",
3
+ "version": "0.0.179",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [