@wix/auto_sdk_ecom_orders 1.0.118 → 1.0.119

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-CzvHFP5d.d.ts → ecom-v1-order-orders.universal-dYs5mWPr.d.ts} +5 -5
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +10 -10
  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 +10 -10
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +6 -6
  9. package/build/cjs/meta.js +10 -10
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{ecom-v1-order-orders.universal-CzvHFP5d.d.mts → ecom-v1-order-orders.universal-dYs5mWPr.d.mts} +5 -5
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +9 -9
  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 +9 -9
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +6 -6
  19. package/build/es/meta.mjs +9 -9
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{ecom-v1-order-orders.universal-DoCuzcd7.d.ts → ecom-v1-order-orders.universal-DPJL0zrw.d.ts} +11 -5
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +10 -10
  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 +10 -10
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +6 -6
  29. package/build/internal/cjs/meta.js +10 -10
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{ecom-v1-order-orders.universal-DoCuzcd7.d.mts → ecom-v1-order-orders.universal-DPJL0zrw.d.mts} +11 -5
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +9 -9
  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 +9 -9
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +6 -6
  39. package/build/internal/es/meta.mjs +9 -9
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -453,18 +453,18 @@ interface PhysicalProperties {
453
453
  }
454
454
  interface ItemType extends ItemTypeItemTypeDataOneOf {
455
455
  /** Preset item type. */
456
- preset?: ItemTypeItemTypeWithLiterals;
456
+ preset?: ItemTypePresetWithLiterals;
457
457
  /** Custom item type. When none of the preset types are suitable, specifies the custom type. */
458
458
  custom?: string;
459
459
  }
460
460
  /** @oneof */
461
461
  interface ItemTypeItemTypeDataOneOf {
462
462
  /** Preset item type. */
463
- preset?: ItemTypeItemTypeWithLiterals;
463
+ preset?: ItemTypePresetWithLiterals;
464
464
  /** Custom item type. When none of the preset types are suitable, specifies the custom type. */
465
465
  custom?: string;
466
466
  }
467
- declare enum ItemTypeItemType {
467
+ declare enum ItemTypePreset {
468
468
  UNRECOGNISED = "UNRECOGNISED",
469
469
  PHYSICAL = "PHYSICAL",
470
470
  DIGITAL = "DIGITAL",
@@ -472,7 +472,7 @@ declare enum ItemTypeItemType {
472
472
  SERVICE = "SERVICE"
473
473
  }
474
474
  /** @enumType */
475
- type ItemTypeItemTypeWithLiterals = ItemTypeItemType | 'UNRECOGNISED' | 'PHYSICAL' | 'DIGITAL' | 'GIFT_CARD' | 'SERVICE';
475
+ type ItemTypePresetWithLiterals = ItemTypePreset | 'UNRECOGNISED' | 'PHYSICAL' | 'DIGITAL' | 'GIFT_CARD' | 'SERVICE';
476
476
  /** Type of selected payment option for catalog item */
477
477
  declare enum PaymentOptionType {
478
478
  /** The entire payment for this item happens as part of the checkout. */
@@ -7522,4 +7522,4 @@ interface BulkUpdateOrderTagsOptions {
7522
7522
  unassignTags?: Tags;
7523
7523
  }
7524
7524
 
7525
- export { ScheduledAction as $, AdjustmentType as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PickupMethod as E, FulfillmentStatus as F, type GetPaymentCollectabilityStatusResponse as G, OrderStatus as H, ItemTypeItemType as I, JurisdictionType as J, DiscountType as K, DiscountReason as L, type MaskedOrder as M, LineItemQuantityChangeType as N, type Order as O, type Price as P, ActivityType as Q, AttributionSource as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, ChannelType as X, OrderActionType as Y, WebhookIdentityType as Z, PreviewEmailType as _, type PreparePaymentCollectionOptions as a, type Address as a$, DurationUnit as a0, PaymentCollectabilityStatus as a1, RefundableStatus as a2, NonRefundableReason as a3, ManuallyRefundableReason as a4, RestockType as a5, TransactionStatus as a6, AuthorizationCaptureStatus as a7, AuthorizationVoidStatus as a8, Reason as a9, type PhysicalProperties as aA, type ItemType as aB, type ItemTypeItemTypeDataOneOf as aC, type ItemTaxFullDetails as aD, type LineItemTaxInfo as aE, type LineItemTaxBreakdown as aF, type DigitalFile as aG, type SubscriptionInfo as aH, type SubscriptionTitle as aI, type SubscriptionDescription as aJ, type SubscriptionSettings as aK, type FreeTrialPeriod as aL, type BillingAdjustment as aM, type BillingAdjustmentPriceSummary as aN, type PriceDescription as aO, type LocationAndQuantity as aP, type TaxableAddress as aQ, type TaxableAddressTaxableAddressDataOneOf as aR, type ExtendedFields as aS, type ModifierGroup as aT, type TranslatableString as aU, type ItemModifier as aV, type BuyerInfo as aW, type BuyerInfoIdOneOf as aX, type CurrencyConversionDetails as aY, type PriceSummary as aZ, type AddressWithContact as a_, ActionType as aa, ChargebackStatus as ab, MembershipPaymentStatus as ac, RefundStatus as ad, VersioningMode as ae, SortOrder as af, OrderApprovalStrategy as ag, DeltaPaymentOptionType as ah, InventoryAction as ai, Placement as aj, SubdivisionType as ak, SourceType as al, CustomFieldGroup as am, ValueType as an, DepositType as ao, InvoiceStatus as ap, type OrderLineItem as aq, type ProductName as ar, type CatalogReference as as, type DescriptionLine as at, type DescriptionLineValueOneOf as au, type DescriptionLineDescriptionLineValueOneOf as av, type DescriptionLineName as aw, type PlainTextValue as ax, type Color as ay, type FocalPoint as az, type PreparePaymentCollectionResponse as b, type RegularPayment as b$, type StreetAddress as b0, type AddressLocation as b1, type FullAddressContactDetails as b2, type VatId as b3, type V1ShippingInformation as b4, type DeliveryLogistics as b5, type DeliveryLogisticsAddressOneOf as b6, type PickupDetails as b7, type PickupAddress as b8, type DeliveryTimeSlot as b9, type LineItemPriceChange as bA, type LineItemProductNameChange as bB, type LineItemDescriptionLineChange as bC, type LineItemModifiersChange as bD, type ManagedLineItem as bE, type ManagedDiscount as bF, type TranslatedValue as bG, type LineItemAmount as bH, type ManagedAdditionalFee as bI, type TotalPriceChange as bJ, type ShippingInformationChange as bK, type ShippingInformation as bL, type SavedPaymentMethod as bM, type AuthorizedPaymentCreated as bN, type AuthorizedPaymentCaptured as bO, type AuthorizedPaymentVoided as bP, type RefundInitiated as bQ, type RefundedPayment as bR, type RefundedPaymentKindOneOf as bS, type RegularPaymentRefund as bT, type GiftCardPaymentRefund as bU, type MembershipPaymentRefund as bV, type PaymentRefunded as bW, type PaymentRefundFailed as bX, type RefundedAsStoreCredit as bY, type PaymentPending as bZ, type PaymentPendingPaymentDetailsOneOf as b_, type ShippingPrice as ba, type ShippingRegion as bb, type TaxSummary as bc, type OrderTaxInfo as bd, type OrderTaxBreakdown as be, type AppliedDiscount as bf, type AppliedDiscountDiscountSourceOneOf as bg, type Coupon as bh, type MerchantDiscount as bi, type MerchantDiscountMerchantDiscountReasonOneOf as bj, type DiscountRule as bk, type DiscountRuleName as bl, type LineItemDiscount as bm, type Activity as bn, type ActivityContentOneOf as bo, type CustomActivity as bp, type MerchantComment as bq, type OrderRefunded as br, type OrderCreatedFromExchange as bs, type NewExchangeOrderCreated as bt, type LineItemExchangeData as bu, type DraftOrderChangesApplied as bv, type OrderChange as bw, type OrderChangeValueOneOf as bx, type LineItemChanges as by, type LineItemQuantityChange as bz, type PreparePaymentCollectionApplicationErrors as c, type SendMerchantOrderReceivedNotificationRequest as c$, type RegularPaymentPaymentMethodDetailsOneOf as c0, type CreditCardDetails as c1, type PaymentCanceled as c2, type PaymentCanceledPaymentDetailsOneOf as c3, type PaymentDeclined as c4, type PaymentDeclinedPaymentDetailsOneOf as c5, type ReceiptCreated as c6, type ReceiptCreatedReceiptInfoOneOf as c7, type WixReceipt as c8, type ExternalReceipt as c9, type ImportOrderResponse as cA, type SetOrderNumberCounterRequest as cB, type SetOrderNumberCounterResponse as cC, type BulkDeleteImportedOrdersRequest as cD, type BulkDeleteImportedOrdersResponse as cE, type DomainEvent as cF, type DomainEventBodyOneOf as cG, type EntityCreatedEvent as cH, type RestoreInfo as cI, type EntityUpdatedEvent as cJ, type EntityDeletedEvent as cK, type ActionEvent as cL, type MessageEnvelope as cM, type IdentificationData as cN, type IdentificationDataIdOneOf as cO, type SendBuyerConfirmationEmailRequest as cP, type SendBuyerConfirmationEmailResponse as cQ, type SendBuyerPaymentsReceivedEmailRequest as cR, type SendBuyerPaymentsReceivedEmailResponse as cS, type SendBuyerPickupConfirmationEmailRequest as cT, type SendBuyerPickupConfirmationEmailResponse as cU, type BulkSendBuyerPickupConfirmationEmailsRequest as cV, type BulkSendBuyerPickupConfirmationEmailsResponse as cW, type SendBuyerShippingConfirmationEmailRequest as cX, type SendBuyerShippingConfirmationEmailResponse as cY, type BulkSendBuyerShippingConfirmationEmailsRequest as cZ, type BulkSendBuyerShippingConfirmationEmailsResponse as c_, type ReceiptSent as ca, type ReceiptSentReceiptInfoOneOf as cb, type ChargebackCreated as cc, type ChargebackReversed as cd, type CreatedBy as ce, type CreatedByStringOneOf as cf, type ChannelInfo as cg, type CustomField as ch, type BalanceSummary as ci, type Balance as cj, type AdditionalFee as ck, type FulfillmentStatusesAggregate as cl, type Tags as cm, type TagList as cn, type Location as co, type OrderSettings as cp, type OrderSettingsAllowedActionsOneOf as cq, type CustomAllowedActions as cr, type OrderApproved as cs, type OrdersExperiments as ct, type OrderRejectedEventOrderRejected as cu, type OrderItemsRestocked as cv, type V1RestockItem as cw, type OrderImported as cx, type ImportedOrderDeleted as cy, type ImportOrderRequest as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type RestockItem as d$, type SendMerchantOrderReceivedNotificationResponse as d0, type SendCancelRefundEmailRequest as d1, type SendCancelRefundEmailResponse as d2, type SendRefundEmailRequest as d3, type SendRefundEmailResponse as d4, type SendMerchantOrderReceivedPushRequest as d5, type SendMerchantOrderReceivedPushResponse as d6, type PreviewEmailByTypeRequest as d7, type PreviewEmailByTypeResponse as d8, type PreviewRefundEmailRequest as d9, type GetPaymentCollectabilityStatusRequest as dA, type RecordManuallyCollectedPaymentRequest as dB, type RecordManuallyCollectedPaymentResponse as dC, type MarkOrderAsPaidRequest as dD, type MarkOrderAsPaidResponse as dE, type BulkMarkOrdersAsPaidRequest as dF, type BulkMarkOrdersAsPaidResponse as dG, type BulkOrderResult as dH, type ItemMetadata as dI, type ApplicationError as dJ, type BulkActionMetadata as dK, type GetRefundabilityStatusRequest as dL, type GetRefundabilityStatusResponse as dM, type Refundability as dN, type RefundabilityAdditionalRefundabilityInfoOneOf as dO, type CreatePaymentGatewayOrderRequest as dP, type ChargedBy as dQ, type CreatePaymentGatewayOrderResponse as dR, type ChargeMembershipsRequest as dS, type MembershipChargeItem as dT, type MembershipName as dU, type ServiceProperties as dV, type ChargeMembershipsResponse as dW, type TriggerRefundRequest as dX, type PaymentRefund as dY, type RefundSideEffects as dZ, type RestockInfo as d_, type RefundDetails as da, type RefundItem as db, type LineItemRefund as dc, type AdditionalFeeRefund as dd, type ShippingRefund as de, type PreviewRefundEmailResponse as df, type PreviewCancelEmailRequest as dg, type PreviewCancelEmailResponse as dh, type PreviewCancelRefundEmailRequest as di, type PreviewCancelRefundEmailResponse as dj, type PreviewBuyerPaymentsReceivedEmailRequest as dk, type PreviewBuyerPaymentsReceivedEmailResponse as dl, type PreviewBuyerConfirmationEmailRequest as dm, type PreviewBuyerConfirmationEmailResponse as dn, type PreviewBuyerPickupConfirmationEmailRequest as dp, type PreviewBuyerPickupConfirmationEmailResponse as dq, type PreviewShippingConfirmationEmailRequest as dr, type PreviewShippingConfirmationEmailResponse as ds, type PreviewResendDownloadLinksEmailRequest as dt, type PreviewResendDownloadLinksEmailResponse as du, type Empty as dv, type PreparePaymentCollectionRequest as dw, type RedirectUrls as dx, type DelayedCaptureSettings as dy, type Duration as dz, type PaymentCapture as e, type CursorSearch as e$, type TriggerRefundResponse as e0, type OrderTransactions as e1, type Payment as e2, type PaymentPaymentDetailsOneOf as e3, type PaymentReceiptInfoOneOf as e4, type RegularPaymentDetails as e5, type RegularPaymentDetailsPaymentMethodDetailsOneOf as e6, type CreditCardPaymentMethodDetails as e7, type AuthorizationDetails as e8, type AuthorizationCapture as e9, type DeleteByIdsOperation as eA, type DeleteByFilterOperation as eB, type InternalDocumentUpdateByFilterOperation as eC, type InternalUpdateExistingOperation as eD, type VersionedDocumentUpdateOperation as eE, type VersionedDeleteByIdsOperation as eF, type VersionedDocumentId as eG, type TriggerReindexRequest as eH, type TriggerReindexResponse as eI, type BatchOfTriggerReindexOrderRequest as eJ, type TriggerReindexOrderRequest as eK, type DiffmatokyPayload as eL, type ErrorInformation as eM, type GetOrderRequest as eN, type GetOrderResponse as eO, type InternalQueryOrdersRequest as eP, type PlatformQuery as eQ, type PlatformQueryPagingMethodOneOf as eR, type Sorting as eS, type PlatformPaging as eT, type CursorPaging as eU, type InternalQueryOrdersResponse as eV, type PlatformPagingMetadata as eW, type Cursors as eX, type QueryOrderRequest as eY, type QueryOrderResponse as eZ, type SearchOrdersRequest as e_, type AuthorizationActionFailureDetails as ea, type AuthorizationVoid as eb, type V1ScheduledAction as ec, type Chargeback as ed, type GiftCardPaymentDetails as ee, type MembershipPaymentDetails as ef, type WixReceiptInfo as eg, type ExternalReceiptInfo as eh, type Refund as ei, type RefundTransaction as ej, type RefundStatusInfo as ek, type AggregatedRefundSummary as el, type RefundItemsBreakdown as em, type LineItemRefundSummary as en, type CalculateRefundRequest as eo, type CalculateRefundItemRequest as ep, type CalculateRefundResponse as eq, type CalculateRefundItemResponse as er, type VoidAuthorizedPaymentsRequest as es, type CaptureAuthorizedPaymentsRequest as et, type ChargeSavedPaymentMethodRequest as eu, type ChargeSavedPaymentMethodResponse as ev, type UpdateInternalDocumentsEvent as ew, type UpdateInternalDocumentsEventOperationOneOf as ex, type InternalDocument as ey, type InternalDocumentUpdateOperation as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type OrderNotFulfilled as f$, type CursorSearchPagingMethodOneOf as f0, type CursorPagingMetadata as f1, type CreateOrderRequest as f2, type OrderCreationSettings as f3, type OrderCreateNotifications as f4, type CreateOrderResponse as f5, type UpdateOrderRequest as f6, type UpdateOrderResponse as f7, type BulkUpdateOrdersRequest as f8, type CommitDeltasRequest as f9, type BulkArchiveOrdersByFilterResponse as fA, type UnArchiveOrderRequest as fB, type UnArchiveOrderResponse as fC, type BulkUnArchiveOrdersRequest as fD, type BulkUnArchiveOrdersResponse as fE, type BulkUnArchiveOrdersByFilterRequest as fF, type BulkUnArchiveOrdersByFilterResponse as fG, type UpdateBuyerInfoRequest as fH, type BuyerInfoUpdate as fI, type UpdateBuyerInfoResponse as fJ, type UpdateBuyerEmailRequest as fK, type UpdateBuyerEmailResponse as fL, type UpdateOrderShippingAddressRequest as fM, type UpdateOrderShippingAddressResponse as fN, type UpdateBillingContactDetailsRequest as fO, type UpdateBillingContactDetailsResponse as fP, type UpdateOrderLineItemRequest as fQ, type UpdateOrderLineItemResponse as fR, type UpdateOrderLineItemsRequest as fS, type MaskedOrderLineItem as fT, type UpdateOrderLineItemsResponse as fU, type AddInternalActivityRequest as fV, type InternalActivity as fW, type InternalActivityContentOneOf as fX, type OrderPlaced as fY, type OrderPaid as fZ, type OrderFulfilled as f_, type DraftOrderDiffs as fa, type DraftOrderDiffsShippingUpdateInfoOneOf as fb, type DraftOrderDiffsBuyerUpdateInfoOneOf as fc, type DraftOrderDiffsBillingUpdateInfoOneOf as fd, type DraftOrderDiffsRecipientUpdateInfoOneOf as fe, type V1LineItemDelta as ff, type V1LineItemDeltaDeltaOneOf as fg, type OrderLineItemChangedDetails as fh, type ItemChangedDetails as fi, type AppliedDiscountDelta as fj, type AppliedDiscountDeltaDeltaOneOf as fk, type AdditionalFeeDelta as fl, type AdditionalFeeDeltaDeltaOneOf as fm, type DraftOrderCommitSettings as fn, type InventoryUpdateDetails as fo, type CommitDeltasResponse as fp, type OrderDeltasCommitted as fq, type CommittedDiffs as fr, type CommittedDiffsShippingUpdateInfoOneOf as fs, type LineItemDelta as ft, type LineItemDeltaDeltaOneOf as fu, type ArchiveOrderRequest as fv, type ArchiveOrderResponse as fw, type BulkArchiveOrdersRequest as fx, type BulkArchiveOrdersResponse as fy, type BulkArchiveOrdersByFilterRequest as fz, type GetOrderApplicationErrors as g, type DecrementData as g$, type OrderCanceled as g0, type DownloadLinkSent as g1, type TrackingNumberAdded as g2, type TrackingNumberEdited as g3, type TrackingLinkAdded as g4, type ShippingConfirmationEmailSent as g5, type InvoiceAdded as g6, type InvoiceSent as g7, type FulfillerEmailSent as g8, type ShippingAddressEdited as g9, type MarkAsFulfilledResponse as gA, type FulfillmentStatusUpdated as gB, type BulkMarkAsFulfilledRequest as gC, type BulkMarkAsFulfilledResponse as gD, type BulkMarkAsFulfilledByFilterRequest as gE, type BulkMarkAsFulfilledByFilterResponse as gF, type MarkAsUnfulfilledRequest as gG, type MarkAsUnfulfilledResponse as gH, type BulkMarkAsUnfulfilledRequest as gI, type BulkMarkAsUnfulfilledResponse as gJ, type BulkMarkAsUnfulfilledByFilterRequest as gK, type BulkMarkAsUnfulfilledByFilterResponse as gL, type BulkSetBusinessLocationRequest as gM, type BulkSetBusinessLocationResponse as gN, type BulkSetBusinessLocationResult as gO, type V1MarkOrderAsPaidRequest as gP, type V1MarkOrderAsPaidResponse as gQ, type PaymentStatusUpdated as gR, type V1BulkMarkOrdersAsPaidRequest as gS, type V1BulkMarkOrdersAsPaidResponse as gT, type V1CreatePaymentGatewayOrderRequest as gU, type V1CreatePaymentGatewayOrderResponse as gV, type GetShipmentsRequest as gW, type GetShipmentsResponse as gX, type AggregateOrdersRequest as gY, type AggregateOrdersResponse as gZ, type DecrementItemsQuantityRequest as g_, type EmailEdited as ga, type PickupReadyEmailSent as gb, type OrderPartiallyPaid as gc, type OrderPending as gd, type OrderRejected as ge, type AddInternalActivityResponse as gf, type AddActivityRequest as gg, type PublicActivity as gh, type PublicActivityContentOneOf as gi, type AddActivityResponse as gj, type AddActivitiesRequest as gk, type AddActivitiesResponse as gl, type UpdateActivityRequest as gm, type UpdateActivityResponse as gn, type DeleteActivityRequest as go, type DeleteActivityResponse as gp, type UpdateLineItemsDescriptionLinesRequest as gq, type LineItemUpdate as gr, type UpdateLineItemsDescriptionLinesResponse as gs, type MarkOrderAsSeenByHumanRequest as gt, type MarkOrderAsSeenByHumanResponse as gu, type CancelOrderRequest as gv, type OrderCanceledEventOrderCanceled as gw, type UpdateOrderStatusRequest as gx, type UpdateOrderStatusResponse as gy, type MarkAsFulfilledRequest as gz, type OrderSearch as h, type AdjustmentTypeWithLiterals as h$, type DecrementItemsQuantityResponse as h0, type BulkUpdateOrderTagsRequest as h1, type BulkUpdateOrderTagsResult as h2, type Task as h3, type TaskKey as h4, type TaskAction as h5, type TaskActionActionOneOf as h6, type Complete as h7, type Cancel as h8, type Reschedule as h9, type CalculatedTax as hA, type Payments as hB, type InvoicesPayment as hC, type MetaData as hD, type InvoiceDynamicPriceTotals as hE, type CustomFieldValue as hF, type Value as hG, type Deposit as hH, type BaseEventMetadata as hI, type EventMetadata as hJ, type SetOrderNumberCounterOptions as hK, type BulkDeleteImportedOrdersOptions as hL, type PaymentCollectionCreatePaymentGatewayOrderOptions as hM, type ChargeMembershipsOptions as hN, type TriggerRefundOptions as hO, type OrderSearchSpec as hP, type CommitDeltasOptions as hQ, type UpdateOrderLineItemIdentifiers as hR, type UpdateOrderLineItem as hS, type UpdateActivityIdentifiers as hT, type DeleteActivityIdentifiers as hU, type AggregateOrdersOptions as hV, type DescriptionLineTypeWithLiterals as hW, type ItemTypeItemTypeWithLiterals as hX, type PaymentOptionTypeWithLiterals as hY, type JurisdictionTypeWithLiterals as hZ, type SubscriptionFrequencyWithLiterals as h_, type InvoiceSentEvent as ha, type IdAndVersion as hb, type InvoiceFields as hc, type Customer as hd, type Email as he, type QuotesAddress as hf, type AddressDescription as hg, type Phone as hh, type Company as hi, type CommonAddress as hj, type CommonAddressStreetOneOf as hk, type Subdivision as hl, type StandardDetails as hm, type InvoiceDates as hn, type LineItems as ho, type LineItem as hp, type BigDecimalWrapper as hq, type LineItemTax as hr, type Source as hs, type LineItemMetaData as ht, type Locale as hu, type TotalPrice as hv, type ItemizedFee as hw, type Discount as hx, type DiscountOneDiscountTypeOneOf as hy, type CalculatedTaxes as hz, type CreateOrderOptions as i, updateOrder as i$, type TaxableAddressTypeWithLiterals as i0, type PaymentStatusWithLiterals as i1, type FulfillmentStatusWithLiterals as i2, type WeightUnitWithLiterals as i3, type VatTypeWithLiterals as i4, type PickupMethodWithLiterals as i5, type OrderStatusWithLiterals as i6, type DiscountTypeWithLiterals as i7, type DiscountReasonWithLiterals as i8, type LineItemQuantityChangeTypeWithLiterals as i9, type DeltaPaymentOptionTypeWithLiterals as iA, type InventoryActionWithLiterals as iB, type PlacementWithLiterals as iC, type SubdivisionTypeWithLiterals as iD, type SourceTypeWithLiterals as iE, type CustomFieldGroupWithLiterals as iF, type ValueTypeWithLiterals as iG, type DepositTypeWithLiterals as iH, type InvoiceStatusWithLiterals as iI, type RecordManuallyCollectedPaymentApplicationErrors as iJ, type PaymentCollectionMarkOrderAsPaidApplicationErrors as iK, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as iL, type TriggerRefundApplicationErrors as iM, type CommitDeltasApplicationErrors as iN, type UpdateOrderStatusApplicationErrors as iO, type CommonSearchWithEntityContext as iP, onOrderApproved as iQ, onOrderUpdated as iR, onOrderCanceled as iS, onOrderCreated as iT, onOrderPaymentStatusUpdated as iU, preparePaymentCollection as iV, getPaymentCollectabilityStatus as iW, voidAuthorizedPayments as iX, captureAuthorizedPayments as iY, getOrder as iZ, createOrder as i_, type ActivityTypeWithLiterals as ia, type AttributionSourceWithLiterals as ib, type ChannelTypeWithLiterals as ic, type OrderActionTypeWithLiterals as id, type WebhookIdentityTypeWithLiterals as ie, type PreviewEmailTypeWithLiterals as ig, type ScheduledActionWithLiterals as ih, type DurationUnitWithLiterals as ii, type PaymentCollectabilityStatusWithLiterals as ij, type RefundableStatusWithLiterals as ik, type NonRefundableReasonWithLiterals as il, type ManuallyRefundableReasonWithLiterals as im, type RestockTypeWithLiterals as io, type TransactionStatusWithLiterals as ip, type AuthorizationCaptureStatusWithLiterals as iq, type AuthorizationVoidStatusWithLiterals as ir, type ReasonWithLiterals as is, type ActionTypeWithLiterals as it, type ChargebackStatusWithLiterals as iu, type MembershipPaymentStatusWithLiterals as iv, type RefundStatusWithLiterals as iw, type VersioningModeWithLiterals as ix, type SortOrderWithLiterals as iy, type OrderApprovalStrategyWithLiterals as iz, type CreateOrderApplicationErrors as j, bulkUpdateOrders as j0, cancelOrder as j1, bulkUpdateOrderTags as j2, type UpdateOrderApplicationErrors as k, type BulkUpdateOrdersResponse as l, type CancelOrderOptions as m, type CancelOrderResponse as n, type CancelOrderApplicationErrors as o, type BulkUpdateOrderTagsOptions as p, type BulkUpdateOrderTagsResponse as q, type OrderApprovedEnvelope as r, type OrderUpdatedEnvelope as s, type OrderCanceledEnvelope as t, type OrderCreatedEnvelope as u, type OrderPaymentStatusUpdatedEnvelope as v, PaymentOptionType as w, SubscriptionFrequency as x, PaymentStatus as y, VatType as z };
7525
+ export { ScheduledAction as $, AdjustmentType as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PickupMethod as E, FulfillmentStatus as F, type GetPaymentCollectabilityStatusResponse as G, OrderStatus as H, ItemTypePreset as I, JurisdictionType as J, DiscountType as K, DiscountReason as L, type MaskedOrder as M, LineItemQuantityChangeType as N, type Order as O, type Price as P, ActivityType as Q, AttributionSource as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, ChannelType as X, OrderActionType as Y, WebhookIdentityType as Z, PreviewEmailType as _, type PreparePaymentCollectionOptions as a, type Address as a$, DurationUnit as a0, PaymentCollectabilityStatus as a1, RefundableStatus as a2, NonRefundableReason as a3, ManuallyRefundableReason as a4, RestockType as a5, TransactionStatus as a6, AuthorizationCaptureStatus as a7, AuthorizationVoidStatus as a8, Reason as a9, type PhysicalProperties as aA, type ItemType as aB, type ItemTypeItemTypeDataOneOf as aC, type ItemTaxFullDetails as aD, type LineItemTaxInfo as aE, type LineItemTaxBreakdown as aF, type DigitalFile as aG, type SubscriptionInfo as aH, type SubscriptionTitle as aI, type SubscriptionDescription as aJ, type SubscriptionSettings as aK, type FreeTrialPeriod as aL, type BillingAdjustment as aM, type BillingAdjustmentPriceSummary as aN, type PriceDescription as aO, type LocationAndQuantity as aP, type TaxableAddress as aQ, type TaxableAddressTaxableAddressDataOneOf as aR, type ExtendedFields as aS, type ModifierGroup as aT, type TranslatableString as aU, type ItemModifier as aV, type BuyerInfo as aW, type BuyerInfoIdOneOf as aX, type CurrencyConversionDetails as aY, type PriceSummary as aZ, type AddressWithContact as a_, ActionType as aa, ChargebackStatus as ab, MembershipPaymentStatus as ac, RefundStatus as ad, VersioningMode as ae, SortOrder as af, OrderApprovalStrategy as ag, DeltaPaymentOptionType as ah, InventoryAction as ai, Placement as aj, SubdivisionType as ak, SourceType as al, CustomFieldGroup as am, ValueType as an, DepositType as ao, InvoiceStatus as ap, type OrderLineItem as aq, type ProductName as ar, type CatalogReference as as, type DescriptionLine as at, type DescriptionLineValueOneOf as au, type DescriptionLineDescriptionLineValueOneOf as av, type DescriptionLineName as aw, type PlainTextValue as ax, type Color as ay, type FocalPoint as az, type PreparePaymentCollectionResponse as b, type RegularPayment as b$, type StreetAddress as b0, type AddressLocation as b1, type FullAddressContactDetails as b2, type VatId as b3, type V1ShippingInformation as b4, type DeliveryLogistics as b5, type DeliveryLogisticsAddressOneOf as b6, type PickupDetails as b7, type PickupAddress as b8, type DeliveryTimeSlot as b9, type LineItemPriceChange as bA, type LineItemProductNameChange as bB, type LineItemDescriptionLineChange as bC, type LineItemModifiersChange as bD, type ManagedLineItem as bE, type ManagedDiscount as bF, type TranslatedValue as bG, type LineItemAmount as bH, type ManagedAdditionalFee as bI, type TotalPriceChange as bJ, type ShippingInformationChange as bK, type ShippingInformation as bL, type SavedPaymentMethod as bM, type AuthorizedPaymentCreated as bN, type AuthorizedPaymentCaptured as bO, type AuthorizedPaymentVoided as bP, type RefundInitiated as bQ, type RefundedPayment as bR, type RefundedPaymentKindOneOf as bS, type RegularPaymentRefund as bT, type GiftCardPaymentRefund as bU, type MembershipPaymentRefund as bV, type PaymentRefunded as bW, type PaymentRefundFailed as bX, type RefundedAsStoreCredit as bY, type PaymentPending as bZ, type PaymentPendingPaymentDetailsOneOf as b_, type ShippingPrice as ba, type ShippingRegion as bb, type TaxSummary as bc, type OrderTaxInfo as bd, type OrderTaxBreakdown as be, type AppliedDiscount as bf, type AppliedDiscountDiscountSourceOneOf as bg, type Coupon as bh, type MerchantDiscount as bi, type MerchantDiscountMerchantDiscountReasonOneOf as bj, type DiscountRule as bk, type DiscountRuleName as bl, type LineItemDiscount as bm, type Activity as bn, type ActivityContentOneOf as bo, type CustomActivity as bp, type MerchantComment as bq, type OrderRefunded as br, type OrderCreatedFromExchange as bs, type NewExchangeOrderCreated as bt, type LineItemExchangeData as bu, type DraftOrderChangesApplied as bv, type OrderChange as bw, type OrderChangeValueOneOf as bx, type LineItemChanges as by, type LineItemQuantityChange as bz, type PreparePaymentCollectionApplicationErrors as c, type SendMerchantOrderReceivedNotificationRequest as c$, type RegularPaymentPaymentMethodDetailsOneOf as c0, type CreditCardDetails as c1, type PaymentCanceled as c2, type PaymentCanceledPaymentDetailsOneOf as c3, type PaymentDeclined as c4, type PaymentDeclinedPaymentDetailsOneOf as c5, type ReceiptCreated as c6, type ReceiptCreatedReceiptInfoOneOf as c7, type WixReceipt as c8, type ExternalReceipt as c9, type ImportOrderResponse as cA, type SetOrderNumberCounterRequest as cB, type SetOrderNumberCounterResponse as cC, type BulkDeleteImportedOrdersRequest as cD, type BulkDeleteImportedOrdersResponse as cE, type DomainEvent as cF, type DomainEventBodyOneOf as cG, type EntityCreatedEvent as cH, type RestoreInfo as cI, type EntityUpdatedEvent as cJ, type EntityDeletedEvent as cK, type ActionEvent as cL, type MessageEnvelope as cM, type IdentificationData as cN, type IdentificationDataIdOneOf as cO, type SendBuyerConfirmationEmailRequest as cP, type SendBuyerConfirmationEmailResponse as cQ, type SendBuyerPaymentsReceivedEmailRequest as cR, type SendBuyerPaymentsReceivedEmailResponse as cS, type SendBuyerPickupConfirmationEmailRequest as cT, type SendBuyerPickupConfirmationEmailResponse as cU, type BulkSendBuyerPickupConfirmationEmailsRequest as cV, type BulkSendBuyerPickupConfirmationEmailsResponse as cW, type SendBuyerShippingConfirmationEmailRequest as cX, type SendBuyerShippingConfirmationEmailResponse as cY, type BulkSendBuyerShippingConfirmationEmailsRequest as cZ, type BulkSendBuyerShippingConfirmationEmailsResponse as c_, type ReceiptSent as ca, type ReceiptSentReceiptInfoOneOf as cb, type ChargebackCreated as cc, type ChargebackReversed as cd, type CreatedBy as ce, type CreatedByStringOneOf as cf, type ChannelInfo as cg, type CustomField as ch, type BalanceSummary as ci, type Balance as cj, type AdditionalFee as ck, type FulfillmentStatusesAggregate as cl, type Tags as cm, type TagList as cn, type Location as co, type OrderSettings as cp, type OrderSettingsAllowedActionsOneOf as cq, type CustomAllowedActions as cr, type OrderApproved as cs, type OrdersExperiments as ct, type OrderRejectedEventOrderRejected as cu, type OrderItemsRestocked as cv, type V1RestockItem as cw, type OrderImported as cx, type ImportedOrderDeleted as cy, type ImportOrderRequest as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type RestockItem as d$, type SendMerchantOrderReceivedNotificationResponse as d0, type SendCancelRefundEmailRequest as d1, type SendCancelRefundEmailResponse as d2, type SendRefundEmailRequest as d3, type SendRefundEmailResponse as d4, type SendMerchantOrderReceivedPushRequest as d5, type SendMerchantOrderReceivedPushResponse as d6, type PreviewEmailByTypeRequest as d7, type PreviewEmailByTypeResponse as d8, type PreviewRefundEmailRequest as d9, type GetPaymentCollectabilityStatusRequest as dA, type RecordManuallyCollectedPaymentRequest as dB, type RecordManuallyCollectedPaymentResponse as dC, type MarkOrderAsPaidRequest as dD, type MarkOrderAsPaidResponse as dE, type BulkMarkOrdersAsPaidRequest as dF, type BulkMarkOrdersAsPaidResponse as dG, type BulkOrderResult as dH, type ItemMetadata as dI, type ApplicationError as dJ, type BulkActionMetadata as dK, type GetRefundabilityStatusRequest as dL, type GetRefundabilityStatusResponse as dM, type Refundability as dN, type RefundabilityAdditionalRefundabilityInfoOneOf as dO, type CreatePaymentGatewayOrderRequest as dP, type ChargedBy as dQ, type CreatePaymentGatewayOrderResponse as dR, type ChargeMembershipsRequest as dS, type MembershipChargeItem as dT, type MembershipName as dU, type ServiceProperties as dV, type ChargeMembershipsResponse as dW, type TriggerRefundRequest as dX, type PaymentRefund as dY, type RefundSideEffects as dZ, type RestockInfo as d_, type RefundDetails as da, type RefundItem as db, type LineItemRefund as dc, type AdditionalFeeRefund as dd, type ShippingRefund as de, type PreviewRefundEmailResponse as df, type PreviewCancelEmailRequest as dg, type PreviewCancelEmailResponse as dh, type PreviewCancelRefundEmailRequest as di, type PreviewCancelRefundEmailResponse as dj, type PreviewBuyerPaymentsReceivedEmailRequest as dk, type PreviewBuyerPaymentsReceivedEmailResponse as dl, type PreviewBuyerConfirmationEmailRequest as dm, type PreviewBuyerConfirmationEmailResponse as dn, type PreviewBuyerPickupConfirmationEmailRequest as dp, type PreviewBuyerPickupConfirmationEmailResponse as dq, type PreviewShippingConfirmationEmailRequest as dr, type PreviewShippingConfirmationEmailResponse as ds, type PreviewResendDownloadLinksEmailRequest as dt, type PreviewResendDownloadLinksEmailResponse as du, type Empty as dv, type PreparePaymentCollectionRequest as dw, type RedirectUrls as dx, type DelayedCaptureSettings as dy, type Duration as dz, type PaymentCapture as e, type CursorSearch as e$, type TriggerRefundResponse as e0, type OrderTransactions as e1, type Payment as e2, type PaymentPaymentDetailsOneOf as e3, type PaymentReceiptInfoOneOf as e4, type RegularPaymentDetails as e5, type RegularPaymentDetailsPaymentMethodDetailsOneOf as e6, type CreditCardPaymentMethodDetails as e7, type AuthorizationDetails as e8, type AuthorizationCapture as e9, type DeleteByIdsOperation as eA, type DeleteByFilterOperation as eB, type InternalDocumentUpdateByFilterOperation as eC, type InternalUpdateExistingOperation as eD, type VersionedDocumentUpdateOperation as eE, type VersionedDeleteByIdsOperation as eF, type VersionedDocumentId as eG, type TriggerReindexRequest as eH, type TriggerReindexResponse as eI, type BatchOfTriggerReindexOrderRequest as eJ, type TriggerReindexOrderRequest as eK, type DiffmatokyPayload as eL, type ErrorInformation as eM, type GetOrderRequest as eN, type GetOrderResponse as eO, type InternalQueryOrdersRequest as eP, type PlatformQuery as eQ, type PlatformQueryPagingMethodOneOf as eR, type Sorting as eS, type PlatformPaging as eT, type CursorPaging as eU, type InternalQueryOrdersResponse as eV, type PlatformPagingMetadata as eW, type Cursors as eX, type QueryOrderRequest as eY, type QueryOrderResponse as eZ, type SearchOrdersRequest as e_, type AuthorizationActionFailureDetails as ea, type AuthorizationVoid as eb, type V1ScheduledAction as ec, type Chargeback as ed, type GiftCardPaymentDetails as ee, type MembershipPaymentDetails as ef, type WixReceiptInfo as eg, type ExternalReceiptInfo as eh, type Refund as ei, type RefundTransaction as ej, type RefundStatusInfo as ek, type AggregatedRefundSummary as el, type RefundItemsBreakdown as em, type LineItemRefundSummary as en, type CalculateRefundRequest as eo, type CalculateRefundItemRequest as ep, type CalculateRefundResponse as eq, type CalculateRefundItemResponse as er, type VoidAuthorizedPaymentsRequest as es, type CaptureAuthorizedPaymentsRequest as et, type ChargeSavedPaymentMethodRequest as eu, type ChargeSavedPaymentMethodResponse as ev, type UpdateInternalDocumentsEvent as ew, type UpdateInternalDocumentsEventOperationOneOf as ex, type InternalDocument as ey, type InternalDocumentUpdateOperation as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type OrderNotFulfilled as f$, type CursorSearchPagingMethodOneOf as f0, type CursorPagingMetadata as f1, type CreateOrderRequest as f2, type OrderCreationSettings as f3, type OrderCreateNotifications as f4, type CreateOrderResponse as f5, type UpdateOrderRequest as f6, type UpdateOrderResponse as f7, type BulkUpdateOrdersRequest as f8, type CommitDeltasRequest as f9, type BulkArchiveOrdersByFilterResponse as fA, type UnArchiveOrderRequest as fB, type UnArchiveOrderResponse as fC, type BulkUnArchiveOrdersRequest as fD, type BulkUnArchiveOrdersResponse as fE, type BulkUnArchiveOrdersByFilterRequest as fF, type BulkUnArchiveOrdersByFilterResponse as fG, type UpdateBuyerInfoRequest as fH, type BuyerInfoUpdate as fI, type UpdateBuyerInfoResponse as fJ, type UpdateBuyerEmailRequest as fK, type UpdateBuyerEmailResponse as fL, type UpdateOrderShippingAddressRequest as fM, type UpdateOrderShippingAddressResponse as fN, type UpdateBillingContactDetailsRequest as fO, type UpdateBillingContactDetailsResponse as fP, type UpdateOrderLineItemRequest as fQ, type UpdateOrderLineItemResponse as fR, type UpdateOrderLineItemsRequest as fS, type MaskedOrderLineItem as fT, type UpdateOrderLineItemsResponse as fU, type AddInternalActivityRequest as fV, type InternalActivity as fW, type InternalActivityContentOneOf as fX, type OrderPlaced as fY, type OrderPaid as fZ, type OrderFulfilled as f_, type DraftOrderDiffs as fa, type DraftOrderDiffsShippingUpdateInfoOneOf as fb, type DraftOrderDiffsBuyerUpdateInfoOneOf as fc, type DraftOrderDiffsBillingUpdateInfoOneOf as fd, type DraftOrderDiffsRecipientUpdateInfoOneOf as fe, type V1LineItemDelta as ff, type V1LineItemDeltaDeltaOneOf as fg, type OrderLineItemChangedDetails as fh, type ItemChangedDetails as fi, type AppliedDiscountDelta as fj, type AppliedDiscountDeltaDeltaOneOf as fk, type AdditionalFeeDelta as fl, type AdditionalFeeDeltaDeltaOneOf as fm, type DraftOrderCommitSettings as fn, type InventoryUpdateDetails as fo, type CommitDeltasResponse as fp, type OrderDeltasCommitted as fq, type CommittedDiffs as fr, type CommittedDiffsShippingUpdateInfoOneOf as fs, type LineItemDelta as ft, type LineItemDeltaDeltaOneOf as fu, type ArchiveOrderRequest as fv, type ArchiveOrderResponse as fw, type BulkArchiveOrdersRequest as fx, type BulkArchiveOrdersResponse as fy, type BulkArchiveOrdersByFilterRequest as fz, type GetOrderApplicationErrors as g, type DecrementData as g$, type OrderCanceled as g0, type DownloadLinkSent as g1, type TrackingNumberAdded as g2, type TrackingNumberEdited as g3, type TrackingLinkAdded as g4, type ShippingConfirmationEmailSent as g5, type InvoiceAdded as g6, type InvoiceSent as g7, type FulfillerEmailSent as g8, type ShippingAddressEdited as g9, type MarkAsFulfilledResponse as gA, type FulfillmentStatusUpdated as gB, type BulkMarkAsFulfilledRequest as gC, type BulkMarkAsFulfilledResponse as gD, type BulkMarkAsFulfilledByFilterRequest as gE, type BulkMarkAsFulfilledByFilterResponse as gF, type MarkAsUnfulfilledRequest as gG, type MarkAsUnfulfilledResponse as gH, type BulkMarkAsUnfulfilledRequest as gI, type BulkMarkAsUnfulfilledResponse as gJ, type BulkMarkAsUnfulfilledByFilterRequest as gK, type BulkMarkAsUnfulfilledByFilterResponse as gL, type BulkSetBusinessLocationRequest as gM, type BulkSetBusinessLocationResponse as gN, type BulkSetBusinessLocationResult as gO, type V1MarkOrderAsPaidRequest as gP, type V1MarkOrderAsPaidResponse as gQ, type PaymentStatusUpdated as gR, type V1BulkMarkOrdersAsPaidRequest as gS, type V1BulkMarkOrdersAsPaidResponse as gT, type V1CreatePaymentGatewayOrderRequest as gU, type V1CreatePaymentGatewayOrderResponse as gV, type GetShipmentsRequest as gW, type GetShipmentsResponse as gX, type AggregateOrdersRequest as gY, type AggregateOrdersResponse as gZ, type DecrementItemsQuantityRequest as g_, type EmailEdited as ga, type PickupReadyEmailSent as gb, type OrderPartiallyPaid as gc, type OrderPending as gd, type OrderRejected as ge, type AddInternalActivityResponse as gf, type AddActivityRequest as gg, type PublicActivity as gh, type PublicActivityContentOneOf as gi, type AddActivityResponse as gj, type AddActivitiesRequest as gk, type AddActivitiesResponse as gl, type UpdateActivityRequest as gm, type UpdateActivityResponse as gn, type DeleteActivityRequest as go, type DeleteActivityResponse as gp, type UpdateLineItemsDescriptionLinesRequest as gq, type LineItemUpdate as gr, type UpdateLineItemsDescriptionLinesResponse as gs, type MarkOrderAsSeenByHumanRequest as gt, type MarkOrderAsSeenByHumanResponse as gu, type CancelOrderRequest as gv, type OrderCanceledEventOrderCanceled as gw, type UpdateOrderStatusRequest as gx, type UpdateOrderStatusResponse as gy, type MarkAsFulfilledRequest as gz, type OrderSearch as h, type AdjustmentTypeWithLiterals as h$, type DecrementItemsQuantityResponse as h0, type BulkUpdateOrderTagsRequest as h1, type BulkUpdateOrderTagsResult as h2, type Task as h3, type TaskKey as h4, type TaskAction as h5, type TaskActionActionOneOf as h6, type Complete as h7, type Cancel as h8, type Reschedule as h9, type CalculatedTax as hA, type Payments as hB, type InvoicesPayment as hC, type MetaData as hD, type InvoiceDynamicPriceTotals as hE, type CustomFieldValue as hF, type Value as hG, type Deposit as hH, type BaseEventMetadata as hI, type EventMetadata as hJ, type SetOrderNumberCounterOptions as hK, type BulkDeleteImportedOrdersOptions as hL, type PaymentCollectionCreatePaymentGatewayOrderOptions as hM, type ChargeMembershipsOptions as hN, type TriggerRefundOptions as hO, type OrderSearchSpec as hP, type CommitDeltasOptions as hQ, type UpdateOrderLineItemIdentifiers as hR, type UpdateOrderLineItem as hS, type UpdateActivityIdentifiers as hT, type DeleteActivityIdentifiers as hU, type AggregateOrdersOptions as hV, type DescriptionLineTypeWithLiterals as hW, type ItemTypePresetWithLiterals as hX, type PaymentOptionTypeWithLiterals as hY, type JurisdictionTypeWithLiterals as hZ, type SubscriptionFrequencyWithLiterals as h_, type InvoiceSentEvent as ha, type IdAndVersion as hb, type InvoiceFields as hc, type Customer as hd, type Email as he, type QuotesAddress as hf, type AddressDescription as hg, type Phone as hh, type Company as hi, type CommonAddress as hj, type CommonAddressStreetOneOf as hk, type Subdivision as hl, type StandardDetails as hm, type InvoiceDates as hn, type LineItems as ho, type LineItem as hp, type BigDecimalWrapper as hq, type LineItemTax as hr, type Source as hs, type LineItemMetaData as ht, type Locale as hu, type TotalPrice as hv, type ItemizedFee as hw, type Discount as hx, type DiscountOneDiscountTypeOneOf as hy, type CalculatedTaxes as hz, type CreateOrderOptions as i, updateOrder as i$, type TaxableAddressTypeWithLiterals as i0, type PaymentStatusWithLiterals as i1, type FulfillmentStatusWithLiterals as i2, type WeightUnitWithLiterals as i3, type VatTypeWithLiterals as i4, type PickupMethodWithLiterals as i5, type OrderStatusWithLiterals as i6, type DiscountTypeWithLiterals as i7, type DiscountReasonWithLiterals as i8, type LineItemQuantityChangeTypeWithLiterals as i9, type DeltaPaymentOptionTypeWithLiterals as iA, type InventoryActionWithLiterals as iB, type PlacementWithLiterals as iC, type SubdivisionTypeWithLiterals as iD, type SourceTypeWithLiterals as iE, type CustomFieldGroupWithLiterals as iF, type ValueTypeWithLiterals as iG, type DepositTypeWithLiterals as iH, type InvoiceStatusWithLiterals as iI, type RecordManuallyCollectedPaymentApplicationErrors as iJ, type PaymentCollectionMarkOrderAsPaidApplicationErrors as iK, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as iL, type TriggerRefundApplicationErrors as iM, type CommitDeltasApplicationErrors as iN, type UpdateOrderStatusApplicationErrors as iO, type CommonSearchWithEntityContext as iP, onOrderApproved as iQ, onOrderUpdated as iR, onOrderCanceled as iS, onOrderCreated as iT, onOrderPaymentStatusUpdated as iU, preparePaymentCollection as iV, getPaymentCollectabilityStatus as iW, voidAuthorizedPayments as iX, captureAuthorizedPayments as iY, getOrder as iZ, createOrder as i_, type ActivityTypeWithLiterals as ia, type AttributionSourceWithLiterals as ib, type ChannelTypeWithLiterals as ic, type OrderActionTypeWithLiterals as id, type WebhookIdentityTypeWithLiterals as ie, type PreviewEmailTypeWithLiterals as ig, type ScheduledActionWithLiterals as ih, type DurationUnitWithLiterals as ii, type PaymentCollectabilityStatusWithLiterals as ij, type RefundableStatusWithLiterals as ik, type NonRefundableReasonWithLiterals as il, type ManuallyRefundableReasonWithLiterals as im, type RestockTypeWithLiterals as io, type TransactionStatusWithLiterals as ip, type AuthorizationCaptureStatusWithLiterals as iq, type AuthorizationVoidStatusWithLiterals as ir, type ReasonWithLiterals as is, type ActionTypeWithLiterals as it, type ChargebackStatusWithLiterals as iu, type MembershipPaymentStatusWithLiterals as iv, type RefundStatusWithLiterals as iw, type VersioningModeWithLiterals as ix, type SortOrderWithLiterals as iy, type OrderApprovalStrategyWithLiterals as iz, type CreateOrderApplicationErrors as j, bulkUpdateOrders as j0, cancelOrder as j1, bulkUpdateOrderTags as j2, type UpdateOrderApplicationErrors as k, type BulkUpdateOrdersResponse as l, type CancelOrderOptions as m, type CancelOrderResponse as n, type CancelOrderApplicationErrors as o, type BulkUpdateOrderTagsOptions as p, type BulkUpdateOrderTagsResponse as q, type OrderApprovedEnvelope as r, type OrderUpdatedEnvelope as s, type OrderCanceledEnvelope as t, type OrderCreatedEnvelope as u, type OrderPaymentStatusUpdatedEnvelope as v, PaymentOptionType as w, SubscriptionFrequency as x, PaymentStatus as y, VatType as z };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, m as CancelOrderOptions, n as CancelOrderResponse, o as CancelOrderApplicationErrors, p as BulkUpdateOrderTagsOptions, q as BulkUpdateOrderTagsResponse, r as OrderApprovedEnvelope, s as OrderUpdatedEnvelope, t as OrderCanceledEnvelope, u as OrderCreatedEnvelope, v as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-CzvHFP5d.mjs';
3
- export { cL as ActionEvent, aa as ActionType, it as ActionTypeWithLiterals, bn as Activity, bo as ActivityContentOneOf, Q as ActivityType, ia as ActivityTypeWithLiterals, gk as AddActivitiesRequest, gl as AddActivitiesResponse, gg as AddActivityRequest, gj as AddActivityResponse, fV as AddInternalActivityRequest, gf as AddInternalActivityResponse, ck as AdditionalFee, fl as AdditionalFeeDelta, fm as AdditionalFeeDeltaDeltaOneOf, dd as AdditionalFeeRefund, a$ as Address, hg as AddressDescription, b1 as AddressLocation, a_ as AddressWithContact, A as AdjustmentType, h$ as AdjustmentTypeWithLiterals, hV as AggregateOrdersOptions, gY as AggregateOrdersRequest, gZ as AggregateOrdersResponse, el as AggregatedRefundSummary, dJ as ApplicationError, bf as AppliedDiscount, fj as AppliedDiscountDelta, fk as AppliedDiscountDeltaDeltaOneOf, bg as AppliedDiscountDiscountSourceOneOf, fv as ArchiveOrderRequest, fw as ArchiveOrderResponse, R as AttributionSource, ib as AttributionSourceWithLiterals, ea as AuthorizationActionFailureDetails, e9 as AuthorizationCapture, a7 as AuthorizationCaptureStatus, iq as AuthorizationCaptureStatusWithLiterals, e8 as AuthorizationDetails, eb as AuthorizationVoid, a8 as AuthorizationVoidStatus, ir as AuthorizationVoidStatusWithLiterals, bO as AuthorizedPaymentCaptured, bN as AuthorizedPaymentCreated, bP as AuthorizedPaymentVoided, cj as Balance, ci as BalanceSummary, hI as BaseEventMetadata, eJ as BatchOfTriggerReindexOrderRequest, hq as BigDecimalWrapper, aM as BillingAdjustment, aN as BillingAdjustmentPriceSummary, dK as BulkActionMetadata, fz as BulkArchiveOrdersByFilterRequest, fA as BulkArchiveOrdersByFilterResponse, fx as BulkArchiveOrdersRequest, fy as BulkArchiveOrdersResponse, hL as BulkDeleteImportedOrdersOptions, cD as BulkDeleteImportedOrdersRequest, cE as BulkDeleteImportedOrdersResponse, gE as BulkMarkAsFulfilledByFilterRequest, gF as BulkMarkAsFulfilledByFilterResponse, gC as BulkMarkAsFulfilledRequest, gD as BulkMarkAsFulfilledResponse, gK as BulkMarkAsUnfulfilledByFilterRequest, gL as BulkMarkAsUnfulfilledByFilterResponse, gI as BulkMarkAsUnfulfilledRequest, gJ as BulkMarkAsUnfulfilledResponse, dF as BulkMarkOrdersAsPaidRequest, dG as BulkMarkOrdersAsPaidResponse, dH as BulkOrderResult, cV as BulkSendBuyerPickupConfirmationEmailsRequest, cW as BulkSendBuyerPickupConfirmationEmailsResponse, cZ as BulkSendBuyerShippingConfirmationEmailsRequest, c_ as BulkSendBuyerShippingConfirmationEmailsResponse, gM as BulkSetBusinessLocationRequest, gN as BulkSetBusinessLocationResponse, gO as BulkSetBusinessLocationResult, fF as BulkUnArchiveOrdersByFilterRequest, fG as BulkUnArchiveOrdersByFilterResponse, fD as BulkUnArchiveOrdersRequest, fE as BulkUnArchiveOrdersResponse, h1 as BulkUpdateOrderTagsRequest, h2 as BulkUpdateOrderTagsResult, f8 as BulkUpdateOrdersRequest, aW as BuyerInfo, aX as BuyerInfoIdOneOf, fI as BuyerInfoUpdate, ep as CalculateRefundItemRequest, er as CalculateRefundItemResponse, eo as CalculateRefundRequest, eq as CalculateRefundResponse, hA as CalculatedTax, hz as CalculatedTaxes, h8 as Cancel, gv as CancelOrderRequest, et as CaptureAuthorizedPaymentsRequest, as as CatalogReference, cg as ChannelInfo, X as ChannelType, ic as ChannelTypeWithLiterals, hN as ChargeMembershipsOptions, dS as ChargeMembershipsRequest, dW as ChargeMembershipsResponse, eu as ChargeSavedPaymentMethodRequest, ev as ChargeSavedPaymentMethodResponse, ed as Chargeback, cc as ChargebackCreated, cd as ChargebackReversed, ab as ChargebackStatus, iu as ChargebackStatusWithLiterals, dQ as ChargedBy, ay as Color, iN as CommitDeltasApplicationErrors, hQ as CommitDeltasOptions, f9 as CommitDeltasRequest, fp as CommitDeltasResponse, fr as CommittedDiffs, fs as CommittedDiffsShippingUpdateInfoOneOf, hj as CommonAddress, hk as CommonAddressStreetOneOf, iP as CommonSearchWithEntityContext, hi as Company, h7 as Complete, bh as Coupon, f2 as CreateOrderRequest, f5 as CreateOrderResponse, dP as CreatePaymentGatewayOrderRequest, dR as CreatePaymentGatewayOrderResponse, ce as CreatedBy, cf as CreatedByStringOneOf, c1 as CreditCardDetails, e7 as CreditCardPaymentMethodDetails, aY as CurrencyConversionDetails, eU as CursorPaging, f1 as CursorPagingMetadata, e$ as CursorSearch, f0 as CursorSearchPagingMethodOneOf, eX as Cursors, bp as CustomActivity, cr as CustomAllowedActions, ch as CustomField, am as CustomFieldGroup, iF as CustomFieldGroupWithLiterals, hF as CustomFieldValue, hd as Customer, g$ as DecrementData, g_ as DecrementItemsQuantityRequest, h0 as DecrementItemsQuantityResponse, dy as DelayedCaptureSettings, hU as DeleteActivityIdentifiers, go as DeleteActivityRequest, gp as DeleteActivityResponse, eB as DeleteByFilterOperation, eA as DeleteByIdsOperation, b5 as DeliveryLogistics, b6 as DeliveryLogisticsAddressOneOf, b9 as DeliveryTimeSlot, ah as DeltaPaymentOptionType, iA as DeltaPaymentOptionTypeWithLiterals, hH as Deposit, ao as DepositType, iH as DepositTypeWithLiterals, at as DescriptionLine, av as DescriptionLineDescriptionLineValueOneOf, aw as DescriptionLineName, D as DescriptionLineType, hW as DescriptionLineTypeWithLiterals, au as DescriptionLineValueOneOf, eL as DiffmatokyPayload, aG as DigitalFile, hx as Discount, hy as DiscountOneDiscountTypeOneOf, L as DiscountReason, i8 as DiscountReasonWithLiterals, bk as DiscountRule, bl as DiscountRuleName, K as DiscountType, i7 as DiscountTypeWithLiterals, cF as DomainEvent, cG as DomainEventBodyOneOf, g1 as DownloadLinkSent, bv as DraftOrderChangesApplied, fn as DraftOrderCommitSettings, fa as DraftOrderDiffs, fd as DraftOrderDiffsBillingUpdateInfoOneOf, fc as DraftOrderDiffsBuyerUpdateInfoOneOf, fe as DraftOrderDiffsRecipientUpdateInfoOneOf, fb as DraftOrderDiffsShippingUpdateInfoOneOf, dz as Duration, a0 as DurationUnit, ii as DurationUnitWithLiterals, he as Email, ga as EmailEdited, dv as Empty, cH as EntityCreatedEvent, cK as EntityDeletedEvent, cJ as EntityUpdatedEvent, eM as ErrorInformation, hJ as EventMetadata, aS as ExtendedFields, c9 as ExternalReceipt, eh as ExternalReceiptInfo, az as FocalPoint, aL as FreeTrialPeriod, g8 as FulfillerEmailSent, F as FulfillmentStatus, gB as FulfillmentStatusUpdated, i2 as FulfillmentStatusWithLiterals, cl as FulfillmentStatusesAggregate, b2 as FullAddressContactDetails, eN as GetOrderRequest, eO as GetOrderResponse, dA as GetPaymentCollectabilityStatusRequest, dL as GetRefundabilityStatusRequest, dM as GetRefundabilityStatusResponse, gW as GetShipmentsRequest, gX as GetShipmentsResponse, ee as GiftCardPaymentDetails, bU as GiftCardPaymentRefund, hb as IdAndVersion, cN as IdentificationData, cO as IdentificationDataIdOneOf, cz as ImportOrderRequest, cA as ImportOrderResponse, cy as ImportedOrderDeleted, fW as InternalActivity, fX as InternalActivityContentOneOf, ey as InternalDocument, eC as InternalDocumentUpdateByFilterOperation, ez as InternalDocumentUpdateOperation, eP as InternalQueryOrdersRequest, eV as InternalQueryOrdersResponse, eD as InternalUpdateExistingOperation, ai as InventoryAction, iB as InventoryActionWithLiterals, fo as InventoryUpdateDetails, g6 as InvoiceAdded, hn as InvoiceDates, hE as InvoiceDynamicPriceTotals, hc as InvoiceFields, g7 as InvoiceSent, ha as InvoiceSentEvent, ap as InvoiceStatus, iI as InvoiceStatusWithLiterals, hC as InvoicesPayment, fi as ItemChangedDetails, dI as ItemMetadata, aV as ItemModifier, aD as ItemTaxFullDetails, aB as ItemType, I as ItemTypeItemType, aC as ItemTypeItemTypeDataOneOf, hX as ItemTypeItemTypeWithLiterals, hw as ItemizedFee, J as JurisdictionType, hZ as JurisdictionTypeWithLiterals, hp as LineItem, bH as LineItemAmount, by as LineItemChanges, ft as LineItemDelta, fu as LineItemDeltaDeltaOneOf, bC as LineItemDescriptionLineChange, bm as LineItemDiscount, bu as LineItemExchangeData, ht as LineItemMetaData, bD as LineItemModifiersChange, bA as LineItemPriceChange, bB as LineItemProductNameChange, bz as LineItemQuantityChange, N as LineItemQuantityChangeType, i9 as LineItemQuantityChangeTypeWithLiterals, dc as LineItemRefund, en as LineItemRefundSummary, hr as LineItemTax, aF as LineItemTaxBreakdown, aE as LineItemTaxInfo, gr as LineItemUpdate, ho as LineItems, hu as Locale, co as Location, aP as LocationAndQuantity, bI as ManagedAdditionalFee, bF as ManagedDiscount, bE as ManagedLineItem, a4 as ManuallyRefundableReason, im as ManuallyRefundableReasonWithLiterals, gz as MarkAsFulfilledRequest, gA as MarkAsFulfilledResponse, gG as MarkAsUnfulfilledRequest, gH as MarkAsUnfulfilledResponse, dD as MarkOrderAsPaidRequest, dE as MarkOrderAsPaidResponse, gt as MarkOrderAsSeenByHumanRequest, gu as MarkOrderAsSeenByHumanResponse, fT as MaskedOrderLineItem, dT as MembershipChargeItem, dU as MembershipName, ef as MembershipPaymentDetails, bV as MembershipPaymentRefund, ac as MembershipPaymentStatus, iv as MembershipPaymentStatusWithLiterals, bq as MerchantComment, bi as MerchantDiscount, bj as MerchantDiscountMerchantDiscountReasonOneOf, cM as MessageEnvelope, hD as MetaData, aT as ModifierGroup, bt as NewExchangeOrderCreated, a3 as NonRefundableReason, il as NonRefundableReasonWithLiterals, Y as OrderActionType, id as OrderActionTypeWithLiterals, ag as OrderApprovalStrategy, iz as OrderApprovalStrategyWithLiterals, cs as OrderApproved, g0 as OrderCanceled, gw as OrderCanceledEventOrderCanceled, bw as OrderChange, bx as OrderChangeValueOneOf, f4 as OrderCreateNotifications, bs as OrderCreatedFromExchange, f3 as OrderCreationSettings, fq as OrderDeltasCommitted, f_ as OrderFulfilled, cx as OrderImported, cv as OrderItemsRestocked, aq as OrderLineItem, fh as OrderLineItemChangedDetails, f$ as OrderNotFulfilled, fZ as OrderPaid, gc as OrderPartiallyPaid, gd as OrderPending, fY as OrderPlaced, br as OrderRefunded, ge as OrderRejected, cu as OrderRejectedEventOrderRejected, hP as OrderSearchSpec, cp as OrderSettings, cq as OrderSettingsAllowedActionsOneOf, H as OrderStatus, i6 as OrderStatusWithLiterals, be as OrderTaxBreakdown, bd as OrderTaxInfo, e1 as OrderTransactions, ct as OrdersExperiments, e2 as Payment, c2 as PaymentCanceled, c3 as PaymentCanceledPaymentDetailsOneOf, a1 as PaymentCollectabilityStatus, ij as PaymentCollectabilityStatusWithLiterals, iL as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, hM as PaymentCollectionCreatePaymentGatewayOrderOptions, iK as PaymentCollectionMarkOrderAsPaidApplicationErrors, c4 as PaymentDeclined, c5 as PaymentDeclinedPaymentDetailsOneOf, w as PaymentOptionType, hY as PaymentOptionTypeWithLiterals, e3 as PaymentPaymentDetailsOneOf, bZ as PaymentPending, b_ as PaymentPendingPaymentDetailsOneOf, e4 as PaymentReceiptInfoOneOf, dY as PaymentRefund, bX as PaymentRefundFailed, bW as PaymentRefunded, y as PaymentStatus, gR as PaymentStatusUpdated, i1 as PaymentStatusWithLiterals, hB as Payments, hh as Phone, aA as PhysicalProperties, b8 as PickupAddress, b7 as PickupDetails, E as PickupMethod, i5 as PickupMethodWithLiterals, gb as PickupReadyEmailSent, aj as Placement, iC as PlacementWithLiterals, ax as PlainTextValue, eT as PlatformPaging, eW as PlatformPagingMetadata, eQ as PlatformQuery, eR as PlatformQueryPagingMethodOneOf, dw as PreparePaymentCollectionRequest, dm as PreviewBuyerConfirmationEmailRequest, dn as PreviewBuyerConfirmationEmailResponse, dk as PreviewBuyerPaymentsReceivedEmailRequest, dl as PreviewBuyerPaymentsReceivedEmailResponse, dp as PreviewBuyerPickupConfirmationEmailRequest, dq as PreviewBuyerPickupConfirmationEmailResponse, dg as PreviewCancelEmailRequest, dh as PreviewCancelEmailResponse, di as PreviewCancelRefundEmailRequest, dj as PreviewCancelRefundEmailResponse, d7 as PreviewEmailByTypeRequest, d8 as PreviewEmailByTypeResponse, _ as PreviewEmailType, ig as PreviewEmailTypeWithLiterals, d9 as PreviewRefundEmailRequest, df as PreviewRefundEmailResponse, dt as PreviewResendDownloadLinksEmailRequest, du as PreviewResendDownloadLinksEmailResponse, dr as PreviewShippingConfirmationEmailRequest, ds as PreviewShippingConfirmationEmailResponse, aO as PriceDescription, aZ as PriceSummary, ar as ProductName, gh as PublicActivity, gi as PublicActivityContentOneOf, eY as QueryOrderRequest, eZ as QueryOrderResponse, hf as QuotesAddress, a9 as Reason, is as ReasonWithLiterals, c6 as ReceiptCreated, c7 as ReceiptCreatedReceiptInfoOneOf, ca as ReceiptSent, cb as ReceiptSentReceiptInfoOneOf, iJ as RecordManuallyCollectedPaymentApplicationErrors, dB as RecordManuallyCollectedPaymentRequest, dC as RecordManuallyCollectedPaymentResponse, dx as RedirectUrls, ei as Refund, da as RefundDetails, bQ as RefundInitiated, db as RefundItem, em as RefundItemsBreakdown, dZ as RefundSideEffects, ad as RefundStatus, ek as RefundStatusInfo, iw as RefundStatusWithLiterals, ej as RefundTransaction, dN as Refundability, dO as RefundabilityAdditionalRefundabilityInfoOneOf, a2 as RefundableStatus, ik as RefundableStatusWithLiterals, bY as RefundedAsStoreCredit, bR as RefundedPayment, bS as RefundedPaymentKindOneOf, b$ as RegularPayment, e5 as RegularPaymentDetails, e6 as RegularPaymentDetailsPaymentMethodDetailsOneOf, c0 as RegularPaymentPaymentMethodDetailsOneOf, bT as RegularPaymentRefund, h9 as Reschedule, d_ as RestockInfo, d$ as RestockItem, a5 as RestockType, io as RestockTypeWithLiterals, cI as RestoreInfo, bM as SavedPaymentMethod, $ as ScheduledAction, ih as ScheduledActionWithLiterals, e_ as SearchOrdersRequest, cP as SendBuyerConfirmationEmailRequest, cQ as SendBuyerConfirmationEmailResponse, cR as SendBuyerPaymentsReceivedEmailRequest, cS as SendBuyerPaymentsReceivedEmailResponse, cT as SendBuyerPickupConfirmationEmailRequest, cU as SendBuyerPickupConfirmationEmailResponse, cX as SendBuyerShippingConfirmationEmailRequest, cY as SendBuyerShippingConfirmationEmailResponse, d1 as SendCancelRefundEmailRequest, d2 as SendCancelRefundEmailResponse, c$ as SendMerchantOrderReceivedNotificationRequest, d0 as SendMerchantOrderReceivedNotificationResponse, d5 as SendMerchantOrderReceivedPushRequest, d6 as SendMerchantOrderReceivedPushResponse, d3 as SendRefundEmailRequest, d4 as SendRefundEmailResponse, dV as ServiceProperties, hK as SetOrderNumberCounterOptions, cB as SetOrderNumberCounterRequest, cC as SetOrderNumberCounterResponse, g9 as ShippingAddressEdited, g5 as ShippingConfirmationEmailSent, bL as ShippingInformation, bK as ShippingInformationChange, ba as ShippingPrice, de as ShippingRefund, bb as ShippingRegion, af as SortOrder, iy as SortOrderWithLiterals, eS as Sorting, hs as Source, al as SourceType, iE as SourceTypeWithLiterals, hm as StandardDetails, b0 as StreetAddress, hl as Subdivision, ak as SubdivisionType, iD as SubdivisionTypeWithLiterals, aJ as SubscriptionDescription, x as SubscriptionFrequency, h_ as SubscriptionFrequencyWithLiterals, aH as SubscriptionInfo, aK as SubscriptionSettings, aI as SubscriptionTitle, cn as TagList, cm as Tags, h3 as Task, h5 as TaskAction, h6 as TaskActionActionOneOf, h4 as TaskKey, bc as TaxSummary, aQ as TaxableAddress, aR as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, i0 as TaxableAddressTypeWithLiterals, hv as TotalPrice, bJ as TotalPriceChange, g4 as TrackingLinkAdded, g2 as TrackingNumberAdded, g3 as TrackingNumberEdited, a6 as TransactionStatus, ip as TransactionStatusWithLiterals, aU as TranslatableString, bG as TranslatedValue, iM as TriggerRefundApplicationErrors, hO as TriggerRefundOptions, dX as TriggerRefundRequest, e0 as TriggerRefundResponse, eK as TriggerReindexOrderRequest, eH as TriggerReindexRequest, eI as TriggerReindexResponse, fB as UnArchiveOrderRequest, fC as UnArchiveOrderResponse, hT as UpdateActivityIdentifiers, gm as UpdateActivityRequest, gn as UpdateActivityResponse, fO as UpdateBillingContactDetailsRequest, fP as UpdateBillingContactDetailsResponse, fK as UpdateBuyerEmailRequest, fL as UpdateBuyerEmailResponse, fH as UpdateBuyerInfoRequest, fJ as UpdateBuyerInfoResponse, ew as UpdateInternalDocumentsEvent, ex as UpdateInternalDocumentsEventOperationOneOf, gq as UpdateLineItemsDescriptionLinesRequest, gs as UpdateLineItemsDescriptionLinesResponse, hS as UpdateOrderLineItem, hR as UpdateOrderLineItemIdentifiers, fQ as UpdateOrderLineItemRequest, fR as UpdateOrderLineItemResponse, fS as UpdateOrderLineItemsRequest, fU as UpdateOrderLineItemsResponse, f6 as UpdateOrderRequest, f7 as UpdateOrderResponse, fM as UpdateOrderShippingAddressRequest, fN as UpdateOrderShippingAddressResponse, iO as UpdateOrderStatusApplicationErrors, gx as UpdateOrderStatusRequest, gy as UpdateOrderStatusResponse, gS as V1BulkMarkOrdersAsPaidRequest, gT as V1BulkMarkOrdersAsPaidResponse, gU as V1CreatePaymentGatewayOrderRequest, gV as V1CreatePaymentGatewayOrderResponse, ff as V1LineItemDelta, fg as V1LineItemDeltaDeltaOneOf, gP as V1MarkOrderAsPaidRequest, gQ as V1MarkOrderAsPaidResponse, cw as V1RestockItem, ec as V1ScheduledAction, b4 as V1ShippingInformation, hG as Value, an as ValueType, iG as ValueTypeWithLiterals, b3 as VatId, z as VatType, i4 as VatTypeWithLiterals, eF as VersionedDeleteByIdsOperation, eG as VersionedDocumentId, eE as VersionedDocumentUpdateOperation, ae as VersioningMode, ix as VersioningModeWithLiterals, es as VoidAuthorizedPaymentsRequest, Z as WebhookIdentityType, ie as WebhookIdentityTypeWithLiterals, W as WeightUnit, i3 as WeightUnitWithLiterals, c8 as WixReceipt, eg as WixReceiptInfo } from './ecom-v1-order-orders.universal-CzvHFP5d.mjs';
2
+ import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, m as CancelOrderOptions, n as CancelOrderResponse, o as CancelOrderApplicationErrors, p as BulkUpdateOrderTagsOptions, q as BulkUpdateOrderTagsResponse, r as OrderApprovedEnvelope, s as OrderUpdatedEnvelope, t as OrderCanceledEnvelope, u as OrderCreatedEnvelope, v as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-dYs5mWPr.mjs';
3
+ export { cL as ActionEvent, aa as ActionType, it as ActionTypeWithLiterals, bn as Activity, bo as ActivityContentOneOf, Q as ActivityType, ia as ActivityTypeWithLiterals, gk as AddActivitiesRequest, gl as AddActivitiesResponse, gg as AddActivityRequest, gj as AddActivityResponse, fV as AddInternalActivityRequest, gf as AddInternalActivityResponse, ck as AdditionalFee, fl as AdditionalFeeDelta, fm as AdditionalFeeDeltaDeltaOneOf, dd as AdditionalFeeRefund, a$ as Address, hg as AddressDescription, b1 as AddressLocation, a_ as AddressWithContact, A as AdjustmentType, h$ as AdjustmentTypeWithLiterals, hV as AggregateOrdersOptions, gY as AggregateOrdersRequest, gZ as AggregateOrdersResponse, el as AggregatedRefundSummary, dJ as ApplicationError, bf as AppliedDiscount, fj as AppliedDiscountDelta, fk as AppliedDiscountDeltaDeltaOneOf, bg as AppliedDiscountDiscountSourceOneOf, fv as ArchiveOrderRequest, fw as ArchiveOrderResponse, R as AttributionSource, ib as AttributionSourceWithLiterals, ea as AuthorizationActionFailureDetails, e9 as AuthorizationCapture, a7 as AuthorizationCaptureStatus, iq as AuthorizationCaptureStatusWithLiterals, e8 as AuthorizationDetails, eb as AuthorizationVoid, a8 as AuthorizationVoidStatus, ir as AuthorizationVoidStatusWithLiterals, bO as AuthorizedPaymentCaptured, bN as AuthorizedPaymentCreated, bP as AuthorizedPaymentVoided, cj as Balance, ci as BalanceSummary, hI as BaseEventMetadata, eJ as BatchOfTriggerReindexOrderRequest, hq as BigDecimalWrapper, aM as BillingAdjustment, aN as BillingAdjustmentPriceSummary, dK as BulkActionMetadata, fz as BulkArchiveOrdersByFilterRequest, fA as BulkArchiveOrdersByFilterResponse, fx as BulkArchiveOrdersRequest, fy as BulkArchiveOrdersResponse, hL as BulkDeleteImportedOrdersOptions, cD as BulkDeleteImportedOrdersRequest, cE as BulkDeleteImportedOrdersResponse, gE as BulkMarkAsFulfilledByFilterRequest, gF as BulkMarkAsFulfilledByFilterResponse, gC as BulkMarkAsFulfilledRequest, gD as BulkMarkAsFulfilledResponse, gK as BulkMarkAsUnfulfilledByFilterRequest, gL as BulkMarkAsUnfulfilledByFilterResponse, gI as BulkMarkAsUnfulfilledRequest, gJ as BulkMarkAsUnfulfilledResponse, dF as BulkMarkOrdersAsPaidRequest, dG as BulkMarkOrdersAsPaidResponse, dH as BulkOrderResult, cV as BulkSendBuyerPickupConfirmationEmailsRequest, cW as BulkSendBuyerPickupConfirmationEmailsResponse, cZ as BulkSendBuyerShippingConfirmationEmailsRequest, c_ as BulkSendBuyerShippingConfirmationEmailsResponse, gM as BulkSetBusinessLocationRequest, gN as BulkSetBusinessLocationResponse, gO as BulkSetBusinessLocationResult, fF as BulkUnArchiveOrdersByFilterRequest, fG as BulkUnArchiveOrdersByFilterResponse, fD as BulkUnArchiveOrdersRequest, fE as BulkUnArchiveOrdersResponse, h1 as BulkUpdateOrderTagsRequest, h2 as BulkUpdateOrderTagsResult, f8 as BulkUpdateOrdersRequest, aW as BuyerInfo, aX as BuyerInfoIdOneOf, fI as BuyerInfoUpdate, ep as CalculateRefundItemRequest, er as CalculateRefundItemResponse, eo as CalculateRefundRequest, eq as CalculateRefundResponse, hA as CalculatedTax, hz as CalculatedTaxes, h8 as Cancel, gv as CancelOrderRequest, et as CaptureAuthorizedPaymentsRequest, as as CatalogReference, cg as ChannelInfo, X as ChannelType, ic as ChannelTypeWithLiterals, hN as ChargeMembershipsOptions, dS as ChargeMembershipsRequest, dW as ChargeMembershipsResponse, eu as ChargeSavedPaymentMethodRequest, ev as ChargeSavedPaymentMethodResponse, ed as Chargeback, cc as ChargebackCreated, cd as ChargebackReversed, ab as ChargebackStatus, iu as ChargebackStatusWithLiterals, dQ as ChargedBy, ay as Color, iN as CommitDeltasApplicationErrors, hQ as CommitDeltasOptions, f9 as CommitDeltasRequest, fp as CommitDeltasResponse, fr as CommittedDiffs, fs as CommittedDiffsShippingUpdateInfoOneOf, hj as CommonAddress, hk as CommonAddressStreetOneOf, iP as CommonSearchWithEntityContext, hi as Company, h7 as Complete, bh as Coupon, f2 as CreateOrderRequest, f5 as CreateOrderResponse, dP as CreatePaymentGatewayOrderRequest, dR as CreatePaymentGatewayOrderResponse, ce as CreatedBy, cf as CreatedByStringOneOf, c1 as CreditCardDetails, e7 as CreditCardPaymentMethodDetails, aY as CurrencyConversionDetails, eU as CursorPaging, f1 as CursorPagingMetadata, e$ as CursorSearch, f0 as CursorSearchPagingMethodOneOf, eX as Cursors, bp as CustomActivity, cr as CustomAllowedActions, ch as CustomField, am as CustomFieldGroup, iF as CustomFieldGroupWithLiterals, hF as CustomFieldValue, hd as Customer, g$ as DecrementData, g_ as DecrementItemsQuantityRequest, h0 as DecrementItemsQuantityResponse, dy as DelayedCaptureSettings, hU as DeleteActivityIdentifiers, go as DeleteActivityRequest, gp as DeleteActivityResponse, eB as DeleteByFilterOperation, eA as DeleteByIdsOperation, b5 as DeliveryLogistics, b6 as DeliveryLogisticsAddressOneOf, b9 as DeliveryTimeSlot, ah as DeltaPaymentOptionType, iA as DeltaPaymentOptionTypeWithLiterals, hH as Deposit, ao as DepositType, iH as DepositTypeWithLiterals, at as DescriptionLine, av as DescriptionLineDescriptionLineValueOneOf, aw as DescriptionLineName, D as DescriptionLineType, hW as DescriptionLineTypeWithLiterals, au as DescriptionLineValueOneOf, eL as DiffmatokyPayload, aG as DigitalFile, hx as Discount, hy as DiscountOneDiscountTypeOneOf, L as DiscountReason, i8 as DiscountReasonWithLiterals, bk as DiscountRule, bl as DiscountRuleName, K as DiscountType, i7 as DiscountTypeWithLiterals, cF as DomainEvent, cG as DomainEventBodyOneOf, g1 as DownloadLinkSent, bv as DraftOrderChangesApplied, fn as DraftOrderCommitSettings, fa as DraftOrderDiffs, fd as DraftOrderDiffsBillingUpdateInfoOneOf, fc as DraftOrderDiffsBuyerUpdateInfoOneOf, fe as DraftOrderDiffsRecipientUpdateInfoOneOf, fb as DraftOrderDiffsShippingUpdateInfoOneOf, dz as Duration, a0 as DurationUnit, ii as DurationUnitWithLiterals, he as Email, ga as EmailEdited, dv as Empty, cH as EntityCreatedEvent, cK as EntityDeletedEvent, cJ as EntityUpdatedEvent, eM as ErrorInformation, hJ as EventMetadata, aS as ExtendedFields, c9 as ExternalReceipt, eh as ExternalReceiptInfo, az as FocalPoint, aL as FreeTrialPeriod, g8 as FulfillerEmailSent, F as FulfillmentStatus, gB as FulfillmentStatusUpdated, i2 as FulfillmentStatusWithLiterals, cl as FulfillmentStatusesAggregate, b2 as FullAddressContactDetails, eN as GetOrderRequest, eO as GetOrderResponse, dA as GetPaymentCollectabilityStatusRequest, dL as GetRefundabilityStatusRequest, dM as GetRefundabilityStatusResponse, gW as GetShipmentsRequest, gX as GetShipmentsResponse, ee as GiftCardPaymentDetails, bU as GiftCardPaymentRefund, hb as IdAndVersion, cN as IdentificationData, cO as IdentificationDataIdOneOf, cz as ImportOrderRequest, cA as ImportOrderResponse, cy as ImportedOrderDeleted, fW as InternalActivity, fX as InternalActivityContentOneOf, ey as InternalDocument, eC as InternalDocumentUpdateByFilterOperation, ez as InternalDocumentUpdateOperation, eP as InternalQueryOrdersRequest, eV as InternalQueryOrdersResponse, eD as InternalUpdateExistingOperation, ai as InventoryAction, iB as InventoryActionWithLiterals, fo as InventoryUpdateDetails, g6 as InvoiceAdded, hn as InvoiceDates, hE as InvoiceDynamicPriceTotals, hc as InvoiceFields, g7 as InvoiceSent, ha as InvoiceSentEvent, ap as InvoiceStatus, iI as InvoiceStatusWithLiterals, hC as InvoicesPayment, fi as ItemChangedDetails, dI as ItemMetadata, aV as ItemModifier, aD as ItemTaxFullDetails, aB as ItemType, aC as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, hX as ItemTypePresetWithLiterals, hw as ItemizedFee, J as JurisdictionType, hZ as JurisdictionTypeWithLiterals, hp as LineItem, bH as LineItemAmount, by as LineItemChanges, ft as LineItemDelta, fu as LineItemDeltaDeltaOneOf, bC as LineItemDescriptionLineChange, bm as LineItemDiscount, bu as LineItemExchangeData, ht as LineItemMetaData, bD as LineItemModifiersChange, bA as LineItemPriceChange, bB as LineItemProductNameChange, bz as LineItemQuantityChange, N as LineItemQuantityChangeType, i9 as LineItemQuantityChangeTypeWithLiterals, dc as LineItemRefund, en as LineItemRefundSummary, hr as LineItemTax, aF as LineItemTaxBreakdown, aE as LineItemTaxInfo, gr as LineItemUpdate, ho as LineItems, hu as Locale, co as Location, aP as LocationAndQuantity, bI as ManagedAdditionalFee, bF as ManagedDiscount, bE as ManagedLineItem, a4 as ManuallyRefundableReason, im as ManuallyRefundableReasonWithLiterals, gz as MarkAsFulfilledRequest, gA as MarkAsFulfilledResponse, gG as MarkAsUnfulfilledRequest, gH as MarkAsUnfulfilledResponse, dD as MarkOrderAsPaidRequest, dE as MarkOrderAsPaidResponse, gt as MarkOrderAsSeenByHumanRequest, gu as MarkOrderAsSeenByHumanResponse, fT as MaskedOrderLineItem, dT as MembershipChargeItem, dU as MembershipName, ef as MembershipPaymentDetails, bV as MembershipPaymentRefund, ac as MembershipPaymentStatus, iv as MembershipPaymentStatusWithLiterals, bq as MerchantComment, bi as MerchantDiscount, bj as MerchantDiscountMerchantDiscountReasonOneOf, cM as MessageEnvelope, hD as MetaData, aT as ModifierGroup, bt as NewExchangeOrderCreated, a3 as NonRefundableReason, il as NonRefundableReasonWithLiterals, Y as OrderActionType, id as OrderActionTypeWithLiterals, ag as OrderApprovalStrategy, iz as OrderApprovalStrategyWithLiterals, cs as OrderApproved, g0 as OrderCanceled, gw as OrderCanceledEventOrderCanceled, bw as OrderChange, bx as OrderChangeValueOneOf, f4 as OrderCreateNotifications, bs as OrderCreatedFromExchange, f3 as OrderCreationSettings, fq as OrderDeltasCommitted, f_ as OrderFulfilled, cx as OrderImported, cv as OrderItemsRestocked, aq as OrderLineItem, fh as OrderLineItemChangedDetails, f$ as OrderNotFulfilled, fZ as OrderPaid, gc as OrderPartiallyPaid, gd as OrderPending, fY as OrderPlaced, br as OrderRefunded, ge as OrderRejected, cu as OrderRejectedEventOrderRejected, hP as OrderSearchSpec, cp as OrderSettings, cq as OrderSettingsAllowedActionsOneOf, H as OrderStatus, i6 as OrderStatusWithLiterals, be as OrderTaxBreakdown, bd as OrderTaxInfo, e1 as OrderTransactions, ct as OrdersExperiments, e2 as Payment, c2 as PaymentCanceled, c3 as PaymentCanceledPaymentDetailsOneOf, a1 as PaymentCollectabilityStatus, ij as PaymentCollectabilityStatusWithLiterals, iL as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, hM as PaymentCollectionCreatePaymentGatewayOrderOptions, iK as PaymentCollectionMarkOrderAsPaidApplicationErrors, c4 as PaymentDeclined, c5 as PaymentDeclinedPaymentDetailsOneOf, w as PaymentOptionType, hY as PaymentOptionTypeWithLiterals, e3 as PaymentPaymentDetailsOneOf, bZ as PaymentPending, b_ as PaymentPendingPaymentDetailsOneOf, e4 as PaymentReceiptInfoOneOf, dY as PaymentRefund, bX as PaymentRefundFailed, bW as PaymentRefunded, y as PaymentStatus, gR as PaymentStatusUpdated, i1 as PaymentStatusWithLiterals, hB as Payments, hh as Phone, aA as PhysicalProperties, b8 as PickupAddress, b7 as PickupDetails, E as PickupMethod, i5 as PickupMethodWithLiterals, gb as PickupReadyEmailSent, aj as Placement, iC as PlacementWithLiterals, ax as PlainTextValue, eT as PlatformPaging, eW as PlatformPagingMetadata, eQ as PlatformQuery, eR as PlatformQueryPagingMethodOneOf, dw as PreparePaymentCollectionRequest, dm as PreviewBuyerConfirmationEmailRequest, dn as PreviewBuyerConfirmationEmailResponse, dk as PreviewBuyerPaymentsReceivedEmailRequest, dl as PreviewBuyerPaymentsReceivedEmailResponse, dp as PreviewBuyerPickupConfirmationEmailRequest, dq as PreviewBuyerPickupConfirmationEmailResponse, dg as PreviewCancelEmailRequest, dh as PreviewCancelEmailResponse, di as PreviewCancelRefundEmailRequest, dj as PreviewCancelRefundEmailResponse, d7 as PreviewEmailByTypeRequest, d8 as PreviewEmailByTypeResponse, _ as PreviewEmailType, ig as PreviewEmailTypeWithLiterals, d9 as PreviewRefundEmailRequest, df as PreviewRefundEmailResponse, dt as PreviewResendDownloadLinksEmailRequest, du as PreviewResendDownloadLinksEmailResponse, dr as PreviewShippingConfirmationEmailRequest, ds as PreviewShippingConfirmationEmailResponse, aO as PriceDescription, aZ as PriceSummary, ar as ProductName, gh as PublicActivity, gi as PublicActivityContentOneOf, eY as QueryOrderRequest, eZ as QueryOrderResponse, hf as QuotesAddress, a9 as Reason, is as ReasonWithLiterals, c6 as ReceiptCreated, c7 as ReceiptCreatedReceiptInfoOneOf, ca as ReceiptSent, cb as ReceiptSentReceiptInfoOneOf, iJ as RecordManuallyCollectedPaymentApplicationErrors, dB as RecordManuallyCollectedPaymentRequest, dC as RecordManuallyCollectedPaymentResponse, dx as RedirectUrls, ei as Refund, da as RefundDetails, bQ as RefundInitiated, db as RefundItem, em as RefundItemsBreakdown, dZ as RefundSideEffects, ad as RefundStatus, ek as RefundStatusInfo, iw as RefundStatusWithLiterals, ej as RefundTransaction, dN as Refundability, dO as RefundabilityAdditionalRefundabilityInfoOneOf, a2 as RefundableStatus, ik as RefundableStatusWithLiterals, bY as RefundedAsStoreCredit, bR as RefundedPayment, bS as RefundedPaymentKindOneOf, b$ as RegularPayment, e5 as RegularPaymentDetails, e6 as RegularPaymentDetailsPaymentMethodDetailsOneOf, c0 as RegularPaymentPaymentMethodDetailsOneOf, bT as RegularPaymentRefund, h9 as Reschedule, d_ as RestockInfo, d$ as RestockItem, a5 as RestockType, io as RestockTypeWithLiterals, cI as RestoreInfo, bM as SavedPaymentMethod, $ as ScheduledAction, ih as ScheduledActionWithLiterals, e_ as SearchOrdersRequest, cP as SendBuyerConfirmationEmailRequest, cQ as SendBuyerConfirmationEmailResponse, cR as SendBuyerPaymentsReceivedEmailRequest, cS as SendBuyerPaymentsReceivedEmailResponse, cT as SendBuyerPickupConfirmationEmailRequest, cU as SendBuyerPickupConfirmationEmailResponse, cX as SendBuyerShippingConfirmationEmailRequest, cY as SendBuyerShippingConfirmationEmailResponse, d1 as SendCancelRefundEmailRequest, d2 as SendCancelRefundEmailResponse, c$ as SendMerchantOrderReceivedNotificationRequest, d0 as SendMerchantOrderReceivedNotificationResponse, d5 as SendMerchantOrderReceivedPushRequest, d6 as SendMerchantOrderReceivedPushResponse, d3 as SendRefundEmailRequest, d4 as SendRefundEmailResponse, dV as ServiceProperties, hK as SetOrderNumberCounterOptions, cB as SetOrderNumberCounterRequest, cC as SetOrderNumberCounterResponse, g9 as ShippingAddressEdited, g5 as ShippingConfirmationEmailSent, bL as ShippingInformation, bK as ShippingInformationChange, ba as ShippingPrice, de as ShippingRefund, bb as ShippingRegion, af as SortOrder, iy as SortOrderWithLiterals, eS as Sorting, hs as Source, al as SourceType, iE as SourceTypeWithLiterals, hm as StandardDetails, b0 as StreetAddress, hl as Subdivision, ak as SubdivisionType, iD as SubdivisionTypeWithLiterals, aJ as SubscriptionDescription, x as SubscriptionFrequency, h_ as SubscriptionFrequencyWithLiterals, aH as SubscriptionInfo, aK as SubscriptionSettings, aI as SubscriptionTitle, cn as TagList, cm as Tags, h3 as Task, h5 as TaskAction, h6 as TaskActionActionOneOf, h4 as TaskKey, bc as TaxSummary, aQ as TaxableAddress, aR as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, i0 as TaxableAddressTypeWithLiterals, hv as TotalPrice, bJ as TotalPriceChange, g4 as TrackingLinkAdded, g2 as TrackingNumberAdded, g3 as TrackingNumberEdited, a6 as TransactionStatus, ip as TransactionStatusWithLiterals, aU as TranslatableString, bG as TranslatedValue, iM as TriggerRefundApplicationErrors, hO as TriggerRefundOptions, dX as TriggerRefundRequest, e0 as TriggerRefundResponse, eK as TriggerReindexOrderRequest, eH as TriggerReindexRequest, eI as TriggerReindexResponse, fB as UnArchiveOrderRequest, fC as UnArchiveOrderResponse, hT as UpdateActivityIdentifiers, gm as UpdateActivityRequest, gn as UpdateActivityResponse, fO as UpdateBillingContactDetailsRequest, fP as UpdateBillingContactDetailsResponse, fK as UpdateBuyerEmailRequest, fL as UpdateBuyerEmailResponse, fH as UpdateBuyerInfoRequest, fJ as UpdateBuyerInfoResponse, ew as UpdateInternalDocumentsEvent, ex as UpdateInternalDocumentsEventOperationOneOf, gq as UpdateLineItemsDescriptionLinesRequest, gs as UpdateLineItemsDescriptionLinesResponse, hS as UpdateOrderLineItem, hR as UpdateOrderLineItemIdentifiers, fQ as UpdateOrderLineItemRequest, fR as UpdateOrderLineItemResponse, fS as UpdateOrderLineItemsRequest, fU as UpdateOrderLineItemsResponse, f6 as UpdateOrderRequest, f7 as UpdateOrderResponse, fM as UpdateOrderShippingAddressRequest, fN as UpdateOrderShippingAddressResponse, iO as UpdateOrderStatusApplicationErrors, gx as UpdateOrderStatusRequest, gy as UpdateOrderStatusResponse, gS as V1BulkMarkOrdersAsPaidRequest, gT as V1BulkMarkOrdersAsPaidResponse, gU as V1CreatePaymentGatewayOrderRequest, gV as V1CreatePaymentGatewayOrderResponse, ff as V1LineItemDelta, fg as V1LineItemDeltaDeltaOneOf, gP as V1MarkOrderAsPaidRequest, gQ as V1MarkOrderAsPaidResponse, cw as V1RestockItem, ec as V1ScheduledAction, b4 as V1ShippingInformation, hG as Value, an as ValueType, iG as ValueTypeWithLiterals, b3 as VatId, z as VatType, i4 as VatTypeWithLiterals, eF as VersionedDeleteByIdsOperation, eG as VersionedDocumentId, eE as VersionedDocumentUpdateOperation, ae as VersioningMode, ix as VersioningModeWithLiterals, es as VoidAuthorizedPaymentsRequest, Z as WebhookIdentityType, ie as WebhookIdentityTypeWithLiterals, W as WeightUnit, i3 as WeightUnitWithLiterals, c8 as WixReceipt, eg as WixReceiptInfo } from './ecom-v1-order-orders.universal-dYs5mWPr.mjs';
4
4
 
5
5
  declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
6
6
  interface PreparePaymentCollectionSignature {
@@ -1711,14 +1711,14 @@ var DescriptionLineType = /* @__PURE__ */ ((DescriptionLineType2) => {
1711
1711
  DescriptionLineType2["COLOR"] = "COLOR";
1712
1712
  return DescriptionLineType2;
1713
1713
  })(DescriptionLineType || {});
1714
- var ItemTypeItemType = /* @__PURE__ */ ((ItemTypeItemType2) => {
1715
- ItemTypeItemType2["UNRECOGNISED"] = "UNRECOGNISED";
1716
- ItemTypeItemType2["PHYSICAL"] = "PHYSICAL";
1717
- ItemTypeItemType2["DIGITAL"] = "DIGITAL";
1718
- ItemTypeItemType2["GIFT_CARD"] = "GIFT_CARD";
1719
- ItemTypeItemType2["SERVICE"] = "SERVICE";
1720
- return ItemTypeItemType2;
1721
- })(ItemTypeItemType || {});
1714
+ var ItemTypePreset = /* @__PURE__ */ ((ItemTypePreset2) => {
1715
+ ItemTypePreset2["UNRECOGNISED"] = "UNRECOGNISED";
1716
+ ItemTypePreset2["PHYSICAL"] = "PHYSICAL";
1717
+ ItemTypePreset2["DIGITAL"] = "DIGITAL";
1718
+ ItemTypePreset2["GIFT_CARD"] = "GIFT_CARD";
1719
+ ItemTypePreset2["SERVICE"] = "SERVICE";
1720
+ return ItemTypePreset2;
1721
+ })(ItemTypePreset || {});
1722
1722
  var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
1723
1723
  PaymentOptionType2["FULL_PAYMENT_ONLINE"] = "FULL_PAYMENT_ONLINE";
1724
1724
  PaymentOptionType2["FULL_PAYMENT_OFFLINE"] = "FULL_PAYMENT_OFFLINE";
@@ -3783,7 +3783,7 @@ export {
3783
3783
  FulfillmentStatus,
3784
3784
  InventoryAction,
3785
3785
  InvoiceStatus,
3786
- ItemTypeItemType,
3786
+ ItemTypePreset,
3787
3787
  JurisdictionType,
3788
3788
  LineItemQuantityChangeType,
3789
3789
  ManuallyRefundableReason,