@finverse/sdk-typescript 0.0.328 → 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 +0 -18
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -542,18 +542,6 @@ 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}
@@ -578,12 +566,6 @@ export interface AvailablePaymentMethod {
578
566
  * @memberof AvailablePaymentMethod
579
567
  */
580
568
  payment_method_provider?: string;
581
- /**
582
- *
583
- * @type {string}
584
- * @memberof AvailablePaymentMethod
585
- */
586
- payment_rail_id?: string;
587
569
  }
588
570
  /**
589
571
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.328",
3
+ "version": "0.0.329",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {