@finverse/sdk-typescript 0.0.220 → 0.0.221

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
@@ -4643,11 +4643,17 @@ export interface PaymentDetails2 {
4643
4643
  */
4644
4644
  mandate_id?: string;
4645
4645
  /**
4646
- * Customer\'s ID for this transaction
4646
+ * Deprecated: Customer\'s ID for this transaction
4647
4647
  * @type {string}
4648
4648
  * @memberof PaymentDetails2
4649
4649
  */
4650
4650
  transaction_reference_id?: string;
4651
+ /**
4652
+ * Customer reference for this transaction
4653
+ * @type {string}
4654
+ * @memberof PaymentDetails2
4655
+ */
4656
+ external_transaction_reference?: string;
4651
4657
  }
4652
4658
  /**
4653
4659
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.220",
3
+ "version": "0.0.221",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [