@wix/auto_sdk_ecom_orders 1.0.233 → 1.0.234

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