@wix/auto_sdk_ecom_orders 1.0.162 → 1.0.163

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/build/cjs/{ecom-v1-order-orders.universal-DHgUUEAU.d.ts → ecom-v1-order-orders.universal-97MQ6VTe.d.ts} +4 -4
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +34 -30
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +23 -21
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +7 -7
  9. package/build/cjs/meta.js +23 -21
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{ecom-v1-order-orders.universal-DHgUUEAU.d.mts → ecom-v1-order-orders.universal-97MQ6VTe.d.mts} +4 -4
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +31 -27
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/index.typings.d.mts +2 -2
  16. package/build/es/index.typings.mjs +20 -18
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +7 -7
  19. package/build/es/meta.mjs +20 -18
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{ecom-v1-order-orders.universal-c2DhUFEo.d.ts → ecom-v1-order-orders.universal-Ocs0Z0Cd.d.ts} +9 -9
  22. package/build/internal/cjs/index.d.ts +15 -15
  23. package/build/internal/cjs/index.js +34 -30
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +2 -2
  26. package/build/internal/cjs/index.typings.js +23 -21
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +7 -7
  29. package/build/internal/cjs/meta.js +23 -21
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{ecom-v1-order-orders.universal-c2DhUFEo.d.mts → ecom-v1-order-orders.universal-Ocs0Z0Cd.d.mts} +9 -9
  32. package/build/internal/es/index.d.mts +15 -15
  33. package/build/internal/es/index.mjs +31 -27
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/index.typings.d.mts +2 -2
  36. package/build/internal/es/index.typings.mjs +20 -18
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +7 -7
  39. package/build/internal/es/meta.mjs +20 -18
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -6704,7 +6704,7 @@ type RecordManuallyCollectedPaymentApplicationErrors = {
6704
6704
  data?: Record<string, any>;
6705
6705
  };
6706
6706
  /** @docsIgnore */
6707
- type MarkOrderAsPaidApplicationErrors = {
6707
+ type PaymentCollectionMarkOrderAsPaidApplicationErrors = {
6708
6708
  code?: 'ORDER_ALREADY_PAID';
6709
6709
  description?: string;
6710
6710
  data?: Record<string, any>;
@@ -6718,7 +6718,7 @@ type MarkOrderAsPaidApplicationErrors = {
6718
6718
  data?: Record<string, any>;
6719
6719
  };
6720
6720
  /** @docsIgnore */
6721
- type CreatePaymentGatewayOrderApplicationErrors = {
6721
+ type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors = {
6722
6722
  code?: 'ORDER_ALREADY_PAID';
6723
6723
  description?: string;
6724
6724
  data?: Record<string, any>;
@@ -7104,7 +7104,7 @@ interface PreparePaymentCollectionOptions {
7104
7104
  * @fqn com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.GetPaymentCollectabilityStatus
7105
7105
  */
7106
7106
  declare function getPaymentCollectabilityStatus(ecomOrderId: string): Promise<NonNullablePaths<GetPaymentCollectabilityStatusResponse, `status` | `amount.amount` | `amount.formattedAmount`, 3>>;
7107
- interface CreatePaymentGatewayOrderOptions {
7107
+ interface PaymentCollectionCreatePaymentGatewayOrderOptions {
7108
7108
  /** Information about the user who initiated the payment. */
7109
7109
  chargedBy?: ChargedBy;
7110
7110
  }
@@ -7848,4 +7848,4 @@ interface BulkUpdateOrderTagsOptions {
7848
7848
  unassignTags?: Tags;
7849
7849
  }
7850
7850
 
7851
- export { AdditionalFeeSource as $, type AddActivitiesOptions as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PaymentStatus as E, FulfillmentStatus as F, type GetPaymentCollectabilityStatusResponse as G, VatType as H, ItemTypePreset as I, JurisdictionType as J, PickupMethod as K, OrderStatus as L, type MaskedOrder as M, DiscountType as N, type Order as O, type Price as P, DiscountReason as Q, LineItemQuantityChangeType as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, ActivityType as X, OrderActivityTypeEnumActivityType as Y, AttributionSource as Z, ChannelType as _, type PreparePaymentCollectionOptions as a, type BuyerInfo as a$, OrderActionType as a0, ChargeType as a1, WebhookIdentityType as a2, VersioningMode as a3, PreviewEmailType as a4, ScheduledAction as a5, DurationUnit as a6, PaymentCollectabilityStatus as a7, RefundableStatus as a8, NonRefundableReason as a9, type DescriptionLineDescriptionLineValueOneOf as aA, type DescriptionLineName as aB, type PlainTextValue as aC, type Color as aD, type FocalPoint as aE, type PhysicalProperties as aF, type ItemType as aG, type ItemTypeItemTypeDataOneOf as aH, type ItemTaxFullDetails as aI, type LineItemTaxInfo as aJ, type LineItemTaxBreakdown as aK, type DigitalFile as aL, type SubscriptionInfo as aM, type SubscriptionTitle as aN, type SubscriptionDescription as aO, type SubscriptionSettings as aP, type FreeTrialPeriod as aQ, type BillingAdjustment as aR, type BillingAdjustmentPriceSummary as aS, type PriceDescription as aT, type LocationAndQuantity as aU, type TaxableAddress as aV, type TaxableAddressTaxableAddressDataOneOf as aW, type ExtendedFields as aX, type ModifierGroup as aY, type TranslatableString as aZ, type ItemModifier as a_, ManuallyRefundableReason as aa, RestockType as ab, TransactionStatus as ac, AuthorizationCaptureStatus as ad, AuthorizationVoidStatus as ae, Reason as af, ActionType as ag, ChargebackStatus as ah, MembershipPaymentStatus as ai, RefundStatus as aj, SortOrder as ak, OrderApprovalStrategy as al, DeltaPaymentOptionType as am, InventoryAction as an, Placement as ao, SubdivisionType as ap, SourceType as aq, CustomFieldGroup as ar, ValueType as as, DepositType as at, InvoiceStatus as au, type OrderLineItem as av, type ProductName as aw, type CatalogReference as ax, type DescriptionLine as ay, type DescriptionLineValueOneOf as az, type PreparePaymentCollectionResponse as b, type GiftCardPaymentRefund as b$, type BuyerInfoIdOneOf as b0, type CurrencyConversionDetails as b1, type PriceSummary as b2, type AddressWithContact as b3, type Address as b4, type StreetAddress as b5, type AddressLocation as b6, type FullAddressContactDetails as b7, type VatId as b8, type V1ShippingInformation as b9, type NewExchangeOrderCreated as bA, type LineItemExchangeData as bB, type DraftOrderChangesApplied as bC, type OrderChange as bD, type OrderChangeValueOneOf as bE, type LineItemChanges as bF, type LineItemQuantityChange as bG, type LineItemPriceChange as bH, type LineItemProductNameChange as bI, type LineItemDescriptionLineChange as bJ, type LineItemModifiersChange as bK, type ManagedLineItem as bL, type ManagedDiscount as bM, type TranslatedValue as bN, type LineItemAmount as bO, type ManagedAdditionalFee as bP, type TotalPriceChange as bQ, type ShippingInformationChange as bR, type ShippingInformation as bS, type SavedPaymentMethod as bT, type AuthorizedPaymentCreated as bU, type AuthorizedPaymentCaptured as bV, type AuthorizedPaymentVoided as bW, type RefundInitiated as bX, type RefundedPayment as bY, type RefundedPaymentKindOneOf as bZ, type RegularPaymentRefund as b_, type DeliveryLogistics as ba, type DeliveryLogisticsAddressOneOf as bb, type PickupDetails as bc, type PickupAddress as bd, type DeliveryTimeSlot as be, type ShippingPrice as bf, type ShippingRegion as bg, type TaxSummary as bh, type OrderTaxInfo as bi, type OrderTaxBreakdown as bj, type AppliedDiscount as bk, type AppliedDiscountDiscountSourceOneOf as bl, type Coupon as bm, type MerchantDiscount as bn, type MerchantDiscountMerchantDiscountReasonOneOf as bo, type DiscountRule as bp, type DiscountRuleName as bq, type LineItemDiscount as br, type ItemCombination as bs, type ItemCombinationLineItem as bt, type Activity as bu, type ActivityContentOneOf as bv, type CustomActivity as bw, type MerchantComment as bx, type OrderRefunded as by, type OrderCreatedFromExchange as bz, type PreparePaymentCollectionApplicationErrors as c, type IdentificationDataIdOneOf as c$, type MembershipPaymentRefund as c0, type PaymentRefunded as c1, type PaymentRefundFailed as c2, type RefundedAsStoreCredit as c3, type PaymentPending as c4, type PaymentPendingPaymentDetailsOneOf as c5, type RegularPayment as c6, type RegularPaymentPaymentMethodDetailsOneOf as c7, type CreditCardDetails as c8, type PaymentCanceled as c9, type OwnerApps as cA, type FormInfo as cB, type FormIdentifier as cC, type PlatformFeeSummary as cD, type PlatformFee as cE, type OrderApproved as cF, type OrdersExperiments as cG, type OrderRejectedEventOrderRejected as cH, type OrderItemsRestocked as cI, type V1RestockItem as cJ, type OrderImported as cK, type ImportedOrderDeleted as cL, type ImportOrderRequest as cM, type ImportOrderResponse as cN, type SetOrderNumberCounterRequest as cO, type SetOrderNumberCounterResponse as cP, type BulkDeleteImportedOrdersRequest as cQ, type BulkDeleteImportedOrdersResponse as cR, type DomainEvent as cS, type DomainEventBodyOneOf as cT, type EntityCreatedEvent as cU, type RestoreInfo as cV, type EntityUpdatedEvent as cW, type EntityDeletedEvent as cX, type ActionEvent as cY, type MessageEnvelope as cZ, type IdentificationData as c_, type PaymentCanceledPaymentDetailsOneOf as ca, type PaymentDeclined as cb, type PaymentDeclinedPaymentDetailsOneOf as cc, type ReceiptCreated as cd, type ReceiptCreatedReceiptInfoOneOf as ce, type WixReceipt as cf, type ExternalReceipt as cg, type ReceiptSent as ch, type ReceiptSentReceiptInfoOneOf as ci, type ChargebackCreated as cj, type ChargebackReversed as ck, type CreatedBy as cl, type CreatedByStringOneOf as cm, type ChannelInfo as cn, type CustomField as co, type BalanceSummary as cp, type Balance as cq, type AdditionalFee as cr, type FulfillmentStatusesAggregate as cs, type Tags as ct, type TagList as cu, type Location as cv, type OrderSettings as cw, type OrderSettingsAllowedActionsOneOf as cx, type OrderSettingsEditableByOneOf as cy, type CustomAllowedActions as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type DelayedCaptureSettings as d$, type AccountInfo as d0, type UpdateInternalDocumentsEvent as d1, type UpdateInternalDocumentsEventOperationOneOf as d2, type InternalDocument as d3, type InternalDocumentUpdateOperation as d4, type DeleteByIdsOperation as d5, type DeleteByFilterOperation as d6, type InternalDocumentUpdateByFilterOperation as d7, type InternalUpdateExistingOperation as d8, type VersionedDocumentUpdateOperation as d9, type SendMerchantOrderReceivedPushRequest as dA, type SendMerchantOrderReceivedPushResponse as dB, type PreviewEmailByTypeRequest as dC, type PreviewEmailByTypeResponse as dD, type PreviewRefundEmailRequest as dE, type RefundDetails as dF, type RefundItem as dG, type LineItemRefund as dH, type AdditionalFeeRefund as dI, type ShippingRefund as dJ, type PreviewRefundEmailResponse as dK, type PreviewCancelEmailRequest as dL, type PreviewCancelEmailResponse as dM, type PreviewCancelRefundEmailRequest as dN, type PreviewCancelRefundEmailResponse as dO, type PreviewBuyerPaymentsReceivedEmailRequest as dP, type PreviewBuyerPaymentsReceivedEmailResponse as dQ, type PreviewBuyerConfirmationEmailRequest as dR, type PreviewBuyerConfirmationEmailResponse as dS, type PreviewBuyerPickupConfirmationEmailRequest as dT, type PreviewBuyerPickupConfirmationEmailResponse as dU, type PreviewShippingConfirmationEmailRequest as dV, type PreviewShippingConfirmationEmailResponse as dW, type PreviewResendDownloadLinksEmailRequest as dX, type PreviewResendDownloadLinksEmailResponse as dY, type PreparePaymentCollectionRequest as dZ, type RedirectUrls as d_, type VersionedDeleteByIdsOperation as da, type VersionedDocumentId as db, type TriggerReindexRequest as dc, type TriggerReindexResponse as dd, type Empty as de, type BatchOfTriggerReindexOrderRequest as df, type TriggerReindexOrderRequest as dg, type SendBuyerConfirmationEmailRequest as dh, type SendBuyerConfirmationEmailResponse as di, type SendBuyerPaymentsReceivedEmailRequest as dj, type SendBuyerPaymentsReceivedEmailResponse as dk, type SendBuyerPickupConfirmationEmailRequest as dl, type SendBuyerPickupConfirmationEmailResponse as dm, type BulkSendBuyerPickupConfirmationEmailsRequest as dn, type BulkSendBuyerPickupConfirmationEmailsResponse as dp, type SendBuyerShippingConfirmationEmailRequest as dq, type SendBuyerShippingConfirmationEmailResponse as dr, type BulkSendBuyerShippingConfirmationEmailsRequest as ds, type BulkSendBuyerShippingConfirmationEmailsResponse as dt, type SendMerchantOrderReceivedNotificationRequest as du, type SendMerchantOrderReceivedNotificationResponse as dv, type SendCancelRefundEmailRequest as dw, type SendCancelRefundEmailResponse as dx, type SendRefundEmailRequest as dy, type SendRefundEmailResponse as dz, type PaymentCapture as e, type GetOrderRequest as e$, type Duration as e0, type GetPaymentCollectabilityStatusRequest as e1, type RecordManuallyCollectedPaymentRequest as e2, type RecordManuallyCollectedPaymentResponse as e3, type MarkOrderAsPaidRequest as e4, type MarkOrderAsPaidResponse as e5, type BulkMarkOrdersAsPaidRequest as e6, type BulkMarkOrdersAsPaidResponse as e7, type BulkOrderResult as e8, type ItemMetadata as e9, type CreditCardPaymentMethodDetails as eA, type AuthorizationDetails as eB, type AuthorizationCapture as eC, type AuthorizationActionFailureDetails as eD, type AuthorizationVoid as eE, type V1ScheduledAction as eF, type Chargeback as eG, type GiftCardPaymentDetails as eH, type MembershipPaymentDetails as eI, type WixReceiptInfo as eJ, type ExternalReceiptInfo as eK, type Refund as eL, type RefundTransaction as eM, type RefundStatusInfo as eN, type AggregatedRefundSummary as eO, type RefundItemsBreakdown as eP, type LineItemRefundSummary as eQ, type CalculateRefundRequest as eR, type CalculateRefundItemRequest as eS, type CalculateRefundResponse as eT, type CalculateRefundItemResponse as eU, type VoidAuthorizedPaymentsRequest as eV, type CaptureAuthorizedPaymentsRequest as eW, type ChargeSavedPaymentMethodRequest as eX, type ChargeSavedPaymentMethodResponse as eY, type DiffmatokyPayload as eZ, type ErrorInformation as e_, type ApplicationError as ea, type BulkActionMetadata as eb, type GetRefundabilityStatusRequest as ec, type GetRefundabilityStatusResponse as ed, type Refundability as ee, type RefundabilityAdditionalRefundabilityInfoOneOf as ef, type CreatePaymentGatewayOrderRequest as eg, type ChargedBy as eh, type CreatePaymentGatewayOrderResponse as ei, type ChargeMembershipsRequest as ej, type MembershipChargeItem as ek, type MembershipName as el, type ServiceProperties as em, type ChargeMembershipsResponse as en, type TriggerRefundRequest as eo, type PaymentRefund as ep, type RefundSideEffects as eq, type RestockInfo as er, type RestockItem as es, type TriggerRefundResponse as et, type OrderTransactions as eu, type Payment as ev, type PaymentPaymentDetailsOneOf as ew, type PaymentReceiptInfoOneOf as ex, type RegularPaymentDetails as ey, type RegularPaymentDetailsPaymentMethodDetailsOneOf as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type UpdateOrderShippingAddressResponse as f$, type GetOrderResponse as f0, type InternalQueryOrdersRequest as f1, type PlatformQuery as f2, type PlatformQueryPagingMethodOneOf as f3, type Sorting as f4, type PlatformPaging as f5, type CursorPaging as f6, type InternalQueryOrdersResponse as f7, type PlatformPagingMetadata as f8, type Cursors as f9, type AdditionalFeeDeltaDeltaOneOf as fA, type DraftOrderCommitSettings as fB, type InventoryUpdateDetails as fC, type CommitDeltasResponse as fD, type OrderDeltasCommitted as fE, type CommittedDiffs as fF, type CommittedDiffsShippingUpdateInfoOneOf as fG, type LineItemDelta as fH, type LineItemDeltaDeltaOneOf as fI, type ArchiveOrderRequest as fJ, type ArchiveOrderResponse as fK, type BulkArchiveOrdersRequest as fL, type BulkArchiveOrdersResponse as fM, type BulkArchiveOrdersByFilterRequest as fN, type BulkArchiveOrdersByFilterResponse as fO, type UnArchiveOrderRequest as fP, type UnArchiveOrderResponse as fQ, type BulkUnArchiveOrdersRequest as fR, type BulkUnArchiveOrdersResponse as fS, type BulkUnArchiveOrdersByFilterRequest as fT, type BulkUnArchiveOrdersByFilterResponse as fU, type UpdateBuyerInfoRequest as fV, type BuyerInfoUpdate as fW, type UpdateBuyerInfoResponse as fX, type UpdateBuyerEmailRequest as fY, type UpdateBuyerEmailResponse as fZ, type UpdateOrderShippingAddressRequest as f_, type QueryOrderRequest as fa, type QueryOrderResponse as fb, type SearchOrdersRequest as fc, type CursorSearch as fd, type CursorSearchPagingMethodOneOf as fe, type CursorPagingMetadata as ff, type CreateOrderRequest as fg, type OrderCreationSettings as fh, type OrderCreateNotifications as fi, type CreateOrderResponse as fj, type UpdateOrderRequest as fk, type UpdateOrderResponse as fl, type BulkUpdateOrdersRequest as fm, type CommitDeltasRequest as fn, type DraftOrderDiffs as fo, type DraftOrderDiffsShippingUpdateInfoOneOf as fp, type DraftOrderDiffsBuyerUpdateInfoOneOf as fq, type DraftOrderDiffsBillingUpdateInfoOneOf as fr, type DraftOrderDiffsRecipientUpdateInfoOneOf as fs, type V1LineItemDelta as ft, type V1LineItemDeltaDeltaOneOf as fu, type OrderLineItemChangedDetails as fv, type ItemChangedDetails as fw, type AppliedDiscountDelta as fx, type AppliedDiscountDeltaDeltaOneOf as fy, type AdditionalFeeDelta as fz, type GetOrderApplicationErrors as g, type BulkSetBusinessLocationResult as g$, type UpdateBillingContactDetailsRequest as g0, type UpdateBillingContactDetailsResponse as g1, type UpdateOrderLineItemRequest as g2, type UpdateOrderLineItemResponse as g3, type UpdateOrderLineItemsRequest as g4, type MaskedOrderLineItem as g5, type UpdateOrderLineItemsResponse as g6, type AddInternalActivityRequest as g7, type InternalActivity as g8, type InternalActivityContentOneOf as g9, type UpdateActivityResponse as gA, type DeleteActivityRequest as gB, type DeleteActivityResponse as gC, type UpdateLineItemsDescriptionLinesRequest as gD, type LineItemUpdate as gE, type UpdateLineItemsDescriptionLinesResponse as gF, type MarkOrderAsSeenByHumanRequest as gG, type MarkOrderAsSeenByHumanResponse as gH, type CancelOrderRequest as gI, type OrderCanceledEventOrderCanceled as gJ, type UpdateOrderStatusRequest as gK, type UpdateOrderStatusResponse as gL, type MarkAsFulfilledRequest as gM, type MarkAsFulfilledResponse as gN, type FulfillmentStatusUpdated as gO, type BulkMarkAsFulfilledRequest as gP, type BulkMarkAsFulfilledResponse as gQ, type BulkMarkAsFulfilledByFilterRequest as gR, type BulkMarkAsFulfilledByFilterResponse as gS, type MarkAsUnfulfilledRequest as gT, type MarkAsUnfulfilledResponse as gU, type BulkMarkAsUnfulfilledRequest as gV, type BulkMarkAsUnfulfilledResponse as gW, type BulkMarkAsUnfulfilledByFilterRequest as gX, type BulkMarkAsUnfulfilledByFilterResponse as gY, type BulkSetBusinessLocationRequest as gZ, type BulkSetBusinessLocationResponse as g_, type OrderPlaced as ga, type OrderPaid as gb, type OrderFulfilled as gc, type OrderNotFulfilled as gd, type OrderCanceled as ge, type DownloadLinkSent as gf, type TrackingNumberAdded as gg, type TrackingNumberEdited as gh, type TrackingLinkAdded as gi, type ShippingConfirmationEmailSent as gj, type InvoiceAdded as gk, type InvoiceSent as gl, type FulfillerEmailSent as gm, type ShippingAddressEdited as gn, type EmailEdited as go, type PickupReadyEmailSent as gp, type OrderPartiallyPaid as gq, type OrderPending as gr, type OrderRejected as gs, type AddInternalActivityResponse as gt, type AddActivityRequest as gu, type PublicActivity as gv, type PublicActivityContentOneOf as gw, type AddActivityResponse as gx, type AddActivitiesRequest as gy, type UpdateActivityRequest as gz, type OrderSearch as h, type TriggerRefundOptions as h$, type V1MarkOrderAsPaidRequest as h0, type V1MarkOrderAsPaidResponse as h1, type PaymentStatusUpdated as h2, type V1BulkMarkOrdersAsPaidRequest as h3, type V1BulkMarkOrdersAsPaidResponse as h4, type V1CreatePaymentGatewayOrderRequest as h5, type V1CreatePaymentGatewayOrderResponse as h6, type GetShipmentsRequest as h7, type GetShipmentsResponse as h8, type AggregateOrdersRequest as h9, type InvoiceDates as hA, type LineItems as hB, type LineItem as hC, type BigDecimalWrapper as hD, type LineItemTax as hE, type Source as hF, type LineItemMetaData as hG, type Locale as hH, type TotalPrice as hI, type ItemizedFee as hJ, type Discount as hK, type DiscountOneDiscountTypeOneOf as hL, type CalculatedTaxes as hM, type CalculatedTax as hN, type Payments as hO, type InvoicesPayment as hP, type MetaData as hQ, type InvoiceDynamicPriceTotals as hR, type CustomFieldValue as hS, type Value as hT, type Deposit as hU, type BaseEventMetadata as hV, type EventMetadata as hW, type SetOrderNumberCounterOptions as hX, type BulkDeleteImportedOrdersOptions as hY, type CreatePaymentGatewayOrderOptions as hZ, type ChargeMembershipsOptions as h_, type AggregateOrdersResponse as ha, type DecrementItemsQuantityRequest as hb, type DecrementData as hc, type DecrementItemsQuantityResponse as hd, type BulkUpdateOrderTagsRequest as he, type BulkUpdateOrderTagsResult as hf, type Task as hg, type TaskKey as hh, type TaskAction as hi, type TaskActionActionOneOf as hj, type Complete as hk, type Cancel as hl, type Reschedule as hm, type InvoiceSentEvent as hn, type IdAndVersion as ho, type InvoiceFields as hp, type Customer as hq, type Email as hr, type QuotesAddress as hs, type AddressDescription as ht, type Phone as hu, type Company as hv, type CommonAddress as hw, type CommonAddressStreetOneOf as hx, type Subdivision as hy, type StandardDetails as hz, type CreateOrderOptions as i, type TriggerRefundApplicationErrors as i$, type OrderSearchSpec as i0, type UpdateOrderLineItemIdentifiers as i1, type UpdateOrderLineItem as i2, type UpdateActivityIdentifiers as i3, type DeleteActivityIdentifiers as i4, type AggregateOrdersOptions as i5, type DescriptionLineTypeWithLiterals as i6, type ItemTypePresetWithLiterals as i7, type PaymentOptionTypeWithLiterals as i8, type JurisdictionTypeWithLiterals as i9, type PaymentCollectabilityStatusWithLiterals as iA, type RefundableStatusWithLiterals as iB, type NonRefundableReasonWithLiterals as iC, type ManuallyRefundableReasonWithLiterals as iD, type RestockTypeWithLiterals as iE, type TransactionStatusWithLiterals as iF, type AuthorizationCaptureStatusWithLiterals as iG, type AuthorizationVoidStatusWithLiterals as iH, type ReasonWithLiterals as iI, type ActionTypeWithLiterals as iJ, type ChargebackStatusWithLiterals as iK, type MembershipPaymentStatusWithLiterals as iL, type RefundStatusWithLiterals as iM, type SortOrderWithLiterals as iN, type OrderApprovalStrategyWithLiterals as iO, type DeltaPaymentOptionTypeWithLiterals as iP, type InventoryActionWithLiterals as iQ, type PlacementWithLiterals as iR, type SubdivisionTypeWithLiterals as iS, type SourceTypeWithLiterals as iT, type CustomFieldGroupWithLiterals as iU, type ValueTypeWithLiterals as iV, type DepositTypeWithLiterals as iW, type InvoiceStatusWithLiterals as iX, type RecordManuallyCollectedPaymentApplicationErrors as iY, type MarkOrderAsPaidApplicationErrors as iZ, type CreatePaymentGatewayOrderApplicationErrors as i_, type SubscriptionFrequencyWithLiterals as ia, type AdjustmentTypeWithLiterals as ib, type TaxableAddressTypeWithLiterals as ic, type PaymentStatusWithLiterals as id, type FulfillmentStatusWithLiterals as ie, type WeightUnitWithLiterals as ig, type VatTypeWithLiterals as ih, type PickupMethodWithLiterals as ii, type OrderStatusWithLiterals as ij, type DiscountTypeWithLiterals as ik, type DiscountReasonWithLiterals as il, type LineItemQuantityChangeTypeWithLiterals as im, type ActivityTypeWithLiterals as io, type OrderActivityTypeEnumActivityTypeWithLiterals as ip, type AttributionSourceWithLiterals as iq, type ChannelTypeWithLiterals as ir, type AdditionalFeeSourceWithLiterals as is, type OrderActionTypeWithLiterals as it, type ChargeTypeWithLiterals as iu, type WebhookIdentityTypeWithLiterals as iv, type VersioningModeWithLiterals as iw, type PreviewEmailTypeWithLiterals as ix, type ScheduledActionWithLiterals as iy, type DurationUnitWithLiterals as iz, type CreateOrderApplicationErrors as j, type UpdateOrderStatusApplicationErrors as j0, type CommonSearchWithEntityContext as j1, onOrderApproved as j2, onOrderUpdated as j3, onOrderCanceled as j4, onOrderCreated as j5, onOrderPaymentStatusUpdated as j6, preparePaymentCollection as j7, getPaymentCollectabilityStatus as j8, voidAuthorizedPayments as j9, captureAuthorizedPayments as ja, getOrder as jb, createOrder as jc, updateOrder as jd, bulkUpdateOrders as je, addActivities as jf, cancelOrder as jg, bulkUpdateOrderTags as jh, type UpdateOrderApplicationErrors as k, type BulkUpdateOrdersResponse as l, type AddActivitiesResponse as m, type CancelOrderOptions as n, type CancelOrderResponse as o, type CancelOrderApplicationErrors as p, type BulkUpdateOrderTagsOptions as q, type BulkUpdateOrderTagsResponse as r, type OrderApprovedEnvelope as s, type OrderUpdatedEnvelope as t, type OrderCanceledEnvelope as u, type OrderCreatedEnvelope as v, type OrderPaymentStatusUpdatedEnvelope as w, PaymentOptionType as x, SubscriptionFrequency as y, AdjustmentType as z };
7851
+ export { AdditionalFeeSource as $, type AddActivitiesOptions as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PaymentStatus as E, FulfillmentStatus as F, type GetPaymentCollectabilityStatusResponse as G, VatType as H, ItemTypePreset as I, JurisdictionType as J, PickupMethod as K, OrderStatus as L, type MaskedOrder as M, DiscountType as N, type Order as O, type Price as P, DiscountReason as Q, LineItemQuantityChangeType as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, ActivityType as X, OrderActivityTypeEnumActivityType as Y, AttributionSource as Z, ChannelType as _, type PreparePaymentCollectionOptions as a, type BuyerInfo as a$, OrderActionType as a0, ChargeType as a1, WebhookIdentityType as a2, VersioningMode as a3, PreviewEmailType as a4, ScheduledAction as a5, DurationUnit as a6, PaymentCollectabilityStatus as a7, RefundableStatus as a8, NonRefundableReason as a9, type DescriptionLineDescriptionLineValueOneOf as aA, type DescriptionLineName as aB, type PlainTextValue as aC, type Color as aD, type FocalPoint as aE, type PhysicalProperties as aF, type ItemType as aG, type ItemTypeItemTypeDataOneOf as aH, type ItemTaxFullDetails as aI, type LineItemTaxInfo as aJ, type LineItemTaxBreakdown as aK, type DigitalFile as aL, type SubscriptionInfo as aM, type SubscriptionTitle as aN, type SubscriptionDescription as aO, type SubscriptionSettings as aP, type FreeTrialPeriod as aQ, type BillingAdjustment as aR, type BillingAdjustmentPriceSummary as aS, type PriceDescription as aT, type LocationAndQuantity as aU, type TaxableAddress as aV, type TaxableAddressTaxableAddressDataOneOf as aW, type ExtendedFields as aX, type ModifierGroup as aY, type TranslatableString as aZ, type ItemModifier as a_, ManuallyRefundableReason as aa, RestockType as ab, TransactionStatus as ac, AuthorizationCaptureStatus as ad, AuthorizationVoidStatus as ae, Reason as af, ActionType as ag, ChargebackStatus as ah, MembershipPaymentStatus as ai, RefundStatus as aj, SortOrder as ak, OrderApprovalStrategy as al, DeltaPaymentOptionType as am, InventoryAction as an, Placement as ao, SubdivisionType as ap, SourceType as aq, CustomFieldGroup as ar, ValueType as as, DepositType as at, InvoiceStatus as au, type OrderLineItem as av, type ProductName as aw, type CatalogReference as ax, type DescriptionLine as ay, type DescriptionLineValueOneOf as az, type PreparePaymentCollectionResponse as b, type GiftCardPaymentRefund as b$, type BuyerInfoIdOneOf as b0, type CurrencyConversionDetails as b1, type PriceSummary as b2, type AddressWithContact as b3, type Address as b4, type StreetAddress as b5, type AddressLocation as b6, type FullAddressContactDetails as b7, type VatId as b8, type V1ShippingInformation as b9, type NewExchangeOrderCreated as bA, type LineItemExchangeData as bB, type DraftOrderChangesApplied as bC, type OrderChange as bD, type OrderChangeValueOneOf as bE, type LineItemChanges as bF, type LineItemQuantityChange as bG, type LineItemPriceChange as bH, type LineItemProductNameChange as bI, type LineItemDescriptionLineChange as bJ, type LineItemModifiersChange as bK, type ManagedLineItem as bL, type ManagedDiscount as bM, type TranslatedValue as bN, type LineItemAmount as bO, type ManagedAdditionalFee as bP, type TotalPriceChange as bQ, type ShippingInformationChange as bR, type ShippingInformation as bS, type SavedPaymentMethod as bT, type AuthorizedPaymentCreated as bU, type AuthorizedPaymentCaptured as bV, type AuthorizedPaymentVoided as bW, type RefundInitiated as bX, type RefundedPayment as bY, type RefundedPaymentKindOneOf as bZ, type RegularPaymentRefund as b_, type DeliveryLogistics as ba, type DeliveryLogisticsAddressOneOf as bb, type PickupDetails as bc, type PickupAddress as bd, type DeliveryTimeSlot as be, type ShippingPrice as bf, type ShippingRegion as bg, type TaxSummary as bh, type OrderTaxInfo as bi, type OrderTaxBreakdown as bj, type AppliedDiscount as bk, type AppliedDiscountDiscountSourceOneOf as bl, type Coupon as bm, type MerchantDiscount as bn, type MerchantDiscountMerchantDiscountReasonOneOf as bo, type DiscountRule as bp, type DiscountRuleName as bq, type LineItemDiscount as br, type ItemCombination as bs, type ItemCombinationLineItem as bt, type Activity as bu, type ActivityContentOneOf as bv, type CustomActivity as bw, type MerchantComment as bx, type OrderRefunded as by, type OrderCreatedFromExchange as bz, type PreparePaymentCollectionApplicationErrors as c, type IdentificationDataIdOneOf as c$, type MembershipPaymentRefund as c0, type PaymentRefunded as c1, type PaymentRefundFailed as c2, type RefundedAsStoreCredit as c3, type PaymentPending as c4, type PaymentPendingPaymentDetailsOneOf as c5, type RegularPayment as c6, type RegularPaymentPaymentMethodDetailsOneOf as c7, type CreditCardDetails as c8, type PaymentCanceled as c9, type OwnerApps as cA, type FormInfo as cB, type FormIdentifier as cC, type PlatformFeeSummary as cD, type PlatformFee as cE, type OrderApproved as cF, type OrdersExperiments as cG, type OrderRejectedEventOrderRejected as cH, type OrderItemsRestocked as cI, type V1RestockItem as cJ, type OrderImported as cK, type ImportedOrderDeleted as cL, type ImportOrderRequest as cM, type ImportOrderResponse as cN, type SetOrderNumberCounterRequest as cO, type SetOrderNumberCounterResponse as cP, type BulkDeleteImportedOrdersRequest as cQ, type BulkDeleteImportedOrdersResponse as cR, type DomainEvent as cS, type DomainEventBodyOneOf as cT, type EntityCreatedEvent as cU, type RestoreInfo as cV, type EntityUpdatedEvent as cW, type EntityDeletedEvent as cX, type ActionEvent as cY, type MessageEnvelope as cZ, type IdentificationData as c_, type PaymentCanceledPaymentDetailsOneOf as ca, type PaymentDeclined as cb, type PaymentDeclinedPaymentDetailsOneOf as cc, type ReceiptCreated as cd, type ReceiptCreatedReceiptInfoOneOf as ce, type WixReceipt as cf, type ExternalReceipt as cg, type ReceiptSent as ch, type ReceiptSentReceiptInfoOneOf as ci, type ChargebackCreated as cj, type ChargebackReversed as ck, type CreatedBy as cl, type CreatedByStringOneOf as cm, type ChannelInfo as cn, type CustomField as co, type BalanceSummary as cp, type Balance as cq, type AdditionalFee as cr, type FulfillmentStatusesAggregate as cs, type Tags as ct, type TagList as cu, type Location as cv, type OrderSettings as cw, type OrderSettingsAllowedActionsOneOf as cx, type OrderSettingsEditableByOneOf as cy, type CustomAllowedActions as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type DelayedCaptureSettings as d$, type AccountInfo as d0, type UpdateInternalDocumentsEvent as d1, type UpdateInternalDocumentsEventOperationOneOf as d2, type InternalDocument as d3, type InternalDocumentUpdateOperation as d4, type DeleteByIdsOperation as d5, type DeleteByFilterOperation as d6, type InternalDocumentUpdateByFilterOperation as d7, type InternalUpdateExistingOperation as d8, type VersionedDocumentUpdateOperation as d9, type SendMerchantOrderReceivedPushRequest as dA, type SendMerchantOrderReceivedPushResponse as dB, type PreviewEmailByTypeRequest as dC, type PreviewEmailByTypeResponse as dD, type PreviewRefundEmailRequest as dE, type RefundDetails as dF, type RefundItem as dG, type LineItemRefund as dH, type AdditionalFeeRefund as dI, type ShippingRefund as dJ, type PreviewRefundEmailResponse as dK, type PreviewCancelEmailRequest as dL, type PreviewCancelEmailResponse as dM, type PreviewCancelRefundEmailRequest as dN, type PreviewCancelRefundEmailResponse as dO, type PreviewBuyerPaymentsReceivedEmailRequest as dP, type PreviewBuyerPaymentsReceivedEmailResponse as dQ, type PreviewBuyerConfirmationEmailRequest as dR, type PreviewBuyerConfirmationEmailResponse as dS, type PreviewBuyerPickupConfirmationEmailRequest as dT, type PreviewBuyerPickupConfirmationEmailResponse as dU, type PreviewShippingConfirmationEmailRequest as dV, type PreviewShippingConfirmationEmailResponse as dW, type PreviewResendDownloadLinksEmailRequest as dX, type PreviewResendDownloadLinksEmailResponse as dY, type PreparePaymentCollectionRequest as dZ, type RedirectUrls as d_, type VersionedDeleteByIdsOperation as da, type VersionedDocumentId as db, type TriggerReindexRequest as dc, type TriggerReindexResponse as dd, type Empty as de, type BatchOfTriggerReindexOrderRequest as df, type TriggerReindexOrderRequest as dg, type SendBuyerConfirmationEmailRequest as dh, type SendBuyerConfirmationEmailResponse as di, type SendBuyerPaymentsReceivedEmailRequest as dj, type SendBuyerPaymentsReceivedEmailResponse as dk, type SendBuyerPickupConfirmationEmailRequest as dl, type SendBuyerPickupConfirmationEmailResponse as dm, type BulkSendBuyerPickupConfirmationEmailsRequest as dn, type BulkSendBuyerPickupConfirmationEmailsResponse as dp, type SendBuyerShippingConfirmationEmailRequest as dq, type SendBuyerShippingConfirmationEmailResponse as dr, type BulkSendBuyerShippingConfirmationEmailsRequest as ds, type BulkSendBuyerShippingConfirmationEmailsResponse as dt, type SendMerchantOrderReceivedNotificationRequest as du, type SendMerchantOrderReceivedNotificationResponse as dv, type SendCancelRefundEmailRequest as dw, type SendCancelRefundEmailResponse as dx, type SendRefundEmailRequest as dy, type SendRefundEmailResponse as dz, type PaymentCapture as e, type GetOrderRequest as e$, type Duration as e0, type GetPaymentCollectabilityStatusRequest as e1, type RecordManuallyCollectedPaymentRequest as e2, type RecordManuallyCollectedPaymentResponse as e3, type MarkOrderAsPaidRequest as e4, type MarkOrderAsPaidResponse as e5, type BulkMarkOrdersAsPaidRequest as e6, type BulkMarkOrdersAsPaidResponse as e7, type BulkOrderResult as e8, type ItemMetadata as e9, type CreditCardPaymentMethodDetails as eA, type AuthorizationDetails as eB, type AuthorizationCapture as eC, type AuthorizationActionFailureDetails as eD, type AuthorizationVoid as eE, type V1ScheduledAction as eF, type Chargeback as eG, type GiftCardPaymentDetails as eH, type MembershipPaymentDetails as eI, type WixReceiptInfo as eJ, type ExternalReceiptInfo as eK, type Refund as eL, type RefundTransaction as eM, type RefundStatusInfo as eN, type AggregatedRefundSummary as eO, type RefundItemsBreakdown as eP, type LineItemRefundSummary as eQ, type CalculateRefundRequest as eR, type CalculateRefundItemRequest as eS, type CalculateRefundResponse as eT, type CalculateRefundItemResponse as eU, type VoidAuthorizedPaymentsRequest as eV, type CaptureAuthorizedPaymentsRequest as eW, type ChargeSavedPaymentMethodRequest as eX, type ChargeSavedPaymentMethodResponse as eY, type DiffmatokyPayload as eZ, type ErrorInformation as e_, type ApplicationError as ea, type BulkActionMetadata as eb, type GetRefundabilityStatusRequest as ec, type GetRefundabilityStatusResponse as ed, type Refundability as ee, type RefundabilityAdditionalRefundabilityInfoOneOf as ef, type CreatePaymentGatewayOrderRequest as eg, type ChargedBy as eh, type CreatePaymentGatewayOrderResponse as ei, type ChargeMembershipsRequest as ej, type MembershipChargeItem as ek, type MembershipName as el, type ServiceProperties as em, type ChargeMembershipsResponse as en, type TriggerRefundRequest as eo, type PaymentRefund as ep, type RefundSideEffects as eq, type RestockInfo as er, type RestockItem as es, type TriggerRefundResponse as et, type OrderTransactions as eu, type Payment as ev, type PaymentPaymentDetailsOneOf as ew, type PaymentReceiptInfoOneOf as ex, type RegularPaymentDetails as ey, type RegularPaymentDetailsPaymentMethodDetailsOneOf as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type UpdateOrderShippingAddressResponse as f$, type GetOrderResponse as f0, type InternalQueryOrdersRequest as f1, type PlatformQuery as f2, type PlatformQueryPagingMethodOneOf as f3, type Sorting as f4, type PlatformPaging as f5, type CursorPaging as f6, type InternalQueryOrdersResponse as f7, type PlatformPagingMetadata as f8, type Cursors as f9, type AdditionalFeeDeltaDeltaOneOf as fA, type DraftOrderCommitSettings as fB, type InventoryUpdateDetails as fC, type CommitDeltasResponse as fD, type OrderDeltasCommitted as fE, type CommittedDiffs as fF, type CommittedDiffsShippingUpdateInfoOneOf as fG, type LineItemDelta as fH, type LineItemDeltaDeltaOneOf as fI, type ArchiveOrderRequest as fJ, type ArchiveOrderResponse as fK, type BulkArchiveOrdersRequest as fL, type BulkArchiveOrdersResponse as fM, type BulkArchiveOrdersByFilterRequest as fN, type BulkArchiveOrdersByFilterResponse as fO, type UnArchiveOrderRequest as fP, type UnArchiveOrderResponse as fQ, type BulkUnArchiveOrdersRequest as fR, type BulkUnArchiveOrdersResponse as fS, type BulkUnArchiveOrdersByFilterRequest as fT, type BulkUnArchiveOrdersByFilterResponse as fU, type UpdateBuyerInfoRequest as fV, type BuyerInfoUpdate as fW, type UpdateBuyerInfoResponse as fX, type UpdateBuyerEmailRequest as fY, type UpdateBuyerEmailResponse as fZ, type UpdateOrderShippingAddressRequest as f_, type QueryOrderRequest as fa, type QueryOrderResponse as fb, type SearchOrdersRequest as fc, type CursorSearch as fd, type CursorSearchPagingMethodOneOf as fe, type CursorPagingMetadata as ff, type CreateOrderRequest as fg, type OrderCreationSettings as fh, type OrderCreateNotifications as fi, type CreateOrderResponse as fj, type UpdateOrderRequest as fk, type UpdateOrderResponse as fl, type BulkUpdateOrdersRequest as fm, type CommitDeltasRequest as fn, type DraftOrderDiffs as fo, type DraftOrderDiffsShippingUpdateInfoOneOf as fp, type DraftOrderDiffsBuyerUpdateInfoOneOf as fq, type DraftOrderDiffsBillingUpdateInfoOneOf as fr, type DraftOrderDiffsRecipientUpdateInfoOneOf as fs, type V1LineItemDelta as ft, type V1LineItemDeltaDeltaOneOf as fu, type OrderLineItemChangedDetails as fv, type ItemChangedDetails as fw, type AppliedDiscountDelta as fx, type AppliedDiscountDeltaDeltaOneOf as fy, type AdditionalFeeDelta as fz, type GetOrderApplicationErrors as g, type BulkSetBusinessLocationResult as g$, type UpdateBillingContactDetailsRequest as g0, type UpdateBillingContactDetailsResponse as g1, type UpdateOrderLineItemRequest as g2, type UpdateOrderLineItemResponse as g3, type UpdateOrderLineItemsRequest as g4, type MaskedOrderLineItem as g5, type UpdateOrderLineItemsResponse as g6, type AddInternalActivityRequest as g7, type InternalActivity as g8, type InternalActivityContentOneOf as g9, type UpdateActivityResponse as gA, type DeleteActivityRequest as gB, type DeleteActivityResponse as gC, type UpdateLineItemsDescriptionLinesRequest as gD, type LineItemUpdate as gE, type UpdateLineItemsDescriptionLinesResponse as gF, type MarkOrderAsSeenByHumanRequest as gG, type MarkOrderAsSeenByHumanResponse as gH, type CancelOrderRequest as gI, type OrderCanceledEventOrderCanceled as gJ, type UpdateOrderStatusRequest as gK, type UpdateOrderStatusResponse as gL, type MarkAsFulfilledRequest as gM, type MarkAsFulfilledResponse as gN, type FulfillmentStatusUpdated as gO, type BulkMarkAsFulfilledRequest as gP, type BulkMarkAsFulfilledResponse as gQ, type BulkMarkAsFulfilledByFilterRequest as gR, type BulkMarkAsFulfilledByFilterResponse as gS, type MarkAsUnfulfilledRequest as gT, type MarkAsUnfulfilledResponse as gU, type BulkMarkAsUnfulfilledRequest as gV, type BulkMarkAsUnfulfilledResponse as gW, type BulkMarkAsUnfulfilledByFilterRequest as gX, type BulkMarkAsUnfulfilledByFilterResponse as gY, type BulkSetBusinessLocationRequest as gZ, type BulkSetBusinessLocationResponse as g_, type OrderPlaced as ga, type OrderPaid as gb, type OrderFulfilled as gc, type OrderNotFulfilled as gd, type OrderCanceled as ge, type DownloadLinkSent as gf, type TrackingNumberAdded as gg, type TrackingNumberEdited as gh, type TrackingLinkAdded as gi, type ShippingConfirmationEmailSent as gj, type InvoiceAdded as gk, type InvoiceSent as gl, type FulfillerEmailSent as gm, type ShippingAddressEdited as gn, type EmailEdited as go, type PickupReadyEmailSent as gp, type OrderPartiallyPaid as gq, type OrderPending as gr, type OrderRejected as gs, type AddInternalActivityResponse as gt, type AddActivityRequest as gu, type PublicActivity as gv, type PublicActivityContentOneOf as gw, type AddActivityResponse as gx, type AddActivitiesRequest as gy, type UpdateActivityRequest as gz, type OrderSearch as h, type TriggerRefundOptions as h$, type V1MarkOrderAsPaidRequest as h0, type V1MarkOrderAsPaidResponse as h1, type PaymentStatusUpdated as h2, type V1BulkMarkOrdersAsPaidRequest as h3, type V1BulkMarkOrdersAsPaidResponse as h4, type V1CreatePaymentGatewayOrderRequest as h5, type V1CreatePaymentGatewayOrderResponse as h6, type GetShipmentsRequest as h7, type GetShipmentsResponse as h8, type AggregateOrdersRequest as h9, type InvoiceDates as hA, type LineItems as hB, type LineItem as hC, type BigDecimalWrapper as hD, type LineItemTax as hE, type Source as hF, type LineItemMetaData as hG, type Locale as hH, type TotalPrice as hI, type ItemizedFee as hJ, type Discount as hK, type DiscountOneDiscountTypeOneOf as hL, type CalculatedTaxes as hM, type CalculatedTax as hN, type Payments as hO, type InvoicesPayment as hP, type MetaData as hQ, type InvoiceDynamicPriceTotals as hR, type CustomFieldValue as hS, type Value as hT, type Deposit as hU, type BaseEventMetadata as hV, type EventMetadata as hW, type SetOrderNumberCounterOptions as hX, type BulkDeleteImportedOrdersOptions as hY, type PaymentCollectionCreatePaymentGatewayOrderOptions as hZ, type ChargeMembershipsOptions as h_, type AggregateOrdersResponse as ha, type DecrementItemsQuantityRequest as hb, type DecrementData as hc, type DecrementItemsQuantityResponse as hd, type BulkUpdateOrderTagsRequest as he, type BulkUpdateOrderTagsResult as hf, type Task as hg, type TaskKey as hh, type TaskAction as hi, type TaskActionActionOneOf as hj, type Complete as hk, type Cancel as hl, type Reschedule as hm, type InvoiceSentEvent as hn, type IdAndVersion as ho, type InvoiceFields as hp, type Customer as hq, type Email as hr, type QuotesAddress as hs, type AddressDescription as ht, type Phone as hu, type Company as hv, type CommonAddress as hw, type CommonAddressStreetOneOf as hx, type Subdivision as hy, type StandardDetails as hz, type CreateOrderOptions as i, type TriggerRefundApplicationErrors as i$, type OrderSearchSpec as i0, type UpdateOrderLineItemIdentifiers as i1, type UpdateOrderLineItem as i2, type UpdateActivityIdentifiers as i3, type DeleteActivityIdentifiers as i4, type AggregateOrdersOptions as i5, type DescriptionLineTypeWithLiterals as i6, type ItemTypePresetWithLiterals as i7, type PaymentOptionTypeWithLiterals as i8, type JurisdictionTypeWithLiterals as i9, type PaymentCollectabilityStatusWithLiterals as iA, type RefundableStatusWithLiterals as iB, type NonRefundableReasonWithLiterals as iC, type ManuallyRefundableReasonWithLiterals as iD, type RestockTypeWithLiterals as iE, type TransactionStatusWithLiterals as iF, type AuthorizationCaptureStatusWithLiterals as iG, type AuthorizationVoidStatusWithLiterals as iH, type ReasonWithLiterals as iI, type ActionTypeWithLiterals as iJ, type ChargebackStatusWithLiterals as iK, type MembershipPaymentStatusWithLiterals as iL, type RefundStatusWithLiterals as iM, type SortOrderWithLiterals as iN, type OrderApprovalStrategyWithLiterals as iO, type DeltaPaymentOptionTypeWithLiterals as iP, type InventoryActionWithLiterals as iQ, type PlacementWithLiterals as iR, type SubdivisionTypeWithLiterals as iS, type SourceTypeWithLiterals as iT, type CustomFieldGroupWithLiterals as iU, type ValueTypeWithLiterals as iV, type DepositTypeWithLiterals as iW, type InvoiceStatusWithLiterals as iX, type RecordManuallyCollectedPaymentApplicationErrors as iY, type PaymentCollectionMarkOrderAsPaidApplicationErrors as iZ, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as i_, type SubscriptionFrequencyWithLiterals as ia, type AdjustmentTypeWithLiterals as ib, type TaxableAddressTypeWithLiterals as ic, type PaymentStatusWithLiterals as id, type FulfillmentStatusWithLiterals as ie, type WeightUnitWithLiterals as ig, type VatTypeWithLiterals as ih, type PickupMethodWithLiterals as ii, type OrderStatusWithLiterals as ij, type DiscountTypeWithLiterals as ik, type DiscountReasonWithLiterals as il, type LineItemQuantityChangeTypeWithLiterals as im, type ActivityTypeWithLiterals as io, type OrderActivityTypeEnumActivityTypeWithLiterals as ip, type AttributionSourceWithLiterals as iq, type ChannelTypeWithLiterals as ir, type AdditionalFeeSourceWithLiterals as is, type OrderActionTypeWithLiterals as it, type ChargeTypeWithLiterals as iu, type WebhookIdentityTypeWithLiterals as iv, type VersioningModeWithLiterals as iw, type PreviewEmailTypeWithLiterals as ix, type ScheduledActionWithLiterals as iy, type DurationUnitWithLiterals as iz, type CreateOrderApplicationErrors as j, type UpdateOrderStatusApplicationErrors as j0, type CommonSearchWithEntityContext as j1, onOrderApproved as j2, onOrderUpdated as j3, onOrderCanceled as j4, onOrderCreated as j5, onOrderPaymentStatusUpdated as j6, preparePaymentCollection as j7, getPaymentCollectabilityStatus as j8, voidAuthorizedPayments as j9, captureAuthorizedPayments as ja, getOrder as jb, createOrder as jc, updateOrder as jd, bulkUpdateOrders as je, addActivities as jf, cancelOrder as jg, bulkUpdateOrderTags as jh, type UpdateOrderApplicationErrors as k, type BulkUpdateOrdersResponse as l, type AddActivitiesResponse as m, type CancelOrderOptions as n, type CancelOrderResponse as o, type CancelOrderApplicationErrors as p, type BulkUpdateOrderTagsOptions as q, type BulkUpdateOrderTagsResponse as r, type OrderApprovedEnvelope as s, type OrderUpdatedEnvelope as t, type OrderCanceledEnvelope as u, type OrderCreatedEnvelope as v, type OrderPaymentStatusUpdatedEnvelope as w, PaymentOptionType as x, SubscriptionFrequency as y, AdjustmentType as z };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, A as AddActivitiesOptions, m as AddActivitiesResponse, n as CancelOrderOptions, o as CancelOrderResponse, p as CancelOrderApplicationErrors, q as BulkUpdateOrderTagsOptions, r as BulkUpdateOrderTagsResponse, s as OrderApprovedEnvelope, t as OrderUpdatedEnvelope, u as OrderCanceledEnvelope, v as OrderCreatedEnvelope, w as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-DHgUUEAU.mjs';
3
- export { d0 as AccountInfo, cY as ActionEvent, ag as ActionType, iJ as ActionTypeWithLiterals, bu as Activity, bv as ActivityContentOneOf, X as ActivityType, io as ActivityTypeWithLiterals, gy as AddActivitiesRequest, gu as AddActivityRequest, gx as AddActivityResponse, g7 as AddInternalActivityRequest, gt as AddInternalActivityResponse, cr as AdditionalFee, fz as AdditionalFeeDelta, fA as AdditionalFeeDeltaDeltaOneOf, dI as AdditionalFeeRefund, $ as AdditionalFeeSource, is as AdditionalFeeSourceWithLiterals, b4 as Address, ht as AddressDescription, b6 as AddressLocation, b3 as AddressWithContact, z as AdjustmentType, ib as AdjustmentTypeWithLiterals, i5 as AggregateOrdersOptions, h9 as AggregateOrdersRequest, ha as AggregateOrdersResponse, eO as AggregatedRefundSummary, ea as ApplicationError, bk as AppliedDiscount, fx as AppliedDiscountDelta, fy as AppliedDiscountDeltaDeltaOneOf, bl as AppliedDiscountDiscountSourceOneOf, fJ as ArchiveOrderRequest, fK as ArchiveOrderResponse, Z as AttributionSource, iq as AttributionSourceWithLiterals, eD as AuthorizationActionFailureDetails, eC as AuthorizationCapture, ad as AuthorizationCaptureStatus, iG as AuthorizationCaptureStatusWithLiterals, eB as AuthorizationDetails, eE as AuthorizationVoid, ae as AuthorizationVoidStatus, iH as AuthorizationVoidStatusWithLiterals, bV as AuthorizedPaymentCaptured, bU as AuthorizedPaymentCreated, bW as AuthorizedPaymentVoided, cq as Balance, cp as BalanceSummary, hV as BaseEventMetadata, df as BatchOfTriggerReindexOrderRequest, hD as BigDecimalWrapper, aR as BillingAdjustment, aS as BillingAdjustmentPriceSummary, eb as BulkActionMetadata, fN as BulkArchiveOrdersByFilterRequest, fO as BulkArchiveOrdersByFilterResponse, fL as BulkArchiveOrdersRequest, fM as BulkArchiveOrdersResponse, hY as BulkDeleteImportedOrdersOptions, cQ as BulkDeleteImportedOrdersRequest, cR as BulkDeleteImportedOrdersResponse, gR as BulkMarkAsFulfilledByFilterRequest, gS as BulkMarkAsFulfilledByFilterResponse, gP as BulkMarkAsFulfilledRequest, gQ as BulkMarkAsFulfilledResponse, gX as BulkMarkAsUnfulfilledByFilterRequest, gY as BulkMarkAsUnfulfilledByFilterResponse, gV as BulkMarkAsUnfulfilledRequest, gW as BulkMarkAsUnfulfilledResponse, e6 as BulkMarkOrdersAsPaidRequest, e7 as BulkMarkOrdersAsPaidResponse, e8 as BulkOrderResult, dn as BulkSendBuyerPickupConfirmationEmailsRequest, dp as BulkSendBuyerPickupConfirmationEmailsResponse, ds as BulkSendBuyerShippingConfirmationEmailsRequest, dt as BulkSendBuyerShippingConfirmationEmailsResponse, gZ as BulkSetBusinessLocationRequest, g_ as BulkSetBusinessLocationResponse, g$ as BulkSetBusinessLocationResult, fT as BulkUnArchiveOrdersByFilterRequest, fU as BulkUnArchiveOrdersByFilterResponse, fR as BulkUnArchiveOrdersRequest, fS as BulkUnArchiveOrdersResponse, he as BulkUpdateOrderTagsRequest, hf as BulkUpdateOrderTagsResult, fm as BulkUpdateOrdersRequest, a$ as BuyerInfo, b0 as BuyerInfoIdOneOf, fW as BuyerInfoUpdate, eS as CalculateRefundItemRequest, eU as CalculateRefundItemResponse, eR as CalculateRefundRequest, eT as CalculateRefundResponse, hN as CalculatedTax, hM as CalculatedTaxes, hl as Cancel, gI as CancelOrderRequest, eW as CaptureAuthorizedPaymentsRequest, ax as CatalogReference, cn as ChannelInfo, _ as ChannelType, ir as ChannelTypeWithLiterals, h_ as ChargeMembershipsOptions, ej as ChargeMembershipsRequest, en as ChargeMembershipsResponse, eX as ChargeSavedPaymentMethodRequest, eY as ChargeSavedPaymentMethodResponse, a1 as ChargeType, iu as ChargeTypeWithLiterals, eG as Chargeback, cj as ChargebackCreated, ck as ChargebackReversed, ah as ChargebackStatus, iK as ChargebackStatusWithLiterals, eh as ChargedBy, aD as Color, fn as CommitDeltasRequest, fD as CommitDeltasResponse, fF as CommittedDiffs, fG as CommittedDiffsShippingUpdateInfoOneOf, hw as CommonAddress, hx as CommonAddressStreetOneOf, j1 as CommonSearchWithEntityContext, hv as Company, hk as Complete, bm as Coupon, fg as CreateOrderRequest, fj as CreateOrderResponse, i_ as CreatePaymentGatewayOrderApplicationErrors, hZ as CreatePaymentGatewayOrderOptions, eg as CreatePaymentGatewayOrderRequest, ei as CreatePaymentGatewayOrderResponse, cl as CreatedBy, cm as CreatedByStringOneOf, c8 as CreditCardDetails, eA as CreditCardPaymentMethodDetails, b1 as CurrencyConversionDetails, f6 as CursorPaging, ff as CursorPagingMetadata, fd as CursorSearch, fe as CursorSearchPagingMethodOneOf, f9 as Cursors, bw as CustomActivity, cz as CustomAllowedActions, co as CustomField, ar as CustomFieldGroup, iU as CustomFieldGroupWithLiterals, hS as CustomFieldValue, hq as Customer, hc as DecrementData, hb as DecrementItemsQuantityRequest, hd as DecrementItemsQuantityResponse, d$ as DelayedCaptureSettings, i4 as DeleteActivityIdentifiers, gB as DeleteActivityRequest, gC as DeleteActivityResponse, d6 as DeleteByFilterOperation, d5 as DeleteByIdsOperation, ba as DeliveryLogistics, bb as DeliveryLogisticsAddressOneOf, be as DeliveryTimeSlot, am as DeltaPaymentOptionType, iP as DeltaPaymentOptionTypeWithLiterals, hU as Deposit, at as DepositType, iW as DepositTypeWithLiterals, ay as DescriptionLine, aA as DescriptionLineDescriptionLineValueOneOf, aB as DescriptionLineName, D as DescriptionLineType, i6 as DescriptionLineTypeWithLiterals, az as DescriptionLineValueOneOf, eZ as DiffmatokyPayload, aL as DigitalFile, hK as Discount, hL as DiscountOneDiscountTypeOneOf, Q as DiscountReason, il as DiscountReasonWithLiterals, bp as DiscountRule, bq as DiscountRuleName, N as DiscountType, ik as DiscountTypeWithLiterals, cS as DomainEvent, cT as DomainEventBodyOneOf, gf as DownloadLinkSent, bC as DraftOrderChangesApplied, fB as DraftOrderCommitSettings, fo as DraftOrderDiffs, fr as DraftOrderDiffsBillingUpdateInfoOneOf, fq as DraftOrderDiffsBuyerUpdateInfoOneOf, fs as DraftOrderDiffsRecipientUpdateInfoOneOf, fp as DraftOrderDiffsShippingUpdateInfoOneOf, e0 as Duration, a6 as DurationUnit, iz as DurationUnitWithLiterals, hr as Email, go as EmailEdited, de as Empty, cU as EntityCreatedEvent, cX as EntityDeletedEvent, cW as EntityUpdatedEvent, e_ as ErrorInformation, hW as EventMetadata, aX as ExtendedFields, cg as ExternalReceipt, eK as ExternalReceiptInfo, aE as FocalPoint, cC as FormIdentifier, cB as FormInfo, aQ as FreeTrialPeriod, gm as FulfillerEmailSent, F as FulfillmentStatus, gO as FulfillmentStatusUpdated, ie as FulfillmentStatusWithLiterals, cs as FulfillmentStatusesAggregate, b7 as FullAddressContactDetails, e$ as GetOrderRequest, f0 as GetOrderResponse, e1 as GetPaymentCollectabilityStatusRequest, ec as GetRefundabilityStatusRequest, ed as GetRefundabilityStatusResponse, h7 as GetShipmentsRequest, h8 as GetShipmentsResponse, eH as GiftCardPaymentDetails, b$ as GiftCardPaymentRefund, ho as IdAndVersion, c_ as IdentificationData, c$ as IdentificationDataIdOneOf, cM as ImportOrderRequest, cN as ImportOrderResponse, cL as ImportedOrderDeleted, g8 as InternalActivity, g9 as InternalActivityContentOneOf, d3 as InternalDocument, d7 as InternalDocumentUpdateByFilterOperation, d4 as InternalDocumentUpdateOperation, f1 as InternalQueryOrdersRequest, f7 as InternalQueryOrdersResponse, d8 as InternalUpdateExistingOperation, an as InventoryAction, iQ as InventoryActionWithLiterals, fC as InventoryUpdateDetails, gk as InvoiceAdded, hA as InvoiceDates, hR as InvoiceDynamicPriceTotals, hp as InvoiceFields, gl as InvoiceSent, hn as InvoiceSentEvent, au as InvoiceStatus, iX as InvoiceStatusWithLiterals, hP as InvoicesPayment, fw as ItemChangedDetails, bs as ItemCombination, bt as ItemCombinationLineItem, e9 as ItemMetadata, a_ as ItemModifier, aI as ItemTaxFullDetails, aG as ItemType, aH as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, i7 as ItemTypePresetWithLiterals, hJ as ItemizedFee, J as JurisdictionType, i9 as JurisdictionTypeWithLiterals, hC as LineItem, bO as LineItemAmount, bF as LineItemChanges, fH as LineItemDelta, fI as LineItemDeltaDeltaOneOf, bJ as LineItemDescriptionLineChange, br as LineItemDiscount, bB as LineItemExchangeData, hG as LineItemMetaData, bK as LineItemModifiersChange, bH as LineItemPriceChange, bI as LineItemProductNameChange, bG as LineItemQuantityChange, R as LineItemQuantityChangeType, im as LineItemQuantityChangeTypeWithLiterals, dH as LineItemRefund, eQ as LineItemRefundSummary, hE as LineItemTax, aK as LineItemTaxBreakdown, aJ as LineItemTaxInfo, gE as LineItemUpdate, hB as LineItems, hH as Locale, cv as Location, aU as LocationAndQuantity, bP as ManagedAdditionalFee, bM as ManagedDiscount, bL as ManagedLineItem, aa as ManuallyRefundableReason, iD as ManuallyRefundableReasonWithLiterals, gM as MarkAsFulfilledRequest, gN as MarkAsFulfilledResponse, gT as MarkAsUnfulfilledRequest, gU as MarkAsUnfulfilledResponse, iZ as MarkOrderAsPaidApplicationErrors, e4 as MarkOrderAsPaidRequest, e5 as MarkOrderAsPaidResponse, gG as MarkOrderAsSeenByHumanRequest, gH as MarkOrderAsSeenByHumanResponse, g5 as MaskedOrderLineItem, ek as MembershipChargeItem, el as MembershipName, eI as MembershipPaymentDetails, c0 as MembershipPaymentRefund, ai as MembershipPaymentStatus, iL as MembershipPaymentStatusWithLiterals, bx as MerchantComment, bn as MerchantDiscount, bo as MerchantDiscountMerchantDiscountReasonOneOf, cZ as MessageEnvelope, hQ as MetaData, aY as ModifierGroup, bA as NewExchangeOrderCreated, a9 as NonRefundableReason, iC as NonRefundableReasonWithLiterals, a0 as OrderActionType, it as OrderActionTypeWithLiterals, Y as OrderActivityTypeEnumActivityType, ip as OrderActivityTypeEnumActivityTypeWithLiterals, al as OrderApprovalStrategy, iO as OrderApprovalStrategyWithLiterals, cF as OrderApproved, ge as OrderCanceled, gJ as OrderCanceledEventOrderCanceled, bD as OrderChange, bE as OrderChangeValueOneOf, fi as OrderCreateNotifications, bz as OrderCreatedFromExchange, fh as OrderCreationSettings, fE as OrderDeltasCommitted, gc as OrderFulfilled, cK as OrderImported, cI as OrderItemsRestocked, av as OrderLineItem, fv as OrderLineItemChangedDetails, gd as OrderNotFulfilled, gb as OrderPaid, gq as OrderPartiallyPaid, gr as OrderPending, ga as OrderPlaced, by as OrderRefunded, gs as OrderRejected, cH as OrderRejectedEventOrderRejected, i0 as OrderSearchSpec, cw as OrderSettings, cx as OrderSettingsAllowedActionsOneOf, cy as OrderSettingsEditableByOneOf, L as OrderStatus, ij as OrderStatusWithLiterals, bj as OrderTaxBreakdown, bi as OrderTaxInfo, eu as OrderTransactions, cG as OrdersExperiments, cA as OwnerApps, ev as Payment, c9 as PaymentCanceled, ca as PaymentCanceledPaymentDetailsOneOf, a7 as PaymentCollectabilityStatus, iA as PaymentCollectabilityStatusWithLiterals, cb as PaymentDeclined, cc as PaymentDeclinedPaymentDetailsOneOf, x as PaymentOptionType, i8 as PaymentOptionTypeWithLiterals, ew as PaymentPaymentDetailsOneOf, c4 as PaymentPending, c5 as PaymentPendingPaymentDetailsOneOf, ex as PaymentReceiptInfoOneOf, ep as PaymentRefund, c2 as PaymentRefundFailed, c1 as PaymentRefunded, E as PaymentStatus, h2 as PaymentStatusUpdated, id as PaymentStatusWithLiterals, hO as Payments, hu as Phone, aF as PhysicalProperties, bd as PickupAddress, bc as PickupDetails, K as PickupMethod, ii as PickupMethodWithLiterals, gp as PickupReadyEmailSent, ao as Placement, iR as PlacementWithLiterals, aC as PlainTextValue, cE as PlatformFee, cD as PlatformFeeSummary, f5 as PlatformPaging, f8 as PlatformPagingMetadata, f2 as PlatformQuery, f3 as PlatformQueryPagingMethodOneOf, dZ as PreparePaymentCollectionRequest, dR as PreviewBuyerConfirmationEmailRequest, dS as PreviewBuyerConfirmationEmailResponse, dP as PreviewBuyerPaymentsReceivedEmailRequest, dQ as PreviewBuyerPaymentsReceivedEmailResponse, dT as PreviewBuyerPickupConfirmationEmailRequest, dU as PreviewBuyerPickupConfirmationEmailResponse, dL as PreviewCancelEmailRequest, dM as PreviewCancelEmailResponse, dN as PreviewCancelRefundEmailRequest, dO as PreviewCancelRefundEmailResponse, dC as PreviewEmailByTypeRequest, dD as PreviewEmailByTypeResponse, a4 as PreviewEmailType, ix as PreviewEmailTypeWithLiterals, dE as PreviewRefundEmailRequest, dK as PreviewRefundEmailResponse, dX as PreviewResendDownloadLinksEmailRequest, dY as PreviewResendDownloadLinksEmailResponse, dV as PreviewShippingConfirmationEmailRequest, dW as PreviewShippingConfirmationEmailResponse, aT as PriceDescription, b2 as PriceSummary, aw as ProductName, gv as PublicActivity, gw as PublicActivityContentOneOf, fa as QueryOrderRequest, fb as QueryOrderResponse, hs as QuotesAddress, af as Reason, iI as ReasonWithLiterals, cd as ReceiptCreated, ce as ReceiptCreatedReceiptInfoOneOf, ch as ReceiptSent, ci as ReceiptSentReceiptInfoOneOf, iY as RecordManuallyCollectedPaymentApplicationErrors, e2 as RecordManuallyCollectedPaymentRequest, e3 as RecordManuallyCollectedPaymentResponse, d_ as RedirectUrls, eL as Refund, dF as RefundDetails, bX as RefundInitiated, dG as RefundItem, eP as RefundItemsBreakdown, eq as RefundSideEffects, aj as RefundStatus, eN as RefundStatusInfo, iM as RefundStatusWithLiterals, eM as RefundTransaction, ee as Refundability, ef as RefundabilityAdditionalRefundabilityInfoOneOf, a8 as RefundableStatus, iB as RefundableStatusWithLiterals, c3 as RefundedAsStoreCredit, bY as RefundedPayment, bZ as RefundedPaymentKindOneOf, c6 as RegularPayment, ey as RegularPaymentDetails, ez as RegularPaymentDetailsPaymentMethodDetailsOneOf, c7 as RegularPaymentPaymentMethodDetailsOneOf, b_ as RegularPaymentRefund, hm as Reschedule, er as RestockInfo, es as RestockItem, ab as RestockType, iE as RestockTypeWithLiterals, cV as RestoreInfo, bT as SavedPaymentMethod, a5 as ScheduledAction, iy as ScheduledActionWithLiterals, fc as SearchOrdersRequest, dh as SendBuyerConfirmationEmailRequest, di as SendBuyerConfirmationEmailResponse, dj as SendBuyerPaymentsReceivedEmailRequest, dk as SendBuyerPaymentsReceivedEmailResponse, dl as SendBuyerPickupConfirmationEmailRequest, dm as SendBuyerPickupConfirmationEmailResponse, dq as SendBuyerShippingConfirmationEmailRequest, dr as SendBuyerShippingConfirmationEmailResponse, dw as SendCancelRefundEmailRequest, dx as SendCancelRefundEmailResponse, du as SendMerchantOrderReceivedNotificationRequest, dv as SendMerchantOrderReceivedNotificationResponse, dA as SendMerchantOrderReceivedPushRequest, dB as SendMerchantOrderReceivedPushResponse, dy as SendRefundEmailRequest, dz as SendRefundEmailResponse, em as ServiceProperties, hX as SetOrderNumberCounterOptions, cO as SetOrderNumberCounterRequest, cP as SetOrderNumberCounterResponse, gn as ShippingAddressEdited, gj as ShippingConfirmationEmailSent, bS as ShippingInformation, bR as ShippingInformationChange, bf as ShippingPrice, dJ as ShippingRefund, bg as ShippingRegion, ak as SortOrder, iN as SortOrderWithLiterals, f4 as Sorting, hF as Source, aq as SourceType, iT as SourceTypeWithLiterals, hz as StandardDetails, b5 as StreetAddress, hy as Subdivision, ap as SubdivisionType, iS as SubdivisionTypeWithLiterals, aO as SubscriptionDescription, y as SubscriptionFrequency, ia as SubscriptionFrequencyWithLiterals, aM as SubscriptionInfo, aP as SubscriptionSettings, aN as SubscriptionTitle, cu as TagList, ct as Tags, hg as Task, hi as TaskAction, hj as TaskActionActionOneOf, hh as TaskKey, bh as TaxSummary, aV as TaxableAddress, aW as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, ic as TaxableAddressTypeWithLiterals, hI as TotalPrice, bQ as TotalPriceChange, gi as TrackingLinkAdded, gg as TrackingNumberAdded, gh as TrackingNumberEdited, ac as TransactionStatus, iF as TransactionStatusWithLiterals, aZ as TranslatableString, bN as TranslatedValue, i$ as TriggerRefundApplicationErrors, h$ as TriggerRefundOptions, eo as TriggerRefundRequest, et as TriggerRefundResponse, dg as TriggerReindexOrderRequest, dc as TriggerReindexRequest, dd as TriggerReindexResponse, fP as UnArchiveOrderRequest, fQ as UnArchiveOrderResponse, i3 as UpdateActivityIdentifiers, gz as UpdateActivityRequest, gA as UpdateActivityResponse, g0 as UpdateBillingContactDetailsRequest, g1 as UpdateBillingContactDetailsResponse, fY as UpdateBuyerEmailRequest, fZ as UpdateBuyerEmailResponse, fV as UpdateBuyerInfoRequest, fX as UpdateBuyerInfoResponse, d1 as UpdateInternalDocumentsEvent, d2 as UpdateInternalDocumentsEventOperationOneOf, gD as UpdateLineItemsDescriptionLinesRequest, gF as UpdateLineItemsDescriptionLinesResponse, i2 as UpdateOrderLineItem, i1 as UpdateOrderLineItemIdentifiers, g2 as UpdateOrderLineItemRequest, g3 as UpdateOrderLineItemResponse, g4 as UpdateOrderLineItemsRequest, g6 as UpdateOrderLineItemsResponse, fk as UpdateOrderRequest, fl as UpdateOrderResponse, f_ as UpdateOrderShippingAddressRequest, f$ as UpdateOrderShippingAddressResponse, j0 as UpdateOrderStatusApplicationErrors, gK as UpdateOrderStatusRequest, gL as UpdateOrderStatusResponse, h3 as V1BulkMarkOrdersAsPaidRequest, h4 as V1BulkMarkOrdersAsPaidResponse, h5 as V1CreatePaymentGatewayOrderRequest, h6 as V1CreatePaymentGatewayOrderResponse, ft as V1LineItemDelta, fu as V1LineItemDeltaDeltaOneOf, h0 as V1MarkOrderAsPaidRequest, h1 as V1MarkOrderAsPaidResponse, cJ as V1RestockItem, eF as V1ScheduledAction, b9 as V1ShippingInformation, hT as Value, as as ValueType, iV as ValueTypeWithLiterals, b8 as VatId, H as VatType, ih as VatTypeWithLiterals, da as VersionedDeleteByIdsOperation, db as VersionedDocumentId, d9 as VersionedDocumentUpdateOperation, a3 as VersioningMode, iw as VersioningModeWithLiterals, eV as VoidAuthorizedPaymentsRequest, a2 as WebhookIdentityType, iv as WebhookIdentityTypeWithLiterals, W as WeightUnit, ig as WeightUnitWithLiterals, cf as WixReceipt, eJ as WixReceiptInfo } from './ecom-v1-order-orders.universal-DHgUUEAU.mjs';
2
+ import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, A as AddActivitiesOptions, m as AddActivitiesResponse, n as CancelOrderOptions, o as CancelOrderResponse, p as CancelOrderApplicationErrors, q as BulkUpdateOrderTagsOptions, r as BulkUpdateOrderTagsResponse, s as OrderApprovedEnvelope, t as OrderUpdatedEnvelope, u as OrderCanceledEnvelope, v as OrderCreatedEnvelope, w as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-97MQ6VTe.mjs';
3
+ export { d0 as AccountInfo, cY as ActionEvent, ag as ActionType, iJ as ActionTypeWithLiterals, bu as Activity, bv as ActivityContentOneOf, X as ActivityType, io as ActivityTypeWithLiterals, gy as AddActivitiesRequest, gu as AddActivityRequest, gx as AddActivityResponse, g7 as AddInternalActivityRequest, gt as AddInternalActivityResponse, cr as AdditionalFee, fz as AdditionalFeeDelta, fA as AdditionalFeeDeltaDeltaOneOf, dI as AdditionalFeeRefund, $ as AdditionalFeeSource, is as AdditionalFeeSourceWithLiterals, b4 as Address, ht as AddressDescription, b6 as AddressLocation, b3 as AddressWithContact, z as AdjustmentType, ib as AdjustmentTypeWithLiterals, i5 as AggregateOrdersOptions, h9 as AggregateOrdersRequest, ha as AggregateOrdersResponse, eO as AggregatedRefundSummary, ea as ApplicationError, bk as AppliedDiscount, fx as AppliedDiscountDelta, fy as AppliedDiscountDeltaDeltaOneOf, bl as AppliedDiscountDiscountSourceOneOf, fJ as ArchiveOrderRequest, fK as ArchiveOrderResponse, Z as AttributionSource, iq as AttributionSourceWithLiterals, eD as AuthorizationActionFailureDetails, eC as AuthorizationCapture, ad as AuthorizationCaptureStatus, iG as AuthorizationCaptureStatusWithLiterals, eB as AuthorizationDetails, eE as AuthorizationVoid, ae as AuthorizationVoidStatus, iH as AuthorizationVoidStatusWithLiterals, bV as AuthorizedPaymentCaptured, bU as AuthorizedPaymentCreated, bW as AuthorizedPaymentVoided, cq as Balance, cp as BalanceSummary, hV as BaseEventMetadata, df as BatchOfTriggerReindexOrderRequest, hD as BigDecimalWrapper, aR as BillingAdjustment, aS as BillingAdjustmentPriceSummary, eb as BulkActionMetadata, fN as BulkArchiveOrdersByFilterRequest, fO as BulkArchiveOrdersByFilterResponse, fL as BulkArchiveOrdersRequest, fM as BulkArchiveOrdersResponse, hY as BulkDeleteImportedOrdersOptions, cQ as BulkDeleteImportedOrdersRequest, cR as BulkDeleteImportedOrdersResponse, gR as BulkMarkAsFulfilledByFilterRequest, gS as BulkMarkAsFulfilledByFilterResponse, gP as BulkMarkAsFulfilledRequest, gQ as BulkMarkAsFulfilledResponse, gX as BulkMarkAsUnfulfilledByFilterRequest, gY as BulkMarkAsUnfulfilledByFilterResponse, gV as BulkMarkAsUnfulfilledRequest, gW as BulkMarkAsUnfulfilledResponse, e6 as BulkMarkOrdersAsPaidRequest, e7 as BulkMarkOrdersAsPaidResponse, e8 as BulkOrderResult, dn as BulkSendBuyerPickupConfirmationEmailsRequest, dp as BulkSendBuyerPickupConfirmationEmailsResponse, ds as BulkSendBuyerShippingConfirmationEmailsRequest, dt as BulkSendBuyerShippingConfirmationEmailsResponse, gZ as BulkSetBusinessLocationRequest, g_ as BulkSetBusinessLocationResponse, g$ as BulkSetBusinessLocationResult, fT as BulkUnArchiveOrdersByFilterRequest, fU as BulkUnArchiveOrdersByFilterResponse, fR as BulkUnArchiveOrdersRequest, fS as BulkUnArchiveOrdersResponse, he as BulkUpdateOrderTagsRequest, hf as BulkUpdateOrderTagsResult, fm as BulkUpdateOrdersRequest, a$ as BuyerInfo, b0 as BuyerInfoIdOneOf, fW as BuyerInfoUpdate, eS as CalculateRefundItemRequest, eU as CalculateRefundItemResponse, eR as CalculateRefundRequest, eT as CalculateRefundResponse, hN as CalculatedTax, hM as CalculatedTaxes, hl as Cancel, gI as CancelOrderRequest, eW as CaptureAuthorizedPaymentsRequest, ax as CatalogReference, cn as ChannelInfo, _ as ChannelType, ir as ChannelTypeWithLiterals, h_ as ChargeMembershipsOptions, ej as ChargeMembershipsRequest, en as ChargeMembershipsResponse, eX as ChargeSavedPaymentMethodRequest, eY as ChargeSavedPaymentMethodResponse, a1 as ChargeType, iu as ChargeTypeWithLiterals, eG as Chargeback, cj as ChargebackCreated, ck as ChargebackReversed, ah as ChargebackStatus, iK as ChargebackStatusWithLiterals, eh as ChargedBy, aD as Color, fn as CommitDeltasRequest, fD as CommitDeltasResponse, fF as CommittedDiffs, fG as CommittedDiffsShippingUpdateInfoOneOf, hw as CommonAddress, hx as CommonAddressStreetOneOf, j1 as CommonSearchWithEntityContext, hv as Company, hk as Complete, bm as Coupon, fg as CreateOrderRequest, fj as CreateOrderResponse, eg as CreatePaymentGatewayOrderRequest, ei as CreatePaymentGatewayOrderResponse, cl as CreatedBy, cm as CreatedByStringOneOf, c8 as CreditCardDetails, eA as CreditCardPaymentMethodDetails, b1 as CurrencyConversionDetails, f6 as CursorPaging, ff as CursorPagingMetadata, fd as CursorSearch, fe as CursorSearchPagingMethodOneOf, f9 as Cursors, bw as CustomActivity, cz as CustomAllowedActions, co as CustomField, ar as CustomFieldGroup, iU as CustomFieldGroupWithLiterals, hS as CustomFieldValue, hq as Customer, hc as DecrementData, hb as DecrementItemsQuantityRequest, hd as DecrementItemsQuantityResponse, d$ as DelayedCaptureSettings, i4 as DeleteActivityIdentifiers, gB as DeleteActivityRequest, gC as DeleteActivityResponse, d6 as DeleteByFilterOperation, d5 as DeleteByIdsOperation, ba as DeliveryLogistics, bb as DeliveryLogisticsAddressOneOf, be as DeliveryTimeSlot, am as DeltaPaymentOptionType, iP as DeltaPaymentOptionTypeWithLiterals, hU as Deposit, at as DepositType, iW as DepositTypeWithLiterals, ay as DescriptionLine, aA as DescriptionLineDescriptionLineValueOneOf, aB as DescriptionLineName, D as DescriptionLineType, i6 as DescriptionLineTypeWithLiterals, az as DescriptionLineValueOneOf, eZ as DiffmatokyPayload, aL as DigitalFile, hK as Discount, hL as DiscountOneDiscountTypeOneOf, Q as DiscountReason, il as DiscountReasonWithLiterals, bp as DiscountRule, bq as DiscountRuleName, N as DiscountType, ik as DiscountTypeWithLiterals, cS as DomainEvent, cT as DomainEventBodyOneOf, gf as DownloadLinkSent, bC as DraftOrderChangesApplied, fB as DraftOrderCommitSettings, fo as DraftOrderDiffs, fr as DraftOrderDiffsBillingUpdateInfoOneOf, fq as DraftOrderDiffsBuyerUpdateInfoOneOf, fs as DraftOrderDiffsRecipientUpdateInfoOneOf, fp as DraftOrderDiffsShippingUpdateInfoOneOf, e0 as Duration, a6 as DurationUnit, iz as DurationUnitWithLiterals, hr as Email, go as EmailEdited, de as Empty, cU as EntityCreatedEvent, cX as EntityDeletedEvent, cW as EntityUpdatedEvent, e_ as ErrorInformation, hW as EventMetadata, aX as ExtendedFields, cg as ExternalReceipt, eK as ExternalReceiptInfo, aE as FocalPoint, cC as FormIdentifier, cB as FormInfo, aQ as FreeTrialPeriod, gm as FulfillerEmailSent, F as FulfillmentStatus, gO as FulfillmentStatusUpdated, ie as FulfillmentStatusWithLiterals, cs as FulfillmentStatusesAggregate, b7 as FullAddressContactDetails, e$ as GetOrderRequest, f0 as GetOrderResponse, e1 as GetPaymentCollectabilityStatusRequest, ec as GetRefundabilityStatusRequest, ed as GetRefundabilityStatusResponse, h7 as GetShipmentsRequest, h8 as GetShipmentsResponse, eH as GiftCardPaymentDetails, b$ as GiftCardPaymentRefund, ho as IdAndVersion, c_ as IdentificationData, c$ as IdentificationDataIdOneOf, cM as ImportOrderRequest, cN as ImportOrderResponse, cL as ImportedOrderDeleted, g8 as InternalActivity, g9 as InternalActivityContentOneOf, d3 as InternalDocument, d7 as InternalDocumentUpdateByFilterOperation, d4 as InternalDocumentUpdateOperation, f1 as InternalQueryOrdersRequest, f7 as InternalQueryOrdersResponse, d8 as InternalUpdateExistingOperation, an as InventoryAction, iQ as InventoryActionWithLiterals, fC as InventoryUpdateDetails, gk as InvoiceAdded, hA as InvoiceDates, hR as InvoiceDynamicPriceTotals, hp as InvoiceFields, gl as InvoiceSent, hn as InvoiceSentEvent, au as InvoiceStatus, iX as InvoiceStatusWithLiterals, hP as InvoicesPayment, fw as ItemChangedDetails, bs as ItemCombination, bt as ItemCombinationLineItem, e9 as ItemMetadata, a_ as ItemModifier, aI as ItemTaxFullDetails, aG as ItemType, aH as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, i7 as ItemTypePresetWithLiterals, hJ as ItemizedFee, J as JurisdictionType, i9 as JurisdictionTypeWithLiterals, hC as LineItem, bO as LineItemAmount, bF as LineItemChanges, fH as LineItemDelta, fI as LineItemDeltaDeltaOneOf, bJ as LineItemDescriptionLineChange, br as LineItemDiscount, bB as LineItemExchangeData, hG as LineItemMetaData, bK as LineItemModifiersChange, bH as LineItemPriceChange, bI as LineItemProductNameChange, bG as LineItemQuantityChange, R as LineItemQuantityChangeType, im as LineItemQuantityChangeTypeWithLiterals, dH as LineItemRefund, eQ as LineItemRefundSummary, hE as LineItemTax, aK as LineItemTaxBreakdown, aJ as LineItemTaxInfo, gE as LineItemUpdate, hB as LineItems, hH as Locale, cv as Location, aU as LocationAndQuantity, bP as ManagedAdditionalFee, bM as ManagedDiscount, bL as ManagedLineItem, aa as ManuallyRefundableReason, iD as ManuallyRefundableReasonWithLiterals, gM as MarkAsFulfilledRequest, gN as MarkAsFulfilledResponse, gT as MarkAsUnfulfilledRequest, gU as MarkAsUnfulfilledResponse, e4 as MarkOrderAsPaidRequest, e5 as MarkOrderAsPaidResponse, gG as MarkOrderAsSeenByHumanRequest, gH as MarkOrderAsSeenByHumanResponse, g5 as MaskedOrderLineItem, ek as MembershipChargeItem, el as MembershipName, eI as MembershipPaymentDetails, c0 as MembershipPaymentRefund, ai as MembershipPaymentStatus, iL as MembershipPaymentStatusWithLiterals, bx as MerchantComment, bn as MerchantDiscount, bo as MerchantDiscountMerchantDiscountReasonOneOf, cZ as MessageEnvelope, hQ as MetaData, aY as ModifierGroup, bA as NewExchangeOrderCreated, a9 as NonRefundableReason, iC as NonRefundableReasonWithLiterals, a0 as OrderActionType, it as OrderActionTypeWithLiterals, Y as OrderActivityTypeEnumActivityType, ip as OrderActivityTypeEnumActivityTypeWithLiterals, al as OrderApprovalStrategy, iO as OrderApprovalStrategyWithLiterals, cF as OrderApproved, ge as OrderCanceled, gJ as OrderCanceledEventOrderCanceled, bD as OrderChange, bE as OrderChangeValueOneOf, fi as OrderCreateNotifications, bz as OrderCreatedFromExchange, fh as OrderCreationSettings, fE as OrderDeltasCommitted, gc as OrderFulfilled, cK as OrderImported, cI as OrderItemsRestocked, av as OrderLineItem, fv as OrderLineItemChangedDetails, gd as OrderNotFulfilled, gb as OrderPaid, gq as OrderPartiallyPaid, gr as OrderPending, ga as OrderPlaced, by as OrderRefunded, gs as OrderRejected, cH as OrderRejectedEventOrderRejected, i0 as OrderSearchSpec, cw as OrderSettings, cx as OrderSettingsAllowedActionsOneOf, cy as OrderSettingsEditableByOneOf, L as OrderStatus, ij as OrderStatusWithLiterals, bj as OrderTaxBreakdown, bi as OrderTaxInfo, eu as OrderTransactions, cG as OrdersExperiments, cA as OwnerApps, ev as Payment, c9 as PaymentCanceled, ca as PaymentCanceledPaymentDetailsOneOf, a7 as PaymentCollectabilityStatus, iA as PaymentCollectabilityStatusWithLiterals, i_ as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, hZ as PaymentCollectionCreatePaymentGatewayOrderOptions, iZ as PaymentCollectionMarkOrderAsPaidApplicationErrors, cb as PaymentDeclined, cc as PaymentDeclinedPaymentDetailsOneOf, x as PaymentOptionType, i8 as PaymentOptionTypeWithLiterals, ew as PaymentPaymentDetailsOneOf, c4 as PaymentPending, c5 as PaymentPendingPaymentDetailsOneOf, ex as PaymentReceiptInfoOneOf, ep as PaymentRefund, c2 as PaymentRefundFailed, c1 as PaymentRefunded, E as PaymentStatus, h2 as PaymentStatusUpdated, id as PaymentStatusWithLiterals, hO as Payments, hu as Phone, aF as PhysicalProperties, bd as PickupAddress, bc as PickupDetails, K as PickupMethod, ii as PickupMethodWithLiterals, gp as PickupReadyEmailSent, ao as Placement, iR as PlacementWithLiterals, aC as PlainTextValue, cE as PlatformFee, cD as PlatformFeeSummary, f5 as PlatformPaging, f8 as PlatformPagingMetadata, f2 as PlatformQuery, f3 as PlatformQueryPagingMethodOneOf, dZ as PreparePaymentCollectionRequest, dR as PreviewBuyerConfirmationEmailRequest, dS as PreviewBuyerConfirmationEmailResponse, dP as PreviewBuyerPaymentsReceivedEmailRequest, dQ as PreviewBuyerPaymentsReceivedEmailResponse, dT as PreviewBuyerPickupConfirmationEmailRequest, dU as PreviewBuyerPickupConfirmationEmailResponse, dL as PreviewCancelEmailRequest, dM as PreviewCancelEmailResponse, dN as PreviewCancelRefundEmailRequest, dO as PreviewCancelRefundEmailResponse, dC as PreviewEmailByTypeRequest, dD as PreviewEmailByTypeResponse, a4 as PreviewEmailType, ix as PreviewEmailTypeWithLiterals, dE as PreviewRefundEmailRequest, dK as PreviewRefundEmailResponse, dX as PreviewResendDownloadLinksEmailRequest, dY as PreviewResendDownloadLinksEmailResponse, dV as PreviewShippingConfirmationEmailRequest, dW as PreviewShippingConfirmationEmailResponse, aT as PriceDescription, b2 as PriceSummary, aw as ProductName, gv as PublicActivity, gw as PublicActivityContentOneOf, fa as QueryOrderRequest, fb as QueryOrderResponse, hs as QuotesAddress, af as Reason, iI as ReasonWithLiterals, cd as ReceiptCreated, ce as ReceiptCreatedReceiptInfoOneOf, ch as ReceiptSent, ci as ReceiptSentReceiptInfoOneOf, iY as RecordManuallyCollectedPaymentApplicationErrors, e2 as RecordManuallyCollectedPaymentRequest, e3 as RecordManuallyCollectedPaymentResponse, d_ as RedirectUrls, eL as Refund, dF as RefundDetails, bX as RefundInitiated, dG as RefundItem, eP as RefundItemsBreakdown, eq as RefundSideEffects, aj as RefundStatus, eN as RefundStatusInfo, iM as RefundStatusWithLiterals, eM as RefundTransaction, ee as Refundability, ef as RefundabilityAdditionalRefundabilityInfoOneOf, a8 as RefundableStatus, iB as RefundableStatusWithLiterals, c3 as RefundedAsStoreCredit, bY as RefundedPayment, bZ as RefundedPaymentKindOneOf, c6 as RegularPayment, ey as RegularPaymentDetails, ez as RegularPaymentDetailsPaymentMethodDetailsOneOf, c7 as RegularPaymentPaymentMethodDetailsOneOf, b_ as RegularPaymentRefund, hm as Reschedule, er as RestockInfo, es as RestockItem, ab as RestockType, iE as RestockTypeWithLiterals, cV as RestoreInfo, bT as SavedPaymentMethod, a5 as ScheduledAction, iy as ScheduledActionWithLiterals, fc as SearchOrdersRequest, dh as SendBuyerConfirmationEmailRequest, di as SendBuyerConfirmationEmailResponse, dj as SendBuyerPaymentsReceivedEmailRequest, dk as SendBuyerPaymentsReceivedEmailResponse, dl as SendBuyerPickupConfirmationEmailRequest, dm as SendBuyerPickupConfirmationEmailResponse, dq as SendBuyerShippingConfirmationEmailRequest, dr as SendBuyerShippingConfirmationEmailResponse, dw as SendCancelRefundEmailRequest, dx as SendCancelRefundEmailResponse, du as SendMerchantOrderReceivedNotificationRequest, dv as SendMerchantOrderReceivedNotificationResponse, dA as SendMerchantOrderReceivedPushRequest, dB as SendMerchantOrderReceivedPushResponse, dy as SendRefundEmailRequest, dz as SendRefundEmailResponse, em as ServiceProperties, hX as SetOrderNumberCounterOptions, cO as SetOrderNumberCounterRequest, cP as SetOrderNumberCounterResponse, gn as ShippingAddressEdited, gj as ShippingConfirmationEmailSent, bS as ShippingInformation, bR as ShippingInformationChange, bf as ShippingPrice, dJ as ShippingRefund, bg as ShippingRegion, ak as SortOrder, iN as SortOrderWithLiterals, f4 as Sorting, hF as Source, aq as SourceType, iT as SourceTypeWithLiterals, hz as StandardDetails, b5 as StreetAddress, hy as Subdivision, ap as SubdivisionType, iS as SubdivisionTypeWithLiterals, aO as SubscriptionDescription, y as SubscriptionFrequency, ia as SubscriptionFrequencyWithLiterals, aM as SubscriptionInfo, aP as SubscriptionSettings, aN as SubscriptionTitle, cu as TagList, ct as Tags, hg as Task, hi as TaskAction, hj as TaskActionActionOneOf, hh as TaskKey, bh as TaxSummary, aV as TaxableAddress, aW as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, ic as TaxableAddressTypeWithLiterals, hI as TotalPrice, bQ as TotalPriceChange, gi as TrackingLinkAdded, gg as TrackingNumberAdded, gh as TrackingNumberEdited, ac as TransactionStatus, iF as TransactionStatusWithLiterals, aZ as TranslatableString, bN as TranslatedValue, i$ as TriggerRefundApplicationErrors, h$ as TriggerRefundOptions, eo as TriggerRefundRequest, et as TriggerRefundResponse, dg as TriggerReindexOrderRequest, dc as TriggerReindexRequest, dd as TriggerReindexResponse, fP as UnArchiveOrderRequest, fQ as UnArchiveOrderResponse, i3 as UpdateActivityIdentifiers, gz as UpdateActivityRequest, gA as UpdateActivityResponse, g0 as UpdateBillingContactDetailsRequest, g1 as UpdateBillingContactDetailsResponse, fY as UpdateBuyerEmailRequest, fZ as UpdateBuyerEmailResponse, fV as UpdateBuyerInfoRequest, fX as UpdateBuyerInfoResponse, d1 as UpdateInternalDocumentsEvent, d2 as UpdateInternalDocumentsEventOperationOneOf, gD as UpdateLineItemsDescriptionLinesRequest, gF as UpdateLineItemsDescriptionLinesResponse, i2 as UpdateOrderLineItem, i1 as UpdateOrderLineItemIdentifiers, g2 as UpdateOrderLineItemRequest, g3 as UpdateOrderLineItemResponse, g4 as UpdateOrderLineItemsRequest, g6 as UpdateOrderLineItemsResponse, fk as UpdateOrderRequest, fl as UpdateOrderResponse, f_ as UpdateOrderShippingAddressRequest, f$ as UpdateOrderShippingAddressResponse, j0 as UpdateOrderStatusApplicationErrors, gK as UpdateOrderStatusRequest, gL as UpdateOrderStatusResponse, h3 as V1BulkMarkOrdersAsPaidRequest, h4 as V1BulkMarkOrdersAsPaidResponse, h5 as V1CreatePaymentGatewayOrderRequest, h6 as V1CreatePaymentGatewayOrderResponse, ft as V1LineItemDelta, fu as V1LineItemDeltaDeltaOneOf, h0 as V1MarkOrderAsPaidRequest, h1 as V1MarkOrderAsPaidResponse, cJ as V1RestockItem, eF as V1ScheduledAction, b9 as V1ShippingInformation, hT as Value, as as ValueType, iV as ValueTypeWithLiterals, b8 as VatId, H as VatType, ih as VatTypeWithLiterals, da as VersionedDeleteByIdsOperation, db as VersionedDocumentId, d9 as VersionedDocumentUpdateOperation, a3 as VersioningMode, iw as VersioningModeWithLiterals, eV as VoidAuthorizedPaymentsRequest, a2 as WebhookIdentityType, iv as WebhookIdentityTypeWithLiterals, W as WeightUnit, ig as WeightUnitWithLiterals, cf as WixReceipt, eJ as WixReceiptInfo } from './ecom-v1-order-orders.universal-97MQ6VTe.mjs';
4
4
 
5
5
  declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
6
6
  interface PreparePaymentCollectionSignature {
@@ -336,8 +336,8 @@ function recordManuallyCollectedPayment(payload) {
336
336
  }
337
337
  return __recordManuallyCollectedPayment;
338
338
  }
339
- function markOrderAsPaid(payload) {
340
- function __markOrderAsPaid({ host }) {
339
+ function paymentCollectionMarkOrderAsPaid(payload) {
340
+ function __paymentCollectionMarkOrderAsPaid({ host }) {
341
341
  const metadata = {
342
342
  entityFqdn: "wix.ecom.v1.order",
343
343
  method: "POST",
@@ -398,10 +398,10 @@ function markOrderAsPaid(payload) {
398
398
  };
399
399
  return metadata;
400
400
  }
401
- return __markOrderAsPaid;
401
+ return __paymentCollectionMarkOrderAsPaid;
402
402
  }
403
- function bulkMarkOrdersAsPaid(payload) {
404
- function __bulkMarkOrdersAsPaid({ host }) {
403
+ function paymentCollectionBulkMarkOrdersAsPaid(payload) {
404
+ function __paymentCollectionBulkMarkOrdersAsPaid({ host }) {
405
405
  const metadata = {
406
406
  entityFqdn: "wix.ecom.v1.order",
407
407
  method: "POST",
@@ -466,7 +466,7 @@ function bulkMarkOrdersAsPaid(payload) {
466
466
  };
467
467
  return metadata;
468
468
  }
469
- return __bulkMarkOrdersAsPaid;
469
+ return __paymentCollectionBulkMarkOrdersAsPaid;
470
470
  }
471
471
  function getRefundabilityStatus(payload) {
472
472
  function __getRefundabilityStatus({ host }) {
@@ -489,8 +489,8 @@ function getRefundabilityStatus(payload) {
489
489
  }
490
490
  return __getRefundabilityStatus;
491
491
  }
492
- function createPaymentGatewayOrder(payload) {
493
- function __createPaymentGatewayOrder({ host }) {
492
+ function paymentCollectionCreatePaymentGatewayOrder(payload) {
493
+ function __paymentCollectionCreatePaymentGatewayOrder({ host }) {
494
494
  const metadata = {
495
495
  entityFqdn: "wix.ecom.v1.order",
496
496
  method: "POST",
@@ -508,7 +508,7 @@ function createPaymentGatewayOrder(payload) {
508
508
  };
509
509
  return metadata;
510
510
  }
511
- return __createPaymentGatewayOrder;
511
+ return __paymentCollectionCreatePaymentGatewayOrder;
512
512
  }
513
513
  function chargeMemberships(payload) {
514
514
  function __chargeMemberships({ host }) {
@@ -2358,12 +2358,12 @@ async function recordManuallyCollectedPayment2(orderId, amount) {
2358
2358
  throw transformedError;
2359
2359
  }
2360
2360
  }
2361
- async function markOrderAsPaid2(ecomOrderId) {
2361
+ async function paymentCollectionMarkOrderAsPaid2(ecomOrderId) {
2362
2362
  const { httpClient, sideEffects } = arguments[1];
2363
2363
  const payload = renameKeysFromSDKRequestToRESTRequest({
2364
2364
  ecomOrderId
2365
2365
  });
2366
- const reqOpts = markOrderAsPaid(payload);
2366
+ const reqOpts = paymentCollectionMarkOrderAsPaid(payload);
2367
2367
  sideEffects?.onSiteCall?.();
2368
2368
  try {
2369
2369
  const result = await httpClient.request(reqOpts);
@@ -2401,12 +2401,12 @@ async function markOrderAsPaid2(ecomOrderId) {
2401
2401
  throw transformedError;
2402
2402
  }
2403
2403
  }
2404
- async function bulkMarkOrdersAsPaid2(ecomOrderIds) {
2404
+ async function paymentCollectionBulkMarkOrdersAsPaid2(ecomOrderIds) {
2405
2405
  const { httpClient, sideEffects } = arguments[1];
2406
2406
  const payload = renameKeysFromSDKRequestToRESTRequest({
2407
2407
  ecomOrderIds
2408
2408
  });
2409
- const reqOpts = bulkMarkOrdersAsPaid(payload);
2409
+ const reqOpts = paymentCollectionBulkMarkOrdersAsPaid(payload);
2410
2410
  sideEffects?.onSiteCall?.();
2411
2411
  try {
2412
2412
  const result = await httpClient.request(reqOpts);
@@ -2471,13 +2471,15 @@ async function getRefundabilityStatus2(ecomOrderId) {
2471
2471
  throw transformedError;
2472
2472
  }
2473
2473
  }
2474
- async function createPaymentGatewayOrder2(ecomOrderId, options) {
2474
+ async function paymentCollectionCreatePaymentGatewayOrder2(ecomOrderId, options) {
2475
2475
  const { httpClient, sideEffects } = arguments[2];
2476
2476
  const payload = renameKeysFromSDKRequestToRESTRequest({
2477
2477
  ecomOrderId,
2478
2478
  chargedBy: options?.chargedBy
2479
2479
  });
2480
- const reqOpts = createPaymentGatewayOrder(payload);
2480
+ const reqOpts = paymentCollectionCreatePaymentGatewayOrder(
2481
+ payload
2482
+ );
2481
2483
  sideEffects?.onSiteCall?.();
2482
2484
  try {
2483
2485
  const result = await httpClient.request(reqOpts);
@@ -3331,15 +3333,15 @@ function recordManuallyCollectedPayment3(httpClient) {
3331
3333
  { httpClient }
3332
3334
  );
3333
3335
  }
3334
- function markOrderAsPaid3(httpClient) {
3335
- return (ecomOrderId) => markOrderAsPaid2(
3336
+ function paymentCollectionMarkOrderAsPaid3(httpClient) {
3337
+ return (ecomOrderId) => paymentCollectionMarkOrderAsPaid2(
3336
3338
  ecomOrderId,
3337
3339
  // @ts-ignore
3338
3340
  { httpClient }
3339
3341
  );
3340
3342
  }
3341
- function bulkMarkOrdersAsPaid3(httpClient) {
3342
- return (ecomOrderIds) => bulkMarkOrdersAsPaid2(
3343
+ function paymentCollectionBulkMarkOrdersAsPaid3(httpClient) {
3344
+ return (ecomOrderIds) => paymentCollectionBulkMarkOrdersAsPaid2(
3343
3345
  ecomOrderIds,
3344
3346
  // @ts-ignore
3345
3347
  { httpClient }
@@ -3352,8 +3354,8 @@ function getRefundabilityStatus3(httpClient) {
3352
3354
  { httpClient }
3353
3355
  );
3354
3356
  }
3355
- function createPaymentGatewayOrder3(httpClient) {
3356
- return (ecomOrderId, options) => createPaymentGatewayOrder2(
3357
+ function paymentCollectionCreatePaymentGatewayOrder3(httpClient) {
3358
+ return (ecomOrderId, options) => paymentCollectionCreatePaymentGatewayOrder2(
3357
3359
  ecomOrderId,
3358
3360
  options,
3359
3361
  // @ts-ignore
@@ -3761,10 +3763,12 @@ var bulkDeleteImportedOrders4 = /* @__PURE__ */ createRESTModule(bulkDeleteImpor
3761
3763
  var preparePaymentCollection4 = /* @__PURE__ */ createRESTModule(preparePaymentCollection3);
3762
3764
  var getPaymentCollectabilityStatus4 = /* @__PURE__ */ createRESTModule(getPaymentCollectabilityStatus3);
3763
3765
  var recordManuallyCollectedPayment4 = /* @__PURE__ */ createRESTModule(recordManuallyCollectedPayment3);
3764
- var markOrderAsPaid4 = /* @__PURE__ */ createRESTModule(markOrderAsPaid3);
3765
- var bulkMarkOrdersAsPaid4 = /* @__PURE__ */ createRESTModule(bulkMarkOrdersAsPaid3);
3766
+ var paymentCollectionMarkOrderAsPaid4 = /* @__PURE__ */ createRESTModule(paymentCollectionMarkOrderAsPaid3);
3767
+ var paymentCollectionBulkMarkOrdersAsPaid4 = /* @__PURE__ */ createRESTModule(paymentCollectionBulkMarkOrdersAsPaid3);
3766
3768
  var getRefundabilityStatus4 = /* @__PURE__ */ createRESTModule(getRefundabilityStatus3);
3767
- var createPaymentGatewayOrder4 = /* @__PURE__ */ createRESTModule(createPaymentGatewayOrder3);
3769
+ var paymentCollectionCreatePaymentGatewayOrder4 = /* @__PURE__ */ createRESTModule(
3770
+ paymentCollectionCreatePaymentGatewayOrder3
3771
+ );
3768
3772
  var chargeMemberships4 = /* @__PURE__ */ createRESTModule(chargeMemberships3);
3769
3773
  var triggerRefund4 = /* @__PURE__ */ createRESTModule(triggerRefund3);
3770
3774
  var voidAuthorizedPayments4 = /* @__PURE__ */ createRESTModule(voidAuthorizedPayments3);
@@ -3847,25 +3851,25 @@ export {
3847
3851
  addActivity4 as addActivity,
3848
3852
  aggregateOrders4 as aggregateOrders,
3849
3853
  bulkDeleteImportedOrders4 as bulkDeleteImportedOrders,
3850
- bulkMarkOrdersAsPaid4 as bulkMarkOrdersAsPaid,
3851
3854
  bulkUpdateOrderTags4 as bulkUpdateOrderTags,
3852
3855
  bulkUpdateOrders4 as bulkUpdateOrders,
3853
3856
  cancelOrder4 as cancelOrder,
3854
3857
  captureAuthorizedPayments4 as captureAuthorizedPayments,
3855
3858
  chargeMemberships4 as chargeMemberships,
3856
3859
  createOrder4 as createOrder,
3857
- createPaymentGatewayOrder4 as createPaymentGatewayOrder,
3858
3860
  deleteActivity4 as deleteActivity,
3859
3861
  getOrder4 as getOrder,
3860
3862
  getPaymentCollectabilityStatus4 as getPaymentCollectabilityStatus,
3861
3863
  getRefundabilityStatus4 as getRefundabilityStatus,
3862
3864
  importOrder4 as importOrder,
3863
- markOrderAsPaid4 as markOrderAsPaid,
3864
3865
  onOrderApproved2 as onOrderApproved,
3865
3866
  onOrderCanceled2 as onOrderCanceled,
3866
3867
  onOrderCreated2 as onOrderCreated,
3867
3868
  onOrderPaymentStatusUpdated2 as onOrderPaymentStatusUpdated,
3868
3869
  onOrderUpdated2 as onOrderUpdated,
3870
+ paymentCollectionBulkMarkOrdersAsPaid4 as paymentCollectionBulkMarkOrdersAsPaid,
3871
+ paymentCollectionCreatePaymentGatewayOrder4 as paymentCollectionCreatePaymentGatewayOrder,
3872
+ paymentCollectionMarkOrderAsPaid4 as paymentCollectionMarkOrderAsPaid,
3869
3873
  preparePaymentCollection4 as preparePaymentCollection,
3870
3874
  recordManuallyCollectedPayment4 as recordManuallyCollectedPayment,
3871
3875
  searchOrders4 as searchOrders,