@wix/auto_sdk_ecom_orders 1.0.95 → 1.0.96
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-order-orders.universal-BYJXG-Hl.d.ts → ecom-v1-order-orders.universal-DU8pT8EV.d.ts} +13 -13
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/es/{ecom-v1-order-orders.universal-BYJXG-Hl.d.mts → ecom-v1-order-orders.universal-DU8pT8EV.d.mts} +13 -13
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/internal/cjs/{ecom-v1-order-orders.universal-nuGENHsd.d.ts → ecom-v1-order-orders.universal-CYTCQuMr.d.ts} +13 -13
- package/build/internal/cjs/index.d.ts +2 -2
- 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.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/es/{ecom-v1-order-orders.universal-nuGENHsd.d.mts → ecom-v1-order-orders.universal-CYTCQuMr.d.mts} +13 -13
- package/build/internal/es/index.d.mts +2 -2
- 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.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/package.json +2 -2
package/build/es/meta.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { di as PreparePaymentCollectionRequest$1, b as PreparePaymentCollectionResponse$1, dm as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, dn as RecordManuallyCollectedPaymentRequest$1, dp as RecordManuallyCollectedPaymentResponse$1, dq as MarkOrderAsPaidRequest$1, dr as MarkOrderAsPaidResponse$1, ds as BulkMarkOrdersAsPaidRequest$1, dt as BulkMarkOrdersAsPaidResponse$1, dy as GetRefundabilityStatusRequest$1, dz as GetRefundabilityStatusResponse$1, dC as CreatePaymentGatewayOrderRequest$1, dE as CreatePaymentGatewayOrderResponse$1, dF as ChargeMembershipsRequest$1, dJ as ChargeMembershipsResponse$1, dK as TriggerRefundRequest$1, dP as TriggerRefundResponse$1, ef as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, eg as CaptureAuthorizedPaymentsRequest$1, C as CaptureAuthorizedPaymentsResponse$1, eD as GetOrderRequest$1, eE as GetOrderResponse$1, eQ as SearchOrdersRequest$1, S as SearchOrdersResponse$1, eU as CreateOrderRequest$1, eX as CreateOrderResponse$1, eY as UpdateOrderRequest$1, eZ as UpdateOrderResponse$1, e_ as BulkUpdateOrdersRequest$1, l as BulkUpdateOrdersResponse$1, e$ as CommitDeltasRequest$1, ff as CommitDeltasResponse$1, fG as UpdateOrderLineItemRequest$1, fH as UpdateOrderLineItemResponse$1, g6 as AddActivityRequest$1, g9 as AddActivityResponse$1, gc as UpdateActivityRequest$1, gd as UpdateActivityResponse$1, ge as DeleteActivityRequest$1, gf as DeleteActivityResponse$1, gl as CancelOrderRequest$1, n as CancelOrderResponse$1, gn as UpdateOrderStatusRequest$1, go as UpdateOrderStatusResponse$1, gO as AggregateOrdersRequest$1, gP as AggregateOrdersResponse$1, gT as BulkUpdateOrderTagsRequest$1, q as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-DU8pT8EV.mjs';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
interface Order {
|
|
@@ -1790,6 +1790,18 @@ interface LineItemProductNameChange {
|
|
|
1790
1790
|
/** Item product name after update. */
|
|
1791
1791
|
newProductName?: ProductName;
|
|
1792
1792
|
}
|
|
1793
|
+
interface LineItemDescriptionLineChange {
|
|
1794
|
+
/**
|
|
1795
|
+
* Description lines that were added to the line item.
|
|
1796
|
+
* @maxSize 20
|
|
1797
|
+
*/
|
|
1798
|
+
addedDescriptionLines?: DescriptionLine[];
|
|
1799
|
+
/**
|
|
1800
|
+
* Description lines that were removed from the line item.
|
|
1801
|
+
* @maxSize 20
|
|
1802
|
+
*/
|
|
1803
|
+
removedDescriptionLines?: DescriptionLine[];
|
|
1804
|
+
}
|
|
1793
1805
|
interface ManagedLineItem {
|
|
1794
1806
|
/**
|
|
1795
1807
|
* Line item ID.
|
|
@@ -4374,18 +4386,6 @@ interface TriggerReindexOrderRequest {
|
|
|
4374
4386
|
*/
|
|
4375
4387
|
orderId?: string;
|
|
4376
4388
|
}
|
|
4377
|
-
interface LineItemDescriptionLineChange {
|
|
4378
|
-
/**
|
|
4379
|
-
* Description lines that were added to the line item.
|
|
4380
|
-
* @maxSize 20
|
|
4381
|
-
*/
|
|
4382
|
-
addedDescriptionLines?: DescriptionLine[];
|
|
4383
|
-
/**
|
|
4384
|
-
* Description lines that were removed from the line item.
|
|
4385
|
-
* @maxSize 20
|
|
4386
|
-
*/
|
|
4387
|
-
removedDescriptionLines?: DescriptionLine[];
|
|
4388
|
-
}
|
|
4389
4389
|
interface DiffmatokyPayload {
|
|
4390
4390
|
left?: string;
|
|
4391
4391
|
right?: string;
|
|
@@ -7799,4 +7799,4 @@ interface BulkUpdateOrderTagsOptions {
|
|
|
7799
7799
|
unassignTags?: Tags;
|
|
7800
7800
|
}
|
|
7801
7801
|
|
|
7802
|
-
export { type AggregateOrdersResponse as $, type UpdateOrderLineItemIdentifiers as A, type BulkMarkOrdersAsPaidResponse as B, type CreatePaymentGatewayOrderResponse as C, type UpdateOrderLineItem as D, type UpdateOrderLineItemResponse as E, type PublicActivity as F, type GetPaymentCollectabilityStatusResponse as G, type AddActivityResponse as H, type UpdateActivityIdentifiers as I, type UpdateActivityResponse as J, type DeleteActivityIdentifiers as K, type DeleteActivityResponse as L, type MarkOrderAsPaidResponse as M, type CancelOrderOptions as N, type Order as O, type Price as P, type CancelOrderResponse as Q, type RecordManuallyCollectedPaymentApplicationErrors as R, type SearchOrdersResponse as S, type TriggerRefundOptions as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, type CancelOrderApplicationErrors as W, type OrderStatusWithLiterals as X, type UpdateOrderStatusResponse as Y, type UpdateOrderStatusApplicationErrors as Z, type AggregateOrdersOptions as _, type PreparePaymentCollectionOptions as a, type Color as a$, type BulkUpdateOrderTagsOptions as a0, type BulkUpdateOrderTagsResponse as a1, type OrderApprovedEnvelope as a2, type OrderUpdatedEnvelope as a3, type OrderCanceledEnvelope as a4, type OrderCreatedEnvelope as a5, type OrderPaymentStatusUpdatedEnvelope as a6, DescriptionLineType as a7, ItemTypeItemType as a8, PaymentOptionType as a9, AuthorizationCaptureStatus as aA, AuthorizationVoidStatus as aB, Reason as aC, ActionType as aD, ChargebackStatus as aE, MembershipPaymentStatus as aF, RefundStatus as aG, VersioningMode as aH, SortOrder as aI, OrderApprovalStrategy as aJ, DeltaPaymentOptionType as aK, InventoryAction as aL, Placement as aM, SubdivisionType as aN, SourceType as aO, CustomFieldGroup as aP, ValueType as aQ, DepositType as aR, InvoiceStatus as aS, type OrderLineItem as aT, type ProductName as aU, type CatalogReference as aV, type DescriptionLine as aW, type DescriptionLineValueOneOf as aX, type DescriptionLineDescriptionLineValueOneOf as aY, type DescriptionLineName as aZ, type PlainTextValue as a_, JurisdictionType as aa, SubscriptionFrequency as ab, AdjustmentType as ac, TaxableAddressType as ad, PaymentStatus as ae, FulfillmentStatus as af, WeightUnit as ag, VatType as ah, PickupMethod as ai, OrderStatus as aj, DiscountType as ak, DiscountReason as al, LineItemQuantityChangeType as am, ActivityType as an, AttributionSource as ao, ChannelType as ap, PreviewEmailType as aq, WebhookIdentityType as ar, ScheduledAction as as, DurationUnit as at, PaymentCollectabilityStatus as au, RefundableStatus as av, NonRefundableReason as aw, ManuallyRefundableReason as ax, RestockType as ay, TransactionStatus as az, type PreparePaymentCollectionResponse as b, type LineItemChanges as b$, type FocalPoint as b0, type PhysicalProperties as b1, type ItemType as b2, type ItemTypeItemTypeDataOneOf as b3, type ItemTaxFullDetails as b4, type LineItemTaxInfo as b5, type LineItemTaxBreakdown as b6, type DigitalFile as b7, type SubscriptionInfo as b8, type SubscriptionTitle as b9, type PickupDetails as bA, type PickupAddress as bB, type DeliveryTimeSlot as bC, type ShippingPrice as bD, type ShippingRegion as bE, type TaxSummary as bF, type OrderTaxInfo as bG, type OrderTaxBreakdown as bH, type AppliedDiscount as bI, type AppliedDiscountDiscountSourceOneOf as bJ, type Coupon as bK, type MerchantDiscount as bL, type MerchantDiscountMerchantDiscountReasonOneOf as bM, type DiscountRule as bN, type DiscountRuleName as bO, type LineItemDiscount as bP, type Activity as bQ, type ActivityContentOneOf as bR, type CustomActivity as bS, type MerchantComment as bT, type OrderRefunded as bU, type OrderCreatedFromExchange as bV, type NewExchangeOrderCreated as bW, type LineItemExchangeData as bX, type DraftOrderChangesApplied as bY, type OrderChange as bZ, type OrderChangeValueOneOf as b_, type SubscriptionDescription as ba, type SubscriptionSettings as bb, type FreeTrialPeriod as bc, type BillingAdjustment as bd, type BillingAdjustmentPriceSummary as be, type PriceDescription as bf, type LocationAndQuantity as bg, type TaxableAddress as bh, type TaxableAddressTaxableAddressDataOneOf as bi, type ExtendedFields as bj, type ModifierGroup as bk, type TranslatableString as bl, type ItemModifier as bm, type BuyerInfo as bn, type BuyerInfoIdOneOf as bo, type CurrencyConversionDetails as bp, type PriceSummary as bq, type AddressWithContact as br, type Address as bs, type StreetAddress as bt, type AddressLocation as bu, type FullAddressContactDetails as bv, type VatId as bw, type V1ShippingInformation as bx, type DeliveryLogistics as by, type DeliveryLogisticsAddressOneOf as bz, type PreparePaymentCollectionApplicationErrors as c, type BulkSendBuyerPickupConfirmationEmailsRequest as c$, type LineItemQuantityChange as c0, type LineItemPriceChange as c1, type LineItemProductNameChange as c2, type ManagedLineItem as c3, type ManagedDiscount as c4, type TranslatedValue as c5, type LineItemAmount as c6, type ManagedAdditionalFee as c7, type TotalPriceChange as c8, type ShippingInformationChange as c9, type ExternalReceipt as cA, type ReceiptSent as cB, type ReceiptSentReceiptInfoOneOf as cC, type ChargebackCreated as cD, type ChargebackReversed as cE, type CreatedBy as cF, type CreatedByStringOneOf as cG, type ChannelInfo as cH, type CustomField as cI, type BalanceSummary as cJ, type Balance as cK, type AdditionalFee as cL, type FulfillmentStatusesAggregate as cM, type Tags as cN, type TagList as cO, type Location as cP, type OrderApproved as cQ, type OrdersExperiments as cR, type OrderRejectedEventOrderRejected as cS, type OrderItemsRestocked as cT, type V1RestockItem as cU, type SendBuyerConfirmationEmailRequest as cV, type SendBuyerConfirmationEmailResponse as cW, type SendBuyerPaymentsReceivedEmailRequest as cX, type SendBuyerPaymentsReceivedEmailResponse as cY, type SendBuyerPickupConfirmationEmailRequest as cZ, type SendBuyerPickupConfirmationEmailResponse as c_, type ShippingInformation as ca, type SavedPaymentMethod as cb, type AuthorizedPaymentCreated as cc, type AuthorizedPaymentCaptured as cd, type AuthorizedPaymentVoided as ce, type RefundInitiated as cf, type RefundedPayment as cg, type RefundedPaymentKindOneOf as ch, type RegularPaymentRefund as ci, type GiftCardPaymentRefund as cj, type MembershipPaymentRefund as ck, type PaymentRefunded as cl, type PaymentRefundFailed as cm, type RefundedAsStoreCredit as cn, type PaymentPending as co, type PaymentPendingPaymentDetailsOneOf as cp, type RegularPayment as cq, type RegularPaymentPaymentMethodDetailsOneOf as cr, type CreditCardDetails as cs, type PaymentCanceled as ct, type PaymentCanceledPaymentDetailsOneOf as cu, type PaymentDeclined as cv, type PaymentDeclinedPaymentDetailsOneOf as cw, type ReceiptCreated as cx, type ReceiptCreatedReceiptInfoOneOf as cy, type WixReceipt as cz, type PaymentCollectionMarkOrderAsPaidApplicationErrors as d, type RefundabilityAdditionalRefundabilityInfoOneOf as d$, type BulkSendBuyerPickupConfirmationEmailsResponse as d0, type SendBuyerShippingConfirmationEmailRequest as d1, type SendBuyerShippingConfirmationEmailResponse as d2, type BulkSendBuyerShippingConfirmationEmailsRequest as d3, type BulkSendBuyerShippingConfirmationEmailsResponse as d4, type SendMerchantOrderReceivedNotificationRequest as d5, type SendMerchantOrderReceivedNotificationResponse as d6, type SendCancelRefundEmailRequest as d7, type SendCancelRefundEmailResponse as d8, type SendRefundEmailRequest as d9, type PreviewResendDownloadLinksEmailResponse as dA, type DomainEvent as dB, type DomainEventBodyOneOf as dC, type EntityCreatedEvent as dD, type RestoreInfo as dE, type EntityUpdatedEvent as dF, type EntityDeletedEvent as dG, type ActionEvent as dH, type Empty as dI, type MessageEnvelope as dJ, type IdentificationData as dK, type IdentificationDataIdOneOf as dL, type PreparePaymentCollectionRequest as dM, type RedirectUrls as dN, type DelayedCaptureSettings as dO, type Duration as dP, type GetPaymentCollectabilityStatusRequest as dQ, type RecordManuallyCollectedPaymentRequest as dR, type RecordManuallyCollectedPaymentResponse as dS, type MarkOrderAsPaidRequest as dT, type BulkMarkOrdersAsPaidRequest as dU, type BulkOrderResult as dV, type ItemMetadata as dW, type ApplicationError as dX, type BulkActionMetadata as dY, type GetRefundabilityStatusRequest as dZ, type Refundability as d_, type SendRefundEmailResponse as da, type SendMerchantOrderReceivedPushRequest as db, type SendMerchantOrderReceivedPushResponse as dc, type PreviewEmailByTypeRequest as dd, type PreviewEmailByTypeResponse as de, type PreviewRefundEmailRequest as df, type RefundDetails as dg, type RefundItem as dh, type LineItemRefund as di, type AdditionalFeeRefund as dj, type ShippingRefund as dk, type PreviewRefundEmailResponse as dl, type PreviewCancelEmailRequest as dm, type PreviewCancelEmailResponse as dn, type PreviewCancelRefundEmailRequest as dp, type PreviewCancelRefundEmailResponse as dq, type PreviewBuyerPaymentsReceivedEmailRequest as dr, type PreviewBuyerPaymentsReceivedEmailResponse as ds, type PreviewBuyerConfirmationEmailRequest as dt, type PreviewBuyerConfirmationEmailResponse as du, type PreviewBuyerPickupConfirmationEmailRequest as dv, type PreviewBuyerPickupConfirmationEmailResponse as dw, type PreviewShippingConfirmationEmailRequest as dx, type PreviewShippingConfirmationEmailResponse as dy, type PreviewResendDownloadLinksEmailRequest as dz, type GetRefundabilityStatusResponse as e, type GetOrderRequest as e$, type CreatePaymentGatewayOrderRequest as e0, type ChargedBy as e1, type ChargeMembershipsRequest as e2, type MembershipChargeItem as e3, type MembershipName as e4, type ServiceProperties as e5, type ChargeMembershipsResponse as e6, type TriggerRefundRequest as e7, type RefundSideEffects as e8, type RestockInfo as e9, type CalculateRefundResponse as eA, type CalculateRefundItemResponse as eB, type VoidAuthorizedPaymentsRequest as eC, type CaptureAuthorizedPaymentsRequest as eD, type ChargeSavedPaymentMethodRequest as eE, type ChargeSavedPaymentMethodResponse as eF, type UpdateInternalDocumentsEvent as eG, type UpdateInternalDocumentsEventOperationOneOf as eH, type InternalDocument as eI, type InternalDocumentUpdateOperation as eJ, type DeleteByIdsOperation as eK, type DeleteByFilterOperation as eL, type InternalDocumentUpdateByFilterOperation as eM, type InternalUpdateExistingOperation as eN, type VersionedDocumentUpdateOperation as eO, type VersionedDeleteByIdsOperation as eP, type VersionedDocumentId as eQ, type TriggerReindexRequest as eR, type TriggerReindexResponse as eS, type BatchOfTriggerReindexOrderRequest as eT, type TriggerReindexOrderRequest as eU, type LineItemDescriptionLineChange as eV, type DiffmatokyPayload as eW, type ErrorInformation as eX, type ContinueSideEffectsFlowInLegacyData as eY, type SnapshotMessage as eZ, type IndexingMessage as e_, type RestockItem as ea, type OrderTransactions as eb, type Payment as ec, type PaymentPaymentDetailsOneOf as ed, type PaymentReceiptInfoOneOf as ee, type RegularPaymentDetails as ef, type RegularPaymentDetailsPaymentMethodDetailsOneOf as eg, type CreditCardPaymentMethodDetails as eh, type AuthorizationDetails as ei, type AuthorizationCapture as ej, type AuthorizationActionFailureDetails as ek, type AuthorizationVoid as el, type V1ScheduledAction as em, type Chargeback as en, type GiftCardPaymentDetails as eo, type MembershipPaymentDetails as ep, type WixReceiptInfo as eq, type ExternalReceiptInfo as er, type Refund as es, type RefundTransaction as et, type RefundStatusInfo as eu, type AggregatedRefundSummary as ev, type RefundItemsBreakdown as ew, type LineItemRefundSummary as ex, type CalculateRefundRequest as ey, type CalculateRefundItemRequest as ez, type PaymentCollectionCreatePaymentGatewayOrderOptions as f, type UpdateBillingContactDetailsRequest as f$, type GetOrderResponse as f0, type InternalQueryOrdersRequest as f1, type PlatformQuery as f2, type PlatformQueryPagingMethodOneOf as f3, type Sorting as f4, type PlatformPaging as f5, type CursorPaging as f6, type InternalQueryOrdersResponse as f7, type PlatformPagingMetadata as f8, type Cursors as f9, type AdditionalFeeDeltaDeltaOneOf as fA, type DraftOrderCommitSettings as fB, type InventoryUpdateDetails as fC, type OrderDeltasCommitted as fD, type CommittedDiffs as fE, type CommittedDiffsShippingUpdateInfoOneOf as fF, type LineItemDelta as fG, type LineItemDeltaDeltaOneOf as fH, type ArchiveOrderRequest as fI, type ArchiveOrderResponse as fJ, type BulkArchiveOrdersRequest as fK, type BulkArchiveOrdersResponse as fL, type BulkArchiveOrdersByFilterRequest as fM, type BulkArchiveOrdersByFilterResponse as fN, type UnArchiveOrderRequest as fO, type UnArchiveOrderResponse as fP, type BulkUnArchiveOrdersRequest as fQ, type BulkUnArchiveOrdersResponse as fR, type BulkUnArchiveOrdersByFilterRequest as fS, type BulkUnArchiveOrdersByFilterResponse as fT, type UpdateBuyerInfoRequest as fU, type BuyerInfoUpdate as fV, type UpdateBuyerInfoResponse as fW, type UpdateBuyerEmailRequest as fX, type UpdateBuyerEmailResponse as fY, type UpdateOrderShippingAddressRequest as fZ, type UpdateOrderShippingAddressResponse as f_, type QueryOrderRequest as fa, type QueryOrderResponse as fb, type SearchOrdersRequest as fc, type CursorSearch as fd, type CursorSearchPagingMethodOneOf as fe, type CursorPagingMetadata as ff, type CreateOrderRequest as fg, type OrderCreationSettings as fh, type OrderCreateNotifications as fi, type CreateOrderResponse as fj, type UpdateOrderRequest as fk, type UpdateOrderResponse as fl, type BulkUpdateOrdersRequest as fm, type CommitDeltasRequest as fn, type DraftOrderDiffs as fo, type DraftOrderDiffsShippingUpdateInfoOneOf as fp, type DraftOrderDiffsBuyerUpdateInfoOneOf as fq, type DraftOrderDiffsBillingUpdateInfoOneOf as fr, type DraftOrderDiffsRecipientUpdateInfoOneOf as fs, type V1LineItemDelta as ft, type V1LineItemDeltaDeltaOneOf as fu, type OrderLineItemChangedDetails as fv, type ItemChangedDetails as fw, type AppliedDiscountDelta as fx, type AppliedDiscountDeltaDeltaOneOf as fy, type AdditionalFeeDelta as fz, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as g, type V1CreatePaymentGatewayOrderRequest as g$, type UpdateBillingContactDetailsResponse as g0, type UpdateOrderLineItemRequest as g1, type UpdateOrderLineItemsRequest as g2, type MaskedOrderLineItem as g3, type UpdateOrderLineItemsResponse as g4, type AddInternalActivityRequest as g5, type InternalActivity as g6, type InternalActivityContentOneOf as g7, type OrderPlaced as g8, type OrderPaid as g9, type UpdateLineItemsDescriptionLinesResponse as gA, type MarkOrderAsSeenByHumanRequest as gB, type MarkOrderAsSeenByHumanResponse as gC, type CancelOrderRequest as gD, type OrderCanceledEventOrderCanceled as gE, type UpdateOrderStatusRequest as gF, type MarkAsFulfilledRequest as gG, type MarkAsFulfilledResponse as gH, type FulfillmentStatusUpdated as gI, type BulkMarkAsFulfilledRequest as gJ, type BulkMarkAsFulfilledResponse as gK, type BulkMarkAsFulfilledByFilterRequest as gL, type BulkMarkAsFulfilledByFilterResponse as gM, type MarkAsUnfulfilledRequest as gN, type MarkAsUnfulfilledResponse as gO, type BulkMarkAsUnfulfilledRequest as gP, type BulkMarkAsUnfulfilledResponse as gQ, type BulkMarkAsUnfulfilledByFilterRequest as gR, type BulkMarkAsUnfulfilledByFilterResponse as gS, type BulkSetBusinessLocationRequest as gT, type BulkSetBusinessLocationResponse as gU, type BulkSetBusinessLocationResult as gV, type V1MarkOrderAsPaidRequest as gW, type V1MarkOrderAsPaidResponse as gX, type PaymentStatusUpdated as gY, type V1BulkMarkOrdersAsPaidRequest as gZ, type V1BulkMarkOrdersAsPaidResponse as g_, type OrderFulfilled as ga, type OrderNotFulfilled as gb, type OrderCanceled as gc, type DownloadLinkSent as gd, type TrackingNumberAdded as ge, type TrackingNumberEdited as gf, type TrackingLinkAdded as gg, type ShippingConfirmationEmailSent as gh, type InvoiceAdded as gi, type InvoiceSent as gj, type FulfillerEmailSent as gk, type ShippingAddressEdited as gl, type EmailEdited as gm, type PickupReadyEmailSent as gn, type OrderPartiallyPaid as go, type OrderPending as gp, type OrderRejected as gq, type AddInternalActivityResponse as gr, type AddActivityRequest as gs, type PublicActivityContentOneOf as gt, type AddActivitiesRequest as gu, type AddActivitiesResponse as gv, type UpdateActivityRequest as gw, type DeleteActivityRequest as gx, type UpdateLineItemsDescriptionLinesRequest as gy, type LineItemUpdate as gz, type ChargeMembershipsOptions as h, type WeightUnitWithLiterals as h$, type V1CreatePaymentGatewayOrderResponse as h0, type GetShipmentsRequest as h1, type GetShipmentsResponse as h2, type AggregateOrdersRequest as h3, type DecrementItemsQuantityRequest as h4, type DecrementData as h5, type DecrementItemsQuantityResponse as h6, type BulkUpdateOrderTagsRequest as h7, type BulkUpdateOrderTagsResult as h8, type Task as h9, type Locale as hA, type TotalPrice as hB, type ItemizedFee as hC, type Discount as hD, type DiscountOneDiscountTypeOneOf as hE, type CalculatedTaxes as hF, type CalculatedTax as hG, type Payments as hH, type InvoicesPayment as hI, type MetaData as hJ, type InvoiceDynamicPriceTotals as hK, type CustomFieldValue as hL, type Value as hM, type Deposit as hN, type TriggerSideEffectsFromLegacyData as hO, type BaseEventMetadata as hP, type EventMetadata as hQ, type OrderSearchSpec as hR, type DescriptionLineTypeWithLiterals as hS, type ItemTypeItemTypeWithLiterals as hT, type PaymentOptionTypeWithLiterals as hU, type JurisdictionTypeWithLiterals as hV, type SubscriptionFrequencyWithLiterals as hW, type AdjustmentTypeWithLiterals as hX, type TaxableAddressTypeWithLiterals as hY, type PaymentStatusWithLiterals as hZ, type FulfillmentStatusWithLiterals as h_, type TaskKey as ha, type TaskAction as hb, type TaskActionActionOneOf as hc, type Complete as hd, type Cancel as he, type Reschedule as hf, type InvoiceSentEvent as hg, type IdAndVersion as hh, type InvoiceFields as hi, type Customer as hj, type Email as hk, type QuotesAddress as hl, type AddressDescription as hm, type Phone as hn, type Company as ho, type CommonAddress as hp, type CommonAddressStreetOneOf as hq, type Subdivision as hr, type StandardDetails as hs, type InvoiceDates as ht, type LineItems as hu, type LineItem as hv, type BigDecimalWrapper as hw, type LineItemTax as hx, type Source as hy, type LineItemMetaData as hz, type PaymentRefund as i, updateActivity as i$, type VatTypeWithLiterals as i0, type PickupMethodWithLiterals as i1, type DiscountTypeWithLiterals as i2, type DiscountReasonWithLiterals as i3, type LineItemQuantityChangeTypeWithLiterals as i4, type ActivityTypeWithLiterals as i5, type AttributionSourceWithLiterals as i6, type ChannelTypeWithLiterals as i7, type PreviewEmailTypeWithLiterals as i8, type WebhookIdentityTypeWithLiterals as i9, type ValueTypeWithLiterals as iA, type DepositTypeWithLiterals as iB, type InvoiceStatusWithLiterals as iC, type CommonSearchWithEntityContext as iD, onOrderApproved as iE, onOrderUpdated as iF, onOrderCanceled as iG, onOrderCreated as iH, onOrderPaymentStatusUpdated as iI, preparePaymentCollection as iJ, getPaymentCollectabilityStatus as iK, recordManuallyCollectedPayment as iL, paymentCollectionMarkOrderAsPaid as iM, paymentCollectionBulkMarkOrdersAsPaid as iN, getRefundabilityStatus as iO, paymentCollectionCreatePaymentGatewayOrder as iP, chargeMemberships as iQ, triggerRefund as iR, voidAuthorizedPayments as iS, captureAuthorizedPayments as iT, getOrder as iU, createOrder as iV, updateOrder as iW, bulkUpdateOrders as iX, commitDeltas as iY, updateOrderLineItem as iZ, addActivity as i_, type ScheduledActionWithLiterals as ia, type DurationUnitWithLiterals as ib, type PaymentCollectabilityStatusWithLiterals as ic, type RefundableStatusWithLiterals as id, type NonRefundableReasonWithLiterals as ie, type ManuallyRefundableReasonWithLiterals as ig, type RestockTypeWithLiterals as ih, type TransactionStatusWithLiterals as ii, type AuthorizationCaptureStatusWithLiterals as ij, type AuthorizationVoidStatusWithLiterals as ik, type ReasonWithLiterals as il, type ActionTypeWithLiterals as im, type ChargebackStatusWithLiterals as io, type MembershipPaymentStatusWithLiterals as ip, type RefundStatusWithLiterals as iq, type VersioningModeWithLiterals as ir, type SortOrderWithLiterals as is, type OrderApprovalStrategyWithLiterals as it, type DeltaPaymentOptionTypeWithLiterals as iu, type InventoryActionWithLiterals as iv, type PlacementWithLiterals as iw, type SubdivisionTypeWithLiterals as ix, type SourceTypeWithLiterals as iy, type CustomFieldGroupWithLiterals as iz, type TriggerRefundResponse as j, deleteActivity as j0, cancelOrder as j1, updateOrderStatus as j2, aggregateOrders as j3, bulkUpdateOrderTags as j4, type TriggerRefundApplicationErrors as k, type VoidAuthorizedPaymentsApplicationErrors as l, type PaymentCapture as m, type CaptureAuthorizedPaymentsResponse as n, type CaptureAuthorizedPaymentsApplicationErrors as o, type GetOrderApplicationErrors as p, type OrderSearch as q, type CreateOrderOptions as r, type CreateOrderApplicationErrors as s, type UpdateOrderApplicationErrors as t, type MaskedOrder as u, type BulkUpdateOrdersOptions as v, type BulkUpdateOrdersResponse as w, type CommitDeltasOptions as x, type CommitDeltasResponse as y, type CommitDeltasApplicationErrors as z };
|
|
7802
|
+
export { type AggregateOrdersResponse as $, type UpdateOrderLineItemIdentifiers as A, type BulkMarkOrdersAsPaidResponse as B, type CreatePaymentGatewayOrderResponse as C, type UpdateOrderLineItem as D, type UpdateOrderLineItemResponse as E, type PublicActivity as F, type GetPaymentCollectabilityStatusResponse as G, type AddActivityResponse as H, type UpdateActivityIdentifiers as I, type UpdateActivityResponse as J, type DeleteActivityIdentifiers as K, type DeleteActivityResponse as L, type MarkOrderAsPaidResponse as M, type CancelOrderOptions as N, type Order as O, type Price as P, type CancelOrderResponse as Q, type RecordManuallyCollectedPaymentApplicationErrors as R, type SearchOrdersResponse as S, type TriggerRefundOptions as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, type CancelOrderApplicationErrors as W, type OrderStatusWithLiterals as X, type UpdateOrderStatusResponse as Y, type UpdateOrderStatusApplicationErrors as Z, type AggregateOrdersOptions as _, type PreparePaymentCollectionOptions as a, type Color as a$, type BulkUpdateOrderTagsOptions as a0, type BulkUpdateOrderTagsResponse as a1, type OrderApprovedEnvelope as a2, type OrderUpdatedEnvelope as a3, type OrderCanceledEnvelope as a4, type OrderCreatedEnvelope as a5, type OrderPaymentStatusUpdatedEnvelope as a6, DescriptionLineType as a7, ItemTypeItemType as a8, PaymentOptionType as a9, AuthorizationCaptureStatus as aA, AuthorizationVoidStatus as aB, Reason as aC, ActionType as aD, ChargebackStatus as aE, MembershipPaymentStatus as aF, RefundStatus as aG, VersioningMode as aH, SortOrder as aI, OrderApprovalStrategy as aJ, DeltaPaymentOptionType as aK, InventoryAction as aL, Placement as aM, SubdivisionType as aN, SourceType as aO, CustomFieldGroup as aP, ValueType as aQ, DepositType as aR, InvoiceStatus as aS, type OrderLineItem as aT, type ProductName as aU, type CatalogReference as aV, type DescriptionLine as aW, type DescriptionLineValueOneOf as aX, type DescriptionLineDescriptionLineValueOneOf as aY, type DescriptionLineName as aZ, type PlainTextValue as a_, JurisdictionType as aa, SubscriptionFrequency as ab, AdjustmentType as ac, TaxableAddressType as ad, PaymentStatus as ae, FulfillmentStatus as af, WeightUnit as ag, VatType as ah, PickupMethod as ai, OrderStatus as aj, DiscountType as ak, DiscountReason as al, LineItemQuantityChangeType as am, ActivityType as an, AttributionSource as ao, ChannelType as ap, PreviewEmailType as aq, WebhookIdentityType as ar, ScheduledAction as as, DurationUnit as at, PaymentCollectabilityStatus as au, RefundableStatus as av, NonRefundableReason as aw, ManuallyRefundableReason as ax, RestockType as ay, TransactionStatus as az, type PreparePaymentCollectionResponse as b, type LineItemChanges as b$, type FocalPoint as b0, type PhysicalProperties as b1, type ItemType as b2, type ItemTypeItemTypeDataOneOf as b3, type ItemTaxFullDetails as b4, type LineItemTaxInfo as b5, type LineItemTaxBreakdown as b6, type DigitalFile as b7, type SubscriptionInfo as b8, type SubscriptionTitle as b9, type PickupDetails as bA, type PickupAddress as bB, type DeliveryTimeSlot as bC, type ShippingPrice as bD, type ShippingRegion as bE, type TaxSummary as bF, type OrderTaxInfo as bG, type OrderTaxBreakdown as bH, type AppliedDiscount as bI, type AppliedDiscountDiscountSourceOneOf as bJ, type Coupon as bK, type MerchantDiscount as bL, type MerchantDiscountMerchantDiscountReasonOneOf as bM, type DiscountRule as bN, type DiscountRuleName as bO, type LineItemDiscount as bP, type Activity as bQ, type ActivityContentOneOf as bR, type CustomActivity as bS, type MerchantComment as bT, type OrderRefunded as bU, type OrderCreatedFromExchange as bV, type NewExchangeOrderCreated as bW, type LineItemExchangeData as bX, type DraftOrderChangesApplied as bY, type OrderChange as bZ, type OrderChangeValueOneOf as b_, type SubscriptionDescription as ba, type SubscriptionSettings as bb, type FreeTrialPeriod as bc, type BillingAdjustment as bd, type BillingAdjustmentPriceSummary as be, type PriceDescription as bf, type LocationAndQuantity as bg, type TaxableAddress as bh, type TaxableAddressTaxableAddressDataOneOf as bi, type ExtendedFields as bj, type ModifierGroup as bk, type TranslatableString as bl, type ItemModifier as bm, type BuyerInfo as bn, type BuyerInfoIdOneOf as bo, type CurrencyConversionDetails as bp, type PriceSummary as bq, type AddressWithContact as br, type Address as bs, type StreetAddress as bt, type AddressLocation as bu, type FullAddressContactDetails as bv, type VatId as bw, type V1ShippingInformation as bx, type DeliveryLogistics as by, type DeliveryLogisticsAddressOneOf as bz, type PreparePaymentCollectionApplicationErrors as c, type SendBuyerPickupConfirmationEmailResponse as c$, type LineItemQuantityChange as c0, type LineItemPriceChange as c1, type LineItemProductNameChange as c2, type LineItemDescriptionLineChange as c3, type ManagedLineItem as c4, type ManagedDiscount as c5, type TranslatedValue as c6, type LineItemAmount as c7, type ManagedAdditionalFee as c8, type TotalPriceChange as c9, type WixReceipt as cA, type ExternalReceipt as cB, type ReceiptSent as cC, type ReceiptSentReceiptInfoOneOf as cD, type ChargebackCreated as cE, type ChargebackReversed as cF, type CreatedBy as cG, type CreatedByStringOneOf as cH, type ChannelInfo as cI, type CustomField as cJ, type BalanceSummary as cK, type Balance as cL, type AdditionalFee as cM, type FulfillmentStatusesAggregate as cN, type Tags as cO, type TagList as cP, type Location as cQ, type OrderApproved as cR, type OrdersExperiments as cS, type OrderRejectedEventOrderRejected as cT, type OrderItemsRestocked as cU, type V1RestockItem as cV, type SendBuyerConfirmationEmailRequest as cW, type SendBuyerConfirmationEmailResponse as cX, type SendBuyerPaymentsReceivedEmailRequest as cY, type SendBuyerPaymentsReceivedEmailResponse as cZ, type SendBuyerPickupConfirmationEmailRequest as c_, type ShippingInformationChange as ca, type ShippingInformation as cb, type SavedPaymentMethod as cc, type AuthorizedPaymentCreated as cd, type AuthorizedPaymentCaptured as ce, type AuthorizedPaymentVoided as cf, type RefundInitiated as cg, type RefundedPayment as ch, type RefundedPaymentKindOneOf as ci, type RegularPaymentRefund as cj, type GiftCardPaymentRefund as ck, type MembershipPaymentRefund as cl, type PaymentRefunded as cm, type PaymentRefundFailed as cn, type RefundedAsStoreCredit as co, type PaymentPending as cp, type PaymentPendingPaymentDetailsOneOf as cq, type RegularPayment as cr, type RegularPaymentPaymentMethodDetailsOneOf as cs, type CreditCardDetails as ct, type PaymentCanceled as cu, type PaymentCanceledPaymentDetailsOneOf as cv, type PaymentDeclined as cw, type PaymentDeclinedPaymentDetailsOneOf as cx, type ReceiptCreated as cy, type ReceiptCreatedReceiptInfoOneOf as cz, type PaymentCollectionMarkOrderAsPaidApplicationErrors as d, type Refundability as d$, type BulkSendBuyerPickupConfirmationEmailsRequest as d0, type BulkSendBuyerPickupConfirmationEmailsResponse as d1, type SendBuyerShippingConfirmationEmailRequest as d2, type SendBuyerShippingConfirmationEmailResponse as d3, type BulkSendBuyerShippingConfirmationEmailsRequest as d4, type BulkSendBuyerShippingConfirmationEmailsResponse as d5, type SendMerchantOrderReceivedNotificationRequest as d6, type SendMerchantOrderReceivedNotificationResponse as d7, type SendCancelRefundEmailRequest as d8, type SendCancelRefundEmailResponse as d9, type PreviewResendDownloadLinksEmailRequest as dA, type PreviewResendDownloadLinksEmailResponse as dB, type DomainEvent as dC, type DomainEventBodyOneOf as dD, type EntityCreatedEvent as dE, type RestoreInfo as dF, type EntityUpdatedEvent as dG, type EntityDeletedEvent as dH, type ActionEvent as dI, type Empty as dJ, type MessageEnvelope as dK, type IdentificationData as dL, type IdentificationDataIdOneOf as dM, type PreparePaymentCollectionRequest as dN, type RedirectUrls as dO, type DelayedCaptureSettings as dP, type Duration as dQ, type GetPaymentCollectabilityStatusRequest as dR, type RecordManuallyCollectedPaymentRequest as dS, type RecordManuallyCollectedPaymentResponse as dT, type MarkOrderAsPaidRequest as dU, type BulkMarkOrdersAsPaidRequest as dV, type BulkOrderResult as dW, type ItemMetadata as dX, type ApplicationError as dY, type BulkActionMetadata as dZ, type GetRefundabilityStatusRequest as d_, type SendRefundEmailRequest as da, type SendRefundEmailResponse as db, type SendMerchantOrderReceivedPushRequest as dc, type SendMerchantOrderReceivedPushResponse as dd, type PreviewEmailByTypeRequest as de, type PreviewEmailByTypeResponse as df, type PreviewRefundEmailRequest as dg, type RefundDetails as dh, type RefundItem as di, type LineItemRefund as dj, type AdditionalFeeRefund as dk, type ShippingRefund as dl, type PreviewRefundEmailResponse as dm, type PreviewCancelEmailRequest as dn, type PreviewCancelEmailResponse as dp, type PreviewCancelRefundEmailRequest as dq, type PreviewCancelRefundEmailResponse as dr, type PreviewBuyerPaymentsReceivedEmailRequest as ds, type PreviewBuyerPaymentsReceivedEmailResponse as dt, type PreviewBuyerConfirmationEmailRequest as du, type PreviewBuyerConfirmationEmailResponse as dv, type PreviewBuyerPickupConfirmationEmailRequest as dw, type PreviewBuyerPickupConfirmationEmailResponse as dx, type PreviewShippingConfirmationEmailRequest as dy, type PreviewShippingConfirmationEmailResponse as dz, type GetRefundabilityStatusResponse as e, type GetOrderRequest as e$, type RefundabilityAdditionalRefundabilityInfoOneOf as e0, type CreatePaymentGatewayOrderRequest as e1, type ChargedBy as e2, type ChargeMembershipsRequest as e3, type MembershipChargeItem as e4, type MembershipName as e5, type ServiceProperties as e6, type ChargeMembershipsResponse as e7, type TriggerRefundRequest as e8, type RefundSideEffects as e9, type CalculateRefundItemRequest as eA, type CalculateRefundResponse as eB, type CalculateRefundItemResponse as eC, type VoidAuthorizedPaymentsRequest as eD, type CaptureAuthorizedPaymentsRequest as eE, type ChargeSavedPaymentMethodRequest as eF, type ChargeSavedPaymentMethodResponse as eG, type UpdateInternalDocumentsEvent as eH, type UpdateInternalDocumentsEventOperationOneOf as eI, type InternalDocument as eJ, type InternalDocumentUpdateOperation as eK, type DeleteByIdsOperation as eL, type DeleteByFilterOperation as eM, type InternalDocumentUpdateByFilterOperation as eN, type InternalUpdateExistingOperation as eO, type VersionedDocumentUpdateOperation as eP, type VersionedDeleteByIdsOperation as eQ, type VersionedDocumentId as eR, type TriggerReindexRequest as eS, type TriggerReindexResponse as eT, type BatchOfTriggerReindexOrderRequest as eU, type TriggerReindexOrderRequest as eV, type DiffmatokyPayload as eW, type ErrorInformation as eX, type ContinueSideEffectsFlowInLegacyData as eY, type SnapshotMessage as eZ, type IndexingMessage as e_, type RestockInfo as ea, type RestockItem as eb, type OrderTransactions as ec, type Payment as ed, type PaymentPaymentDetailsOneOf as ee, type PaymentReceiptInfoOneOf as ef, type RegularPaymentDetails as eg, type RegularPaymentDetailsPaymentMethodDetailsOneOf as eh, type CreditCardPaymentMethodDetails as ei, type AuthorizationDetails as ej, type AuthorizationCapture as ek, type AuthorizationActionFailureDetails as el, type AuthorizationVoid as em, type V1ScheduledAction as en, type Chargeback as eo, type GiftCardPaymentDetails as ep, type MembershipPaymentDetails as eq, type WixReceiptInfo as er, type ExternalReceiptInfo as es, type Refund as et, type RefundTransaction as eu, type RefundStatusInfo as ev, type AggregatedRefundSummary as ew, type RefundItemsBreakdown as ex, type LineItemRefundSummary as ey, type CalculateRefundRequest as ez, type PaymentCollectionCreatePaymentGatewayOrderOptions as f, type UpdateBillingContactDetailsRequest as f$, type GetOrderResponse as f0, type InternalQueryOrdersRequest as f1, type PlatformQuery as f2, type PlatformQueryPagingMethodOneOf as f3, type Sorting as f4, type PlatformPaging as f5, type CursorPaging as f6, type InternalQueryOrdersResponse as f7, type PlatformPagingMetadata as f8, type Cursors as f9, type AdditionalFeeDeltaDeltaOneOf as fA, type DraftOrderCommitSettings as fB, type InventoryUpdateDetails as fC, type OrderDeltasCommitted as fD, type CommittedDiffs as fE, type CommittedDiffsShippingUpdateInfoOneOf as fF, type LineItemDelta as fG, type LineItemDeltaDeltaOneOf as fH, type ArchiveOrderRequest as fI, type ArchiveOrderResponse as fJ, type BulkArchiveOrdersRequest as fK, type BulkArchiveOrdersResponse as fL, type BulkArchiveOrdersByFilterRequest as fM, type BulkArchiveOrdersByFilterResponse as fN, type UnArchiveOrderRequest as fO, type UnArchiveOrderResponse as fP, type BulkUnArchiveOrdersRequest as fQ, type BulkUnArchiveOrdersResponse as fR, type BulkUnArchiveOrdersByFilterRequest as fS, type BulkUnArchiveOrdersByFilterResponse as fT, type UpdateBuyerInfoRequest as fU, type BuyerInfoUpdate as fV, type UpdateBuyerInfoResponse as fW, type UpdateBuyerEmailRequest as fX, type UpdateBuyerEmailResponse as fY, type UpdateOrderShippingAddressRequest as fZ, type UpdateOrderShippingAddressResponse as f_, type QueryOrderRequest as fa, type QueryOrderResponse as fb, type SearchOrdersRequest as fc, type CursorSearch as fd, type CursorSearchPagingMethodOneOf as fe, type CursorPagingMetadata as ff, type CreateOrderRequest as fg, type OrderCreationSettings as fh, type OrderCreateNotifications as fi, type CreateOrderResponse as fj, type UpdateOrderRequest as fk, type UpdateOrderResponse as fl, type BulkUpdateOrdersRequest as fm, type CommitDeltasRequest as fn, type DraftOrderDiffs as fo, type DraftOrderDiffsShippingUpdateInfoOneOf as fp, type DraftOrderDiffsBuyerUpdateInfoOneOf as fq, type DraftOrderDiffsBillingUpdateInfoOneOf as fr, type DraftOrderDiffsRecipientUpdateInfoOneOf as fs, type V1LineItemDelta as ft, type V1LineItemDeltaDeltaOneOf as fu, type OrderLineItemChangedDetails as fv, type ItemChangedDetails as fw, type AppliedDiscountDelta as fx, type AppliedDiscountDeltaDeltaOneOf as fy, type AdditionalFeeDelta as fz, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as g, type V1CreatePaymentGatewayOrderRequest as g$, type UpdateBillingContactDetailsResponse as g0, type UpdateOrderLineItemRequest as g1, type UpdateOrderLineItemsRequest as g2, type MaskedOrderLineItem as g3, type UpdateOrderLineItemsResponse as g4, type AddInternalActivityRequest as g5, type InternalActivity as g6, type InternalActivityContentOneOf as g7, type OrderPlaced as g8, type OrderPaid as g9, type UpdateLineItemsDescriptionLinesResponse as gA, type MarkOrderAsSeenByHumanRequest as gB, type MarkOrderAsSeenByHumanResponse as gC, type CancelOrderRequest as gD, type OrderCanceledEventOrderCanceled as gE, type UpdateOrderStatusRequest as gF, type MarkAsFulfilledRequest as gG, type MarkAsFulfilledResponse as gH, type FulfillmentStatusUpdated as gI, type BulkMarkAsFulfilledRequest as gJ, type BulkMarkAsFulfilledResponse as gK, type BulkMarkAsFulfilledByFilterRequest as gL, type BulkMarkAsFulfilledByFilterResponse as gM, type MarkAsUnfulfilledRequest as gN, type MarkAsUnfulfilledResponse as gO, type BulkMarkAsUnfulfilledRequest as gP, type BulkMarkAsUnfulfilledResponse as gQ, type BulkMarkAsUnfulfilledByFilterRequest as gR, type BulkMarkAsUnfulfilledByFilterResponse as gS, type BulkSetBusinessLocationRequest as gT, type BulkSetBusinessLocationResponse as gU, type BulkSetBusinessLocationResult as gV, type V1MarkOrderAsPaidRequest as gW, type V1MarkOrderAsPaidResponse as gX, type PaymentStatusUpdated as gY, type V1BulkMarkOrdersAsPaidRequest as gZ, type V1BulkMarkOrdersAsPaidResponse as g_, type OrderFulfilled as ga, type OrderNotFulfilled as gb, type OrderCanceled as gc, type DownloadLinkSent as gd, type TrackingNumberAdded as ge, type TrackingNumberEdited as gf, type TrackingLinkAdded as gg, type ShippingConfirmationEmailSent as gh, type InvoiceAdded as gi, type InvoiceSent as gj, type FulfillerEmailSent as gk, type ShippingAddressEdited as gl, type EmailEdited as gm, type PickupReadyEmailSent as gn, type OrderPartiallyPaid as go, type OrderPending as gp, type OrderRejected as gq, type AddInternalActivityResponse as gr, type AddActivityRequest as gs, type PublicActivityContentOneOf as gt, type AddActivitiesRequest as gu, type AddActivitiesResponse as gv, type UpdateActivityRequest as gw, type DeleteActivityRequest as gx, type UpdateLineItemsDescriptionLinesRequest as gy, type LineItemUpdate as gz, type ChargeMembershipsOptions as h, type WeightUnitWithLiterals as h$, type V1CreatePaymentGatewayOrderResponse as h0, type GetShipmentsRequest as h1, type GetShipmentsResponse as h2, type AggregateOrdersRequest as h3, type DecrementItemsQuantityRequest as h4, type DecrementData as h5, type DecrementItemsQuantityResponse as h6, type BulkUpdateOrderTagsRequest as h7, type BulkUpdateOrderTagsResult as h8, type Task as h9, type Locale as hA, type TotalPrice as hB, type ItemizedFee as hC, type Discount as hD, type DiscountOneDiscountTypeOneOf as hE, type CalculatedTaxes as hF, type CalculatedTax as hG, type Payments as hH, type InvoicesPayment as hI, type MetaData as hJ, type InvoiceDynamicPriceTotals as hK, type CustomFieldValue as hL, type Value as hM, type Deposit as hN, type TriggerSideEffectsFromLegacyData as hO, type BaseEventMetadata as hP, type EventMetadata as hQ, type OrderSearchSpec as hR, type DescriptionLineTypeWithLiterals as hS, type ItemTypeItemTypeWithLiterals as hT, type PaymentOptionTypeWithLiterals as hU, type JurisdictionTypeWithLiterals as hV, type SubscriptionFrequencyWithLiterals as hW, type AdjustmentTypeWithLiterals as hX, type TaxableAddressTypeWithLiterals as hY, type PaymentStatusWithLiterals as hZ, type FulfillmentStatusWithLiterals as h_, type TaskKey as ha, type TaskAction as hb, type TaskActionActionOneOf as hc, type Complete as hd, type Cancel as he, type Reschedule as hf, type InvoiceSentEvent as hg, type IdAndVersion as hh, type InvoiceFields as hi, type Customer as hj, type Email as hk, type QuotesAddress as hl, type AddressDescription as hm, type Phone as hn, type Company as ho, type CommonAddress as hp, type CommonAddressStreetOneOf as hq, type Subdivision as hr, type StandardDetails as hs, type InvoiceDates as ht, type LineItems as hu, type LineItem as hv, type BigDecimalWrapper as hw, type LineItemTax as hx, type Source as hy, type LineItemMetaData as hz, type PaymentRefund as i, updateActivity as i$, type VatTypeWithLiterals as i0, type PickupMethodWithLiterals as i1, type DiscountTypeWithLiterals as i2, type DiscountReasonWithLiterals as i3, type LineItemQuantityChangeTypeWithLiterals as i4, type ActivityTypeWithLiterals as i5, type AttributionSourceWithLiterals as i6, type ChannelTypeWithLiterals as i7, type PreviewEmailTypeWithLiterals as i8, type WebhookIdentityTypeWithLiterals as i9, type ValueTypeWithLiterals as iA, type DepositTypeWithLiterals as iB, type InvoiceStatusWithLiterals as iC, type CommonSearchWithEntityContext as iD, onOrderApproved as iE, onOrderUpdated as iF, onOrderCanceled as iG, onOrderCreated as iH, onOrderPaymentStatusUpdated as iI, preparePaymentCollection as iJ, getPaymentCollectabilityStatus as iK, recordManuallyCollectedPayment as iL, paymentCollectionMarkOrderAsPaid as iM, paymentCollectionBulkMarkOrdersAsPaid as iN, getRefundabilityStatus as iO, paymentCollectionCreatePaymentGatewayOrder as iP, chargeMemberships as iQ, triggerRefund as iR, voidAuthorizedPayments as iS, captureAuthorizedPayments as iT, getOrder as iU, createOrder as iV, updateOrder as iW, bulkUpdateOrders as iX, commitDeltas as iY, updateOrderLineItem as iZ, addActivity as i_, type ScheduledActionWithLiterals as ia, type DurationUnitWithLiterals as ib, type PaymentCollectabilityStatusWithLiterals as ic, type RefundableStatusWithLiterals as id, type NonRefundableReasonWithLiterals as ie, type ManuallyRefundableReasonWithLiterals as ig, type RestockTypeWithLiterals as ih, type TransactionStatusWithLiterals as ii, type AuthorizationCaptureStatusWithLiterals as ij, type AuthorizationVoidStatusWithLiterals as ik, type ReasonWithLiterals as il, type ActionTypeWithLiterals as im, type ChargebackStatusWithLiterals as io, type MembershipPaymentStatusWithLiterals as ip, type RefundStatusWithLiterals as iq, type VersioningModeWithLiterals as ir, type SortOrderWithLiterals as is, type OrderApprovalStrategyWithLiterals as it, type DeltaPaymentOptionTypeWithLiterals as iu, type InventoryActionWithLiterals as iv, type PlacementWithLiterals as iw, type SubdivisionTypeWithLiterals as ix, type SourceTypeWithLiterals as iy, type CustomFieldGroupWithLiterals as iz, type TriggerRefundResponse as j, deleteActivity as j0, cancelOrder as j1, updateOrderStatus as j2, aggregateOrders as j3, bulkUpdateOrderTags as j4, type TriggerRefundApplicationErrors as k, type VoidAuthorizedPaymentsApplicationErrors as l, type PaymentCapture as m, type CaptureAuthorizedPaymentsResponse as n, type CaptureAuthorizedPaymentsApplicationErrors as o, type GetOrderApplicationErrors as p, type OrderSearch as q, type CreateOrderOptions as r, type CreateOrderApplicationErrors as s, type UpdateOrderApplicationErrors as t, type MaskedOrder as u, type BulkUpdateOrdersOptions as v, type BulkUpdateOrdersResponse as w, type CommitDeltasOptions as x, type CommitDeltasResponse as y, type CommitDeltasApplicationErrors as z };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, R as RecordManuallyCollectedPaymentApplicationErrors, M as MarkOrderAsPaidResponse, d as PaymentCollectionMarkOrderAsPaidApplicationErrors, B as BulkMarkOrdersAsPaidResponse, e as GetRefundabilityStatusResponse, f as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, g as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, h as ChargeMembershipsOptions, i as PaymentRefund, T as TriggerRefundOptions, j as TriggerRefundResponse, k as TriggerRefundApplicationErrors, V as VoidAuthorizedPaymentsResponse, l as VoidAuthorizedPaymentsApplicationErrors, m as PaymentCapture, n as CaptureAuthorizedPaymentsResponse, o as CaptureAuthorizedPaymentsApplicationErrors, O as Order, p as GetOrderApplicationErrors, q as OrderSearch, S as SearchOrdersResponse, r as CreateOrderOptions, s as CreateOrderApplicationErrors, U as UpdateOrder, t as UpdateOrderApplicationErrors, u as MaskedOrder, v as BulkUpdateOrdersOptions, w as BulkUpdateOrdersResponse, x as CommitDeltasOptions, y as CommitDeltasResponse, z as CommitDeltasApplicationErrors, A as UpdateOrderLineItemIdentifiers, D as UpdateOrderLineItem, E as UpdateOrderLineItemResponse, F as PublicActivity, H as AddActivityResponse, I as UpdateActivityIdentifiers, J as UpdateActivityResponse, K as DeleteActivityIdentifiers, L as DeleteActivityResponse, N as CancelOrderOptions, Q as CancelOrderResponse, W as CancelOrderApplicationErrors, X as OrderStatusWithLiterals, Y as UpdateOrderStatusResponse, Z as UpdateOrderStatusApplicationErrors, _ as AggregateOrdersOptions, $ as AggregateOrdersResponse, a0 as BulkUpdateOrderTagsOptions, a1 as BulkUpdateOrderTagsResponse, a2 as OrderApprovedEnvelope, a3 as OrderUpdatedEnvelope, a4 as OrderCanceledEnvelope, a5 as OrderCreatedEnvelope, a6 as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-
|
|
3
|
-
export { dH as ActionEvent, aD as ActionType, im as ActionTypeWithLiterals, bQ as Activity, bR as ActivityContentOneOf, an as ActivityType, i5 as ActivityTypeWithLiterals, gu as AddActivitiesRequest, gv as AddActivitiesResponse, gs as AddActivityRequest, g5 as AddInternalActivityRequest, gr as AddInternalActivityResponse, cL as AdditionalFee, fz as AdditionalFeeDelta, fA as AdditionalFeeDeltaDeltaOneOf, dj as AdditionalFeeRefund, bs as Address, hm as AddressDescription, bu as AddressLocation, br as AddressWithContact, ac as AdjustmentType, hX as AdjustmentTypeWithLiterals, h3 as AggregateOrdersRequest, ev as AggregatedRefundSummary, dX as ApplicationError, bI as AppliedDiscount, fx as AppliedDiscountDelta, fy as AppliedDiscountDeltaDeltaOneOf, bJ as AppliedDiscountDiscountSourceOneOf, fI as ArchiveOrderRequest, fJ as ArchiveOrderResponse, ao as AttributionSource, i6 as AttributionSourceWithLiterals, ek as AuthorizationActionFailureDetails, ej as AuthorizationCapture, aA as AuthorizationCaptureStatus, ij as AuthorizationCaptureStatusWithLiterals, ei as AuthorizationDetails, el as AuthorizationVoid, aB as AuthorizationVoidStatus, ik as AuthorizationVoidStatusWithLiterals, cd as AuthorizedPaymentCaptured, cc as AuthorizedPaymentCreated, ce as AuthorizedPaymentVoided, cK as Balance, cJ as BalanceSummary, hP as BaseEventMetadata, eT as BatchOfTriggerReindexOrderRequest, hw as BigDecimalWrapper, bd as BillingAdjustment, be as BillingAdjustmentPriceSummary, dY as BulkActionMetadata, fM as BulkArchiveOrdersByFilterRequest, fN as BulkArchiveOrdersByFilterResponse, fK as BulkArchiveOrdersRequest, fL as BulkArchiveOrdersResponse, gL as BulkMarkAsFulfilledByFilterRequest, gM as BulkMarkAsFulfilledByFilterResponse, gJ as BulkMarkAsFulfilledRequest, gK as BulkMarkAsFulfilledResponse, gR as BulkMarkAsUnfulfilledByFilterRequest, gS as BulkMarkAsUnfulfilledByFilterResponse, gP as BulkMarkAsUnfulfilledRequest, gQ as BulkMarkAsUnfulfilledResponse, dU as BulkMarkOrdersAsPaidRequest, dV as BulkOrderResult, c$ as BulkSendBuyerPickupConfirmationEmailsRequest, d0 as BulkSendBuyerPickupConfirmationEmailsResponse, d3 as BulkSendBuyerShippingConfirmationEmailsRequest, d4 as BulkSendBuyerShippingConfirmationEmailsResponse, gT as BulkSetBusinessLocationRequest, gU as BulkSetBusinessLocationResponse, gV as BulkSetBusinessLocationResult, fS as BulkUnArchiveOrdersByFilterRequest, fT as BulkUnArchiveOrdersByFilterResponse, fQ as BulkUnArchiveOrdersRequest, fR as BulkUnArchiveOrdersResponse, h7 as BulkUpdateOrderTagsRequest, h8 as BulkUpdateOrderTagsResult, fm as BulkUpdateOrdersRequest, bn as BuyerInfo, bo as BuyerInfoIdOneOf, fV as BuyerInfoUpdate, ez as CalculateRefundItemRequest, eB as CalculateRefundItemResponse, ey as CalculateRefundRequest, eA as CalculateRefundResponse, hG as CalculatedTax, hF as CalculatedTaxes, he as Cancel, gD as CancelOrderRequest, eD as CaptureAuthorizedPaymentsRequest, aV as CatalogReference, cH as ChannelInfo, ap as ChannelType, i7 as ChannelTypeWithLiterals, e2 as ChargeMembershipsRequest, e6 as ChargeMembershipsResponse, eE as ChargeSavedPaymentMethodRequest, eF as ChargeSavedPaymentMethodResponse, en as Chargeback, cD as ChargebackCreated, cE as ChargebackReversed, aE as ChargebackStatus, io as ChargebackStatusWithLiterals, e1 as ChargedBy, a$ as Color, fn as CommitDeltasRequest, fE as CommittedDiffs, fF as CommittedDiffsShippingUpdateInfoOneOf, hp as CommonAddress, hq as CommonAddressStreetOneOf, iD as CommonSearchWithEntityContext, ho as Company, hd as Complete, eY as ContinueSideEffectsFlowInLegacyData, bK as Coupon, fg as CreateOrderRequest, fj as CreateOrderResponse, e0 as CreatePaymentGatewayOrderRequest, cF as CreatedBy, cG as CreatedByStringOneOf, cs as CreditCardDetails, eh as CreditCardPaymentMethodDetails, bp as CurrencyConversionDetails, f6 as CursorPaging, ff as CursorPagingMetadata, fd as CursorSearch, fe as CursorSearchPagingMethodOneOf, f9 as Cursors, bS as CustomActivity, cI as CustomField, aP as CustomFieldGroup, iz as CustomFieldGroupWithLiterals, hL as CustomFieldValue, hj as Customer, h5 as DecrementData, h4 as DecrementItemsQuantityRequest, h6 as DecrementItemsQuantityResponse, dO as DelayedCaptureSettings, gx as DeleteActivityRequest, eL as DeleteByFilterOperation, eK as DeleteByIdsOperation, by as DeliveryLogistics, bz as DeliveryLogisticsAddressOneOf, bC as DeliveryTimeSlot, aK as DeltaPaymentOptionType, iu as DeltaPaymentOptionTypeWithLiterals, hN as Deposit, aR as DepositType, iB as DepositTypeWithLiterals, aW as DescriptionLine, aY as DescriptionLineDescriptionLineValueOneOf, aZ as DescriptionLineName, a7 as DescriptionLineType, hS as DescriptionLineTypeWithLiterals, aX as DescriptionLineValueOneOf, eW as DiffmatokyPayload, b7 as DigitalFile, hD as Discount, hE as DiscountOneDiscountTypeOneOf, al as DiscountReason, i3 as DiscountReasonWithLiterals, bN as DiscountRule, bO as DiscountRuleName, ak as DiscountType, i2 as DiscountTypeWithLiterals, dB as DomainEvent, dC as DomainEventBodyOneOf, gd as DownloadLinkSent, bY as DraftOrderChangesApplied, fB as DraftOrderCommitSettings, fo as DraftOrderDiffs, fr as DraftOrderDiffsBillingUpdateInfoOneOf, fq as DraftOrderDiffsBuyerUpdateInfoOneOf, fs as DraftOrderDiffsRecipientUpdateInfoOneOf, fp as DraftOrderDiffsShippingUpdateInfoOneOf, dP as Duration, at as DurationUnit, ib as DurationUnitWithLiterals, hk as Email, gm as EmailEdited, dI as Empty, dD as EntityCreatedEvent, dG as EntityDeletedEvent, dF as EntityUpdatedEvent, eX as ErrorInformation, hQ as EventMetadata, bj as ExtendedFields, cA as ExternalReceipt, er as ExternalReceiptInfo, b0 as FocalPoint, bc as FreeTrialPeriod, gk as FulfillerEmailSent, af as FulfillmentStatus, gI as FulfillmentStatusUpdated, h_ as FulfillmentStatusWithLiterals, cM as FulfillmentStatusesAggregate, bv as FullAddressContactDetails, e$ as GetOrderRequest, f0 as GetOrderResponse, dQ as GetPaymentCollectabilityStatusRequest, dZ as GetRefundabilityStatusRequest, h1 as GetShipmentsRequest, h2 as GetShipmentsResponse, eo as GiftCardPaymentDetails, cj as GiftCardPaymentRefund, hh as IdAndVersion, dK as IdentificationData, dL as IdentificationDataIdOneOf, e_ as IndexingMessage, g6 as InternalActivity, g7 as InternalActivityContentOneOf, eI as InternalDocument, eM as InternalDocumentUpdateByFilterOperation, eJ as InternalDocumentUpdateOperation, f1 as InternalQueryOrdersRequest, f7 as InternalQueryOrdersResponse, eN as InternalUpdateExistingOperation, aL as InventoryAction, iv as InventoryActionWithLiterals, fC as InventoryUpdateDetails, gi as InvoiceAdded, ht as InvoiceDates, hK as InvoiceDynamicPriceTotals, hi as InvoiceFields, gj as InvoiceSent, hg as InvoiceSentEvent, aS as InvoiceStatus, iC as InvoiceStatusWithLiterals, hI as InvoicesPayment, fw as ItemChangedDetails, dW as ItemMetadata, bm as ItemModifier, b4 as ItemTaxFullDetails, b2 as ItemType, a8 as ItemTypeItemType, b3 as ItemTypeItemTypeDataOneOf, hT as ItemTypeItemTypeWithLiterals, hC as ItemizedFee, aa as JurisdictionType, hV as JurisdictionTypeWithLiterals, hv as LineItem, c6 as LineItemAmount, b$ as LineItemChanges, fG as LineItemDelta, fH as LineItemDeltaDeltaOneOf, eV as LineItemDescriptionLineChange, bP as LineItemDiscount, bX as LineItemExchangeData, hz as LineItemMetaData, c1 as LineItemPriceChange, c2 as LineItemProductNameChange, c0 as LineItemQuantityChange, am as LineItemQuantityChangeType, i4 as LineItemQuantityChangeTypeWithLiterals, di as LineItemRefund, ex as LineItemRefundSummary, hx as LineItemTax, b6 as LineItemTaxBreakdown, b5 as LineItemTaxInfo, gz as LineItemUpdate, hu as LineItems, hA as Locale, cP as Location, bg as LocationAndQuantity, c7 as ManagedAdditionalFee, c4 as ManagedDiscount, c3 as ManagedLineItem, ax as ManuallyRefundableReason, ig as ManuallyRefundableReasonWithLiterals, gG as MarkAsFulfilledRequest, gH as MarkAsFulfilledResponse, gN as MarkAsUnfulfilledRequest, gO as MarkAsUnfulfilledResponse, dT as MarkOrderAsPaidRequest, gB as MarkOrderAsSeenByHumanRequest, gC as MarkOrderAsSeenByHumanResponse, g3 as MaskedOrderLineItem, e3 as MembershipChargeItem, e4 as MembershipName, ep as MembershipPaymentDetails, ck as MembershipPaymentRefund, aF as MembershipPaymentStatus, ip as MembershipPaymentStatusWithLiterals, bT as MerchantComment, bL as MerchantDiscount, bM as MerchantDiscountMerchantDiscountReasonOneOf, dJ as MessageEnvelope, hJ as MetaData, bk as ModifierGroup, bW as NewExchangeOrderCreated, aw as NonRefundableReason, ie as NonRefundableReasonWithLiterals, aJ as OrderApprovalStrategy, it as OrderApprovalStrategyWithLiterals, cQ as OrderApproved, gc as OrderCanceled, gE as OrderCanceledEventOrderCanceled, bZ as OrderChange, b_ as OrderChangeValueOneOf, fi as OrderCreateNotifications, bV as OrderCreatedFromExchange, fh as OrderCreationSettings, fD as OrderDeltasCommitted, ga as OrderFulfilled, cT as OrderItemsRestocked, aT as OrderLineItem, fv as OrderLineItemChangedDetails, gb as OrderNotFulfilled, g9 as OrderPaid, go as OrderPartiallyPaid, gp as OrderPending, g8 as OrderPlaced, bU as OrderRefunded, gq as OrderRejected, cS as OrderRejectedEventOrderRejected, hR as OrderSearchSpec, aj as OrderStatus, bH as OrderTaxBreakdown, bG as OrderTaxInfo, eb as OrderTransactions, cR as OrdersExperiments, ec as Payment, ct as PaymentCanceled, cu as PaymentCanceledPaymentDetailsOneOf, au as PaymentCollectabilityStatus, ic as PaymentCollectabilityStatusWithLiterals, cv as PaymentDeclined, cw as PaymentDeclinedPaymentDetailsOneOf, a9 as PaymentOptionType, hU as PaymentOptionTypeWithLiterals, ed as PaymentPaymentDetailsOneOf, co as PaymentPending, cp as PaymentPendingPaymentDetailsOneOf, ee as PaymentReceiptInfoOneOf, cm as PaymentRefundFailed, cl as PaymentRefunded, ae as PaymentStatus, gY as PaymentStatusUpdated, hZ as PaymentStatusWithLiterals, hH as Payments, hn as Phone, b1 as PhysicalProperties, bB as PickupAddress, bA as PickupDetails, ai as PickupMethod, i1 as PickupMethodWithLiterals, gn as PickupReadyEmailSent, aM as Placement, iw as PlacementWithLiterals, a_ as PlainTextValue, f5 as PlatformPaging, f8 as PlatformPagingMetadata, f2 as PlatformQuery, f3 as PlatformQueryPagingMethodOneOf, dM as PreparePaymentCollectionRequest, dt as PreviewBuyerConfirmationEmailRequest, du as PreviewBuyerConfirmationEmailResponse, dr as PreviewBuyerPaymentsReceivedEmailRequest, ds as PreviewBuyerPaymentsReceivedEmailResponse, dv as PreviewBuyerPickupConfirmationEmailRequest, dw as PreviewBuyerPickupConfirmationEmailResponse, dm as PreviewCancelEmailRequest, dn as PreviewCancelEmailResponse, dp as PreviewCancelRefundEmailRequest, dq as PreviewCancelRefundEmailResponse, dd as PreviewEmailByTypeRequest, de as PreviewEmailByTypeResponse, aq as PreviewEmailType, i8 as PreviewEmailTypeWithLiterals, df as PreviewRefundEmailRequest, dl as PreviewRefundEmailResponse, dz as PreviewResendDownloadLinksEmailRequest, dA as PreviewResendDownloadLinksEmailResponse, dx as PreviewShippingConfirmationEmailRequest, dy as PreviewShippingConfirmationEmailResponse, bf as PriceDescription, bq as PriceSummary, aU as ProductName, gt as PublicActivityContentOneOf, fa as QueryOrderRequest, fb as QueryOrderResponse, hl as QuotesAddress, aC as Reason, il as ReasonWithLiterals, cx as ReceiptCreated, cy as ReceiptCreatedReceiptInfoOneOf, cB as ReceiptSent, cC as ReceiptSentReceiptInfoOneOf, dR as RecordManuallyCollectedPaymentRequest, dS as RecordManuallyCollectedPaymentResponse, dN as RedirectUrls, es as Refund, dg as RefundDetails, cf as RefundInitiated, dh as RefundItem, ew as RefundItemsBreakdown, e8 as RefundSideEffects, aG as RefundStatus, eu as RefundStatusInfo, iq as RefundStatusWithLiterals, et as RefundTransaction, d_ as Refundability, d$ as RefundabilityAdditionalRefundabilityInfoOneOf, av as RefundableStatus, id as RefundableStatusWithLiterals, cn as RefundedAsStoreCredit, cg as RefundedPayment, ch as RefundedPaymentKindOneOf, cq as RegularPayment, ef as RegularPaymentDetails, eg as RegularPaymentDetailsPaymentMethodDetailsOneOf, cr as RegularPaymentPaymentMethodDetailsOneOf, ci as RegularPaymentRefund, hf as Reschedule, e9 as RestockInfo, ea as RestockItem, ay as RestockType, ih as RestockTypeWithLiterals, dE as RestoreInfo, cb as SavedPaymentMethod, as as ScheduledAction, ia as ScheduledActionWithLiterals, fc as SearchOrdersRequest, cV as SendBuyerConfirmationEmailRequest, cW as SendBuyerConfirmationEmailResponse, cX as SendBuyerPaymentsReceivedEmailRequest, cY as SendBuyerPaymentsReceivedEmailResponse, cZ as SendBuyerPickupConfirmationEmailRequest, c_ as SendBuyerPickupConfirmationEmailResponse, d1 as SendBuyerShippingConfirmationEmailRequest, d2 as SendBuyerShippingConfirmationEmailResponse, d7 as SendCancelRefundEmailRequest, d8 as SendCancelRefundEmailResponse, d5 as SendMerchantOrderReceivedNotificationRequest, d6 as SendMerchantOrderReceivedNotificationResponse, db as SendMerchantOrderReceivedPushRequest, dc as SendMerchantOrderReceivedPushResponse, d9 as SendRefundEmailRequest, da as SendRefundEmailResponse, e5 as ServiceProperties, gl as ShippingAddressEdited, gh as ShippingConfirmationEmailSent, ca as ShippingInformation, c9 as ShippingInformationChange, bD as ShippingPrice, dk as ShippingRefund, bE as ShippingRegion, eZ as SnapshotMessage, aI as SortOrder, is as SortOrderWithLiterals, f4 as Sorting, hy as Source, aO as SourceType, iy as SourceTypeWithLiterals, hs as StandardDetails, bt as StreetAddress, hr as Subdivision, aN as SubdivisionType, ix as SubdivisionTypeWithLiterals, ba as SubscriptionDescription, ab as SubscriptionFrequency, hW as SubscriptionFrequencyWithLiterals, b8 as SubscriptionInfo, bb as SubscriptionSettings, b9 as SubscriptionTitle, cO as TagList, cN as Tags, h9 as Task, hb as TaskAction, hc as TaskActionActionOneOf, ha as TaskKey, bF as TaxSummary, bh as TaxableAddress, bi as TaxableAddressTaxableAddressDataOneOf, ad as TaxableAddressType, hY as TaxableAddressTypeWithLiterals, hB as TotalPrice, c8 as TotalPriceChange, gg as TrackingLinkAdded, ge as TrackingNumberAdded, gf as TrackingNumberEdited, az as TransactionStatus, ii as TransactionStatusWithLiterals, bl as TranslatableString, c5 as TranslatedValue, e7 as TriggerRefundRequest, eU as TriggerReindexOrderRequest, eR as TriggerReindexRequest, eS as TriggerReindexResponse, hO as TriggerSideEffectsFromLegacyData, fO as UnArchiveOrderRequest, fP as UnArchiveOrderResponse, gw as UpdateActivityRequest, f$ as UpdateBillingContactDetailsRequest, g0 as UpdateBillingContactDetailsResponse, fX as UpdateBuyerEmailRequest, fY as UpdateBuyerEmailResponse, fU as UpdateBuyerInfoRequest, fW as UpdateBuyerInfoResponse, eG as UpdateInternalDocumentsEvent, eH as UpdateInternalDocumentsEventOperationOneOf, gy as UpdateLineItemsDescriptionLinesRequest, gA as UpdateLineItemsDescriptionLinesResponse, g1 as UpdateOrderLineItemRequest, g2 as UpdateOrderLineItemsRequest, g4 as UpdateOrderLineItemsResponse, fk as UpdateOrderRequest, fl as UpdateOrderResponse, fZ as UpdateOrderShippingAddressRequest, f_ as UpdateOrderShippingAddressResponse, gF as UpdateOrderStatusRequest, gZ as V1BulkMarkOrdersAsPaidRequest, g_ as V1BulkMarkOrdersAsPaidResponse, g$ as V1CreatePaymentGatewayOrderRequest, h0 as V1CreatePaymentGatewayOrderResponse, ft as V1LineItemDelta, fu as V1LineItemDeltaDeltaOneOf, gW as V1MarkOrderAsPaidRequest, gX as V1MarkOrderAsPaidResponse, cU as V1RestockItem, em as V1ScheduledAction, bx as V1ShippingInformation, hM as Value, aQ as ValueType, iA as ValueTypeWithLiterals, bw as VatId, ah as VatType, i0 as VatTypeWithLiterals, eP as VersionedDeleteByIdsOperation, eQ as VersionedDocumentId, eO as VersionedDocumentUpdateOperation, aH as VersioningMode, ir as VersioningModeWithLiterals, eC as VoidAuthorizedPaymentsRequest, ar as WebhookIdentityType, i9 as WebhookIdentityTypeWithLiterals, ag as WeightUnit, h$ as WeightUnitWithLiterals, cz as WixReceipt, eq as WixReceiptInfo } from './ecom-v1-order-orders.universal-nuGENHsd.js';
|
|
2
|
+
import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, R as RecordManuallyCollectedPaymentApplicationErrors, M as MarkOrderAsPaidResponse, d as PaymentCollectionMarkOrderAsPaidApplicationErrors, B as BulkMarkOrdersAsPaidResponse, e as GetRefundabilityStatusResponse, f as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, g as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, h as ChargeMembershipsOptions, i as PaymentRefund, T as TriggerRefundOptions, j as TriggerRefundResponse, k as TriggerRefundApplicationErrors, V as VoidAuthorizedPaymentsResponse, l as VoidAuthorizedPaymentsApplicationErrors, m as PaymentCapture, n as CaptureAuthorizedPaymentsResponse, o as CaptureAuthorizedPaymentsApplicationErrors, O as Order, p as GetOrderApplicationErrors, q as OrderSearch, S as SearchOrdersResponse, r as CreateOrderOptions, s as CreateOrderApplicationErrors, U as UpdateOrder, t as UpdateOrderApplicationErrors, u as MaskedOrder, v as BulkUpdateOrdersOptions, w as BulkUpdateOrdersResponse, x as CommitDeltasOptions, y as CommitDeltasResponse, z as CommitDeltasApplicationErrors, A as UpdateOrderLineItemIdentifiers, D as UpdateOrderLineItem, E as UpdateOrderLineItemResponse, F as PublicActivity, H as AddActivityResponse, I as UpdateActivityIdentifiers, J as UpdateActivityResponse, K as DeleteActivityIdentifiers, L as DeleteActivityResponse, N as CancelOrderOptions, Q as CancelOrderResponse, W as CancelOrderApplicationErrors, X as OrderStatusWithLiterals, Y as UpdateOrderStatusResponse, Z as UpdateOrderStatusApplicationErrors, _ as AggregateOrdersOptions, $ as AggregateOrdersResponse, a0 as BulkUpdateOrderTagsOptions, a1 as BulkUpdateOrderTagsResponse, a2 as OrderApprovedEnvelope, a3 as OrderUpdatedEnvelope, a4 as OrderCanceledEnvelope, a5 as OrderCreatedEnvelope, a6 as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-CYTCQuMr.js';
|
|
3
|
+
export { dI as ActionEvent, aD as ActionType, im as ActionTypeWithLiterals, bQ as Activity, bR as ActivityContentOneOf, an as ActivityType, i5 as ActivityTypeWithLiterals, gu as AddActivitiesRequest, gv as AddActivitiesResponse, gs as AddActivityRequest, g5 as AddInternalActivityRequest, gr as AddInternalActivityResponse, cM as AdditionalFee, fz as AdditionalFeeDelta, fA as AdditionalFeeDeltaDeltaOneOf, dk as AdditionalFeeRefund, bs as Address, hm as AddressDescription, bu as AddressLocation, br as AddressWithContact, ac as AdjustmentType, hX as AdjustmentTypeWithLiterals, h3 as AggregateOrdersRequest, ew as AggregatedRefundSummary, dY as ApplicationError, bI as AppliedDiscount, fx as AppliedDiscountDelta, fy as AppliedDiscountDeltaDeltaOneOf, bJ as AppliedDiscountDiscountSourceOneOf, fI as ArchiveOrderRequest, fJ as ArchiveOrderResponse, ao as AttributionSource, i6 as AttributionSourceWithLiterals, el as AuthorizationActionFailureDetails, ek as AuthorizationCapture, aA as AuthorizationCaptureStatus, ij as AuthorizationCaptureStatusWithLiterals, ej as AuthorizationDetails, em as AuthorizationVoid, aB as AuthorizationVoidStatus, ik as AuthorizationVoidStatusWithLiterals, ce as AuthorizedPaymentCaptured, cd as AuthorizedPaymentCreated, cf as AuthorizedPaymentVoided, cL as Balance, cK as BalanceSummary, hP as BaseEventMetadata, eU as BatchOfTriggerReindexOrderRequest, hw as BigDecimalWrapper, bd as BillingAdjustment, be as BillingAdjustmentPriceSummary, dZ as BulkActionMetadata, fM as BulkArchiveOrdersByFilterRequest, fN as BulkArchiveOrdersByFilterResponse, fK as BulkArchiveOrdersRequest, fL as BulkArchiveOrdersResponse, gL as BulkMarkAsFulfilledByFilterRequest, gM as BulkMarkAsFulfilledByFilterResponse, gJ as BulkMarkAsFulfilledRequest, gK as BulkMarkAsFulfilledResponse, gR as BulkMarkAsUnfulfilledByFilterRequest, gS as BulkMarkAsUnfulfilledByFilterResponse, gP as BulkMarkAsUnfulfilledRequest, gQ as BulkMarkAsUnfulfilledResponse, dV as BulkMarkOrdersAsPaidRequest, dW as BulkOrderResult, d0 as BulkSendBuyerPickupConfirmationEmailsRequest, d1 as BulkSendBuyerPickupConfirmationEmailsResponse, d4 as BulkSendBuyerShippingConfirmationEmailsRequest, d5 as BulkSendBuyerShippingConfirmationEmailsResponse, gT as BulkSetBusinessLocationRequest, gU as BulkSetBusinessLocationResponse, gV as BulkSetBusinessLocationResult, fS as BulkUnArchiveOrdersByFilterRequest, fT as BulkUnArchiveOrdersByFilterResponse, fQ as BulkUnArchiveOrdersRequest, fR as BulkUnArchiveOrdersResponse, h7 as BulkUpdateOrderTagsRequest, h8 as BulkUpdateOrderTagsResult, fm as BulkUpdateOrdersRequest, bn as BuyerInfo, bo as BuyerInfoIdOneOf, fV as BuyerInfoUpdate, eA as CalculateRefundItemRequest, eC as CalculateRefundItemResponse, ez as CalculateRefundRequest, eB as CalculateRefundResponse, hG as CalculatedTax, hF as CalculatedTaxes, he as Cancel, gD as CancelOrderRequest, eE as CaptureAuthorizedPaymentsRequest, aV as CatalogReference, cI as ChannelInfo, ap as ChannelType, i7 as ChannelTypeWithLiterals, e3 as ChargeMembershipsRequest, e7 as ChargeMembershipsResponse, eF as ChargeSavedPaymentMethodRequest, eG as ChargeSavedPaymentMethodResponse, eo as Chargeback, cE as ChargebackCreated, cF as ChargebackReversed, aE as ChargebackStatus, io as ChargebackStatusWithLiterals, e2 as ChargedBy, a$ as Color, fn as CommitDeltasRequest, fE as CommittedDiffs, fF as CommittedDiffsShippingUpdateInfoOneOf, hp as CommonAddress, hq as CommonAddressStreetOneOf, iD as CommonSearchWithEntityContext, ho as Company, hd as Complete, eY as ContinueSideEffectsFlowInLegacyData, bK as Coupon, fg as CreateOrderRequest, fj as CreateOrderResponse, e1 as CreatePaymentGatewayOrderRequest, cG as CreatedBy, cH as CreatedByStringOneOf, ct as CreditCardDetails, ei as CreditCardPaymentMethodDetails, bp as CurrencyConversionDetails, f6 as CursorPaging, ff as CursorPagingMetadata, fd as CursorSearch, fe as CursorSearchPagingMethodOneOf, f9 as Cursors, bS as CustomActivity, cJ as CustomField, aP as CustomFieldGroup, iz as CustomFieldGroupWithLiterals, hL as CustomFieldValue, hj as Customer, h5 as DecrementData, h4 as DecrementItemsQuantityRequest, h6 as DecrementItemsQuantityResponse, dP as DelayedCaptureSettings, gx as DeleteActivityRequest, eM as DeleteByFilterOperation, eL as DeleteByIdsOperation, by as DeliveryLogistics, bz as DeliveryLogisticsAddressOneOf, bC as DeliveryTimeSlot, aK as DeltaPaymentOptionType, iu as DeltaPaymentOptionTypeWithLiterals, hN as Deposit, aR as DepositType, iB as DepositTypeWithLiterals, aW as DescriptionLine, aY as DescriptionLineDescriptionLineValueOneOf, aZ as DescriptionLineName, a7 as DescriptionLineType, hS as DescriptionLineTypeWithLiterals, aX as DescriptionLineValueOneOf, eW as DiffmatokyPayload, b7 as DigitalFile, hD as Discount, hE as DiscountOneDiscountTypeOneOf, al as DiscountReason, i3 as DiscountReasonWithLiterals, bN as DiscountRule, bO as DiscountRuleName, ak as DiscountType, i2 as DiscountTypeWithLiterals, dC as DomainEvent, dD as DomainEventBodyOneOf, gd as DownloadLinkSent, bY as DraftOrderChangesApplied, fB as DraftOrderCommitSettings, fo as DraftOrderDiffs, fr as DraftOrderDiffsBillingUpdateInfoOneOf, fq as DraftOrderDiffsBuyerUpdateInfoOneOf, fs as DraftOrderDiffsRecipientUpdateInfoOneOf, fp as DraftOrderDiffsShippingUpdateInfoOneOf, dQ as Duration, at as DurationUnit, ib as DurationUnitWithLiterals, hk as Email, gm as EmailEdited, dJ as Empty, dE as EntityCreatedEvent, dH as EntityDeletedEvent, dG as EntityUpdatedEvent, eX as ErrorInformation, hQ as EventMetadata, bj as ExtendedFields, cB as ExternalReceipt, es as ExternalReceiptInfo, b0 as FocalPoint, bc as FreeTrialPeriod, gk as FulfillerEmailSent, af as FulfillmentStatus, gI as FulfillmentStatusUpdated, h_ as FulfillmentStatusWithLiterals, cN as FulfillmentStatusesAggregate, bv as FullAddressContactDetails, e$ as GetOrderRequest, f0 as GetOrderResponse, dR as GetPaymentCollectabilityStatusRequest, d_ as GetRefundabilityStatusRequest, h1 as GetShipmentsRequest, h2 as GetShipmentsResponse, ep as GiftCardPaymentDetails, ck as GiftCardPaymentRefund, hh as IdAndVersion, dL as IdentificationData, dM as IdentificationDataIdOneOf, e_ as IndexingMessage, g6 as InternalActivity, g7 as InternalActivityContentOneOf, eJ as InternalDocument, eN as InternalDocumentUpdateByFilterOperation, eK as InternalDocumentUpdateOperation, f1 as InternalQueryOrdersRequest, f7 as InternalQueryOrdersResponse, eO as InternalUpdateExistingOperation, aL as InventoryAction, iv as InventoryActionWithLiterals, fC as InventoryUpdateDetails, gi as InvoiceAdded, ht as InvoiceDates, hK as InvoiceDynamicPriceTotals, hi as InvoiceFields, gj as InvoiceSent, hg as InvoiceSentEvent, aS as InvoiceStatus, iC as InvoiceStatusWithLiterals, hI as InvoicesPayment, fw as ItemChangedDetails, dX as ItemMetadata, bm as ItemModifier, b4 as ItemTaxFullDetails, b2 as ItemType, a8 as ItemTypeItemType, b3 as ItemTypeItemTypeDataOneOf, hT as ItemTypeItemTypeWithLiterals, hC as ItemizedFee, aa as JurisdictionType, hV as JurisdictionTypeWithLiterals, hv as LineItem, c7 as LineItemAmount, b$ as LineItemChanges, fG as LineItemDelta, fH as LineItemDeltaDeltaOneOf, c3 as LineItemDescriptionLineChange, bP as LineItemDiscount, bX as LineItemExchangeData, hz as LineItemMetaData, c1 as LineItemPriceChange, c2 as LineItemProductNameChange, c0 as LineItemQuantityChange, am as LineItemQuantityChangeType, i4 as LineItemQuantityChangeTypeWithLiterals, dj as LineItemRefund, ey as LineItemRefundSummary, hx as LineItemTax, b6 as LineItemTaxBreakdown, b5 as LineItemTaxInfo, gz as LineItemUpdate, hu as LineItems, hA as Locale, cQ as Location, bg as LocationAndQuantity, c8 as ManagedAdditionalFee, c5 as ManagedDiscount, c4 as ManagedLineItem, ax as ManuallyRefundableReason, ig as ManuallyRefundableReasonWithLiterals, gG as MarkAsFulfilledRequest, gH as MarkAsFulfilledResponse, gN as MarkAsUnfulfilledRequest, gO as MarkAsUnfulfilledResponse, dU as MarkOrderAsPaidRequest, gB as MarkOrderAsSeenByHumanRequest, gC as MarkOrderAsSeenByHumanResponse, g3 as MaskedOrderLineItem, e4 as MembershipChargeItem, e5 as MembershipName, eq as MembershipPaymentDetails, cl as MembershipPaymentRefund, aF as MembershipPaymentStatus, ip as MembershipPaymentStatusWithLiterals, bT as MerchantComment, bL as MerchantDiscount, bM as MerchantDiscountMerchantDiscountReasonOneOf, dK as MessageEnvelope, hJ as MetaData, bk as ModifierGroup, bW as NewExchangeOrderCreated, aw as NonRefundableReason, ie as NonRefundableReasonWithLiterals, aJ as OrderApprovalStrategy, it as OrderApprovalStrategyWithLiterals, cR as OrderApproved, gc as OrderCanceled, gE as OrderCanceledEventOrderCanceled, bZ as OrderChange, b_ as OrderChangeValueOneOf, fi as OrderCreateNotifications, bV as OrderCreatedFromExchange, fh as OrderCreationSettings, fD as OrderDeltasCommitted, ga as OrderFulfilled, cU as OrderItemsRestocked, aT as OrderLineItem, fv as OrderLineItemChangedDetails, gb as OrderNotFulfilled, g9 as OrderPaid, go as OrderPartiallyPaid, gp as OrderPending, g8 as OrderPlaced, bU as OrderRefunded, gq as OrderRejected, cT as OrderRejectedEventOrderRejected, hR as OrderSearchSpec, aj as OrderStatus, bH as OrderTaxBreakdown, bG as OrderTaxInfo, ec as OrderTransactions, cS as OrdersExperiments, ed as Payment, cu as PaymentCanceled, cv as PaymentCanceledPaymentDetailsOneOf, au as PaymentCollectabilityStatus, ic as PaymentCollectabilityStatusWithLiterals, cw as PaymentDeclined, cx as PaymentDeclinedPaymentDetailsOneOf, a9 as PaymentOptionType, hU as PaymentOptionTypeWithLiterals, ee as PaymentPaymentDetailsOneOf, cp as PaymentPending, cq as PaymentPendingPaymentDetailsOneOf, ef as PaymentReceiptInfoOneOf, cn as PaymentRefundFailed, cm as PaymentRefunded, ae as PaymentStatus, gY as PaymentStatusUpdated, hZ as PaymentStatusWithLiterals, hH as Payments, hn as Phone, b1 as PhysicalProperties, bB as PickupAddress, bA as PickupDetails, ai as PickupMethod, i1 as PickupMethodWithLiterals, gn as PickupReadyEmailSent, aM as Placement, iw as PlacementWithLiterals, a_ as PlainTextValue, f5 as PlatformPaging, f8 as PlatformPagingMetadata, f2 as PlatformQuery, f3 as PlatformQueryPagingMethodOneOf, dN as PreparePaymentCollectionRequest, du as PreviewBuyerConfirmationEmailRequest, dv as PreviewBuyerConfirmationEmailResponse, ds as PreviewBuyerPaymentsReceivedEmailRequest, dt as PreviewBuyerPaymentsReceivedEmailResponse, dw as PreviewBuyerPickupConfirmationEmailRequest, dx as PreviewBuyerPickupConfirmationEmailResponse, dn as PreviewCancelEmailRequest, dp as PreviewCancelEmailResponse, dq as PreviewCancelRefundEmailRequest, dr as PreviewCancelRefundEmailResponse, de as PreviewEmailByTypeRequest, df as PreviewEmailByTypeResponse, aq as PreviewEmailType, i8 as PreviewEmailTypeWithLiterals, dg as PreviewRefundEmailRequest, dm as PreviewRefundEmailResponse, dA as PreviewResendDownloadLinksEmailRequest, dB as PreviewResendDownloadLinksEmailResponse, dy as PreviewShippingConfirmationEmailRequest, dz as PreviewShippingConfirmationEmailResponse, bf as PriceDescription, bq as PriceSummary, aU as ProductName, gt as PublicActivityContentOneOf, fa as QueryOrderRequest, fb as QueryOrderResponse, hl as QuotesAddress, aC as Reason, il as ReasonWithLiterals, cy as ReceiptCreated, cz as ReceiptCreatedReceiptInfoOneOf, cC as ReceiptSent, cD as ReceiptSentReceiptInfoOneOf, dS as RecordManuallyCollectedPaymentRequest, dT as RecordManuallyCollectedPaymentResponse, dO as RedirectUrls, et as Refund, dh as RefundDetails, cg as RefundInitiated, di as RefundItem, ex as RefundItemsBreakdown, e9 as RefundSideEffects, aG as RefundStatus, ev as RefundStatusInfo, iq as RefundStatusWithLiterals, eu as RefundTransaction, d$ as Refundability, e0 as RefundabilityAdditionalRefundabilityInfoOneOf, av as RefundableStatus, id as RefundableStatusWithLiterals, co as RefundedAsStoreCredit, ch as RefundedPayment, ci as RefundedPaymentKindOneOf, cr as RegularPayment, eg as RegularPaymentDetails, eh as RegularPaymentDetailsPaymentMethodDetailsOneOf, cs as RegularPaymentPaymentMethodDetailsOneOf, cj as RegularPaymentRefund, hf as Reschedule, ea as RestockInfo, eb as RestockItem, ay as RestockType, ih as RestockTypeWithLiterals, dF as RestoreInfo, cc as SavedPaymentMethod, as as ScheduledAction, ia as ScheduledActionWithLiterals, fc as SearchOrdersRequest, cW as SendBuyerConfirmationEmailRequest, cX as SendBuyerConfirmationEmailResponse, cY as SendBuyerPaymentsReceivedEmailRequest, cZ as SendBuyerPaymentsReceivedEmailResponse, c_ as SendBuyerPickupConfirmationEmailRequest, c$ as SendBuyerPickupConfirmationEmailResponse, d2 as SendBuyerShippingConfirmationEmailRequest, d3 as SendBuyerShippingConfirmationEmailResponse, d8 as SendCancelRefundEmailRequest, d9 as SendCancelRefundEmailResponse, d6 as SendMerchantOrderReceivedNotificationRequest, d7 as SendMerchantOrderReceivedNotificationResponse, dc as SendMerchantOrderReceivedPushRequest, dd as SendMerchantOrderReceivedPushResponse, da as SendRefundEmailRequest, db as SendRefundEmailResponse, e6 as ServiceProperties, gl as ShippingAddressEdited, gh as ShippingConfirmationEmailSent, cb as ShippingInformation, ca as ShippingInformationChange, bD as ShippingPrice, dl as ShippingRefund, bE as ShippingRegion, eZ as SnapshotMessage, aI as SortOrder, is as SortOrderWithLiterals, f4 as Sorting, hy as Source, aO as SourceType, iy as SourceTypeWithLiterals, hs as StandardDetails, bt as StreetAddress, hr as Subdivision, aN as SubdivisionType, ix as SubdivisionTypeWithLiterals, ba as SubscriptionDescription, ab as SubscriptionFrequency, hW as SubscriptionFrequencyWithLiterals, b8 as SubscriptionInfo, bb as SubscriptionSettings, b9 as SubscriptionTitle, cP as TagList, cO as Tags, h9 as Task, hb as TaskAction, hc as TaskActionActionOneOf, ha as TaskKey, bF as TaxSummary, bh as TaxableAddress, bi as TaxableAddressTaxableAddressDataOneOf, ad as TaxableAddressType, hY as TaxableAddressTypeWithLiterals, hB as TotalPrice, c9 as TotalPriceChange, gg as TrackingLinkAdded, ge as TrackingNumberAdded, gf as TrackingNumberEdited, az as TransactionStatus, ii as TransactionStatusWithLiterals, bl as TranslatableString, c6 as TranslatedValue, e8 as TriggerRefundRequest, eV as TriggerReindexOrderRequest, eS as TriggerReindexRequest, eT as TriggerReindexResponse, hO as TriggerSideEffectsFromLegacyData, fO as UnArchiveOrderRequest, fP as UnArchiveOrderResponse, gw as UpdateActivityRequest, f$ as UpdateBillingContactDetailsRequest, g0 as UpdateBillingContactDetailsResponse, fX as UpdateBuyerEmailRequest, fY as UpdateBuyerEmailResponse, fU as UpdateBuyerInfoRequest, fW as UpdateBuyerInfoResponse, eH as UpdateInternalDocumentsEvent, eI as UpdateInternalDocumentsEventOperationOneOf, gy as UpdateLineItemsDescriptionLinesRequest, gA as UpdateLineItemsDescriptionLinesResponse, g1 as UpdateOrderLineItemRequest, g2 as UpdateOrderLineItemsRequest, g4 as UpdateOrderLineItemsResponse, fk as UpdateOrderRequest, fl as UpdateOrderResponse, fZ as UpdateOrderShippingAddressRequest, f_ as UpdateOrderShippingAddressResponse, gF as UpdateOrderStatusRequest, gZ as V1BulkMarkOrdersAsPaidRequest, g_ as V1BulkMarkOrdersAsPaidResponse, g$ as V1CreatePaymentGatewayOrderRequest, h0 as V1CreatePaymentGatewayOrderResponse, ft as V1LineItemDelta, fu as V1LineItemDeltaDeltaOneOf, gW as V1MarkOrderAsPaidRequest, gX as V1MarkOrderAsPaidResponse, cV as V1RestockItem, en as V1ScheduledAction, bx as V1ShippingInformation, hM as Value, aQ as ValueType, iA as ValueTypeWithLiterals, bw as VatId, ah as VatType, i0 as VatTypeWithLiterals, eQ as VersionedDeleteByIdsOperation, eR as VersionedDocumentId, eP as VersionedDocumentUpdateOperation, aH as VersioningMode, ir as VersioningModeWithLiterals, eD as VoidAuthorizedPaymentsRequest, ar as WebhookIdentityType, i9 as WebhookIdentityTypeWithLiterals, ag as WeightUnit, h$ as WeightUnitWithLiterals, cA as WixReceipt, er as WixReceiptInfo } from './ecom-v1-order-orders.universal-CYTCQuMr.js';
|
|
4
4
|
|
|
5
5
|
declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
|
|
6
6
|
interface PreparePaymentCollectionSignature {
|