@wix/auto_sdk_ecom_orders 1.0.111 → 1.0.113

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