@finverse/sdk-typescript 0.0.308 → 0.0.310

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.
package/dist/api.d.ts CHANGED
@@ -1913,11 +1913,11 @@ export interface DisputeResponse {
1913
1913
  */
1914
1914
  payment_processor?: string;
1915
1915
  /**
1916
- * The account ID at the payment processor
1916
+ *
1917
1917
  * @type {string}
1918
1918
  * @memberof DisputeResponse
1919
1919
  */
1920
- payment_processor_account_id?: string;
1920
+ payment_processor_merchant_reference?: string;
1921
1921
  /**
1922
1922
  * The payment reference for the disputed transaction
1923
1923
  * @type {string}
@@ -2012,6 +2012,7 @@ export interface DisputeResponse {
2012
2012
  updated_at?: string;
2013
2013
  }
2014
2014
  export declare const DisputeResponseDisputeStatusEnum: {
2015
+ readonly Unknown: "UNKNOWN";
2015
2016
  readonly Undefended: "UNDEFENDED";
2016
2017
  readonly ActionRequired: "ACTION_REQUIRED";
2017
2018
  readonly Processing: "PROCESSING";
@@ -10815,6 +10816,7 @@ export type ListDetokenizedMandatesSenderTypeEnum = (typeof ListDetokenizedManda
10815
10816
  * @export
10816
10817
  */
10817
10818
  export declare const ListDisputesStatusesEnum: {
10819
+ readonly Unknown: "UNKNOWN";
10818
10820
  readonly Undefended: "UNDEFENDED";
10819
10821
  readonly ActionRequired: "ACTION_REQUIRED";
10820
10822
  readonly Processing: "PROCESSING";
package/dist/api.js CHANGED
@@ -136,6 +136,7 @@ exports.CustomerPaymentInstructionTypeEnum = {
136
136
  DebitAuthorization: 'DEBIT_AUTHORIZATION',
137
137
  };
138
138
  exports.DisputeResponseDisputeStatusEnum = {
139
+ Unknown: 'UNKNOWN',
139
140
  Undefended: 'UNDEFENDED',
140
141
  ActionRequired: 'ACTION_REQUIRED',
141
142
  Processing: 'PROCESSING',
@@ -4768,6 +4769,7 @@ exports.ListDetokenizedMandatesSenderTypeEnum = {
4768
4769
  * @export
4769
4770
  */
4770
4771
  exports.ListDisputesStatusesEnum = {
4772
+ Unknown: 'UNKNOWN',
4771
4773
  Undefended: 'UNDEFENDED',
4772
4774
  ActionRequired: 'ACTION_REQUIRED',
4773
4775
  Processing: 'PROCESSING',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.308",
3
+ "version": "0.0.310",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {