@wix/auto_sdk_ecom_orders 1.0.209 → 1.0.210

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