@finverse/sdk-typescript 0.0.306 → 0.0.307

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 +2 -2
package/dist/api.d.ts CHANGED
@@ -1887,7 +1887,7 @@ export interface DisputeResponse {
1887
1887
  * @type {number}
1888
1888
  * @memberof DisputeResponse
1889
1889
  */
1890
- disputed_amount?: number;
1890
+ amount?: number;
1891
1891
  /**
1892
1892
  * The currency of the balance
1893
1893
  * @type {string}
@@ -1900,6 +1900,12 @@ export interface DisputeResponse {
1900
1900
  * @memberof DisputeResponse
1901
1901
  */
1902
1902
  last_event_name?: string;
1903
+ /**
1904
+ * The payment id
1905
+ * @type {string}
1906
+ * @memberof DisputeResponse
1907
+ */
1908
+ payment_id?: string;
1903
1909
  /**
1904
1910
  * The payment processor handling the dispute
1905
1911
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.306",
3
+ "version": "0.0.307",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -31,7 +31,7 @@
31
31
  "@types/mocha": "^10.0.10",
32
32
  "@types/node": "12.11.5 - 12.20.42",
33
33
  "axios-mock-adapter": "^1.21.2",
34
- "chai": "^5.2.0",
34
+ "chai": "^5.2.1",
35
35
  "mocha": "^11.7.1",
36
36
  "ts-node": "^10.9.2",
37
37
  "typescript": "^4.0 || ^5.0"