@finverse/sdk-typescript 0.0.308 → 0.0.309
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 +2 -0
- package/dist/api.js +2 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -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',
|