@wix/auto_sdk_ecom_orders 1.0.135 → 1.0.136

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