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