@wix/auto_sdk_ecom_orders 1.0.214 → 1.0.215

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 (29) hide show
  1. package/build/cjs/{ecom-v1-order-orders.universal-CX4cZSmz.d.ts → ecom-v1-order-orders.universal-BcNTJGtz.d.ts} +13 -1
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +14 -2
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/es/{ecom-v1-order-orders.universal-CX4cZSmz.d.mts → ecom-v1-order-orders.universal-BcNTJGtz.d.mts} +13 -1
  9. package/build/es/index.d.mts +2 -2
  10. package/build/es/index.mjs.map +1 -1
  11. package/build/es/index.typings.d.mts +2 -2
  12. package/build/es/index.typings.mjs.map +1 -1
  13. package/build/es/meta.d.mts +14 -2
  14. package/build/es/meta.mjs.map +1 -1
  15. package/build/internal/cjs/{ecom-v1-order-orders.universal-CFyKGaZT.d.ts → ecom-v1-order-orders.universal-CXkVGmyu.d.ts} +21 -1
  16. package/build/internal/cjs/index.d.ts +2 -2
  17. package/build/internal/cjs/index.js.map +1 -1
  18. package/build/internal/cjs/index.typings.d.ts +2 -2
  19. package/build/internal/cjs/index.typings.js.map +1 -1
  20. package/build/internal/cjs/meta.d.ts +14 -2
  21. package/build/internal/cjs/meta.js.map +1 -1
  22. package/build/internal/es/{ecom-v1-order-orders.universal-CFyKGaZT.d.mts → ecom-v1-order-orders.universal-CXkVGmyu.d.mts} +21 -1
  23. package/build/internal/es/index.d.mts +2 -2
  24. package/build/internal/es/index.mjs.map +1 -1
  25. package/build/internal/es/index.typings.d.mts +2 -2
  26. package/build/internal/es/index.typings.mjs.map +1 -1
  27. package/build/internal/es/meta.d.mts +14 -2
  28. package/build/internal/es/meta.mjs.map +1 -1
  29. package/package.json +2 -2
@@ -2884,6 +2884,14 @@ interface BalanceSummary {
2884
2884
  * @readonly
2885
2885
  */
2886
2886
  totalMinusPlatformFees?: Price;
2887
+ /**
2888
+ * The total adjustment applied to the cash payment due to rounding.
2889
+ *
2890
+ * Positive values indicate the total was rounded up; negative values indicate it was rounded down.
2891
+ * @internal
2892
+ * @readonly
2893
+ */
2894
+ cashRoundingAdjustment?: CashRounding;
2887
2895
  }
2888
2896
  /**
2889
2897
  * Order balance. Reflects amount left to be paid on order and is calculated dynamically. Can be negative per balance definition.
@@ -6025,6 +6033,18 @@ interface ChargeSavedPaymentMethodResponse {
6025
6033
  /** Payment gateway's order ID (e.g Wix Payments) */
6026
6034
  paymentGatewayOrderId?: string;
6027
6035
  }
6036
+ interface CashRounding {
6037
+ /**
6038
+ * Amount, can be negative or positive.
6039
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000 }
6040
+ */
6041
+ amount?: string;
6042
+ /**
6043
+ * Amount formatted with currency symbol.
6044
+ * @readonly
6045
+ */
6046
+ formattedAmount?: string;
6047
+ }
6028
6048
  interface DiffmatokyPayload {
6029
6049
  left?: string;
6030
6050
  right?: string;
@@ -9405,4 +9425,4 @@ interface BulkUpdateOrderTagsOptions {
9405
9425
  unassignTags?: TagsTags;
9406
9426
  }
9407
9427
 
9408
- export { type CancelOrderResponse as $, type MaskedOrder as A, type BulkDeleteImportedOrdersOptions as B, type CreatePaymentGatewayOrderResponse as C, type BulkUpdateOrdersOptions as D, type BulkUpdateOrdersResponse as E, type UpdateOrderLineItemIdentifiers as F, type GetPaymentCollectabilityStatusResponse as G, type UpdateOrderLineItem as H, type ImportOrderResponse as I, type UpdateOrderLineItemResponse as J, type PublicActivity as K, type AddActivityResponse as L, type MarkOrderAsPaidResponse as M, type AddActivitiesOptions as N, type Order as O, type Price as P, type AddActivitiesResponse as Q, type RecordManuallyCollectedPaymentOptions as R, type SetOrderNumberCounterOptions as S, type TriggerRefundOptions as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, type UpdateActivityIdentifiers as W, type UpdateActivityResponse as X, type DeleteActivityIdentifiers as Y, type DeleteActivityResponse as Z, type CancelOrderOptions as _, type SetOrderNumberCounterResponse as a, MembershipPaymentStatus as a$, type CancelOrderApplicationErrors as a0, type OrderStatusWithLiterals as a1, type UpdateOrderStatusResponse as a2, type UpdateOrderStatusApplicationErrors as a3, type AggregateOrdersOptions as a4, type AggregateOrdersResponse as a5, type BulkUpdateOrderTagsOptions as a6, type BulkUpdateOrderTagsResponse as a7, type OrderApprovedEnvelope as a8, type OrderCanceledEnvelope as a9, AdditionalFeeSource as aA, OrderActionType as aB, SpecificItemsCouponBehavior as aC, ChargeType as aD, DeltaPaymentOptionType as aE, InventoryAction as aF, WebhookIdentityType as aG, VersioningMode as aH, PreviewEmailType as aI, State as aJ, SiteCreatedContext as aK, Namespace as aL, DeleteStatus as aM, ScheduledAction as aN, DurationUnit as aO, PaymentCollectabilityStatus as aP, PredefinedPaymentMethod as aQ, RefundableStatus as aR, NonRefundableReason as aS, ManuallyRefundableReason as aT, RestockType as aU, TransactionStatus as aV, AuthorizationCaptureStatus as aW, AuthorizationVoidStatus as aX, Reason as aY, ActionType as aZ, ChargebackStatus as a_, type OrderCommittedEnvelope as aa, type OrderCreatedEnvelope as ab, type OrderFulfilledEnvelope as ac, type OrderPaymentStatusUpdatedEnvelope as ad, type OrderUpdatedEnvelope as ae, DescriptionLineType as af, DimensionsUnit as ag, ItemTypePreset as ah, PaymentOptionType as ai, JurisdictionType as aj, SubscriptionFrequency as ak, AdjustmentType as al, TaxableAddressType as am, PaymentStatus as an, FulfillmentStatus as ao, WeightUnit as ap, VatType as aq, PickupMethod as ar, OrderStatus as as, DiscountType as at, DiscountReason as au, LineItemQuantityChangeType as av, ActivityType as aw, OrderActivityTypeEnumActivityType as ax, AttributionSource as ay, ChannelType as az, type BulkDeleteImportedOrdersResponse as b, type OrderTaxBreakdown as b$, RefundStatus as b0, SortOrder as b1, OrderApprovalStrategy as b2, Placement as b3, SubdivisionType as b4, SourceType as b5, CustomFieldGroup as b6, ValueType as b7, DepositType as b8, InvoiceStatus as b9, type LocationAndQuantity as bA, type TaxableAddress as bB, type TaxableAddressTaxableAddressDataOneOf as bC, type ExtendedFields as bD, type ModifierGroup as bE, type TranslatableString as bF, type ItemModifier as bG, type BuyerInfo as bH, type BuyerInfoIdOneOf as bI, type CurrencyConversionDetails as bJ, type PriceSummary as bK, type AddressWithContact as bL, type Address as bM, type StreetAddress as bN, type AddressLocation as bO, type FullAddressContactDetails as bP, type VatId as bQ, type V1ShippingInformation as bR, type DeliveryLogistics as bS, type DeliveryLogisticsAddressOneOf as bT, type PickupDetails as bU, type PickupAddress as bV, type DeliveryTimeSlot as bW, type ShippingPrice as bX, type ShippingRegion as bY, type TaxSummary as bZ, type OrderTaxInfo as b_, type OrderLineItem as ba, type ProductName as bb, type CatalogReference as bc, type DescriptionLine as bd, type DescriptionLineValueOneOf as be, type DescriptionLineDescriptionLineValueOneOf as bf, type DescriptionLineName as bg, type PlainTextValue as bh, type Color as bi, type FocalPoint as bj, type PhysicalProperties as bk, type Dimensions as bl, type ItemType as bm, type ItemTypeItemTypeDataOneOf as bn, type ItemTaxFullDetails as bo, type LineItemTaxInfo as bp, type LineItemTaxBreakdown as bq, type DigitalFile as br, type SubscriptionInfo as bs, type SubscriptionTitle as bt, type SubscriptionDescription as bu, type SubscriptionSettings as bv, type FreeTrialPeriod as bw, type BillingAdjustment as bx, type BillingAdjustmentPriceSummary as by, type PriceDescription as bz, type PreparePaymentCollectionOptions as c, type ChargebackCreated as c$, type AppliedDiscount as c0, type AppliedDiscountDiscountSourceOneOf as c1, type Coupon as c2, type MerchantDiscount as c3, type MerchantDiscountMerchantDiscountReasonOneOf as c4, type DiscountRule as c5, type DiscountRuleName as c6, type LineItemDiscount as c7, type ItemCombination as c8, type ItemCombinationLineItem as c9, type AuthorizedPaymentCreated as cA, type AuthorizedPaymentCaptured as cB, type AuthorizedPaymentVoided as cC, type RefundInitiated as cD, type RefundedPayment as cE, type RefundedPaymentKindOneOf as cF, type RegularPaymentRefund as cG, type GiftCardPaymentRefund as cH, type MembershipPaymentRefund as cI, type PaymentRefunded as cJ, type PaymentRefundFailed as cK, type RefundedAsStoreCredit as cL, type PaymentPending as cM, type PaymentPendingPaymentDetailsOneOf as cN, type RegularPayment as cO, type RegularPaymentPaymentMethodDetailsOneOf as cP, type CreditCardDetails as cQ, type PaymentCanceled as cR, type PaymentCanceledPaymentDetailsOneOf as cS, type PaymentDeclined as cT, type PaymentDeclinedPaymentDetailsOneOf as cU, type ReceiptCreated as cV, type ReceiptCreatedReceiptInfoOneOf as cW, type WixReceipt as cX, type ExternalReceipt as cY, type ReceiptSent as cZ, type ReceiptSentReceiptInfoOneOf as c_, type Activity as ca, type ActivityContentOneOf as cb, type CustomActivity as cc, type MerchantComment as cd, type OrderRefunded as ce, type OrderCreatedFromExchange as cf, type NewExchangeOrderCreated as cg, type LineItemExchangeData as ch, type DraftOrderChangesApplied as ci, type OrderChange as cj, type OrderChangeValueOneOf as ck, type LineItemChanges as cl, type LineItemQuantityChange as cm, type LineItemPriceChange as cn, type LineItemProductNameChange as co, type LineItemDescriptionLineChange as cp, type LineItemModifiersChange as cq, type ManagedLineItem as cr, type ManagedDiscount as cs, type TranslatedValue as ct, type LineItemAmount as cu, type ManagedAdditionalFee as cv, type TotalPriceChange as cw, type ShippingInformationChange as cx, type ShippingInformation as cy, type SavedPaymentMethod as cz, type PreparePaymentCollectionResponse as d, type DeleteByIdsOperation as d$, type ChargebackReversed as d0, type CreatedBy as d1, type CreatedByStringOneOf as d2, type ChannelInfo as d3, type CustomField as d4, type BalanceSummary as d5, type Balance as d6, type AdditionalFee as d7, type FulfillmentStatusesAggregate as d8, type Tags as d9, type OrderLineItemChangedDetails as dA, type LineItemDelta as dB, type LineItemDeltaDeltaOneOf as dC, type AppliedDiscountDelta as dD, type AppliedDiscountDeltaDeltaOneOf as dE, type AdditionalFeeDelta as dF, type AdditionalFeeDeltaDeltaOneOf as dG, type DraftOrderCommitSettings as dH, type InventoryUpdateDetails as dI, type ImportOrderRequest as dJ, type SetOrderNumberCounterRequest as dK, type BulkDeleteImportedOrdersRequest as dL, type DomainEvent as dM, type DomainEventBodyOneOf as dN, type EntityCreatedEvent as dO, type RestoreInfo as dP, type EntityUpdatedEvent as dQ, type EntityDeletedEvent as dR, type ActionEvent as dS, type MessageEnvelope as dT, type IdentificationData as dU, type IdentificationDataIdOneOf as dV, type AccountInfo as dW, type UpdateInternalDocumentsEvent as dX, type UpdateInternalDocumentsEventOperationOneOf as dY, type InternalDocument as dZ, type InternalDocumentUpdateOperation as d_, type TagList as da, type Location as db, type OrderSettings as dc, type OrderSettingsAllowedActionsOneOf as dd, type OrderSettingsEditableByOneOf as de, type CustomAllowedActions as df, type OwnerApps as dg, type FormInfo as dh, type FormIdentifier as di, type PlatformFeeSummary as dj, type PlatformFee as dk, type OrderApproved as dl, type OrdersExperiments as dm, type OrderRejectedEventOrderRejected as dn, type OrderItemsRestocked as dp, type V1RestockItem as dq, type OrderImported as dr, type ImportedOrderDeleted as ds, type PaymentStatusUpdated as dt, type FulfillmentStatusUpdated as du, type OrderCanceledEventOrderCanceled as dv, type OrderDeltasCommitted as dw, type CommittedDiffs as dx, type CommittedDiffsShippingUpdateInfoOneOf as dy, type ItemChangedDetails as dz, type PreparePaymentCollectionApplicationErrors as e, type SitePublished as e$, type DeleteByFilterOperation as e0, type InternalDocumentUpdateByFilterOperation as e1, type InternalUpdateExistingOperation as e2, type VersionedDocumentUpdateOperation as e3, type VersionedDeleteByIdsOperation as e4, type VersionedDocumentId as e5, type TriggerReindexRequest as e6, type TriggerReindexResponse as e7, type Empty as e8, type TriggerReindexOrderRequest as e9, type RefundItem as eA, type LineItemRefund as eB, type AdditionalFeeRefund as eC, type ShippingRefund as eD, type PreviewRefundEmailResponse as eE, type PreviewCancelEmailRequest as eF, type PreviewCancelEmailResponse as eG, type PreviewCancelRefundEmailRequest as eH, type PreviewCancelRefundEmailResponse as eI, type PreviewBuyerPaymentsReceivedEmailRequest as eJ, type PreviewBuyerPaymentsReceivedEmailResponse as eK, type PreviewBuyerConfirmationEmailRequest as eL, type PreviewBuyerConfirmationEmailResponse as eM, type PreviewBuyerPickupConfirmationEmailRequest as eN, type PreviewBuyerPickupConfirmationEmailResponse as eO, type PreviewShippingConfirmationEmailRequest as eP, type PreviewShippingConfirmationEmailResponse as eQ, type PreviewResendDownloadLinksEmailRequest as eR, type PreviewResendDownloadLinksEmailResponse as eS, type MetaSiteSpecialEvent as eT, type MetaSiteSpecialEventPayloadOneOf as eU, type Asset as eV, type SiteCreated as eW, type SiteTransferred as eX, type SiteDeleted as eY, type DeleteContext as eZ, type SiteUndeleted as e_, type SendBuyerConfirmationEmailRequest as ea, type SendBuyerConfirmationEmailResponse as eb, type SendBuyerPaymentsReceivedEmailRequest as ec, type SendBuyerPaymentsReceivedEmailResponse as ed, type SendBuyerPickupConfirmationEmailRequest as ee, type SendBuyerPickupConfirmationEmailResponse as ef, type BulkSendBuyerPickupConfirmationEmailsRequest as eg, type BulkSendBuyerPickupConfirmationEmailsResponse as eh, type SendBuyerShippingConfirmationEmailRequest as ei, type SendBuyerShippingConfirmationEmailResponse as ej, type BulkSendBuyerShippingConfirmationEmailsRequest as ek, type BulkSendBuyerShippingConfirmationEmailsResponse as el, type SendMerchantOrderReceivedNotificationRequest as em, type SendMerchantOrderReceivedNotificationResponse as en, type SendCancelRefundEmailRequest as eo, type SendCancelRefundEmailResponse as ep, type SendRefundEmailRequest as eq, type SendRefundEmailResponse as er, type SendFulfillmentEmailRequest as es, type SendFulfillmentEmailResponse as et, type SendMerchantOrderReceivedPushRequest as eu, type SendMerchantOrderReceivedPushResponse as ev, type PreviewEmailByTypeRequest as ew, type PreviewEmailByTypeResponse as ex, type PreviewRefundEmailRequest as ey, type RefundDetails as ez, type RecordManuallyCollectedPaymentApplicationErrors as f, type RegularPaymentDetails as f$, type SiteUnpublished as f0, type SiteMarkedAsTemplate as f1, type SiteMarkedAsWixSite as f2, type ServiceProvisioned as f3, type ServiceRemoved as f4, type SiteRenamed as f5, type SiteHardDeleted as f6, type NamespaceChanged as f7, type StudioAssigned as f8, type StudioUnassigned as f9, type UserDefinedPaymentMethodName as fA, type UserDefinedPaymentMethodNameKindOneOf as fB, type RecordManuallyCollectedPaymentResponse as fC, type MarkOrderAsPaidRequest as fD, type BulkMarkOrdersAsPaidRequest as fE, type BulkOrderResult as fF, type ItemMetadata as fG, type ApplicationError as fH, type BulkActionMetadata as fI, type GetRefundabilityStatusRequest as fJ, type Refundability as fK, type RefundabilityAdditionalRefundabilityInfoOneOf as fL, type CreatePaymentGatewayOrderRequest as fM, type ChargedBy as fN, type ChargeMembershipsRequest as fO, type MembershipChargeItem as fP, type MembershipName as fQ, type ServiceProperties as fR, type ChargeMembershipsResponse as fS, type TriggerRefundRequest as fT, type RefundSideEffects as fU, type RestockInfo as fV, type RestockItem as fW, type OrderTransactions as fX, type Payment as fY, type PaymentPaymentDetailsOneOf as fZ, type PaymentReceiptInfoOneOf as f_, type SiteUrlChanged as fa, type SitePurgedExternally as fb, type OdeditorAssigned as fc, type OdeditorUnassigned as fd, type PicassoAssigned as fe, type PicassoUnassigned as ff, type WixelAssigned as fg, type WixelUnassigned as fh, type StudioTwoAssigned as fi, type StudioTwoUnassigned as fj, type UserDomainMediaEnabled as fk, type UserDomainMediaDisabled as fl, type EditorlessAssigned as fm, type EditorlessUnassigned as fn, type HasCustomEmailConfigurationsRequest as fo, type HasCustomEmailConfigurationsResponse as fp, type AddToAutomationMigrationPopulationRequest as fq, type AddToAutomationMigrationPopulationResponse as fr, type IsInAutomationMigrationPopulationRequest as fs, type IsInAutomationMigrationPopulationResponse as ft, type PreparePaymentCollectionRequest as fu, type RedirectUrls as fv, type DelayedCaptureSettings as fw, type Duration as fx, type GetPaymentCollectabilityStatusRequest as fy, type RecordManuallyCollectedPaymentRequest as fz, type PaymentCollectionMarkOrderAsPaidOptions as g, type ArchiveOrderRequest as g$, type RegularPaymentDetailsPaymentMethodDetailsOneOf as g0, type CreditCardPaymentMethodDetails as g1, type AuthorizationDetails as g2, type AuthorizationCapture as g3, type AuthorizationActionFailureDetails as g4, type AuthorizationVoid as g5, type V1ScheduledAction as g6, type Chargeback as g7, type PaymentMethodName as g8, type GiftCardPaymentDetails as g9, type CursorPaging as gA, type InternalQueryOrdersResponse as gB, type PlatformPagingMetadata as gC, type Cursors as gD, type QueryOrderRequest as gE, type QueryOrderResponse as gF, type SearchOrdersRequest as gG, type CursorSearch as gH, type CursorSearchPagingMethodOneOf as gI, type CursorPagingMetadata as gJ, type CreateOrderRequest as gK, type OrderCreationSettings as gL, type OrderCreationSettingsEditableByOneOf as gM, type OrderCreateNotifications as gN, type CreateOrderResponse as gO, type UpdateOrderRequest as gP, type UpdateOrderResponse as gQ, type BulkUpdateOrdersRequest as gR, type CommitDeltasRequest as gS, type DraftOrderDiffs as gT, type DraftOrderDiffsShippingUpdateInfoOneOf as gU, type DraftOrderDiffsBuyerUpdateInfoOneOf as gV, type DraftOrderDiffsBillingUpdateInfoOneOf as gW, type DraftOrderDiffsRecipientUpdateInfoOneOf as gX, type V1LineItemDelta as gY, type V1LineItemDeltaDeltaOneOf as gZ, type CommitDeltasResponse as g_, type MembershipPaymentDetails as ga, type WixReceiptInfo as gb, type ExternalReceiptInfo as gc, type Refund as gd, type RefundTransaction as ge, type RefundStatusInfo as gf, type AggregatedRefundSummary as gg, type RefundItemsBreakdown as gh, type LineItemRefundSummary as gi, type CalculateRefundRequest as gj, type CalculateRefundItemRequest as gk, type CalculateRefundResponse as gl, type CalculateRefundItemResponse as gm, type VoidAuthorizedPaymentsRequest as gn, type CaptureAuthorizedPaymentsRequest as go, type ChargeSavedPaymentMethodRequest as gp, type ChargeSavedPaymentMethodResponse as gq, type DiffmatokyPayload as gr, type ErrorInformation as gs, type GetOrderRequest as gt, type GetOrderResponse as gu, type InternalQueryOrdersRequest as gv, type PlatformQuery as gw, type PlatformQueryPagingMethodOneOf as gx, type Sorting as gy, type PlatformPaging as gz, type PaymentCollectionMarkOrderAsPaidApplicationErrors as h, type BulkMarkAsFulfilledByFilterRequest as h$, type ArchiveOrderResponse as h0, type BulkArchiveOrdersRequest as h1, type BulkArchiveOrdersResponse as h2, type BulkArchiveOrdersByFilterRequest as h3, type BulkArchiveOrdersByFilterResponse as h4, type UnArchiveOrderRequest as h5, type UnArchiveOrderResponse as h6, type BulkUnArchiveOrdersRequest as h7, type BulkUnArchiveOrdersResponse as h8, type BulkUnArchiveOrdersByFilterRequest as h9, type ShippingConfirmationEmailSent as hA, type InvoiceAdded as hB, type InvoiceSent as hC, type FulfillerEmailSent as hD, type ShippingAddressEdited as hE, type EmailEdited as hF, type PickupReadyEmailSent as hG, type OrderPartiallyPaid as hH, type OrderPending as hI, type OrderRejected as hJ, type AddInternalActivityResponse as hK, type AddActivityRequest as hL, type PublicActivityContentOneOf as hM, type AddActivitiesRequest as hN, type UpdateActivityRequest as hO, type DeleteActivityRequest as hP, type UpdateLineItemsDescriptionLinesRequest as hQ, type LineItemUpdate as hR, type UpdateLineItemsDescriptionLinesResponse as hS, type MarkOrderAsSeenByHumanRequest as hT, type MarkOrderAsSeenByHumanResponse as hU, type CancelOrderRequest as hV, type UpdateOrderStatusRequest as hW, type MarkAsFulfilledRequest as hX, type MarkAsFulfilledResponse as hY, type BulkMarkAsFulfilledRequest as hZ, type BulkMarkAsFulfilledResponse as h_, type BulkUnArchiveOrdersByFilterResponse as ha, type UpdateBuyerInfoRequest as hb, type BuyerInfoUpdate as hc, type UpdateBuyerInfoResponse as hd, type UpdateBuyerEmailRequest as he, type UpdateBuyerEmailResponse as hf, type UpdateOrderShippingAddressRequest as hg, type UpdateOrderShippingAddressResponse as hh, type UpdateBillingContactDetailsRequest as hi, type UpdateBillingContactDetailsResponse as hj, type UpdateOrderLineItemRequest as hk, type UpdateOrderLineItemsRequest as hl, type MaskedOrderLineItem as hm, type UpdateOrderLineItemsResponse as hn, type AddInternalActivityRequest as ho, type InternalActivity as hp, type InternalActivityContentOneOf as hq, type OrderPlaced as hr, type OrderPaid as hs, type OrderFulfilled as ht, type OrderNotFulfilled as hu, type OrderCanceled as hv, type DownloadLinkSent as hw, type TrackingNumberAdded as hx, type TrackingNumberEdited as hy, type TrackingLinkAdded as hz, type BulkMarkOrdersAsPaidResponse as i, type CalculatedTax as i$, type BulkMarkAsFulfilledByFilterResponse as i0, type MarkAsUnfulfilledRequest as i1, type MarkAsUnfulfilledResponse as i2, type BulkMarkAsUnfulfilledRequest as i3, type BulkMarkAsUnfulfilledResponse as i4, type BulkMarkAsUnfulfilledByFilterRequest as i5, type BulkMarkAsUnfulfilledByFilterResponse as i6, type BulkSetBusinessLocationRequest as i7, type BulkSetBusinessLocationResponse as i8, type BulkSetBusinessLocationResult as i9, type Reschedule as iA, type InvoiceSentEvent as iB, type IdAndVersion as iC, type InvoiceFields as iD, type Customer as iE, type Email as iF, type QuotesAddress as iG, type AddressDescription as iH, type Phone as iI, type Company as iJ, type CommonAddress as iK, type CommonAddressStreetOneOf as iL, type Subdivision as iM, type StandardDetails as iN, type InvoiceDates as iO, type LineItems as iP, type LineItem as iQ, type BigDecimalWrapper as iR, type LineItemTax as iS, type Source as iT, type LineItemMetaData as iU, type Locale as iV, type TotalPrice as iW, type ItemizedFee as iX, type Discount as iY, type DiscountOneDiscountTypeOneOf as iZ, type CalculatedTaxes as i_, type V1MarkOrderAsPaidRequest as ia, type V1MarkOrderAsPaidResponse as ib, type V1BulkMarkOrdersAsPaidRequest as ic, type V1BulkMarkOrdersAsPaidResponse as id, type V1CreatePaymentGatewayOrderRequest as ie, type V1CreatePaymentGatewayOrderResponse as ig, type GetShipmentsRequest as ih, type GetShipmentsResponse as ii, type AggregateOrdersRequest as ij, type DecrementItemsQuantityRequest as ik, type DecrementData as il, type DecrementItemsQuantityResponse as im, type BulkUpdateOrderTagsRequest as io, type TagsTags as ip, type TagsTagList as iq, type BulkUpdateOrderTagsResult as ir, type SendOrderUpdatedDomainEventRequest as is, type SendOrderUpdatedDomainEventResponse as it, type Task as iu, type TaskKey as iv, type TaskAction as iw, type TaskActionActionOneOf as ix, type Complete as iy, type Cancel as iz, type GetRefundabilityStatusResponse as j, type PlacementWithLiterals as j$, type Payments as j0, type InvoicesPayment as j1, type MetaData as j2, type InvoiceDynamicPriceTotals as j3, type CustomFieldValue as j4, type Value as j5, type Deposit as j6, type BaseEventMetadata as j7, type EventMetadata as j8, type AccountInfoMetadata as j9, type DeltaPaymentOptionTypeWithLiterals as jA, type InventoryActionWithLiterals as jB, type WebhookIdentityTypeWithLiterals as jC, type VersioningModeWithLiterals as jD, type PreviewEmailTypeWithLiterals as jE, type StateWithLiterals as jF, type SiteCreatedContextWithLiterals as jG, type NamespaceWithLiterals as jH, type DeleteStatusWithLiterals as jI, type ScheduledActionWithLiterals as jJ, type DurationUnitWithLiterals as jK, type PaymentCollectabilityStatusWithLiterals as jL, type PredefinedPaymentMethodWithLiterals as jM, type RefundableStatusWithLiterals as jN, type NonRefundableReasonWithLiterals as jO, type ManuallyRefundableReasonWithLiterals as jP, type RestockTypeWithLiterals as jQ, type TransactionStatusWithLiterals as jR, type AuthorizationCaptureStatusWithLiterals as jS, type AuthorizationVoidStatusWithLiterals as jT, type ReasonWithLiterals as jU, type ActionTypeWithLiterals as jV, type ChargebackStatusWithLiterals as jW, type MembershipPaymentStatusWithLiterals as jX, type RefundStatusWithLiterals as jY, type SortOrderWithLiterals as jZ, type OrderApprovalStrategyWithLiterals as j_, type OrderSearchSpec as ja, utils as jb, type DescriptionLineTypeWithLiterals as jc, type DimensionsUnitWithLiterals as jd, type ItemTypePresetWithLiterals as je, type PaymentOptionTypeWithLiterals as jf, type JurisdictionTypeWithLiterals as jg, type SubscriptionFrequencyWithLiterals as jh, type AdjustmentTypeWithLiterals as ji, type TaxableAddressTypeWithLiterals as jj, type PaymentStatusWithLiterals as jk, type FulfillmentStatusWithLiterals as jl, type WeightUnitWithLiterals as jm, type VatTypeWithLiterals as jn, type PickupMethodWithLiterals as jo, type DiscountTypeWithLiterals as jp, type DiscountReasonWithLiterals as jq, type LineItemQuantityChangeTypeWithLiterals as jr, type ActivityTypeWithLiterals as js, type OrderActivityTypeEnumActivityTypeWithLiterals as jt, type AttributionSourceWithLiterals as ju, type ChannelTypeWithLiterals as jv, type AdditionalFeeSourceWithLiterals as jw, type OrderActionTypeWithLiterals as jx, type SpecificItemsCouponBehaviorWithLiterals as jy, type ChargeTypeWithLiterals as jz, type PaymentCollectionCreatePaymentGatewayOrderOptions as k, type SubdivisionTypeWithLiterals as k0, type SourceTypeWithLiterals as k1, type CustomFieldGroupWithLiterals as k2, type ValueTypeWithLiterals as k3, type DepositTypeWithLiterals as k4, type InvoiceStatusWithLiterals as k5, type CommonSearchWithEntityContext as k6, onOrderApproved as k7, onOrderCanceled as k8, onOrderCommitted as k9, deleteActivity as kA, cancelOrder as kB, updateOrderStatus as kC, aggregateOrders as kD, bulkUpdateOrderTags as kE, onOrderCreated as ka, onOrderFulfilled as kb, onOrderPaymentStatusUpdated as kc, onOrderUpdated as kd, importOrder as ke, setOrderNumberCounter as kf, bulkDeleteImportedOrders as kg, preparePaymentCollection as kh, getPaymentCollectabilityStatus as ki, recordManuallyCollectedPayment as kj, paymentCollectionMarkOrderAsPaid as kk, paymentCollectionBulkMarkOrdersAsPaid as kl, getRefundabilityStatus as km, paymentCollectionCreatePaymentGatewayOrder as kn, chargeMemberships as ko, triggerRefund as kp, voidAuthorizedPayments as kq, captureAuthorizedPayments as kr, getOrder as ks, createOrder as kt, updateOrder as ku, bulkUpdateOrders as kv, updateOrderLineItem as kw, addActivity as kx, addActivities as ky, updateActivity as kz, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as l, type ChargeMembershipsOptions as m, type PaymentRefund as n, type TriggerRefundResponse as o, type TriggerRefundApplicationErrors as p, type VoidAuthorizedPaymentsApplicationErrors as q, type PaymentCapture as r, type CaptureAuthorizedPaymentsResponse as s, type CaptureAuthorizedPaymentsApplicationErrors as t, type GetOrderApplicationErrors as u, type OrderSearch as v, type SearchOrdersResponse as w, type CreateOrderOptions as x, type CreateOrderApplicationErrors as y, type UpdateOrderApplicationErrors as z };
9428
+ export { type CancelOrderResponse as $, type MaskedOrder as A, type BulkDeleteImportedOrdersOptions as B, type CreatePaymentGatewayOrderResponse as C, type BulkUpdateOrdersOptions as D, type BulkUpdateOrdersResponse as E, type UpdateOrderLineItemIdentifiers as F, type GetPaymentCollectabilityStatusResponse as G, type UpdateOrderLineItem as H, type ImportOrderResponse as I, type UpdateOrderLineItemResponse as J, type PublicActivity as K, type AddActivityResponse as L, type MarkOrderAsPaidResponse as M, type AddActivitiesOptions as N, type Order as O, type Price as P, type AddActivitiesResponse as Q, type RecordManuallyCollectedPaymentOptions as R, type SetOrderNumberCounterOptions as S, type TriggerRefundOptions as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, type UpdateActivityIdentifiers as W, type UpdateActivityResponse as X, type DeleteActivityIdentifiers as Y, type DeleteActivityResponse as Z, type CancelOrderOptions as _, type SetOrderNumberCounterResponse as a, MembershipPaymentStatus as a$, type CancelOrderApplicationErrors as a0, type OrderStatusWithLiterals as a1, type UpdateOrderStatusResponse as a2, type UpdateOrderStatusApplicationErrors as a3, type AggregateOrdersOptions as a4, type AggregateOrdersResponse as a5, type BulkUpdateOrderTagsOptions as a6, type BulkUpdateOrderTagsResponse as a7, type OrderApprovedEnvelope as a8, type OrderCanceledEnvelope as a9, AdditionalFeeSource as aA, OrderActionType as aB, SpecificItemsCouponBehavior as aC, ChargeType as aD, DeltaPaymentOptionType as aE, InventoryAction as aF, WebhookIdentityType as aG, VersioningMode as aH, PreviewEmailType as aI, State as aJ, SiteCreatedContext as aK, Namespace as aL, DeleteStatus as aM, ScheduledAction as aN, DurationUnit as aO, PaymentCollectabilityStatus as aP, PredefinedPaymentMethod as aQ, RefundableStatus as aR, NonRefundableReason as aS, ManuallyRefundableReason as aT, RestockType as aU, TransactionStatus as aV, AuthorizationCaptureStatus as aW, AuthorizationVoidStatus as aX, Reason as aY, ActionType as aZ, ChargebackStatus as a_, type OrderCommittedEnvelope as aa, type OrderCreatedEnvelope as ab, type OrderFulfilledEnvelope as ac, type OrderPaymentStatusUpdatedEnvelope as ad, type OrderUpdatedEnvelope as ae, DescriptionLineType as af, DimensionsUnit as ag, ItemTypePreset as ah, PaymentOptionType as ai, JurisdictionType as aj, SubscriptionFrequency as ak, AdjustmentType as al, TaxableAddressType as am, PaymentStatus as an, FulfillmentStatus as ao, WeightUnit as ap, VatType as aq, PickupMethod as ar, OrderStatus as as, DiscountType as at, DiscountReason as au, LineItemQuantityChangeType as av, ActivityType as aw, OrderActivityTypeEnumActivityType as ax, AttributionSource as ay, ChannelType as az, type BulkDeleteImportedOrdersResponse as b, type OrderTaxBreakdown as b$, RefundStatus as b0, SortOrder as b1, OrderApprovalStrategy as b2, Placement as b3, SubdivisionType as b4, SourceType as b5, CustomFieldGroup as b6, ValueType as b7, DepositType as b8, InvoiceStatus as b9, type LocationAndQuantity as bA, type TaxableAddress as bB, type TaxableAddressTaxableAddressDataOneOf as bC, type ExtendedFields as bD, type ModifierGroup as bE, type TranslatableString as bF, type ItemModifier as bG, type BuyerInfo as bH, type BuyerInfoIdOneOf as bI, type CurrencyConversionDetails as bJ, type PriceSummary as bK, type AddressWithContact as bL, type Address as bM, type StreetAddress as bN, type AddressLocation as bO, type FullAddressContactDetails as bP, type VatId as bQ, type V1ShippingInformation as bR, type DeliveryLogistics as bS, type DeliveryLogisticsAddressOneOf as bT, type PickupDetails as bU, type PickupAddress as bV, type DeliveryTimeSlot as bW, type ShippingPrice as bX, type ShippingRegion as bY, type TaxSummary as bZ, type OrderTaxInfo as b_, type OrderLineItem as ba, type ProductName as bb, type CatalogReference as bc, type DescriptionLine as bd, type DescriptionLineValueOneOf as be, type DescriptionLineDescriptionLineValueOneOf as bf, type DescriptionLineName as bg, type PlainTextValue as bh, type Color as bi, type FocalPoint as bj, type PhysicalProperties as bk, type Dimensions as bl, type ItemType as bm, type ItemTypeItemTypeDataOneOf as bn, type ItemTaxFullDetails as bo, type LineItemTaxInfo as bp, type LineItemTaxBreakdown as bq, type DigitalFile as br, type SubscriptionInfo as bs, type SubscriptionTitle as bt, type SubscriptionDescription as bu, type SubscriptionSettings as bv, type FreeTrialPeriod as bw, type BillingAdjustment as bx, type BillingAdjustmentPriceSummary as by, type PriceDescription as bz, type PreparePaymentCollectionOptions as c, type ChargebackCreated as c$, type AppliedDiscount as c0, type AppliedDiscountDiscountSourceOneOf as c1, type Coupon as c2, type MerchantDiscount as c3, type MerchantDiscountMerchantDiscountReasonOneOf as c4, type DiscountRule as c5, type DiscountRuleName as c6, type LineItemDiscount as c7, type ItemCombination as c8, type ItemCombinationLineItem as c9, type AuthorizedPaymentCreated as cA, type AuthorizedPaymentCaptured as cB, type AuthorizedPaymentVoided as cC, type RefundInitiated as cD, type RefundedPayment as cE, type RefundedPaymentKindOneOf as cF, type RegularPaymentRefund as cG, type GiftCardPaymentRefund as cH, type MembershipPaymentRefund as cI, type PaymentRefunded as cJ, type PaymentRefundFailed as cK, type RefundedAsStoreCredit as cL, type PaymentPending as cM, type PaymentPendingPaymentDetailsOneOf as cN, type RegularPayment as cO, type RegularPaymentPaymentMethodDetailsOneOf as cP, type CreditCardDetails as cQ, type PaymentCanceled as cR, type PaymentCanceledPaymentDetailsOneOf as cS, type PaymentDeclined as cT, type PaymentDeclinedPaymentDetailsOneOf as cU, type ReceiptCreated as cV, type ReceiptCreatedReceiptInfoOneOf as cW, type WixReceipt as cX, type ExternalReceipt as cY, type ReceiptSent as cZ, type ReceiptSentReceiptInfoOneOf as c_, type Activity as ca, type ActivityContentOneOf as cb, type CustomActivity as cc, type MerchantComment as cd, type OrderRefunded as ce, type OrderCreatedFromExchange as cf, type NewExchangeOrderCreated as cg, type LineItemExchangeData as ch, type DraftOrderChangesApplied as ci, type OrderChange as cj, type OrderChangeValueOneOf as ck, type LineItemChanges as cl, type LineItemQuantityChange as cm, type LineItemPriceChange as cn, type LineItemProductNameChange as co, type LineItemDescriptionLineChange as cp, type LineItemModifiersChange as cq, type ManagedLineItem as cr, type ManagedDiscount as cs, type TranslatedValue as ct, type LineItemAmount as cu, type ManagedAdditionalFee as cv, type TotalPriceChange as cw, type ShippingInformationChange as cx, type ShippingInformation as cy, type SavedPaymentMethod as cz, type PreparePaymentCollectionResponse as d, type DeleteByIdsOperation as d$, type ChargebackReversed as d0, type CreatedBy as d1, type CreatedByStringOneOf as d2, type ChannelInfo as d3, type CustomField as d4, type BalanceSummary as d5, type Balance as d6, type AdditionalFee as d7, type FulfillmentStatusesAggregate as d8, type Tags as d9, type OrderLineItemChangedDetails as dA, type LineItemDelta as dB, type LineItemDeltaDeltaOneOf as dC, type AppliedDiscountDelta as dD, type AppliedDiscountDeltaDeltaOneOf as dE, type AdditionalFeeDelta as dF, type AdditionalFeeDeltaDeltaOneOf as dG, type DraftOrderCommitSettings as dH, type InventoryUpdateDetails as dI, type ImportOrderRequest as dJ, type SetOrderNumberCounterRequest as dK, type BulkDeleteImportedOrdersRequest as dL, type DomainEvent as dM, type DomainEventBodyOneOf as dN, type EntityCreatedEvent as dO, type RestoreInfo as dP, type EntityUpdatedEvent as dQ, type EntityDeletedEvent as dR, type ActionEvent as dS, type MessageEnvelope as dT, type IdentificationData as dU, type IdentificationDataIdOneOf as dV, type AccountInfo as dW, type UpdateInternalDocumentsEvent as dX, type UpdateInternalDocumentsEventOperationOneOf as dY, type InternalDocument as dZ, type InternalDocumentUpdateOperation as d_, type TagList as da, type Location as db, type OrderSettings as dc, type OrderSettingsAllowedActionsOneOf as dd, type OrderSettingsEditableByOneOf as de, type CustomAllowedActions as df, type OwnerApps as dg, type FormInfo as dh, type FormIdentifier as di, type PlatformFeeSummary as dj, type PlatformFee as dk, type OrderApproved as dl, type OrdersExperiments as dm, type OrderRejectedEventOrderRejected as dn, type OrderItemsRestocked as dp, type V1RestockItem as dq, type OrderImported as dr, type ImportedOrderDeleted as ds, type PaymentStatusUpdated as dt, type FulfillmentStatusUpdated as du, type OrderCanceledEventOrderCanceled as dv, type OrderDeltasCommitted as dw, type CommittedDiffs as dx, type CommittedDiffsShippingUpdateInfoOneOf as dy, type ItemChangedDetails as dz, type PreparePaymentCollectionApplicationErrors as e, type SitePublished as e$, type DeleteByFilterOperation as e0, type InternalDocumentUpdateByFilterOperation as e1, type InternalUpdateExistingOperation as e2, type VersionedDocumentUpdateOperation as e3, type VersionedDeleteByIdsOperation as e4, type VersionedDocumentId as e5, type TriggerReindexRequest as e6, type TriggerReindexResponse as e7, type Empty as e8, type TriggerReindexOrderRequest as e9, type RefundItem as eA, type LineItemRefund as eB, type AdditionalFeeRefund as eC, type ShippingRefund as eD, type PreviewRefundEmailResponse as eE, type PreviewCancelEmailRequest as eF, type PreviewCancelEmailResponse as eG, type PreviewCancelRefundEmailRequest as eH, type PreviewCancelRefundEmailResponse as eI, type PreviewBuyerPaymentsReceivedEmailRequest as eJ, type PreviewBuyerPaymentsReceivedEmailResponse as eK, type PreviewBuyerConfirmationEmailRequest as eL, type PreviewBuyerConfirmationEmailResponse as eM, type PreviewBuyerPickupConfirmationEmailRequest as eN, type PreviewBuyerPickupConfirmationEmailResponse as eO, type PreviewShippingConfirmationEmailRequest as eP, type PreviewShippingConfirmationEmailResponse as eQ, type PreviewResendDownloadLinksEmailRequest as eR, type PreviewResendDownloadLinksEmailResponse as eS, type MetaSiteSpecialEvent as eT, type MetaSiteSpecialEventPayloadOneOf as eU, type Asset as eV, type SiteCreated as eW, type SiteTransferred as eX, type SiteDeleted as eY, type DeleteContext as eZ, type SiteUndeleted as e_, type SendBuyerConfirmationEmailRequest as ea, type SendBuyerConfirmationEmailResponse as eb, type SendBuyerPaymentsReceivedEmailRequest as ec, type SendBuyerPaymentsReceivedEmailResponse as ed, type SendBuyerPickupConfirmationEmailRequest as ee, type SendBuyerPickupConfirmationEmailResponse as ef, type BulkSendBuyerPickupConfirmationEmailsRequest as eg, type BulkSendBuyerPickupConfirmationEmailsResponse as eh, type SendBuyerShippingConfirmationEmailRequest as ei, type SendBuyerShippingConfirmationEmailResponse as ej, type BulkSendBuyerShippingConfirmationEmailsRequest as ek, type BulkSendBuyerShippingConfirmationEmailsResponse as el, type SendMerchantOrderReceivedNotificationRequest as em, type SendMerchantOrderReceivedNotificationResponse as en, type SendCancelRefundEmailRequest as eo, type SendCancelRefundEmailResponse as ep, type SendRefundEmailRequest as eq, type SendRefundEmailResponse as er, type SendFulfillmentEmailRequest as es, type SendFulfillmentEmailResponse as et, type SendMerchantOrderReceivedPushRequest as eu, type SendMerchantOrderReceivedPushResponse as ev, type PreviewEmailByTypeRequest as ew, type PreviewEmailByTypeResponse as ex, type PreviewRefundEmailRequest as ey, type RefundDetails as ez, type RecordManuallyCollectedPaymentApplicationErrors as f, type RegularPaymentDetails as f$, type SiteUnpublished as f0, type SiteMarkedAsTemplate as f1, type SiteMarkedAsWixSite as f2, type ServiceProvisioned as f3, type ServiceRemoved as f4, type SiteRenamed as f5, type SiteHardDeleted as f6, type NamespaceChanged as f7, type StudioAssigned as f8, type StudioUnassigned as f9, type UserDefinedPaymentMethodName as fA, type UserDefinedPaymentMethodNameKindOneOf as fB, type RecordManuallyCollectedPaymentResponse as fC, type MarkOrderAsPaidRequest as fD, type BulkMarkOrdersAsPaidRequest as fE, type BulkOrderResult as fF, type ItemMetadata as fG, type ApplicationError as fH, type BulkActionMetadata as fI, type GetRefundabilityStatusRequest as fJ, type Refundability as fK, type RefundabilityAdditionalRefundabilityInfoOneOf as fL, type CreatePaymentGatewayOrderRequest as fM, type ChargedBy as fN, type ChargeMembershipsRequest as fO, type MembershipChargeItem as fP, type MembershipName as fQ, type ServiceProperties as fR, type ChargeMembershipsResponse as fS, type TriggerRefundRequest as fT, type RefundSideEffects as fU, type RestockInfo as fV, type RestockItem as fW, type OrderTransactions as fX, type Payment as fY, type PaymentPaymentDetailsOneOf as fZ, type PaymentReceiptInfoOneOf as f_, type SiteUrlChanged as fa, type SitePurgedExternally as fb, type OdeditorAssigned as fc, type OdeditorUnassigned as fd, type PicassoAssigned as fe, type PicassoUnassigned as ff, type WixelAssigned as fg, type WixelUnassigned as fh, type StudioTwoAssigned as fi, type StudioTwoUnassigned as fj, type UserDomainMediaEnabled as fk, type UserDomainMediaDisabled as fl, type EditorlessAssigned as fm, type EditorlessUnassigned as fn, type HasCustomEmailConfigurationsRequest as fo, type HasCustomEmailConfigurationsResponse as fp, type AddToAutomationMigrationPopulationRequest as fq, type AddToAutomationMigrationPopulationResponse as fr, type IsInAutomationMigrationPopulationRequest as fs, type IsInAutomationMigrationPopulationResponse as ft, type PreparePaymentCollectionRequest as fu, type RedirectUrls as fv, type DelayedCaptureSettings as fw, type Duration as fx, type GetPaymentCollectabilityStatusRequest as fy, type RecordManuallyCollectedPaymentRequest as fz, type PaymentCollectionMarkOrderAsPaidOptions as g, type CommitDeltasResponse as g$, type RegularPaymentDetailsPaymentMethodDetailsOneOf as g0, type CreditCardPaymentMethodDetails as g1, type AuthorizationDetails as g2, type AuthorizationCapture as g3, type AuthorizationActionFailureDetails as g4, type AuthorizationVoid as g5, type V1ScheduledAction as g6, type Chargeback as g7, type PaymentMethodName as g8, type GiftCardPaymentDetails as g9, type PlatformPaging as gA, type CursorPaging as gB, type InternalQueryOrdersResponse as gC, type PlatformPagingMetadata as gD, type Cursors as gE, type QueryOrderRequest as gF, type QueryOrderResponse as gG, type SearchOrdersRequest as gH, type CursorSearch as gI, type CursorSearchPagingMethodOneOf as gJ, type CursorPagingMetadata as gK, type CreateOrderRequest as gL, type OrderCreationSettings as gM, type OrderCreationSettingsEditableByOneOf as gN, type OrderCreateNotifications as gO, type CreateOrderResponse as gP, type UpdateOrderRequest as gQ, type UpdateOrderResponse as gR, type BulkUpdateOrdersRequest as gS, type CommitDeltasRequest as gT, type DraftOrderDiffs as gU, type DraftOrderDiffsShippingUpdateInfoOneOf as gV, type DraftOrderDiffsBuyerUpdateInfoOneOf as gW, type DraftOrderDiffsBillingUpdateInfoOneOf as gX, type DraftOrderDiffsRecipientUpdateInfoOneOf as gY, type V1LineItemDelta as gZ, type V1LineItemDeltaDeltaOneOf as g_, type MembershipPaymentDetails as ga, type WixReceiptInfo as gb, type ExternalReceiptInfo as gc, type Refund as gd, type RefundTransaction as ge, type RefundStatusInfo as gf, type AggregatedRefundSummary as gg, type RefundItemsBreakdown as gh, type LineItemRefundSummary as gi, type CalculateRefundRequest as gj, type CalculateRefundItemRequest as gk, type CalculateRefundResponse as gl, type CalculateRefundItemResponse as gm, type VoidAuthorizedPaymentsRequest as gn, type CaptureAuthorizedPaymentsRequest as go, type ChargeSavedPaymentMethodRequest as gp, type ChargeSavedPaymentMethodResponse as gq, type CashRounding as gr, type DiffmatokyPayload as gs, type ErrorInformation as gt, type GetOrderRequest as gu, type GetOrderResponse as gv, type InternalQueryOrdersRequest as gw, type PlatformQuery as gx, type PlatformQueryPagingMethodOneOf as gy, type Sorting as gz, type PaymentCollectionMarkOrderAsPaidApplicationErrors as h, type BulkMarkAsFulfilledResponse as h$, type ArchiveOrderRequest as h0, type ArchiveOrderResponse as h1, type BulkArchiveOrdersRequest as h2, type BulkArchiveOrdersResponse as h3, type BulkArchiveOrdersByFilterRequest as h4, type BulkArchiveOrdersByFilterResponse as h5, type UnArchiveOrderRequest as h6, type UnArchiveOrderResponse as h7, type BulkUnArchiveOrdersRequest as h8, type BulkUnArchiveOrdersResponse as h9, type TrackingLinkAdded as hA, type ShippingConfirmationEmailSent as hB, type InvoiceAdded as hC, type InvoiceSent as hD, type FulfillerEmailSent as hE, type ShippingAddressEdited as hF, type EmailEdited as hG, type PickupReadyEmailSent as hH, type OrderPartiallyPaid as hI, type OrderPending as hJ, type OrderRejected as hK, type AddInternalActivityResponse as hL, type AddActivityRequest as hM, type PublicActivityContentOneOf as hN, type AddActivitiesRequest as hO, type UpdateActivityRequest as hP, type DeleteActivityRequest as hQ, type UpdateLineItemsDescriptionLinesRequest as hR, type LineItemUpdate as hS, type UpdateLineItemsDescriptionLinesResponse as hT, type MarkOrderAsSeenByHumanRequest as hU, type MarkOrderAsSeenByHumanResponse as hV, type CancelOrderRequest as hW, type UpdateOrderStatusRequest as hX, type MarkAsFulfilledRequest as hY, type MarkAsFulfilledResponse as hZ, type BulkMarkAsFulfilledRequest as h_, type BulkUnArchiveOrdersByFilterRequest as ha, type BulkUnArchiveOrdersByFilterResponse as hb, type UpdateBuyerInfoRequest as hc, type BuyerInfoUpdate as hd, type UpdateBuyerInfoResponse as he, type UpdateBuyerEmailRequest as hf, type UpdateBuyerEmailResponse as hg, type UpdateOrderShippingAddressRequest as hh, type UpdateOrderShippingAddressResponse as hi, type UpdateBillingContactDetailsRequest as hj, type UpdateBillingContactDetailsResponse as hk, type UpdateOrderLineItemRequest as hl, type UpdateOrderLineItemsRequest as hm, type MaskedOrderLineItem as hn, type UpdateOrderLineItemsResponse as ho, type AddInternalActivityRequest as hp, type InternalActivity as hq, type InternalActivityContentOneOf as hr, type OrderPlaced as hs, type OrderPaid as ht, type OrderFulfilled as hu, type OrderNotFulfilled as hv, type OrderCanceled as hw, type DownloadLinkSent as hx, type TrackingNumberAdded as hy, type TrackingNumberEdited as hz, type BulkMarkOrdersAsPaidResponse as i, type CalculatedTaxes as i$, type BulkMarkAsFulfilledByFilterRequest as i0, type BulkMarkAsFulfilledByFilterResponse as i1, type MarkAsUnfulfilledRequest as i2, type MarkAsUnfulfilledResponse as i3, type BulkMarkAsUnfulfilledRequest as i4, type BulkMarkAsUnfulfilledResponse as i5, type BulkMarkAsUnfulfilledByFilterRequest as i6, type BulkMarkAsUnfulfilledByFilterResponse as i7, type BulkSetBusinessLocationRequest as i8, type BulkSetBusinessLocationResponse as i9, type Cancel as iA, type Reschedule as iB, type InvoiceSentEvent as iC, type IdAndVersion as iD, type InvoiceFields as iE, type Customer as iF, type Email as iG, type QuotesAddress as iH, type AddressDescription as iI, type Phone as iJ, type Company as iK, type CommonAddress as iL, type CommonAddressStreetOneOf as iM, type Subdivision as iN, type StandardDetails as iO, type InvoiceDates as iP, type LineItems as iQ, type LineItem as iR, type BigDecimalWrapper as iS, type LineItemTax as iT, type Source as iU, type LineItemMetaData as iV, type Locale as iW, type TotalPrice as iX, type ItemizedFee as iY, type Discount as iZ, type DiscountOneDiscountTypeOneOf as i_, type BulkSetBusinessLocationResult as ia, type V1MarkOrderAsPaidRequest as ib, type V1MarkOrderAsPaidResponse as ic, type V1BulkMarkOrdersAsPaidRequest as id, type V1BulkMarkOrdersAsPaidResponse as ie, type V1CreatePaymentGatewayOrderRequest as ig, type V1CreatePaymentGatewayOrderResponse as ih, type GetShipmentsRequest as ii, type GetShipmentsResponse as ij, type AggregateOrdersRequest as ik, type DecrementItemsQuantityRequest as il, type DecrementData as im, type DecrementItemsQuantityResponse as io, type BulkUpdateOrderTagsRequest as ip, type TagsTags as iq, type TagsTagList as ir, type BulkUpdateOrderTagsResult as is, type SendOrderUpdatedDomainEventRequest as it, type SendOrderUpdatedDomainEventResponse as iu, type Task as iv, type TaskKey as iw, type TaskAction as ix, type TaskActionActionOneOf as iy, type Complete as iz, type GetRefundabilityStatusResponse as j, type OrderApprovalStrategyWithLiterals as j$, type CalculatedTax as j0, type Payments as j1, type InvoicesPayment as j2, type MetaData as j3, type InvoiceDynamicPriceTotals as j4, type CustomFieldValue as j5, type Value as j6, type Deposit as j7, type BaseEventMetadata as j8, type EventMetadata as j9, type ChargeTypeWithLiterals as jA, type DeltaPaymentOptionTypeWithLiterals as jB, type InventoryActionWithLiterals as jC, type WebhookIdentityTypeWithLiterals as jD, type VersioningModeWithLiterals as jE, type PreviewEmailTypeWithLiterals as jF, type StateWithLiterals as jG, type SiteCreatedContextWithLiterals as jH, type NamespaceWithLiterals as jI, type DeleteStatusWithLiterals as jJ, type ScheduledActionWithLiterals as jK, type DurationUnitWithLiterals as jL, type PaymentCollectabilityStatusWithLiterals as jM, type PredefinedPaymentMethodWithLiterals as jN, type RefundableStatusWithLiterals as jO, type NonRefundableReasonWithLiterals as jP, type ManuallyRefundableReasonWithLiterals as jQ, type RestockTypeWithLiterals as jR, type TransactionStatusWithLiterals as jS, type AuthorizationCaptureStatusWithLiterals as jT, type AuthorizationVoidStatusWithLiterals as jU, type ReasonWithLiterals as jV, type ActionTypeWithLiterals as jW, type ChargebackStatusWithLiterals as jX, type MembershipPaymentStatusWithLiterals as jY, type RefundStatusWithLiterals as jZ, type SortOrderWithLiterals as j_, type AccountInfoMetadata as ja, type OrderSearchSpec as jb, utils as jc, type DescriptionLineTypeWithLiterals as jd, type DimensionsUnitWithLiterals as je, type ItemTypePresetWithLiterals as jf, type PaymentOptionTypeWithLiterals as jg, type JurisdictionTypeWithLiterals as jh, type SubscriptionFrequencyWithLiterals as ji, type AdjustmentTypeWithLiterals as jj, type TaxableAddressTypeWithLiterals as jk, type PaymentStatusWithLiterals as jl, type FulfillmentStatusWithLiterals as jm, type WeightUnitWithLiterals as jn, type VatTypeWithLiterals as jo, type PickupMethodWithLiterals as jp, type DiscountTypeWithLiterals as jq, type DiscountReasonWithLiterals as jr, type LineItemQuantityChangeTypeWithLiterals as js, type ActivityTypeWithLiterals as jt, type OrderActivityTypeEnumActivityTypeWithLiterals as ju, type AttributionSourceWithLiterals as jv, type ChannelTypeWithLiterals as jw, type AdditionalFeeSourceWithLiterals as jx, type OrderActionTypeWithLiterals as jy, type SpecificItemsCouponBehaviorWithLiterals as jz, type PaymentCollectionCreatePaymentGatewayOrderOptions as k, type PlacementWithLiterals as k0, type SubdivisionTypeWithLiterals as k1, type SourceTypeWithLiterals as k2, type CustomFieldGroupWithLiterals as k3, type ValueTypeWithLiterals as k4, type DepositTypeWithLiterals as k5, type InvoiceStatusWithLiterals as k6, type CommonSearchWithEntityContext as k7, onOrderApproved as k8, onOrderCanceled as k9, updateActivity as kA, deleteActivity as kB, cancelOrder as kC, updateOrderStatus as kD, aggregateOrders as kE, bulkUpdateOrderTags as kF, onOrderCommitted as ka, onOrderCreated as kb, onOrderFulfilled as kc, onOrderPaymentStatusUpdated as kd, onOrderUpdated as ke, importOrder as kf, setOrderNumberCounter as kg, bulkDeleteImportedOrders as kh, preparePaymentCollection as ki, getPaymentCollectabilityStatus as kj, recordManuallyCollectedPayment as kk, paymentCollectionMarkOrderAsPaid as kl, paymentCollectionBulkMarkOrdersAsPaid as km, getRefundabilityStatus as kn, paymentCollectionCreatePaymentGatewayOrder as ko, chargeMemberships as kp, triggerRefund as kq, voidAuthorizedPayments as kr, captureAuthorizedPayments as ks, getOrder as kt, createOrder as ku, updateOrder as kv, bulkUpdateOrders as kw, updateOrderLineItem as kx, addActivity as ky, addActivities as kz, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as l, type ChargeMembershipsOptions as m, type PaymentRefund as n, type TriggerRefundResponse as o, type TriggerRefundApplicationErrors as p, type VoidAuthorizedPaymentsApplicationErrors as q, type PaymentCapture as r, type CaptureAuthorizedPaymentsResponse as s, type CaptureAuthorizedPaymentsApplicationErrors as t, type GetOrderApplicationErrors as u, type OrderSearch as v, type SearchOrdersResponse as w, type CreateOrderOptions as x, type CreateOrderApplicationErrors as y, type UpdateOrderApplicationErrors as z };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { O as Order, I as ImportOrderResponse, S as SetOrderNumberCounterOptions, a as SetOrderNumberCounterResponse, B as BulkDeleteImportedOrdersOptions, b as BulkDeleteImportedOrdersResponse, P as Price, c as PreparePaymentCollectionOptions, d as PreparePaymentCollectionResponse, e as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, R as RecordManuallyCollectedPaymentOptions, f as RecordManuallyCollectedPaymentApplicationErrors, g as PaymentCollectionMarkOrderAsPaidOptions, M as MarkOrderAsPaidResponse, h as PaymentCollectionMarkOrderAsPaidApplicationErrors, i as BulkMarkOrdersAsPaidResponse, j as GetRefundabilityStatusResponse, k as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, l as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, m as ChargeMembershipsOptions, n as PaymentRefund, T as TriggerRefundOptions, o as TriggerRefundResponse, p as TriggerRefundApplicationErrors, V as VoidAuthorizedPaymentsResponse, q as VoidAuthorizedPaymentsApplicationErrors, r as PaymentCapture, s as CaptureAuthorizedPaymentsResponse, t as CaptureAuthorizedPaymentsApplicationErrors, u as GetOrderApplicationErrors, v as OrderSearch, w as SearchOrdersResponse, x as CreateOrderOptions, y as CreateOrderApplicationErrors, U as UpdateOrder, z as UpdateOrderApplicationErrors, A as MaskedOrder, D as BulkUpdateOrdersOptions, E as BulkUpdateOrdersResponse, F as UpdateOrderLineItemIdentifiers, H as UpdateOrderLineItem, J as UpdateOrderLineItemResponse, K as PublicActivity, L as AddActivityResponse, N as AddActivitiesOptions, Q as AddActivitiesResponse, W as UpdateActivityIdentifiers, X as UpdateActivityResponse, Y as DeleteActivityIdentifiers, Z as DeleteActivityResponse, _ as CancelOrderOptions, $ as CancelOrderResponse, a0 as CancelOrderApplicationErrors, a1 as OrderStatusWithLiterals, a2 as UpdateOrderStatusResponse, a3 as UpdateOrderStatusApplicationErrors, a4 as AggregateOrdersOptions, a5 as AggregateOrdersResponse, a6 as BulkUpdateOrderTagsOptions, a7 as BulkUpdateOrderTagsResponse, a8 as OrderApprovedEnvelope, a9 as OrderCanceledEnvelope, aa as OrderCommittedEnvelope, ab as OrderCreatedEnvelope, ac as OrderFulfilledEnvelope, ad as OrderPaymentStatusUpdatedEnvelope, ae as OrderUpdatedEnvelope } from './ecom-v1-order-orders.universal-CFyKGaZT.js';
3
- export { dW as AccountInfo, j9 as AccountInfoMetadata, dS as ActionEvent, aZ as ActionType, jV as ActionTypeWithLiterals, ca as Activity, cb as ActivityContentOneOf, aw as ActivityType, js as ActivityTypeWithLiterals, hN as AddActivitiesRequest, hL as AddActivityRequest, ho as AddInternalActivityRequest, hK as AddInternalActivityResponse, fq as AddToAutomationMigrationPopulationRequest, fr as AddToAutomationMigrationPopulationResponse, d7 as AdditionalFee, dF as AdditionalFeeDelta, dG as AdditionalFeeDeltaDeltaOneOf, eC as AdditionalFeeRefund, aA as AdditionalFeeSource, jw as AdditionalFeeSourceWithLiterals, bM as Address, iH as AddressDescription, bO as AddressLocation, bL as AddressWithContact, al as AdjustmentType, ji as AdjustmentTypeWithLiterals, ij as AggregateOrdersRequest, gg as AggregatedRefundSummary, fH as ApplicationError, c0 as AppliedDiscount, dD as AppliedDiscountDelta, dE as AppliedDiscountDeltaDeltaOneOf, c1 as AppliedDiscountDiscountSourceOneOf, g$ as ArchiveOrderRequest, h0 as ArchiveOrderResponse, eV as Asset, ay as AttributionSource, ju as AttributionSourceWithLiterals, g4 as AuthorizationActionFailureDetails, g3 as AuthorizationCapture, aW as AuthorizationCaptureStatus, jS as AuthorizationCaptureStatusWithLiterals, g2 as AuthorizationDetails, g5 as AuthorizationVoid, aX as AuthorizationVoidStatus, jT as AuthorizationVoidStatusWithLiterals, cB as AuthorizedPaymentCaptured, cA as AuthorizedPaymentCreated, cC as AuthorizedPaymentVoided, d6 as Balance, d5 as BalanceSummary, j7 as BaseEventMetadata, iR as BigDecimalWrapper, bx as BillingAdjustment, by as BillingAdjustmentPriceSummary, fI as BulkActionMetadata, h3 as BulkArchiveOrdersByFilterRequest, h4 as BulkArchiveOrdersByFilterResponse, h1 as BulkArchiveOrdersRequest, h2 as BulkArchiveOrdersResponse, dL as BulkDeleteImportedOrdersRequest, h$ as BulkMarkAsFulfilledByFilterRequest, i0 as BulkMarkAsFulfilledByFilterResponse, hZ as BulkMarkAsFulfilledRequest, h_ as BulkMarkAsFulfilledResponse, i5 as BulkMarkAsUnfulfilledByFilterRequest, i6 as BulkMarkAsUnfulfilledByFilterResponse, i3 as BulkMarkAsUnfulfilledRequest, i4 as BulkMarkAsUnfulfilledResponse, fE as BulkMarkOrdersAsPaidRequest, fF as BulkOrderResult, eg as BulkSendBuyerPickupConfirmationEmailsRequest, eh as BulkSendBuyerPickupConfirmationEmailsResponse, ek as BulkSendBuyerShippingConfirmationEmailsRequest, el as BulkSendBuyerShippingConfirmationEmailsResponse, i7 as BulkSetBusinessLocationRequest, i8 as BulkSetBusinessLocationResponse, i9 as BulkSetBusinessLocationResult, h9 as BulkUnArchiveOrdersByFilterRequest, ha as BulkUnArchiveOrdersByFilterResponse, h7 as BulkUnArchiveOrdersRequest, h8 as BulkUnArchiveOrdersResponse, io as BulkUpdateOrderTagsRequest, ir as BulkUpdateOrderTagsResult, gR as BulkUpdateOrdersRequest, bH as BuyerInfo, bI as BuyerInfoIdOneOf, hc as BuyerInfoUpdate, gk as CalculateRefundItemRequest, gm as CalculateRefundItemResponse, gj as CalculateRefundRequest, gl as CalculateRefundResponse, i$ as CalculatedTax, i_ as CalculatedTaxes, iz as Cancel, hV as CancelOrderRequest, go as CaptureAuthorizedPaymentsRequest, bc as CatalogReference, d3 as ChannelInfo, az as ChannelType, jv as ChannelTypeWithLiterals, fO as ChargeMembershipsRequest, fS as ChargeMembershipsResponse, gp as ChargeSavedPaymentMethodRequest, gq as ChargeSavedPaymentMethodResponse, aD as ChargeType, jz as ChargeTypeWithLiterals, g7 as Chargeback, c$ as ChargebackCreated, d0 as ChargebackReversed, a_ as ChargebackStatus, jW as ChargebackStatusWithLiterals, fN as ChargedBy, bi as Color, gS as CommitDeltasRequest, g_ as CommitDeltasResponse, dx as CommittedDiffs, dy as CommittedDiffsShippingUpdateInfoOneOf, iK as CommonAddress, iL as CommonAddressStreetOneOf, k6 as CommonSearchWithEntityContext, iJ as Company, iy as Complete, c2 as Coupon, gK as CreateOrderRequest, gO as CreateOrderResponse, fM as CreatePaymentGatewayOrderRequest, d1 as CreatedBy, d2 as CreatedByStringOneOf, cQ as CreditCardDetails, g1 as CreditCardPaymentMethodDetails, bJ as CurrencyConversionDetails, gA as CursorPaging, gJ as CursorPagingMetadata, gH as CursorSearch, gI as CursorSearchPagingMethodOneOf, gD as Cursors, cc as CustomActivity, df as CustomAllowedActions, d4 as CustomField, b6 as CustomFieldGroup, k2 as CustomFieldGroupWithLiterals, j4 as CustomFieldValue, iE as Customer, il as DecrementData, ik as DecrementItemsQuantityRequest, im as DecrementItemsQuantityResponse, fw as DelayedCaptureSettings, hP as DeleteActivityRequest, e0 as DeleteByFilterOperation, d$ as DeleteByIdsOperation, eZ as DeleteContext, aM as DeleteStatus, jI as DeleteStatusWithLiterals, bS as DeliveryLogistics, bT as DeliveryLogisticsAddressOneOf, bW as DeliveryTimeSlot, aE as DeltaPaymentOptionType, jA as DeltaPaymentOptionTypeWithLiterals, j6 as Deposit, b8 as DepositType, k4 as DepositTypeWithLiterals, bd as DescriptionLine, bf as DescriptionLineDescriptionLineValueOneOf, bg as DescriptionLineName, af as DescriptionLineType, jc as DescriptionLineTypeWithLiterals, be as DescriptionLineValueOneOf, gr as DiffmatokyPayload, br as DigitalFile, bl as Dimensions, ag as DimensionsUnit, jd as DimensionsUnitWithLiterals, iY as Discount, iZ as DiscountOneDiscountTypeOneOf, au as DiscountReason, jq as DiscountReasonWithLiterals, c5 as DiscountRule, c6 as DiscountRuleName, at as DiscountType, jp as DiscountTypeWithLiterals, dM as DomainEvent, dN as DomainEventBodyOneOf, hw as DownloadLinkSent, ci as DraftOrderChangesApplied, dH as DraftOrderCommitSettings, gT as DraftOrderDiffs, gW as DraftOrderDiffsBillingUpdateInfoOneOf, gV as DraftOrderDiffsBuyerUpdateInfoOneOf, gX as DraftOrderDiffsRecipientUpdateInfoOneOf, gU as DraftOrderDiffsShippingUpdateInfoOneOf, fx as Duration, aO as DurationUnit, jK as DurationUnitWithLiterals, fm as EditorlessAssigned, fn as EditorlessUnassigned, iF as Email, hF as EmailEdited, e8 as Empty, dO as EntityCreatedEvent, dR as EntityDeletedEvent, dQ as EntityUpdatedEvent, gs as ErrorInformation, j8 as EventMetadata, bD as ExtendedFields, cY as ExternalReceipt, gc as ExternalReceiptInfo, bj as FocalPoint, di as FormIdentifier, dh as FormInfo, bw as FreeTrialPeriod, hD as FulfillerEmailSent, ao as FulfillmentStatus, du as FulfillmentStatusUpdated, jl as FulfillmentStatusWithLiterals, d8 as FulfillmentStatusesAggregate, bP as FullAddressContactDetails, gt as GetOrderRequest, gu as GetOrderResponse, fy as GetPaymentCollectabilityStatusRequest, fJ as GetRefundabilityStatusRequest, ih as GetShipmentsRequest, ii as GetShipmentsResponse, g9 as GiftCardPaymentDetails, cH as GiftCardPaymentRefund, fo as HasCustomEmailConfigurationsRequest, fp as HasCustomEmailConfigurationsResponse, iC as IdAndVersion, dU as IdentificationData, dV as IdentificationDataIdOneOf, dJ as ImportOrderRequest, ds as ImportedOrderDeleted, hp as InternalActivity, hq as InternalActivityContentOneOf, dZ as InternalDocument, e1 as InternalDocumentUpdateByFilterOperation, d_ as InternalDocumentUpdateOperation, gv as InternalQueryOrdersRequest, gB as InternalQueryOrdersResponse, e2 as InternalUpdateExistingOperation, aF as InventoryAction, jB as InventoryActionWithLiterals, dI as InventoryUpdateDetails, hB as InvoiceAdded, iO as InvoiceDates, j3 as InvoiceDynamicPriceTotals, iD as InvoiceFields, hC as InvoiceSent, iB as InvoiceSentEvent, b9 as InvoiceStatus, k5 as InvoiceStatusWithLiterals, j1 as InvoicesPayment, fs as IsInAutomationMigrationPopulationRequest, ft as IsInAutomationMigrationPopulationResponse, dz as ItemChangedDetails, c8 as ItemCombination, c9 as ItemCombinationLineItem, fG as ItemMetadata, bG as ItemModifier, bo as ItemTaxFullDetails, bm as ItemType, bn as ItemTypeItemTypeDataOneOf, ah as ItemTypePreset, je as ItemTypePresetWithLiterals, iX as ItemizedFee, aj as JurisdictionType, jg as JurisdictionTypeWithLiterals, iQ as LineItem, cu as LineItemAmount, cl as LineItemChanges, dB as LineItemDelta, dC as LineItemDeltaDeltaOneOf, cp as LineItemDescriptionLineChange, c7 as LineItemDiscount, ch as LineItemExchangeData, iU as LineItemMetaData, cq as LineItemModifiersChange, cn as LineItemPriceChange, co as LineItemProductNameChange, cm as LineItemQuantityChange, av as LineItemQuantityChangeType, jr as LineItemQuantityChangeTypeWithLiterals, eB as LineItemRefund, gi as LineItemRefundSummary, iS as LineItemTax, bq as LineItemTaxBreakdown, bp as LineItemTaxInfo, hR as LineItemUpdate, iP as LineItems, iV as Locale, db as Location, bA as LocationAndQuantity, cv as ManagedAdditionalFee, cs as ManagedDiscount, cr as ManagedLineItem, aT as ManuallyRefundableReason, jP as ManuallyRefundableReasonWithLiterals, hX as MarkAsFulfilledRequest, hY as MarkAsFulfilledResponse, i1 as MarkAsUnfulfilledRequest, i2 as MarkAsUnfulfilledResponse, fD as MarkOrderAsPaidRequest, hT as MarkOrderAsSeenByHumanRequest, hU as MarkOrderAsSeenByHumanResponse, hm as MaskedOrderLineItem, fP as MembershipChargeItem, fQ as MembershipName, ga as MembershipPaymentDetails, cI as MembershipPaymentRefund, a$ as MembershipPaymentStatus, jX as MembershipPaymentStatusWithLiterals, cd as MerchantComment, c3 as MerchantDiscount, c4 as MerchantDiscountMerchantDiscountReasonOneOf, dT as MessageEnvelope, j2 as MetaData, eT as MetaSiteSpecialEvent, eU as MetaSiteSpecialEventPayloadOneOf, bE as ModifierGroup, aL as Namespace, f7 as NamespaceChanged, jH as NamespaceWithLiterals, cg as NewExchangeOrderCreated, aS as NonRefundableReason, jO as NonRefundableReasonWithLiterals, fc as OdeditorAssigned, fd as OdeditorUnassigned, aB as OrderActionType, jx as OrderActionTypeWithLiterals, ax as OrderActivityTypeEnumActivityType, jt as OrderActivityTypeEnumActivityTypeWithLiterals, b2 as OrderApprovalStrategy, j_ as OrderApprovalStrategyWithLiterals, dl as OrderApproved, hv as OrderCanceled, dv as OrderCanceledEventOrderCanceled, cj as OrderChange, ck as OrderChangeValueOneOf, gN as OrderCreateNotifications, cf as OrderCreatedFromExchange, gL as OrderCreationSettings, gM as OrderCreationSettingsEditableByOneOf, dw as OrderDeltasCommitted, ht as OrderFulfilled, dr as OrderImported, dp as OrderItemsRestocked, ba as OrderLineItem, dA as OrderLineItemChangedDetails, hu as OrderNotFulfilled, hs as OrderPaid, hH as OrderPartiallyPaid, hI as OrderPending, hr as OrderPlaced, ce as OrderRefunded, hJ as OrderRejected, dn as OrderRejectedEventOrderRejected, ja as OrderSearchSpec, dc as OrderSettings, dd as OrderSettingsAllowedActionsOneOf, de as OrderSettingsEditableByOneOf, as as OrderStatus, b$ as OrderTaxBreakdown, b_ as OrderTaxInfo, fX as OrderTransactions, dm as OrdersExperiments, dg as OwnerApps, fY as Payment, cR as PaymentCanceled, cS as PaymentCanceledPaymentDetailsOneOf, aP as PaymentCollectabilityStatus, jL as PaymentCollectabilityStatusWithLiterals, cT as PaymentDeclined, cU as PaymentDeclinedPaymentDetailsOneOf, g8 as PaymentMethodName, ai as PaymentOptionType, jf as PaymentOptionTypeWithLiterals, fZ as PaymentPaymentDetailsOneOf, cM as PaymentPending, cN as PaymentPendingPaymentDetailsOneOf, f_ as PaymentReceiptInfoOneOf, cK as PaymentRefundFailed, cJ as PaymentRefunded, an as PaymentStatus, dt as PaymentStatusUpdated, jk as PaymentStatusWithLiterals, j0 as Payments, iI as Phone, bk as PhysicalProperties, fe as PicassoAssigned, ff as PicassoUnassigned, bV as PickupAddress, bU as PickupDetails, ar as PickupMethod, jo as PickupMethodWithLiterals, hG as PickupReadyEmailSent, b3 as Placement, j$ as PlacementWithLiterals, bh as PlainTextValue, dk as PlatformFee, dj as PlatformFeeSummary, gz as PlatformPaging, gC as PlatformPagingMetadata, gw as PlatformQuery, gx as PlatformQueryPagingMethodOneOf, aQ as PredefinedPaymentMethod, jM as PredefinedPaymentMethodWithLiterals, fu as PreparePaymentCollectionRequest, eL as PreviewBuyerConfirmationEmailRequest, eM as PreviewBuyerConfirmationEmailResponse, eJ as PreviewBuyerPaymentsReceivedEmailRequest, eK as PreviewBuyerPaymentsReceivedEmailResponse, eN as PreviewBuyerPickupConfirmationEmailRequest, eO as PreviewBuyerPickupConfirmationEmailResponse, eF as PreviewCancelEmailRequest, eG as PreviewCancelEmailResponse, eH as PreviewCancelRefundEmailRequest, eI as PreviewCancelRefundEmailResponse, ew as PreviewEmailByTypeRequest, ex as PreviewEmailByTypeResponse, aI as PreviewEmailType, jE as PreviewEmailTypeWithLiterals, ey as PreviewRefundEmailRequest, eE as PreviewRefundEmailResponse, eR as PreviewResendDownloadLinksEmailRequest, eS as PreviewResendDownloadLinksEmailResponse, eP as PreviewShippingConfirmationEmailRequest, eQ as PreviewShippingConfirmationEmailResponse, bz as PriceDescription, bK as PriceSummary, bb as ProductName, hM as PublicActivityContentOneOf, gE as QueryOrderRequest, gF as QueryOrderResponse, iG as QuotesAddress, aY as Reason, jU as ReasonWithLiterals, cV as ReceiptCreated, cW as ReceiptCreatedReceiptInfoOneOf, cZ as ReceiptSent, c_ as ReceiptSentReceiptInfoOneOf, fz as RecordManuallyCollectedPaymentRequest, fC as RecordManuallyCollectedPaymentResponse, fv as RedirectUrls, gd as Refund, ez as RefundDetails, cD as RefundInitiated, eA as RefundItem, gh as RefundItemsBreakdown, fU as RefundSideEffects, b0 as RefundStatus, gf as RefundStatusInfo, jY as RefundStatusWithLiterals, ge as RefundTransaction, fK as Refundability, fL as RefundabilityAdditionalRefundabilityInfoOneOf, aR as RefundableStatus, jN as RefundableStatusWithLiterals, cL as RefundedAsStoreCredit, cE as RefundedPayment, cF as RefundedPaymentKindOneOf, cO as RegularPayment, f$ as RegularPaymentDetails, g0 as RegularPaymentDetailsPaymentMethodDetailsOneOf, cP as RegularPaymentPaymentMethodDetailsOneOf, cG as RegularPaymentRefund, iA as Reschedule, fV as RestockInfo, fW as RestockItem, aU as RestockType, jQ as RestockTypeWithLiterals, dP as RestoreInfo, cz as SavedPaymentMethod, aN as ScheduledAction, jJ as ScheduledActionWithLiterals, gG as SearchOrdersRequest, ea as SendBuyerConfirmationEmailRequest, eb as SendBuyerConfirmationEmailResponse, ec as SendBuyerPaymentsReceivedEmailRequest, ed as SendBuyerPaymentsReceivedEmailResponse, ee as SendBuyerPickupConfirmationEmailRequest, ef as SendBuyerPickupConfirmationEmailResponse, ei as SendBuyerShippingConfirmationEmailRequest, ej as SendBuyerShippingConfirmationEmailResponse, eo as SendCancelRefundEmailRequest, ep as SendCancelRefundEmailResponse, es as SendFulfillmentEmailRequest, et as SendFulfillmentEmailResponse, em as SendMerchantOrderReceivedNotificationRequest, en as SendMerchantOrderReceivedNotificationResponse, eu as SendMerchantOrderReceivedPushRequest, ev as SendMerchantOrderReceivedPushResponse, is as SendOrderUpdatedDomainEventRequest, it as SendOrderUpdatedDomainEventResponse, eq as SendRefundEmailRequest, er as SendRefundEmailResponse, fR as ServiceProperties, f3 as ServiceProvisioned, f4 as ServiceRemoved, dK as SetOrderNumberCounterRequest, hE as ShippingAddressEdited, hA as ShippingConfirmationEmailSent, cy as ShippingInformation, cx as ShippingInformationChange, bX as ShippingPrice, eD as ShippingRefund, bY as ShippingRegion, eW as SiteCreated, aK as SiteCreatedContext, jG as SiteCreatedContextWithLiterals, eY as SiteDeleted, f6 as SiteHardDeleted, f1 as SiteMarkedAsTemplate, f2 as SiteMarkedAsWixSite, e$ as SitePublished, fb as SitePurgedExternally, f5 as SiteRenamed, eX as SiteTransferred, e_ as SiteUndeleted, f0 as SiteUnpublished, fa as SiteUrlChanged, b1 as SortOrder, jZ as SortOrderWithLiterals, gy as Sorting, iT as Source, b5 as SourceType, k1 as SourceTypeWithLiterals, aC as SpecificItemsCouponBehavior, jy as SpecificItemsCouponBehaviorWithLiterals, iN as StandardDetails, aJ as State, jF as StateWithLiterals, bN as StreetAddress, f8 as StudioAssigned, fi as StudioTwoAssigned, fj as StudioTwoUnassigned, f9 as StudioUnassigned, iM as Subdivision, b4 as SubdivisionType, k0 as SubdivisionTypeWithLiterals, bu as SubscriptionDescription, ak as SubscriptionFrequency, jh as SubscriptionFrequencyWithLiterals, bs as SubscriptionInfo, bv as SubscriptionSettings, bt as SubscriptionTitle, da as TagList, d9 as Tags, iq as TagsTagList, ip as TagsTags, iu as Task, iw as TaskAction, ix as TaskActionActionOneOf, iv as TaskKey, bZ as TaxSummary, bB as TaxableAddress, bC as TaxableAddressTaxableAddressDataOneOf, am as TaxableAddressType, jj as TaxableAddressTypeWithLiterals, iW as TotalPrice, cw as TotalPriceChange, hz as TrackingLinkAdded, hx as TrackingNumberAdded, hy as TrackingNumberEdited, aV as TransactionStatus, jR as TransactionStatusWithLiterals, bF as TranslatableString, ct as TranslatedValue, fT as TriggerRefundRequest, e9 as TriggerReindexOrderRequest, e6 as TriggerReindexRequest, e7 as TriggerReindexResponse, h5 as UnArchiveOrderRequest, h6 as UnArchiveOrderResponse, hO as UpdateActivityRequest, hi as UpdateBillingContactDetailsRequest, hj as UpdateBillingContactDetailsResponse, he as UpdateBuyerEmailRequest, hf as UpdateBuyerEmailResponse, hb as UpdateBuyerInfoRequest, hd as UpdateBuyerInfoResponse, dX as UpdateInternalDocumentsEvent, dY as UpdateInternalDocumentsEventOperationOneOf, hQ as UpdateLineItemsDescriptionLinesRequest, hS as UpdateLineItemsDescriptionLinesResponse, hk as UpdateOrderLineItemRequest, hl as UpdateOrderLineItemsRequest, hn as UpdateOrderLineItemsResponse, gP as UpdateOrderRequest, gQ as UpdateOrderResponse, hg as UpdateOrderShippingAddressRequest, hh as UpdateOrderShippingAddressResponse, hW as UpdateOrderStatusRequest, fA as UserDefinedPaymentMethodName, fB as UserDefinedPaymentMethodNameKindOneOf, fl as UserDomainMediaDisabled, fk as UserDomainMediaEnabled, ic as V1BulkMarkOrdersAsPaidRequest, id as V1BulkMarkOrdersAsPaidResponse, ie as V1CreatePaymentGatewayOrderRequest, ig as V1CreatePaymentGatewayOrderResponse, gY as V1LineItemDelta, gZ as V1LineItemDeltaDeltaOneOf, ia as V1MarkOrderAsPaidRequest, ib as V1MarkOrderAsPaidResponse, dq as V1RestockItem, g6 as V1ScheduledAction, bR as V1ShippingInformation, j5 as Value, b7 as ValueType, k3 as ValueTypeWithLiterals, bQ as VatId, aq as VatType, jn as VatTypeWithLiterals, e4 as VersionedDeleteByIdsOperation, e5 as VersionedDocumentId, e3 as VersionedDocumentUpdateOperation, aH as VersioningMode, jD as VersioningModeWithLiterals, gn as VoidAuthorizedPaymentsRequest, aG as WebhookIdentityType, jC as WebhookIdentityTypeWithLiterals, ap as WeightUnit, jm as WeightUnitWithLiterals, cX as WixReceipt, gb as WixReceiptInfo, fg as WixelAssigned, fh as WixelUnassigned, jb as utils } from './ecom-v1-order-orders.universal-CFyKGaZT.js';
2
+ import { O as Order, I as ImportOrderResponse, S as SetOrderNumberCounterOptions, a as SetOrderNumberCounterResponse, B as BulkDeleteImportedOrdersOptions, b as BulkDeleteImportedOrdersResponse, P as Price, c as PreparePaymentCollectionOptions, d as PreparePaymentCollectionResponse, e as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, R as RecordManuallyCollectedPaymentOptions, f as RecordManuallyCollectedPaymentApplicationErrors, g as PaymentCollectionMarkOrderAsPaidOptions, M as MarkOrderAsPaidResponse, h as PaymentCollectionMarkOrderAsPaidApplicationErrors, i as BulkMarkOrdersAsPaidResponse, j as GetRefundabilityStatusResponse, k as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, l as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, m as ChargeMembershipsOptions, n as PaymentRefund, T as TriggerRefundOptions, o as TriggerRefundResponse, p as TriggerRefundApplicationErrors, V as VoidAuthorizedPaymentsResponse, q as VoidAuthorizedPaymentsApplicationErrors, r as PaymentCapture, s as CaptureAuthorizedPaymentsResponse, t as CaptureAuthorizedPaymentsApplicationErrors, u as GetOrderApplicationErrors, v as OrderSearch, w as SearchOrdersResponse, x as CreateOrderOptions, y as CreateOrderApplicationErrors, U as UpdateOrder, z as UpdateOrderApplicationErrors, A as MaskedOrder, D as BulkUpdateOrdersOptions, E as BulkUpdateOrdersResponse, F as UpdateOrderLineItemIdentifiers, H as UpdateOrderLineItem, J as UpdateOrderLineItemResponse, K as PublicActivity, L as AddActivityResponse, N as AddActivitiesOptions, Q as AddActivitiesResponse, W as UpdateActivityIdentifiers, X as UpdateActivityResponse, Y as DeleteActivityIdentifiers, Z as DeleteActivityResponse, _ as CancelOrderOptions, $ as CancelOrderResponse, a0 as CancelOrderApplicationErrors, a1 as OrderStatusWithLiterals, a2 as UpdateOrderStatusResponse, a3 as UpdateOrderStatusApplicationErrors, a4 as AggregateOrdersOptions, a5 as AggregateOrdersResponse, a6 as BulkUpdateOrderTagsOptions, a7 as BulkUpdateOrderTagsResponse, a8 as OrderApprovedEnvelope, a9 as OrderCanceledEnvelope, aa as OrderCommittedEnvelope, ab as OrderCreatedEnvelope, ac as OrderFulfilledEnvelope, ad as OrderPaymentStatusUpdatedEnvelope, ae as OrderUpdatedEnvelope } from './ecom-v1-order-orders.universal-CXkVGmyu.js';
3
+ export { dW as AccountInfo, ja as AccountInfoMetadata, dS as ActionEvent, aZ as ActionType, jW as ActionTypeWithLiterals, ca as Activity, cb as ActivityContentOneOf, aw as ActivityType, jt as ActivityTypeWithLiterals, hO as AddActivitiesRequest, hM as AddActivityRequest, hp as AddInternalActivityRequest, hL as AddInternalActivityResponse, fq as AddToAutomationMigrationPopulationRequest, fr as AddToAutomationMigrationPopulationResponse, d7 as AdditionalFee, dF as AdditionalFeeDelta, dG as AdditionalFeeDeltaDeltaOneOf, eC as AdditionalFeeRefund, aA as AdditionalFeeSource, jx as AdditionalFeeSourceWithLiterals, bM as Address, iI as AddressDescription, bO as AddressLocation, bL as AddressWithContact, al as AdjustmentType, jj as AdjustmentTypeWithLiterals, ik as AggregateOrdersRequest, gg as AggregatedRefundSummary, fH as ApplicationError, c0 as AppliedDiscount, dD as AppliedDiscountDelta, dE as AppliedDiscountDeltaDeltaOneOf, c1 as AppliedDiscountDiscountSourceOneOf, h0 as ArchiveOrderRequest, h1 as ArchiveOrderResponse, eV as Asset, ay as AttributionSource, jv as AttributionSourceWithLiterals, g4 as AuthorizationActionFailureDetails, g3 as AuthorizationCapture, aW as AuthorizationCaptureStatus, jT as AuthorizationCaptureStatusWithLiterals, g2 as AuthorizationDetails, g5 as AuthorizationVoid, aX as AuthorizationVoidStatus, jU as AuthorizationVoidStatusWithLiterals, cB as AuthorizedPaymentCaptured, cA as AuthorizedPaymentCreated, cC as AuthorizedPaymentVoided, d6 as Balance, d5 as BalanceSummary, j8 as BaseEventMetadata, iS as BigDecimalWrapper, bx as BillingAdjustment, by as BillingAdjustmentPriceSummary, fI as BulkActionMetadata, h4 as BulkArchiveOrdersByFilterRequest, h5 as BulkArchiveOrdersByFilterResponse, h2 as BulkArchiveOrdersRequest, h3 as BulkArchiveOrdersResponse, dL as BulkDeleteImportedOrdersRequest, i0 as BulkMarkAsFulfilledByFilterRequest, i1 as BulkMarkAsFulfilledByFilterResponse, h_ as BulkMarkAsFulfilledRequest, h$ as BulkMarkAsFulfilledResponse, i6 as BulkMarkAsUnfulfilledByFilterRequest, i7 as BulkMarkAsUnfulfilledByFilterResponse, i4 as BulkMarkAsUnfulfilledRequest, i5 as BulkMarkAsUnfulfilledResponse, fE as BulkMarkOrdersAsPaidRequest, fF as BulkOrderResult, eg as BulkSendBuyerPickupConfirmationEmailsRequest, eh as BulkSendBuyerPickupConfirmationEmailsResponse, ek as BulkSendBuyerShippingConfirmationEmailsRequest, el as BulkSendBuyerShippingConfirmationEmailsResponse, i8 as BulkSetBusinessLocationRequest, i9 as BulkSetBusinessLocationResponse, ia as BulkSetBusinessLocationResult, ha as BulkUnArchiveOrdersByFilterRequest, hb as BulkUnArchiveOrdersByFilterResponse, h8 as BulkUnArchiveOrdersRequest, h9 as BulkUnArchiveOrdersResponse, ip as BulkUpdateOrderTagsRequest, is as BulkUpdateOrderTagsResult, gS as BulkUpdateOrdersRequest, bH as BuyerInfo, bI as BuyerInfoIdOneOf, hd as BuyerInfoUpdate, gk as CalculateRefundItemRequest, gm as CalculateRefundItemResponse, gj as CalculateRefundRequest, gl as CalculateRefundResponse, j0 as CalculatedTax, i$ as CalculatedTaxes, iA as Cancel, hW as CancelOrderRequest, go as CaptureAuthorizedPaymentsRequest, gr as CashRounding, bc as CatalogReference, d3 as ChannelInfo, az as ChannelType, jw as ChannelTypeWithLiterals, fO as ChargeMembershipsRequest, fS as ChargeMembershipsResponse, gp as ChargeSavedPaymentMethodRequest, gq as ChargeSavedPaymentMethodResponse, aD as ChargeType, jA as ChargeTypeWithLiterals, g7 as Chargeback, c$ as ChargebackCreated, d0 as ChargebackReversed, a_ as ChargebackStatus, jX as ChargebackStatusWithLiterals, fN as ChargedBy, bi as Color, gT as CommitDeltasRequest, g$ as CommitDeltasResponse, dx as CommittedDiffs, dy as CommittedDiffsShippingUpdateInfoOneOf, iL as CommonAddress, iM as CommonAddressStreetOneOf, k7 as CommonSearchWithEntityContext, iK as Company, iz as Complete, c2 as Coupon, gL as CreateOrderRequest, gP as CreateOrderResponse, fM as CreatePaymentGatewayOrderRequest, d1 as CreatedBy, d2 as CreatedByStringOneOf, cQ as CreditCardDetails, g1 as CreditCardPaymentMethodDetails, bJ as CurrencyConversionDetails, gB as CursorPaging, gK as CursorPagingMetadata, gI as CursorSearch, gJ as CursorSearchPagingMethodOneOf, gE as Cursors, cc as CustomActivity, df as CustomAllowedActions, d4 as CustomField, b6 as CustomFieldGroup, k3 as CustomFieldGroupWithLiterals, j5 as CustomFieldValue, iF as Customer, im as DecrementData, il as DecrementItemsQuantityRequest, io as DecrementItemsQuantityResponse, fw as DelayedCaptureSettings, hQ as DeleteActivityRequest, e0 as DeleteByFilterOperation, d$ as DeleteByIdsOperation, eZ as DeleteContext, aM as DeleteStatus, jJ as DeleteStatusWithLiterals, bS as DeliveryLogistics, bT as DeliveryLogisticsAddressOneOf, bW as DeliveryTimeSlot, aE as DeltaPaymentOptionType, jB as DeltaPaymentOptionTypeWithLiterals, j7 as Deposit, b8 as DepositType, k5 as DepositTypeWithLiterals, bd as DescriptionLine, bf as DescriptionLineDescriptionLineValueOneOf, bg as DescriptionLineName, af as DescriptionLineType, jd as DescriptionLineTypeWithLiterals, be as DescriptionLineValueOneOf, gs as DiffmatokyPayload, br as DigitalFile, bl as Dimensions, ag as DimensionsUnit, je as DimensionsUnitWithLiterals, iZ as Discount, i_ as DiscountOneDiscountTypeOneOf, au as DiscountReason, jr as DiscountReasonWithLiterals, c5 as DiscountRule, c6 as DiscountRuleName, at as DiscountType, jq as DiscountTypeWithLiterals, dM as DomainEvent, dN as DomainEventBodyOneOf, hx as DownloadLinkSent, ci as DraftOrderChangesApplied, dH as DraftOrderCommitSettings, gU as DraftOrderDiffs, gX as DraftOrderDiffsBillingUpdateInfoOneOf, gW as DraftOrderDiffsBuyerUpdateInfoOneOf, gY as DraftOrderDiffsRecipientUpdateInfoOneOf, gV as DraftOrderDiffsShippingUpdateInfoOneOf, fx as Duration, aO as DurationUnit, jL as DurationUnitWithLiterals, fm as EditorlessAssigned, fn as EditorlessUnassigned, iG as Email, hG as EmailEdited, e8 as Empty, dO as EntityCreatedEvent, dR as EntityDeletedEvent, dQ as EntityUpdatedEvent, gt as ErrorInformation, j9 as EventMetadata, bD as ExtendedFields, cY as ExternalReceipt, gc as ExternalReceiptInfo, bj as FocalPoint, di as FormIdentifier, dh as FormInfo, bw as FreeTrialPeriod, hE as FulfillerEmailSent, ao as FulfillmentStatus, du as FulfillmentStatusUpdated, jm as FulfillmentStatusWithLiterals, d8 as FulfillmentStatusesAggregate, bP as FullAddressContactDetails, gu as GetOrderRequest, gv as GetOrderResponse, fy as GetPaymentCollectabilityStatusRequest, fJ as GetRefundabilityStatusRequest, ii as GetShipmentsRequest, ij as GetShipmentsResponse, g9 as GiftCardPaymentDetails, cH as GiftCardPaymentRefund, fo as HasCustomEmailConfigurationsRequest, fp as HasCustomEmailConfigurationsResponse, iD as IdAndVersion, dU as IdentificationData, dV as IdentificationDataIdOneOf, dJ as ImportOrderRequest, ds as ImportedOrderDeleted, hq as InternalActivity, hr as InternalActivityContentOneOf, dZ as InternalDocument, e1 as InternalDocumentUpdateByFilterOperation, d_ as InternalDocumentUpdateOperation, gw as InternalQueryOrdersRequest, gC as InternalQueryOrdersResponse, e2 as InternalUpdateExistingOperation, aF as InventoryAction, jC as InventoryActionWithLiterals, dI as InventoryUpdateDetails, hC as InvoiceAdded, iP as InvoiceDates, j4 as InvoiceDynamicPriceTotals, iE as InvoiceFields, hD as InvoiceSent, iC as InvoiceSentEvent, b9 as InvoiceStatus, k6 as InvoiceStatusWithLiterals, j2 as InvoicesPayment, fs as IsInAutomationMigrationPopulationRequest, ft as IsInAutomationMigrationPopulationResponse, dz as ItemChangedDetails, c8 as ItemCombination, c9 as ItemCombinationLineItem, fG as ItemMetadata, bG as ItemModifier, bo as ItemTaxFullDetails, bm as ItemType, bn as ItemTypeItemTypeDataOneOf, ah as ItemTypePreset, jf as ItemTypePresetWithLiterals, iY as ItemizedFee, aj as JurisdictionType, jh as JurisdictionTypeWithLiterals, iR as LineItem, cu as LineItemAmount, cl as LineItemChanges, dB as LineItemDelta, dC as LineItemDeltaDeltaOneOf, cp as LineItemDescriptionLineChange, c7 as LineItemDiscount, ch as LineItemExchangeData, iV as LineItemMetaData, cq as LineItemModifiersChange, cn as LineItemPriceChange, co as LineItemProductNameChange, cm as LineItemQuantityChange, av as LineItemQuantityChangeType, js as LineItemQuantityChangeTypeWithLiterals, eB as LineItemRefund, gi as LineItemRefundSummary, iT as LineItemTax, bq as LineItemTaxBreakdown, bp as LineItemTaxInfo, hS as LineItemUpdate, iQ as LineItems, iW as Locale, db as Location, bA as LocationAndQuantity, cv as ManagedAdditionalFee, cs as ManagedDiscount, cr as ManagedLineItem, aT as ManuallyRefundableReason, jQ as ManuallyRefundableReasonWithLiterals, hY as MarkAsFulfilledRequest, hZ as MarkAsFulfilledResponse, i2 as MarkAsUnfulfilledRequest, i3 as MarkAsUnfulfilledResponse, fD as MarkOrderAsPaidRequest, hU as MarkOrderAsSeenByHumanRequest, hV as MarkOrderAsSeenByHumanResponse, hn as MaskedOrderLineItem, fP as MembershipChargeItem, fQ as MembershipName, ga as MembershipPaymentDetails, cI as MembershipPaymentRefund, a$ as MembershipPaymentStatus, jY as MembershipPaymentStatusWithLiterals, cd as MerchantComment, c3 as MerchantDiscount, c4 as MerchantDiscountMerchantDiscountReasonOneOf, dT as MessageEnvelope, j3 as MetaData, eT as MetaSiteSpecialEvent, eU as MetaSiteSpecialEventPayloadOneOf, bE as ModifierGroup, aL as Namespace, f7 as NamespaceChanged, jI as NamespaceWithLiterals, cg as NewExchangeOrderCreated, aS as NonRefundableReason, jP as NonRefundableReasonWithLiterals, fc as OdeditorAssigned, fd as OdeditorUnassigned, aB as OrderActionType, jy as OrderActionTypeWithLiterals, ax as OrderActivityTypeEnumActivityType, ju as OrderActivityTypeEnumActivityTypeWithLiterals, b2 as OrderApprovalStrategy, j$ as OrderApprovalStrategyWithLiterals, dl as OrderApproved, hw as OrderCanceled, dv as OrderCanceledEventOrderCanceled, cj as OrderChange, ck as OrderChangeValueOneOf, gO as OrderCreateNotifications, cf as OrderCreatedFromExchange, gM as OrderCreationSettings, gN as OrderCreationSettingsEditableByOneOf, dw as OrderDeltasCommitted, hu as OrderFulfilled, dr as OrderImported, dp as OrderItemsRestocked, ba as OrderLineItem, dA as OrderLineItemChangedDetails, hv as OrderNotFulfilled, ht as OrderPaid, hI as OrderPartiallyPaid, hJ as OrderPending, hs as OrderPlaced, ce as OrderRefunded, hK as OrderRejected, dn as OrderRejectedEventOrderRejected, jb as OrderSearchSpec, dc as OrderSettings, dd as OrderSettingsAllowedActionsOneOf, de as OrderSettingsEditableByOneOf, as as OrderStatus, b$ as OrderTaxBreakdown, b_ as OrderTaxInfo, fX as OrderTransactions, dm as OrdersExperiments, dg as OwnerApps, fY as Payment, cR as PaymentCanceled, cS as PaymentCanceledPaymentDetailsOneOf, aP as PaymentCollectabilityStatus, jM as PaymentCollectabilityStatusWithLiterals, cT as PaymentDeclined, cU as PaymentDeclinedPaymentDetailsOneOf, g8 as PaymentMethodName, ai as PaymentOptionType, jg as PaymentOptionTypeWithLiterals, fZ as PaymentPaymentDetailsOneOf, cM as PaymentPending, cN as PaymentPendingPaymentDetailsOneOf, f_ as PaymentReceiptInfoOneOf, cK as PaymentRefundFailed, cJ as PaymentRefunded, an as PaymentStatus, dt as PaymentStatusUpdated, jl as PaymentStatusWithLiterals, j1 as Payments, iJ as Phone, bk as PhysicalProperties, fe as PicassoAssigned, ff as PicassoUnassigned, bV as PickupAddress, bU as PickupDetails, ar as PickupMethod, jp as PickupMethodWithLiterals, hH as PickupReadyEmailSent, b3 as Placement, k0 as PlacementWithLiterals, bh as PlainTextValue, dk as PlatformFee, dj as PlatformFeeSummary, gA as PlatformPaging, gD as PlatformPagingMetadata, gx as PlatformQuery, gy as PlatformQueryPagingMethodOneOf, aQ as PredefinedPaymentMethod, jN as PredefinedPaymentMethodWithLiterals, fu as PreparePaymentCollectionRequest, eL as PreviewBuyerConfirmationEmailRequest, eM as PreviewBuyerConfirmationEmailResponse, eJ as PreviewBuyerPaymentsReceivedEmailRequest, eK as PreviewBuyerPaymentsReceivedEmailResponse, eN as PreviewBuyerPickupConfirmationEmailRequest, eO as PreviewBuyerPickupConfirmationEmailResponse, eF as PreviewCancelEmailRequest, eG as PreviewCancelEmailResponse, eH as PreviewCancelRefundEmailRequest, eI as PreviewCancelRefundEmailResponse, ew as PreviewEmailByTypeRequest, ex as PreviewEmailByTypeResponse, aI as PreviewEmailType, jF as PreviewEmailTypeWithLiterals, ey as PreviewRefundEmailRequest, eE as PreviewRefundEmailResponse, eR as PreviewResendDownloadLinksEmailRequest, eS as PreviewResendDownloadLinksEmailResponse, eP as PreviewShippingConfirmationEmailRequest, eQ as PreviewShippingConfirmationEmailResponse, bz as PriceDescription, bK as PriceSummary, bb as ProductName, hN as PublicActivityContentOneOf, gF as QueryOrderRequest, gG as QueryOrderResponse, iH as QuotesAddress, aY as Reason, jV as ReasonWithLiterals, cV as ReceiptCreated, cW as ReceiptCreatedReceiptInfoOneOf, cZ as ReceiptSent, c_ as ReceiptSentReceiptInfoOneOf, fz as RecordManuallyCollectedPaymentRequest, fC as RecordManuallyCollectedPaymentResponse, fv as RedirectUrls, gd as Refund, ez as RefundDetails, cD as RefundInitiated, eA as RefundItem, gh as RefundItemsBreakdown, fU as RefundSideEffects, b0 as RefundStatus, gf as RefundStatusInfo, jZ as RefundStatusWithLiterals, ge as RefundTransaction, fK as Refundability, fL as RefundabilityAdditionalRefundabilityInfoOneOf, aR as RefundableStatus, jO as RefundableStatusWithLiterals, cL as RefundedAsStoreCredit, cE as RefundedPayment, cF as RefundedPaymentKindOneOf, cO as RegularPayment, f$ as RegularPaymentDetails, g0 as RegularPaymentDetailsPaymentMethodDetailsOneOf, cP as RegularPaymentPaymentMethodDetailsOneOf, cG as RegularPaymentRefund, iB as Reschedule, fV as RestockInfo, fW as RestockItem, aU as RestockType, jR as RestockTypeWithLiterals, dP as RestoreInfo, cz as SavedPaymentMethod, aN as ScheduledAction, jK as ScheduledActionWithLiterals, gH as SearchOrdersRequest, ea as SendBuyerConfirmationEmailRequest, eb as SendBuyerConfirmationEmailResponse, ec as SendBuyerPaymentsReceivedEmailRequest, ed as SendBuyerPaymentsReceivedEmailResponse, ee as SendBuyerPickupConfirmationEmailRequest, ef as SendBuyerPickupConfirmationEmailResponse, ei as SendBuyerShippingConfirmationEmailRequest, ej as SendBuyerShippingConfirmationEmailResponse, eo as SendCancelRefundEmailRequest, ep as SendCancelRefundEmailResponse, es as SendFulfillmentEmailRequest, et as SendFulfillmentEmailResponse, em as SendMerchantOrderReceivedNotificationRequest, en as SendMerchantOrderReceivedNotificationResponse, eu as SendMerchantOrderReceivedPushRequest, ev as SendMerchantOrderReceivedPushResponse, it as SendOrderUpdatedDomainEventRequest, iu as SendOrderUpdatedDomainEventResponse, eq as SendRefundEmailRequest, er as SendRefundEmailResponse, fR as ServiceProperties, f3 as ServiceProvisioned, f4 as ServiceRemoved, dK as SetOrderNumberCounterRequest, hF as ShippingAddressEdited, hB as ShippingConfirmationEmailSent, cy as ShippingInformation, cx as ShippingInformationChange, bX as ShippingPrice, eD as ShippingRefund, bY as ShippingRegion, eW as SiteCreated, aK as SiteCreatedContext, jH as SiteCreatedContextWithLiterals, eY as SiteDeleted, f6 as SiteHardDeleted, f1 as SiteMarkedAsTemplate, f2 as SiteMarkedAsWixSite, e$ as SitePublished, fb as SitePurgedExternally, f5 as SiteRenamed, eX as SiteTransferred, e_ as SiteUndeleted, f0 as SiteUnpublished, fa as SiteUrlChanged, b1 as SortOrder, j_ as SortOrderWithLiterals, gz as Sorting, iU as Source, b5 as SourceType, k2 as SourceTypeWithLiterals, aC as SpecificItemsCouponBehavior, jz as SpecificItemsCouponBehaviorWithLiterals, iO as StandardDetails, aJ as State, jG as StateWithLiterals, bN as StreetAddress, f8 as StudioAssigned, fi as StudioTwoAssigned, fj as StudioTwoUnassigned, f9 as StudioUnassigned, iN as Subdivision, b4 as SubdivisionType, k1 as SubdivisionTypeWithLiterals, bu as SubscriptionDescription, ak as SubscriptionFrequency, ji as SubscriptionFrequencyWithLiterals, bs as SubscriptionInfo, bv as SubscriptionSettings, bt as SubscriptionTitle, da as TagList, d9 as Tags, ir as TagsTagList, iq as TagsTags, iv as Task, ix as TaskAction, iy as TaskActionActionOneOf, iw as TaskKey, bZ as TaxSummary, bB as TaxableAddress, bC as TaxableAddressTaxableAddressDataOneOf, am as TaxableAddressType, jk as TaxableAddressTypeWithLiterals, iX as TotalPrice, cw as TotalPriceChange, hA as TrackingLinkAdded, hy as TrackingNumberAdded, hz as TrackingNumberEdited, aV as TransactionStatus, jS as TransactionStatusWithLiterals, bF as TranslatableString, ct as TranslatedValue, fT as TriggerRefundRequest, e9 as TriggerReindexOrderRequest, e6 as TriggerReindexRequest, e7 as TriggerReindexResponse, h6 as UnArchiveOrderRequest, h7 as UnArchiveOrderResponse, hP as UpdateActivityRequest, hj as UpdateBillingContactDetailsRequest, hk as UpdateBillingContactDetailsResponse, hf as UpdateBuyerEmailRequest, hg as UpdateBuyerEmailResponse, hc as UpdateBuyerInfoRequest, he as UpdateBuyerInfoResponse, dX as UpdateInternalDocumentsEvent, dY as UpdateInternalDocumentsEventOperationOneOf, hR as UpdateLineItemsDescriptionLinesRequest, hT as UpdateLineItemsDescriptionLinesResponse, hl as UpdateOrderLineItemRequest, hm as UpdateOrderLineItemsRequest, ho as UpdateOrderLineItemsResponse, gQ as UpdateOrderRequest, gR as UpdateOrderResponse, hh as UpdateOrderShippingAddressRequest, hi as UpdateOrderShippingAddressResponse, hX as UpdateOrderStatusRequest, fA as UserDefinedPaymentMethodName, fB as UserDefinedPaymentMethodNameKindOneOf, fl as UserDomainMediaDisabled, fk as UserDomainMediaEnabled, id as V1BulkMarkOrdersAsPaidRequest, ie as V1BulkMarkOrdersAsPaidResponse, ig as V1CreatePaymentGatewayOrderRequest, ih as V1CreatePaymentGatewayOrderResponse, gZ as V1LineItemDelta, g_ as V1LineItemDeltaDeltaOneOf, ib as V1MarkOrderAsPaidRequest, ic as V1MarkOrderAsPaidResponse, dq as V1RestockItem, g6 as V1ScheduledAction, bR as V1ShippingInformation, j6 as Value, b7 as ValueType, k4 as ValueTypeWithLiterals, bQ as VatId, aq as VatType, jo as VatTypeWithLiterals, e4 as VersionedDeleteByIdsOperation, e5 as VersionedDocumentId, e3 as VersionedDocumentUpdateOperation, aH as VersioningMode, jE as VersioningModeWithLiterals, gn as VoidAuthorizedPaymentsRequest, aG as WebhookIdentityType, jD as WebhookIdentityTypeWithLiterals, ap as WeightUnit, jn as WeightUnitWithLiterals, cX as WixReceipt, gb as WixReceiptInfo, fg as WixelAssigned, fh as WixelUnassigned, jc as utils } from './ecom-v1-order-orders.universal-CXkVGmyu.js';
4
4
 
5
5
  /** @internal */
6
6
  declare function importOrder$1(httpClient: HttpClient): ImportOrderSignature;