@wix/auto_sdk_ecom_orders 1.0.128 → 1.0.129

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-NMTSUZbl.d.ts → ecom-v1-order-orders.universal-DC5vd1yo.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-NMTSUZbl.d.mts → ecom-v1-order-orders.universal-DC5vd1yo.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-f_0Qlg8r.d.ts → ecom-v1-order-orders.universal-BzBik9rg.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-f_0Qlg8r.d.mts → ecom-v1-order-orders.universal-BzBik9rg.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
@@ -6529,7 +6529,7 @@ type RecordManuallyCollectedPaymentApplicationErrors = {
6529
6529
  data?: Record<string, any>;
6530
6530
  };
6531
6531
  /** @docsIgnore */
6532
- type MarkOrderAsPaidApplicationErrors = {
6532
+ type PaymentCollectionMarkOrderAsPaidApplicationErrors = {
6533
6533
  code?: 'ORDER_ALREADY_PAID';
6534
6534
  description?: string;
6535
6535
  data?: Record<string, any>;
@@ -6543,7 +6543,7 @@ type MarkOrderAsPaidApplicationErrors = {
6543
6543
  data?: Record<string, any>;
6544
6544
  };
6545
6545
  /** @docsIgnore */
6546
- type CreatePaymentGatewayOrderApplicationErrors = {
6546
+ type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors = {
6547
6547
  code?: 'ORDER_ALREADY_PAID';
6548
6548
  description?: string;
6549
6549
  data?: Record<string, any>;
@@ -6933,7 +6933,7 @@ interface PreparePaymentCollectionOptions {
6933
6933
  * @fqn com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.GetPaymentCollectabilityStatus
6934
6934
  */
6935
6935
  declare function getPaymentCollectabilityStatus(ecomOrderId: string): Promise<NonNullablePaths<GetPaymentCollectabilityStatusResponse, `status` | `amount.amount` | `amount.formattedAmount`, 3>>;
6936
- interface CreatePaymentGatewayOrderOptions {
6936
+ interface PaymentCollectionCreatePaymentGatewayOrderOptions {
6937
6937
  /** Information about the user who initiated the payment. */
6938
6938
  chargedBy?: ChargedBy;
6939
6939
  }
@@ -7686,4 +7686,4 @@ interface BulkUpdateOrderTagsOptions {
7686
7686
  unassignTags?: Tags;
7687
7687
  }
7688
7688
 
7689
- export { OrderActionType 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 CurrencyConversionDetails as a$, WebhookIdentityType as a0, PreviewEmailType as a1, ScheduledAction as a2, DurationUnit as a3, PaymentCollectabilityStatus as a4, RefundableStatus as a5, NonRefundableReason as a6, ManuallyRefundableReason as a7, RestockType as a8, TransactionStatus as a9, type PlainTextValue as aA, type Color as aB, type FocalPoint as aC, type PhysicalProperties as aD, type ItemType as aE, type ItemTypeItemTypeDataOneOf as aF, type ItemTaxFullDetails as aG, type LineItemTaxInfo as aH, type LineItemTaxBreakdown as aI, type DigitalFile as aJ, type SubscriptionInfo as aK, type SubscriptionTitle as aL, type SubscriptionDescription as aM, type SubscriptionSettings as aN, type FreeTrialPeriod as aO, type BillingAdjustment as aP, type BillingAdjustmentPriceSummary as aQ, type PriceDescription as aR, type LocationAndQuantity as aS, type TaxableAddress as aT, type TaxableAddressTaxableAddressDataOneOf as aU, type ExtendedFields as aV, type ModifierGroup as aW, type TranslatableString as aX, type ItemModifier as aY, type BuyerInfo as aZ, type BuyerInfoIdOneOf as a_, AuthorizationCaptureStatus as aa, AuthorizationVoidStatus as ab, Reason as ac, ActionType as ad, ChargebackStatus as ae, MembershipPaymentStatus as af, RefundStatus as ag, VersioningMode as ah, SortOrder as ai, OrderApprovalStrategy as aj, DeltaPaymentOptionType as ak, InventoryAction as al, Placement as am, SubdivisionType as an, SourceType as ao, CustomFieldGroup as ap, ValueType as aq, DepositType as ar, InvoiceStatus as as, type OrderLineItem as at, type ProductName as au, type CatalogReference as av, type DescriptionLine as aw, type DescriptionLineValueOneOf as ax, type DescriptionLineDescriptionLineValueOneOf as ay, type DescriptionLineName as az, type PreparePaymentCollectionResponse as b, type RefundedAsStoreCredit as b$, type PriceSummary as b0, type AddressWithContact as b1, type Address as b2, type StreetAddress as b3, type AddressLocation as b4, type FullAddressContactDetails as b5, type VatId as b6, type V1ShippingInformation as b7, type DeliveryLogistics as b8, type DeliveryLogisticsAddressOneOf as b9, type OrderChangeValueOneOf as bA, type LineItemChanges as bB, type LineItemQuantityChange as bC, type LineItemPriceChange as bD, type LineItemProductNameChange as bE, type LineItemDescriptionLineChange as bF, type LineItemModifiersChange as bG, type ManagedLineItem as bH, type ManagedDiscount as bI, type TranslatedValue as bJ, type LineItemAmount as bK, type ManagedAdditionalFee as bL, type TotalPriceChange as bM, type ShippingInformationChange as bN, type ShippingInformation as bO, type SavedPaymentMethod as bP, type AuthorizedPaymentCreated as bQ, type AuthorizedPaymentCaptured as bR, type AuthorizedPaymentVoided as bS, type RefundInitiated as bT, type RefundedPayment as bU, type RefundedPaymentKindOneOf as bV, type RegularPaymentRefund as bW, type GiftCardPaymentRefund as bX, type MembershipPaymentRefund as bY, type PaymentRefunded as bZ, type PaymentRefundFailed as b_, type PickupDetails as ba, type PickupAddress as bb, type DeliveryTimeSlot as bc, type ShippingPrice as bd, type ShippingRegion as be, type TaxSummary as bf, type OrderTaxInfo as bg, type OrderTaxBreakdown as bh, type AppliedDiscount as bi, type AppliedDiscountDiscountSourceOneOf as bj, type Coupon as bk, type MerchantDiscount as bl, type MerchantDiscountMerchantDiscountReasonOneOf as bm, type DiscountRule as bn, type DiscountRuleName as bo, type LineItemDiscount as bp, type Activity as bq, type ActivityContentOneOf as br, type CustomActivity as bs, type MerchantComment as bt, type OrderRefunded as bu, type OrderCreatedFromExchange as bv, type NewExchangeOrderCreated as bw, type LineItemExchangeData as bx, type DraftOrderChangesApplied as by, type OrderChange as bz, type PreparePaymentCollectionApplicationErrors as c, type SendBuyerShippingConfirmationEmailResponse as c$, type PaymentPending as c0, type PaymentPendingPaymentDetailsOneOf as c1, type RegularPayment as c2, type RegularPaymentPaymentMethodDetailsOneOf as c3, type CreditCardDetails as c4, type PaymentCanceled as c5, type PaymentCanceledPaymentDetailsOneOf as c6, type PaymentDeclined as c7, type PaymentDeclinedPaymentDetailsOneOf as c8, type ReceiptCreated as c9, type OrderImported as cA, type ImportedOrderDeleted as cB, type ImportOrderRequest as cC, type ImportOrderResponse as cD, type SetOrderNumberCounterRequest as cE, type SetOrderNumberCounterResponse as cF, type BulkDeleteImportedOrdersRequest as cG, type BulkDeleteImportedOrdersResponse as cH, type DomainEvent as cI, type DomainEventBodyOneOf as cJ, type EntityCreatedEvent as cK, type RestoreInfo as cL, type EntityUpdatedEvent as cM, type EntityDeletedEvent as cN, type ActionEvent as cO, type MessageEnvelope as cP, type IdentificationData as cQ, type IdentificationDataIdOneOf as cR, type SendBuyerConfirmationEmailRequest as cS, type SendBuyerConfirmationEmailResponse as cT, type SendBuyerPaymentsReceivedEmailRequest as cU, type SendBuyerPaymentsReceivedEmailResponse as cV, type SendBuyerPickupConfirmationEmailRequest as cW, type SendBuyerPickupConfirmationEmailResponse as cX, type BulkSendBuyerPickupConfirmationEmailsRequest as cY, type BulkSendBuyerPickupConfirmationEmailsResponse as cZ, type SendBuyerShippingConfirmationEmailRequest as c_, type ReceiptCreatedReceiptInfoOneOf as ca, type WixReceipt as cb, type ExternalReceipt as cc, type ReceiptSent as cd, type ReceiptSentReceiptInfoOneOf as ce, type ChargebackCreated as cf, type ChargebackReversed as cg, type CreatedBy as ch, type CreatedByStringOneOf as ci, type ChannelInfo as cj, type CustomField as ck, type BalanceSummary as cl, type Balance as cm, type AdditionalFee as cn, type FulfillmentStatusesAggregate as co, type Tags as cp, type TagList as cq, type Location as cr, type OrderSettings as cs, type OrderSettingsAllowedActionsOneOf as ct, type CustomAllowedActions as cu, type OrderApproved as cv, type OrdersExperiments as cw, type OrderRejectedEventOrderRejected as cx, type OrderItemsRestocked as cy, type V1RestockItem as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type PaymentRefund as d$, type BulkSendBuyerShippingConfirmationEmailsRequest as d0, type BulkSendBuyerShippingConfirmationEmailsResponse as d1, type SendMerchantOrderReceivedNotificationRequest as d2, type SendMerchantOrderReceivedNotificationResponse as d3, type SendCancelRefundEmailRequest as d4, type SendCancelRefundEmailResponse as d5, type SendRefundEmailRequest as d6, type SendRefundEmailResponse as d7, type SendMerchantOrderReceivedPushRequest as d8, type SendMerchantOrderReceivedPushResponse as d9, type RedirectUrls as dA, type DelayedCaptureSettings as dB, type Duration as dC, type GetPaymentCollectabilityStatusRequest as dD, type RecordManuallyCollectedPaymentRequest as dE, type RecordManuallyCollectedPaymentResponse as dF, type MarkOrderAsPaidRequest as dG, type MarkOrderAsPaidResponse as dH, type BulkMarkOrdersAsPaidRequest as dI, type BulkMarkOrdersAsPaidResponse as dJ, type BulkOrderResult as dK, type ItemMetadata as dL, type ApplicationError as dM, type BulkActionMetadata as dN, type GetRefundabilityStatusRequest as dO, type GetRefundabilityStatusResponse as dP, type Refundability as dQ, type RefundabilityAdditionalRefundabilityInfoOneOf as dR, type CreatePaymentGatewayOrderRequest as dS, type ChargedBy as dT, type CreatePaymentGatewayOrderResponse as dU, type ChargeMembershipsRequest as dV, type MembershipChargeItem as dW, type MembershipName as dX, type ServiceProperties as dY, type ChargeMembershipsResponse as dZ, type TriggerRefundRequest as d_, type PreviewEmailByTypeRequest as da, type PreviewEmailByTypeResponse as db, type PreviewRefundEmailRequest as dc, type RefundDetails as dd, type RefundItem as de, type LineItemRefund as df, type AdditionalFeeRefund as dg, type ShippingRefund as dh, type PreviewRefundEmailResponse as di, type PreviewCancelEmailRequest as dj, type PreviewCancelEmailResponse as dk, type PreviewCancelRefundEmailRequest as dl, type PreviewCancelRefundEmailResponse as dm, type PreviewBuyerPaymentsReceivedEmailRequest as dn, type PreviewBuyerPaymentsReceivedEmailResponse as dp, type PreviewBuyerConfirmationEmailRequest as dq, type PreviewBuyerConfirmationEmailResponse as dr, type PreviewBuyerPickupConfirmationEmailRequest as ds, type PreviewBuyerPickupConfirmationEmailResponse as dt, type PreviewShippingConfirmationEmailRequest as du, type PreviewShippingConfirmationEmailResponse as dv, type PreviewResendDownloadLinksEmailRequest as dw, type PreviewResendDownloadLinksEmailResponse as dx, type Empty as dy, type PreparePaymentCollectionRequest as dz, type PaymentCapture as e, type QueryOrderRequest as e$, type RefundSideEffects as e0, type RestockInfo as e1, type RestockItem as e2, type TriggerRefundResponse as e3, type OrderTransactions as e4, type Payment as e5, type PaymentPaymentDetailsOneOf as e6, type PaymentReceiptInfoOneOf as e7, type RegularPaymentDetails as e8, type RegularPaymentDetailsPaymentMethodDetailsOneOf as e9, type UpdateInternalDocumentsEventOperationOneOf as eA, type InternalDocument as eB, type InternalDocumentUpdateOperation as eC, type DeleteByIdsOperation as eD, type DeleteByFilterOperation as eE, type InternalDocumentUpdateByFilterOperation as eF, type InternalUpdateExistingOperation as eG, type VersionedDocumentUpdateOperation as eH, type VersionedDeleteByIdsOperation as eI, type VersionedDocumentId as eJ, type TriggerReindexRequest as eK, type TriggerReindexResponse as eL, type BatchOfTriggerReindexOrderRequest as eM, type TriggerReindexOrderRequest as eN, type DiffmatokyPayload as eO, type ErrorInformation as eP, type GetOrderRequest as eQ, type GetOrderResponse as eR, type InternalQueryOrdersRequest as eS, type PlatformQuery as eT, type PlatformQueryPagingMethodOneOf as eU, type Sorting as eV, type PlatformPaging as eW, type CursorPaging as eX, type InternalQueryOrdersResponse as eY, type PlatformPagingMetadata as eZ, type Cursors as e_, 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 UpdateInternalDocumentsEvent as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type OrderPlaced as f$, type QueryOrderResponse as f0, type SearchOrdersRequest as f1, type CursorSearch as f2, type CursorSearchPagingMethodOneOf as f3, type CursorPagingMetadata as f4, type CreateOrderRequest as f5, type OrderCreationSettings as f6, type OrderCreateNotifications as f7, type CreateOrderResponse as f8, type UpdateOrderRequest as f9, type BulkArchiveOrdersRequest as fA, type BulkArchiveOrdersResponse as fB, type BulkArchiveOrdersByFilterRequest as fC, type BulkArchiveOrdersByFilterResponse as fD, type UnArchiveOrderRequest as fE, type UnArchiveOrderResponse as fF, type BulkUnArchiveOrdersRequest as fG, type BulkUnArchiveOrdersResponse as fH, type BulkUnArchiveOrdersByFilterRequest as fI, type BulkUnArchiveOrdersByFilterResponse as fJ, type UpdateBuyerInfoRequest as fK, type BuyerInfoUpdate as fL, type UpdateBuyerInfoResponse as fM, type UpdateBuyerEmailRequest as fN, type UpdateBuyerEmailResponse as fO, type UpdateOrderShippingAddressRequest as fP, type UpdateOrderShippingAddressResponse as fQ, type UpdateBillingContactDetailsRequest as fR, type UpdateBillingContactDetailsResponse as fS, type UpdateOrderLineItemRequest as fT, type UpdateOrderLineItemResponse as fU, type UpdateOrderLineItemsRequest as fV, type MaskedOrderLineItem as fW, type UpdateOrderLineItemsResponse as fX, type AddInternalActivityRequest as fY, type InternalActivity as fZ, type InternalActivityContentOneOf as f_, type UpdateOrderResponse as fa, type BulkUpdateOrdersRequest as fb, type CommitDeltasRequest as fc, type DraftOrderDiffs as fd, type DraftOrderDiffsShippingUpdateInfoOneOf as fe, type DraftOrderDiffsBuyerUpdateInfoOneOf as ff, type DraftOrderDiffsBillingUpdateInfoOneOf as fg, type DraftOrderDiffsRecipientUpdateInfoOneOf as fh, type V1LineItemDelta as fi, type V1LineItemDeltaDeltaOneOf as fj, type OrderLineItemChangedDetails as fk, type ItemChangedDetails as fl, type AppliedDiscountDelta as fm, type AppliedDiscountDeltaDeltaOneOf as fn, type AdditionalFeeDelta as fo, type AdditionalFeeDeltaDeltaOneOf as fp, type DraftOrderCommitSettings as fq, type InventoryUpdateDetails as fr, type CommitDeltasResponse as fs, type OrderDeltasCommitted as ft, type CommittedDiffs as fu, type CommittedDiffsShippingUpdateInfoOneOf as fv, type LineItemDelta as fw, type LineItemDeltaDeltaOneOf as fx, type ArchiveOrderRequest as fy, type ArchiveOrderResponse as fz, type GetOrderApplicationErrors as g, type AggregateOrdersResponse as g$, type OrderPaid as g0, type OrderFulfilled as g1, type OrderNotFulfilled as g2, type OrderCanceled as g3, type DownloadLinkSent as g4, type TrackingNumberAdded as g5, type TrackingNumberEdited as g6, type TrackingLinkAdded as g7, type ShippingConfirmationEmailSent as g8, type InvoiceAdded as g9, type UpdateOrderStatusResponse as gA, type MarkAsFulfilledRequest as gB, type MarkAsFulfilledResponse as gC, type FulfillmentStatusUpdated as gD, type BulkMarkAsFulfilledRequest as gE, type BulkMarkAsFulfilledResponse as gF, type BulkMarkAsFulfilledByFilterRequest as gG, type BulkMarkAsFulfilledByFilterResponse as gH, type MarkAsUnfulfilledRequest as gI, type MarkAsUnfulfilledResponse as gJ, type BulkMarkAsUnfulfilledRequest as gK, type BulkMarkAsUnfulfilledResponse as gL, type BulkMarkAsUnfulfilledByFilterRequest as gM, type BulkMarkAsUnfulfilledByFilterResponse as gN, type BulkSetBusinessLocationRequest as gO, type BulkSetBusinessLocationResponse as gP, type BulkSetBusinessLocationResult as gQ, type V1MarkOrderAsPaidRequest as gR, type V1MarkOrderAsPaidResponse as gS, type PaymentStatusUpdated as gT, type V1BulkMarkOrdersAsPaidRequest as gU, type V1BulkMarkOrdersAsPaidResponse as gV, type V1CreatePaymentGatewayOrderRequest as gW, type V1CreatePaymentGatewayOrderResponse as gX, type GetShipmentsRequest as gY, type GetShipmentsResponse as gZ, type AggregateOrdersRequest as g_, type InvoiceSent as ga, type FulfillerEmailSent as gb, type ShippingAddressEdited as gc, type EmailEdited as gd, type PickupReadyEmailSent as ge, type OrderPartiallyPaid as gf, type OrderPending as gg, type OrderRejected as gh, type AddInternalActivityResponse as gi, type AddActivityRequest as gj, type PublicActivity as gk, type PublicActivityContentOneOf as gl, type AddActivityResponse as gm, type AddActivitiesRequest as gn, type UpdateActivityRequest as go, type UpdateActivityResponse as gp, type DeleteActivityRequest as gq, type DeleteActivityResponse as gr, type UpdateLineItemsDescriptionLinesRequest as gs, type LineItemUpdate as gt, type UpdateLineItemsDescriptionLinesResponse as gu, type MarkOrderAsSeenByHumanRequest as gv, type MarkOrderAsSeenByHumanResponse as gw, type CancelOrderRequest as gx, type OrderCanceledEventOrderCanceled as gy, type UpdateOrderStatusRequest as gz, type OrderSearch as h, type JurisdictionTypeWithLiterals as h$, type DecrementItemsQuantityRequest as h0, type DecrementData as h1, type DecrementItemsQuantityResponse as h2, type BulkUpdateOrderTagsRequest as h3, type BulkUpdateOrderTagsResult as h4, type Task as h5, type TaskKey as h6, type TaskAction as h7, type TaskActionActionOneOf as h8, type Complete as h9, type DiscountOneDiscountTypeOneOf as hA, type CalculatedTaxes as hB, type CalculatedTax as hC, type Payments as hD, type InvoicesPayment as hE, type MetaData as hF, type InvoiceDynamicPriceTotals as hG, type CustomFieldValue as hH, type Value as hI, type Deposit as hJ, type BaseEventMetadata as hK, type EventMetadata as hL, type SetOrderNumberCounterOptions as hM, type BulkDeleteImportedOrdersOptions as hN, type CreatePaymentGatewayOrderOptions as hO, type ChargeMembershipsOptions as hP, type TriggerRefundOptions as hQ, type OrderSearchSpec as hR, type CommitDeltasOptions as hS, type UpdateOrderLineItemIdentifiers as hT, type UpdateOrderLineItem as hU, type UpdateActivityIdentifiers as hV, type DeleteActivityIdentifiers as hW, type AggregateOrdersOptions as hX, type DescriptionLineTypeWithLiterals as hY, type ItemTypePresetWithLiterals as hZ, type PaymentOptionTypeWithLiterals as h_, type Cancel as ha, type Reschedule as hb, type InvoiceSentEvent as hc, type IdAndVersion as hd, type InvoiceFields as he, type Customer as hf, type Email as hg, type QuotesAddress as hh, type AddressDescription as hi, type Phone as hj, type Company as hk, type CommonAddress as hl, type CommonAddressStreetOneOf as hm, type Subdivision as hn, type StandardDetails as ho, type InvoiceDates as hp, type LineItems as hq, type LineItem as hr, type BigDecimalWrapper as hs, type LineItemTax as ht, type Source as hu, type LineItemMetaData as hv, type Locale as hw, type TotalPrice as hx, type ItemizedFee as hy, type Discount as hz, type CreateOrderOptions as i, captureAuthorizedPayments as i$, type SubscriptionFrequencyWithLiterals as i0, type AdjustmentTypeWithLiterals as i1, type TaxableAddressTypeWithLiterals as i2, type PaymentStatusWithLiterals as i3, type FulfillmentStatusWithLiterals as i4, type WeightUnitWithLiterals as i5, type VatTypeWithLiterals as i6, type PickupMethodWithLiterals as i7, type OrderStatusWithLiterals as i8, type DiscountTypeWithLiterals as i9, type VersioningModeWithLiterals as iA, type SortOrderWithLiterals as iB, type OrderApprovalStrategyWithLiterals as iC, type DeltaPaymentOptionTypeWithLiterals as iD, type InventoryActionWithLiterals as iE, type PlacementWithLiterals as iF, type SubdivisionTypeWithLiterals as iG, type SourceTypeWithLiterals as iH, type CustomFieldGroupWithLiterals as iI, type ValueTypeWithLiterals as iJ, type DepositTypeWithLiterals as iK, type InvoiceStatusWithLiterals as iL, type RecordManuallyCollectedPaymentApplicationErrors as iM, type MarkOrderAsPaidApplicationErrors as iN, type CreatePaymentGatewayOrderApplicationErrors as iO, type TriggerRefundApplicationErrors as iP, type CommitDeltasApplicationErrors as iQ, type UpdateOrderStatusApplicationErrors as iR, type CommonSearchWithEntityContext as iS, onOrderApproved as iT, onOrderUpdated as iU, onOrderCanceled as iV, onOrderCreated as iW, onOrderPaymentStatusUpdated as iX, preparePaymentCollection as iY, getPaymentCollectabilityStatus as iZ, voidAuthorizedPayments as i_, type DiscountReasonWithLiterals as ia, type LineItemQuantityChangeTypeWithLiterals as ib, type ActivityTypeWithLiterals as ic, type OrderActivityTypeEnumActivityTypeWithLiterals as id, type AttributionSourceWithLiterals as ie, type ChannelTypeWithLiterals as ig, type OrderActionTypeWithLiterals as ih, type WebhookIdentityTypeWithLiterals as ii, type PreviewEmailTypeWithLiterals as ij, type ScheduledActionWithLiterals as ik, type DurationUnitWithLiterals as il, type PaymentCollectabilityStatusWithLiterals as im, type RefundableStatusWithLiterals as io, type NonRefundableReasonWithLiterals as ip, type ManuallyRefundableReasonWithLiterals as iq, type RestockTypeWithLiterals as ir, type TransactionStatusWithLiterals as is, type AuthorizationCaptureStatusWithLiterals as it, type AuthorizationVoidStatusWithLiterals as iu, type ReasonWithLiterals as iv, type ActionTypeWithLiterals as iw, type ChargebackStatusWithLiterals as ix, type MembershipPaymentStatusWithLiterals as iy, type RefundStatusWithLiterals as iz, type CreateOrderApplicationErrors as j, getOrder as j0, createOrder as j1, updateOrder as j2, bulkUpdateOrders as j3, addActivities as j4, cancelOrder as j5, bulkUpdateOrderTags as j6, 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 };
7689
+ export { OrderActionType 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 CurrencyConversionDetails as a$, WebhookIdentityType as a0, PreviewEmailType as a1, ScheduledAction as a2, DurationUnit as a3, PaymentCollectabilityStatus as a4, RefundableStatus as a5, NonRefundableReason as a6, ManuallyRefundableReason as a7, RestockType as a8, TransactionStatus as a9, type PlainTextValue as aA, type Color as aB, type FocalPoint as aC, type PhysicalProperties as aD, type ItemType as aE, type ItemTypeItemTypeDataOneOf as aF, type ItemTaxFullDetails as aG, type LineItemTaxInfo as aH, type LineItemTaxBreakdown as aI, type DigitalFile as aJ, type SubscriptionInfo as aK, type SubscriptionTitle as aL, type SubscriptionDescription as aM, type SubscriptionSettings as aN, type FreeTrialPeriod as aO, type BillingAdjustment as aP, type BillingAdjustmentPriceSummary as aQ, type PriceDescription as aR, type LocationAndQuantity as aS, type TaxableAddress as aT, type TaxableAddressTaxableAddressDataOneOf as aU, type ExtendedFields as aV, type ModifierGroup as aW, type TranslatableString as aX, type ItemModifier as aY, type BuyerInfo as aZ, type BuyerInfoIdOneOf as a_, AuthorizationCaptureStatus as aa, AuthorizationVoidStatus as ab, Reason as ac, ActionType as ad, ChargebackStatus as ae, MembershipPaymentStatus as af, RefundStatus as ag, VersioningMode as ah, SortOrder as ai, OrderApprovalStrategy as aj, DeltaPaymentOptionType as ak, InventoryAction as al, Placement as am, SubdivisionType as an, SourceType as ao, CustomFieldGroup as ap, ValueType as aq, DepositType as ar, InvoiceStatus as as, type OrderLineItem as at, type ProductName as au, type CatalogReference as av, type DescriptionLine as aw, type DescriptionLineValueOneOf as ax, type DescriptionLineDescriptionLineValueOneOf as ay, type DescriptionLineName as az, type PreparePaymentCollectionResponse as b, type RefundedAsStoreCredit as b$, type PriceSummary as b0, type AddressWithContact as b1, type Address as b2, type StreetAddress as b3, type AddressLocation as b4, type FullAddressContactDetails as b5, type VatId as b6, type V1ShippingInformation as b7, type DeliveryLogistics as b8, type DeliveryLogisticsAddressOneOf as b9, type OrderChangeValueOneOf as bA, type LineItemChanges as bB, type LineItemQuantityChange as bC, type LineItemPriceChange as bD, type LineItemProductNameChange as bE, type LineItemDescriptionLineChange as bF, type LineItemModifiersChange as bG, type ManagedLineItem as bH, type ManagedDiscount as bI, type TranslatedValue as bJ, type LineItemAmount as bK, type ManagedAdditionalFee as bL, type TotalPriceChange as bM, type ShippingInformationChange as bN, type ShippingInformation as bO, type SavedPaymentMethod as bP, type AuthorizedPaymentCreated as bQ, type AuthorizedPaymentCaptured as bR, type AuthorizedPaymentVoided as bS, type RefundInitiated as bT, type RefundedPayment as bU, type RefundedPaymentKindOneOf as bV, type RegularPaymentRefund as bW, type GiftCardPaymentRefund as bX, type MembershipPaymentRefund as bY, type PaymentRefunded as bZ, type PaymentRefundFailed as b_, type PickupDetails as ba, type PickupAddress as bb, type DeliveryTimeSlot as bc, type ShippingPrice as bd, type ShippingRegion as be, type TaxSummary as bf, type OrderTaxInfo as bg, type OrderTaxBreakdown as bh, type AppliedDiscount as bi, type AppliedDiscountDiscountSourceOneOf as bj, type Coupon as bk, type MerchantDiscount as bl, type MerchantDiscountMerchantDiscountReasonOneOf as bm, type DiscountRule as bn, type DiscountRuleName as bo, type LineItemDiscount as bp, type Activity as bq, type ActivityContentOneOf as br, type CustomActivity as bs, type MerchantComment as bt, type OrderRefunded as bu, type OrderCreatedFromExchange as bv, type NewExchangeOrderCreated as bw, type LineItemExchangeData as bx, type DraftOrderChangesApplied as by, type OrderChange as bz, type PreparePaymentCollectionApplicationErrors as c, type SendBuyerShippingConfirmationEmailResponse as c$, type PaymentPending as c0, type PaymentPendingPaymentDetailsOneOf as c1, type RegularPayment as c2, type RegularPaymentPaymentMethodDetailsOneOf as c3, type CreditCardDetails as c4, type PaymentCanceled as c5, type PaymentCanceledPaymentDetailsOneOf as c6, type PaymentDeclined as c7, type PaymentDeclinedPaymentDetailsOneOf as c8, type ReceiptCreated as c9, type OrderImported as cA, type ImportedOrderDeleted as cB, type ImportOrderRequest as cC, type ImportOrderResponse as cD, type SetOrderNumberCounterRequest as cE, type SetOrderNumberCounterResponse as cF, type BulkDeleteImportedOrdersRequest as cG, type BulkDeleteImportedOrdersResponse as cH, type DomainEvent as cI, type DomainEventBodyOneOf as cJ, type EntityCreatedEvent as cK, type RestoreInfo as cL, type EntityUpdatedEvent as cM, type EntityDeletedEvent as cN, type ActionEvent as cO, type MessageEnvelope as cP, type IdentificationData as cQ, type IdentificationDataIdOneOf as cR, type SendBuyerConfirmationEmailRequest as cS, type SendBuyerConfirmationEmailResponse as cT, type SendBuyerPaymentsReceivedEmailRequest as cU, type SendBuyerPaymentsReceivedEmailResponse as cV, type SendBuyerPickupConfirmationEmailRequest as cW, type SendBuyerPickupConfirmationEmailResponse as cX, type BulkSendBuyerPickupConfirmationEmailsRequest as cY, type BulkSendBuyerPickupConfirmationEmailsResponse as cZ, type SendBuyerShippingConfirmationEmailRequest as c_, type ReceiptCreatedReceiptInfoOneOf as ca, type WixReceipt as cb, type ExternalReceipt as cc, type ReceiptSent as cd, type ReceiptSentReceiptInfoOneOf as ce, type ChargebackCreated as cf, type ChargebackReversed as cg, type CreatedBy as ch, type CreatedByStringOneOf as ci, type ChannelInfo as cj, type CustomField as ck, type BalanceSummary as cl, type Balance as cm, type AdditionalFee as cn, type FulfillmentStatusesAggregate as co, type Tags as cp, type TagList as cq, type Location as cr, type OrderSettings as cs, type OrderSettingsAllowedActionsOneOf as ct, type CustomAllowedActions as cu, type OrderApproved as cv, type OrdersExperiments as cw, type OrderRejectedEventOrderRejected as cx, type OrderItemsRestocked as cy, type V1RestockItem as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type PaymentRefund as d$, type BulkSendBuyerShippingConfirmationEmailsRequest as d0, type BulkSendBuyerShippingConfirmationEmailsResponse as d1, type SendMerchantOrderReceivedNotificationRequest as d2, type SendMerchantOrderReceivedNotificationResponse as d3, type SendCancelRefundEmailRequest as d4, type SendCancelRefundEmailResponse as d5, type SendRefundEmailRequest as d6, type SendRefundEmailResponse as d7, type SendMerchantOrderReceivedPushRequest as d8, type SendMerchantOrderReceivedPushResponse as d9, type RedirectUrls as dA, type DelayedCaptureSettings as dB, type Duration as dC, type GetPaymentCollectabilityStatusRequest as dD, type RecordManuallyCollectedPaymentRequest as dE, type RecordManuallyCollectedPaymentResponse as dF, type MarkOrderAsPaidRequest as dG, type MarkOrderAsPaidResponse as dH, type BulkMarkOrdersAsPaidRequest as dI, type BulkMarkOrdersAsPaidResponse as dJ, type BulkOrderResult as dK, type ItemMetadata as dL, type ApplicationError as dM, type BulkActionMetadata as dN, type GetRefundabilityStatusRequest as dO, type GetRefundabilityStatusResponse as dP, type Refundability as dQ, type RefundabilityAdditionalRefundabilityInfoOneOf as dR, type CreatePaymentGatewayOrderRequest as dS, type ChargedBy as dT, type CreatePaymentGatewayOrderResponse as dU, type ChargeMembershipsRequest as dV, type MembershipChargeItem as dW, type MembershipName as dX, type ServiceProperties as dY, type ChargeMembershipsResponse as dZ, type TriggerRefundRequest as d_, type PreviewEmailByTypeRequest as da, type PreviewEmailByTypeResponse as db, type PreviewRefundEmailRequest as dc, type RefundDetails as dd, type RefundItem as de, type LineItemRefund as df, type AdditionalFeeRefund as dg, type ShippingRefund as dh, type PreviewRefundEmailResponse as di, type PreviewCancelEmailRequest as dj, type PreviewCancelEmailResponse as dk, type PreviewCancelRefundEmailRequest as dl, type PreviewCancelRefundEmailResponse as dm, type PreviewBuyerPaymentsReceivedEmailRequest as dn, type PreviewBuyerPaymentsReceivedEmailResponse as dp, type PreviewBuyerConfirmationEmailRequest as dq, type PreviewBuyerConfirmationEmailResponse as dr, type PreviewBuyerPickupConfirmationEmailRequest as ds, type PreviewBuyerPickupConfirmationEmailResponse as dt, type PreviewShippingConfirmationEmailRequest as du, type PreviewShippingConfirmationEmailResponse as dv, type PreviewResendDownloadLinksEmailRequest as dw, type PreviewResendDownloadLinksEmailResponse as dx, type Empty as dy, type PreparePaymentCollectionRequest as dz, type PaymentCapture as e, type QueryOrderRequest as e$, type RefundSideEffects as e0, type RestockInfo as e1, type RestockItem as e2, type TriggerRefundResponse as e3, type OrderTransactions as e4, type Payment as e5, type PaymentPaymentDetailsOneOf as e6, type PaymentReceiptInfoOneOf as e7, type RegularPaymentDetails as e8, type RegularPaymentDetailsPaymentMethodDetailsOneOf as e9, type UpdateInternalDocumentsEventOperationOneOf as eA, type InternalDocument as eB, type InternalDocumentUpdateOperation as eC, type DeleteByIdsOperation as eD, type DeleteByFilterOperation as eE, type InternalDocumentUpdateByFilterOperation as eF, type InternalUpdateExistingOperation as eG, type VersionedDocumentUpdateOperation as eH, type VersionedDeleteByIdsOperation as eI, type VersionedDocumentId as eJ, type TriggerReindexRequest as eK, type TriggerReindexResponse as eL, type BatchOfTriggerReindexOrderRequest as eM, type TriggerReindexOrderRequest as eN, type DiffmatokyPayload as eO, type ErrorInformation as eP, type GetOrderRequest as eQ, type GetOrderResponse as eR, type InternalQueryOrdersRequest as eS, type PlatformQuery as eT, type PlatformQueryPagingMethodOneOf as eU, type Sorting as eV, type PlatformPaging as eW, type CursorPaging as eX, type InternalQueryOrdersResponse as eY, type PlatformPagingMetadata as eZ, type Cursors as e_, 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 UpdateInternalDocumentsEvent as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type OrderPlaced as f$, type QueryOrderResponse as f0, type SearchOrdersRequest as f1, type CursorSearch as f2, type CursorSearchPagingMethodOneOf as f3, type CursorPagingMetadata as f4, type CreateOrderRequest as f5, type OrderCreationSettings as f6, type OrderCreateNotifications as f7, type CreateOrderResponse as f8, type UpdateOrderRequest as f9, type BulkArchiveOrdersRequest as fA, type BulkArchiveOrdersResponse as fB, type BulkArchiveOrdersByFilterRequest as fC, type BulkArchiveOrdersByFilterResponse as fD, type UnArchiveOrderRequest as fE, type UnArchiveOrderResponse as fF, type BulkUnArchiveOrdersRequest as fG, type BulkUnArchiveOrdersResponse as fH, type BulkUnArchiveOrdersByFilterRequest as fI, type BulkUnArchiveOrdersByFilterResponse as fJ, type UpdateBuyerInfoRequest as fK, type BuyerInfoUpdate as fL, type UpdateBuyerInfoResponse as fM, type UpdateBuyerEmailRequest as fN, type UpdateBuyerEmailResponse as fO, type UpdateOrderShippingAddressRequest as fP, type UpdateOrderShippingAddressResponse as fQ, type UpdateBillingContactDetailsRequest as fR, type UpdateBillingContactDetailsResponse as fS, type UpdateOrderLineItemRequest as fT, type UpdateOrderLineItemResponse as fU, type UpdateOrderLineItemsRequest as fV, type MaskedOrderLineItem as fW, type UpdateOrderLineItemsResponse as fX, type AddInternalActivityRequest as fY, type InternalActivity as fZ, type InternalActivityContentOneOf as f_, type UpdateOrderResponse as fa, type BulkUpdateOrdersRequest as fb, type CommitDeltasRequest as fc, type DraftOrderDiffs as fd, type DraftOrderDiffsShippingUpdateInfoOneOf as fe, type DraftOrderDiffsBuyerUpdateInfoOneOf as ff, type DraftOrderDiffsBillingUpdateInfoOneOf as fg, type DraftOrderDiffsRecipientUpdateInfoOneOf as fh, type V1LineItemDelta as fi, type V1LineItemDeltaDeltaOneOf as fj, type OrderLineItemChangedDetails as fk, type ItemChangedDetails as fl, type AppliedDiscountDelta as fm, type AppliedDiscountDeltaDeltaOneOf as fn, type AdditionalFeeDelta as fo, type AdditionalFeeDeltaDeltaOneOf as fp, type DraftOrderCommitSettings as fq, type InventoryUpdateDetails as fr, type CommitDeltasResponse as fs, type OrderDeltasCommitted as ft, type CommittedDiffs as fu, type CommittedDiffsShippingUpdateInfoOneOf as fv, type LineItemDelta as fw, type LineItemDeltaDeltaOneOf as fx, type ArchiveOrderRequest as fy, type ArchiveOrderResponse as fz, type GetOrderApplicationErrors as g, type AggregateOrdersResponse as g$, type OrderPaid as g0, type OrderFulfilled as g1, type OrderNotFulfilled as g2, type OrderCanceled as g3, type DownloadLinkSent as g4, type TrackingNumberAdded as g5, type TrackingNumberEdited as g6, type TrackingLinkAdded as g7, type ShippingConfirmationEmailSent as g8, type InvoiceAdded as g9, type UpdateOrderStatusResponse as gA, type MarkAsFulfilledRequest as gB, type MarkAsFulfilledResponse as gC, type FulfillmentStatusUpdated as gD, type BulkMarkAsFulfilledRequest as gE, type BulkMarkAsFulfilledResponse as gF, type BulkMarkAsFulfilledByFilterRequest as gG, type BulkMarkAsFulfilledByFilterResponse as gH, type MarkAsUnfulfilledRequest as gI, type MarkAsUnfulfilledResponse as gJ, type BulkMarkAsUnfulfilledRequest as gK, type BulkMarkAsUnfulfilledResponse as gL, type BulkMarkAsUnfulfilledByFilterRequest as gM, type BulkMarkAsUnfulfilledByFilterResponse as gN, type BulkSetBusinessLocationRequest as gO, type BulkSetBusinessLocationResponse as gP, type BulkSetBusinessLocationResult as gQ, type V1MarkOrderAsPaidRequest as gR, type V1MarkOrderAsPaidResponse as gS, type PaymentStatusUpdated as gT, type V1BulkMarkOrdersAsPaidRequest as gU, type V1BulkMarkOrdersAsPaidResponse as gV, type V1CreatePaymentGatewayOrderRequest as gW, type V1CreatePaymentGatewayOrderResponse as gX, type GetShipmentsRequest as gY, type GetShipmentsResponse as gZ, type AggregateOrdersRequest as g_, type InvoiceSent as ga, type FulfillerEmailSent as gb, type ShippingAddressEdited as gc, type EmailEdited as gd, type PickupReadyEmailSent as ge, type OrderPartiallyPaid as gf, type OrderPending as gg, type OrderRejected as gh, type AddInternalActivityResponse as gi, type AddActivityRequest as gj, type PublicActivity as gk, type PublicActivityContentOneOf as gl, type AddActivityResponse as gm, type AddActivitiesRequest as gn, type UpdateActivityRequest as go, type UpdateActivityResponse as gp, type DeleteActivityRequest as gq, type DeleteActivityResponse as gr, type UpdateLineItemsDescriptionLinesRequest as gs, type LineItemUpdate as gt, type UpdateLineItemsDescriptionLinesResponse as gu, type MarkOrderAsSeenByHumanRequest as gv, type MarkOrderAsSeenByHumanResponse as gw, type CancelOrderRequest as gx, type OrderCanceledEventOrderCanceled as gy, type UpdateOrderStatusRequest as gz, type OrderSearch as h, type JurisdictionTypeWithLiterals as h$, type DecrementItemsQuantityRequest as h0, type DecrementData as h1, type DecrementItemsQuantityResponse as h2, type BulkUpdateOrderTagsRequest as h3, type BulkUpdateOrderTagsResult as h4, type Task as h5, type TaskKey as h6, type TaskAction as h7, type TaskActionActionOneOf as h8, type Complete as h9, type DiscountOneDiscountTypeOneOf as hA, type CalculatedTaxes as hB, type CalculatedTax as hC, type Payments as hD, type InvoicesPayment as hE, type MetaData as hF, type InvoiceDynamicPriceTotals as hG, type CustomFieldValue as hH, type Value as hI, type Deposit as hJ, type BaseEventMetadata as hK, type EventMetadata as hL, type SetOrderNumberCounterOptions as hM, type BulkDeleteImportedOrdersOptions as hN, type PaymentCollectionCreatePaymentGatewayOrderOptions as hO, type ChargeMembershipsOptions as hP, type TriggerRefundOptions as hQ, type OrderSearchSpec as hR, type CommitDeltasOptions as hS, type UpdateOrderLineItemIdentifiers as hT, type UpdateOrderLineItem as hU, type UpdateActivityIdentifiers as hV, type DeleteActivityIdentifiers as hW, type AggregateOrdersOptions as hX, type DescriptionLineTypeWithLiterals as hY, type ItemTypePresetWithLiterals as hZ, type PaymentOptionTypeWithLiterals as h_, type Cancel as ha, type Reschedule as hb, type InvoiceSentEvent as hc, type IdAndVersion as hd, type InvoiceFields as he, type Customer as hf, type Email as hg, type QuotesAddress as hh, type AddressDescription as hi, type Phone as hj, type Company as hk, type CommonAddress as hl, type CommonAddressStreetOneOf as hm, type Subdivision as hn, type StandardDetails as ho, type InvoiceDates as hp, type LineItems as hq, type LineItem as hr, type BigDecimalWrapper as hs, type LineItemTax as ht, type Source as hu, type LineItemMetaData as hv, type Locale as hw, type TotalPrice as hx, type ItemizedFee as hy, type Discount as hz, type CreateOrderOptions as i, captureAuthorizedPayments as i$, type SubscriptionFrequencyWithLiterals as i0, type AdjustmentTypeWithLiterals as i1, type TaxableAddressTypeWithLiterals as i2, type PaymentStatusWithLiterals as i3, type FulfillmentStatusWithLiterals as i4, type WeightUnitWithLiterals as i5, type VatTypeWithLiterals as i6, type PickupMethodWithLiterals as i7, type OrderStatusWithLiterals as i8, type DiscountTypeWithLiterals as i9, type VersioningModeWithLiterals as iA, type SortOrderWithLiterals as iB, type OrderApprovalStrategyWithLiterals as iC, type DeltaPaymentOptionTypeWithLiterals as iD, type InventoryActionWithLiterals as iE, type PlacementWithLiterals as iF, type SubdivisionTypeWithLiterals as iG, type SourceTypeWithLiterals as iH, type CustomFieldGroupWithLiterals as iI, type ValueTypeWithLiterals as iJ, type DepositTypeWithLiterals as iK, type InvoiceStatusWithLiterals as iL, type RecordManuallyCollectedPaymentApplicationErrors as iM, type PaymentCollectionMarkOrderAsPaidApplicationErrors as iN, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as iO, type TriggerRefundApplicationErrors as iP, type CommitDeltasApplicationErrors as iQ, type UpdateOrderStatusApplicationErrors as iR, type CommonSearchWithEntityContext as iS, onOrderApproved as iT, onOrderUpdated as iU, onOrderCanceled as iV, onOrderCreated as iW, onOrderPaymentStatusUpdated as iX, preparePaymentCollection as iY, getPaymentCollectabilityStatus as iZ, voidAuthorizedPayments as i_, type DiscountReasonWithLiterals as ia, type LineItemQuantityChangeTypeWithLiterals as ib, type ActivityTypeWithLiterals as ic, type OrderActivityTypeEnumActivityTypeWithLiterals as id, type AttributionSourceWithLiterals as ie, type ChannelTypeWithLiterals as ig, type OrderActionTypeWithLiterals as ih, type WebhookIdentityTypeWithLiterals as ii, type PreviewEmailTypeWithLiterals as ij, type ScheduledActionWithLiterals as ik, type DurationUnitWithLiterals as il, type PaymentCollectabilityStatusWithLiterals as im, type RefundableStatusWithLiterals as io, type NonRefundableReasonWithLiterals as ip, type ManuallyRefundableReasonWithLiterals as iq, type RestockTypeWithLiterals as ir, type TransactionStatusWithLiterals as is, type AuthorizationCaptureStatusWithLiterals as it, type AuthorizationVoidStatusWithLiterals as iu, type ReasonWithLiterals as iv, type ActionTypeWithLiterals as iw, type ChargebackStatusWithLiterals as ix, type MembershipPaymentStatusWithLiterals as iy, type RefundStatusWithLiterals as iz, type CreateOrderApplicationErrors as j, getOrder as j0, createOrder as j1, updateOrder as j2, bulkUpdateOrders as j3, addActivities as j4, cancelOrder as j5, bulkUpdateOrderTags as j6, 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-NMTSUZbl.mjs';
3
- export { cO as ActionEvent, ad as ActionType, iw as ActionTypeWithLiterals, bq as Activity, br as ActivityContentOneOf, X as ActivityType, ic as ActivityTypeWithLiterals, gn as AddActivitiesRequest, gj as AddActivityRequest, gm as AddActivityResponse, fY as AddInternalActivityRequest, gi as AddInternalActivityResponse, cn as AdditionalFee, fo as AdditionalFeeDelta, fp as AdditionalFeeDeltaDeltaOneOf, dg as AdditionalFeeRefund, b2 as Address, hi as AddressDescription, b4 as AddressLocation, b1 as AddressWithContact, z as AdjustmentType, i1 as AdjustmentTypeWithLiterals, hX as AggregateOrdersOptions, g_ as AggregateOrdersRequest, g$ as AggregateOrdersResponse, eo as AggregatedRefundSummary, dM as ApplicationError, bi as AppliedDiscount, fm as AppliedDiscountDelta, fn as AppliedDiscountDeltaDeltaOneOf, bj as AppliedDiscountDiscountSourceOneOf, fy as ArchiveOrderRequest, fz as ArchiveOrderResponse, Z as AttributionSource, ie as AttributionSourceWithLiterals, ed as AuthorizationActionFailureDetails, ec as AuthorizationCapture, aa as AuthorizationCaptureStatus, it as AuthorizationCaptureStatusWithLiterals, eb as AuthorizationDetails, ee as AuthorizationVoid, ab as AuthorizationVoidStatus, iu as AuthorizationVoidStatusWithLiterals, bR as AuthorizedPaymentCaptured, bQ as AuthorizedPaymentCreated, bS as AuthorizedPaymentVoided, cm as Balance, cl as BalanceSummary, hK as BaseEventMetadata, eM as BatchOfTriggerReindexOrderRequest, hs as BigDecimalWrapper, aP as BillingAdjustment, aQ as BillingAdjustmentPriceSummary, dN as BulkActionMetadata, fC as BulkArchiveOrdersByFilterRequest, fD as BulkArchiveOrdersByFilterResponse, fA as BulkArchiveOrdersRequest, fB as BulkArchiveOrdersResponse, hN as BulkDeleteImportedOrdersOptions, cG as BulkDeleteImportedOrdersRequest, cH as BulkDeleteImportedOrdersResponse, gG as BulkMarkAsFulfilledByFilterRequest, gH as BulkMarkAsFulfilledByFilterResponse, gE as BulkMarkAsFulfilledRequest, gF as BulkMarkAsFulfilledResponse, gM as BulkMarkAsUnfulfilledByFilterRequest, gN as BulkMarkAsUnfulfilledByFilterResponse, gK as BulkMarkAsUnfulfilledRequest, gL as BulkMarkAsUnfulfilledResponse, dI as BulkMarkOrdersAsPaidRequest, dJ as BulkMarkOrdersAsPaidResponse, dK as BulkOrderResult, cY as BulkSendBuyerPickupConfirmationEmailsRequest, cZ as BulkSendBuyerPickupConfirmationEmailsResponse, d0 as BulkSendBuyerShippingConfirmationEmailsRequest, d1 as BulkSendBuyerShippingConfirmationEmailsResponse, gO as BulkSetBusinessLocationRequest, gP as BulkSetBusinessLocationResponse, gQ as BulkSetBusinessLocationResult, fI as BulkUnArchiveOrdersByFilterRequest, fJ as BulkUnArchiveOrdersByFilterResponse, fG as BulkUnArchiveOrdersRequest, fH as BulkUnArchiveOrdersResponse, h3 as BulkUpdateOrderTagsRequest, h4 as BulkUpdateOrderTagsResult, fb as BulkUpdateOrdersRequest, aZ as BuyerInfo, a_ as BuyerInfoIdOneOf, fL as BuyerInfoUpdate, es as CalculateRefundItemRequest, eu as CalculateRefundItemResponse, er as CalculateRefundRequest, et as CalculateRefundResponse, hC as CalculatedTax, hB as CalculatedTaxes, ha as Cancel, gx as CancelOrderRequest, ew as CaptureAuthorizedPaymentsRequest, av as CatalogReference, cj as ChannelInfo, _ as ChannelType, ig as ChannelTypeWithLiterals, hP as ChargeMembershipsOptions, dV as ChargeMembershipsRequest, dZ as ChargeMembershipsResponse, ex as ChargeSavedPaymentMethodRequest, ey as ChargeSavedPaymentMethodResponse, eg as Chargeback, cf as ChargebackCreated, cg as ChargebackReversed, ae as ChargebackStatus, ix as ChargebackStatusWithLiterals, dT as ChargedBy, aB as Color, iQ as CommitDeltasApplicationErrors, hS as CommitDeltasOptions, fc as CommitDeltasRequest, fs as CommitDeltasResponse, fu as CommittedDiffs, fv as CommittedDiffsShippingUpdateInfoOneOf, hl as CommonAddress, hm as CommonAddressStreetOneOf, iS as CommonSearchWithEntityContext, hk as Company, h9 as Complete, bk as Coupon, f5 as CreateOrderRequest, f8 as CreateOrderResponse, iO as CreatePaymentGatewayOrderApplicationErrors, hO as CreatePaymentGatewayOrderOptions, dS as CreatePaymentGatewayOrderRequest, dU as CreatePaymentGatewayOrderResponse, ch as CreatedBy, ci as CreatedByStringOneOf, c4 as CreditCardDetails, ea as CreditCardPaymentMethodDetails, a$ as CurrencyConversionDetails, eX as CursorPaging, f4 as CursorPagingMetadata, f2 as CursorSearch, f3 as CursorSearchPagingMethodOneOf, e_ as Cursors, bs as CustomActivity, cu as CustomAllowedActions, ck as CustomField, ap as CustomFieldGroup, iI as CustomFieldGroupWithLiterals, hH as CustomFieldValue, hf as Customer, h1 as DecrementData, h0 as DecrementItemsQuantityRequest, h2 as DecrementItemsQuantityResponse, dB as DelayedCaptureSettings, hW as DeleteActivityIdentifiers, gq as DeleteActivityRequest, gr as DeleteActivityResponse, eE as DeleteByFilterOperation, eD as DeleteByIdsOperation, b8 as DeliveryLogistics, b9 as DeliveryLogisticsAddressOneOf, bc as DeliveryTimeSlot, ak as DeltaPaymentOptionType, iD as DeltaPaymentOptionTypeWithLiterals, hJ as Deposit, ar as DepositType, iK as DepositTypeWithLiterals, aw as DescriptionLine, ay as DescriptionLineDescriptionLineValueOneOf, az as DescriptionLineName, D as DescriptionLineType, hY as DescriptionLineTypeWithLiterals, ax as DescriptionLineValueOneOf, eO as DiffmatokyPayload, aJ as DigitalFile, hz as Discount, hA as DiscountOneDiscountTypeOneOf, Q as DiscountReason, ia as DiscountReasonWithLiterals, bn as DiscountRule, bo as DiscountRuleName, N as DiscountType, i9 as DiscountTypeWithLiterals, cI as DomainEvent, cJ as DomainEventBodyOneOf, g4 as DownloadLinkSent, by as DraftOrderChangesApplied, fq as DraftOrderCommitSettings, fd as DraftOrderDiffs, fg as DraftOrderDiffsBillingUpdateInfoOneOf, ff as DraftOrderDiffsBuyerUpdateInfoOneOf, fh as DraftOrderDiffsRecipientUpdateInfoOneOf, fe as DraftOrderDiffsShippingUpdateInfoOneOf, dC as Duration, a3 as DurationUnit, il as DurationUnitWithLiterals, hg as Email, gd as EmailEdited, dy as Empty, cK as EntityCreatedEvent, cN as EntityDeletedEvent, cM as EntityUpdatedEvent, eP as ErrorInformation, hL as EventMetadata, aV as ExtendedFields, cc as ExternalReceipt, ek as ExternalReceiptInfo, aC as FocalPoint, aO as FreeTrialPeriod, gb as FulfillerEmailSent, F as FulfillmentStatus, gD as FulfillmentStatusUpdated, i4 as FulfillmentStatusWithLiterals, co as FulfillmentStatusesAggregate, b5 as FullAddressContactDetails, eQ as GetOrderRequest, eR as GetOrderResponse, dD as GetPaymentCollectabilityStatusRequest, dO as GetRefundabilityStatusRequest, dP as GetRefundabilityStatusResponse, gY as GetShipmentsRequest, gZ as GetShipmentsResponse, eh as GiftCardPaymentDetails, bX as GiftCardPaymentRefund, hd as IdAndVersion, cQ as IdentificationData, cR as IdentificationDataIdOneOf, cC as ImportOrderRequest, cD as ImportOrderResponse, cB as ImportedOrderDeleted, fZ as InternalActivity, f_ as InternalActivityContentOneOf, eB as InternalDocument, eF as InternalDocumentUpdateByFilterOperation, eC as InternalDocumentUpdateOperation, eS as InternalQueryOrdersRequest, eY as InternalQueryOrdersResponse, eG as InternalUpdateExistingOperation, al as InventoryAction, iE as InventoryActionWithLiterals, fr as InventoryUpdateDetails, g9 as InvoiceAdded, hp as InvoiceDates, hG as InvoiceDynamicPriceTotals, he as InvoiceFields, ga as InvoiceSent, hc as InvoiceSentEvent, as as InvoiceStatus, iL as InvoiceStatusWithLiterals, hE as InvoicesPayment, fl as ItemChangedDetails, dL as ItemMetadata, aY as ItemModifier, aG as ItemTaxFullDetails, aE as ItemType, aF as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, hZ as ItemTypePresetWithLiterals, hy as ItemizedFee, J as JurisdictionType, h$ as JurisdictionTypeWithLiterals, hr as LineItem, bK as LineItemAmount, bB as LineItemChanges, fw as LineItemDelta, fx as LineItemDeltaDeltaOneOf, bF as LineItemDescriptionLineChange, bp as LineItemDiscount, bx as LineItemExchangeData, hv as LineItemMetaData, bG as LineItemModifiersChange, bD as LineItemPriceChange, bE as LineItemProductNameChange, bC as LineItemQuantityChange, R as LineItemQuantityChangeType, ib as LineItemQuantityChangeTypeWithLiterals, df as LineItemRefund, eq as LineItemRefundSummary, ht as LineItemTax, aI as LineItemTaxBreakdown, aH as LineItemTaxInfo, gt as LineItemUpdate, hq as LineItems, hw as Locale, cr as Location, aS as LocationAndQuantity, bL as ManagedAdditionalFee, bI as ManagedDiscount, bH as ManagedLineItem, a7 as ManuallyRefundableReason, iq as ManuallyRefundableReasonWithLiterals, gB as MarkAsFulfilledRequest, gC as MarkAsFulfilledResponse, gI as MarkAsUnfulfilledRequest, gJ as MarkAsUnfulfilledResponse, iN as MarkOrderAsPaidApplicationErrors, dG as MarkOrderAsPaidRequest, dH as MarkOrderAsPaidResponse, gv as MarkOrderAsSeenByHumanRequest, gw as MarkOrderAsSeenByHumanResponse, fW as MaskedOrderLineItem, dW as MembershipChargeItem, dX as MembershipName, ei as MembershipPaymentDetails, bY as MembershipPaymentRefund, af as MembershipPaymentStatus, iy as MembershipPaymentStatusWithLiterals, bt as MerchantComment, bl as MerchantDiscount, bm as MerchantDiscountMerchantDiscountReasonOneOf, cP as MessageEnvelope, hF as MetaData, aW as ModifierGroup, bw as NewExchangeOrderCreated, a6 as NonRefundableReason, ip as NonRefundableReasonWithLiterals, $ as OrderActionType, ih as OrderActionTypeWithLiterals, Y as OrderActivityTypeEnumActivityType, id as OrderActivityTypeEnumActivityTypeWithLiterals, aj as OrderApprovalStrategy, iC as OrderApprovalStrategyWithLiterals, cv as OrderApproved, g3 as OrderCanceled, gy as OrderCanceledEventOrderCanceled, bz as OrderChange, bA as OrderChangeValueOneOf, f7 as OrderCreateNotifications, bv as OrderCreatedFromExchange, f6 as OrderCreationSettings, ft as OrderDeltasCommitted, g1 as OrderFulfilled, cA as OrderImported, cy as OrderItemsRestocked, at as OrderLineItem, fk as OrderLineItemChangedDetails, g2 as OrderNotFulfilled, g0 as OrderPaid, gf as OrderPartiallyPaid, gg as OrderPending, f$ as OrderPlaced, bu as OrderRefunded, gh as OrderRejected, cx as OrderRejectedEventOrderRejected, hR as OrderSearchSpec, cs as OrderSettings, ct as OrderSettingsAllowedActionsOneOf, L as OrderStatus, i8 as OrderStatusWithLiterals, bh as OrderTaxBreakdown, bg as OrderTaxInfo, e4 as OrderTransactions, cw as OrdersExperiments, e5 as Payment, c5 as PaymentCanceled, c6 as PaymentCanceledPaymentDetailsOneOf, a4 as PaymentCollectabilityStatus, im as PaymentCollectabilityStatusWithLiterals, c7 as PaymentDeclined, c8 as PaymentDeclinedPaymentDetailsOneOf, x as PaymentOptionType, h_ as PaymentOptionTypeWithLiterals, e6 as PaymentPaymentDetailsOneOf, c0 as PaymentPending, c1 as PaymentPendingPaymentDetailsOneOf, e7 as PaymentReceiptInfoOneOf, d$ as PaymentRefund, b_ as PaymentRefundFailed, bZ as PaymentRefunded, E as PaymentStatus, gT as PaymentStatusUpdated, i3 as PaymentStatusWithLiterals, hD as Payments, hj as Phone, aD as PhysicalProperties, bb as PickupAddress, ba as PickupDetails, K as PickupMethod, i7 as PickupMethodWithLiterals, ge as PickupReadyEmailSent, am as Placement, iF as PlacementWithLiterals, aA as PlainTextValue, eW as PlatformPaging, eZ as PlatformPagingMetadata, eT as PlatformQuery, eU as PlatformQueryPagingMethodOneOf, dz as PreparePaymentCollectionRequest, dq as PreviewBuyerConfirmationEmailRequest, dr as PreviewBuyerConfirmationEmailResponse, dn as PreviewBuyerPaymentsReceivedEmailRequest, dp as PreviewBuyerPaymentsReceivedEmailResponse, ds as PreviewBuyerPickupConfirmationEmailRequest, dt as PreviewBuyerPickupConfirmationEmailResponse, dj as PreviewCancelEmailRequest, dk as PreviewCancelEmailResponse, dl as PreviewCancelRefundEmailRequest, dm as PreviewCancelRefundEmailResponse, da as PreviewEmailByTypeRequest, db as PreviewEmailByTypeResponse, a1 as PreviewEmailType, ij as PreviewEmailTypeWithLiterals, dc as PreviewRefundEmailRequest, di as PreviewRefundEmailResponse, dw as PreviewResendDownloadLinksEmailRequest, dx as PreviewResendDownloadLinksEmailResponse, du as PreviewShippingConfirmationEmailRequest, dv as PreviewShippingConfirmationEmailResponse, aR as PriceDescription, b0 as PriceSummary, au as ProductName, gk as PublicActivity, gl as PublicActivityContentOneOf, e$ as QueryOrderRequest, f0 as QueryOrderResponse, hh as QuotesAddress, ac as Reason, iv as ReasonWithLiterals, c9 as ReceiptCreated, ca as ReceiptCreatedReceiptInfoOneOf, cd as ReceiptSent, ce as ReceiptSentReceiptInfoOneOf, iM as RecordManuallyCollectedPaymentApplicationErrors, dE as RecordManuallyCollectedPaymentRequest, dF as RecordManuallyCollectedPaymentResponse, dA as RedirectUrls, el as Refund, dd as RefundDetails, bT as RefundInitiated, de as RefundItem, ep as RefundItemsBreakdown, e0 as RefundSideEffects, ag as RefundStatus, en as RefundStatusInfo, iz as RefundStatusWithLiterals, em as RefundTransaction, dQ as Refundability, dR as RefundabilityAdditionalRefundabilityInfoOneOf, a5 as RefundableStatus, io as RefundableStatusWithLiterals, b$ as RefundedAsStoreCredit, bU as RefundedPayment, bV as RefundedPaymentKindOneOf, c2 as RegularPayment, e8 as RegularPaymentDetails, e9 as RegularPaymentDetailsPaymentMethodDetailsOneOf, c3 as RegularPaymentPaymentMethodDetailsOneOf, bW as RegularPaymentRefund, hb as Reschedule, e1 as RestockInfo, e2 as RestockItem, a8 as RestockType, ir as RestockTypeWithLiterals, cL as RestoreInfo, bP as SavedPaymentMethod, a2 as ScheduledAction, ik as ScheduledActionWithLiterals, f1 as SearchOrdersRequest, cS as SendBuyerConfirmationEmailRequest, cT as SendBuyerConfirmationEmailResponse, cU as SendBuyerPaymentsReceivedEmailRequest, cV as SendBuyerPaymentsReceivedEmailResponse, cW as SendBuyerPickupConfirmationEmailRequest, cX as SendBuyerPickupConfirmationEmailResponse, c_ as SendBuyerShippingConfirmationEmailRequest, c$ as SendBuyerShippingConfirmationEmailResponse, d4 as SendCancelRefundEmailRequest, d5 as SendCancelRefundEmailResponse, d2 as SendMerchantOrderReceivedNotificationRequest, d3 as SendMerchantOrderReceivedNotificationResponse, d8 as SendMerchantOrderReceivedPushRequest, d9 as SendMerchantOrderReceivedPushResponse, d6 as SendRefundEmailRequest, d7 as SendRefundEmailResponse, dY as ServiceProperties, hM as SetOrderNumberCounterOptions, cE as SetOrderNumberCounterRequest, cF as SetOrderNumberCounterResponse, gc as ShippingAddressEdited, g8 as ShippingConfirmationEmailSent, bO as ShippingInformation, bN as ShippingInformationChange, bd as ShippingPrice, dh as ShippingRefund, be as ShippingRegion, ai as SortOrder, iB as SortOrderWithLiterals, eV as Sorting, hu as Source, ao as SourceType, iH as SourceTypeWithLiterals, ho as StandardDetails, b3 as StreetAddress, hn as Subdivision, an as SubdivisionType, iG as SubdivisionTypeWithLiterals, aM as SubscriptionDescription, y as SubscriptionFrequency, i0 as SubscriptionFrequencyWithLiterals, aK as SubscriptionInfo, aN as SubscriptionSettings, aL as SubscriptionTitle, cq as TagList, cp as Tags, h5 as Task, h7 as TaskAction, h8 as TaskActionActionOneOf, h6 as TaskKey, bf as TaxSummary, aT as TaxableAddress, aU as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, i2 as TaxableAddressTypeWithLiterals, hx as TotalPrice, bM as TotalPriceChange, g7 as TrackingLinkAdded, g5 as TrackingNumberAdded, g6 as TrackingNumberEdited, a9 as TransactionStatus, is as TransactionStatusWithLiterals, aX as TranslatableString, bJ as TranslatedValue, iP as TriggerRefundApplicationErrors, hQ as TriggerRefundOptions, d_ as TriggerRefundRequest, e3 as TriggerRefundResponse, eN as TriggerReindexOrderRequest, eK as TriggerReindexRequest, eL as TriggerReindexResponse, fE as UnArchiveOrderRequest, fF as UnArchiveOrderResponse, hV as UpdateActivityIdentifiers, go as UpdateActivityRequest, gp as UpdateActivityResponse, fR as UpdateBillingContactDetailsRequest, fS as UpdateBillingContactDetailsResponse, fN as UpdateBuyerEmailRequest, fO as UpdateBuyerEmailResponse, fK as UpdateBuyerInfoRequest, fM as UpdateBuyerInfoResponse, ez as UpdateInternalDocumentsEvent, eA as UpdateInternalDocumentsEventOperationOneOf, gs as UpdateLineItemsDescriptionLinesRequest, gu as UpdateLineItemsDescriptionLinesResponse, hU as UpdateOrderLineItem, hT as UpdateOrderLineItemIdentifiers, fT as UpdateOrderLineItemRequest, fU as UpdateOrderLineItemResponse, fV as UpdateOrderLineItemsRequest, fX as UpdateOrderLineItemsResponse, f9 as UpdateOrderRequest, fa as UpdateOrderResponse, fP as UpdateOrderShippingAddressRequest, fQ as UpdateOrderShippingAddressResponse, iR as UpdateOrderStatusApplicationErrors, gz as UpdateOrderStatusRequest, gA as UpdateOrderStatusResponse, gU as V1BulkMarkOrdersAsPaidRequest, gV as V1BulkMarkOrdersAsPaidResponse, gW as V1CreatePaymentGatewayOrderRequest, gX as V1CreatePaymentGatewayOrderResponse, fi as V1LineItemDelta, fj as V1LineItemDeltaDeltaOneOf, gR as V1MarkOrderAsPaidRequest, gS as V1MarkOrderAsPaidResponse, cz as V1RestockItem, ef as V1ScheduledAction, b7 as V1ShippingInformation, hI as Value, aq as ValueType, iJ as ValueTypeWithLiterals, b6 as VatId, H as VatType, i6 as VatTypeWithLiterals, eI as VersionedDeleteByIdsOperation, eJ as VersionedDocumentId, eH as VersionedDocumentUpdateOperation, ah as VersioningMode, iA as VersioningModeWithLiterals, ev as VoidAuthorizedPaymentsRequest, a0 as WebhookIdentityType, ii as WebhookIdentityTypeWithLiterals, W as WeightUnit, i5 as WeightUnitWithLiterals, cb as WixReceipt, ej as WixReceiptInfo } from './ecom-v1-order-orders.universal-NMTSUZbl.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-DC5vd1yo.mjs';
3
+ export { cO as ActionEvent, ad as ActionType, iw as ActionTypeWithLiterals, bq as Activity, br as ActivityContentOneOf, X as ActivityType, ic as ActivityTypeWithLiterals, gn as AddActivitiesRequest, gj as AddActivityRequest, gm as AddActivityResponse, fY as AddInternalActivityRequest, gi as AddInternalActivityResponse, cn as AdditionalFee, fo as AdditionalFeeDelta, fp as AdditionalFeeDeltaDeltaOneOf, dg as AdditionalFeeRefund, b2 as Address, hi as AddressDescription, b4 as AddressLocation, b1 as AddressWithContact, z as AdjustmentType, i1 as AdjustmentTypeWithLiterals, hX as AggregateOrdersOptions, g_ as AggregateOrdersRequest, g$ as AggregateOrdersResponse, eo as AggregatedRefundSummary, dM as ApplicationError, bi as AppliedDiscount, fm as AppliedDiscountDelta, fn as AppliedDiscountDeltaDeltaOneOf, bj as AppliedDiscountDiscountSourceOneOf, fy as ArchiveOrderRequest, fz as ArchiveOrderResponse, Z as AttributionSource, ie as AttributionSourceWithLiterals, ed as AuthorizationActionFailureDetails, ec as AuthorizationCapture, aa as AuthorizationCaptureStatus, it as AuthorizationCaptureStatusWithLiterals, eb as AuthorizationDetails, ee as AuthorizationVoid, ab as AuthorizationVoidStatus, iu as AuthorizationVoidStatusWithLiterals, bR as AuthorizedPaymentCaptured, bQ as AuthorizedPaymentCreated, bS as AuthorizedPaymentVoided, cm as Balance, cl as BalanceSummary, hK as BaseEventMetadata, eM as BatchOfTriggerReindexOrderRequest, hs as BigDecimalWrapper, aP as BillingAdjustment, aQ as BillingAdjustmentPriceSummary, dN as BulkActionMetadata, fC as BulkArchiveOrdersByFilterRequest, fD as BulkArchiveOrdersByFilterResponse, fA as BulkArchiveOrdersRequest, fB as BulkArchiveOrdersResponse, hN as BulkDeleteImportedOrdersOptions, cG as BulkDeleteImportedOrdersRequest, cH as BulkDeleteImportedOrdersResponse, gG as BulkMarkAsFulfilledByFilterRequest, gH as BulkMarkAsFulfilledByFilterResponse, gE as BulkMarkAsFulfilledRequest, gF as BulkMarkAsFulfilledResponse, gM as BulkMarkAsUnfulfilledByFilterRequest, gN as BulkMarkAsUnfulfilledByFilterResponse, gK as BulkMarkAsUnfulfilledRequest, gL as BulkMarkAsUnfulfilledResponse, dI as BulkMarkOrdersAsPaidRequest, dJ as BulkMarkOrdersAsPaidResponse, dK as BulkOrderResult, cY as BulkSendBuyerPickupConfirmationEmailsRequest, cZ as BulkSendBuyerPickupConfirmationEmailsResponse, d0 as BulkSendBuyerShippingConfirmationEmailsRequest, d1 as BulkSendBuyerShippingConfirmationEmailsResponse, gO as BulkSetBusinessLocationRequest, gP as BulkSetBusinessLocationResponse, gQ as BulkSetBusinessLocationResult, fI as BulkUnArchiveOrdersByFilterRequest, fJ as BulkUnArchiveOrdersByFilterResponse, fG as BulkUnArchiveOrdersRequest, fH as BulkUnArchiveOrdersResponse, h3 as BulkUpdateOrderTagsRequest, h4 as BulkUpdateOrderTagsResult, fb as BulkUpdateOrdersRequest, aZ as BuyerInfo, a_ as BuyerInfoIdOneOf, fL as BuyerInfoUpdate, es as CalculateRefundItemRequest, eu as CalculateRefundItemResponse, er as CalculateRefundRequest, et as CalculateRefundResponse, hC as CalculatedTax, hB as CalculatedTaxes, ha as Cancel, gx as CancelOrderRequest, ew as CaptureAuthorizedPaymentsRequest, av as CatalogReference, cj as ChannelInfo, _ as ChannelType, ig as ChannelTypeWithLiterals, hP as ChargeMembershipsOptions, dV as ChargeMembershipsRequest, dZ as ChargeMembershipsResponse, ex as ChargeSavedPaymentMethodRequest, ey as ChargeSavedPaymentMethodResponse, eg as Chargeback, cf as ChargebackCreated, cg as ChargebackReversed, ae as ChargebackStatus, ix as ChargebackStatusWithLiterals, dT as ChargedBy, aB as Color, iQ as CommitDeltasApplicationErrors, hS as CommitDeltasOptions, fc as CommitDeltasRequest, fs as CommitDeltasResponse, fu as CommittedDiffs, fv as CommittedDiffsShippingUpdateInfoOneOf, hl as CommonAddress, hm as CommonAddressStreetOneOf, iS as CommonSearchWithEntityContext, hk as Company, h9 as Complete, bk as Coupon, f5 as CreateOrderRequest, f8 as CreateOrderResponse, dS as CreatePaymentGatewayOrderRequest, dU as CreatePaymentGatewayOrderResponse, ch as CreatedBy, ci as CreatedByStringOneOf, c4 as CreditCardDetails, ea as CreditCardPaymentMethodDetails, a$ as CurrencyConversionDetails, eX as CursorPaging, f4 as CursorPagingMetadata, f2 as CursorSearch, f3 as CursorSearchPagingMethodOneOf, e_ as Cursors, bs as CustomActivity, cu as CustomAllowedActions, ck as CustomField, ap as CustomFieldGroup, iI as CustomFieldGroupWithLiterals, hH as CustomFieldValue, hf as Customer, h1 as DecrementData, h0 as DecrementItemsQuantityRequest, h2 as DecrementItemsQuantityResponse, dB as DelayedCaptureSettings, hW as DeleteActivityIdentifiers, gq as DeleteActivityRequest, gr as DeleteActivityResponse, eE as DeleteByFilterOperation, eD as DeleteByIdsOperation, b8 as DeliveryLogistics, b9 as DeliveryLogisticsAddressOneOf, bc as DeliveryTimeSlot, ak as DeltaPaymentOptionType, iD as DeltaPaymentOptionTypeWithLiterals, hJ as Deposit, ar as DepositType, iK as DepositTypeWithLiterals, aw as DescriptionLine, ay as DescriptionLineDescriptionLineValueOneOf, az as DescriptionLineName, D as DescriptionLineType, hY as DescriptionLineTypeWithLiterals, ax as DescriptionLineValueOneOf, eO as DiffmatokyPayload, aJ as DigitalFile, hz as Discount, hA as DiscountOneDiscountTypeOneOf, Q as DiscountReason, ia as DiscountReasonWithLiterals, bn as DiscountRule, bo as DiscountRuleName, N as DiscountType, i9 as DiscountTypeWithLiterals, cI as DomainEvent, cJ as DomainEventBodyOneOf, g4 as DownloadLinkSent, by as DraftOrderChangesApplied, fq as DraftOrderCommitSettings, fd as DraftOrderDiffs, fg as DraftOrderDiffsBillingUpdateInfoOneOf, ff as DraftOrderDiffsBuyerUpdateInfoOneOf, fh as DraftOrderDiffsRecipientUpdateInfoOneOf, fe as DraftOrderDiffsShippingUpdateInfoOneOf, dC as Duration, a3 as DurationUnit, il as DurationUnitWithLiterals, hg as Email, gd as EmailEdited, dy as Empty, cK as EntityCreatedEvent, cN as EntityDeletedEvent, cM as EntityUpdatedEvent, eP as ErrorInformation, hL as EventMetadata, aV as ExtendedFields, cc as ExternalReceipt, ek as ExternalReceiptInfo, aC as FocalPoint, aO as FreeTrialPeriod, gb as FulfillerEmailSent, F as FulfillmentStatus, gD as FulfillmentStatusUpdated, i4 as FulfillmentStatusWithLiterals, co as FulfillmentStatusesAggregate, b5 as FullAddressContactDetails, eQ as GetOrderRequest, eR as GetOrderResponse, dD as GetPaymentCollectabilityStatusRequest, dO as GetRefundabilityStatusRequest, dP as GetRefundabilityStatusResponse, gY as GetShipmentsRequest, gZ as GetShipmentsResponse, eh as GiftCardPaymentDetails, bX as GiftCardPaymentRefund, hd as IdAndVersion, cQ as IdentificationData, cR as IdentificationDataIdOneOf, cC as ImportOrderRequest, cD as ImportOrderResponse, cB as ImportedOrderDeleted, fZ as InternalActivity, f_ as InternalActivityContentOneOf, eB as InternalDocument, eF as InternalDocumentUpdateByFilterOperation, eC as InternalDocumentUpdateOperation, eS as InternalQueryOrdersRequest, eY as InternalQueryOrdersResponse, eG as InternalUpdateExistingOperation, al as InventoryAction, iE as InventoryActionWithLiterals, fr as InventoryUpdateDetails, g9 as InvoiceAdded, hp as InvoiceDates, hG as InvoiceDynamicPriceTotals, he as InvoiceFields, ga as InvoiceSent, hc as InvoiceSentEvent, as as InvoiceStatus, iL as InvoiceStatusWithLiterals, hE as InvoicesPayment, fl as ItemChangedDetails, dL as ItemMetadata, aY as ItemModifier, aG as ItemTaxFullDetails, aE as ItemType, aF as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, hZ as ItemTypePresetWithLiterals, hy as ItemizedFee, J as JurisdictionType, h$ as JurisdictionTypeWithLiterals, hr as LineItem, bK as LineItemAmount, bB as LineItemChanges, fw as LineItemDelta, fx as LineItemDeltaDeltaOneOf, bF as LineItemDescriptionLineChange, bp as LineItemDiscount, bx as LineItemExchangeData, hv as LineItemMetaData, bG as LineItemModifiersChange, bD as LineItemPriceChange, bE as LineItemProductNameChange, bC as LineItemQuantityChange, R as LineItemQuantityChangeType, ib as LineItemQuantityChangeTypeWithLiterals, df as LineItemRefund, eq as LineItemRefundSummary, ht as LineItemTax, aI as LineItemTaxBreakdown, aH as LineItemTaxInfo, gt as LineItemUpdate, hq as LineItems, hw as Locale, cr as Location, aS as LocationAndQuantity, bL as ManagedAdditionalFee, bI as ManagedDiscount, bH as ManagedLineItem, a7 as ManuallyRefundableReason, iq as ManuallyRefundableReasonWithLiterals, gB as MarkAsFulfilledRequest, gC as MarkAsFulfilledResponse, gI as MarkAsUnfulfilledRequest, gJ as MarkAsUnfulfilledResponse, dG as MarkOrderAsPaidRequest, dH as MarkOrderAsPaidResponse, gv as MarkOrderAsSeenByHumanRequest, gw as MarkOrderAsSeenByHumanResponse, fW as MaskedOrderLineItem, dW as MembershipChargeItem, dX as MembershipName, ei as MembershipPaymentDetails, bY as MembershipPaymentRefund, af as MembershipPaymentStatus, iy as MembershipPaymentStatusWithLiterals, bt as MerchantComment, bl as MerchantDiscount, bm as MerchantDiscountMerchantDiscountReasonOneOf, cP as MessageEnvelope, hF as MetaData, aW as ModifierGroup, bw as NewExchangeOrderCreated, a6 as NonRefundableReason, ip as NonRefundableReasonWithLiterals, $ as OrderActionType, ih as OrderActionTypeWithLiterals, Y as OrderActivityTypeEnumActivityType, id as OrderActivityTypeEnumActivityTypeWithLiterals, aj as OrderApprovalStrategy, iC as OrderApprovalStrategyWithLiterals, cv as OrderApproved, g3 as OrderCanceled, gy as OrderCanceledEventOrderCanceled, bz as OrderChange, bA as OrderChangeValueOneOf, f7 as OrderCreateNotifications, bv as OrderCreatedFromExchange, f6 as OrderCreationSettings, ft as OrderDeltasCommitted, g1 as OrderFulfilled, cA as OrderImported, cy as OrderItemsRestocked, at as OrderLineItem, fk as OrderLineItemChangedDetails, g2 as OrderNotFulfilled, g0 as OrderPaid, gf as OrderPartiallyPaid, gg as OrderPending, f$ as OrderPlaced, bu as OrderRefunded, gh as OrderRejected, cx as OrderRejectedEventOrderRejected, hR as OrderSearchSpec, cs as OrderSettings, ct as OrderSettingsAllowedActionsOneOf, L as OrderStatus, i8 as OrderStatusWithLiterals, bh as OrderTaxBreakdown, bg as OrderTaxInfo, e4 as OrderTransactions, cw as OrdersExperiments, e5 as Payment, c5 as PaymentCanceled, c6 as PaymentCanceledPaymentDetailsOneOf, a4 as PaymentCollectabilityStatus, im as PaymentCollectabilityStatusWithLiterals, iO as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, hO as PaymentCollectionCreatePaymentGatewayOrderOptions, iN as PaymentCollectionMarkOrderAsPaidApplicationErrors, c7 as PaymentDeclined, c8 as PaymentDeclinedPaymentDetailsOneOf, x as PaymentOptionType, h_ as PaymentOptionTypeWithLiterals, e6 as PaymentPaymentDetailsOneOf, c0 as PaymentPending, c1 as PaymentPendingPaymentDetailsOneOf, e7 as PaymentReceiptInfoOneOf, d$ as PaymentRefund, b_ as PaymentRefundFailed, bZ as PaymentRefunded, E as PaymentStatus, gT as PaymentStatusUpdated, i3 as PaymentStatusWithLiterals, hD as Payments, hj as Phone, aD as PhysicalProperties, bb as PickupAddress, ba as PickupDetails, K as PickupMethod, i7 as PickupMethodWithLiterals, ge as PickupReadyEmailSent, am as Placement, iF as PlacementWithLiterals, aA as PlainTextValue, eW as PlatformPaging, eZ as PlatformPagingMetadata, eT as PlatformQuery, eU as PlatformQueryPagingMethodOneOf, dz as PreparePaymentCollectionRequest, dq as PreviewBuyerConfirmationEmailRequest, dr as PreviewBuyerConfirmationEmailResponse, dn as PreviewBuyerPaymentsReceivedEmailRequest, dp as PreviewBuyerPaymentsReceivedEmailResponse, ds as PreviewBuyerPickupConfirmationEmailRequest, dt as PreviewBuyerPickupConfirmationEmailResponse, dj as PreviewCancelEmailRequest, dk as PreviewCancelEmailResponse, dl as PreviewCancelRefundEmailRequest, dm as PreviewCancelRefundEmailResponse, da as PreviewEmailByTypeRequest, db as PreviewEmailByTypeResponse, a1 as PreviewEmailType, ij as PreviewEmailTypeWithLiterals, dc as PreviewRefundEmailRequest, di as PreviewRefundEmailResponse, dw as PreviewResendDownloadLinksEmailRequest, dx as PreviewResendDownloadLinksEmailResponse, du as PreviewShippingConfirmationEmailRequest, dv as PreviewShippingConfirmationEmailResponse, aR as PriceDescription, b0 as PriceSummary, au as ProductName, gk as PublicActivity, gl as PublicActivityContentOneOf, e$ as QueryOrderRequest, f0 as QueryOrderResponse, hh as QuotesAddress, ac as Reason, iv as ReasonWithLiterals, c9 as ReceiptCreated, ca as ReceiptCreatedReceiptInfoOneOf, cd as ReceiptSent, ce as ReceiptSentReceiptInfoOneOf, iM as RecordManuallyCollectedPaymentApplicationErrors, dE as RecordManuallyCollectedPaymentRequest, dF as RecordManuallyCollectedPaymentResponse, dA as RedirectUrls, el as Refund, dd as RefundDetails, bT as RefundInitiated, de as RefundItem, ep as RefundItemsBreakdown, e0 as RefundSideEffects, ag as RefundStatus, en as RefundStatusInfo, iz as RefundStatusWithLiterals, em as RefundTransaction, dQ as Refundability, dR as RefundabilityAdditionalRefundabilityInfoOneOf, a5 as RefundableStatus, io as RefundableStatusWithLiterals, b$ as RefundedAsStoreCredit, bU as RefundedPayment, bV as RefundedPaymentKindOneOf, c2 as RegularPayment, e8 as RegularPaymentDetails, e9 as RegularPaymentDetailsPaymentMethodDetailsOneOf, c3 as RegularPaymentPaymentMethodDetailsOneOf, bW as RegularPaymentRefund, hb as Reschedule, e1 as RestockInfo, e2 as RestockItem, a8 as RestockType, ir as RestockTypeWithLiterals, cL as RestoreInfo, bP as SavedPaymentMethod, a2 as ScheduledAction, ik as ScheduledActionWithLiterals, f1 as SearchOrdersRequest, cS as SendBuyerConfirmationEmailRequest, cT as SendBuyerConfirmationEmailResponse, cU as SendBuyerPaymentsReceivedEmailRequest, cV as SendBuyerPaymentsReceivedEmailResponse, cW as SendBuyerPickupConfirmationEmailRequest, cX as SendBuyerPickupConfirmationEmailResponse, c_ as SendBuyerShippingConfirmationEmailRequest, c$ as SendBuyerShippingConfirmationEmailResponse, d4 as SendCancelRefundEmailRequest, d5 as SendCancelRefundEmailResponse, d2 as SendMerchantOrderReceivedNotificationRequest, d3 as SendMerchantOrderReceivedNotificationResponse, d8 as SendMerchantOrderReceivedPushRequest, d9 as SendMerchantOrderReceivedPushResponse, d6 as SendRefundEmailRequest, d7 as SendRefundEmailResponse, dY as ServiceProperties, hM as SetOrderNumberCounterOptions, cE as SetOrderNumberCounterRequest, cF as SetOrderNumberCounterResponse, gc as ShippingAddressEdited, g8 as ShippingConfirmationEmailSent, bO as ShippingInformation, bN as ShippingInformationChange, bd as ShippingPrice, dh as ShippingRefund, be as ShippingRegion, ai as SortOrder, iB as SortOrderWithLiterals, eV as Sorting, hu as Source, ao as SourceType, iH as SourceTypeWithLiterals, ho as StandardDetails, b3 as StreetAddress, hn as Subdivision, an as SubdivisionType, iG as SubdivisionTypeWithLiterals, aM as SubscriptionDescription, y as SubscriptionFrequency, i0 as SubscriptionFrequencyWithLiterals, aK as SubscriptionInfo, aN as SubscriptionSettings, aL as SubscriptionTitle, cq as TagList, cp as Tags, h5 as Task, h7 as TaskAction, h8 as TaskActionActionOneOf, h6 as TaskKey, bf as TaxSummary, aT as TaxableAddress, aU as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, i2 as TaxableAddressTypeWithLiterals, hx as TotalPrice, bM as TotalPriceChange, g7 as TrackingLinkAdded, g5 as TrackingNumberAdded, g6 as TrackingNumberEdited, a9 as TransactionStatus, is as TransactionStatusWithLiterals, aX as TranslatableString, bJ as TranslatedValue, iP as TriggerRefundApplicationErrors, hQ as TriggerRefundOptions, d_ as TriggerRefundRequest, e3 as TriggerRefundResponse, eN as TriggerReindexOrderRequest, eK as TriggerReindexRequest, eL as TriggerReindexResponse, fE as UnArchiveOrderRequest, fF as UnArchiveOrderResponse, hV as UpdateActivityIdentifiers, go as UpdateActivityRequest, gp as UpdateActivityResponse, fR as UpdateBillingContactDetailsRequest, fS as UpdateBillingContactDetailsResponse, fN as UpdateBuyerEmailRequest, fO as UpdateBuyerEmailResponse, fK as UpdateBuyerInfoRequest, fM as UpdateBuyerInfoResponse, ez as UpdateInternalDocumentsEvent, eA as UpdateInternalDocumentsEventOperationOneOf, gs as UpdateLineItemsDescriptionLinesRequest, gu as UpdateLineItemsDescriptionLinesResponse, hU as UpdateOrderLineItem, hT as UpdateOrderLineItemIdentifiers, fT as UpdateOrderLineItemRequest, fU as UpdateOrderLineItemResponse, fV as UpdateOrderLineItemsRequest, fX as UpdateOrderLineItemsResponse, f9 as UpdateOrderRequest, fa as UpdateOrderResponse, fP as UpdateOrderShippingAddressRequest, fQ as UpdateOrderShippingAddressResponse, iR as UpdateOrderStatusApplicationErrors, gz as UpdateOrderStatusRequest, gA as UpdateOrderStatusResponse, gU as V1BulkMarkOrdersAsPaidRequest, gV as V1BulkMarkOrdersAsPaidResponse, gW as V1CreatePaymentGatewayOrderRequest, gX as V1CreatePaymentGatewayOrderResponse, fi as V1LineItemDelta, fj as V1LineItemDeltaDeltaOneOf, gR as V1MarkOrderAsPaidRequest, gS as V1MarkOrderAsPaidResponse, cz as V1RestockItem, ef as V1ScheduledAction, b7 as V1ShippingInformation, hI as Value, aq as ValueType, iJ as ValueTypeWithLiterals, b6 as VatId, H as VatType, i6 as VatTypeWithLiterals, eI as VersionedDeleteByIdsOperation, eJ as VersionedDocumentId, eH as VersionedDocumentUpdateOperation, ah as VersioningMode, iA as VersioningModeWithLiterals, ev as VoidAuthorizedPaymentsRequest, a0 as WebhookIdentityType, ii as WebhookIdentityTypeWithLiterals, W as WeightUnit, i5 as WeightUnitWithLiterals, cb as WixReceipt, ej as WixReceiptInfo } from './ecom-v1-order-orders.universal-DC5vd1yo.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 }) {
@@ -2445,12 +2445,12 @@ async function recordManuallyCollectedPayment2(orderId, amount) {
2445
2445
  throw transformedError;
2446
2446
  }
2447
2447
  }
2448
- async function markOrderAsPaid2(ecomOrderId) {
2448
+ async function paymentCollectionMarkOrderAsPaid2(ecomOrderId) {
2449
2449
  const { httpClient, sideEffects } = arguments[1];
2450
2450
  const payload = renameKeysFromSDKRequestToRESTRequest({
2451
2451
  ecomOrderId
2452
2452
  });
2453
- const reqOpts = markOrderAsPaid(payload);
2453
+ const reqOpts = paymentCollectionMarkOrderAsPaid(payload);
2454
2454
  sideEffects?.onSiteCall?.();
2455
2455
  try {
2456
2456
  const result = await httpClient.request(reqOpts);
@@ -2488,12 +2488,12 @@ async function markOrderAsPaid2(ecomOrderId) {
2488
2488
  throw transformedError;
2489
2489
  }
2490
2490
  }
2491
- async function bulkMarkOrdersAsPaid2(ecomOrderIds) {
2491
+ async function paymentCollectionBulkMarkOrdersAsPaid2(ecomOrderIds) {
2492
2492
  const { httpClient, sideEffects } = arguments[1];
2493
2493
  const payload = renameKeysFromSDKRequestToRESTRequest({
2494
2494
  ecomOrderIds
2495
2495
  });
2496
- const reqOpts = bulkMarkOrdersAsPaid(payload);
2496
+ const reqOpts = paymentCollectionBulkMarkOrdersAsPaid(payload);
2497
2497
  sideEffects?.onSiteCall?.();
2498
2498
  try {
2499
2499
  const result = await httpClient.request(reqOpts);
@@ -2558,13 +2558,15 @@ async function getRefundabilityStatus2(ecomOrderId) {
2558
2558
  throw transformedError;
2559
2559
  }
2560
2560
  }
2561
- async function createPaymentGatewayOrder2(ecomOrderId, options) {
2561
+ async function paymentCollectionCreatePaymentGatewayOrder2(ecomOrderId, options) {
2562
2562
  const { httpClient, sideEffects } = arguments[2];
2563
2563
  const payload = renameKeysFromSDKRequestToRESTRequest({
2564
2564
  ecomOrderId,
2565
2565
  chargedBy: options?.chargedBy
2566
2566
  });
2567
- const reqOpts = createPaymentGatewayOrder(payload);
2567
+ const reqOpts = paymentCollectionCreatePaymentGatewayOrder(
2568
+ payload
2569
+ );
2568
2570
  sideEffects?.onSiteCall?.();
2569
2571
  try {
2570
2572
  const result = await httpClient.request(reqOpts);
@@ -3492,15 +3494,15 @@ function recordManuallyCollectedPayment3(httpClient) {
3492
3494
  { httpClient }
3493
3495
  );
3494
3496
  }
3495
- function markOrderAsPaid3(httpClient) {
3496
- return (ecomOrderId) => markOrderAsPaid2(
3497
+ function paymentCollectionMarkOrderAsPaid3(httpClient) {
3498
+ return (ecomOrderId) => paymentCollectionMarkOrderAsPaid2(
3497
3499
  ecomOrderId,
3498
3500
  // @ts-ignore
3499
3501
  { httpClient }
3500
3502
  );
3501
3503
  }
3502
- function bulkMarkOrdersAsPaid3(httpClient) {
3503
- return (ecomOrderIds) => bulkMarkOrdersAsPaid2(
3504
+ function paymentCollectionBulkMarkOrdersAsPaid3(httpClient) {
3505
+ return (ecomOrderIds) => paymentCollectionBulkMarkOrdersAsPaid2(
3504
3506
  ecomOrderIds,
3505
3507
  // @ts-ignore
3506
3508
  { httpClient }
@@ -3513,8 +3515,8 @@ function getRefundabilityStatus3(httpClient) {
3513
3515
  { httpClient }
3514
3516
  );
3515
3517
  }
3516
- function createPaymentGatewayOrder3(httpClient) {
3517
- return (ecomOrderId, options) => createPaymentGatewayOrder2(
3518
+ function paymentCollectionCreatePaymentGatewayOrder3(httpClient) {
3519
+ return (ecomOrderId, options) => paymentCollectionCreatePaymentGatewayOrder2(
3518
3520
  ecomOrderId,
3519
3521
  options,
3520
3522
  // @ts-ignore
@@ -3901,10 +3903,12 @@ var bulkDeleteImportedOrders4 = /* @__PURE__ */ createRESTModule(bulkDeleteImpor
3901
3903
  var preparePaymentCollection4 = /* @__PURE__ */ createRESTModule(preparePaymentCollection3);
3902
3904
  var getPaymentCollectabilityStatus4 = /* @__PURE__ */ createRESTModule(getPaymentCollectabilityStatus3);
3903
3905
  var recordManuallyCollectedPayment4 = /* @__PURE__ */ createRESTModule(recordManuallyCollectedPayment3);
3904
- var markOrderAsPaid4 = /* @__PURE__ */ createRESTModule(markOrderAsPaid3);
3905
- var bulkMarkOrdersAsPaid4 = /* @__PURE__ */ createRESTModule(bulkMarkOrdersAsPaid3);
3906
+ var paymentCollectionMarkOrderAsPaid4 = /* @__PURE__ */ createRESTModule(paymentCollectionMarkOrderAsPaid3);
3907
+ var paymentCollectionBulkMarkOrdersAsPaid4 = /* @__PURE__ */ createRESTModule(paymentCollectionBulkMarkOrdersAsPaid3);
3906
3908
  var getRefundabilityStatus4 = /* @__PURE__ */ createRESTModule(getRefundabilityStatus3);
3907
- var createPaymentGatewayOrder4 = /* @__PURE__ */ createRESTModule(createPaymentGatewayOrder3);
3909
+ var paymentCollectionCreatePaymentGatewayOrder4 = /* @__PURE__ */ createRESTModule(
3910
+ paymentCollectionCreatePaymentGatewayOrder3
3911
+ );
3908
3912
  var chargeMemberships4 = /* @__PURE__ */ createRESTModule(chargeMemberships3);
3909
3913
  var triggerRefund4 = /* @__PURE__ */ createRESTModule(triggerRefund3);
3910
3914
  var voidAuthorizedPayments4 = /* @__PURE__ */ createRESTModule(voidAuthorizedPayments3);
@@ -3986,7 +3990,6 @@ export {
3986
3990
  addActivity4 as addActivity,
3987
3991
  aggregateOrders4 as aggregateOrders,
3988
3992
  bulkDeleteImportedOrders4 as bulkDeleteImportedOrders,
3989
- bulkMarkOrdersAsPaid4 as bulkMarkOrdersAsPaid,
3990
3993
  bulkUpdateOrderTags4 as bulkUpdateOrderTags,
3991
3994
  bulkUpdateOrders4 as bulkUpdateOrders,
3992
3995
  cancelOrder4 as cancelOrder,
@@ -3994,18 +3997,19 @@ export {
3994
3997
  chargeMemberships4 as chargeMemberships,
3995
3998
  commitDeltas4 as commitDeltas,
3996
3999
  createOrder4 as createOrder,
3997
- createPaymentGatewayOrder4 as createPaymentGatewayOrder,
3998
4000
  deleteActivity4 as deleteActivity,
3999
4001
  getOrder4 as getOrder,
4000
4002
  getPaymentCollectabilityStatus4 as getPaymentCollectabilityStatus,
4001
4003
  getRefundabilityStatus4 as getRefundabilityStatus,
4002
4004
  importOrder4 as importOrder,
4003
- markOrderAsPaid4 as markOrderAsPaid,
4004
4005
  onOrderApproved2 as onOrderApproved,
4005
4006
  onOrderCanceled2 as onOrderCanceled,
4006
4007
  onOrderCreated2 as onOrderCreated,
4007
4008
  onOrderPaymentStatusUpdated2 as onOrderPaymentStatusUpdated,
4008
4009
  onOrderUpdated2 as onOrderUpdated,
4010
+ paymentCollectionBulkMarkOrdersAsPaid4 as paymentCollectionBulkMarkOrdersAsPaid,
4011
+ paymentCollectionCreatePaymentGatewayOrder4 as paymentCollectionCreatePaymentGatewayOrder,
4012
+ paymentCollectionMarkOrderAsPaid4 as paymentCollectionMarkOrderAsPaid,
4009
4013
  preparePaymentCollection4 as preparePaymentCollection,
4010
4014
  recordManuallyCollectedPayment4 as recordManuallyCollectedPayment,
4011
4015
  searchOrders4 as searchOrders,