@wix/auto_sdk_ecom_orders 1.0.264 → 1.0.265

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