@finverse/sdk-typescript 0.0.207 → 0.0.208

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 +7 -1
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -4515,7 +4515,13 @@ export interface PaymentDetails2 {
4515
4515
  * @type {string}
4516
4516
  * @memberof PaymentDetails2
4517
4517
  */
4518
- mandate_id: string;
4518
+ mandate_id?: string;
4519
+ /**
4520
+ * ID of the payment method this pament is referring to.
4521
+ * @type {string}
4522
+ * @memberof PaymentDetails2
4523
+ */
4524
+ payment_method_id?: string;
4519
4525
  /**
4520
4526
  * Customer\'s ID for this transaction
4521
4527
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.207",
3
+ "version": "0.0.208",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [