@finverse/sdk-typescript 0.0.325 → 0.0.326

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 -0
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -2454,6 +2454,12 @@ export interface FVCardProcessorDetails {
2454
2454
  * @memberof FVCardProcessorDetails
2455
2455
  */
2456
2456
  token_id?: string;
2457
+ /**
2458
+ * The network transaction reference
2459
+ * @type {string}
2460
+ * @memberof FVCardProcessorDetails
2461
+ */
2462
+ network_transaction_reference?: string;
2457
2463
  }
2458
2464
  /**
2459
2465
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.325",
3
+ "version": "0.0.326",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {