@wix/auto_sdk_payments_dispute-history-records 1.0.7 → 1.0.8
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 +1 -0
- package/build/cjs/index.js +18 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/index.typings.d.ts +1 -0
- package/build/cjs/index.typings.js +18 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +1 -0
- package/build/cjs/meta.js +18 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.d.ts +2 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.js +20 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.js.map +1 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.d.ts +16 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.js +127 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.js.map +1 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.d.ts +18 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.js +104 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.js.map +1 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.d.ts +4 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.js +40 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.js.map +1 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.d.ts +458 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.js +50 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.js.map +1 -0
- package/build/{index.d.mts → cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.d.ts} +43 -44
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js +244 -0
- package/build/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js.map +1 -0
- package/build/es/index.d.ts +1 -0
- package/build/es/index.js +2 -0
- package/build/es/index.js.map +1 -0
- package/build/es/index.typings.d.ts +1 -0
- package/build/es/index.typings.js +2 -0
- package/build/es/index.typings.js.map +1 -0
- package/build/es/meta.d.ts +1 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -0
- package/build/es/package.json +3 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.d.ts +2 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.js +12 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.js.map +1 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.d.ts +16 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.js +120 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.js.map +1 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.d.ts +18 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.js +74 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.js.map +1 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.d.ts +4 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.js +28 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.js.map +1 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.d.ts +458 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.js +47 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.js.map +1 -0
- package/build/{index.d.ts → es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.d.ts} +43 -44
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js +214 -0
- package/build/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js.map +1 -0
- package/build/internal/cjs/index.d.ts +1 -0
- package/build/internal/cjs/index.js +18 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/index.typings.d.ts +1 -0
- package/build/internal/cjs/index.typings.js +18 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +1 -0
- package/build/internal/cjs/meta.js +18 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.d.ts +12 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.js +20 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.js.map +1 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.d.ts +16 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.js +127 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.js.map +1 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.d.ts +18 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.js +104 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.js.map +1 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.d.ts +45 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.js +40 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.js.map +1 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.d.ts +458 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.js +50 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.js.map +1 -0
- package/build/internal/{payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal-60Otw4pt.d.mts → cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.d.ts} +87 -44
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js +244 -0
- package/build/internal/cjs/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js.map +1 -0
- package/build/internal/es/index.d.ts +1 -0
- package/build/internal/es/index.js +2 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/index.typings.d.ts +1 -0
- package/build/internal/es/index.typings.js +2 -0
- package/build/internal/es/index.typings.js.map +1 -0
- package/build/internal/es/meta.d.ts +1 -0
- package/build/internal/es/meta.js +2 -0
- package/build/internal/es/meta.js.map +1 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.d.ts +12 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.js +12 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.js.map +1 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.d.ts +16 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.js +120 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.js.map +1 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.d.ts +18 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.js +74 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.js.map +1 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.d.ts +45 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.js +28 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.js.map +1 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.d.ts +458 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.js +47 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.js.map +1 -0
- package/build/internal/{payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal-60Otw4pt.d.ts → es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.d.ts} +87 -44
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js +214 -0
- package/build/internal/es/src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js.map +1 -0
- package/package.json +11 -12
- package/build/index.js +0 -386
- package/build/index.js.map +0 -1
- package/build/index.mjs +0 -354
- package/build/index.mjs.map +0 -1
- package/build/internal/index.d.mts +0 -54
- package/build/internal/index.d.ts +0 -54
- package/build/internal/index.js +0 -386
- package/build/internal/index.js.map +0 -1
- package/build/internal/index.mjs +0 -354
- package/build/internal/index.mjs.map +0 -1
- package/build/internal/meta.d.mts +0 -335
- package/build/internal/meta.d.ts +0 -335
- package/build/internal/meta.js +0 -238
- package/build/internal/meta.js.map +0 -1
- package/build/internal/meta.mjs +0 -208
- package/build/internal/meta.mjs.map +0 -1
- package/build/meta.d.mts +0 -335
- package/build/meta.d.ts +0 -335
- package/build/meta.js +0 -238
- package/build/meta.js.map +0 -1
- package/build/meta.mjs +0 -208
- package/build/meta.mjs.map +0 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { getDisputeHistoryRecord as publicGetDisputeHistoryRecord, queryDisputeHistoryRecords as publicQueryDisputeHistoryRecords, bulkUpdateDisputeHistoryRecordTags as publicBulkUpdateDisputeHistoryRecordTags, bulkUpdateDisputeHistoryRecordTagsByFilter as publicBulkUpdateDisputeHistoryRecordTagsByFilter } from './payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.js';
|
|
2
|
+
import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types';
|
|
3
|
+
/** @internal */
|
|
4
|
+
export declare const getDisputeHistoryRecord: MaybeContext<BuildRESTFunction<typeof publicGetDisputeHistoryRecord> & typeof publicGetDisputeHistoryRecord>;
|
|
5
|
+
/** @internal */
|
|
6
|
+
export declare const queryDisputeHistoryRecords: MaybeContext<BuildRESTFunction<typeof publicQueryDisputeHistoryRecords> & typeof publicQueryDisputeHistoryRecords>;
|
|
7
|
+
/** @internal */
|
|
8
|
+
export declare const bulkUpdateDisputeHistoryRecordTags: MaybeContext<BuildRESTFunction<typeof publicBulkUpdateDisputeHistoryRecordTags> & typeof publicBulkUpdateDisputeHistoryRecordTags>;
|
|
9
|
+
/** @internal */
|
|
10
|
+
export declare const bulkUpdateDisputeHistoryRecordTagsByFilter: MaybeContext<BuildRESTFunction<typeof publicBulkUpdateDisputeHistoryRecordTagsByFilter> & typeof publicBulkUpdateDisputeHistoryRecordTagsByFilter>;
|
|
11
|
+
export { DisputeStage, DisputeStatus, DisputeChannel, SortOrder, WebhookIdentityType, } from './payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js';
|
|
12
|
+
export { DisputeHistoryRecord, ExtendedFields, Tags, TagList, GetDisputeHistoryRecordRequest, GetDisputeHistoryRecordResponse, QueryDisputeHistoryRecordsRequest, CursorQuery, CursorQueryPagingMethodOneOf, Sorting, CursorPaging, QueryDisputeHistoryRecordsResponse, CursorPagingMetadata, Cursors, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, Empty, BulkUpdateDisputeHistoryRecordTagsRequest, BulkUpdateDisputeHistoryRecordTagsResponse, ItemMetadata, ApplicationError, BulkUpdateDisputeHistoryRecordTagsResult, BulkActionMetadata, BulkUpdateDisputeHistoryRecordTagsByFilterRequest, BulkUpdateDisputeHistoryRecordTagsByFilterResponse, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, DisputeHistoryRecordsQueryResult, DisputeHistoryRecordsQueryBuilder, BulkUpdateDisputeHistoryRecordTagsOptions, BulkUpdateDisputeHistoryRecordTagsByFilterOptions, } from './payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { getDisputeHistoryRecord as publicGetDisputeHistoryRecord, queryDisputeHistoryRecords as publicQueryDisputeHistoryRecords, bulkUpdateDisputeHistoryRecordTags as publicBulkUpdateDisputeHistoryRecordTags, bulkUpdateDisputeHistoryRecordTagsByFilter as publicBulkUpdateDisputeHistoryRecordTagsByFilter, } from './payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.js';
|
|
2
|
+
import { createRESTModule } from '@wix/sdk-runtime/rest-modules';
|
|
3
|
+
/** @internal */
|
|
4
|
+
export const getDisputeHistoryRecord = /*#__PURE__*/ createRESTModule(publicGetDisputeHistoryRecord);
|
|
5
|
+
/** @internal */
|
|
6
|
+
export const queryDisputeHistoryRecords = /*#__PURE__*/ createRESTModule(publicQueryDisputeHistoryRecords);
|
|
7
|
+
/** @internal */
|
|
8
|
+
export const bulkUpdateDisputeHistoryRecordTags = /*#__PURE__*/ createRESTModule(publicBulkUpdateDisputeHistoryRecordTags);
|
|
9
|
+
/** @internal */
|
|
10
|
+
export const bulkUpdateDisputeHistoryRecordTagsByFilter = /*#__PURE__*/ createRESTModule(publicBulkUpdateDisputeHistoryRecordTagsByFilter);
|
|
11
|
+
export { DisputeStage, DisputeStatus, DisputeChannel, SortOrder, WebhookIdentityType, } from './payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js';
|
|
12
|
+
//# sourceMappingURL=payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.js","sourceRoot":"","sources":["../../../../src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.context.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,uBAAuB,IAAI,6BAA6B,EACxD,0BAA0B,IAAI,gCAAgC,EAC9D,kCAAkC,IAAI,wCAAwC,EAC9E,0CAA0C,IAAI,gDAAgD,GAC/F,MAAM,gGAAgG,CAAC;AACxG,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAGjE,gBAAgB;AAChB,MAAM,CAAC,MAAM,uBAAuB,GAGhC,aAAa,CAAC,gBAAgB,CAAC,6BAA6B,CAAC,CAAC;AAClE,gBAAgB;AAChB,MAAM,CAAC,MAAM,0BAA0B,GAGnC,aAAa,CAAC,gBAAgB,CAAC,gCAAgC,CAAC,CAAC;AACrE,gBAAgB;AAChB,MAAM,CAAC,MAAM,kCAAkC,GAG3C,aAAa,CAAC,gBAAgB,CAAC,wCAAwC,CAAC,CAAC;AAC7E,gBAAgB;AAChB,MAAM,CAAC,MAAM,0CAA0C,GAGnD,aAAa,CAAC,gBAAgB,CAChC,gDAAgD,CACjD,CAAC;AAEF,OAAO,EACL,YAAY,EACZ,aAAa,EACb,cAAc,EACd,SAAS,EACT,mBAAmB,GACpB,MAAM,mGAAmG,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { RequestOptionsFactory } from '@wix/sdk-types';
|
|
2
|
+
/** Retrieves a DisputeHistoryRecord. */
|
|
3
|
+
export declare function getDisputeHistoryRecord(payload: object): RequestOptionsFactory<any>;
|
|
4
|
+
/** Retrieves a list of DisputeHistoryRecords, given the provided [paging, filtering, and sorting][1]. */
|
|
5
|
+
export declare function queryDisputeHistoryRecords(payload: object): RequestOptionsFactory<any>;
|
|
6
|
+
/**
|
|
7
|
+
* Synchronously update tags on multiple products, by list of product ids
|
|
8
|
+
* A tag that appears both in the list of assign and unassign tags, will be assigned
|
|
9
|
+
*/
|
|
10
|
+
export declare function bulkUpdateDisputeHistoryRecordTags(payload: object): RequestOptionsFactory<any>;
|
|
11
|
+
/**
|
|
12
|
+
* Asynchronously update tags on multiple products, by provided filter
|
|
13
|
+
* An empty filter will update all products
|
|
14
|
+
* A tag that appears both in the list of assign and unassign tags, will be assigned
|
|
15
|
+
*/
|
|
16
|
+
export declare function bulkUpdateDisputeHistoryRecordTagsByFilter(payload: object): RequestOptionsFactory<any>;
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules';
|
|
2
|
+
import { transformRESTTimestampToSDKTimestamp } from '@wix/sdk-runtime/transformations/timestamp';
|
|
3
|
+
import { transformPaths } from '@wix/sdk-runtime/transformations/transform-paths';
|
|
4
|
+
import { resolveUrl } from '@wix/sdk-runtime/rest-modules';
|
|
5
|
+
function resolveWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordServiceUrl(opts) {
|
|
6
|
+
const domainToMappings = {};
|
|
7
|
+
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
8
|
+
}
|
|
9
|
+
const PACKAGE_NAME = '@wix/auto_sdk_payments_dispute-history-records';
|
|
10
|
+
/** Retrieves a DisputeHistoryRecord. */
|
|
11
|
+
export function getDisputeHistoryRecord(payload) {
|
|
12
|
+
function __getDisputeHistoryRecord({ host }) {
|
|
13
|
+
const metadata = {
|
|
14
|
+
entityFqdn: 'wix.payments.dispute_history_records.v1.dispute_history_record',
|
|
15
|
+
method: 'GET',
|
|
16
|
+
methodFqn: 'wix.payments.dispute_history_records.v1.DisputeHistoryRecordService.GetDisputeHistoryRecord',
|
|
17
|
+
packageName: PACKAGE_NAME,
|
|
18
|
+
url: resolveWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordServiceUrl({
|
|
19
|
+
protoPath: '/v1/dispute-history-records/{disputeHistoryRecordId}',
|
|
20
|
+
data: payload,
|
|
21
|
+
host,
|
|
22
|
+
}),
|
|
23
|
+
params: toURLSearchParams(payload),
|
|
24
|
+
transformResponse: (payload) => transformPaths(payload, [
|
|
25
|
+
{
|
|
26
|
+
transformFn: transformRESTTimestampToSDKTimestamp,
|
|
27
|
+
paths: [
|
|
28
|
+
{ path: 'disputeHistoryRecord.createdDate' },
|
|
29
|
+
{ path: 'disputeHistoryRecord.updatedDate' },
|
|
30
|
+
{ path: 'disputeHistoryRecord.dueDate' },
|
|
31
|
+
],
|
|
32
|
+
},
|
|
33
|
+
]),
|
|
34
|
+
};
|
|
35
|
+
return metadata;
|
|
36
|
+
}
|
|
37
|
+
return __getDisputeHistoryRecord;
|
|
38
|
+
}
|
|
39
|
+
/** Retrieves a list of DisputeHistoryRecords, given the provided [paging, filtering, and sorting][1]. */
|
|
40
|
+
export function queryDisputeHistoryRecords(payload) {
|
|
41
|
+
function __queryDisputeHistoryRecords({ host }) {
|
|
42
|
+
const metadata = {
|
|
43
|
+
entityFqdn: 'wix.payments.dispute_history_records.v1.dispute_history_record',
|
|
44
|
+
method: 'POST',
|
|
45
|
+
methodFqn: 'wix.payments.dispute_history_records.v1.DisputeHistoryRecordService.QueryDisputeHistoryRecords',
|
|
46
|
+
packageName: PACKAGE_NAME,
|
|
47
|
+
url: resolveWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordServiceUrl({ protoPath: '/v1/dispute-history-records/query', data: payload, host }),
|
|
48
|
+
data: payload,
|
|
49
|
+
transformResponse: (payload) => transformPaths(payload, [
|
|
50
|
+
{
|
|
51
|
+
transformFn: transformRESTTimestampToSDKTimestamp,
|
|
52
|
+
paths: [
|
|
53
|
+
{ path: 'disputeHistoryRecords.createdDate' },
|
|
54
|
+
{ path: 'disputeHistoryRecords.updatedDate' },
|
|
55
|
+
{ path: 'disputeHistoryRecords.dueDate' },
|
|
56
|
+
],
|
|
57
|
+
},
|
|
58
|
+
]),
|
|
59
|
+
fallback: [
|
|
60
|
+
{
|
|
61
|
+
method: 'POST',
|
|
62
|
+
url: resolveWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordServiceUrl({
|
|
63
|
+
protoPath: '/v1/dispute-history-records/query',
|
|
64
|
+
data: payload,
|
|
65
|
+
host,
|
|
66
|
+
}),
|
|
67
|
+
data: payload,
|
|
68
|
+
},
|
|
69
|
+
],
|
|
70
|
+
};
|
|
71
|
+
return metadata;
|
|
72
|
+
}
|
|
73
|
+
return __queryDisputeHistoryRecords;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* Synchronously update tags on multiple products, by list of product ids
|
|
77
|
+
* A tag that appears both in the list of assign and unassign tags, will be assigned
|
|
78
|
+
*/
|
|
79
|
+
export function bulkUpdateDisputeHistoryRecordTags(payload) {
|
|
80
|
+
function __bulkUpdateDisputeHistoryRecordTags({ host }) {
|
|
81
|
+
const metadata = {
|
|
82
|
+
entityFqdn: 'wix.payments.dispute_history_records.v1.dispute_history_record',
|
|
83
|
+
method: 'POST',
|
|
84
|
+
methodFqn: 'wix.payments.dispute_history_records.v1.DisputeHistoryRecordService.BulkUpdateDisputeHistoryRecordTags',
|
|
85
|
+
packageName: PACKAGE_NAME,
|
|
86
|
+
url: resolveWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordServiceUrl({
|
|
87
|
+
protoPath: '/v1/bulk/dispute-history-records/update-tags',
|
|
88
|
+
data: payload,
|
|
89
|
+
host,
|
|
90
|
+
}),
|
|
91
|
+
data: payload,
|
|
92
|
+
};
|
|
93
|
+
return metadata;
|
|
94
|
+
}
|
|
95
|
+
return __bulkUpdateDisputeHistoryRecordTags;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Asynchronously update tags on multiple products, by provided filter
|
|
99
|
+
* An empty filter will update all products
|
|
100
|
+
* A tag that appears both in the list of assign and unassign tags, will be assigned
|
|
101
|
+
*/
|
|
102
|
+
export function bulkUpdateDisputeHistoryRecordTagsByFilter(payload) {
|
|
103
|
+
function __bulkUpdateDisputeHistoryRecordTagsByFilter({ host }) {
|
|
104
|
+
const metadata = {
|
|
105
|
+
entityFqdn: 'wix.payments.dispute_history_records.v1.dispute_history_record',
|
|
106
|
+
method: 'POST',
|
|
107
|
+
methodFqn: 'wix.payments.dispute_history_records.v1.DisputeHistoryRecordService.BulkUpdateDisputeHistoryRecordTagsByFilter',
|
|
108
|
+
packageName: PACKAGE_NAME,
|
|
109
|
+
url: resolveWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordServiceUrl({
|
|
110
|
+
protoPath: '/v1/bulk/dispute-history-records/update-tags-by-filter',
|
|
111
|
+
data: payload,
|
|
112
|
+
host,
|
|
113
|
+
}),
|
|
114
|
+
data: payload,
|
|
115
|
+
};
|
|
116
|
+
return metadata;
|
|
117
|
+
}
|
|
118
|
+
return __bulkUpdateDisputeHistoryRecordTagsByFilter;
|
|
119
|
+
}
|
|
120
|
+
//# sourceMappingURL=payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.js","sourceRoot":"","sources":["../../../../src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,oCAAoC,EAAE,MAAM,4CAA4C,CAAC;AAClG,OAAO,EAAE,cAAc,EAAE,MAAM,kDAAkD,CAAC;AAClF,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAI3D,SAAS,uEAAuE,CAC9E,IAA8C;IAE9C,MAAM,gBAAgB,GAAG,EAAE,CAAC;IAE5B,OAAO,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,EAAE,gBAAgB,EAAE,CAAC,CAAC,CAAC;AAC/D,CAAC;AAED,MAAM,YAAY,GAAG,gDAAgD,CAAC;AAEtE,wCAAwC;AACxC,MAAM,UAAU,uBAAuB,CACrC,OAAe;IAEf,SAAS,yBAAyB,CAAC,EAAE,IAAI,EAAO;QAC9C,MAAM,QAAQ,GAAG;YACf,UAAU,EACR,gEAAgE;YAClE,MAAM,EAAE,KAAY;YACpB,SAAS,EACP,6FAA6F;YAC/F,WAAW,EAAE,YAAY;YACzB,GAAG,EAAE,uEAAuE,CAC1E;gBACE,SAAS,EAAE,sDAAsD;gBACjE,IAAI,EAAE,OAAO;gBACb,IAAI;aACL,CACF;YACD,MAAM,EAAE,iBAAiB,CAAC,OAAO,CAAC;YAClC,iBAAiB,EAAE,CAAC,OAAY,EAAE,EAAE,CAClC,cAAc,CAAC,OAAO,EAAE;gBACtB;oBACE,WAAW,EAAE,oCAAoC;oBACjD,KAAK,EAAE;wBACL,EAAE,IAAI,EAAE,kCAAkC,EAAE;wBAC5C,EAAE,IAAI,EAAE,kCAAkC,EAAE;wBAC5C,EAAE,IAAI,EAAE,8BAA8B,EAAE;qBACzC;iBACF;aACF,CAAC;SACL,CAAC;QAEF,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,OAAO,yBAAyB,CAAC;AACnC,CAAC;AAED,yGAAyG;AACzG,MAAM,UAAU,0BAA0B,CACxC,OAAe;IAEf,SAAS,4BAA4B,CAAC,EAAE,IAAI,EAAO;QACjD,MAAM,QAAQ,GAAG;YACf,UAAU,EACR,gEAAgE;YAClE,MAAM,EAAE,MAAa;YACrB,SAAS,EACP,gGAAgG;YAClG,WAAW,EAAE,YAAY;YACzB,GAAG,EAAE,uEAAuE,CAC1E,EAAE,SAAS,EAAE,mCAAmC,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,CACxE;YACD,IAAI,EAAE,OAAO;YACb,iBAAiB,EAAE,CAAC,OAAY,EAAE,EAAE,CAClC,cAAc,CAAC,OAAO,EAAE;gBACtB;oBACE,WAAW,EAAE,oCAAoC;oBACjD,KAAK,EAAE;wBACL,EAAE,IAAI,EAAE,mCAAmC,EAAE;wBAC7C,EAAE,IAAI,EAAE,mCAAmC,EAAE;wBAC7C,EAAE,IAAI,EAAE,+BAA+B,EAAE;qBAC1C;iBACF;aACF,CAAC;YACJ,QAAQ,EAAE;gBACR;oBACE,MAAM,EAAE,MAAa;oBACrB,GAAG,EAAE,uEAAuE,CAC1E;wBACE,SAAS,EAAE,mCAAmC;wBAC9C,IAAI,EAAE,OAAO;wBACb,IAAI;qBACL,CACF;oBACD,IAAI,EAAE,OAAO;iBACd;aACF;SACF,CAAC;QAEF,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,OAAO,4BAA4B,CAAC;AACtC,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,kCAAkC,CAChD,OAAe;IAEf,SAAS,oCAAoC,CAAC,EAAE,IAAI,EAAO;QACzD,MAAM,QAAQ,GAAG;YACf,UAAU,EACR,gEAAgE;YAClE,MAAM,EAAE,MAAa;YACrB,SAAS,EACP,wGAAwG;YAC1G,WAAW,EAAE,YAAY;YACzB,GAAG,EAAE,uEAAuE,CAC1E;gBACE,SAAS,EAAE,8CAA8C;gBACzD,IAAI,EAAE,OAAO;gBACb,IAAI;aACL,CACF;YACD,IAAI,EAAE,OAAO;SACd,CAAC;QAEF,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,OAAO,oCAAoC,CAAC;AAC9C,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,0CAA0C,CACxD,OAAe;IAEf,SAAS,4CAA4C,CAAC,EAAE,IAAI,EAAO;QACjE,MAAM,QAAQ,GAAG;YACf,UAAU,EACR,gEAAgE;YAClE,MAAM,EAAE,MAAa;YACrB,SAAS,EACP,gHAAgH;YAClH,WAAW,EAAE,YAAY;YACzB,GAAG,EAAE,uEAAuE,CAC1E;gBACE,SAAS,EAAE,wDAAwD;gBACnE,IAAI,EAAE,OAAO;gBACb,IAAI;aACL,CACF;YACD,IAAI,EAAE,OAAO;SACd,CAAC;QAEF,OAAO,QAAQ,CAAC;IAClB,CAAC;IAED,OAAO,4CAA4C,CAAC;AACtD,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordTypes from './payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.types.js';
|
|
2
|
+
import * as ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordUniversalTypes from './payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js';
|
|
3
|
+
export type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
4
|
+
getUrl: (context: any) => string;
|
|
5
|
+
httpMethod: K;
|
|
6
|
+
path: string;
|
|
7
|
+
pathParams: M;
|
|
8
|
+
__requestType: T;
|
|
9
|
+
__originalRequestType: S;
|
|
10
|
+
__responseType: Q;
|
|
11
|
+
__originalResponseType: R;
|
|
12
|
+
};
|
|
13
|
+
export declare function getDisputeHistoryRecord(): __PublicMethodMetaInfo<'GET', {
|
|
14
|
+
disputeHistoryRecordId: string;
|
|
15
|
+
}, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordUniversalTypes.GetDisputeHistoryRecordRequest, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordTypes.GetDisputeHistoryRecordRequest, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordUniversalTypes.GetDisputeHistoryRecordResponse, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordTypes.GetDisputeHistoryRecordResponse>;
|
|
16
|
+
export declare function queryDisputeHistoryRecords(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordUniversalTypes.QueryDisputeHistoryRecordsRequest, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordTypes.QueryDisputeHistoryRecordsRequest, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordUniversalTypes.QueryDisputeHistoryRecordsResponse, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordTypes.QueryDisputeHistoryRecordsResponse>;
|
|
17
|
+
export declare function bulkUpdateDisputeHistoryRecordTags(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordUniversalTypes.BulkUpdateDisputeHistoryRecordTagsRequest, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordTypes.BulkUpdateDisputeHistoryRecordTagsRequest, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordUniversalTypes.BulkUpdateDisputeHistoryRecordTagsResponse, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordTypes.BulkUpdateDisputeHistoryRecordTagsResponse>;
|
|
18
|
+
export declare function bulkUpdateDisputeHistoryRecordTagsByFilter(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordUniversalTypes.BulkUpdateDisputeHistoryRecordTagsByFilterRequest, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordTypes.BulkUpdateDisputeHistoryRecordTagsByFilterRequest, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordUniversalTypes.BulkUpdateDisputeHistoryRecordTagsByFilterResponse, ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecordTypes.BulkUpdateDisputeHistoryRecordTagsByFilterResponse>;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import * as ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecord from './payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.http.js';
|
|
2
|
+
export function getDisputeHistoryRecord() {
|
|
3
|
+
const payload = { disputeHistoryRecordId: ':disputeHistoryRecordId' };
|
|
4
|
+
const getRequestOptions = ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecord.getDisputeHistoryRecord(payload);
|
|
5
|
+
const getUrl = (context) => {
|
|
6
|
+
const { url } = getRequestOptions(context);
|
|
7
|
+
return url;
|
|
8
|
+
};
|
|
9
|
+
return {
|
|
10
|
+
getUrl,
|
|
11
|
+
httpMethod: 'GET',
|
|
12
|
+
path: '/v1/dispute-history-records/{disputeHistoryRecordId}',
|
|
13
|
+
pathParams: { disputeHistoryRecordId: 'disputeHistoryRecordId' },
|
|
14
|
+
__requestType: null,
|
|
15
|
+
__originalRequestType: null,
|
|
16
|
+
__responseType: null,
|
|
17
|
+
__originalResponseType: null,
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export function queryDisputeHistoryRecords() {
|
|
21
|
+
const payload = {};
|
|
22
|
+
const getRequestOptions = ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecord.queryDisputeHistoryRecords(payload);
|
|
23
|
+
const getUrl = (context) => {
|
|
24
|
+
const { url } = getRequestOptions(context);
|
|
25
|
+
return url;
|
|
26
|
+
};
|
|
27
|
+
return {
|
|
28
|
+
getUrl,
|
|
29
|
+
httpMethod: 'GET',
|
|
30
|
+
path: '/v1/dispute-history-records/query',
|
|
31
|
+
pathParams: {},
|
|
32
|
+
__requestType: null,
|
|
33
|
+
__originalRequestType: null,
|
|
34
|
+
__responseType: null,
|
|
35
|
+
__originalResponseType: null,
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
export function bulkUpdateDisputeHistoryRecordTags() {
|
|
39
|
+
const payload = {};
|
|
40
|
+
const getRequestOptions = ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecord.bulkUpdateDisputeHistoryRecordTags(payload);
|
|
41
|
+
const getUrl = (context) => {
|
|
42
|
+
const { url } = getRequestOptions(context);
|
|
43
|
+
return url;
|
|
44
|
+
};
|
|
45
|
+
return {
|
|
46
|
+
getUrl,
|
|
47
|
+
httpMethod: 'POST',
|
|
48
|
+
path: '/v1/bulk/dispute-history-records/update-tags',
|
|
49
|
+
pathParams: {},
|
|
50
|
+
__requestType: null,
|
|
51
|
+
__originalRequestType: null,
|
|
52
|
+
__responseType: null,
|
|
53
|
+
__originalResponseType: null,
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
export function bulkUpdateDisputeHistoryRecordTagsByFilter() {
|
|
57
|
+
const payload = {};
|
|
58
|
+
const getRequestOptions = ambassadorWixPaymentsDisputeHistoryRecordsV1DisputeHistoryRecord.bulkUpdateDisputeHistoryRecordTagsByFilter(payload);
|
|
59
|
+
const getUrl = (context) => {
|
|
60
|
+
const { url } = getRequestOptions(context);
|
|
61
|
+
return url;
|
|
62
|
+
};
|
|
63
|
+
return {
|
|
64
|
+
getUrl,
|
|
65
|
+
httpMethod: 'POST',
|
|
66
|
+
path: '/v1/bulk/dispute-history-records/update-tags-by-filter',
|
|
67
|
+
pathParams: {},
|
|
68
|
+
__requestType: null,
|
|
69
|
+
__originalRequestType: null,
|
|
70
|
+
__responseType: null,
|
|
71
|
+
__originalResponseType: null,
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
//# sourceMappingURL=payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.js","sourceRoot":"","sources":["../../../../src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,gEAAgE,MAAM,8FAA8F,CAAC;AAsBjL,MAAM,UAAU,uBAAuB;IAQrC,MAAM,OAAO,GAAG,EAAE,sBAAsB,EAAE,yBAAyB,EAAS,CAAC;IAE7E,MAAM,iBAAiB,GACrB,gEAAgE,CAAC,uBAAuB,CACtF,OAAO,CACR,CAAC;IAEJ,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,sDAAsD;QAC5D,UAAU,EAAE,EAAE,sBAAsB,EAAE,wBAAwB,EAAE;QAChE,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0BAA0B;IAQxC,MAAM,OAAO,GAAG,EAAS,CAAC;IAE1B,MAAM,iBAAiB,GACrB,gEAAgE,CAAC,0BAA0B,CACzF,OAAO,CACR,CAAC;IAEJ,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,mCAAmC;QACzC,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,kCAAkC;IAQhD,MAAM,OAAO,GAAG,EAAS,CAAC;IAE1B,MAAM,iBAAiB,GACrB,gEAAgE,CAAC,kCAAkC,CACjG,OAAO,CACR,CAAC;IAEJ,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,8CAA8C;QACpD,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,0CAA0C;IAQxD,MAAM,OAAO,GAAG,EAAS,CAAC;IAE1B,MAAM,iBAAiB,GACrB,gEAAgE,CAAC,0CAA0C,CACzG,OAAO,CACR,CAAC;IAEJ,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,wDAAwD;QAC9D,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { HttpClient } from '@wix/sdk-types';
|
|
2
|
+
import { BulkUpdateDisputeHistoryRecordTagsByFilterOptions, BulkUpdateDisputeHistoryRecordTagsByFilterResponse, BulkUpdateDisputeHistoryRecordTagsOptions, BulkUpdateDisputeHistoryRecordTagsResponse, DisputeHistoryRecord, DisputeHistoryRecordsQueryBuilder } from './payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js';
|
|
3
|
+
export declare const __metadata: {
|
|
4
|
+
PACKAGE_NAME: string;
|
|
5
|
+
};
|
|
6
|
+
/** @internal */
|
|
7
|
+
export declare function getDisputeHistoryRecord(httpClient: HttpClient): GetDisputeHistoryRecordSignature;
|
|
8
|
+
interface GetDisputeHistoryRecordSignature {
|
|
9
|
+
/**
|
|
10
|
+
* Retrieves a DisputeHistoryRecord.
|
|
11
|
+
* @param - ID of the DisputeHistoryRecord to retrieve.
|
|
12
|
+
* @returns The requested DisputeHistoryRecord.
|
|
13
|
+
*/
|
|
14
|
+
(disputeHistoryRecordId: string): Promise<DisputeHistoryRecord>;
|
|
15
|
+
}
|
|
16
|
+
/** @internal */
|
|
17
|
+
export declare function queryDisputeHistoryRecords(httpClient: HttpClient): QueryDisputeHistoryRecordsSignature;
|
|
18
|
+
interface QueryDisputeHistoryRecordsSignature {
|
|
19
|
+
/**
|
|
20
|
+
* Retrieves a list of DisputeHistoryRecords, given the provided [paging, filtering, and sorting][1].
|
|
21
|
+
*/
|
|
22
|
+
(): DisputeHistoryRecordsQueryBuilder;
|
|
23
|
+
}
|
|
24
|
+
/** @internal */
|
|
25
|
+
export declare function bulkUpdateDisputeHistoryRecordTags(httpClient: HttpClient): BulkUpdateDisputeHistoryRecordTagsSignature;
|
|
26
|
+
interface BulkUpdateDisputeHistoryRecordTagsSignature {
|
|
27
|
+
/**
|
|
28
|
+
* Synchronously update tags on multiple products, by list of product ids
|
|
29
|
+
* A tag that appears both in the list of assign and unassign tags, will be assigned
|
|
30
|
+
* @param - List of NileProtoTagsEntities that their tags will update.
|
|
31
|
+
*/
|
|
32
|
+
(ids: string[], options?: BulkUpdateDisputeHistoryRecordTagsOptions | undefined): Promise<BulkUpdateDisputeHistoryRecordTagsResponse>;
|
|
33
|
+
}
|
|
34
|
+
/** @internal */
|
|
35
|
+
export declare function bulkUpdateDisputeHistoryRecordTagsByFilter(httpClient: HttpClient): BulkUpdateDisputeHistoryRecordTagsByFilterSignature;
|
|
36
|
+
interface BulkUpdateDisputeHistoryRecordTagsByFilterSignature {
|
|
37
|
+
/**
|
|
38
|
+
* Asynchronously update tags on multiple products, by provided filter
|
|
39
|
+
* An empty filter will update all products
|
|
40
|
+
* A tag that appears both in the list of assign and unassign tags, will be assigned
|
|
41
|
+
* @param - Filter
|
|
42
|
+
*/
|
|
43
|
+
(filter: Record<string, any>, options?: BulkUpdateDisputeHistoryRecordTagsByFilterOptions | undefined): Promise<BulkUpdateDisputeHistoryRecordTagsByFilterResponse>;
|
|
44
|
+
}
|
|
45
|
+
export { ActionEvent, ApplicationError, BulkActionMetadata, BulkUpdateDisputeHistoryRecordTagsByFilterOptions, BulkUpdateDisputeHistoryRecordTagsByFilterRequest, BulkUpdateDisputeHistoryRecordTagsByFilterResponse, BulkUpdateDisputeHistoryRecordTagsOptions, BulkUpdateDisputeHistoryRecordTagsRequest, BulkUpdateDisputeHistoryRecordTagsResponse, BulkUpdateDisputeHistoryRecordTagsResult, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DisputeChannel, DisputeHistoryRecord, DisputeHistoryRecordsQueryBuilder, DisputeHistoryRecordsQueryResult, DisputeStage, DisputeStatus, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ExtendedFields, GetDisputeHistoryRecordRequest, GetDisputeHistoryRecordResponse, IdentificationData, IdentificationDataIdOneOf, ItemMetadata, MessageEnvelope, QueryDisputeHistoryRecordsRequest, QueryDisputeHistoryRecordsResponse, RestoreInfo, SortOrder, Sorting, TagList, Tags, WebhookIdentityType, } from './payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { bulkUpdateDisputeHistoryRecordTags as universalBulkUpdateDisputeHistoryRecordTags, bulkUpdateDisputeHistoryRecordTagsByFilter as universalBulkUpdateDisputeHistoryRecordTagsByFilter, getDisputeHistoryRecord as universalGetDisputeHistoryRecord, queryDisputeHistoryRecords as universalQueryDisputeHistoryRecords, } from './payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js';
|
|
2
|
+
export const __metadata = { PACKAGE_NAME: '@wix/payments' };
|
|
3
|
+
/** @internal */
|
|
4
|
+
export function getDisputeHistoryRecord(httpClient) {
|
|
5
|
+
return (disputeHistoryRecordId) => universalGetDisputeHistoryRecord(disputeHistoryRecordId,
|
|
6
|
+
// @ts-ignore
|
|
7
|
+
{ httpClient });
|
|
8
|
+
}
|
|
9
|
+
/** @internal */
|
|
10
|
+
export function queryDisputeHistoryRecords(httpClient) {
|
|
11
|
+
return () => universalQueryDisputeHistoryRecords(
|
|
12
|
+
// @ts-ignore
|
|
13
|
+
{ httpClient });
|
|
14
|
+
}
|
|
15
|
+
/** @internal */
|
|
16
|
+
export function bulkUpdateDisputeHistoryRecordTags(httpClient) {
|
|
17
|
+
return (ids, options) => universalBulkUpdateDisputeHistoryRecordTags(ids, options,
|
|
18
|
+
// @ts-ignore
|
|
19
|
+
{ httpClient });
|
|
20
|
+
}
|
|
21
|
+
/** @internal */
|
|
22
|
+
export function bulkUpdateDisputeHistoryRecordTagsByFilter(httpClient) {
|
|
23
|
+
return (filter, options) => universalBulkUpdateDisputeHistoryRecordTagsByFilter(filter, options,
|
|
24
|
+
// @ts-ignore
|
|
25
|
+
{ httpClient });
|
|
26
|
+
}
|
|
27
|
+
export { DisputeChannel, DisputeStage, DisputeStatus, SortOrder, WebhookIdentityType, } from './payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.universal.js';
|
|
28
|
+
//# sourceMappingURL=payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.js","sourceRoot":"","sources":["../../../../src/payments-dispute-history-records-v1-dispute-history-record-dispute-history-records.public.ts"],"names":[],"mappings":"AACA,OAAO,EAOL,kCAAkC,IAAI,2CAA2C,EACjF,0CAA0C,IAAI,mDAAmD,EACjG,uBAAuB,IAAI,gCAAgC,EAC3D,0BAA0B,IAAI,mCAAmC,GAClE,MAAM,mGAAmG,CAAC;AAE3G,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,gBAAgB;AAChB,MAAM,UAAU,uBAAuB,CACrC,UAAsB;IAEtB,OAAO,CAAC,sBAA8B,EAAE,EAAE,CACxC,gCAAgC,CAC9B,sBAAsB;IACtB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAWD,gBAAgB;AAChB,MAAM,UAAU,0BAA0B,CACxC,UAAsB;IAEtB,OAAO,GAAG,EAAE,CACV,mCAAmC;IACjC,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AASD,gBAAgB;AAChB,MAAM,UAAU,kCAAkC,CAChD,UAAsB;IAEtB,OAAO,CAAC,GAAa,EAAE,OAAmD,EAAE,EAAE,CAC5E,2CAA2C,CACzC,GAAG,EACH,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAcD,gBAAgB;AAChB,MAAM,UAAU,0CAA0C,CACxD,UAAsB;IAEtB,OAAO,CACL,MAA2B,EAC3B,OAA2D,EAC3D,EAAE,CACF,mDAAmD,CACjD,MAAM,EACN,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAeD,OAAO,EAgBL,cAAc,EAId,YAAY,EACZ,aAAa,EAiBb,SAAS,EAIT,mBAAmB,GACpB,MAAM,mGAAmG,CAAC"}
|