@wix/auto_sdk_ecom_orders 1.0.190 → 1.0.192

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