@wix/auto_sdk_ecom_orders 1.0.81 → 1.0.83

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 (33) hide show
  1. package/build/cjs/{ecom-v1-order-orders.universal-Bt4y8MC2.d.ts → ecom-v1-order-orders.universal-BZBD_0XI.d.ts} +16 -2
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +1 -0
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +1 -0
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +4 -3
  9. package/build/es/{ecom-v1-order-orders.universal-Bt4y8MC2.d.mts → ecom-v1-order-orders.universal-BZBD_0XI.d.mts} +16 -2
  10. package/build/es/index.d.mts +2 -2
  11. package/build/es/index.mjs +1 -0
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +2 -2
  14. package/build/es/index.typings.mjs +1 -0
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +4 -3
  17. package/build/internal/cjs/{ecom-v1-order-orders.universal-DbG5g94K.d.ts → ecom-v1-order-orders.universal-BNhwSQlX.d.ts} +16 -2
  18. package/build/internal/cjs/index.d.ts +2 -2
  19. package/build/internal/cjs/index.js +1 -0
  20. package/build/internal/cjs/index.js.map +1 -1
  21. package/build/internal/cjs/index.typings.d.ts +2 -2
  22. package/build/internal/cjs/index.typings.js +1 -0
  23. package/build/internal/cjs/index.typings.js.map +1 -1
  24. package/build/internal/cjs/meta.d.ts +4 -3
  25. package/build/internal/es/{ecom-v1-order-orders.universal-DbG5g94K.d.mts → ecom-v1-order-orders.universal-BNhwSQlX.d.mts} +16 -2
  26. package/build/internal/es/index.d.mts +2 -2
  27. package/build/internal/es/index.mjs +1 -0
  28. package/build/internal/es/index.mjs.map +1 -1
  29. package/build/internal/es/index.typings.d.mts +2 -2
  30. package/build/internal/es/index.typings.mjs +1 -0
  31. package/build/internal/es/index.typings.mjs.map +1 -1
  32. package/build/internal/es/meta.d.mts +4 -3
  33. package/package.json +2 -2
@@ -2926,10 +2926,11 @@ declare enum PaymentCollectabilityStatus {
2926
2926
  NONCOLLECTABLE_MISSING_PAYMENT_METHOD = "NONCOLLECTABLE_MISSING_PAYMENT_METHOD",
2927
2927
  NONCOLLECTABLE_ORDER_IS_PENDING = "NONCOLLECTABLE_ORDER_IS_PENDING",
2928
2928
  NONCOLLECTABLE_ORDER_IS_REJECTED = "NONCOLLECTABLE_ORDER_IS_REJECTED",
2929
- NONCOLLECTABLE_ORDER_HAS_SUBSCRIPTIONS = "NONCOLLECTABLE_ORDER_HAS_SUBSCRIPTIONS"
2929
+ NONCOLLECTABLE_ORDER_HAS_SUBSCRIPTIONS = "NONCOLLECTABLE_ORDER_HAS_SUBSCRIPTIONS",
2930
+ NONCOLLECTABLE_ORDER_HAS_CHARGEBACKS = "NONCOLLECTABLE_ORDER_HAS_CHARGEBACKS"
2930
2931
  }
2931
2932
  /** @enumType */
2932
- type PaymentCollectabilityStatusWithLiterals = PaymentCollectabilityStatus | 'UNKNOWN' | 'COLLECTABLE' | 'NONCOLLECTABLE_ORDER_IS_CANCELLED' | 'NONCOLLECTABLE_ORDER_IS_PAID' | 'NONCOLLECTABLE_MISSING_PAYMENT_METHOD' | 'NONCOLLECTABLE_ORDER_IS_PENDING' | 'NONCOLLECTABLE_ORDER_IS_REJECTED' | 'NONCOLLECTABLE_ORDER_HAS_SUBSCRIPTIONS';
2933
+ type PaymentCollectabilityStatusWithLiterals = PaymentCollectabilityStatus | 'UNKNOWN' | 'COLLECTABLE' | 'NONCOLLECTABLE_ORDER_IS_CANCELLED' | 'NONCOLLECTABLE_ORDER_IS_PAID' | 'NONCOLLECTABLE_MISSING_PAYMENT_METHOD' | 'NONCOLLECTABLE_ORDER_IS_PENDING' | 'NONCOLLECTABLE_ORDER_IS_REJECTED' | 'NONCOLLECTABLE_ORDER_HAS_SUBSCRIPTIONS' | 'NONCOLLECTABLE_ORDER_HAS_CHARGEBACKS';
2933
2934
  interface RecordManuallyCollectedPaymentRequest {
2934
2935
  /**
2935
2936
  * Order ID.
@@ -5902,6 +5903,7 @@ interface TriggerSideEffectsFromLegacyData {
5902
5903
  orderId?: string;
5903
5904
  ordersExperiments?: OrdersExperiments;
5904
5905
  }
5906
+ /** @docsIgnore */
5905
5907
  type PreparePaymentCollectionApplicationErrors = {
5906
5908
  code?: 'PAYMENT_METHODS_NOT_FOUND';
5907
5909
  description?: string;
@@ -5923,6 +5925,7 @@ type PreparePaymentCollectionApplicationErrors = {
5923
5925
  description?: string;
5924
5926
  data?: Record<string, any>;
5925
5927
  };
5928
+ /** @docsIgnore */
5926
5929
  type RecordManuallyCollectedPaymentApplicationErrors = {
5927
5930
  code?: 'ORDER_ALREADY_PAID';
5928
5931
  description?: string;
@@ -5936,6 +5939,7 @@ type RecordManuallyCollectedPaymentApplicationErrors = {
5936
5939
  description?: string;
5937
5940
  data?: Record<string, any>;
5938
5941
  };
5942
+ /** @docsIgnore */
5939
5943
  type PaymentCollectionMarkOrderAsPaidApplicationErrors = {
5940
5944
  code?: 'ORDER_ALREADY_PAID';
5941
5945
  description?: string;
@@ -5945,6 +5949,7 @@ type PaymentCollectionMarkOrderAsPaidApplicationErrors = {
5945
5949
  description?: string;
5946
5950
  data?: Record<string, any>;
5947
5951
  };
5952
+ /** @docsIgnore */
5948
5953
  type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors = {
5949
5954
  code?: 'ORDER_ALREADY_PAID';
5950
5955
  description?: string;
@@ -5954,6 +5959,7 @@ type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors = {
5954
5959
  description?: string;
5955
5960
  data?: Record<string, any>;
5956
5961
  };
5962
+ /** @docsIgnore */
5957
5963
  type TriggerRefundApplicationErrors = {
5958
5964
  code?: 'PAYMENTS_NOT_FOUND';
5959
5965
  description?: string;
@@ -5967,6 +5973,7 @@ type TriggerRefundApplicationErrors = {
5967
5973
  description?: string;
5968
5974
  data?: Record<string, any>;
5969
5975
  };
5976
+ /** @docsIgnore */
5970
5977
  type VoidAuthorizedPaymentsApplicationErrors = {
5971
5978
  code?: 'PAYMENT_ALREADY_VOIDED';
5972
5979
  description?: string;
@@ -5988,6 +5995,7 @@ type VoidAuthorizedPaymentsApplicationErrors = {
5988
5995
  description?: string;
5989
5996
  data?: Record<string, any>;
5990
5997
  };
5998
+ /** @docsIgnore */
5991
5999
  type CaptureAuthorizedPaymentsApplicationErrors = {
5992
6000
  code?: 'INVALID_AMOUNT';
5993
6001
  description?: string;
@@ -6021,16 +6029,19 @@ type CaptureAuthorizedPaymentsApplicationErrors = {
6021
6029
  description?: string;
6022
6030
  data?: Record<string, any>;
6023
6031
  };
6032
+ /** @docsIgnore */
6024
6033
  type GetOrderApplicationErrors = {
6025
6034
  code?: 'ORDER_NOT_FOUND';
6026
6035
  description?: string;
6027
6036
  data?: Record<string, any>;
6028
6037
  };
6038
+ /** @docsIgnore */
6029
6039
  type CreateOrderApplicationErrors = {
6030
6040
  code?: 'PURCHASED_DATE_CANNOT_BE_IN_FUTURE';
6031
6041
  description?: string;
6032
6042
  data?: Record<string, any>;
6033
6043
  };
6044
+ /** @docsIgnore */
6034
6045
  type UpdateOrderApplicationErrors = {
6035
6046
  code?: 'ORDER_IS_PENDING';
6036
6047
  description?: string;
@@ -6040,11 +6051,13 @@ type UpdateOrderApplicationErrors = {
6040
6051
  description?: string;
6041
6052
  data?: Record<string, any>;
6042
6053
  };
6054
+ /** @docsIgnore */
6043
6055
  type CommitDeltasApplicationErrors = {
6044
6056
  code?: 'EMPTY_DELTAS_TO_COMMIT';
6045
6057
  description?: string;
6046
6058
  data?: Record<string, any>;
6047
6059
  };
6060
+ /** @docsIgnore */
6048
6061
  type CancelOrderApplicationErrors = {
6049
6062
  code?: 'ORDER_HAS_AUTHORIZED_TRANSACTION';
6050
6063
  description?: string;
@@ -6058,6 +6071,7 @@ type CancelOrderApplicationErrors = {
6058
6071
  description?: string;
6059
6072
  data?: Record<string, any>;
6060
6073
  };
6074
+ /** @docsIgnore */
6061
6075
  type UpdateOrderStatusApplicationErrors = {
6062
6076
  code?: 'STATUS_NOT_SUPPORTED';
6063
6077
  description?: string;
@@ -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, m as CancelOrderOptions, n as CancelOrderResponse, o as CancelOrderApplicationErrors, p as BulkUpdateOrderTagsOptions, q as BulkUpdateOrderTagsResponse, r as OrderApprovedEnvelope, s as OrderUpdatedEnvelope, t as OrderCanceledEnvelope, u as OrderCreatedEnvelope, v as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-Bt4y8MC2.js';
3
- export { db as ActionEvent, a9 as ActionType, id as ActionTypeWithLiterals, bm as Activity, bn as ActivityContentOneOf, Q as ActivityType, hZ as ActivityTypeWithLiterals, g8 as AddActivitiesRequest, g9 as AddActivitiesResponse, g4 as AddActivityRequest, g7 as AddActivityResponse, fJ as AddInternalActivityRequest, g3 as AddInternalActivityResponse, cg as AdditionalFee, f9 as AdditionalFeeDelta, fa as AdditionalFeeDeltaDeltaOneOf, cQ as AdditionalFeeRefund, a_ as Address, h4 as AddressDescription, b0 as AddressLocation, aZ as AddressWithContact, A as AdjustmentType, hO as AdjustmentTypeWithLiterals, hI as AggregateOrdersOptions, gM as AggregateOrdersRequest, gN as AggregateOrdersResponse, e6 as AggregatedRefundSummary, du as ApplicationError, be as AppliedDiscount, f7 as AppliedDiscountDelta, f8 as AppliedDiscountDeltaDeltaOneOf, bf as AppliedDiscountDiscountSourceOneOf, fj as ArchiveOrderRequest, fk as ArchiveOrderResponse, R as AttributionSource, h_ as AttributionSourceWithLiterals, dX as AuthorizationActionFailureDetails, dW as AuthorizationCapture, a6 as AuthorizationCaptureStatus, ia as AuthorizationCaptureStatusWithLiterals, dV as AuthorizationDetails, dY as AuthorizationVoid, a7 as AuthorizationVoidStatus, ib as AuthorizationVoidStatusWithLiterals, bK as AuthorizedPaymentCaptured, bJ as AuthorizedPaymentCreated, bL as AuthorizedPaymentVoided, cf as Balance, ce as BalanceSummary, hx as BaseEventMetadata, eu as BatchOfTriggerReindexOrderRequest, he as BigDecimalWrapper, aL as BillingAdjustment, aM as BillingAdjustmentPriceSummary, dv as BulkActionMetadata, fn as BulkArchiveOrdersByFilterRequest, fo as BulkArchiveOrdersByFilterResponse, fl as BulkArchiveOrdersRequest, fm as BulkArchiveOrdersResponse, gs as BulkMarkAsFulfilledByFilterRequest, gt as BulkMarkAsFulfilledByFilterResponse, gq as BulkMarkAsFulfilledRequest, gr as BulkMarkAsFulfilledResponse, gy as BulkMarkAsUnfulfilledByFilterRequest, gz as BulkMarkAsUnfulfilledByFilterResponse, gw as BulkMarkAsUnfulfilledRequest, gx as BulkMarkAsUnfulfilledResponse, dq as BulkMarkOrdersAsPaidRequest, dr as BulkMarkOrdersAsPaidResponse, ds as BulkOrderResult, cw as BulkSendBuyerPickupConfirmationEmailsRequest, cx as BulkSendBuyerPickupConfirmationEmailsResponse, cA as BulkSendBuyerShippingConfirmationEmailsRequest, cB as BulkSendBuyerShippingConfirmationEmailsResponse, gA as BulkSetBusinessLocationRequest, gB as BulkSetBusinessLocationResponse, gC as BulkSetBusinessLocationResult, ft as BulkUnArchiveOrdersByFilterRequest, fu as BulkUnArchiveOrdersByFilterResponse, fr as BulkUnArchiveOrdersRequest, fs as BulkUnArchiveOrdersResponse, gR as BulkUpdateOrderTagsRequest, gS as BulkUpdateOrderTagsResult, eY as BulkUpdateOrdersRequest, aV as BuyerInfo, aW as BuyerInfoIdOneOf, fw as BuyerInfoUpdate, ea as CalculateRefundItemRequest, ec as CalculateRefundItemResponse, e9 as CalculateRefundRequest, eb as CalculateRefundResponse, ho as CalculatedTax, hn as CalculatedTaxes, gY as Cancel, gj as CancelOrderRequest, ee as CaptureAuthorizedPaymentsRequest, ar as CatalogReference, cc as ChannelInfo, X as ChannelType, h$ as ChannelTypeWithLiterals, hA as ChargeMembershipsOptions, dD as ChargeMembershipsRequest, dH as ChargeMembershipsResponse, ef as ChargeSavedPaymentMethodRequest, eg as ChargeSavedPaymentMethodResponse, d_ as Chargeback, c8 as ChargebackCreated, c9 as ChargebackReversed, aa as ChargebackStatus, ie as ChargebackStatusWithLiterals, dB as ChargedBy, ax as Color, iz as CommitDeltasApplicationErrors, hD as CommitDeltasOptions, eZ as CommitDeltasRequest, fd as CommitDeltasResponse, ff as CommittedDiffs, fg as CommittedDiffsShippingUpdateInfoOneOf, h7 as CommonAddress, h8 as CommonAddressStreetOneOf, iB as CommonSearchWithEntityContext, h6 as Company, gX as Complete, ey as ContinueSideEffectsFlowInLegacyData, bg as Coupon, eS as CreateOrderRequest, eV as CreateOrderResponse, dA as CreatePaymentGatewayOrderRequest, dC as CreatePaymentGatewayOrderResponse, ca as CreatedBy, cb as CreatedByStringOneOf, bZ as CreditCardDetails, dU as CreditCardPaymentMethodDetails, aX as CurrencyConversionDetails, eI as CursorPaging, eR as CursorPagingMetadata, eP as CursorSearch, eQ as CursorSearchPagingMethodOneOf, eL as Cursors, bo as CustomActivity, cd as CustomField, al as CustomFieldGroup, ir as CustomFieldGroupWithLiterals, ht as CustomFieldValue, h1 as Customer, gP as DecrementData, gO as DecrementItemsQuantityRequest, gQ as DecrementItemsQuantityResponse, di as DelayedCaptureSettings, hH as DeleteActivityIdentifiers, gc as DeleteActivityRequest, gd as DeleteActivityResponse, em as DeleteByFilterOperation, el as DeleteByIdsOperation, b4 as DeliveryLogistics, b5 as DeliveryLogisticsAddressOneOf, b8 as DeliveryTimeSlot, ag as DeltaPaymentOptionType, il as DeltaPaymentOptionTypeWithLiterals, hv as Deposit, an as DepositType, it as DepositTypeWithLiterals, as as DescriptionLine, au as DescriptionLineDescriptionLineValueOneOf, av as DescriptionLineName, D as DescriptionLineType, hJ as DescriptionLineTypeWithLiterals, at as DescriptionLineValueOneOf, ew as DiffmatokyPayload, aF as DigitalFile, hl as Discount, hm as DiscountOneDiscountTypeOneOf, L as DiscountReason, hX as DiscountReasonWithLiterals, bj as DiscountRule, bk as DiscountRuleName, K as DiscountType, hW as DiscountTypeWithLiterals, d5 as DomainEvent, d6 as DomainEventBodyOneOf, fR as DownloadLinkSent, bu as DraftOrderChangesApplied, fb as DraftOrderCommitSettings, e_ as DraftOrderDiffs, f1 as DraftOrderDiffsBillingUpdateInfoOneOf, f0 as DraftOrderDiffsBuyerUpdateInfoOneOf, f2 as DraftOrderDiffsRecipientUpdateInfoOneOf, e$ as DraftOrderDiffsShippingUpdateInfoOneOf, dj as Duration, $ as DurationUnit, i3 as DurationUnitWithLiterals, h2 as Email, f_ as EmailEdited, dc as Empty, d7 as EntityCreatedEvent, da as EntityDeletedEvent, d9 as EntityUpdatedEvent, ex as ErrorInformation, hy as EventMetadata, aR as ExtendedFields, c5 as ExternalReceipt, e2 as ExternalReceiptInfo, ay as FocalPoint, aK as FreeTrialPeriod, fY as FulfillerEmailSent, F as FulfillmentStatus, gp as FulfillmentStatusUpdated, hR as FulfillmentStatusWithLiterals, ch as FulfillmentStatusesAggregate, b1 as FullAddressContactDetails, eB as GetOrderRequest, eC as GetOrderResponse, dk as GetPaymentCollectabilityStatusRequest, dw as GetRefundabilityStatusRequest, dx as GetRefundabilityStatusResponse, gK as GetShipmentsRequest, gL as GetShipmentsResponse, d$ as GiftCardPaymentDetails, bQ as GiftCardPaymentRefund, g$ as IdAndVersion, de as IdentificationData, df as IdentificationDataIdOneOf, eA as IndexingMessage, fK as InternalActivity, fL as InternalActivityContentOneOf, ej as InternalDocument, en as InternalDocumentUpdateByFilterOperation, ek as InternalDocumentUpdateOperation, eD as InternalQueryOrdersRequest, eJ as InternalQueryOrdersResponse, eo as InternalUpdateExistingOperation, ah as InventoryAction, im as InventoryActionWithLiterals, fc as InventoryUpdateDetails, fW as InvoiceAdded, hb as InvoiceDates, hs as InvoiceDynamicPriceTotals, h0 as InvoiceFields, fX as InvoiceSent, g_ as InvoiceSentEvent, ao as InvoiceStatus, iu as InvoiceStatusWithLiterals, hq as InvoicesPayment, f6 as ItemChangedDetails, dt as ItemMetadata, aU as ItemModifier, aC as ItemTaxFullDetails, aA as ItemType, I as ItemTypeItemType, aB as ItemTypeItemTypeDataOneOf, hK as ItemTypeItemTypeWithLiterals, hk as ItemizedFee, J as JurisdictionType, hM as JurisdictionTypeWithLiterals, hd as LineItem, bD as LineItemAmount, bx as LineItemChanges, fh as LineItemDelta, fi as LineItemDeltaDeltaOneOf, bl as LineItemDiscount, bt as LineItemExchangeData, hh as LineItemMetaData, bz as LineItemPriceChange, by as LineItemQuantityChange, N as LineItemQuantityChangeType, hY as LineItemQuantityChangeTypeWithLiterals, cP as LineItemRefund, e8 as LineItemRefundSummary, hf as LineItemTax, aE as LineItemTaxBreakdown, aD as LineItemTaxInfo, gf as LineItemUpdate, hc as LineItems, hi as Locale, ck as Location, aO as LocationAndQuantity, bE as ManagedAdditionalFee, bB as ManagedDiscount, bA as ManagedLineItem, a3 as ManuallyRefundableReason, i7 as ManuallyRefundableReasonWithLiterals, gn as MarkAsFulfilledRequest, go as MarkAsFulfilledResponse, gu as MarkAsUnfulfilledRequest, gv as MarkAsUnfulfilledResponse, dn as MarkOrderAsPaidRequest, dp as MarkOrderAsPaidResponse, gh as MarkOrderAsSeenByHumanRequest, gi as MarkOrderAsSeenByHumanResponse, fH as MaskedOrderLineItem, dE as MembershipChargeItem, dF as MembershipName, e0 as MembershipPaymentDetails, bR as MembershipPaymentRefund, ab as MembershipPaymentStatus, ig as MembershipPaymentStatusWithLiterals, bp as MerchantComment, bh as MerchantDiscount, bi as MerchantDiscountMerchantDiscountReasonOneOf, dd as MessageEnvelope, hr as MetaData, aS as ModifierGroup, bs as NewExchangeOrderCreated, a2 as NonRefundableReason, i6 as NonRefundableReasonWithLiterals, af as OrderApprovalStrategy, ik as OrderApprovalStrategyWithLiterals, cl as OrderApproved, fQ as OrderCanceled, gk as OrderCanceledEventOrderCanceled, bv as OrderChange, bw as OrderChangeValueOneOf, eU as OrderCreateNotifications, br as OrderCreatedFromExchange, eT as OrderCreationSettings, fe as OrderDeltasCommitted, fO as OrderFulfilled, co as OrderItemsRestocked, ap as OrderLineItem, f5 as OrderLineItemChangedDetails, fP as OrderNotFulfilled, fN as OrderPaid, g0 as OrderPartiallyPaid, g1 as OrderPending, fM as OrderPlaced, bq as OrderRefunded, g2 as OrderRejected, cn as OrderRejectedEventOrderRejected, hC as OrderSearchSpec, H as OrderStatus, hV as OrderStatusWithLiterals, bd as OrderTaxBreakdown, bc as OrderTaxInfo, dO as OrderTransactions, cm as OrdersExperiments, dP as Payment, b_ as PaymentCanceled, b$ as PaymentCanceledPaymentDetailsOneOf, a0 as PaymentCollectabilityStatus, i4 as PaymentCollectabilityStatusWithLiterals, ix as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, hz as PaymentCollectionCreatePaymentGatewayOrderOptions, iw as PaymentCollectionMarkOrderAsPaidApplicationErrors, c0 as PaymentDeclined, c1 as PaymentDeclinedPaymentDetailsOneOf, w as PaymentOptionType, hL as PaymentOptionTypeWithLiterals, dQ as PaymentPaymentDetailsOneOf, bV as PaymentPending, bW as PaymentPendingPaymentDetailsOneOf, dR as PaymentReceiptInfoOneOf, dJ as PaymentRefund, bT as PaymentRefundFailed, bS as PaymentRefunded, y as PaymentStatus, gF as PaymentStatusUpdated, hQ as PaymentStatusWithLiterals, hp as Payments, h5 as Phone, az as PhysicalProperties, b7 as PickupAddress, b6 as PickupDetails, E as PickupMethod, hU as PickupMethodWithLiterals, f$ as PickupReadyEmailSent, ai as Placement, io as PlacementWithLiterals, aw as PlainTextValue, eH as PlatformPaging, eK as PlatformPagingMetadata, eE as PlatformQuery, eF as PlatformQueryPagingMethodOneOf, dg as PreparePaymentCollectionRequest, cZ as PreviewBuyerConfirmationEmailRequest, c_ as PreviewBuyerConfirmationEmailResponse, cX as PreviewBuyerPaymentsReceivedEmailRequest, cY as PreviewBuyerPaymentsReceivedEmailResponse, c$ as PreviewBuyerPickupConfirmationEmailRequest, d0 as PreviewBuyerPickupConfirmationEmailResponse, cT as PreviewCancelEmailRequest, cU as PreviewCancelEmailResponse, cV as PreviewCancelRefundEmailRequest, cW as PreviewCancelRefundEmailResponse, cK as PreviewEmailByTypeRequest, cL as PreviewEmailByTypeResponse, Y as PreviewEmailType, i0 as PreviewEmailTypeWithLiterals, cM as PreviewRefundEmailRequest, cS as PreviewRefundEmailResponse, d3 as PreviewResendDownloadLinksEmailRequest, d4 as PreviewResendDownloadLinksEmailResponse, d1 as PreviewShippingConfirmationEmailRequest, d2 as PreviewShippingConfirmationEmailResponse, aN as PriceDescription, aY as PriceSummary, aq as ProductName, g5 as PublicActivity, g6 as PublicActivityContentOneOf, eM as QueryOrderRequest, eN as QueryOrderResponse, h3 as QuotesAddress, a8 as Reason, ic as ReasonWithLiterals, c2 as ReceiptCreated, c3 as ReceiptCreatedReceiptInfoOneOf, c6 as ReceiptSent, c7 as ReceiptSentReceiptInfoOneOf, iv as RecordManuallyCollectedPaymentApplicationErrors, dl as RecordManuallyCollectedPaymentRequest, dm as RecordManuallyCollectedPaymentResponse, dh as RedirectUrls, e3 as Refund, cN as RefundDetails, bM as RefundInitiated, cO as RefundItem, e7 as RefundItemsBreakdown, dK as RefundSideEffects, ac as RefundStatus, e5 as RefundStatusInfo, ih as RefundStatusWithLiterals, e4 as RefundTransaction, dy as Refundability, dz as RefundabilityAdditionalRefundabilityInfoOneOf, a1 as RefundableStatus, i5 as RefundableStatusWithLiterals, bU as RefundedAsStoreCredit, bN as RefundedPayment, bO as RefundedPaymentKindOneOf, bX as RegularPayment, dS as RegularPaymentDetails, dT as RegularPaymentDetailsPaymentMethodDetailsOneOf, bY as RegularPaymentPaymentMethodDetailsOneOf, bP as RegularPaymentRefund, gZ as Reschedule, dL as RestockInfo, dM as RestockItem, a4 as RestockType, i8 as RestockTypeWithLiterals, d8 as RestoreInfo, bI as SavedPaymentMethod, _ as ScheduledAction, i2 as ScheduledActionWithLiterals, eO as SearchOrdersRequest, cq as SendBuyerConfirmationEmailRequest, cr as SendBuyerConfirmationEmailResponse, cs as SendBuyerPaymentsReceivedEmailRequest, ct as SendBuyerPaymentsReceivedEmailResponse, cu as SendBuyerPickupConfirmationEmailRequest, cv as SendBuyerPickupConfirmationEmailResponse, cy as SendBuyerShippingConfirmationEmailRequest, cz as SendBuyerShippingConfirmationEmailResponse, cE as SendCancelRefundEmailRequest, cF as SendCancelRefundEmailResponse, cC as SendMerchantOrderReceivedNotificationRequest, cD as SendMerchantOrderReceivedNotificationResponse, cI as SendMerchantOrderReceivedPushRequest, cJ as SendMerchantOrderReceivedPushResponse, cG as SendRefundEmailRequest, cH as SendRefundEmailResponse, dG as ServiceProperties, fZ as ShippingAddressEdited, fV as ShippingConfirmationEmailSent, bH as ShippingInformation, bG as ShippingInformationChange, b9 as ShippingPrice, cR as ShippingRefund, ba as ShippingRegion, ez as SnapshotMessage, ae as SortOrder, ij as SortOrderWithLiterals, eG as Sorting, hg as Source, ak as SourceType, iq as SourceTypeWithLiterals, ha as StandardDetails, a$ as StreetAddress, h9 as Subdivision, aj as SubdivisionType, ip as SubdivisionTypeWithLiterals, aI as SubscriptionDescription, x as SubscriptionFrequency, hN as SubscriptionFrequencyWithLiterals, aG as SubscriptionInfo, aJ as SubscriptionSettings, aH as SubscriptionTitle, cj as TagList, ci as Tags, gT as Task, gV as TaskAction, gW as TaskActionActionOneOf, gU as TaskKey, bb as TaxSummary, aP as TaxableAddress, aQ as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, hP as TaxableAddressTypeWithLiterals, hj as TotalPrice, bF as TotalPriceChange, fU as TrackingLinkAdded, fS as TrackingNumberAdded, fT as TrackingNumberEdited, a5 as TransactionStatus, i9 as TransactionStatusWithLiterals, aT as TranslatableString, bC as TranslatedValue, iy as TriggerRefundApplicationErrors, hB as TriggerRefundOptions, dI as TriggerRefundRequest, dN as TriggerRefundResponse, ev as TriggerReindexOrderRequest, es as TriggerReindexRequest, et as TriggerReindexResponse, hw as TriggerSideEffectsFromLegacyData, fp as UnArchiveOrderRequest, fq as UnArchiveOrderResponse, hG as UpdateActivityIdentifiers, ga as UpdateActivityRequest, gb as UpdateActivityResponse, fC as UpdateBillingContactDetailsRequest, fD as UpdateBillingContactDetailsResponse, fy as UpdateBuyerEmailRequest, fz as UpdateBuyerEmailResponse, fv as UpdateBuyerInfoRequest, fx as UpdateBuyerInfoResponse, eh as UpdateInternalDocumentsEvent, ei as UpdateInternalDocumentsEventOperationOneOf, ge as UpdateLineItemsDescriptionLinesRequest, gg as UpdateLineItemsDescriptionLinesResponse, hF as UpdateOrderLineItem, hE as UpdateOrderLineItemIdentifiers, fE as UpdateOrderLineItemRequest, fF as UpdateOrderLineItemResponse, fG as UpdateOrderLineItemsRequest, fI as UpdateOrderLineItemsResponse, eW as UpdateOrderRequest, eX as UpdateOrderResponse, fA as UpdateOrderShippingAddressRequest, fB as UpdateOrderShippingAddressResponse, iA as UpdateOrderStatusApplicationErrors, gl as UpdateOrderStatusRequest, gm as UpdateOrderStatusResponse, gG as V1BulkMarkOrdersAsPaidRequest, gH as V1BulkMarkOrdersAsPaidResponse, gI as V1CreatePaymentGatewayOrderRequest, gJ as V1CreatePaymentGatewayOrderResponse, f3 as V1LineItemDelta, f4 as V1LineItemDeltaDeltaOneOf, gD as V1MarkOrderAsPaidRequest, gE as V1MarkOrderAsPaidResponse, cp as V1RestockItem, dZ as V1ScheduledAction, b3 as V1ShippingInformation, hu as Value, am as ValueType, is as ValueTypeWithLiterals, b2 as VatId, z as VatType, hT as VatTypeWithLiterals, eq as VersionedDeleteByIdsOperation, er as VersionedDocumentId, ep as VersionedDocumentUpdateOperation, ad as VersioningMode, ii as VersioningModeWithLiterals, ed as VoidAuthorizedPaymentsRequest, Z as WebhookIdentityType, i1 as WebhookIdentityTypeWithLiterals, W as WeightUnit, hS as WeightUnitWithLiterals, c4 as WixReceipt, e1 as WixReceiptInfo } from './ecom-v1-order-orders.universal-Bt4y8MC2.js';
2
+ import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, m as CancelOrderOptions, n as CancelOrderResponse, o as CancelOrderApplicationErrors, p as BulkUpdateOrderTagsOptions, q as BulkUpdateOrderTagsResponse, r as OrderApprovedEnvelope, s as OrderUpdatedEnvelope, t as OrderCanceledEnvelope, u as OrderCreatedEnvelope, v as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-BZBD_0XI.js';
3
+ export { db as ActionEvent, a9 as ActionType, id as ActionTypeWithLiterals, bm as Activity, bn as ActivityContentOneOf, Q as ActivityType, hZ as ActivityTypeWithLiterals, g8 as AddActivitiesRequest, g9 as AddActivitiesResponse, g4 as AddActivityRequest, g7 as AddActivityResponse, fJ as AddInternalActivityRequest, g3 as AddInternalActivityResponse, cg as AdditionalFee, f9 as AdditionalFeeDelta, fa as AdditionalFeeDeltaDeltaOneOf, cQ as AdditionalFeeRefund, a_ as Address, h4 as AddressDescription, b0 as AddressLocation, aZ as AddressWithContact, A as AdjustmentType, hO as AdjustmentTypeWithLiterals, hI as AggregateOrdersOptions, gM as AggregateOrdersRequest, gN as AggregateOrdersResponse, e6 as AggregatedRefundSummary, du as ApplicationError, be as AppliedDiscount, f7 as AppliedDiscountDelta, f8 as AppliedDiscountDeltaDeltaOneOf, bf as AppliedDiscountDiscountSourceOneOf, fj as ArchiveOrderRequest, fk as ArchiveOrderResponse, R as AttributionSource, h_ as AttributionSourceWithLiterals, dX as AuthorizationActionFailureDetails, dW as AuthorizationCapture, a6 as AuthorizationCaptureStatus, ia as AuthorizationCaptureStatusWithLiterals, dV as AuthorizationDetails, dY as AuthorizationVoid, a7 as AuthorizationVoidStatus, ib as AuthorizationVoidStatusWithLiterals, bK as AuthorizedPaymentCaptured, bJ as AuthorizedPaymentCreated, bL as AuthorizedPaymentVoided, cf as Balance, ce as BalanceSummary, hx as BaseEventMetadata, eu as BatchOfTriggerReindexOrderRequest, he as BigDecimalWrapper, aL as BillingAdjustment, aM as BillingAdjustmentPriceSummary, dv as BulkActionMetadata, fn as BulkArchiveOrdersByFilterRequest, fo as BulkArchiveOrdersByFilterResponse, fl as BulkArchiveOrdersRequest, fm as BulkArchiveOrdersResponse, gs as BulkMarkAsFulfilledByFilterRequest, gt as BulkMarkAsFulfilledByFilterResponse, gq as BulkMarkAsFulfilledRequest, gr as BulkMarkAsFulfilledResponse, gy as BulkMarkAsUnfulfilledByFilterRequest, gz as BulkMarkAsUnfulfilledByFilterResponse, gw as BulkMarkAsUnfulfilledRequest, gx as BulkMarkAsUnfulfilledResponse, dq as BulkMarkOrdersAsPaidRequest, dr as BulkMarkOrdersAsPaidResponse, ds as BulkOrderResult, cw as BulkSendBuyerPickupConfirmationEmailsRequest, cx as BulkSendBuyerPickupConfirmationEmailsResponse, cA as BulkSendBuyerShippingConfirmationEmailsRequest, cB as BulkSendBuyerShippingConfirmationEmailsResponse, gA as BulkSetBusinessLocationRequest, gB as BulkSetBusinessLocationResponse, gC as BulkSetBusinessLocationResult, ft as BulkUnArchiveOrdersByFilterRequest, fu as BulkUnArchiveOrdersByFilterResponse, fr as BulkUnArchiveOrdersRequest, fs as BulkUnArchiveOrdersResponse, gR as BulkUpdateOrderTagsRequest, gS as BulkUpdateOrderTagsResult, eY as BulkUpdateOrdersRequest, aV as BuyerInfo, aW as BuyerInfoIdOneOf, fw as BuyerInfoUpdate, ea as CalculateRefundItemRequest, ec as CalculateRefundItemResponse, e9 as CalculateRefundRequest, eb as CalculateRefundResponse, ho as CalculatedTax, hn as CalculatedTaxes, gY as Cancel, gj as CancelOrderRequest, ee as CaptureAuthorizedPaymentsRequest, ar as CatalogReference, cc as ChannelInfo, X as ChannelType, h$ as ChannelTypeWithLiterals, hA as ChargeMembershipsOptions, dD as ChargeMembershipsRequest, dH as ChargeMembershipsResponse, ef as ChargeSavedPaymentMethodRequest, eg as ChargeSavedPaymentMethodResponse, d_ as Chargeback, c8 as ChargebackCreated, c9 as ChargebackReversed, aa as ChargebackStatus, ie as ChargebackStatusWithLiterals, dB as ChargedBy, ax as Color, iz as CommitDeltasApplicationErrors, hD as CommitDeltasOptions, eZ as CommitDeltasRequest, fd as CommitDeltasResponse, ff as CommittedDiffs, fg as CommittedDiffsShippingUpdateInfoOneOf, h7 as CommonAddress, h8 as CommonAddressStreetOneOf, iB as CommonSearchWithEntityContext, h6 as Company, gX as Complete, ey as ContinueSideEffectsFlowInLegacyData, bg as Coupon, eS as CreateOrderRequest, eV as CreateOrderResponse, dA as CreatePaymentGatewayOrderRequest, dC as CreatePaymentGatewayOrderResponse, ca as CreatedBy, cb as CreatedByStringOneOf, bZ as CreditCardDetails, dU as CreditCardPaymentMethodDetails, aX as CurrencyConversionDetails, eI as CursorPaging, eR as CursorPagingMetadata, eP as CursorSearch, eQ as CursorSearchPagingMethodOneOf, eL as Cursors, bo as CustomActivity, cd as CustomField, al as CustomFieldGroup, ir as CustomFieldGroupWithLiterals, ht as CustomFieldValue, h1 as Customer, gP as DecrementData, gO as DecrementItemsQuantityRequest, gQ as DecrementItemsQuantityResponse, di as DelayedCaptureSettings, hH as DeleteActivityIdentifiers, gc as DeleteActivityRequest, gd as DeleteActivityResponse, em as DeleteByFilterOperation, el as DeleteByIdsOperation, b4 as DeliveryLogistics, b5 as DeliveryLogisticsAddressOneOf, b8 as DeliveryTimeSlot, ag as DeltaPaymentOptionType, il as DeltaPaymentOptionTypeWithLiterals, hv as Deposit, an as DepositType, it as DepositTypeWithLiterals, as as DescriptionLine, au as DescriptionLineDescriptionLineValueOneOf, av as DescriptionLineName, D as DescriptionLineType, hJ as DescriptionLineTypeWithLiterals, at as DescriptionLineValueOneOf, ew as DiffmatokyPayload, aF as DigitalFile, hl as Discount, hm as DiscountOneDiscountTypeOneOf, L as DiscountReason, hX as DiscountReasonWithLiterals, bj as DiscountRule, bk as DiscountRuleName, K as DiscountType, hW as DiscountTypeWithLiterals, d5 as DomainEvent, d6 as DomainEventBodyOneOf, fR as DownloadLinkSent, bu as DraftOrderChangesApplied, fb as DraftOrderCommitSettings, e_ as DraftOrderDiffs, f1 as DraftOrderDiffsBillingUpdateInfoOneOf, f0 as DraftOrderDiffsBuyerUpdateInfoOneOf, f2 as DraftOrderDiffsRecipientUpdateInfoOneOf, e$ as DraftOrderDiffsShippingUpdateInfoOneOf, dj as Duration, $ as DurationUnit, i3 as DurationUnitWithLiterals, h2 as Email, f_ as EmailEdited, dc as Empty, d7 as EntityCreatedEvent, da as EntityDeletedEvent, d9 as EntityUpdatedEvent, ex as ErrorInformation, hy as EventMetadata, aR as ExtendedFields, c5 as ExternalReceipt, e2 as ExternalReceiptInfo, ay as FocalPoint, aK as FreeTrialPeriod, fY as FulfillerEmailSent, F as FulfillmentStatus, gp as FulfillmentStatusUpdated, hR as FulfillmentStatusWithLiterals, ch as FulfillmentStatusesAggregate, b1 as FullAddressContactDetails, eB as GetOrderRequest, eC as GetOrderResponse, dk as GetPaymentCollectabilityStatusRequest, dw as GetRefundabilityStatusRequest, dx as GetRefundabilityStatusResponse, gK as GetShipmentsRequest, gL as GetShipmentsResponse, d$ as GiftCardPaymentDetails, bQ as GiftCardPaymentRefund, g$ as IdAndVersion, de as IdentificationData, df as IdentificationDataIdOneOf, eA as IndexingMessage, fK as InternalActivity, fL as InternalActivityContentOneOf, ej as InternalDocument, en as InternalDocumentUpdateByFilterOperation, ek as InternalDocumentUpdateOperation, eD as InternalQueryOrdersRequest, eJ as InternalQueryOrdersResponse, eo as InternalUpdateExistingOperation, ah as InventoryAction, im as InventoryActionWithLiterals, fc as InventoryUpdateDetails, fW as InvoiceAdded, hb as InvoiceDates, hs as InvoiceDynamicPriceTotals, h0 as InvoiceFields, fX as InvoiceSent, g_ as InvoiceSentEvent, ao as InvoiceStatus, iu as InvoiceStatusWithLiterals, hq as InvoicesPayment, f6 as ItemChangedDetails, dt as ItemMetadata, aU as ItemModifier, aC as ItemTaxFullDetails, aA as ItemType, I as ItemTypeItemType, aB as ItemTypeItemTypeDataOneOf, hK as ItemTypeItemTypeWithLiterals, hk as ItemizedFee, J as JurisdictionType, hM as JurisdictionTypeWithLiterals, hd as LineItem, bD as LineItemAmount, bx as LineItemChanges, fh as LineItemDelta, fi as LineItemDeltaDeltaOneOf, bl as LineItemDiscount, bt as LineItemExchangeData, hh as LineItemMetaData, bz as LineItemPriceChange, by as LineItemQuantityChange, N as LineItemQuantityChangeType, hY as LineItemQuantityChangeTypeWithLiterals, cP as LineItemRefund, e8 as LineItemRefundSummary, hf as LineItemTax, aE as LineItemTaxBreakdown, aD as LineItemTaxInfo, gf as LineItemUpdate, hc as LineItems, hi as Locale, ck as Location, aO as LocationAndQuantity, bE as ManagedAdditionalFee, bB as ManagedDiscount, bA as ManagedLineItem, a3 as ManuallyRefundableReason, i7 as ManuallyRefundableReasonWithLiterals, gn as MarkAsFulfilledRequest, go as MarkAsFulfilledResponse, gu as MarkAsUnfulfilledRequest, gv as MarkAsUnfulfilledResponse, dn as MarkOrderAsPaidRequest, dp as MarkOrderAsPaidResponse, gh as MarkOrderAsSeenByHumanRequest, gi as MarkOrderAsSeenByHumanResponse, fH as MaskedOrderLineItem, dE as MembershipChargeItem, dF as MembershipName, e0 as MembershipPaymentDetails, bR as MembershipPaymentRefund, ab as MembershipPaymentStatus, ig as MembershipPaymentStatusWithLiterals, bp as MerchantComment, bh as MerchantDiscount, bi as MerchantDiscountMerchantDiscountReasonOneOf, dd as MessageEnvelope, hr as MetaData, aS as ModifierGroup, bs as NewExchangeOrderCreated, a2 as NonRefundableReason, i6 as NonRefundableReasonWithLiterals, af as OrderApprovalStrategy, ik as OrderApprovalStrategyWithLiterals, cl as OrderApproved, fQ as OrderCanceled, gk as OrderCanceledEventOrderCanceled, bv as OrderChange, bw as OrderChangeValueOneOf, eU as OrderCreateNotifications, br as OrderCreatedFromExchange, eT as OrderCreationSettings, fe as OrderDeltasCommitted, fO as OrderFulfilled, co as OrderItemsRestocked, ap as OrderLineItem, f5 as OrderLineItemChangedDetails, fP as OrderNotFulfilled, fN as OrderPaid, g0 as OrderPartiallyPaid, g1 as OrderPending, fM as OrderPlaced, bq as OrderRefunded, g2 as OrderRejected, cn as OrderRejectedEventOrderRejected, hC as OrderSearchSpec, H as OrderStatus, hV as OrderStatusWithLiterals, bd as OrderTaxBreakdown, bc as OrderTaxInfo, dO as OrderTransactions, cm as OrdersExperiments, dP as Payment, b_ as PaymentCanceled, b$ as PaymentCanceledPaymentDetailsOneOf, a0 as PaymentCollectabilityStatus, i4 as PaymentCollectabilityStatusWithLiterals, ix as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, hz as PaymentCollectionCreatePaymentGatewayOrderOptions, iw as PaymentCollectionMarkOrderAsPaidApplicationErrors, c0 as PaymentDeclined, c1 as PaymentDeclinedPaymentDetailsOneOf, w as PaymentOptionType, hL as PaymentOptionTypeWithLiterals, dQ as PaymentPaymentDetailsOneOf, bV as PaymentPending, bW as PaymentPendingPaymentDetailsOneOf, dR as PaymentReceiptInfoOneOf, dJ as PaymentRefund, bT as PaymentRefundFailed, bS as PaymentRefunded, y as PaymentStatus, gF as PaymentStatusUpdated, hQ as PaymentStatusWithLiterals, hp as Payments, h5 as Phone, az as PhysicalProperties, b7 as PickupAddress, b6 as PickupDetails, E as PickupMethod, hU as PickupMethodWithLiterals, f$ as PickupReadyEmailSent, ai as Placement, io as PlacementWithLiterals, aw as PlainTextValue, eH as PlatformPaging, eK as PlatformPagingMetadata, eE as PlatformQuery, eF as PlatformQueryPagingMethodOneOf, dg as PreparePaymentCollectionRequest, cZ as PreviewBuyerConfirmationEmailRequest, c_ as PreviewBuyerConfirmationEmailResponse, cX as PreviewBuyerPaymentsReceivedEmailRequest, cY as PreviewBuyerPaymentsReceivedEmailResponse, c$ as PreviewBuyerPickupConfirmationEmailRequest, d0 as PreviewBuyerPickupConfirmationEmailResponse, cT as PreviewCancelEmailRequest, cU as PreviewCancelEmailResponse, cV as PreviewCancelRefundEmailRequest, cW as PreviewCancelRefundEmailResponse, cK as PreviewEmailByTypeRequest, cL as PreviewEmailByTypeResponse, Y as PreviewEmailType, i0 as PreviewEmailTypeWithLiterals, cM as PreviewRefundEmailRequest, cS as PreviewRefundEmailResponse, d3 as PreviewResendDownloadLinksEmailRequest, d4 as PreviewResendDownloadLinksEmailResponse, d1 as PreviewShippingConfirmationEmailRequest, d2 as PreviewShippingConfirmationEmailResponse, aN as PriceDescription, aY as PriceSummary, aq as ProductName, g5 as PublicActivity, g6 as PublicActivityContentOneOf, eM as QueryOrderRequest, eN as QueryOrderResponse, h3 as QuotesAddress, a8 as Reason, ic as ReasonWithLiterals, c2 as ReceiptCreated, c3 as ReceiptCreatedReceiptInfoOneOf, c6 as ReceiptSent, c7 as ReceiptSentReceiptInfoOneOf, iv as RecordManuallyCollectedPaymentApplicationErrors, dl as RecordManuallyCollectedPaymentRequest, dm as RecordManuallyCollectedPaymentResponse, dh as RedirectUrls, e3 as Refund, cN as RefundDetails, bM as RefundInitiated, cO as RefundItem, e7 as RefundItemsBreakdown, dK as RefundSideEffects, ac as RefundStatus, e5 as RefundStatusInfo, ih as RefundStatusWithLiterals, e4 as RefundTransaction, dy as Refundability, dz as RefundabilityAdditionalRefundabilityInfoOneOf, a1 as RefundableStatus, i5 as RefundableStatusWithLiterals, bU as RefundedAsStoreCredit, bN as RefundedPayment, bO as RefundedPaymentKindOneOf, bX as RegularPayment, dS as RegularPaymentDetails, dT as RegularPaymentDetailsPaymentMethodDetailsOneOf, bY as RegularPaymentPaymentMethodDetailsOneOf, bP as RegularPaymentRefund, gZ as Reschedule, dL as RestockInfo, dM as RestockItem, a4 as RestockType, i8 as RestockTypeWithLiterals, d8 as RestoreInfo, bI as SavedPaymentMethod, _ as ScheduledAction, i2 as ScheduledActionWithLiterals, eO as SearchOrdersRequest, cq as SendBuyerConfirmationEmailRequest, cr as SendBuyerConfirmationEmailResponse, cs as SendBuyerPaymentsReceivedEmailRequest, ct as SendBuyerPaymentsReceivedEmailResponse, cu as SendBuyerPickupConfirmationEmailRequest, cv as SendBuyerPickupConfirmationEmailResponse, cy as SendBuyerShippingConfirmationEmailRequest, cz as SendBuyerShippingConfirmationEmailResponse, cE as SendCancelRefundEmailRequest, cF as SendCancelRefundEmailResponse, cC as SendMerchantOrderReceivedNotificationRequest, cD as SendMerchantOrderReceivedNotificationResponse, cI as SendMerchantOrderReceivedPushRequest, cJ as SendMerchantOrderReceivedPushResponse, cG as SendRefundEmailRequest, cH as SendRefundEmailResponse, dG as ServiceProperties, fZ as ShippingAddressEdited, fV as ShippingConfirmationEmailSent, bH as ShippingInformation, bG as ShippingInformationChange, b9 as ShippingPrice, cR as ShippingRefund, ba as ShippingRegion, ez as SnapshotMessage, ae as SortOrder, ij as SortOrderWithLiterals, eG as Sorting, hg as Source, ak as SourceType, iq as SourceTypeWithLiterals, ha as StandardDetails, a$ as StreetAddress, h9 as Subdivision, aj as SubdivisionType, ip as SubdivisionTypeWithLiterals, aI as SubscriptionDescription, x as SubscriptionFrequency, hN as SubscriptionFrequencyWithLiterals, aG as SubscriptionInfo, aJ as SubscriptionSettings, aH as SubscriptionTitle, cj as TagList, ci as Tags, gT as Task, gV as TaskAction, gW as TaskActionActionOneOf, gU as TaskKey, bb as TaxSummary, aP as TaxableAddress, aQ as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, hP as TaxableAddressTypeWithLiterals, hj as TotalPrice, bF as TotalPriceChange, fU as TrackingLinkAdded, fS as TrackingNumberAdded, fT as TrackingNumberEdited, a5 as TransactionStatus, i9 as TransactionStatusWithLiterals, aT as TranslatableString, bC as TranslatedValue, iy as TriggerRefundApplicationErrors, hB as TriggerRefundOptions, dI as TriggerRefundRequest, dN as TriggerRefundResponse, ev as TriggerReindexOrderRequest, es as TriggerReindexRequest, et as TriggerReindexResponse, hw as TriggerSideEffectsFromLegacyData, fp as UnArchiveOrderRequest, fq as UnArchiveOrderResponse, hG as UpdateActivityIdentifiers, ga as UpdateActivityRequest, gb as UpdateActivityResponse, fC as UpdateBillingContactDetailsRequest, fD as UpdateBillingContactDetailsResponse, fy as UpdateBuyerEmailRequest, fz as UpdateBuyerEmailResponse, fv as UpdateBuyerInfoRequest, fx as UpdateBuyerInfoResponse, eh as UpdateInternalDocumentsEvent, ei as UpdateInternalDocumentsEventOperationOneOf, ge as UpdateLineItemsDescriptionLinesRequest, gg as UpdateLineItemsDescriptionLinesResponse, hF as UpdateOrderLineItem, hE as UpdateOrderLineItemIdentifiers, fE as UpdateOrderLineItemRequest, fF as UpdateOrderLineItemResponse, fG as UpdateOrderLineItemsRequest, fI as UpdateOrderLineItemsResponse, eW as UpdateOrderRequest, eX as UpdateOrderResponse, fA as UpdateOrderShippingAddressRequest, fB as UpdateOrderShippingAddressResponse, iA as UpdateOrderStatusApplicationErrors, gl as UpdateOrderStatusRequest, gm as UpdateOrderStatusResponse, gG as V1BulkMarkOrdersAsPaidRequest, gH as V1BulkMarkOrdersAsPaidResponse, gI as V1CreatePaymentGatewayOrderRequest, gJ as V1CreatePaymentGatewayOrderResponse, f3 as V1LineItemDelta, f4 as V1LineItemDeltaDeltaOneOf, gD as V1MarkOrderAsPaidRequest, gE as V1MarkOrderAsPaidResponse, cp as V1RestockItem, dZ as V1ScheduledAction, b3 as V1ShippingInformation, hu as Value, am as ValueType, is as ValueTypeWithLiterals, b2 as VatId, z as VatType, hT as VatTypeWithLiterals, eq as VersionedDeleteByIdsOperation, er as VersionedDocumentId, ep as VersionedDocumentUpdateOperation, ad as VersioningMode, ii as VersioningModeWithLiterals, ed as VoidAuthorizedPaymentsRequest, Z as WebhookIdentityType, i1 as WebhookIdentityTypeWithLiterals, W as WeightUnit, hS as WeightUnitWithLiterals, c4 as WixReceipt, e1 as WixReceiptInfo } from './ecom-v1-order-orders.universal-BZBD_0XI.js';
4
4
 
5
5
  declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
6
6
  interface PreparePaymentCollectionSignature {
@@ -1756,6 +1756,7 @@ var PaymentCollectabilityStatus = /* @__PURE__ */ ((PaymentCollectabilityStatus2
1756
1756
  PaymentCollectabilityStatus2["NONCOLLECTABLE_ORDER_IS_PENDING"] = "NONCOLLECTABLE_ORDER_IS_PENDING";
1757
1757
  PaymentCollectabilityStatus2["NONCOLLECTABLE_ORDER_IS_REJECTED"] = "NONCOLLECTABLE_ORDER_IS_REJECTED";
1758
1758
  PaymentCollectabilityStatus2["NONCOLLECTABLE_ORDER_HAS_SUBSCRIPTIONS"] = "NONCOLLECTABLE_ORDER_HAS_SUBSCRIPTIONS";
1759
+ PaymentCollectabilityStatus2["NONCOLLECTABLE_ORDER_HAS_CHARGEBACKS"] = "NONCOLLECTABLE_ORDER_HAS_CHARGEBACKS";
1759
1760
  return PaymentCollectabilityStatus2;
1760
1761
  })(PaymentCollectabilityStatus || {});
1761
1762
  var RefundableStatus = /* @__PURE__ */ ((RefundableStatus2) => {