@wix/auto_sdk_ecom_orders 1.0.201 → 1.0.203

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