@wix/auto_sdk_payments_disputes 1.0.31 → 1.0.33
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/build/cjs/index.d.ts +338 -209
- package/build/cjs/index.js +53 -34
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -1
- package/build/cjs/index.typings.js +48 -29
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +102 -79
- package/build/cjs/meta.js +45 -26
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +338 -209
- package/build/es/index.mjs +52 -33
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -1
- package/build/es/index.typings.mjs +47 -28
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +102 -79
- package/build/es/meta.mjs +44 -25
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +16 -16
- package/build/internal/cjs/index.js +53 -34
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +349 -220
- package/build/internal/cjs/index.typings.js +48 -29
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +102 -79
- package/build/internal/cjs/meta.js +45 -26
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +16 -16
- package/build/internal/es/index.mjs +52 -33
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +349 -220
- package/build/internal/es/index.typings.mjs +47 -28
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +102 -79
- package/build/internal/es/meta.mjs +44 -25
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
|
|
2
|
-
import { Dispute, DisputesQueryBuilder,
|
|
3
|
-
export { AcceptDisputeRequest, ActionEvent, ApplicationError, BulkActionMetadata, BulkUpdateDisputeTagsByFilterRequest, BulkUpdateDisputeTagsRequest, BulkUpdateDisputeTagsResult, ChangeDisputeStatusManuallyRequest, ChangeDisputeStatusManuallyResponse, CreateDisputeManuallyRequest, CreateDisputeManuallyResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DisputeAction, DisputeActionType, DisputeActionTypeWithLiterals, DisputeChannel, DisputeChannelWithLiterals, DisputeReason, DisputeReasonWithLiterals, DisputeStage, DisputeStageWithLiterals, DisputeStatus, DisputeStatusWithLiterals, DisputesQueryResult, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ExtendedFields,
|
|
2
|
+
import { Dispute, DisputesQueryBuilder, AcceptDisputeResponse, DefendDisputeResponse, SubmitDisputeEvidenceResponse, BulkUpdateDisputeTagsOptions, BulkUpdateDisputeTagsResponse, BulkUpdateDisputeTagsApplicationErrors, BulkUpdateDisputeTagsByFilterOptions, BulkUpdateDisputeTagsByFilterResponse, BulkUpdateDisputeTagsByFilterApplicationErrors } from './index.typings.mjs';
|
|
3
|
+
export { AcceptDisputeManuallyRequest, AcceptDisputeManuallyResponse, AcceptDisputeRequest, ActionEvent, ApplicationError, BulkActionMetadata, BulkUpdateDisputeTagsByFilterRequest, BulkUpdateDisputeTagsRequest, BulkUpdateDisputeTagsResult, ChangeDisputeStatusManuallyRequest, ChangeDisputeStatusManuallyResponse, CreateDisputeManuallyRequest, CreateDisputeManuallyResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DefendDisputeManuallyRequest, DefendDisputeManuallyResponse, DefendDisputeRequest, DisputeAction, DisputeActionType, DisputeActionTypeWithLiterals, DisputeChannel, DisputeChannelWithLiterals, DisputeReason, DisputeReasonWithLiterals, DisputeStage, DisputeStageWithLiterals, DisputeStatus, DisputeStatusWithLiterals, DisputesQueryResult, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ExtendedFields, GetDisputeRequest, GetDisputeResponse, IdentificationData, IdentificationDataIdOneOf, InternalChangeDisputeStatusManuallyRequest, InternalChangeDisputeStatusManuallyResponse, InternalCreateDisputeManuallyRequest, InternalCreateDisputeManuallyResponse, ItemMetadata, MessageEnvelope, QueryDisputesRequest, QueryDisputesResponse, RestoreInfo, SellerProtection, SellerProtectionWithLiterals, SortOrder, SortOrderWithLiterals, Sorting, SubmitDisputeEvidenceRequest, TagList, Tags, TagsModified, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.mjs';
|
|
4
4
|
|
|
5
5
|
/** @internal */
|
|
6
6
|
declare function getDispute$1(httpClient: HttpClient): GetDisputeSignature;
|
|
@@ -10,7 +10,7 @@ interface GetDisputeSignature {
|
|
|
10
10
|
* @param - ID of the Dispute to retrieve.
|
|
11
11
|
* @returns The requested Dispute.
|
|
12
12
|
*/
|
|
13
|
-
(disputeId: string): Promise<NonNullablePaths<Dispute, `_id` | `chargeId` | `providerDisputeId` | `stage` | `reason` | `status` | `sellerProtection` | `channel` | `
|
|
13
|
+
(disputeId: string): Promise<NonNullablePaths<Dispute, `_id` | `chargeId` | `providerDisputeId` | `stage` | `reason` | `status` | `sellerProtection` | `channel` | `actions` | `actions.${number}.type` | `tags.privateTags.tagIds`, 4>>;
|
|
14
14
|
}
|
|
15
15
|
/** @internal */
|
|
16
16
|
declare function queryDisputes$1(httpClient: HttpClient): QueryDisputesSignature;
|
|
@@ -21,31 +21,31 @@ interface QueryDisputesSignature {
|
|
|
21
21
|
(): DisputesQueryBuilder;
|
|
22
22
|
}
|
|
23
23
|
/** @internal */
|
|
24
|
-
declare function
|
|
25
|
-
interface
|
|
24
|
+
declare function acceptDispute$1(httpClient: HttpClient): AcceptDisputeSignature;
|
|
25
|
+
interface AcceptDisputeSignature {
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* Accept Dispute
|
|
28
28
|
* @param - Dispute ID
|
|
29
29
|
*/
|
|
30
|
-
(disputeId: string): Promise<NonNullablePaths<
|
|
30
|
+
(disputeId: string): Promise<NonNullablePaths<AcceptDisputeResponse, `dispute._id` | `dispute.chargeId` | `dispute.providerDisputeId` | `dispute.stage` | `dispute.reason` | `dispute.status` | `dispute.sellerProtection` | `dispute.channel` | `dispute.actions` | `dispute.actions.${number}.type` | `dispute.tags.privateTags.tagIds`, 5>>;
|
|
31
31
|
}
|
|
32
32
|
/** @internal */
|
|
33
|
-
declare function
|
|
34
|
-
interface
|
|
33
|
+
declare function defendDispute$1(httpClient: HttpClient): DefendDisputeSignature;
|
|
34
|
+
interface DefendDisputeSignature {
|
|
35
35
|
/**
|
|
36
|
-
* Dispute
|
|
36
|
+
* Defend Dispute
|
|
37
37
|
* @param - Dispute ID
|
|
38
38
|
*/
|
|
39
|
-
(disputeId: string): Promise<NonNullablePaths<
|
|
39
|
+
(disputeId: string): Promise<NonNullablePaths<DefendDisputeResponse, `dispute._id` | `dispute.chargeId` | `dispute.providerDisputeId` | `dispute.stage` | `dispute.reason` | `dispute.status` | `dispute.sellerProtection` | `dispute.channel` | `dispute.actions` | `dispute.actions.${number}.type` | `dispute.tags.privateTags.tagIds`, 5>>;
|
|
40
40
|
}
|
|
41
41
|
/** @internal */
|
|
42
42
|
declare function submitDisputeEvidence$1(httpClient: HttpClient): SubmitDisputeEvidenceSignature;
|
|
43
43
|
interface SubmitDisputeEvidenceSignature {
|
|
44
44
|
/**
|
|
45
|
-
* Dispute Submit Evidence
|
|
45
|
+
* Dispute Submit Evidence // TODO will be removed in next PR (after removing usage in transaction-service)
|
|
46
46
|
* @param - Dispute ID
|
|
47
47
|
*/
|
|
48
|
-
(disputeId: string): Promise<NonNullablePaths<SubmitDisputeEvidenceResponse, `dispute._id` | `dispute.chargeId` | `dispute.providerDisputeId` | `dispute.stage` | `dispute.reason` | `dispute.status` | `dispute.sellerProtection` | `dispute.channel` | `dispute.
|
|
48
|
+
(disputeId: string): Promise<NonNullablePaths<SubmitDisputeEvidenceResponse, `dispute._id` | `dispute.chargeId` | `dispute.providerDisputeId` | `dispute.stage` | `dispute.reason` | `dispute.status` | `dispute.sellerProtection` | `dispute.channel` | `dispute.actions` | `dispute.actions.${number}.type` | `dispute.tags.privateTags.tagIds`, 5>>;
|
|
49
49
|
}
|
|
50
50
|
/** @internal */
|
|
51
51
|
declare function bulkUpdateDisputeTags$1(httpClient: HttpClient): BulkUpdateDisputeTagsSignature;
|
|
@@ -78,14 +78,14 @@ declare const getDispute: MaybeContext<BuildRESTFunction<typeof getDispute$1> &
|
|
|
78
78
|
/** @internal */
|
|
79
79
|
declare const queryDisputes: MaybeContext<BuildRESTFunction<typeof queryDisputes$1> & typeof queryDisputes$1>;
|
|
80
80
|
/** @internal */
|
|
81
|
-
declare const getDisputeActions: MaybeContext<BuildRESTFunction<typeof getDisputeActions$1> & typeof getDisputeActions$1>;
|
|
82
|
-
/** @internal */
|
|
83
81
|
declare const acceptDispute: MaybeContext<BuildRESTFunction<typeof acceptDispute$1> & typeof acceptDispute$1>;
|
|
84
82
|
/** @internal */
|
|
83
|
+
declare const defendDispute: MaybeContext<BuildRESTFunction<typeof defendDispute$1> & typeof defendDispute$1>;
|
|
84
|
+
/** @internal */
|
|
85
85
|
declare const submitDisputeEvidence: MaybeContext<BuildRESTFunction<typeof submitDisputeEvidence$1> & typeof submitDisputeEvidence$1>;
|
|
86
86
|
/** @internal */
|
|
87
87
|
declare const bulkUpdateDisputeTags: MaybeContext<BuildRESTFunction<typeof bulkUpdateDisputeTags$1> & typeof bulkUpdateDisputeTags$1>;
|
|
88
88
|
/** @internal */
|
|
89
89
|
declare const bulkUpdateDisputeTagsByFilter: MaybeContext<BuildRESTFunction<typeof bulkUpdateDisputeTagsByFilter$1> & typeof bulkUpdateDisputeTagsByFilter$1>;
|
|
90
90
|
|
|
91
|
-
export { AcceptDisputeResponse, BulkUpdateDisputeTagsApplicationErrors, BulkUpdateDisputeTagsByFilterApplicationErrors, BulkUpdateDisputeTagsByFilterOptions, BulkUpdateDisputeTagsByFilterResponse, BulkUpdateDisputeTagsOptions, BulkUpdateDisputeTagsResponse, Dispute, DisputesQueryBuilder,
|
|
91
|
+
export { AcceptDisputeResponse, BulkUpdateDisputeTagsApplicationErrors, BulkUpdateDisputeTagsByFilterApplicationErrors, BulkUpdateDisputeTagsByFilterOptions, BulkUpdateDisputeTagsByFilterResponse, BulkUpdateDisputeTagsOptions, BulkUpdateDisputeTagsResponse, DefendDisputeResponse, Dispute, DisputesQueryBuilder, SubmitDisputeEvidenceResponse, acceptDispute, bulkUpdateDisputeTags, bulkUpdateDisputeTagsByFilter, defendDispute, getDispute, queryDisputes, submitDisputeEvidence };
|
|
@@ -34,8 +34,11 @@ function getDispute(payload) {
|
|
|
34
34
|
transformFn: transformRESTTimestampToSDKTimestamp,
|
|
35
35
|
paths: [
|
|
36
36
|
{ path: "dispute.dueDate" },
|
|
37
|
+
{ path: "dispute.defenseDate" },
|
|
38
|
+
{ path: "dispute.acceptanceDate" },
|
|
37
39
|
{ path: "dispute.createdDate" },
|
|
38
|
-
{ path: "dispute.updatedDate" }
|
|
40
|
+
{ path: "dispute.updatedDate" },
|
|
41
|
+
{ path: "dispute.actions.dueDate" }
|
|
39
42
|
]
|
|
40
43
|
}
|
|
41
44
|
])
|
|
@@ -62,8 +65,11 @@ function queryDisputes(payload) {
|
|
|
62
65
|
transformFn: transformRESTTimestampToSDKTimestamp,
|
|
63
66
|
paths: [
|
|
64
67
|
{ path: "disputes.dueDate" },
|
|
68
|
+
{ path: "disputes.defenseDate" },
|
|
69
|
+
{ path: "disputes.acceptanceDate" },
|
|
65
70
|
{ path: "disputes.createdDate" },
|
|
66
|
-
{ path: "disputes.updatedDate" }
|
|
71
|
+
{ path: "disputes.updatedDate" },
|
|
72
|
+
{ path: "disputes.actions.dueDate" }
|
|
67
73
|
]
|
|
68
74
|
}
|
|
69
75
|
]),
|
|
@@ -83,39 +89,46 @@ function queryDisputes(payload) {
|
|
|
83
89
|
}
|
|
84
90
|
return __queryDisputes;
|
|
85
91
|
}
|
|
86
|
-
function
|
|
87
|
-
function
|
|
92
|
+
function acceptDispute(payload) {
|
|
93
|
+
function __acceptDispute({ host }) {
|
|
88
94
|
const metadata = {
|
|
89
95
|
entityFqdn: "wix.payments.disputes.v1.dispute",
|
|
90
|
-
method: "
|
|
91
|
-
methodFqn: "wix.payments.disputes.v1.DisputeService.
|
|
96
|
+
method: "POST",
|
|
97
|
+
methodFqn: "wix.payments.disputes.v1.DisputeService.AcceptDispute",
|
|
92
98
|
packageName: PACKAGE_NAME,
|
|
93
99
|
url: resolveWixPaymentsDisputesV1DisputeServiceUrl({
|
|
94
|
-
protoPath: "/v1/disputes/{disputeId}/
|
|
100
|
+
protoPath: "/v1/disputes/{disputeId}/accept",
|
|
95
101
|
data: payload,
|
|
96
102
|
host
|
|
97
103
|
}),
|
|
98
|
-
|
|
104
|
+
data: payload,
|
|
99
105
|
transformResponse: (payload2) => transformPaths(payload2, [
|
|
100
106
|
{
|
|
101
107
|
transformFn: transformRESTTimestampToSDKTimestamp,
|
|
102
|
-
paths: [
|
|
108
|
+
paths: [
|
|
109
|
+
{ path: "dispute.dueDate" },
|
|
110
|
+
{ path: "dispute.defenseDate" },
|
|
111
|
+
{ path: "dispute.acceptanceDate" },
|
|
112
|
+
{ path: "dispute.createdDate" },
|
|
113
|
+
{ path: "dispute.updatedDate" },
|
|
114
|
+
{ path: "dispute.actions.dueDate" }
|
|
115
|
+
]
|
|
103
116
|
}
|
|
104
117
|
])
|
|
105
118
|
};
|
|
106
119
|
return metadata;
|
|
107
120
|
}
|
|
108
|
-
return
|
|
121
|
+
return __acceptDispute;
|
|
109
122
|
}
|
|
110
|
-
function
|
|
111
|
-
function
|
|
123
|
+
function defendDispute(payload) {
|
|
124
|
+
function __defendDispute({ host }) {
|
|
112
125
|
const metadata = {
|
|
113
126
|
entityFqdn: "wix.payments.disputes.v1.dispute",
|
|
114
127
|
method: "POST",
|
|
115
|
-
methodFqn: "wix.payments.disputes.v1.DisputeService.
|
|
128
|
+
methodFqn: "wix.payments.disputes.v1.DisputeService.DefendDispute",
|
|
116
129
|
packageName: PACKAGE_NAME,
|
|
117
130
|
url: resolveWixPaymentsDisputesV1DisputeServiceUrl({
|
|
118
|
-
protoPath: "/v1/disputes/{disputeId}/
|
|
131
|
+
protoPath: "/v1/disputes/{disputeId}/defend",
|
|
119
132
|
data: payload,
|
|
120
133
|
host
|
|
121
134
|
}),
|
|
@@ -125,15 +138,18 @@ function acceptDispute(payload) {
|
|
|
125
138
|
transformFn: transformRESTTimestampToSDKTimestamp,
|
|
126
139
|
paths: [
|
|
127
140
|
{ path: "dispute.dueDate" },
|
|
141
|
+
{ path: "dispute.defenseDate" },
|
|
142
|
+
{ path: "dispute.acceptanceDate" },
|
|
128
143
|
{ path: "dispute.createdDate" },
|
|
129
|
-
{ path: "dispute.updatedDate" }
|
|
144
|
+
{ path: "dispute.updatedDate" },
|
|
145
|
+
{ path: "dispute.actions.dueDate" }
|
|
130
146
|
]
|
|
131
147
|
}
|
|
132
148
|
])
|
|
133
149
|
};
|
|
134
150
|
return metadata;
|
|
135
151
|
}
|
|
136
|
-
return
|
|
152
|
+
return __defendDispute;
|
|
137
153
|
}
|
|
138
154
|
function submitDisputeEvidence(payload) {
|
|
139
155
|
function __submitDisputeEvidence({ host }) {
|
|
@@ -153,8 +169,11 @@ function submitDisputeEvidence(payload) {
|
|
|
153
169
|
transformFn: transformRESTTimestampToSDKTimestamp,
|
|
154
170
|
paths: [
|
|
155
171
|
{ path: "dispute.dueDate" },
|
|
172
|
+
{ path: "dispute.defenseDate" },
|
|
173
|
+
{ path: "dispute.acceptanceDate" },
|
|
156
174
|
{ path: "dispute.createdDate" },
|
|
157
|
-
{ path: "dispute.updatedDate" }
|
|
175
|
+
{ path: "dispute.updatedDate" },
|
|
176
|
+
{ path: "dispute.actions.dueDate" }
|
|
158
177
|
]
|
|
159
178
|
}
|
|
160
179
|
])
|
|
@@ -246,15 +265,10 @@ var DisputeChannel = /* @__PURE__ */ ((DisputeChannel2) => {
|
|
|
246
265
|
DisputeChannel2["EXTERNAL"] = "EXTERNAL";
|
|
247
266
|
return DisputeChannel2;
|
|
248
267
|
})(DisputeChannel || {});
|
|
249
|
-
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
250
|
-
SortOrder2["ASC"] = "ASC";
|
|
251
|
-
SortOrder2["DESC"] = "DESC";
|
|
252
|
-
return SortOrder2;
|
|
253
|
-
})(SortOrder || {});
|
|
254
268
|
var DisputeActionType = /* @__PURE__ */ ((DisputeActionType2) => {
|
|
255
269
|
DisputeActionType2["UNKNOWN_DISPUTE_ACTION"] = "UNKNOWN_DISPUTE_ACTION";
|
|
256
270
|
DisputeActionType2["ACCEPT"] = "ACCEPT";
|
|
257
|
-
DisputeActionType2["
|
|
271
|
+
DisputeActionType2["DEFEND"] = "DEFEND";
|
|
258
272
|
return DisputeActionType2;
|
|
259
273
|
})(DisputeActionType || {});
|
|
260
274
|
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
@@ -265,6 +279,11 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
265
279
|
WebhookIdentityType2["APP"] = "APP";
|
|
266
280
|
return WebhookIdentityType2;
|
|
267
281
|
})(WebhookIdentityType || {});
|
|
282
|
+
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
283
|
+
SortOrder2["ASC"] = "ASC";
|
|
284
|
+
SortOrder2["DESC"] = "DESC";
|
|
285
|
+
return SortOrder2;
|
|
286
|
+
})(SortOrder || {});
|
|
268
287
|
async function getDispute2(disputeId) {
|
|
269
288
|
const { httpClient, sideEffects } = arguments[1];
|
|
270
289
|
const payload = renameKeysFromSDKRequestToRESTRequest({
|
|
@@ -333,12 +352,12 @@ function queryDisputes2() {
|
|
|
333
352
|
transformationPaths: {}
|
|
334
353
|
});
|
|
335
354
|
}
|
|
336
|
-
async function
|
|
355
|
+
async function acceptDispute2(disputeId) {
|
|
337
356
|
const { httpClient, sideEffects } = arguments[1];
|
|
338
357
|
const payload = renameKeysFromSDKRequestToRESTRequest({
|
|
339
358
|
disputeId
|
|
340
359
|
});
|
|
341
|
-
const reqOpts =
|
|
360
|
+
const reqOpts = acceptDispute(payload);
|
|
342
361
|
sideEffects?.onSiteCall?.();
|
|
343
362
|
try {
|
|
344
363
|
const result = await httpClient.request(reqOpts);
|
|
@@ -358,12 +377,12 @@ async function getDisputeActions2(disputeId) {
|
|
|
358
377
|
throw transformedError;
|
|
359
378
|
}
|
|
360
379
|
}
|
|
361
|
-
async function
|
|
380
|
+
async function defendDispute2(disputeId) {
|
|
362
381
|
const { httpClient, sideEffects } = arguments[1];
|
|
363
382
|
const payload = renameKeysFromSDKRequestToRESTRequest({
|
|
364
383
|
disputeId
|
|
365
384
|
});
|
|
366
|
-
const reqOpts =
|
|
385
|
+
const reqOpts = defendDispute(payload);
|
|
367
386
|
sideEffects?.onSiteCall?.();
|
|
368
387
|
try {
|
|
369
388
|
const result = await httpClient.request(reqOpts);
|
|
@@ -487,15 +506,15 @@ function queryDisputes3(httpClient) {
|
|
|
487
506
|
{ httpClient }
|
|
488
507
|
);
|
|
489
508
|
}
|
|
490
|
-
function
|
|
491
|
-
return (disputeId) =>
|
|
509
|
+
function acceptDispute3(httpClient) {
|
|
510
|
+
return (disputeId) => acceptDispute2(
|
|
492
511
|
disputeId,
|
|
493
512
|
// @ts-ignore
|
|
494
513
|
{ httpClient }
|
|
495
514
|
);
|
|
496
515
|
}
|
|
497
|
-
function
|
|
498
|
-
return (disputeId) =>
|
|
516
|
+
function defendDispute3(httpClient) {
|
|
517
|
+
return (disputeId) => defendDispute2(
|
|
499
518
|
disputeId,
|
|
500
519
|
// @ts-ignore
|
|
501
520
|
{ httpClient }
|
|
@@ -529,8 +548,8 @@ function bulkUpdateDisputeTagsByFilter3(httpClient) {
|
|
|
529
548
|
import { createRESTModule } from "@wix/sdk-runtime/rest-modules";
|
|
530
549
|
var getDispute4 = /* @__PURE__ */ createRESTModule(getDispute3);
|
|
531
550
|
var queryDisputes4 = /* @__PURE__ */ createRESTModule(queryDisputes3);
|
|
532
|
-
var getDisputeActions4 = /* @__PURE__ */ createRESTModule(getDisputeActions3);
|
|
533
551
|
var acceptDispute4 = /* @__PURE__ */ createRESTModule(acceptDispute3);
|
|
552
|
+
var defendDispute4 = /* @__PURE__ */ createRESTModule(defendDispute3);
|
|
534
553
|
var submitDisputeEvidence4 = /* @__PURE__ */ createRESTModule(submitDisputeEvidence3);
|
|
535
554
|
var bulkUpdateDisputeTags4 = /* @__PURE__ */ createRESTModule(bulkUpdateDisputeTags3);
|
|
536
555
|
var bulkUpdateDisputeTagsByFilter4 = /* @__PURE__ */ createRESTModule(bulkUpdateDisputeTagsByFilter3);
|
|
@@ -546,8 +565,8 @@ export {
|
|
|
546
565
|
acceptDispute4 as acceptDispute,
|
|
547
566
|
bulkUpdateDisputeTags4 as bulkUpdateDisputeTags,
|
|
548
567
|
bulkUpdateDisputeTagsByFilter4 as bulkUpdateDisputeTagsByFilter,
|
|
568
|
+
defendDispute4 as defendDispute,
|
|
549
569
|
getDispute4 as getDispute,
|
|
550
|
-
getDisputeActions4 as getDisputeActions,
|
|
551
570
|
queryDisputes4 as queryDisputes,
|
|
552
571
|
submitDisputeEvidence4 as submitDisputeEvidence
|
|
553
572
|
};
|