@wix/auto_sdk_ecom_orders 1.0.97 → 1.0.98

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