@wix/auto_sdk_ecom_orders 1.0.89 → 1.0.91

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.
Files changed (41) hide show
  1. package/build/cjs/{ecom-v1-order-orders.universal-CBJ5qQrX.d.ts → ecom-v1-order-orders.universal-m-UTQqCp.d.ts} +8 -2
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +0 -6
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +0 -6
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +2 -2
  9. package/build/cjs/meta.js +0 -6
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{ecom-v1-order-orders.universal-CBJ5qQrX.d.mts → ecom-v1-order-orders.universal-m-UTQqCp.d.mts} +8 -2
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +0 -6
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/index.typings.d.mts +2 -2
  16. package/build/es/index.typings.mjs +0 -6
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +2 -2
  19. package/build/es/meta.mjs +0 -6
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{ecom-v1-order-orders.universal-BIDprMe0.d.ts → ecom-v1-order-orders.universal-8LlSaeAr.d.ts} +24 -2
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +0 -6
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +2 -2
  26. package/build/internal/cjs/index.typings.js +0 -6
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +2 -2
  29. package/build/internal/cjs/meta.js +0 -6
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{ecom-v1-order-orders.universal-BIDprMe0.d.mts → ecom-v1-order-orders.universal-8LlSaeAr.d.mts} +24 -2
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +0 -6
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/index.typings.d.mts +2 -2
  36. package/build/internal/es/index.typings.mjs +0 -6
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +2 -2
  39. package/build/internal/es/meta.mjs +0 -6
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -1733,12 +1733,17 @@ interface LineItemChanges {
1733
1733
  * @format GUID
1734
1734
  */
1735
1735
  _id?: string;
1736
- /** Item name. */
1736
+ /** Item name after change. */
1737
1737
  name?: ProductName;
1738
1738
  /** Item quantity change. */
1739
1739
  quantity?: LineItemQuantityChange;
1740
1740
  /** Item price change. */
1741
1741
  price?: LineItemPriceChange;
1742
+ /**
1743
+ * Item product name change.
1744
+ * @internal
1745
+ */
1746
+ productName?: LineItemProductNameChange;
1742
1747
  }
1743
1748
  interface LineItemQuantityChange {
1744
1749
  /**
@@ -4358,6 +4363,12 @@ interface TriggerReindexOrderRequest {
4358
4363
  */
4359
4364
  orderId?: string;
4360
4365
  }
4366
+ interface LineItemProductNameChange {
4367
+ /** Item product name before update. */
4368
+ originalProductName?: ProductName;
4369
+ /** Item product name after update. */
4370
+ newProductName?: ProductName;
4371
+ }
4361
4372
  interface DiffmatokyPayload {
4362
4373
  left?: string;
4363
4374
  right?: string;
@@ -4895,6 +4906,17 @@ interface ItemChangedDetails {
4895
4906
  priceBeforeChange?: Price;
4896
4907
  /** The price description before the change */
4897
4908
  priceDescriptionBeforeChange?: PriceDescription;
4909
+ /**
4910
+ * Line Item product name before change.
4911
+ * @internal
4912
+ */
4913
+ productNameBeforeChange?: ProductName;
4914
+ /**
4915
+ * Line item description lines before change
4916
+ * @internal
4917
+ * @maxSize 20
4918
+ */
4919
+ descriptionLinesBeforeChange?: DescriptionLine[];
4898
4920
  }
4899
4921
  interface AppliedDiscountDelta extends AppliedDiscountDeltaDeltaOneOf {
4900
4922
  editedDiscount?: AppliedDiscount;
@@ -7754,4 +7776,4 @@ interface BulkUpdateOrderTagsOptions {
7754
7776
  unassignTags?: Tags;
7755
7777
  }
7756
7778
 
7757
- 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 BulkSendBuyerPickupConfirmationEmailsResponse as c$, type LineItemQuantityChange as c0, type LineItemPriceChange as c1, type ManagedLineItem as c2, type ManagedDiscount as c3, type TranslatedValue as c4, type LineItemAmount as c5, type ManagedAdditionalFee as c6, type TotalPriceChange as c7, type ShippingInformationChange as c8, type ShippingInformation as c9, type ReceiptSent as cA, type ReceiptSentReceiptInfoOneOf as cB, type ChargebackCreated as cC, type ChargebackReversed as cD, type CreatedBy as cE, type CreatedByStringOneOf as cF, type ChannelInfo as cG, type CustomField as cH, type BalanceSummary as cI, type Balance as cJ, type AdditionalFee as cK, type FulfillmentStatusesAggregate as cL, type Tags as cM, type TagList as cN, type Location as cO, type OrderApproved as cP, type OrdersExperiments as cQ, type OrderRejectedEventOrderRejected as cR, type OrderItemsRestocked as cS, type V1RestockItem as cT, type SendBuyerConfirmationEmailRequest as cU, type SendBuyerConfirmationEmailResponse as cV, type SendBuyerPaymentsReceivedEmailRequest as cW, type SendBuyerPaymentsReceivedEmailResponse as cX, type SendBuyerPickupConfirmationEmailRequest as cY, type SendBuyerPickupConfirmationEmailResponse as cZ, type BulkSendBuyerPickupConfirmationEmailsRequest as c_, type SavedPaymentMethod as ca, type AuthorizedPaymentCreated as cb, type AuthorizedPaymentCaptured as cc, type AuthorizedPaymentVoided as cd, type RefundInitiated as ce, type RefundedPayment as cf, type RefundedPaymentKindOneOf as cg, type RegularPaymentRefund as ch, type GiftCardPaymentRefund as ci, type MembershipPaymentRefund as cj, type PaymentRefunded as ck, type PaymentRefundFailed as cl, type RefundedAsStoreCredit as cm, type PaymentPending as cn, type PaymentPendingPaymentDetailsOneOf as co, type RegularPayment as cp, type RegularPaymentPaymentMethodDetailsOneOf as cq, type CreditCardDetails as cr, type PaymentCanceled as cs, type PaymentCanceledPaymentDetailsOneOf as ct, type PaymentDeclined as cu, type PaymentDeclinedPaymentDetailsOneOf as cv, type ReceiptCreated as cw, type ReceiptCreatedReceiptInfoOneOf as cx, type WixReceipt as cy, type ExternalReceipt as cz, type PaymentCollectionMarkOrderAsPaidApplicationErrors as d, type CreatePaymentGatewayOrderRequest as d$, type SendBuyerShippingConfirmationEmailRequest as d0, type SendBuyerShippingConfirmationEmailResponse as d1, type BulkSendBuyerShippingConfirmationEmailsRequest as d2, type BulkSendBuyerShippingConfirmationEmailsResponse as d3, type SendMerchantOrderReceivedNotificationRequest as d4, type SendMerchantOrderReceivedNotificationResponse as d5, type SendCancelRefundEmailRequest as d6, type SendCancelRefundEmailResponse as d7, type SendRefundEmailRequest as d8, type SendRefundEmailResponse as d9, type DomainEvent as dA, type DomainEventBodyOneOf as dB, type EntityCreatedEvent as dC, type RestoreInfo as dD, type EntityUpdatedEvent as dE, type EntityDeletedEvent as dF, type ActionEvent as dG, type Empty as dH, type MessageEnvelope as dI, type IdentificationData as dJ, type IdentificationDataIdOneOf as dK, type PreparePaymentCollectionRequest as dL, type RedirectUrls as dM, type DelayedCaptureSettings as dN, type Duration as dO, type GetPaymentCollectabilityStatusRequest as dP, type RecordManuallyCollectedPaymentRequest as dQ, type RecordManuallyCollectedPaymentResponse as dR, type MarkOrderAsPaidRequest as dS, type BulkMarkOrdersAsPaidRequest as dT, type BulkOrderResult as dU, type ItemMetadata as dV, type ApplicationError as dW, type BulkActionMetadata as dX, type GetRefundabilityStatusRequest as dY, type Refundability as dZ, type RefundabilityAdditionalRefundabilityInfoOneOf as d_, type SendMerchantOrderReceivedPushRequest as da, type SendMerchantOrderReceivedPushResponse as db, type PreviewEmailByTypeRequest as dc, type PreviewEmailByTypeResponse as dd, type PreviewRefundEmailRequest as de, type RefundDetails as df, type RefundItem as dg, type LineItemRefund as dh, type AdditionalFeeRefund as di, type ShippingRefund as dj, type PreviewRefundEmailResponse as dk, type PreviewCancelEmailRequest as dl, type PreviewCancelEmailResponse as dm, type PreviewCancelRefundEmailRequest as dn, type PreviewCancelRefundEmailResponse as dp, type PreviewBuyerPaymentsReceivedEmailRequest as dq, type PreviewBuyerPaymentsReceivedEmailResponse as dr, type PreviewBuyerConfirmationEmailRequest as ds, type PreviewBuyerConfirmationEmailResponse as dt, type PreviewBuyerPickupConfirmationEmailRequest as du, type PreviewBuyerPickupConfirmationEmailResponse as dv, type PreviewShippingConfirmationEmailRequest as dw, type PreviewShippingConfirmationEmailResponse as dx, type PreviewResendDownloadLinksEmailRequest as dy, type PreviewResendDownloadLinksEmailResponse as dz, type GetRefundabilityStatusResponse as e, type InternalQueryOrdersRequest as e$, type ChargedBy as e0, type ChargeMembershipsRequest as e1, type MembershipChargeItem as e2, type MembershipName as e3, type ServiceProperties as e4, type ChargeMembershipsResponse as e5, type TriggerRefundRequest as e6, type RefundSideEffects as e7, type RestockInfo as e8, type RestockItem as e9, type CalculateRefundItemResponse as eA, type VoidAuthorizedPaymentsRequest as eB, type CaptureAuthorizedPaymentsRequest as eC, type ChargeSavedPaymentMethodRequest as eD, type ChargeSavedPaymentMethodResponse as eE, type UpdateInternalDocumentsEvent as eF, type UpdateInternalDocumentsEventOperationOneOf as eG, type InternalDocument as eH, type InternalDocumentUpdateOperation as eI, type DeleteByIdsOperation as eJ, type DeleteByFilterOperation as eK, type InternalDocumentUpdateByFilterOperation as eL, type InternalUpdateExistingOperation as eM, type VersionedDocumentUpdateOperation as eN, type VersionedDeleteByIdsOperation as eO, type VersionedDocumentId as eP, type TriggerReindexRequest as eQ, type TriggerReindexResponse as eR, type BatchOfTriggerReindexOrderRequest as eS, type TriggerReindexOrderRequest as eT, type DiffmatokyPayload as eU, type ErrorInformation as eV, type ContinueSideEffectsFlowInLegacyData as eW, type SnapshotMessage as eX, type IndexingMessage as eY, type GetOrderRequest as eZ, type GetOrderResponse as e_, type OrderTransactions as ea, type Payment as eb, type PaymentPaymentDetailsOneOf as ec, type PaymentReceiptInfoOneOf as ed, type RegularPaymentDetails as ee, type RegularPaymentDetailsPaymentMethodDetailsOneOf as ef, type CreditCardPaymentMethodDetails as eg, type AuthorizationDetails as eh, type AuthorizationCapture as ei, type AuthorizationActionFailureDetails as ej, type AuthorizationVoid as ek, type V1ScheduledAction as el, type Chargeback as em, type GiftCardPaymentDetails as en, type MembershipPaymentDetails as eo, type WixReceiptInfo as ep, type ExternalReceiptInfo as eq, type Refund as er, type RefundTransaction as es, type RefundStatusInfo as et, type AggregatedRefundSummary as eu, type RefundItemsBreakdown as ev, type LineItemRefundSummary as ew, type CalculateRefundRequest as ex, type CalculateRefundItemRequest as ey, type CalculateRefundResponse as ez, type PaymentCollectionCreatePaymentGatewayOrderOptions as f, type UpdateOrderLineItemRequest as f$, type PlatformQuery as f0, type PlatformQueryPagingMethodOneOf as f1, type Sorting as f2, type PlatformPaging as f3, type CursorPaging as f4, type InternalQueryOrdersResponse as f5, type PlatformPagingMetadata as f6, type Cursors as f7, type QueryOrderRequest as f8, type QueryOrderResponse as f9, type InventoryUpdateDetails as fA, type OrderDeltasCommitted as fB, type CommittedDiffs as fC, type CommittedDiffsShippingUpdateInfoOneOf as fD, type LineItemDelta as fE, type LineItemDeltaDeltaOneOf as fF, type ArchiveOrderRequest as fG, type ArchiveOrderResponse as fH, type BulkArchiveOrdersRequest as fI, type BulkArchiveOrdersResponse as fJ, type BulkArchiveOrdersByFilterRequest as fK, type BulkArchiveOrdersByFilterResponse as fL, type UnArchiveOrderRequest as fM, type UnArchiveOrderResponse as fN, type BulkUnArchiveOrdersRequest as fO, type BulkUnArchiveOrdersResponse as fP, type BulkUnArchiveOrdersByFilterRequest as fQ, type BulkUnArchiveOrdersByFilterResponse as fR, type UpdateBuyerInfoRequest as fS, type BuyerInfoUpdate as fT, type UpdateBuyerInfoResponse as fU, type UpdateBuyerEmailRequest as fV, type UpdateBuyerEmailResponse as fW, type UpdateOrderShippingAddressRequest as fX, type UpdateOrderShippingAddressResponse as fY, type UpdateBillingContactDetailsRequest as fZ, type UpdateBillingContactDetailsResponse as f_, type SearchOrdersRequest as fa, type CursorSearch as fb, type CursorSearchPagingMethodOneOf as fc, type CursorPagingMetadata as fd, type CreateOrderRequest as fe, type OrderCreationSettings as ff, type OrderCreateNotifications as fg, type CreateOrderResponse as fh, type UpdateOrderRequest as fi, type UpdateOrderResponse as fj, type BulkUpdateOrdersRequest as fk, type CommitDeltasRequest as fl, type DraftOrderDiffs as fm, type DraftOrderDiffsShippingUpdateInfoOneOf as fn, type DraftOrderDiffsBuyerUpdateInfoOneOf as fo, type DraftOrderDiffsBillingUpdateInfoOneOf as fp, type DraftOrderDiffsRecipientUpdateInfoOneOf as fq, type V1LineItemDelta as fr, type V1LineItemDeltaDeltaOneOf as fs, type OrderLineItemChangedDetails as ft, type ItemChangedDetails as fu, type AppliedDiscountDelta as fv, type AppliedDiscountDeltaDeltaOneOf as fw, type AdditionalFeeDelta as fx, type AdditionalFeeDeltaDeltaOneOf as fy, type DraftOrderCommitSettings as fz, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as g, type GetShipmentsRequest as g$, type UpdateOrderLineItemsRequest as g0, type MaskedOrderLineItem as g1, type UpdateOrderLineItemsResponse as g2, type AddInternalActivityRequest as g3, type InternalActivity as g4, type InternalActivityContentOneOf as g5, type OrderPlaced as g6, type OrderPaid as g7, type OrderFulfilled as g8, type OrderNotFulfilled as g9, type MarkOrderAsSeenByHumanResponse as gA, type CancelOrderRequest as gB, type OrderCanceledEventOrderCanceled as gC, type UpdateOrderStatusRequest as gD, type MarkAsFulfilledRequest as gE, type MarkAsFulfilledResponse as gF, type FulfillmentStatusUpdated as gG, type BulkMarkAsFulfilledRequest as gH, type BulkMarkAsFulfilledResponse as gI, type BulkMarkAsFulfilledByFilterRequest as gJ, type BulkMarkAsFulfilledByFilterResponse as gK, type MarkAsUnfulfilledRequest as gL, type MarkAsUnfulfilledResponse as gM, type BulkMarkAsUnfulfilledRequest as gN, type BulkMarkAsUnfulfilledResponse as gO, type BulkMarkAsUnfulfilledByFilterRequest as gP, type BulkMarkAsUnfulfilledByFilterResponse as gQ, type BulkSetBusinessLocationRequest as gR, type BulkSetBusinessLocationResponse as gS, type BulkSetBusinessLocationResult as gT, type V1MarkOrderAsPaidRequest as gU, type V1MarkOrderAsPaidResponse as gV, type PaymentStatusUpdated as gW, type V1BulkMarkOrdersAsPaidRequest as gX, type V1BulkMarkOrdersAsPaidResponse as gY, type V1CreatePaymentGatewayOrderRequest as gZ, type V1CreatePaymentGatewayOrderResponse as g_, type OrderCanceled as ga, type DownloadLinkSent as gb, type TrackingNumberAdded as gc, type TrackingNumberEdited as gd, type TrackingLinkAdded as ge, type ShippingConfirmationEmailSent as gf, type InvoiceAdded as gg, type InvoiceSent as gh, type FulfillerEmailSent as gi, type ShippingAddressEdited as gj, type EmailEdited as gk, type PickupReadyEmailSent as gl, type OrderPartiallyPaid as gm, type OrderPending as gn, type OrderRejected as go, type AddInternalActivityResponse as gp, type AddActivityRequest as gq, type PublicActivityContentOneOf as gr, type AddActivitiesRequest as gs, type AddActivitiesResponse as gt, type UpdateActivityRequest as gu, type DeleteActivityRequest as gv, type UpdateLineItemsDescriptionLinesRequest as gw, type LineItemUpdate as gx, type UpdateLineItemsDescriptionLinesResponse as gy, type MarkOrderAsSeenByHumanRequest as gz, type ChargeMembershipsOptions as h, type PickupMethodWithLiterals as h$, type GetShipmentsResponse as h0, type AggregateOrdersRequest as h1, type DecrementItemsQuantityRequest as h2, type DecrementData as h3, type DecrementItemsQuantityResponse as h4, type BulkUpdateOrderTagsRequest as h5, type BulkUpdateOrderTagsResult as h6, type Task as h7, type TaskKey as h8, type TaskAction as h9, type ItemizedFee as hA, type Discount as hB, type DiscountOneDiscountTypeOneOf as hC, type CalculatedTaxes as hD, type CalculatedTax as hE, type Payments as hF, type InvoicesPayment as hG, type MetaData as hH, type InvoiceDynamicPriceTotals as hI, type CustomFieldValue as hJ, type Value as hK, type Deposit as hL, type TriggerSideEffectsFromLegacyData as hM, type BaseEventMetadata as hN, type EventMetadata as hO, type OrderSearchSpec as hP, type DescriptionLineTypeWithLiterals as hQ, type ItemTypeItemTypeWithLiterals as hR, type PaymentOptionTypeWithLiterals as hS, type JurisdictionTypeWithLiterals as hT, type SubscriptionFrequencyWithLiterals as hU, type AdjustmentTypeWithLiterals as hV, type TaxableAddressTypeWithLiterals as hW, type PaymentStatusWithLiterals as hX, type FulfillmentStatusWithLiterals as hY, type WeightUnitWithLiterals as hZ, type VatTypeWithLiterals as h_, type TaskActionActionOneOf as ha, type Complete as hb, type Cancel as hc, type Reschedule as hd, type InvoiceSentEvent as he, type IdAndVersion as hf, type InvoiceFields as hg, type Customer as hh, type Email as hi, type QuotesAddress as hj, type AddressDescription as hk, type Phone as hl, type Company as hm, type CommonAddress as hn, type CommonAddressStreetOneOf as ho, type Subdivision as hp, type StandardDetails as hq, type InvoiceDates as hr, type LineItems as hs, type LineItem as ht, type BigDecimalWrapper as hu, type LineItemTax as hv, type Source as hw, type LineItemMetaData as hx, type Locale as hy, type TotalPrice as hz, type PaymentRefund as i, cancelOrder as i$, type DiscountTypeWithLiterals as i0, type DiscountReasonWithLiterals as i1, type LineItemQuantityChangeTypeWithLiterals as i2, type ActivityTypeWithLiterals as i3, type AttributionSourceWithLiterals as i4, type ChannelTypeWithLiterals as i5, type PreviewEmailTypeWithLiterals as i6, type WebhookIdentityTypeWithLiterals as i7, type ScheduledActionWithLiterals as i8, type DurationUnitWithLiterals as i9, type InvoiceStatusWithLiterals as iA, type CommonSearchWithEntityContext as iB, onOrderApproved as iC, onOrderUpdated as iD, onOrderCanceled as iE, onOrderCreated as iF, onOrderPaymentStatusUpdated as iG, preparePaymentCollection as iH, getPaymentCollectabilityStatus as iI, recordManuallyCollectedPayment as iJ, paymentCollectionMarkOrderAsPaid as iK, paymentCollectionBulkMarkOrdersAsPaid as iL, getRefundabilityStatus as iM, paymentCollectionCreatePaymentGatewayOrder as iN, chargeMemberships as iO, triggerRefund as iP, voidAuthorizedPayments as iQ, captureAuthorizedPayments as iR, getOrder as iS, createOrder as iT, updateOrder as iU, bulkUpdateOrders as iV, commitDeltas as iW, updateOrderLineItem as iX, addActivity as iY, updateActivity as iZ, deleteActivity as i_, type PaymentCollectabilityStatusWithLiterals as ia, type RefundableStatusWithLiterals as ib, type NonRefundableReasonWithLiterals as ic, type ManuallyRefundableReasonWithLiterals as id, type RestockTypeWithLiterals as ie, type TransactionStatusWithLiterals as ig, type AuthorizationCaptureStatusWithLiterals as ih, type AuthorizationVoidStatusWithLiterals as ii, type ReasonWithLiterals as ij, type ActionTypeWithLiterals as ik, type ChargebackStatusWithLiterals as il, type MembershipPaymentStatusWithLiterals as im, type RefundStatusWithLiterals as io, type VersioningModeWithLiterals as ip, type SortOrderWithLiterals as iq, type OrderApprovalStrategyWithLiterals as ir, type DeltaPaymentOptionTypeWithLiterals as is, type InventoryActionWithLiterals as it, type PlacementWithLiterals as iu, type SubdivisionTypeWithLiterals as iv, type SourceTypeWithLiterals as iw, type CustomFieldGroupWithLiterals as ix, type ValueTypeWithLiterals as iy, type DepositTypeWithLiterals as iz, type TriggerRefundResponse as j, updateOrderStatus as j0, aggregateOrders as j1, bulkUpdateOrderTags as j2, 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 };
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 BulkSendBuyerPickupConfirmationEmailsResponse as c$, type LineItemQuantityChange as c0, type LineItemPriceChange as c1, type ManagedLineItem as c2, type ManagedDiscount as c3, type TranslatedValue as c4, type LineItemAmount as c5, type ManagedAdditionalFee as c6, type TotalPriceChange as c7, type ShippingInformationChange as c8, type ShippingInformation as c9, type ReceiptSent as cA, type ReceiptSentReceiptInfoOneOf as cB, type ChargebackCreated as cC, type ChargebackReversed as cD, type CreatedBy as cE, type CreatedByStringOneOf as cF, type ChannelInfo as cG, type CustomField as cH, type BalanceSummary as cI, type Balance as cJ, type AdditionalFee as cK, type FulfillmentStatusesAggregate as cL, type Tags as cM, type TagList as cN, type Location as cO, type OrderApproved as cP, type OrdersExperiments as cQ, type OrderRejectedEventOrderRejected as cR, type OrderItemsRestocked as cS, type V1RestockItem as cT, type SendBuyerConfirmationEmailRequest as cU, type SendBuyerConfirmationEmailResponse as cV, type SendBuyerPaymentsReceivedEmailRequest as cW, type SendBuyerPaymentsReceivedEmailResponse as cX, type SendBuyerPickupConfirmationEmailRequest as cY, type SendBuyerPickupConfirmationEmailResponse as cZ, type BulkSendBuyerPickupConfirmationEmailsRequest as c_, type SavedPaymentMethod as ca, type AuthorizedPaymentCreated as cb, type AuthorizedPaymentCaptured as cc, type AuthorizedPaymentVoided as cd, type RefundInitiated as ce, type RefundedPayment as cf, type RefundedPaymentKindOneOf as cg, type RegularPaymentRefund as ch, type GiftCardPaymentRefund as ci, type MembershipPaymentRefund as cj, type PaymentRefunded as ck, type PaymentRefundFailed as cl, type RefundedAsStoreCredit as cm, type PaymentPending as cn, type PaymentPendingPaymentDetailsOneOf as co, type RegularPayment as cp, type RegularPaymentPaymentMethodDetailsOneOf as cq, type CreditCardDetails as cr, type PaymentCanceled as cs, type PaymentCanceledPaymentDetailsOneOf as ct, type PaymentDeclined as cu, type PaymentDeclinedPaymentDetailsOneOf as cv, type ReceiptCreated as cw, type ReceiptCreatedReceiptInfoOneOf as cx, type WixReceipt as cy, type ExternalReceipt as cz, type PaymentCollectionMarkOrderAsPaidApplicationErrors as d, type CreatePaymentGatewayOrderRequest as d$, type SendBuyerShippingConfirmationEmailRequest as d0, type SendBuyerShippingConfirmationEmailResponse as d1, type BulkSendBuyerShippingConfirmationEmailsRequest as d2, type BulkSendBuyerShippingConfirmationEmailsResponse as d3, type SendMerchantOrderReceivedNotificationRequest as d4, type SendMerchantOrderReceivedNotificationResponse as d5, type SendCancelRefundEmailRequest as d6, type SendCancelRefundEmailResponse as d7, type SendRefundEmailRequest as d8, type SendRefundEmailResponse as d9, type DomainEvent as dA, type DomainEventBodyOneOf as dB, type EntityCreatedEvent as dC, type RestoreInfo as dD, type EntityUpdatedEvent as dE, type EntityDeletedEvent as dF, type ActionEvent as dG, type Empty as dH, type MessageEnvelope as dI, type IdentificationData as dJ, type IdentificationDataIdOneOf as dK, type PreparePaymentCollectionRequest as dL, type RedirectUrls as dM, type DelayedCaptureSettings as dN, type Duration as dO, type GetPaymentCollectabilityStatusRequest as dP, type RecordManuallyCollectedPaymentRequest as dQ, type RecordManuallyCollectedPaymentResponse as dR, type MarkOrderAsPaidRequest as dS, type BulkMarkOrdersAsPaidRequest as dT, type BulkOrderResult as dU, type ItemMetadata as dV, type ApplicationError as dW, type BulkActionMetadata as dX, type GetRefundabilityStatusRequest as dY, type Refundability as dZ, type RefundabilityAdditionalRefundabilityInfoOneOf as d_, type SendMerchantOrderReceivedPushRequest as da, type SendMerchantOrderReceivedPushResponse as db, type PreviewEmailByTypeRequest as dc, type PreviewEmailByTypeResponse as dd, type PreviewRefundEmailRequest as de, type RefundDetails as df, type RefundItem as dg, type LineItemRefund as dh, type AdditionalFeeRefund as di, type ShippingRefund as dj, type PreviewRefundEmailResponse as dk, type PreviewCancelEmailRequest as dl, type PreviewCancelEmailResponse as dm, type PreviewCancelRefundEmailRequest as dn, type PreviewCancelRefundEmailResponse as dp, type PreviewBuyerPaymentsReceivedEmailRequest as dq, type PreviewBuyerPaymentsReceivedEmailResponse as dr, type PreviewBuyerConfirmationEmailRequest as ds, type PreviewBuyerConfirmationEmailResponse as dt, type PreviewBuyerPickupConfirmationEmailRequest as du, type PreviewBuyerPickupConfirmationEmailResponse as dv, type PreviewShippingConfirmationEmailRequest as dw, type PreviewShippingConfirmationEmailResponse as dx, type PreviewResendDownloadLinksEmailRequest as dy, type PreviewResendDownloadLinksEmailResponse as dz, type GetRefundabilityStatusResponse as e, type GetOrderResponse as e$, type ChargedBy as e0, type ChargeMembershipsRequest as e1, type MembershipChargeItem as e2, type MembershipName as e3, type ServiceProperties as e4, type ChargeMembershipsResponse as e5, type TriggerRefundRequest as e6, type RefundSideEffects as e7, type RestockInfo as e8, type RestockItem as e9, type CalculateRefundItemResponse as eA, type VoidAuthorizedPaymentsRequest as eB, type CaptureAuthorizedPaymentsRequest as eC, type ChargeSavedPaymentMethodRequest as eD, type ChargeSavedPaymentMethodResponse as eE, type UpdateInternalDocumentsEvent as eF, type UpdateInternalDocumentsEventOperationOneOf as eG, type InternalDocument as eH, type InternalDocumentUpdateOperation as eI, type DeleteByIdsOperation as eJ, type DeleteByFilterOperation as eK, type InternalDocumentUpdateByFilterOperation as eL, type InternalUpdateExistingOperation as eM, type VersionedDocumentUpdateOperation as eN, type VersionedDeleteByIdsOperation as eO, type VersionedDocumentId as eP, type TriggerReindexRequest as eQ, type TriggerReindexResponse as eR, type BatchOfTriggerReindexOrderRequest as eS, type TriggerReindexOrderRequest as eT, type LineItemProductNameChange 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 OrderTransactions as ea, type Payment as eb, type PaymentPaymentDetailsOneOf as ec, type PaymentReceiptInfoOneOf as ed, type RegularPaymentDetails as ee, type RegularPaymentDetailsPaymentMethodDetailsOneOf as ef, type CreditCardPaymentMethodDetails as eg, type AuthorizationDetails as eh, type AuthorizationCapture as ei, type AuthorizationActionFailureDetails as ej, type AuthorizationVoid as ek, type V1ScheduledAction as el, type Chargeback as em, type GiftCardPaymentDetails as en, type MembershipPaymentDetails as eo, type WixReceiptInfo as ep, type ExternalReceiptInfo as eq, type Refund as er, type RefundTransaction as es, type RefundStatusInfo as et, type AggregatedRefundSummary as eu, type RefundItemsBreakdown as ev, type LineItemRefundSummary as ew, type CalculateRefundRequest as ex, type CalculateRefundItemRequest as ey, type CalculateRefundResponse 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 };
@@ -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-BIDprMe0.mjs';
3
- export { dG as ActionEvent, aD as ActionType, ik as ActionTypeWithLiterals, bQ as Activity, bR as ActivityContentOneOf, an as ActivityType, i3 as ActivityTypeWithLiterals, gs as AddActivitiesRequest, gt as AddActivitiesResponse, gq as AddActivityRequest, g3 as AddInternalActivityRequest, gp as AddInternalActivityResponse, cK as AdditionalFee, fx as AdditionalFeeDelta, fy as AdditionalFeeDeltaDeltaOneOf, di as AdditionalFeeRefund, bs as Address, hk as AddressDescription, bu as AddressLocation, br as AddressWithContact, ac as AdjustmentType, hV as AdjustmentTypeWithLiterals, h1 as AggregateOrdersRequest, eu as AggregatedRefundSummary, dW as ApplicationError, bI as AppliedDiscount, fv as AppliedDiscountDelta, fw as AppliedDiscountDeltaDeltaOneOf, bJ as AppliedDiscountDiscountSourceOneOf, fG as ArchiveOrderRequest, fH as ArchiveOrderResponse, ao as AttributionSource, i4 as AttributionSourceWithLiterals, ej as AuthorizationActionFailureDetails, ei as AuthorizationCapture, aA as AuthorizationCaptureStatus, ih as AuthorizationCaptureStatusWithLiterals, eh as AuthorizationDetails, ek as AuthorizationVoid, aB as AuthorizationVoidStatus, ii as AuthorizationVoidStatusWithLiterals, cc as AuthorizedPaymentCaptured, cb as AuthorizedPaymentCreated, cd as AuthorizedPaymentVoided, cJ as Balance, cI as BalanceSummary, hN as BaseEventMetadata, eS as BatchOfTriggerReindexOrderRequest, hu as BigDecimalWrapper, bd as BillingAdjustment, be as BillingAdjustmentPriceSummary, dX as BulkActionMetadata, fK as BulkArchiveOrdersByFilterRequest, fL as BulkArchiveOrdersByFilterResponse, fI as BulkArchiveOrdersRequest, fJ as BulkArchiveOrdersResponse, gJ as BulkMarkAsFulfilledByFilterRequest, gK as BulkMarkAsFulfilledByFilterResponse, gH as BulkMarkAsFulfilledRequest, gI as BulkMarkAsFulfilledResponse, gP as BulkMarkAsUnfulfilledByFilterRequest, gQ as BulkMarkAsUnfulfilledByFilterResponse, gN as BulkMarkAsUnfulfilledRequest, gO as BulkMarkAsUnfulfilledResponse, dT as BulkMarkOrdersAsPaidRequest, dU as BulkOrderResult, c_ as BulkSendBuyerPickupConfirmationEmailsRequest, c$ as BulkSendBuyerPickupConfirmationEmailsResponse, d2 as BulkSendBuyerShippingConfirmationEmailsRequest, d3 as BulkSendBuyerShippingConfirmationEmailsResponse, gR as BulkSetBusinessLocationRequest, gS as BulkSetBusinessLocationResponse, gT as BulkSetBusinessLocationResult, fQ as BulkUnArchiveOrdersByFilterRequest, fR as BulkUnArchiveOrdersByFilterResponse, fO as BulkUnArchiveOrdersRequest, fP as BulkUnArchiveOrdersResponse, h5 as BulkUpdateOrderTagsRequest, h6 as BulkUpdateOrderTagsResult, fk as BulkUpdateOrdersRequest, bn as BuyerInfo, bo as BuyerInfoIdOneOf, fT as BuyerInfoUpdate, ey as CalculateRefundItemRequest, eA as CalculateRefundItemResponse, ex as CalculateRefundRequest, ez as CalculateRefundResponse, hE as CalculatedTax, hD as CalculatedTaxes, hc as Cancel, gB as CancelOrderRequest, eC as CaptureAuthorizedPaymentsRequest, aV as CatalogReference, cG as ChannelInfo, ap as ChannelType, i5 as ChannelTypeWithLiterals, e1 as ChargeMembershipsRequest, e5 as ChargeMembershipsResponse, eD as ChargeSavedPaymentMethodRequest, eE as ChargeSavedPaymentMethodResponse, em as Chargeback, cC as ChargebackCreated, cD as ChargebackReversed, aE as ChargebackStatus, il as ChargebackStatusWithLiterals, e0 as ChargedBy, a$ as Color, fl as CommitDeltasRequest, fC as CommittedDiffs, fD as CommittedDiffsShippingUpdateInfoOneOf, hn as CommonAddress, ho as CommonAddressStreetOneOf, iB as CommonSearchWithEntityContext, hm as Company, hb as Complete, eW as ContinueSideEffectsFlowInLegacyData, bK as Coupon, fe as CreateOrderRequest, fh as CreateOrderResponse, d$ as CreatePaymentGatewayOrderRequest, cE as CreatedBy, cF as CreatedByStringOneOf, cr as CreditCardDetails, eg as CreditCardPaymentMethodDetails, bp as CurrencyConversionDetails, f4 as CursorPaging, fd as CursorPagingMetadata, fb as CursorSearch, fc as CursorSearchPagingMethodOneOf, f7 as Cursors, bS as CustomActivity, cH as CustomField, aP as CustomFieldGroup, ix as CustomFieldGroupWithLiterals, hJ as CustomFieldValue, hh as Customer, h3 as DecrementData, h2 as DecrementItemsQuantityRequest, h4 as DecrementItemsQuantityResponse, dN as DelayedCaptureSettings, gv as DeleteActivityRequest, eK as DeleteByFilterOperation, eJ as DeleteByIdsOperation, by as DeliveryLogistics, bz as DeliveryLogisticsAddressOneOf, bC as DeliveryTimeSlot, aK as DeltaPaymentOptionType, is as DeltaPaymentOptionTypeWithLiterals, hL as Deposit, aR as DepositType, iz as DepositTypeWithLiterals, aW as DescriptionLine, aY as DescriptionLineDescriptionLineValueOneOf, aZ as DescriptionLineName, a7 as DescriptionLineType, hQ as DescriptionLineTypeWithLiterals, aX as DescriptionLineValueOneOf, eU as DiffmatokyPayload, b7 as DigitalFile, hB as Discount, hC as DiscountOneDiscountTypeOneOf, al as DiscountReason, i1 as DiscountReasonWithLiterals, bN as DiscountRule, bO as DiscountRuleName, ak as DiscountType, i0 as DiscountTypeWithLiterals, dA as DomainEvent, dB as DomainEventBodyOneOf, gb as DownloadLinkSent, bY as DraftOrderChangesApplied, fz as DraftOrderCommitSettings, fm as DraftOrderDiffs, fp as DraftOrderDiffsBillingUpdateInfoOneOf, fo as DraftOrderDiffsBuyerUpdateInfoOneOf, fq as DraftOrderDiffsRecipientUpdateInfoOneOf, fn as DraftOrderDiffsShippingUpdateInfoOneOf, dO as Duration, at as DurationUnit, i9 as DurationUnitWithLiterals, hi as Email, gk as EmailEdited, dH as Empty, dC as EntityCreatedEvent, dF as EntityDeletedEvent, dE as EntityUpdatedEvent, eV as ErrorInformation, hO as EventMetadata, bj as ExtendedFields, cz as ExternalReceipt, eq as ExternalReceiptInfo, b0 as FocalPoint, bc as FreeTrialPeriod, gi as FulfillerEmailSent, af as FulfillmentStatus, gG as FulfillmentStatusUpdated, hY as FulfillmentStatusWithLiterals, cL as FulfillmentStatusesAggregate, bv as FullAddressContactDetails, eZ as GetOrderRequest, e_ as GetOrderResponse, dP as GetPaymentCollectabilityStatusRequest, dY as GetRefundabilityStatusRequest, g$ as GetShipmentsRequest, h0 as GetShipmentsResponse, en as GiftCardPaymentDetails, ci as GiftCardPaymentRefund, hf as IdAndVersion, dJ as IdentificationData, dK as IdentificationDataIdOneOf, eY as IndexingMessage, g4 as InternalActivity, g5 as InternalActivityContentOneOf, eH as InternalDocument, eL as InternalDocumentUpdateByFilterOperation, eI as InternalDocumentUpdateOperation, e$ as InternalQueryOrdersRequest, f5 as InternalQueryOrdersResponse, eM as InternalUpdateExistingOperation, aL as InventoryAction, it as InventoryActionWithLiterals, fA as InventoryUpdateDetails, gg as InvoiceAdded, hr as InvoiceDates, hI as InvoiceDynamicPriceTotals, hg as InvoiceFields, gh as InvoiceSent, he as InvoiceSentEvent, aS as InvoiceStatus, iA as InvoiceStatusWithLiterals, hG as InvoicesPayment, fu as ItemChangedDetails, dV as ItemMetadata, bm as ItemModifier, b4 as ItemTaxFullDetails, b2 as ItemType, a8 as ItemTypeItemType, b3 as ItemTypeItemTypeDataOneOf, hR as ItemTypeItemTypeWithLiterals, hA as ItemizedFee, aa as JurisdictionType, hT as JurisdictionTypeWithLiterals, ht as LineItem, c5 as LineItemAmount, b$ as LineItemChanges, fE as LineItemDelta, fF as LineItemDeltaDeltaOneOf, bP as LineItemDiscount, bX as LineItemExchangeData, hx as LineItemMetaData, c1 as LineItemPriceChange, c0 as LineItemQuantityChange, am as LineItemQuantityChangeType, i2 as LineItemQuantityChangeTypeWithLiterals, dh as LineItemRefund, ew as LineItemRefundSummary, hv as LineItemTax, b6 as LineItemTaxBreakdown, b5 as LineItemTaxInfo, gx as LineItemUpdate, hs as LineItems, hy as Locale, cO as Location, bg as LocationAndQuantity, c6 as ManagedAdditionalFee, c3 as ManagedDiscount, c2 as ManagedLineItem, ax as ManuallyRefundableReason, id as ManuallyRefundableReasonWithLiterals, gE as MarkAsFulfilledRequest, gF as MarkAsFulfilledResponse, gL as MarkAsUnfulfilledRequest, gM as MarkAsUnfulfilledResponse, dS as MarkOrderAsPaidRequest, gz as MarkOrderAsSeenByHumanRequest, gA as MarkOrderAsSeenByHumanResponse, g1 as MaskedOrderLineItem, e2 as MembershipChargeItem, e3 as MembershipName, eo as MembershipPaymentDetails, cj as MembershipPaymentRefund, aF as MembershipPaymentStatus, im as MembershipPaymentStatusWithLiterals, bT as MerchantComment, bL as MerchantDiscount, bM as MerchantDiscountMerchantDiscountReasonOneOf, dI as MessageEnvelope, hH as MetaData, bk as ModifierGroup, bW as NewExchangeOrderCreated, aw as NonRefundableReason, ic as NonRefundableReasonWithLiterals, aJ as OrderApprovalStrategy, ir as OrderApprovalStrategyWithLiterals, cP as OrderApproved, ga as OrderCanceled, gC as OrderCanceledEventOrderCanceled, bZ as OrderChange, b_ as OrderChangeValueOneOf, fg as OrderCreateNotifications, bV as OrderCreatedFromExchange, ff as OrderCreationSettings, fB as OrderDeltasCommitted, g8 as OrderFulfilled, cS as OrderItemsRestocked, aT as OrderLineItem, ft as OrderLineItemChangedDetails, g9 as OrderNotFulfilled, g7 as OrderPaid, gm as OrderPartiallyPaid, gn as OrderPending, g6 as OrderPlaced, bU as OrderRefunded, go as OrderRejected, cR as OrderRejectedEventOrderRejected, hP as OrderSearchSpec, aj as OrderStatus, bH as OrderTaxBreakdown, bG as OrderTaxInfo, ea as OrderTransactions, cQ as OrdersExperiments, eb as Payment, cs as PaymentCanceled, ct as PaymentCanceledPaymentDetailsOneOf, au as PaymentCollectabilityStatus, ia as PaymentCollectabilityStatusWithLiterals, cu as PaymentDeclined, cv as PaymentDeclinedPaymentDetailsOneOf, a9 as PaymentOptionType, hS as PaymentOptionTypeWithLiterals, ec as PaymentPaymentDetailsOneOf, cn as PaymentPending, co as PaymentPendingPaymentDetailsOneOf, ed as PaymentReceiptInfoOneOf, cl as PaymentRefundFailed, ck as PaymentRefunded, ae as PaymentStatus, gW as PaymentStatusUpdated, hX as PaymentStatusWithLiterals, hF as Payments, hl as Phone, b1 as PhysicalProperties, bB as PickupAddress, bA as PickupDetails, ai as PickupMethod, h$ as PickupMethodWithLiterals, gl as PickupReadyEmailSent, aM as Placement, iu as PlacementWithLiterals, a_ as PlainTextValue, f3 as PlatformPaging, f6 as PlatformPagingMetadata, f0 as PlatformQuery, f1 as PlatformQueryPagingMethodOneOf, dL as PreparePaymentCollectionRequest, ds as PreviewBuyerConfirmationEmailRequest, dt as PreviewBuyerConfirmationEmailResponse, dq as PreviewBuyerPaymentsReceivedEmailRequest, dr as PreviewBuyerPaymentsReceivedEmailResponse, du as PreviewBuyerPickupConfirmationEmailRequest, dv as PreviewBuyerPickupConfirmationEmailResponse, dl as PreviewCancelEmailRequest, dm as PreviewCancelEmailResponse, dn as PreviewCancelRefundEmailRequest, dp as PreviewCancelRefundEmailResponse, dc as PreviewEmailByTypeRequest, dd as PreviewEmailByTypeResponse, aq as PreviewEmailType, i6 as PreviewEmailTypeWithLiterals, de as PreviewRefundEmailRequest, dk as PreviewRefundEmailResponse, dy as PreviewResendDownloadLinksEmailRequest, dz as PreviewResendDownloadLinksEmailResponse, dw as PreviewShippingConfirmationEmailRequest, dx as PreviewShippingConfirmationEmailResponse, bf as PriceDescription, bq as PriceSummary, aU as ProductName, gr as PublicActivityContentOneOf, f8 as QueryOrderRequest, f9 as QueryOrderResponse, hj as QuotesAddress, aC as Reason, ij as ReasonWithLiterals, cw as ReceiptCreated, cx as ReceiptCreatedReceiptInfoOneOf, cA as ReceiptSent, cB as ReceiptSentReceiptInfoOneOf, dQ as RecordManuallyCollectedPaymentRequest, dR as RecordManuallyCollectedPaymentResponse, dM as RedirectUrls, er as Refund, df as RefundDetails, ce as RefundInitiated, dg as RefundItem, ev as RefundItemsBreakdown, e7 as RefundSideEffects, aG as RefundStatus, et as RefundStatusInfo, io as RefundStatusWithLiterals, es as RefundTransaction, dZ as Refundability, d_ as RefundabilityAdditionalRefundabilityInfoOneOf, av as RefundableStatus, ib as RefundableStatusWithLiterals, cm as RefundedAsStoreCredit, cf as RefundedPayment, cg as RefundedPaymentKindOneOf, cp as RegularPayment, ee as RegularPaymentDetails, ef as RegularPaymentDetailsPaymentMethodDetailsOneOf, cq as RegularPaymentPaymentMethodDetailsOneOf, ch as RegularPaymentRefund, hd as Reschedule, e8 as RestockInfo, e9 as RestockItem, ay as RestockType, ie as RestockTypeWithLiterals, dD as RestoreInfo, ca as SavedPaymentMethod, as as ScheduledAction, i8 as ScheduledActionWithLiterals, fa as SearchOrdersRequest, cU as SendBuyerConfirmationEmailRequest, cV as SendBuyerConfirmationEmailResponse, cW as SendBuyerPaymentsReceivedEmailRequest, cX as SendBuyerPaymentsReceivedEmailResponse, cY as SendBuyerPickupConfirmationEmailRequest, cZ as SendBuyerPickupConfirmationEmailResponse, d0 as SendBuyerShippingConfirmationEmailRequest, d1 as SendBuyerShippingConfirmationEmailResponse, d6 as SendCancelRefundEmailRequest, d7 as SendCancelRefundEmailResponse, d4 as SendMerchantOrderReceivedNotificationRequest, d5 as SendMerchantOrderReceivedNotificationResponse, da as SendMerchantOrderReceivedPushRequest, db as SendMerchantOrderReceivedPushResponse, d8 as SendRefundEmailRequest, d9 as SendRefundEmailResponse, e4 as ServiceProperties, gj as ShippingAddressEdited, gf as ShippingConfirmationEmailSent, c9 as ShippingInformation, c8 as ShippingInformationChange, bD as ShippingPrice, dj as ShippingRefund, bE as ShippingRegion, eX as SnapshotMessage, aI as SortOrder, iq as SortOrderWithLiterals, f2 as Sorting, hw as Source, aO as SourceType, iw as SourceTypeWithLiterals, hq as StandardDetails, bt as StreetAddress, hp as Subdivision, aN as SubdivisionType, iv as SubdivisionTypeWithLiterals, ba as SubscriptionDescription, ab as SubscriptionFrequency, hU as SubscriptionFrequencyWithLiterals, b8 as SubscriptionInfo, bb as SubscriptionSettings, b9 as SubscriptionTitle, cN as TagList, cM as Tags, h7 as Task, h9 as TaskAction, ha as TaskActionActionOneOf, h8 as TaskKey, bF as TaxSummary, bh as TaxableAddress, bi as TaxableAddressTaxableAddressDataOneOf, ad as TaxableAddressType, hW as TaxableAddressTypeWithLiterals, hz as TotalPrice, c7 as TotalPriceChange, ge as TrackingLinkAdded, gc as TrackingNumberAdded, gd as TrackingNumberEdited, az as TransactionStatus, ig as TransactionStatusWithLiterals, bl as TranslatableString, c4 as TranslatedValue, e6 as TriggerRefundRequest, eT as TriggerReindexOrderRequest, eQ as TriggerReindexRequest, eR as TriggerReindexResponse, hM as TriggerSideEffectsFromLegacyData, fM as UnArchiveOrderRequest, fN as UnArchiveOrderResponse, gu as UpdateActivityRequest, fZ as UpdateBillingContactDetailsRequest, f_ as UpdateBillingContactDetailsResponse, fV as UpdateBuyerEmailRequest, fW as UpdateBuyerEmailResponse, fS as UpdateBuyerInfoRequest, fU as UpdateBuyerInfoResponse, eF as UpdateInternalDocumentsEvent, eG as UpdateInternalDocumentsEventOperationOneOf, gw as UpdateLineItemsDescriptionLinesRequest, gy as UpdateLineItemsDescriptionLinesResponse, f$ as UpdateOrderLineItemRequest, g0 as UpdateOrderLineItemsRequest, g2 as UpdateOrderLineItemsResponse, fi as UpdateOrderRequest, fj as UpdateOrderResponse, fX as UpdateOrderShippingAddressRequest, fY as UpdateOrderShippingAddressResponse, gD as UpdateOrderStatusRequest, gX as V1BulkMarkOrdersAsPaidRequest, gY as V1BulkMarkOrdersAsPaidResponse, gZ as V1CreatePaymentGatewayOrderRequest, g_ as V1CreatePaymentGatewayOrderResponse, fr as V1LineItemDelta, fs as V1LineItemDeltaDeltaOneOf, gU as V1MarkOrderAsPaidRequest, gV as V1MarkOrderAsPaidResponse, cT as V1RestockItem, el as V1ScheduledAction, bx as V1ShippingInformation, hK as Value, aQ as ValueType, iy as ValueTypeWithLiterals, bw as VatId, ah as VatType, h_ as VatTypeWithLiterals, eO as VersionedDeleteByIdsOperation, eP as VersionedDocumentId, eN as VersionedDocumentUpdateOperation, aH as VersioningMode, ip as VersioningModeWithLiterals, eB as VoidAuthorizedPaymentsRequest, ar as WebhookIdentityType, i7 as WebhookIdentityTypeWithLiterals, ag as WeightUnit, hZ as WeightUnitWithLiterals, cy as WixReceipt, ep as WixReceiptInfo } from './ecom-v1-order-orders.universal-BIDprMe0.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-8LlSaeAr.mjs';
3
+ export { dG 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, cK as AdditionalFee, fy as AdditionalFeeDelta, fz as AdditionalFeeDeltaDeltaOneOf, di as AdditionalFeeRefund, bs as Address, hl as AddressDescription, bu as AddressLocation, br as AddressWithContact, ac as AdjustmentType, hW as AdjustmentTypeWithLiterals, h2 as AggregateOrdersRequest, eu as AggregatedRefundSummary, dW 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, ej as AuthorizationActionFailureDetails, ei as AuthorizationCapture, aA as AuthorizationCaptureStatus, ii as AuthorizationCaptureStatusWithLiterals, eh as AuthorizationDetails, ek as AuthorizationVoid, aB as AuthorizationVoidStatus, ij as AuthorizationVoidStatusWithLiterals, cc as AuthorizedPaymentCaptured, cb as AuthorizedPaymentCreated, cd as AuthorizedPaymentVoided, cJ as Balance, cI as BalanceSummary, hO as BaseEventMetadata, eS as BatchOfTriggerReindexOrderRequest, hv as BigDecimalWrapper, bd as BillingAdjustment, be as BillingAdjustmentPriceSummary, dX 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, dT as BulkMarkOrdersAsPaidRequest, dU as BulkOrderResult, c_ as BulkSendBuyerPickupConfirmationEmailsRequest, c$ as BulkSendBuyerPickupConfirmationEmailsResponse, d2 as BulkSendBuyerShippingConfirmationEmailsRequest, d3 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, ey as CalculateRefundItemRequest, eA as CalculateRefundItemResponse, ex as CalculateRefundRequest, ez as CalculateRefundResponse, hF as CalculatedTax, hE as CalculatedTaxes, hd as Cancel, gC as CancelOrderRequest, eC as CaptureAuthorizedPaymentsRequest, aV as CatalogReference, cG as ChannelInfo, ap as ChannelType, i6 as ChannelTypeWithLiterals, e1 as ChargeMembershipsRequest, e5 as ChargeMembershipsResponse, eD as ChargeSavedPaymentMethodRequest, eE as ChargeSavedPaymentMethodResponse, em as Chargeback, cC as ChargebackCreated, cD as ChargebackReversed, aE as ChargebackStatus, im as ChargebackStatusWithLiterals, e0 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, d$ as CreatePaymentGatewayOrderRequest, cE as CreatedBy, cF as CreatedByStringOneOf, cr as CreditCardDetails, eg as CreditCardPaymentMethodDetails, bp as CurrencyConversionDetails, f5 as CursorPaging, fe as CursorPagingMetadata, fc as CursorSearch, fd as CursorSearchPagingMethodOneOf, f8 as Cursors, bS as CustomActivity, cH as CustomField, aP as CustomFieldGroup, iy as CustomFieldGroupWithLiterals, hK as CustomFieldValue, hi as Customer, h4 as DecrementData, h3 as DecrementItemsQuantityRequest, h5 as DecrementItemsQuantityResponse, dN as DelayedCaptureSettings, gw as DeleteActivityRequest, eK as DeleteByFilterOperation, eJ 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, dA as DomainEvent, dB 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, dO as Duration, at as DurationUnit, ia as DurationUnitWithLiterals, hj as Email, gl as EmailEdited, dH as Empty, dC as EntityCreatedEvent, dF as EntityDeletedEvent, dE as EntityUpdatedEvent, eW as ErrorInformation, hP as EventMetadata, bj as ExtendedFields, cz as ExternalReceipt, eq as ExternalReceiptInfo, b0 as FocalPoint, bc as FreeTrialPeriod, gj as FulfillerEmailSent, af as FulfillmentStatus, gH as FulfillmentStatusUpdated, hZ as FulfillmentStatusWithLiterals, cL as FulfillmentStatusesAggregate, bv as FullAddressContactDetails, e_ as GetOrderRequest, e$ as GetOrderResponse, dP as GetPaymentCollectabilityStatusRequest, dY as GetRefundabilityStatusRequest, h0 as GetShipmentsRequest, h1 as GetShipmentsResponse, en as GiftCardPaymentDetails, ci as GiftCardPaymentRefund, hg as IdAndVersion, dJ as IdentificationData, dK as IdentificationDataIdOneOf, eZ as IndexingMessage, g5 as InternalActivity, g6 as InternalActivityContentOneOf, eH as InternalDocument, eL as InternalDocumentUpdateByFilterOperation, eI as InternalDocumentUpdateOperation, f0 as InternalQueryOrdersRequest, f6 as InternalQueryOrdersResponse, eM 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, dV 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, c5 as LineItemAmount, b$ as LineItemChanges, fF as LineItemDelta, fG as LineItemDeltaDeltaOneOf, bP as LineItemDiscount, bX as LineItemExchangeData, hy as LineItemMetaData, c1 as LineItemPriceChange, eU as LineItemProductNameChange, c0 as LineItemQuantityChange, am as LineItemQuantityChangeType, i3 as LineItemQuantityChangeTypeWithLiterals, dh as LineItemRefund, ew as LineItemRefundSummary, hw as LineItemTax, b6 as LineItemTaxBreakdown, b5 as LineItemTaxInfo, gy as LineItemUpdate, ht as LineItems, hz as Locale, cO as Location, bg as LocationAndQuantity, c6 as ManagedAdditionalFee, c3 as ManagedDiscount, c2 as ManagedLineItem, ax as ManuallyRefundableReason, ie as ManuallyRefundableReasonWithLiterals, gF as MarkAsFulfilledRequest, gG as MarkAsFulfilledResponse, gM as MarkAsUnfulfilledRequest, gN as MarkAsUnfulfilledResponse, dS as MarkOrderAsPaidRequest, gA as MarkOrderAsSeenByHumanRequest, gB as MarkOrderAsSeenByHumanResponse, g2 as MaskedOrderLineItem, e2 as MembershipChargeItem, e3 as MembershipName, eo as MembershipPaymentDetails, cj as MembershipPaymentRefund, aF as MembershipPaymentStatus, io as MembershipPaymentStatusWithLiterals, bT as MerchantComment, bL as MerchantDiscount, bM as MerchantDiscountMerchantDiscountReasonOneOf, dI as MessageEnvelope, hI as MetaData, bk as ModifierGroup, bW as NewExchangeOrderCreated, aw as NonRefundableReason, id as NonRefundableReasonWithLiterals, aJ as OrderApprovalStrategy, is as OrderApprovalStrategyWithLiterals, cP 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, cS 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, cR as OrderRejectedEventOrderRejected, hQ as OrderSearchSpec, aj as OrderStatus, bH as OrderTaxBreakdown, bG as OrderTaxInfo, ea as OrderTransactions, cQ as OrdersExperiments, eb as Payment, cs as PaymentCanceled, ct as PaymentCanceledPaymentDetailsOneOf, au as PaymentCollectabilityStatus, ib as PaymentCollectabilityStatusWithLiterals, cu as PaymentDeclined, cv as PaymentDeclinedPaymentDetailsOneOf, a9 as PaymentOptionType, hT as PaymentOptionTypeWithLiterals, ec as PaymentPaymentDetailsOneOf, cn as PaymentPending, co as PaymentPendingPaymentDetailsOneOf, ed as PaymentReceiptInfoOneOf, cl as PaymentRefundFailed, ck 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, dL as PreparePaymentCollectionRequest, ds as PreviewBuyerConfirmationEmailRequest, dt as PreviewBuyerConfirmationEmailResponse, dq as PreviewBuyerPaymentsReceivedEmailRequest, dr as PreviewBuyerPaymentsReceivedEmailResponse, du as PreviewBuyerPickupConfirmationEmailRequest, dv as PreviewBuyerPickupConfirmationEmailResponse, dl as PreviewCancelEmailRequest, dm as PreviewCancelEmailResponse, dn as PreviewCancelRefundEmailRequest, dp as PreviewCancelRefundEmailResponse, dc as PreviewEmailByTypeRequest, dd as PreviewEmailByTypeResponse, aq as PreviewEmailType, i7 as PreviewEmailTypeWithLiterals, de as PreviewRefundEmailRequest, dk as PreviewRefundEmailResponse, dy as PreviewResendDownloadLinksEmailRequest, dz as PreviewResendDownloadLinksEmailResponse, dw as PreviewShippingConfirmationEmailRequest, dx 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, cw as ReceiptCreated, cx as ReceiptCreatedReceiptInfoOneOf, cA as ReceiptSent, cB as ReceiptSentReceiptInfoOneOf, dQ as RecordManuallyCollectedPaymentRequest, dR as RecordManuallyCollectedPaymentResponse, dM as RedirectUrls, er as Refund, df as RefundDetails, ce as RefundInitiated, dg as RefundItem, ev as RefundItemsBreakdown, e7 as RefundSideEffects, aG as RefundStatus, et as RefundStatusInfo, ip as RefundStatusWithLiterals, es as RefundTransaction, dZ as Refundability, d_ as RefundabilityAdditionalRefundabilityInfoOneOf, av as RefundableStatus, ic as RefundableStatusWithLiterals, cm as RefundedAsStoreCredit, cf as RefundedPayment, cg as RefundedPaymentKindOneOf, cp as RegularPayment, ee as RegularPaymentDetails, ef as RegularPaymentDetailsPaymentMethodDetailsOneOf, cq as RegularPaymentPaymentMethodDetailsOneOf, ch as RegularPaymentRefund, he as Reschedule, e8 as RestockInfo, e9 as RestockItem, ay as RestockType, ig as RestockTypeWithLiterals, dD as RestoreInfo, ca as SavedPaymentMethod, as as ScheduledAction, i9 as ScheduledActionWithLiterals, fb as SearchOrdersRequest, cU as SendBuyerConfirmationEmailRequest, cV as SendBuyerConfirmationEmailResponse, cW as SendBuyerPaymentsReceivedEmailRequest, cX as SendBuyerPaymentsReceivedEmailResponse, cY as SendBuyerPickupConfirmationEmailRequest, cZ as SendBuyerPickupConfirmationEmailResponse, d0 as SendBuyerShippingConfirmationEmailRequest, d1 as SendBuyerShippingConfirmationEmailResponse, d6 as SendCancelRefundEmailRequest, d7 as SendCancelRefundEmailResponse, d4 as SendMerchantOrderReceivedNotificationRequest, d5 as SendMerchantOrderReceivedNotificationResponse, da as SendMerchantOrderReceivedPushRequest, db as SendMerchantOrderReceivedPushResponse, d8 as SendRefundEmailRequest, d9 as SendRefundEmailResponse, e4 as ServiceProperties, gk as ShippingAddressEdited, gg as ShippingConfirmationEmailSent, c9 as ShippingInformation, c8 as ShippingInformationChange, bD as ShippingPrice, dj 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, cN as TagList, cM 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, c7 as TotalPriceChange, gf as TrackingLinkAdded, gd as TrackingNumberAdded, ge as TrackingNumberEdited, az as TransactionStatus, ih as TransactionStatusWithLiterals, bl as TranslatableString, c4 as TranslatedValue, e6 as TriggerRefundRequest, eT as TriggerReindexOrderRequest, eQ as TriggerReindexRequest, eR 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, eF as UpdateInternalDocumentsEvent, eG 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, cT as V1RestockItem, el as V1ScheduledAction, bx as V1ShippingInformation, hL as Value, aQ as ValueType, iz as ValueTypeWithLiterals, bw as VatId, ah as VatType, h$ as VatTypeWithLiterals, eO as VersionedDeleteByIdsOperation, eP as VersionedDocumentId, eN as VersionedDocumentUpdateOperation, aH as VersioningMode, iq as VersioningModeWithLiterals, eB as VoidAuthorizedPaymentsRequest, ar as WebhookIdentityType, i8 as WebhookIdentityTypeWithLiterals, ag as WeightUnit, h_ as WeightUnitWithLiterals, cy as WixReceipt, ep as WixReceiptInfo } from './ecom-v1-order-orders.universal-8LlSaeAr.mjs';
4
4
 
5
5
  declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
6
6
  interface PreparePaymentCollectionSignature {
@@ -25,12 +25,6 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
25
25
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
26
26
  function resolveComWixEcomOrdersV1OrdersUrl(opts) {
27
27
  const domainToMappings = {
28
- "manage._base_domain_": [
29
- {
30
- srcPath: "/_api/ecom-orders",
31
- destPath: ""
32
- }
33
- ],
34
28
  "www.wixapis.com": [
35
29
  {
36
30
  srcPath: "/ecom/v1/bulk/orders",