@finverse/sdk-typescript 0.0.327 → 0.0.329

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 -18
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -542,30 +542,12 @@ export interface AvailablePaymentMethod {
542
542
  * @memberof AvailablePaymentMethod
543
543
  */
544
544
  payment_account_id?: string;
545
- /**
546
- *
547
- * @type {string}
548
- * @memberof AvailablePaymentMethod
549
- */
550
- title?: string;
551
- /**
552
- *
553
- * @type {string}
554
- * @memberof AvailablePaymentMethod
555
- */
556
- description?: string;
557
545
  /**
558
546
  * The payment method type, possible values CARD, MANDATE and MANUAL
559
547
  * @type {string}
560
548
  * @memberof AvailablePaymentMethod
561
549
  */
562
550
  payment_method_type?: string;
563
- /**
564
- * The payment method subtype
565
- * @type {string}
566
- * @memberof AvailablePaymentMethod
567
- */
568
- payment_method_subtype?: string;
569
551
  /**
570
552
  *
571
553
  * @type {boolean}
@@ -578,6 +560,12 @@ export interface AvailablePaymentMethod {
578
560
  * @memberof AvailablePaymentMethod
579
561
  */
580
562
  fee?: string;
563
+ /**
564
+ *
565
+ * @type {string}
566
+ * @memberof AvailablePaymentMethod
567
+ */
568
+ payment_method_provider?: string;
581
569
  }
582
570
  /**
583
571
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.327",
3
+ "version": "0.0.329",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {