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