@wix/auto_sdk_ecom_orders 1.0.205 → 1.0.207

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