@finverse/sdk-typescript 0.0.327 → 0.0.328

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 +11 -5
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -561,23 +561,29 @@ export interface AvailablePaymentMethod {
561
561
  */
562
562
  payment_method_type?: string;
563
563
  /**
564
- * The payment method subtype
564
+ *
565
+ * @type {boolean}
566
+ * @memberof AvailablePaymentMethod
567
+ */
568
+ recurring?: boolean;
569
+ /**
570
+ *
565
571
  * @type {string}
566
572
  * @memberof AvailablePaymentMethod
567
573
  */
568
- payment_method_subtype?: string;
574
+ fee?: string;
569
575
  /**
570
576
  *
571
- * @type {boolean}
577
+ * @type {string}
572
578
  * @memberof AvailablePaymentMethod
573
579
  */
574
- recurring?: boolean;
580
+ payment_method_provider?: string;
575
581
  /**
576
582
  *
577
583
  * @type {string}
578
584
  * @memberof AvailablePaymentMethod
579
585
  */
580
- fee?: string;
586
+ payment_rail_id?: string;
581
587
  }
582
588
  /**
583
589
  *
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.328",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {