@wix/auto_sdk_ecom_orders 1.0.93 → 1.0.95

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.
@@ -1,4 +1,4 @@
1
- import { dM as PreparePaymentCollectionRequest$1, b as PreparePaymentCollectionResponse$1, dQ as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, dR as RecordManuallyCollectedPaymentRequest$1, dS as RecordManuallyCollectedPaymentResponse$1, dT as MarkOrderAsPaidRequest$1, M as MarkOrderAsPaidResponse$1, dU as BulkMarkOrdersAsPaidRequest$1, B as BulkMarkOrdersAsPaidResponse$1, dZ as GetRefundabilityStatusRequest$1, e as GetRefundabilityStatusResponse$1, e0 as CreatePaymentGatewayOrderRequest$1, C as CreatePaymentGatewayOrderResponse$1, e2 as ChargeMembershipsRequest$1, e6 as ChargeMembershipsResponse$1, e7 as TriggerRefundRequest$1, j as TriggerRefundResponse$1, eC as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, eD as CaptureAuthorizedPaymentsRequest$1, n as CaptureAuthorizedPaymentsResponse$1, e_ as GetOrderRequest$1, e$ as GetOrderResponse$1, fb as SearchOrdersRequest$1, S as SearchOrdersResponse$1, ff as CreateOrderRequest$1, fi as CreateOrderResponse$1, fj as UpdateOrderRequest$1, fk as UpdateOrderResponse$1, fl as BulkUpdateOrdersRequest$1, w as BulkUpdateOrdersResponse$1, fm as CommitDeltasRequest$1, y as CommitDeltasResponse$1, g0 as UpdateOrderLineItemRequest$1, E as UpdateOrderLineItemResponse$1, gr as AddActivityRequest$1, H as AddActivityResponse$1, gv as UpdateActivityRequest$1, J as UpdateActivityResponse$1, gw as DeleteActivityRequest$1, L as DeleteActivityResponse$1, gC as CancelOrderRequest$1, Q as CancelOrderResponse$1, gE as UpdateOrderStatusRequest$1, Y as UpdateOrderStatusResponse$1, h2 as AggregateOrdersRequest$1, $ as AggregateOrdersResponse$1, h6 as BulkUpdateOrderTagsRequest$1, a1 as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-CI0GzLKU.js';
1
+ import { dM as PreparePaymentCollectionRequest$1, b as PreparePaymentCollectionResponse$1, dQ as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, dR as RecordManuallyCollectedPaymentRequest$1, dS as RecordManuallyCollectedPaymentResponse$1, dT as MarkOrderAsPaidRequest$1, M as MarkOrderAsPaidResponse$1, dU as BulkMarkOrdersAsPaidRequest$1, B as BulkMarkOrdersAsPaidResponse$1, dZ as GetRefundabilityStatusRequest$1, e as GetRefundabilityStatusResponse$1, e0 as CreatePaymentGatewayOrderRequest$1, C as CreatePaymentGatewayOrderResponse$1, e2 as ChargeMembershipsRequest$1, e6 as ChargeMembershipsResponse$1, e7 as TriggerRefundRequest$1, j as TriggerRefundResponse$1, eC as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, eD as CaptureAuthorizedPaymentsRequest$1, n as CaptureAuthorizedPaymentsResponse$1, e$ as GetOrderRequest$1, f0 as GetOrderResponse$1, fc as SearchOrdersRequest$1, S as SearchOrdersResponse$1, fg as CreateOrderRequest$1, fj as CreateOrderResponse$1, fk as UpdateOrderRequest$1, fl as UpdateOrderResponse$1, fm as BulkUpdateOrdersRequest$1, w as BulkUpdateOrdersResponse$1, fn as CommitDeltasRequest$1, y as CommitDeltasResponse$1, g1 as UpdateOrderLineItemRequest$1, E as UpdateOrderLineItemResponse$1, gs as AddActivityRequest$1, H as AddActivityResponse$1, gw as UpdateActivityRequest$1, J as UpdateActivityResponse$1, gx as DeleteActivityRequest$1, L as DeleteActivityResponse$1, gD as CancelOrderRequest$1, Q as CancelOrderResponse$1, gF as UpdateOrderStatusRequest$1, Y as UpdateOrderStatusResponse$1, h3 as AggregateOrdersRequest$1, $ as AggregateOrdersResponse$1, h7 as BulkUpdateOrderTagsRequest$1, a1 as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-nuGENHsd.js';
2
2
  import '@wix/sdk-types';
3
3
 
4
4
  interface Order {
@@ -1744,6 +1744,11 @@ interface LineItemChanges {
1744
1744
  * @internal
1745
1745
  */
1746
1746
  productName?: LineItemProductNameChange;
1747
+ /**
1748
+ * Item description lines change.
1749
+ * @internal
1750
+ */
1751
+ descriptionLines?: LineItemDescriptionLineChange;
1747
1752
  }
1748
1753
  interface LineItemQuantityChange {
1749
1754
  /**
@@ -4369,6 +4374,18 @@ interface TriggerReindexOrderRequest {
4369
4374
  */
4370
4375
  orderId?: string;
4371
4376
  }
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
+ }
4372
4389
  interface DiffmatokyPayload {
4373
4390
  left?: string;
4374
4391
  right?: string;
@@ -4917,6 +4934,12 @@ interface ItemChangedDetails {
4917
4934
  * @maxSize 20
4918
4935
  */
4919
4936
  descriptionLinesBeforeChange?: DescriptionLine[];
4937
+ /**
4938
+ * Modifier groups before the change.
4939
+ * @internal
4940
+ * @maxSize 10
4941
+ */
4942
+ modifierGroupsBeforeChange?: ModifierGroup[];
4920
4943
  }
4921
4944
  interface AppliedDiscountDelta extends AppliedDiscountDeltaDeltaOneOf {
4922
4945
  editedDiscount?: AppliedDiscount;
@@ -7776,4 +7799,4 @@ interface BulkUpdateOrderTagsOptions {
7776
7799
  unassignTags?: Tags;
7777
7800
  }
7778
7801
 
7779
- 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 GetOrderResponse 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 DiffmatokyPayload as eV, type ErrorInformation as eW, type ContinueSideEffectsFlowInLegacyData as eX, type SnapshotMessage as eY, type IndexingMessage as eZ, type GetOrderRequest 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 UpdateBillingContactDetailsResponse as f$, type InternalQueryOrdersRequest as f0, type PlatformQuery as f1, type PlatformQueryPagingMethodOneOf as f2, type Sorting as f3, type PlatformPaging as f4, type CursorPaging as f5, type InternalQueryOrdersResponse as f6, type PlatformPagingMetadata as f7, type Cursors as f8, type QueryOrderRequest as f9, type DraftOrderCommitSettings as fA, type InventoryUpdateDetails as fB, type OrderDeltasCommitted as fC, type CommittedDiffs as fD, type CommittedDiffsShippingUpdateInfoOneOf as fE, type LineItemDelta as fF, type LineItemDeltaDeltaOneOf as fG, type ArchiveOrderRequest as fH, type ArchiveOrderResponse as fI, type BulkArchiveOrdersRequest as fJ, type BulkArchiveOrdersResponse as fK, type BulkArchiveOrdersByFilterRequest as fL, type BulkArchiveOrdersByFilterResponse as fM, type UnArchiveOrderRequest as fN, type UnArchiveOrderResponse as fO, type BulkUnArchiveOrdersRequest as fP, type BulkUnArchiveOrdersResponse as fQ, type BulkUnArchiveOrdersByFilterRequest as fR, type BulkUnArchiveOrdersByFilterResponse as fS, type UpdateBuyerInfoRequest as fT, type BuyerInfoUpdate as fU, type UpdateBuyerInfoResponse as fV, type UpdateBuyerEmailRequest as fW, type UpdateBuyerEmailResponse as fX, type UpdateOrderShippingAddressRequest as fY, type UpdateOrderShippingAddressResponse as fZ, type UpdateBillingContactDetailsRequest as f_, type QueryOrderResponse as fa, type SearchOrdersRequest as fb, type CursorSearch as fc, type CursorSearchPagingMethodOneOf as fd, type CursorPagingMetadata as fe, type CreateOrderRequest as ff, type OrderCreationSettings as fg, type OrderCreateNotifications as fh, type CreateOrderResponse as fi, type UpdateOrderRequest as fj, type UpdateOrderResponse as fk, type BulkUpdateOrdersRequest as fl, type CommitDeltasRequest as fm, type DraftOrderDiffs as fn, type DraftOrderDiffsShippingUpdateInfoOneOf as fo, type DraftOrderDiffsBuyerUpdateInfoOneOf as fp, type DraftOrderDiffsBillingUpdateInfoOneOf as fq, type DraftOrderDiffsRecipientUpdateInfoOneOf as fr, type V1LineItemDelta as fs, type V1LineItemDeltaDeltaOneOf as ft, type OrderLineItemChangedDetails as fu, type ItemChangedDetails as fv, type AppliedDiscountDelta as fw, type AppliedDiscountDeltaDeltaOneOf as fx, type AdditionalFeeDelta as fy, type AdditionalFeeDeltaDeltaOneOf as fz, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as g, type V1CreatePaymentGatewayOrderResponse as g$, type UpdateOrderLineItemRequest as g0, type UpdateOrderLineItemsRequest as g1, type MaskedOrderLineItem as g2, type UpdateOrderLineItemsResponse as g3, type AddInternalActivityRequest as g4, type InternalActivity as g5, type InternalActivityContentOneOf as g6, type OrderPlaced as g7, type OrderPaid as g8, type OrderFulfilled as g9, type MarkOrderAsSeenByHumanRequest as gA, type MarkOrderAsSeenByHumanResponse as gB, type CancelOrderRequest as gC, type OrderCanceledEventOrderCanceled as gD, type UpdateOrderStatusRequest as gE, type MarkAsFulfilledRequest as gF, type MarkAsFulfilledResponse as gG, type FulfillmentStatusUpdated as gH, type BulkMarkAsFulfilledRequest as gI, type BulkMarkAsFulfilledResponse as gJ, type BulkMarkAsFulfilledByFilterRequest as gK, type BulkMarkAsFulfilledByFilterResponse as gL, type MarkAsUnfulfilledRequest as gM, type MarkAsUnfulfilledResponse as gN, type BulkMarkAsUnfulfilledRequest as gO, type BulkMarkAsUnfulfilledResponse as gP, type BulkMarkAsUnfulfilledByFilterRequest as gQ, type BulkMarkAsUnfulfilledByFilterResponse as gR, type BulkSetBusinessLocationRequest as gS, type BulkSetBusinessLocationResponse as gT, type BulkSetBusinessLocationResult as gU, type V1MarkOrderAsPaidRequest as gV, type V1MarkOrderAsPaidResponse as gW, type PaymentStatusUpdated as gX, type V1BulkMarkOrdersAsPaidRequest as gY, type V1BulkMarkOrdersAsPaidResponse as gZ, type V1CreatePaymentGatewayOrderRequest as g_, type OrderNotFulfilled as ga, type OrderCanceled as gb, type DownloadLinkSent as gc, type TrackingNumberAdded as gd, type TrackingNumberEdited as ge, type TrackingLinkAdded as gf, type ShippingConfirmationEmailSent as gg, type InvoiceAdded as gh, type InvoiceSent as gi, type FulfillerEmailSent as gj, type ShippingAddressEdited as gk, type EmailEdited as gl, type PickupReadyEmailSent as gm, type OrderPartiallyPaid as gn, type OrderPending as go, type OrderRejected as gp, type AddInternalActivityResponse as gq, type AddActivityRequest as gr, type PublicActivityContentOneOf as gs, type AddActivitiesRequest as gt, type AddActivitiesResponse as gu, type UpdateActivityRequest as gv, type DeleteActivityRequest as gw, type UpdateLineItemsDescriptionLinesRequest as gx, type LineItemUpdate as gy, type UpdateLineItemsDescriptionLinesResponse as gz, type ChargeMembershipsOptions as h, type VatTypeWithLiterals as h$, type GetShipmentsRequest as h0, type GetShipmentsResponse as h1, type AggregateOrdersRequest as h2, type DecrementItemsQuantityRequest as h3, type DecrementData as h4, type DecrementItemsQuantityResponse as h5, type BulkUpdateOrderTagsRequest as h6, type BulkUpdateOrderTagsResult as h7, type Task as h8, type TaskKey as h9, type TotalPrice as hA, type ItemizedFee as hB, type Discount as hC, type DiscountOneDiscountTypeOneOf as hD, type CalculatedTaxes as hE, type CalculatedTax as hF, type Payments as hG, type InvoicesPayment as hH, type MetaData as hI, type InvoiceDynamicPriceTotals as hJ, type CustomFieldValue as hK, type Value as hL, type Deposit as hM, type TriggerSideEffectsFromLegacyData as hN, type BaseEventMetadata as hO, type EventMetadata as hP, type OrderSearchSpec as hQ, type DescriptionLineTypeWithLiterals as hR, type ItemTypeItemTypeWithLiterals as hS, type PaymentOptionTypeWithLiterals as hT, type JurisdictionTypeWithLiterals as hU, type SubscriptionFrequencyWithLiterals as hV, type AdjustmentTypeWithLiterals as hW, type TaxableAddressTypeWithLiterals as hX, type PaymentStatusWithLiterals as hY, type FulfillmentStatusWithLiterals as hZ, type WeightUnitWithLiterals as h_, type TaskAction as ha, type TaskActionActionOneOf as hb, type Complete as hc, type Cancel as hd, type Reschedule as he, type InvoiceSentEvent as hf, type IdAndVersion as hg, type InvoiceFields as hh, type Customer as hi, type Email as hj, type QuotesAddress as hk, type AddressDescription as hl, type Phone as hm, type Company as hn, type CommonAddress as ho, type CommonAddressStreetOneOf as hp, type Subdivision as hq, type StandardDetails as hr, type InvoiceDates as hs, type LineItems as ht, type LineItem as hu, type BigDecimalWrapper as hv, type LineItemTax as hw, type Source as hx, type LineItemMetaData as hy, type Locale as hz, type PaymentRefund as i, deleteActivity as i$, type PickupMethodWithLiterals as i0, type DiscountTypeWithLiterals as i1, type DiscountReasonWithLiterals as i2, type LineItemQuantityChangeTypeWithLiterals as i3, type ActivityTypeWithLiterals as i4, type AttributionSourceWithLiterals as i5, type ChannelTypeWithLiterals as i6, type PreviewEmailTypeWithLiterals as i7, type WebhookIdentityTypeWithLiterals as i8, type ScheduledActionWithLiterals as i9, type DepositTypeWithLiterals as iA, type InvoiceStatusWithLiterals as iB, type CommonSearchWithEntityContext as iC, onOrderApproved as iD, onOrderUpdated as iE, onOrderCanceled as iF, onOrderCreated as iG, onOrderPaymentStatusUpdated as iH, preparePaymentCollection as iI, getPaymentCollectabilityStatus as iJ, recordManuallyCollectedPayment as iK, paymentCollectionMarkOrderAsPaid as iL, paymentCollectionBulkMarkOrdersAsPaid as iM, getRefundabilityStatus as iN, paymentCollectionCreatePaymentGatewayOrder as iO, chargeMemberships as iP, triggerRefund as iQ, voidAuthorizedPayments as iR, captureAuthorizedPayments as iS, getOrder as iT, createOrder as iU, updateOrder as iV, bulkUpdateOrders as iW, commitDeltas as iX, updateOrderLineItem as iY, addActivity as iZ, updateActivity as i_, type DurationUnitWithLiterals as ia, type PaymentCollectabilityStatusWithLiterals as ib, type RefundableStatusWithLiterals as ic, type NonRefundableReasonWithLiterals as id, type ManuallyRefundableReasonWithLiterals as ie, type RestockTypeWithLiterals as ig, type TransactionStatusWithLiterals as ih, type AuthorizationCaptureStatusWithLiterals as ii, type AuthorizationVoidStatusWithLiterals as ij, type ReasonWithLiterals as ik, type ActionTypeWithLiterals as il, type ChargebackStatusWithLiterals as im, type MembershipPaymentStatusWithLiterals as io, type RefundStatusWithLiterals as ip, type VersioningModeWithLiterals as iq, type SortOrderWithLiterals as ir, type OrderApprovalStrategyWithLiterals as is, type DeltaPaymentOptionTypeWithLiterals as it, type InventoryActionWithLiterals as iu, type PlacementWithLiterals as iv, type SubdivisionTypeWithLiterals as iw, type SourceTypeWithLiterals as ix, type CustomFieldGroupWithLiterals as iy, type ValueTypeWithLiterals as iz, type TriggerRefundResponse as j, cancelOrder as j0, updateOrderStatus as j1, aggregateOrders as j2, bulkUpdateOrderTags as j3, 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 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 };
@@ -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-CI0GzLKU.mjs';
3
- export { dH as ActionEvent, aD as ActionType, il as ActionTypeWithLiterals, bQ as Activity, bR as ActivityContentOneOf, an as ActivityType, i4 as ActivityTypeWithLiterals, gt as AddActivitiesRequest, gu as AddActivitiesResponse, gr as AddActivityRequest, g4 as AddInternalActivityRequest, gq as AddInternalActivityResponse, cL as AdditionalFee, fy as AdditionalFeeDelta, fz as AdditionalFeeDeltaDeltaOneOf, dj as AdditionalFeeRefund, bs as Address, hl as AddressDescription, bu as AddressLocation, br as AddressWithContact, ac as AdjustmentType, hW as AdjustmentTypeWithLiterals, h2 as AggregateOrdersRequest, ev as AggregatedRefundSummary, dX as ApplicationError, bI as AppliedDiscount, fw as AppliedDiscountDelta, fx as AppliedDiscountDeltaDeltaOneOf, bJ as AppliedDiscountDiscountSourceOneOf, fH as ArchiveOrderRequest, fI as ArchiveOrderResponse, ao as AttributionSource, i5 as AttributionSourceWithLiterals, ek as AuthorizationActionFailureDetails, ej as AuthorizationCapture, aA as AuthorizationCaptureStatus, ii as AuthorizationCaptureStatusWithLiterals, ei as AuthorizationDetails, el as AuthorizationVoid, aB as AuthorizationVoidStatus, ij as AuthorizationVoidStatusWithLiterals, cd as AuthorizedPaymentCaptured, cc as AuthorizedPaymentCreated, ce as AuthorizedPaymentVoided, cK as Balance, cJ as BalanceSummary, hO as BaseEventMetadata, eT as BatchOfTriggerReindexOrderRequest, hv as BigDecimalWrapper, bd as BillingAdjustment, be as BillingAdjustmentPriceSummary, dY as BulkActionMetadata, fL as BulkArchiveOrdersByFilterRequest, fM as BulkArchiveOrdersByFilterResponse, fJ as BulkArchiveOrdersRequest, fK as BulkArchiveOrdersResponse, gK as BulkMarkAsFulfilledByFilterRequest, gL as BulkMarkAsFulfilledByFilterResponse, gI as BulkMarkAsFulfilledRequest, gJ as BulkMarkAsFulfilledResponse, gQ as BulkMarkAsUnfulfilledByFilterRequest, gR as BulkMarkAsUnfulfilledByFilterResponse, gO as BulkMarkAsUnfulfilledRequest, gP as BulkMarkAsUnfulfilledResponse, dU as BulkMarkOrdersAsPaidRequest, dV as BulkOrderResult, c$ as BulkSendBuyerPickupConfirmationEmailsRequest, d0 as BulkSendBuyerPickupConfirmationEmailsResponse, d3 as BulkSendBuyerShippingConfirmationEmailsRequest, d4 as BulkSendBuyerShippingConfirmationEmailsResponse, gS as BulkSetBusinessLocationRequest, gT as BulkSetBusinessLocationResponse, gU as BulkSetBusinessLocationResult, fR as BulkUnArchiveOrdersByFilterRequest, fS as BulkUnArchiveOrdersByFilterResponse, fP as BulkUnArchiveOrdersRequest, fQ as BulkUnArchiveOrdersResponse, h6 as BulkUpdateOrderTagsRequest, h7 as BulkUpdateOrderTagsResult, fl as BulkUpdateOrdersRequest, bn as BuyerInfo, bo as BuyerInfoIdOneOf, fU as BuyerInfoUpdate, ez as CalculateRefundItemRequest, eB as CalculateRefundItemResponse, ey as CalculateRefundRequest, eA as CalculateRefundResponse, hF as CalculatedTax, hE as CalculatedTaxes, hd as Cancel, gC as CancelOrderRequest, eD as CaptureAuthorizedPaymentsRequest, aV as CatalogReference, cH as ChannelInfo, ap as ChannelType, i6 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, im as ChargebackStatusWithLiterals, e1 as ChargedBy, a$ as Color, fm as CommitDeltasRequest, fD as CommittedDiffs, fE as CommittedDiffsShippingUpdateInfoOneOf, ho as CommonAddress, hp as CommonAddressStreetOneOf, iC as CommonSearchWithEntityContext, hn as Company, hc as Complete, eX as ContinueSideEffectsFlowInLegacyData, bK as Coupon, ff as CreateOrderRequest, fi as CreateOrderResponse, e0 as CreatePaymentGatewayOrderRequest, cF as CreatedBy, cG as CreatedByStringOneOf, cs as CreditCardDetails, eh as CreditCardPaymentMethodDetails, bp as CurrencyConversionDetails, f5 as CursorPaging, fe as CursorPagingMetadata, fc as CursorSearch, fd as CursorSearchPagingMethodOneOf, f8 as Cursors, bS as CustomActivity, cI as CustomField, aP as CustomFieldGroup, iy as CustomFieldGroupWithLiterals, hK as CustomFieldValue, hi as Customer, h4 as DecrementData, h3 as DecrementItemsQuantityRequest, h5 as DecrementItemsQuantityResponse, dO as DelayedCaptureSettings, gw as DeleteActivityRequest, eL as DeleteByFilterOperation, eK as DeleteByIdsOperation, by as DeliveryLogistics, bz as DeliveryLogisticsAddressOneOf, bC as DeliveryTimeSlot, aK as DeltaPaymentOptionType, it as DeltaPaymentOptionTypeWithLiterals, hM as Deposit, aR as DepositType, iA as DepositTypeWithLiterals, aW as DescriptionLine, aY as DescriptionLineDescriptionLineValueOneOf, aZ as DescriptionLineName, a7 as DescriptionLineType, hR as DescriptionLineTypeWithLiterals, aX as DescriptionLineValueOneOf, eV as DiffmatokyPayload, b7 as DigitalFile, hC as Discount, hD as DiscountOneDiscountTypeOneOf, al as DiscountReason, i2 as DiscountReasonWithLiterals, bN as DiscountRule, bO as DiscountRuleName, ak as DiscountType, i1 as DiscountTypeWithLiterals, dB as DomainEvent, dC as DomainEventBodyOneOf, gc as DownloadLinkSent, bY as DraftOrderChangesApplied, fA as DraftOrderCommitSettings, fn as DraftOrderDiffs, fq as DraftOrderDiffsBillingUpdateInfoOneOf, fp as DraftOrderDiffsBuyerUpdateInfoOneOf, fr as DraftOrderDiffsRecipientUpdateInfoOneOf, fo as DraftOrderDiffsShippingUpdateInfoOneOf, dP as Duration, at as DurationUnit, ia as DurationUnitWithLiterals, hj as Email, gl as EmailEdited, dI as Empty, dD as EntityCreatedEvent, dG as EntityDeletedEvent, dF as EntityUpdatedEvent, eW as ErrorInformation, hP as EventMetadata, bj as ExtendedFields, cA as ExternalReceipt, er as ExternalReceiptInfo, b0 as FocalPoint, bc as FreeTrialPeriod, gj as FulfillerEmailSent, af as FulfillmentStatus, gH as FulfillmentStatusUpdated, hZ as FulfillmentStatusWithLiterals, cM as FulfillmentStatusesAggregate, bv as FullAddressContactDetails, e_ as GetOrderRequest, e$ as GetOrderResponse, dQ as GetPaymentCollectabilityStatusRequest, dZ as GetRefundabilityStatusRequest, h0 as GetShipmentsRequest, h1 as GetShipmentsResponse, eo as GiftCardPaymentDetails, cj as GiftCardPaymentRefund, hg as IdAndVersion, dK as IdentificationData, dL as IdentificationDataIdOneOf, eZ as IndexingMessage, g5 as InternalActivity, g6 as InternalActivityContentOneOf, eI as InternalDocument, eM as InternalDocumentUpdateByFilterOperation, eJ as InternalDocumentUpdateOperation, f0 as InternalQueryOrdersRequest, f6 as InternalQueryOrdersResponse, eN as InternalUpdateExistingOperation, aL as InventoryAction, iu as InventoryActionWithLiterals, fB as InventoryUpdateDetails, gh as InvoiceAdded, hs as InvoiceDates, hJ as InvoiceDynamicPriceTotals, hh as InvoiceFields, gi as InvoiceSent, hf as InvoiceSentEvent, aS as InvoiceStatus, iB as InvoiceStatusWithLiterals, hH as InvoicesPayment, fv as ItemChangedDetails, dW as ItemMetadata, bm as ItemModifier, b4 as ItemTaxFullDetails, b2 as ItemType, a8 as ItemTypeItemType, b3 as ItemTypeItemTypeDataOneOf, hS as ItemTypeItemTypeWithLiterals, hB as ItemizedFee, aa as JurisdictionType, hU as JurisdictionTypeWithLiterals, hu as LineItem, c6 as LineItemAmount, b$ as LineItemChanges, fF as LineItemDelta, fG as LineItemDeltaDeltaOneOf, bP as LineItemDiscount, bX as LineItemExchangeData, hy as LineItemMetaData, c1 as LineItemPriceChange, c2 as LineItemProductNameChange, c0 as LineItemQuantityChange, am as LineItemQuantityChangeType, i3 as LineItemQuantityChangeTypeWithLiterals, di as LineItemRefund, ex as LineItemRefundSummary, hw as LineItemTax, b6 as LineItemTaxBreakdown, b5 as LineItemTaxInfo, gy as LineItemUpdate, ht as LineItems, hz as Locale, cP as Location, bg as LocationAndQuantity, c7 as ManagedAdditionalFee, c4 as ManagedDiscount, c3 as ManagedLineItem, ax as ManuallyRefundableReason, ie as ManuallyRefundableReasonWithLiterals, gF as MarkAsFulfilledRequest, gG as MarkAsFulfilledResponse, gM as MarkAsUnfulfilledRequest, gN as MarkAsUnfulfilledResponse, dT as MarkOrderAsPaidRequest, gA as MarkOrderAsSeenByHumanRequest, gB as MarkOrderAsSeenByHumanResponse, g2 as MaskedOrderLineItem, e3 as MembershipChargeItem, e4 as MembershipName, ep as MembershipPaymentDetails, ck as MembershipPaymentRefund, aF as MembershipPaymentStatus, io as MembershipPaymentStatusWithLiterals, bT as MerchantComment, bL as MerchantDiscount, bM as MerchantDiscountMerchantDiscountReasonOneOf, dJ as MessageEnvelope, hI as MetaData, bk as ModifierGroup, bW as NewExchangeOrderCreated, aw as NonRefundableReason, id as NonRefundableReasonWithLiterals, aJ as OrderApprovalStrategy, is as OrderApprovalStrategyWithLiterals, cQ as OrderApproved, gb as OrderCanceled, gD as OrderCanceledEventOrderCanceled, bZ as OrderChange, b_ as OrderChangeValueOneOf, fh as OrderCreateNotifications, bV as OrderCreatedFromExchange, fg as OrderCreationSettings, fC as OrderDeltasCommitted, g9 as OrderFulfilled, cT as OrderItemsRestocked, aT as OrderLineItem, fu as OrderLineItemChangedDetails, ga as OrderNotFulfilled, g8 as OrderPaid, gn as OrderPartiallyPaid, go as OrderPending, g7 as OrderPlaced, bU as OrderRefunded, gp as OrderRejected, cS as OrderRejectedEventOrderRejected, hQ 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, ib as PaymentCollectabilityStatusWithLiterals, cv as PaymentDeclined, cw as PaymentDeclinedPaymentDetailsOneOf, a9 as PaymentOptionType, hT as PaymentOptionTypeWithLiterals, ed as PaymentPaymentDetailsOneOf, co as PaymentPending, cp as PaymentPendingPaymentDetailsOneOf, ee as PaymentReceiptInfoOneOf, cm as PaymentRefundFailed, cl as PaymentRefunded, ae as PaymentStatus, gX as PaymentStatusUpdated, hY as PaymentStatusWithLiterals, hG as Payments, hm as Phone, b1 as PhysicalProperties, bB as PickupAddress, bA as PickupDetails, ai as PickupMethod, i0 as PickupMethodWithLiterals, gm as PickupReadyEmailSent, aM as Placement, iv as PlacementWithLiterals, a_ as PlainTextValue, f4 as PlatformPaging, f7 as PlatformPagingMetadata, f1 as PlatformQuery, f2 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, i7 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, gs as PublicActivityContentOneOf, f9 as QueryOrderRequest, fa as QueryOrderResponse, hk as QuotesAddress, aC as Reason, ik 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, ip as RefundStatusWithLiterals, et as RefundTransaction, d_ as Refundability, d$ as RefundabilityAdditionalRefundabilityInfoOneOf, av as RefundableStatus, ic 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, he as Reschedule, e9 as RestockInfo, ea as RestockItem, ay as RestockType, ig as RestockTypeWithLiterals, dE as RestoreInfo, cb as SavedPaymentMethod, as as ScheduledAction, i9 as ScheduledActionWithLiterals, fb 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, gk as ShippingAddressEdited, gg as ShippingConfirmationEmailSent, ca as ShippingInformation, c9 as ShippingInformationChange, bD as ShippingPrice, dk as ShippingRefund, bE as ShippingRegion, eY as SnapshotMessage, aI as SortOrder, ir as SortOrderWithLiterals, f3 as Sorting, hx as Source, aO as SourceType, ix as SourceTypeWithLiterals, hr as StandardDetails, bt as StreetAddress, hq as Subdivision, aN as SubdivisionType, iw as SubdivisionTypeWithLiterals, ba as SubscriptionDescription, ab as SubscriptionFrequency, hV as SubscriptionFrequencyWithLiterals, b8 as SubscriptionInfo, bb as SubscriptionSettings, b9 as SubscriptionTitle, cO as TagList, cN as Tags, h8 as Task, ha as TaskAction, hb as TaskActionActionOneOf, h9 as TaskKey, bF as TaxSummary, bh as TaxableAddress, bi as TaxableAddressTaxableAddressDataOneOf, ad as TaxableAddressType, hX as TaxableAddressTypeWithLiterals, hA as TotalPrice, c8 as TotalPriceChange, gf as TrackingLinkAdded, gd as TrackingNumberAdded, ge as TrackingNumberEdited, az as TransactionStatus, ih as TransactionStatusWithLiterals, bl as TranslatableString, c5 as TranslatedValue, e7 as TriggerRefundRequest, eU as TriggerReindexOrderRequest, eR as TriggerReindexRequest, eS as TriggerReindexResponse, hN as TriggerSideEffectsFromLegacyData, fN as UnArchiveOrderRequest, fO as UnArchiveOrderResponse, gv as UpdateActivityRequest, f_ as UpdateBillingContactDetailsRequest, f$ as UpdateBillingContactDetailsResponse, fW as UpdateBuyerEmailRequest, fX as UpdateBuyerEmailResponse, fT as UpdateBuyerInfoRequest, fV as UpdateBuyerInfoResponse, eG as UpdateInternalDocumentsEvent, eH as UpdateInternalDocumentsEventOperationOneOf, gx as UpdateLineItemsDescriptionLinesRequest, gz as UpdateLineItemsDescriptionLinesResponse, g0 as UpdateOrderLineItemRequest, g1 as UpdateOrderLineItemsRequest, g3 as UpdateOrderLineItemsResponse, fj as UpdateOrderRequest, fk as UpdateOrderResponse, fY as UpdateOrderShippingAddressRequest, fZ as UpdateOrderShippingAddressResponse, gE as UpdateOrderStatusRequest, gY as V1BulkMarkOrdersAsPaidRequest, gZ as V1BulkMarkOrdersAsPaidResponse, g_ as V1CreatePaymentGatewayOrderRequest, g$ as V1CreatePaymentGatewayOrderResponse, fs as V1LineItemDelta, ft as V1LineItemDeltaDeltaOneOf, gV as V1MarkOrderAsPaidRequest, gW as V1MarkOrderAsPaidResponse, cU as V1RestockItem, em as V1ScheduledAction, bx as V1ShippingInformation, hL as Value, aQ as ValueType, iz as ValueTypeWithLiterals, bw as VatId, ah as VatType, h$ as VatTypeWithLiterals, eP as VersionedDeleteByIdsOperation, eQ as VersionedDocumentId, eO as VersionedDocumentUpdateOperation, aH as VersioningMode, iq as VersioningModeWithLiterals, eC as VoidAuthorizedPaymentsRequest, ar as WebhookIdentityType, i8 as WebhookIdentityTypeWithLiterals, ag as WeightUnit, h_ as WeightUnitWithLiterals, cz as WixReceipt, eq as WixReceiptInfo } from './ecom-v1-order-orders.universal-CI0GzLKU.mjs';
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-nuGENHsd.mjs';
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.mjs';
4
4
 
5
5
  declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
6
6
  interface PreparePaymentCollectionSignature {