@wix/auto_sdk_ecom_abandoned-checkouts 1.0.47 → 1.0.48
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/{ecom-v1-abandoned-checkout-abandoned-checkouts.universal-CCZj0Gfc.d.ts → ecom-v1-abandoned-checkout-abandoned-checkouts.universal-DhcdCax5.d.ts} +7 -1
- package/build/cjs/index.d.ts +8 -17
- package/build/cjs/index.js +53 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +37 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/es/{ecom-v1-abandoned-checkout-abandoned-checkouts.universal-CCZj0Gfc.d.mts → ecom-v1-abandoned-checkout-abandoned-checkouts.universal-DhcdCax5.d.mts} +7 -1
- package/build/es/index.d.mts +8 -17
- package/build/es/index.mjs +53 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +35 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/internal/cjs/{ecom-v1-abandoned-checkout-abandoned-checkouts.universal-DTc3f1_H.d.ts → ecom-v1-abandoned-checkout-abandoned-checkouts.universal-WxTvIcU0.d.ts} +7 -1
- package/build/internal/cjs/index.d.ts +8 -17
- package/build/internal/cjs/index.js +53 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +37 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/es/{ecom-v1-abandoned-checkout-abandoned-checkouts.universal-DTc3f1_H.d.mts → ecom-v1-abandoned-checkout-abandoned-checkouts.universal-WxTvIcU0.d.mts} +7 -1
- package/build/internal/es/index.d.mts +8 -17
- package/build/internal/es/index.mjs +53 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +35 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/package.json +3 -3
|
@@ -1345,6 +1345,12 @@ interface AbandonedCheckoutsQueryBuilder {
|
|
|
1345
1345
|
skipTo: (cursor: string) => AbandonedCheckoutsQueryBuilder;
|
|
1346
1346
|
find: () => Promise<AbandonedCheckoutsQueryResult>;
|
|
1347
1347
|
}
|
|
1348
|
+
/**
|
|
1349
|
+
* @hidden
|
|
1350
|
+
* @fqn wix.ecom.abandoned_checkout.api.v1.AbandonedCheckoutService.QueryAbandonedCheckouts
|
|
1351
|
+
* @requiredField query
|
|
1352
|
+
*/
|
|
1353
|
+
declare function typedQueryAbandonedCheckouts(query: QueryV2): Promise<NonNullablePaths<QueryAbandonedCheckoutsResponse, `results` | `results.${number}._id` | `results.${number}.status` | `results.${number}.buyerInfo.visitorId` | `results.${number}.buyerInfo.memberId` | `results.${number}.buyerInfo.userId` | `results.${number}.contactDetails.vatId._id` | `results.${number}.contactDetails.vatId.type` | `results.${number}.currency` | `results.${number}.totalPrice.amount` | `results.${number}.totalPrice.convertedAmount` | `results.${number}.totalPrice.formattedAmount` | `results.${number}.totalPrice.formattedConvertedAmount` | `results.${number}.checkoutUrl` | `abandonedCheckouts` | `abandonedCheckouts.${number}._id` | `abandonedCheckouts.${number}.status` | `abandonedCheckouts.${number}.buyerInfo.visitorId` | `abandonedCheckouts.${number}.buyerInfo.memberId` | `abandonedCheckouts.${number}.buyerInfo.userId` | `abandonedCheckouts.${number}.contactDetails.vatId._id` | `abandonedCheckouts.${number}.contactDetails.vatId.type` | `abandonedCheckouts.${number}.currency` | `abandonedCheckouts.${number}.totalPrice.amount` | `abandonedCheckouts.${number}.totalPrice.convertedAmount` | `abandonedCheckouts.${number}.totalPrice.formattedAmount` | `abandonedCheckouts.${number}.totalPrice.formattedConvertedAmount` | `abandonedCheckouts.${number}.checkoutUrl`, 6>>;
|
|
1348
1354
|
interface AbandonedCheckoutSearchSpec extends SearchSpec {
|
|
1349
1355
|
searchable: [
|
|
1350
1356
|
'buyerInfo.email',
|
|
@@ -1465,4 +1471,4 @@ interface AddAbandonedCheckoutActivityOptions {
|
|
|
1465
1471
|
*/
|
|
1466
1472
|
declare function redirectToCheckout(abandonedCheckoutId: string, metasiteId: string): Promise<NonNullablePaths<RawHttpResponse, `body` | `headers` | `headers.${number}.key` | `headers.${number}.value`, 4>>;
|
|
1467
1473
|
|
|
1468
|
-
export { type
|
|
1474
|
+
export { type BulkDeleteAbandonedCheckoutsRequest as $, type AbandonedCheckout as A, type BulkDeleteAbandonedCheckoutsResponse as B, CommonSortOrder as C, DescriptionLineType as D, type Coupon as E, type FullAddressContactDetails as F, type MerchantDiscount as G, type DiscountRule as H, Identity as I, type DiscountRuleName as J, type CartAbandonedEvent as K, type LineItem as L, Mode as M, type BuyerInfo as N, type CartRecoveredEvent as O, type ProductName as P, type QueryV2 as Q, type RawHttpResponse as R, type SearchAbandonedCheckoutsResponse as S, type Totals as T, type AbandonedCheckoutRecovered as U, VatType as V, WebhookIdentityType as W, type GetAbandonedCheckoutRequest as X, type GetAbandonedCheckoutResponse as Y, type DeleteAbandonedCheckoutRequest as Z, type DeleteAbandonedCheckoutResponse as _, type AbandonedCheckoutSearch as a, getAbandonedCheckout as a$, type ItemMetadata as a0, type ApplicationError as a1, type BulkAbandonedCheckoutResult as a2, type BulkActionMetadata as a3, type QueryAbandonedCheckoutsRequest as a4, type QueryV2PagingMethodOneOf as a5, type Sorting as a6, type Paging as a7, type CursorPaging as a8, type QueryAbandonedCheckoutsResponse as a9, type EntityUpdatedEvent as aA, type EntityDeletedEvent as aB, type ActionEvent as aC, type Empty as aD, type MessageEnvelope as aE, type IdentificationData as aF, type IdentificationDataIdOneOf as aG, type BaseEventMetadata as aH, type EventMetadata as aI, type AbandonedCheckoutsQueryResult as aJ, type AbandonedCheckoutSearchSpec as aK, type AddAbandonedCheckoutActivityOptions as aL, type ActivityTypeWithLiterals as aM, type StatusWithLiterals as aN, type VatTypeWithLiterals as aO, type DescriptionLineTypeWithLiterals as aP, type DiscountTypeWithLiterals as aQ, type IdentityWithLiterals as aR, type SortOrderWithLiterals as aS, type CommonSortOrderWithLiterals as aT, type ModeWithLiterals as aU, type WebhookIdentityTypeWithLiterals as aV, type CommonSearchWithEntityContext as aW, onAbandonedCheckoutCreated as aX, onAbandonedCheckoutDeleted as aY, onAbandonedCheckoutRecovered as aZ, onAbandonedCheckoutUpdated as a_, type PagingMetadataV2 as aa, type Cursors as ab, type SearchAbandonedCheckoutsRequest as ac, type Search as ad, type SearchPagingMethodOneOf as ae, type CommonSorting as af, type SearchDetails as ag, type CommonPaging as ah, type CommonCursorPaging as ai, type CommonPagingMetadataV2 as aj, type CommonCursors as ak, type AddAbandonedCheckoutActivityRequest as al, type AddAbandonedCheckoutActivityResponse as am, type Task as an, type TaskKey as ao, type TaskAction as ap, type TaskActionActionOneOf as aq, type Complete as ar, type Cancel as as, type Reschedule as at, type RedirectToCheckoutRequest as au, type HeadersEntry as av, type DomainEvent as aw, type DomainEventBodyOneOf as ax, type EntityCreatedEvent as ay, type RestoreInfo as az, type AbandonedCheckoutCreatedEnvelope as b, deleteAbandonedCheckout as b0, bulkDeleteAbandonedCheckouts as b1, queryAbandonedCheckouts as b2, redirectToCheckout as b3, type AbandonedCheckoutDeletedEnvelope as c, type AbandonedCheckoutRecoveredEnvelope as d, type AbandonedCheckoutUpdatedEnvelope as e, type AbandonedCheckoutsQueryBuilder as f, ActivityType as g, Status as h, DiscountType as i, SortOrder as j, type V1BuyerInfo as k, type V1BuyerInfoIdOneOf as l, type VatId as m, type MultiCurrencyPrice as n, type Activity as o, type CatalogReference as p, type DescriptionLine as q, type DescriptionLineValueOneOf as r, type DescriptionLineDescriptionLineValueOneOf as s, typedQueryAbandonedCheckouts as t, type DescriptionLineName as u, type PlainTextValue as v, type Color as w, type PhysicalProperties as x, type AppliedDiscount as y, type AppliedDiscountDiscountSourceOneOf as z };
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { A as AbandonedCheckout, B as BulkDeleteAbandonedCheckoutsResponse, a as
|
|
3
|
-
export {
|
|
2
|
+
import { A as AbandonedCheckout, B as BulkDeleteAbandonedCheckoutsResponse, a as AbandonedCheckoutSearch, S as SearchAbandonedCheckoutsResponse, R as RawHttpResponse, b as AbandonedCheckoutCreatedEnvelope, c as AbandonedCheckoutDeletedEnvelope, d as AbandonedCheckoutRecoveredEnvelope, e as AbandonedCheckoutUpdatedEnvelope, f as AbandonedCheckoutsQueryBuilder, Q as QueryV2, t as typedQueryAbandonedCheckouts } from './ecom-v1-abandoned-checkout-abandoned-checkouts.universal-DhcdCax5.mjs';
|
|
3
|
+
export { U as AbandonedCheckoutRecovered, aK as AbandonedCheckoutSearchSpec, aJ as AbandonedCheckoutsQueryResult, aC as ActionEvent, o as Activity, g as ActivityType, aM as ActivityTypeWithLiterals, aL as AddAbandonedCheckoutActivityOptions, al as AddAbandonedCheckoutActivityRequest, am as AddAbandonedCheckoutActivityResponse, a1 as ApplicationError, y as AppliedDiscount, z as AppliedDiscountDiscountSourceOneOf, aH as BaseEventMetadata, a2 as BulkAbandonedCheckoutResult, a3 as BulkActionMetadata, $ as BulkDeleteAbandonedCheckoutsRequest, N as BuyerInfo, as as Cancel, K as CartAbandonedEvent, O as CartRecoveredEvent, p as CatalogReference, w as Color, ai as CommonCursorPaging, ak as CommonCursors, ah as CommonPaging, aj as CommonPagingMetadataV2, aW as CommonSearchWithEntityContext, C as CommonSortOrder, aT as CommonSortOrderWithLiterals, af as CommonSorting, ar as Complete, E as Coupon, a8 as CursorPaging, ab as Cursors, Z as DeleteAbandonedCheckoutRequest, _ as DeleteAbandonedCheckoutResponse, q as DescriptionLine, s as DescriptionLineDescriptionLineValueOneOf, u as DescriptionLineName, D as DescriptionLineType, aP as DescriptionLineTypeWithLiterals, r as DescriptionLineValueOneOf, H as DiscountRule, J as DiscountRuleName, i as DiscountType, aQ as DiscountTypeWithLiterals, aw as DomainEvent, ax as DomainEventBodyOneOf, aD as Empty, ay as EntityCreatedEvent, aB as EntityDeletedEvent, aA as EntityUpdatedEvent, aI as EventMetadata, F as FullAddressContactDetails, X as GetAbandonedCheckoutRequest, Y as GetAbandonedCheckoutResponse, av as HeadersEntry, aF as IdentificationData, aG as IdentificationDataIdOneOf, I as Identity, aR as IdentityWithLiterals, a0 as ItemMetadata, L as LineItem, G as MerchantDiscount, aE as MessageEnvelope, M as Mode, aU as ModeWithLiterals, n as MultiCurrencyPrice, a7 as Paging, aa as PagingMetadataV2, x as PhysicalProperties, v as PlainTextValue, P as ProductName, a4 as QueryAbandonedCheckoutsRequest, a9 as QueryAbandonedCheckoutsResponse, a5 as QueryV2PagingMethodOneOf, au as RedirectToCheckoutRequest, at as Reschedule, az as RestoreInfo, ad as Search, ac as SearchAbandonedCheckoutsRequest, ag as SearchDetails, ae as SearchPagingMethodOneOf, j as SortOrder, aS as SortOrderWithLiterals, a6 as Sorting, h as Status, aN as StatusWithLiterals, an as Task, ap as TaskAction, aq as TaskActionActionOneOf, ao as TaskKey, T as Totals, k as V1BuyerInfo, l as V1BuyerInfoIdOneOf, m as VatId, V as VatType, aO as VatTypeWithLiterals, W as WebhookIdentityType, aV as WebhookIdentityTypeWithLiterals } from './ecom-v1-abandoned-checkout-abandoned-checkouts.universal-DhcdCax5.mjs';
|
|
4
4
|
|
|
5
5
|
declare function getAbandonedCheckout$1(httpClient: HttpClient): GetAbandonedCheckoutSignature;
|
|
6
6
|
interface GetAbandonedCheckoutSignature {
|
|
@@ -27,19 +27,6 @@ interface BulkDeleteAbandonedCheckoutsSignature {
|
|
|
27
27
|
*/
|
|
28
28
|
(abandonedCheckoutIds: string[]): Promise<NonNullablePaths<BulkDeleteAbandonedCheckoutsResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
|
|
29
29
|
}
|
|
30
|
-
declare function queryAbandonedCheckouts$1(httpClient: HttpClient): QueryAbandonedCheckoutsSignature;
|
|
31
|
-
interface QueryAbandonedCheckoutsSignature {
|
|
32
|
-
/**
|
|
33
|
-
* Creates a query to retrieve a list of abandoned checkouts.
|
|
34
|
-
*
|
|
35
|
-
* The `queryAbandonedCheckouts()` function builds a query to retrieve a list of abandoned checkouts and returns a `ResultsQueryBuilder` object.
|
|
36
|
-
*
|
|
37
|
-
* The returned object contains the query definition, which is typically used to run the query using the `find()` function.
|
|
38
|
-
*
|
|
39
|
-
* You can refine the query by chaining `ResultsQueryBuilder` functions onto the query. `ResultsQueryBuilder` functions enable you to sort, filter, and control the results `queryAbandonedCheckouts()` returns.
|
|
40
|
-
*/
|
|
41
|
-
(): AbandonedCheckoutsQueryBuilder;
|
|
42
|
-
}
|
|
43
30
|
declare function searchAbandonedCheckouts$1(httpClient: HttpClient): SearchAbandonedCheckoutsSignature;
|
|
44
31
|
interface SearchAbandonedCheckoutsSignature {
|
|
45
32
|
/**
|
|
@@ -62,12 +49,16 @@ declare const onAbandonedCheckoutDeleted$1: EventDefinition<AbandonedCheckoutDel
|
|
|
62
49
|
declare const onAbandonedCheckoutRecovered$1: EventDefinition<AbandonedCheckoutRecoveredEnvelope, "wix.ecom.v1.abandoned_checkout_recovered">;
|
|
63
50
|
declare const onAbandonedCheckoutUpdated$1: EventDefinition<AbandonedCheckoutUpdatedEnvelope, "wix.ecom.v1.abandoned_checkout_updated">;
|
|
64
51
|
|
|
52
|
+
declare function customQueryAbandonedCheckouts(httpClient: HttpClient): {
|
|
53
|
+
(): AbandonedCheckoutsQueryBuilder;
|
|
54
|
+
(query: QueryV2): ReturnType<typeof typedQueryAbandonedCheckouts>;
|
|
55
|
+
};
|
|
65
56
|
declare const getAbandonedCheckout: MaybeContext<BuildRESTFunction<typeof getAbandonedCheckout$1> & typeof getAbandonedCheckout$1>;
|
|
66
57
|
declare const deleteAbandonedCheckout: MaybeContext<BuildRESTFunction<typeof deleteAbandonedCheckout$1> & typeof deleteAbandonedCheckout$1>;
|
|
67
58
|
declare const bulkDeleteAbandonedCheckouts: MaybeContext<BuildRESTFunction<typeof bulkDeleteAbandonedCheckouts$1> & typeof bulkDeleteAbandonedCheckouts$1>;
|
|
68
|
-
declare const queryAbandonedCheckouts: MaybeContext<BuildRESTFunction<typeof queryAbandonedCheckouts$1> & typeof queryAbandonedCheckouts$1>;
|
|
69
59
|
declare const searchAbandonedCheckouts: MaybeContext<BuildRESTFunction<typeof searchAbandonedCheckouts$1> & typeof searchAbandonedCheckouts$1>;
|
|
70
60
|
declare const redirectToCheckout: MaybeContext<BuildRESTFunction<typeof redirectToCheckout$1> & typeof redirectToCheckout$1>;
|
|
61
|
+
declare const queryAbandonedCheckouts: MaybeContext<BuildRESTFunction<typeof customQueryAbandonedCheckouts> & typeof customQueryAbandonedCheckouts>;
|
|
71
62
|
/**
|
|
72
63
|
* Triggered when an abandoned checkout is created.
|
|
73
64
|
*/
|
|
@@ -85,4 +76,4 @@ declare const onAbandonedCheckoutRecovered: BuildEventDefinition<typeof onAbando
|
|
|
85
76
|
*/
|
|
86
77
|
declare const onAbandonedCheckoutUpdated: BuildEventDefinition<typeof onAbandonedCheckoutUpdated$1> & typeof onAbandonedCheckoutUpdated$1;
|
|
87
78
|
|
|
88
|
-
export { AbandonedCheckout, AbandonedCheckoutCreatedEnvelope, AbandonedCheckoutDeletedEnvelope, AbandonedCheckoutRecoveredEnvelope, AbandonedCheckoutSearch, AbandonedCheckoutUpdatedEnvelope, AbandonedCheckoutsQueryBuilder, BulkDeleteAbandonedCheckoutsResponse, RawHttpResponse, SearchAbandonedCheckoutsResponse, bulkDeleteAbandonedCheckouts, deleteAbandonedCheckout, getAbandonedCheckout, onAbandonedCheckoutCreated, onAbandonedCheckoutDeleted, onAbandonedCheckoutRecovered, onAbandonedCheckoutUpdated, queryAbandonedCheckouts, redirectToCheckout, searchAbandonedCheckouts };
|
|
79
|
+
export { AbandonedCheckout, AbandonedCheckoutCreatedEnvelope, AbandonedCheckoutDeletedEnvelope, AbandonedCheckoutRecoveredEnvelope, AbandonedCheckoutSearch, AbandonedCheckoutUpdatedEnvelope, AbandonedCheckoutsQueryBuilder, BulkDeleteAbandonedCheckoutsResponse, QueryV2, RawHttpResponse, SearchAbandonedCheckoutsResponse, bulkDeleteAbandonedCheckouts, deleteAbandonedCheckout, getAbandonedCheckout, onAbandonedCheckoutCreated, onAbandonedCheckoutDeleted, onAbandonedCheckoutRecovered, onAbandonedCheckoutUpdated, queryAbandonedCheckouts, redirectToCheckout, searchAbandonedCheckouts };
|
package/build/es/index.mjs
CHANGED
|
@@ -513,6 +513,39 @@ function queryAbandonedCheckouts2() {
|
|
|
513
513
|
transformationPaths: {}
|
|
514
514
|
});
|
|
515
515
|
}
|
|
516
|
+
async function typedQueryAbandonedCheckouts(query) {
|
|
517
|
+
const { httpClient, sideEffects } = arguments[1];
|
|
518
|
+
const payload = renameKeysFromSDKRequestToRESTRequest({ query });
|
|
519
|
+
const reqOpts = queryAbandonedCheckouts(payload);
|
|
520
|
+
sideEffects?.onSiteCall?.();
|
|
521
|
+
try {
|
|
522
|
+
const result = await httpClient.request(reqOpts);
|
|
523
|
+
sideEffects?.onSuccess?.(result);
|
|
524
|
+
return renameKeysFromRESTResponseToSDKResponse(
|
|
525
|
+
transformPaths2(result.data, [
|
|
526
|
+
{
|
|
527
|
+
transformFn: transformRESTImageToSDKImage,
|
|
528
|
+
paths: [
|
|
529
|
+
{ path: "results.lineItems.image" },
|
|
530
|
+
{ path: "abandonedCheckouts.lineItems.image" }
|
|
531
|
+
]
|
|
532
|
+
}
|
|
533
|
+
])
|
|
534
|
+
);
|
|
535
|
+
} catch (err) {
|
|
536
|
+
const transformedError = sdkTransformError(
|
|
537
|
+
err,
|
|
538
|
+
{
|
|
539
|
+
spreadPathsToArguments: {},
|
|
540
|
+
explicitPathsToArguments: { query: "$[0]" },
|
|
541
|
+
singleArgumentUnchanged: false
|
|
542
|
+
},
|
|
543
|
+
["query"]
|
|
544
|
+
);
|
|
545
|
+
sideEffects?.onError?.(err);
|
|
546
|
+
throw transformedError;
|
|
547
|
+
}
|
|
548
|
+
}
|
|
516
549
|
async function searchAbandonedCheckouts2(search) {
|
|
517
550
|
const { httpClient, sideEffects } = arguments[1];
|
|
518
551
|
const payload = renameKeysFromSDKRequestToRESTRequest({ search });
|
|
@@ -637,6 +670,13 @@ function queryAbandonedCheckouts3(httpClient) {
|
|
|
637
670
|
{ httpClient }
|
|
638
671
|
);
|
|
639
672
|
}
|
|
673
|
+
function typedQueryAbandonedCheckouts2(httpClient) {
|
|
674
|
+
return (query) => typedQueryAbandonedCheckouts(
|
|
675
|
+
query,
|
|
676
|
+
// @ts-ignore
|
|
677
|
+
{ httpClient }
|
|
678
|
+
);
|
|
679
|
+
}
|
|
640
680
|
function searchAbandonedCheckouts3(httpClient) {
|
|
641
681
|
return (search) => searchAbandonedCheckouts2(
|
|
642
682
|
search,
|
|
@@ -784,13 +824,25 @@ var onAbandonedCheckoutUpdated = EventDefinition(
|
|
|
784
824
|
// src/ecom-v1-abandoned-checkout-abandoned-checkouts.context.ts
|
|
785
825
|
import { createRESTModule } from "@wix/sdk-runtime/rest-modules";
|
|
786
826
|
import { createEventModule } from "@wix/sdk-runtime/event-definition-modules";
|
|
827
|
+
import { createQueryOverloadRouter } from "@wix/sdk-runtime/query-method-router";
|
|
828
|
+
function customQueryAbandonedCheckouts(httpClient) {
|
|
829
|
+
const router = createQueryOverloadRouter({
|
|
830
|
+
builderQueryFunction: () => queryAbandonedCheckouts3(httpClient)(),
|
|
831
|
+
typedQueryFunction: (query) => typedQueryAbandonedCheckouts2(httpClient)(query),
|
|
832
|
+
hasOptionsParameter: false
|
|
833
|
+
});
|
|
834
|
+
function overloadedQuery(query) {
|
|
835
|
+
return router(...arguments);
|
|
836
|
+
}
|
|
837
|
+
return overloadedQuery;
|
|
838
|
+
}
|
|
787
839
|
var getAbandonedCheckout4 = /* @__PURE__ */ createRESTModule(getAbandonedCheckout3);
|
|
788
840
|
var deleteAbandonedCheckout4 = /* @__PURE__ */ createRESTModule(deleteAbandonedCheckout3);
|
|
789
841
|
var bulkDeleteAbandonedCheckouts4 = /* @__PURE__ */ createRESTModule(bulkDeleteAbandonedCheckouts3);
|
|
790
|
-
var queryAbandonedCheckouts4 = /* @__PURE__ */ createRESTModule(queryAbandonedCheckouts3);
|
|
791
842
|
var searchAbandonedCheckouts4 = /* @__PURE__ */ createRESTModule(searchAbandonedCheckouts3);
|
|
792
843
|
var addAbandonedCheckoutActivity4 = /* @__PURE__ */ createRESTModule(addAbandonedCheckoutActivity3);
|
|
793
844
|
var redirectToCheckout4 = /* @__PURE__ */ createRESTModule(redirectToCheckout3);
|
|
845
|
+
var queryAbandonedCheckouts4 = /* @__PURE__ */ createRESTModule(customQueryAbandonedCheckouts);
|
|
794
846
|
var onAbandonedCheckoutCreated2 = createEventModule(
|
|
795
847
|
onAbandonedCheckoutCreated
|
|
796
848
|
);
|