@wix/auto_sdk_ecom_orders 1.0.82 → 1.0.84

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.
@@ -1,4 +1,4 @@
1
- import { dL as PreparePaymentCollectionRequest$1, b as PreparePaymentCollectionResponse$1, dP as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, dQ as RecordManuallyCollectedPaymentRequest$1, dR as RecordManuallyCollectedPaymentResponse$1, dS as MarkOrderAsPaidRequest$1, M as MarkOrderAsPaidResponse$1, dT as BulkMarkOrdersAsPaidRequest$1, B as BulkMarkOrdersAsPaidResponse$1, dY as GetRefundabilityStatusRequest$1, e as GetRefundabilityStatusResponse$1, d$ as CreatePaymentGatewayOrderRequest$1, C as CreatePaymentGatewayOrderResponse$1, e1 as ChargeMembershipsRequest$1, e5 as ChargeMembershipsResponse$1, e6 as TriggerRefundRequest$1, j as TriggerRefundResponse$1, eB as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, eC as CaptureAuthorizedPaymentsRequest$1, n as CaptureAuthorizedPaymentsResponse$1, eZ as GetOrderRequest$1, e_ as GetOrderResponse$1, fa as SearchOrdersRequest$1, S as SearchOrdersResponse$1, fe as CreateOrderRequest$1, fh as CreateOrderResponse$1, fi as UpdateOrderRequest$1, fj as UpdateOrderResponse$1, fk as BulkUpdateOrdersRequest$1, w as BulkUpdateOrdersResponse$1, fl as CommitDeltasRequest$1, y as CommitDeltasResponse$1, f$ as UpdateOrderLineItemRequest$1, E as UpdateOrderLineItemResponse$1, gq as AddActivityRequest$1, H as AddActivityResponse$1, gu as UpdateActivityRequest$1, J as UpdateActivityResponse$1, gv as DeleteActivityRequest$1, L as DeleteActivityResponse$1, gB as CancelOrderRequest$1, Q as CancelOrderResponse$1, gD as UpdateOrderStatusRequest$1, Y as UpdateOrderStatusResponse$1, h1 as AggregateOrdersRequest$1, $ as AggregateOrdersResponse$1, h5 as BulkUpdateOrderTagsRequest$1, a1 as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-DcxqR3rD.js';
1
+ import { dL as PreparePaymentCollectionRequest$1, b as PreparePaymentCollectionResponse$1, dP as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, dQ as RecordManuallyCollectedPaymentRequest$1, dR as RecordManuallyCollectedPaymentResponse$1, dS as MarkOrderAsPaidRequest$1, M as MarkOrderAsPaidResponse$1, dT as BulkMarkOrdersAsPaidRequest$1, B as BulkMarkOrdersAsPaidResponse$1, dY as GetRefundabilityStatusRequest$1, e as GetRefundabilityStatusResponse$1, d$ as CreatePaymentGatewayOrderRequest$1, C as CreatePaymentGatewayOrderResponse$1, e1 as ChargeMembershipsRequest$1, e5 as ChargeMembershipsResponse$1, e6 as TriggerRefundRequest$1, j as TriggerRefundResponse$1, eB as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, eC as CaptureAuthorizedPaymentsRequest$1, n as CaptureAuthorizedPaymentsResponse$1, eZ as GetOrderRequest$1, e_ as GetOrderResponse$1, fa as SearchOrdersRequest$1, S as SearchOrdersResponse$1, fe as CreateOrderRequest$1, fh as CreateOrderResponse$1, fi as UpdateOrderRequest$1, fj as UpdateOrderResponse$1, fk as BulkUpdateOrdersRequest$1, w as BulkUpdateOrdersResponse$1, fl as CommitDeltasRequest$1, y as CommitDeltasResponse$1, f$ as UpdateOrderLineItemRequest$1, E as UpdateOrderLineItemResponse$1, gq as AddActivityRequest$1, H as AddActivityResponse$1, gu as UpdateActivityRequest$1, J as UpdateActivityResponse$1, gv as DeleteActivityRequest$1, L as DeleteActivityResponse$1, gB as CancelOrderRequest$1, Q as CancelOrderResponse$1, gD as UpdateOrderStatusRequest$1, Y as UpdateOrderStatusResponse$1, h1 as AggregateOrdersRequest$1, $ as AggregateOrdersResponse$1, h5 as BulkUpdateOrderTagsRequest$1, a1 as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-qMwiz6N6.js';
2
2
  import '@wix/sdk-types';
3
3
 
4
4
  interface Order {
@@ -599,14 +599,11 @@ interface SubscriptionInfo {
599
599
  * @format GUID
600
600
  */
601
601
  id?: string | null;
602
- /**
603
- * Subscription cycle. For example, if this order is for the 3rd cycle of a subscription, value will be `3`.
604
- * @min 1
605
- */
602
+ /** Subscription cycle. For example, if this order is for the 3rd cycle of a subscription, value will be `3`. */
606
603
  cycleNumber?: number;
607
604
  /**
608
605
  * Subscription option title. For example, `"Monthly coffee Subscription"`.
609
- * @maxLength 20
606
+ * @maxLength 150
610
607
  * @deprecated Subscription option title. For example, `"Monthly coffee Subscription"`.
611
608
  * @replacedBy title
612
609
  * @targetRemovalDate 2025-10-01
@@ -614,7 +611,7 @@ interface SubscriptionInfo {
614
611
  subscriptionOptionTitle?: string;
615
612
  /**
616
613
  * Subscription option description. For example, `"1kg of selected coffee, once a month"`.
617
- * @maxLength 60
614
+ * @maxLength 500
618
615
  * @deprecated Subscription option description. For example, `"1kg of selected coffee, once a month"`.
619
616
  * @replacedBy description
620
617
  * @targetRemovalDate 2025-10-01
@@ -613,14 +613,11 @@ interface SubscriptionInfo {
613
613
  * @format GUID
614
614
  */
615
615
  _id?: string | null;
616
- /**
617
- * Subscription cycle. For example, if this order is for the 3rd cycle of a subscription, value will be `3`.
618
- * @min 1
619
- */
616
+ /** Subscription cycle. For example, if this order is for the 3rd cycle of a subscription, value will be `3`. */
620
617
  cycleNumber?: number;
621
618
  /**
622
619
  * Subscription option title. For example, `"Monthly coffee Subscription"`.
623
- * @maxLength 20
620
+ * @maxLength 150
624
621
  * @deprecated Subscription option title. For example, `"Monthly coffee Subscription"`.
625
622
  * @replacedBy title
626
623
  * @targetRemovalDate 2025-10-01
@@ -633,7 +630,7 @@ interface SubscriptionInfo {
633
630
  title?: SubscriptionTitle;
634
631
  /**
635
632
  * Subscription option description. For example, `"1kg of selected coffee, once a month"`.
636
- * @maxLength 60
633
+ * @maxLength 500
637
634
  * @deprecated Subscription option description. For example, `"1kg of selected coffee, once a month"`.
638
635
  * @replacedBy description
639
636
  * @targetRemovalDate 2025-10-01
@@ -6333,6 +6330,7 @@ interface TriggerSideEffectsFromLegacyData {
6333
6330
  orderId?: string;
6334
6331
  ordersExperiments?: OrdersExperiments;
6335
6332
  }
6333
+ /** @docsIgnore */
6336
6334
  type PreparePaymentCollectionApplicationErrors = {
6337
6335
  code?: 'PAYMENT_METHODS_NOT_FOUND';
6338
6336
  description?: string;
@@ -6354,6 +6352,7 @@ type PreparePaymentCollectionApplicationErrors = {
6354
6352
  description?: string;
6355
6353
  data?: Record<string, any>;
6356
6354
  };
6355
+ /** @docsIgnore */
6357
6356
  type RecordManuallyCollectedPaymentApplicationErrors = {
6358
6357
  code?: 'ORDER_ALREADY_PAID';
6359
6358
  description?: string;
@@ -6367,6 +6366,7 @@ type RecordManuallyCollectedPaymentApplicationErrors = {
6367
6366
  description?: string;
6368
6367
  data?: Record<string, any>;
6369
6368
  };
6369
+ /** @docsIgnore */
6370
6370
  type PaymentCollectionMarkOrderAsPaidApplicationErrors = {
6371
6371
  code?: 'ORDER_ALREADY_PAID';
6372
6372
  description?: string;
@@ -6376,6 +6376,7 @@ type PaymentCollectionMarkOrderAsPaidApplicationErrors = {
6376
6376
  description?: string;
6377
6377
  data?: Record<string, any>;
6378
6378
  };
6379
+ /** @docsIgnore */
6379
6380
  type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors = {
6380
6381
  code?: 'ORDER_ALREADY_PAID';
6381
6382
  description?: string;
@@ -6385,6 +6386,7 @@ type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors = {
6385
6386
  description?: string;
6386
6387
  data?: Record<string, any>;
6387
6388
  };
6389
+ /** @docsIgnore */
6388
6390
  type TriggerRefundApplicationErrors = {
6389
6391
  code?: 'PAYMENTS_NOT_FOUND';
6390
6392
  description?: string;
@@ -6398,6 +6400,7 @@ type TriggerRefundApplicationErrors = {
6398
6400
  description?: string;
6399
6401
  data?: Record<string, any>;
6400
6402
  };
6403
+ /** @docsIgnore */
6401
6404
  type VoidAuthorizedPaymentsApplicationErrors = {
6402
6405
  code?: 'PAYMENT_ALREADY_VOIDED';
6403
6406
  description?: string;
@@ -6419,6 +6422,7 @@ type VoidAuthorizedPaymentsApplicationErrors = {
6419
6422
  description?: string;
6420
6423
  data?: Record<string, any>;
6421
6424
  };
6425
+ /** @docsIgnore */
6422
6426
  type CaptureAuthorizedPaymentsApplicationErrors = {
6423
6427
  code?: 'INVALID_AMOUNT';
6424
6428
  description?: string;
@@ -6452,16 +6456,19 @@ type CaptureAuthorizedPaymentsApplicationErrors = {
6452
6456
  description?: string;
6453
6457
  data?: Record<string, any>;
6454
6458
  };
6459
+ /** @docsIgnore */
6455
6460
  type GetOrderApplicationErrors = {
6456
6461
  code?: 'ORDER_NOT_FOUND';
6457
6462
  description?: string;
6458
6463
  data?: Record<string, any>;
6459
6464
  };
6465
+ /** @docsIgnore */
6460
6466
  type CreateOrderApplicationErrors = {
6461
6467
  code?: 'PURCHASED_DATE_CANNOT_BE_IN_FUTURE';
6462
6468
  description?: string;
6463
6469
  data?: Record<string, any>;
6464
6470
  };
6471
+ /** @docsIgnore */
6465
6472
  type UpdateOrderApplicationErrors = {
6466
6473
  code?: 'ORDER_IS_PENDING';
6467
6474
  description?: string;
@@ -6471,11 +6478,13 @@ type UpdateOrderApplicationErrors = {
6471
6478
  description?: string;
6472
6479
  data?: Record<string, any>;
6473
6480
  };
6481
+ /** @docsIgnore */
6474
6482
  type CommitDeltasApplicationErrors = {
6475
6483
  code?: 'EMPTY_DELTAS_TO_COMMIT';
6476
6484
  description?: string;
6477
6485
  data?: Record<string, any>;
6478
6486
  };
6487
+ /** @docsIgnore */
6479
6488
  type CancelOrderApplicationErrors = {
6480
6489
  code?: 'ORDER_HAS_AUTHORIZED_TRANSACTION';
6481
6490
  description?: string;
@@ -6489,6 +6498,7 @@ type CancelOrderApplicationErrors = {
6489
6498
  description?: string;
6490
6499
  data?: Record<string, any>;
6491
6500
  };
6501
+ /** @docsIgnore */
6492
6502
  type UpdateOrderStatusApplicationErrors = {
6493
6503
  code?: 'STATUS_NOT_SUPPORTED';
6494
6504
  description?: string;
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, R as RecordManuallyCollectedPaymentApplicationErrors, M as MarkOrderAsPaidResponse, d as PaymentCollectionMarkOrderAsPaidApplicationErrors, B as BulkMarkOrdersAsPaidResponse, e as GetRefundabilityStatusResponse, f as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, g as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, h as ChargeMembershipsOptions, i as PaymentRefund, T as TriggerRefundOptions, j as TriggerRefundResponse, k as TriggerRefundApplicationErrors, V as VoidAuthorizedPaymentsResponse, l as VoidAuthorizedPaymentsApplicationErrors, m as PaymentCapture, n as CaptureAuthorizedPaymentsResponse, o as CaptureAuthorizedPaymentsApplicationErrors, O as Order, p as GetOrderApplicationErrors, q as OrderSearch, S as SearchOrdersResponse, r as CreateOrderOptions, s as CreateOrderApplicationErrors, U as UpdateOrder, t as UpdateOrderApplicationErrors, u as MaskedOrder, v as BulkUpdateOrdersOptions, w as BulkUpdateOrdersResponse, x as CommitDeltasOptions, y as CommitDeltasResponse, z as CommitDeltasApplicationErrors, A as UpdateOrderLineItemIdentifiers, D as UpdateOrderLineItem, E as UpdateOrderLineItemResponse, F as PublicActivity, H as AddActivityResponse, I as UpdateActivityIdentifiers, J as UpdateActivityResponse, K as DeleteActivityIdentifiers, L as DeleteActivityResponse, N as CancelOrderOptions, Q as CancelOrderResponse, W as CancelOrderApplicationErrors, X as OrderStatusWithLiterals, Y as UpdateOrderStatusResponse, Z as UpdateOrderStatusApplicationErrors, _ as AggregateOrdersOptions, $ as AggregateOrdersResponse, a0 as BulkUpdateOrderTagsOptions, a1 as BulkUpdateOrderTagsResponse, a2 as OrderApprovedEnvelope, a3 as OrderUpdatedEnvelope, a4 as OrderCanceledEnvelope, a5 as OrderCreatedEnvelope, a6 as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-DcxqR3rD.mjs';
3
- export { dG as ActionEvent, aD as ActionType, ik as ActionTypeWithLiterals, bQ as Activity, bR as ActivityContentOneOf, an as ActivityType, i3 as ActivityTypeWithLiterals, gs as AddActivitiesRequest, gt as AddActivitiesResponse, gq as AddActivityRequest, g3 as AddInternalActivityRequest, gp as AddInternalActivityResponse, cK as AdditionalFee, fx as AdditionalFeeDelta, fy as AdditionalFeeDeltaDeltaOneOf, di as AdditionalFeeRefund, bs as Address, hk as AddressDescription, bu as AddressLocation, br as AddressWithContact, ac as AdjustmentType, hV as AdjustmentTypeWithLiterals, h1 as AggregateOrdersRequest, eu as AggregatedRefundSummary, dW as ApplicationError, bI as AppliedDiscount, fv as AppliedDiscountDelta, fw as AppliedDiscountDeltaDeltaOneOf, bJ as AppliedDiscountDiscountSourceOneOf, fG as ArchiveOrderRequest, fH as ArchiveOrderResponse, ao as AttributionSource, i4 as AttributionSourceWithLiterals, ej as AuthorizationActionFailureDetails, ei as AuthorizationCapture, aA as AuthorizationCaptureStatus, ih as AuthorizationCaptureStatusWithLiterals, eh as AuthorizationDetails, ek as AuthorizationVoid, aB as AuthorizationVoidStatus, ii as AuthorizationVoidStatusWithLiterals, cc as AuthorizedPaymentCaptured, cb as AuthorizedPaymentCreated, cd as AuthorizedPaymentVoided, cJ as Balance, cI as BalanceSummary, hN as BaseEventMetadata, eS as BatchOfTriggerReindexOrderRequest, hu as BigDecimalWrapper, bd as BillingAdjustment, be as BillingAdjustmentPriceSummary, dX as BulkActionMetadata, fK as BulkArchiveOrdersByFilterRequest, fL as BulkArchiveOrdersByFilterResponse, fI as BulkArchiveOrdersRequest, fJ as BulkArchiveOrdersResponse, gJ as BulkMarkAsFulfilledByFilterRequest, gK as BulkMarkAsFulfilledByFilterResponse, gH as BulkMarkAsFulfilledRequest, gI as BulkMarkAsFulfilledResponse, gP as BulkMarkAsUnfulfilledByFilterRequest, gQ as BulkMarkAsUnfulfilledByFilterResponse, gN as BulkMarkAsUnfulfilledRequest, gO as BulkMarkAsUnfulfilledResponse, dT as BulkMarkOrdersAsPaidRequest, dU as BulkOrderResult, c_ as BulkSendBuyerPickupConfirmationEmailsRequest, c$ as BulkSendBuyerPickupConfirmationEmailsResponse, d2 as BulkSendBuyerShippingConfirmationEmailsRequest, d3 as BulkSendBuyerShippingConfirmationEmailsResponse, gR as BulkSetBusinessLocationRequest, gS as BulkSetBusinessLocationResponse, gT as BulkSetBusinessLocationResult, fQ as BulkUnArchiveOrdersByFilterRequest, fR as BulkUnArchiveOrdersByFilterResponse, fO as BulkUnArchiveOrdersRequest, fP as BulkUnArchiveOrdersResponse, h5 as BulkUpdateOrderTagsRequest, h6 as BulkUpdateOrderTagsResult, fk as BulkUpdateOrdersRequest, bn as BuyerInfo, bo as BuyerInfoIdOneOf, fT as BuyerInfoUpdate, ey as CalculateRefundItemRequest, eA as CalculateRefundItemResponse, ex as CalculateRefundRequest, ez as CalculateRefundResponse, hE as CalculatedTax, hD as CalculatedTaxes, hc as Cancel, gB as CancelOrderRequest, eC as CaptureAuthorizedPaymentsRequest, aV as CatalogReference, cG as ChannelInfo, ap as ChannelType, i5 as ChannelTypeWithLiterals, e1 as ChargeMembershipsRequest, e5 as ChargeMembershipsResponse, eD as ChargeSavedPaymentMethodRequest, eE as ChargeSavedPaymentMethodResponse, em as Chargeback, cC as ChargebackCreated, cD as ChargebackReversed, aE as ChargebackStatus, il as ChargebackStatusWithLiterals, e0 as ChargedBy, a$ as Color, fl as CommitDeltasRequest, fC as CommittedDiffs, fD as CommittedDiffsShippingUpdateInfoOneOf, hn as CommonAddress, ho as CommonAddressStreetOneOf, iB as CommonSearchWithEntityContext, hm as Company, hb as Complete, eW as ContinueSideEffectsFlowInLegacyData, bK as Coupon, fe as CreateOrderRequest, fh as CreateOrderResponse, d$ as CreatePaymentGatewayOrderRequest, cE as CreatedBy, cF as CreatedByStringOneOf, cr as CreditCardDetails, eg as CreditCardPaymentMethodDetails, bp as CurrencyConversionDetails, f4 as CursorPaging, fd as CursorPagingMetadata, fb as CursorSearch, fc as CursorSearchPagingMethodOneOf, f7 as Cursors, bS as CustomActivity, cH as CustomField, aP as CustomFieldGroup, ix as CustomFieldGroupWithLiterals, hJ as CustomFieldValue, hh as Customer, h3 as DecrementData, h2 as DecrementItemsQuantityRequest, h4 as DecrementItemsQuantityResponse, dN as DelayedCaptureSettings, gv as DeleteActivityRequest, eK as DeleteByFilterOperation, eJ as DeleteByIdsOperation, by as DeliveryLogistics, bz as DeliveryLogisticsAddressOneOf, bC as DeliveryTimeSlot, aK as DeltaPaymentOptionType, is as DeltaPaymentOptionTypeWithLiterals, hL as Deposit, aR as DepositType, iz as DepositTypeWithLiterals, aW as DescriptionLine, aY as DescriptionLineDescriptionLineValueOneOf, aZ as DescriptionLineName, a7 as DescriptionLineType, hQ as DescriptionLineTypeWithLiterals, aX as DescriptionLineValueOneOf, eU as DiffmatokyPayload, b7 as DigitalFile, hB as Discount, hC as DiscountOneDiscountTypeOneOf, al as DiscountReason, i1 as DiscountReasonWithLiterals, bN as DiscountRule, bO as DiscountRuleName, ak as DiscountType, i0 as DiscountTypeWithLiterals, dA as DomainEvent, dB as DomainEventBodyOneOf, gb as DownloadLinkSent, bY as DraftOrderChangesApplied, fz as DraftOrderCommitSettings, fm as DraftOrderDiffs, fp as DraftOrderDiffsBillingUpdateInfoOneOf, fo as DraftOrderDiffsBuyerUpdateInfoOneOf, fq as DraftOrderDiffsRecipientUpdateInfoOneOf, fn as DraftOrderDiffsShippingUpdateInfoOneOf, dO as Duration, at as DurationUnit, i9 as DurationUnitWithLiterals, hi as Email, gk as EmailEdited, dH as Empty, dC as EntityCreatedEvent, dF as EntityDeletedEvent, dE as EntityUpdatedEvent, eV as ErrorInformation, hO as EventMetadata, bj as ExtendedFields, cz as ExternalReceipt, eq as ExternalReceiptInfo, b0 as FocalPoint, bc as FreeTrialPeriod, gi as FulfillerEmailSent, af as FulfillmentStatus, gG as FulfillmentStatusUpdated, hY as FulfillmentStatusWithLiterals, cL as FulfillmentStatusesAggregate, bv as FullAddressContactDetails, eZ as GetOrderRequest, e_ as GetOrderResponse, dP as GetPaymentCollectabilityStatusRequest, dY as GetRefundabilityStatusRequest, g$ as GetShipmentsRequest, h0 as GetShipmentsResponse, en as GiftCardPaymentDetails, ci as GiftCardPaymentRefund, hf as IdAndVersion, dJ as IdentificationData, dK as IdentificationDataIdOneOf, eY as IndexingMessage, g4 as InternalActivity, g5 as InternalActivityContentOneOf, eH as InternalDocument, eL as InternalDocumentUpdateByFilterOperation, eI as InternalDocumentUpdateOperation, e$ as InternalQueryOrdersRequest, f5 as InternalQueryOrdersResponse, eM as InternalUpdateExistingOperation, aL as InventoryAction, it as InventoryActionWithLiterals, fA as InventoryUpdateDetails, gg as InvoiceAdded, hr as InvoiceDates, hI as InvoiceDynamicPriceTotals, hg as InvoiceFields, gh as InvoiceSent, he as InvoiceSentEvent, aS as InvoiceStatus, iA as InvoiceStatusWithLiterals, hG as InvoicesPayment, fu as ItemChangedDetails, dV as ItemMetadata, bm as ItemModifier, b4 as ItemTaxFullDetails, b2 as ItemType, a8 as ItemTypeItemType, b3 as ItemTypeItemTypeDataOneOf, hR as ItemTypeItemTypeWithLiterals, hA as ItemizedFee, aa as JurisdictionType, hT as JurisdictionTypeWithLiterals, ht as LineItem, c5 as LineItemAmount, b$ as LineItemChanges, fE as LineItemDelta, fF as LineItemDeltaDeltaOneOf, bP as LineItemDiscount, bX as LineItemExchangeData, hx as LineItemMetaData, c1 as LineItemPriceChange, c0 as LineItemQuantityChange, am as LineItemQuantityChangeType, i2 as LineItemQuantityChangeTypeWithLiterals, dh as LineItemRefund, ew as LineItemRefundSummary, hv as LineItemTax, b6 as LineItemTaxBreakdown, b5 as LineItemTaxInfo, gx as LineItemUpdate, hs as LineItems, hy as Locale, cO as Location, bg as LocationAndQuantity, c6 as ManagedAdditionalFee, c3 as ManagedDiscount, c2 as ManagedLineItem, ax as ManuallyRefundableReason, id as ManuallyRefundableReasonWithLiterals, gE as MarkAsFulfilledRequest, gF as MarkAsFulfilledResponse, gL as MarkAsUnfulfilledRequest, gM as MarkAsUnfulfilledResponse, dS as MarkOrderAsPaidRequest, gz as MarkOrderAsSeenByHumanRequest, gA as MarkOrderAsSeenByHumanResponse, g1 as MaskedOrderLineItem, e2 as MembershipChargeItem, e3 as MembershipName, eo as MembershipPaymentDetails, cj as MembershipPaymentRefund, aF as MembershipPaymentStatus, im as MembershipPaymentStatusWithLiterals, bT as MerchantComment, bL as MerchantDiscount, bM as MerchantDiscountMerchantDiscountReasonOneOf, dI as MessageEnvelope, hH as MetaData, bk as ModifierGroup, bW as NewExchangeOrderCreated, aw as NonRefundableReason, ic as NonRefundableReasonWithLiterals, aJ as OrderApprovalStrategy, ir as OrderApprovalStrategyWithLiterals, cP as OrderApproved, ga as OrderCanceled, gC as OrderCanceledEventOrderCanceled, bZ as OrderChange, b_ as OrderChangeValueOneOf, fg as OrderCreateNotifications, bV as OrderCreatedFromExchange, ff as OrderCreationSettings, fB as OrderDeltasCommitted, g8 as OrderFulfilled, cS as OrderItemsRestocked, aT as OrderLineItem, ft as OrderLineItemChangedDetails, g9 as OrderNotFulfilled, g7 as OrderPaid, gm as OrderPartiallyPaid, gn as OrderPending, g6 as OrderPlaced, bU as OrderRefunded, go as OrderRejected, cR as OrderRejectedEventOrderRejected, hP as OrderSearchSpec, aj as OrderStatus, bH as OrderTaxBreakdown, bG as OrderTaxInfo, ea as OrderTransactions, cQ as OrdersExperiments, eb as Payment, cs as PaymentCanceled, ct as PaymentCanceledPaymentDetailsOneOf, au as PaymentCollectabilityStatus, ia as PaymentCollectabilityStatusWithLiterals, cu as PaymentDeclined, cv as PaymentDeclinedPaymentDetailsOneOf, a9 as PaymentOptionType, hS as PaymentOptionTypeWithLiterals, ec as PaymentPaymentDetailsOneOf, cn as PaymentPending, co as PaymentPendingPaymentDetailsOneOf, ed as PaymentReceiptInfoOneOf, cl as PaymentRefundFailed, ck as PaymentRefunded, ae as PaymentStatus, gW as PaymentStatusUpdated, hX as PaymentStatusWithLiterals, hF as Payments, hl as Phone, b1 as PhysicalProperties, bB as PickupAddress, bA as PickupDetails, ai as PickupMethod, h$ as PickupMethodWithLiterals, gl as PickupReadyEmailSent, aM as Placement, iu as PlacementWithLiterals, a_ as PlainTextValue, f3 as PlatformPaging, f6 as PlatformPagingMetadata, f0 as PlatformQuery, f1 as PlatformQueryPagingMethodOneOf, dL as PreparePaymentCollectionRequest, ds as PreviewBuyerConfirmationEmailRequest, dt as PreviewBuyerConfirmationEmailResponse, dq as PreviewBuyerPaymentsReceivedEmailRequest, dr as PreviewBuyerPaymentsReceivedEmailResponse, du as PreviewBuyerPickupConfirmationEmailRequest, dv as PreviewBuyerPickupConfirmationEmailResponse, dl as PreviewCancelEmailRequest, dm as PreviewCancelEmailResponse, dn as PreviewCancelRefundEmailRequest, dp as PreviewCancelRefundEmailResponse, dc as PreviewEmailByTypeRequest, dd as PreviewEmailByTypeResponse, aq as PreviewEmailType, i6 as PreviewEmailTypeWithLiterals, de as PreviewRefundEmailRequest, dk as PreviewRefundEmailResponse, dy as PreviewResendDownloadLinksEmailRequest, dz as PreviewResendDownloadLinksEmailResponse, dw as PreviewShippingConfirmationEmailRequest, dx as PreviewShippingConfirmationEmailResponse, bf as PriceDescription, bq as PriceSummary, aU as ProductName, gr as PublicActivityContentOneOf, f8 as QueryOrderRequest, f9 as QueryOrderResponse, hj as QuotesAddress, aC as Reason, ij as ReasonWithLiterals, cw as ReceiptCreated, cx as ReceiptCreatedReceiptInfoOneOf, cA as ReceiptSent, cB as ReceiptSentReceiptInfoOneOf, dQ as RecordManuallyCollectedPaymentRequest, dR as RecordManuallyCollectedPaymentResponse, dM as RedirectUrls, er as Refund, df as RefundDetails, ce as RefundInitiated, dg as RefundItem, ev as RefundItemsBreakdown, e7 as RefundSideEffects, aG as RefundStatus, et as RefundStatusInfo, io as RefundStatusWithLiterals, es as RefundTransaction, dZ as Refundability, d_ as RefundabilityAdditionalRefundabilityInfoOneOf, av as RefundableStatus, ib as RefundableStatusWithLiterals, cm as RefundedAsStoreCredit, cf as RefundedPayment, cg as RefundedPaymentKindOneOf, cp as RegularPayment, ee as RegularPaymentDetails, ef as RegularPaymentDetailsPaymentMethodDetailsOneOf, cq as RegularPaymentPaymentMethodDetailsOneOf, ch as RegularPaymentRefund, hd as Reschedule, e8 as RestockInfo, e9 as RestockItem, ay as RestockType, ie as RestockTypeWithLiterals, dD as RestoreInfo, ca as SavedPaymentMethod, as as ScheduledAction, i8 as ScheduledActionWithLiterals, fa as SearchOrdersRequest, cU as SendBuyerConfirmationEmailRequest, cV as SendBuyerConfirmationEmailResponse, cW as SendBuyerPaymentsReceivedEmailRequest, cX as SendBuyerPaymentsReceivedEmailResponse, cY as SendBuyerPickupConfirmationEmailRequest, cZ as SendBuyerPickupConfirmationEmailResponse, d0 as SendBuyerShippingConfirmationEmailRequest, d1 as SendBuyerShippingConfirmationEmailResponse, d6 as SendCancelRefundEmailRequest, d7 as SendCancelRefundEmailResponse, d4 as SendMerchantOrderReceivedNotificationRequest, d5 as SendMerchantOrderReceivedNotificationResponse, da as SendMerchantOrderReceivedPushRequest, db as SendMerchantOrderReceivedPushResponse, d8 as SendRefundEmailRequest, d9 as SendRefundEmailResponse, e4 as ServiceProperties, gj as ShippingAddressEdited, gf as ShippingConfirmationEmailSent, c9 as ShippingInformation, c8 as ShippingInformationChange, bD as ShippingPrice, dj as ShippingRefund, bE as ShippingRegion, eX as SnapshotMessage, aI as SortOrder, iq as SortOrderWithLiterals, f2 as Sorting, hw as Source, aO as SourceType, iw as SourceTypeWithLiterals, hq as StandardDetails, bt as StreetAddress, hp as Subdivision, aN as SubdivisionType, iv as SubdivisionTypeWithLiterals, ba as SubscriptionDescription, ab as SubscriptionFrequency, hU as SubscriptionFrequencyWithLiterals, b8 as SubscriptionInfo, bb as SubscriptionSettings, b9 as SubscriptionTitle, cN as TagList, cM as Tags, h7 as Task, h9 as TaskAction, ha as TaskActionActionOneOf, h8 as TaskKey, bF as TaxSummary, bh as TaxableAddress, bi as TaxableAddressTaxableAddressDataOneOf, ad as TaxableAddressType, hW as TaxableAddressTypeWithLiterals, hz as TotalPrice, c7 as TotalPriceChange, ge as TrackingLinkAdded, gc as TrackingNumberAdded, gd as TrackingNumberEdited, az as TransactionStatus, ig as TransactionStatusWithLiterals, bl as TranslatableString, c4 as TranslatedValue, e6 as TriggerRefundRequest, eT as TriggerReindexOrderRequest, eQ as TriggerReindexRequest, eR as TriggerReindexResponse, hM as TriggerSideEffectsFromLegacyData, fM as UnArchiveOrderRequest, fN as UnArchiveOrderResponse, gu as UpdateActivityRequest, fZ as UpdateBillingContactDetailsRequest, f_ as UpdateBillingContactDetailsResponse, fV as UpdateBuyerEmailRequest, fW as UpdateBuyerEmailResponse, fS as UpdateBuyerInfoRequest, fU as UpdateBuyerInfoResponse, eF as UpdateInternalDocumentsEvent, eG as UpdateInternalDocumentsEventOperationOneOf, gw as UpdateLineItemsDescriptionLinesRequest, gy as UpdateLineItemsDescriptionLinesResponse, f$ as UpdateOrderLineItemRequest, g0 as UpdateOrderLineItemsRequest, g2 as UpdateOrderLineItemsResponse, fi as UpdateOrderRequest, fj as UpdateOrderResponse, fX as UpdateOrderShippingAddressRequest, fY as UpdateOrderShippingAddressResponse, gD as UpdateOrderStatusRequest, gX as V1BulkMarkOrdersAsPaidRequest, gY as V1BulkMarkOrdersAsPaidResponse, gZ as V1CreatePaymentGatewayOrderRequest, g_ as V1CreatePaymentGatewayOrderResponse, fr as V1LineItemDelta, fs as V1LineItemDeltaDeltaOneOf, gU as V1MarkOrderAsPaidRequest, gV as V1MarkOrderAsPaidResponse, cT as V1RestockItem, el as V1ScheduledAction, bx as V1ShippingInformation, hK as Value, aQ as ValueType, iy as ValueTypeWithLiterals, bw as VatId, ah as VatType, h_ as VatTypeWithLiterals, eO as VersionedDeleteByIdsOperation, eP as VersionedDocumentId, eN as VersionedDocumentUpdateOperation, aH as VersioningMode, ip as VersioningModeWithLiterals, eB as VoidAuthorizedPaymentsRequest, ar as WebhookIdentityType, i7 as WebhookIdentityTypeWithLiterals, ag as WeightUnit, hZ as WeightUnitWithLiterals, cy as WixReceipt, ep as WixReceiptInfo } from './ecom-v1-order-orders.universal-DcxqR3rD.mjs';
2
+ import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, R as RecordManuallyCollectedPaymentApplicationErrors, M as MarkOrderAsPaidResponse, d as PaymentCollectionMarkOrderAsPaidApplicationErrors, B as BulkMarkOrdersAsPaidResponse, e as GetRefundabilityStatusResponse, f as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, g as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, h as ChargeMembershipsOptions, i as PaymentRefund, T as TriggerRefundOptions, j as TriggerRefundResponse, k as TriggerRefundApplicationErrors, V as VoidAuthorizedPaymentsResponse, l as VoidAuthorizedPaymentsApplicationErrors, m as PaymentCapture, n as CaptureAuthorizedPaymentsResponse, o as CaptureAuthorizedPaymentsApplicationErrors, O as Order, p as GetOrderApplicationErrors, q as OrderSearch, S as SearchOrdersResponse, r as CreateOrderOptions, s as CreateOrderApplicationErrors, U as UpdateOrder, t as UpdateOrderApplicationErrors, u as MaskedOrder, v as BulkUpdateOrdersOptions, w as BulkUpdateOrdersResponse, x as CommitDeltasOptions, y as CommitDeltasResponse, z as CommitDeltasApplicationErrors, A as UpdateOrderLineItemIdentifiers, D as UpdateOrderLineItem, E as UpdateOrderLineItemResponse, F as PublicActivity, H as AddActivityResponse, I as UpdateActivityIdentifiers, J as UpdateActivityResponse, K as DeleteActivityIdentifiers, L as DeleteActivityResponse, N as CancelOrderOptions, Q as CancelOrderResponse, W as CancelOrderApplicationErrors, X as OrderStatusWithLiterals, Y as UpdateOrderStatusResponse, Z as UpdateOrderStatusApplicationErrors, _ as AggregateOrdersOptions, $ as AggregateOrdersResponse, a0 as BulkUpdateOrderTagsOptions, a1 as BulkUpdateOrderTagsResponse, a2 as OrderApprovedEnvelope, a3 as OrderUpdatedEnvelope, a4 as OrderCanceledEnvelope, a5 as OrderCreatedEnvelope, a6 as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-qMwiz6N6.mjs';
3
+ export { dG as ActionEvent, aD as ActionType, ik as ActionTypeWithLiterals, bQ as Activity, bR as ActivityContentOneOf, an as ActivityType, i3 as ActivityTypeWithLiterals, gs as AddActivitiesRequest, gt as AddActivitiesResponse, gq as AddActivityRequest, g3 as AddInternalActivityRequest, gp as AddInternalActivityResponse, cK as AdditionalFee, fx as AdditionalFeeDelta, fy as AdditionalFeeDeltaDeltaOneOf, di as AdditionalFeeRefund, bs as Address, hk as AddressDescription, bu as AddressLocation, br as AddressWithContact, ac as AdjustmentType, hV as AdjustmentTypeWithLiterals, h1 as AggregateOrdersRequest, eu as AggregatedRefundSummary, dW as ApplicationError, bI as AppliedDiscount, fv as AppliedDiscountDelta, fw as AppliedDiscountDeltaDeltaOneOf, bJ as AppliedDiscountDiscountSourceOneOf, fG as ArchiveOrderRequest, fH as ArchiveOrderResponse, ao as AttributionSource, i4 as AttributionSourceWithLiterals, ej as AuthorizationActionFailureDetails, ei as AuthorizationCapture, aA as AuthorizationCaptureStatus, ih as AuthorizationCaptureStatusWithLiterals, eh as AuthorizationDetails, ek as AuthorizationVoid, aB as AuthorizationVoidStatus, ii as AuthorizationVoidStatusWithLiterals, cc as AuthorizedPaymentCaptured, cb as AuthorizedPaymentCreated, cd as AuthorizedPaymentVoided, cJ as Balance, cI as BalanceSummary, hN as BaseEventMetadata, eS as BatchOfTriggerReindexOrderRequest, hu as BigDecimalWrapper, bd as BillingAdjustment, be as BillingAdjustmentPriceSummary, dX as BulkActionMetadata, fK as BulkArchiveOrdersByFilterRequest, fL as BulkArchiveOrdersByFilterResponse, fI as BulkArchiveOrdersRequest, fJ as BulkArchiveOrdersResponse, gJ as BulkMarkAsFulfilledByFilterRequest, gK as BulkMarkAsFulfilledByFilterResponse, gH as BulkMarkAsFulfilledRequest, gI as BulkMarkAsFulfilledResponse, gP as BulkMarkAsUnfulfilledByFilterRequest, gQ as BulkMarkAsUnfulfilledByFilterResponse, gN as BulkMarkAsUnfulfilledRequest, gO as BulkMarkAsUnfulfilledResponse, dT as BulkMarkOrdersAsPaidRequest, dU as BulkOrderResult, c_ as BulkSendBuyerPickupConfirmationEmailsRequest, c$ as BulkSendBuyerPickupConfirmationEmailsResponse, d2 as BulkSendBuyerShippingConfirmationEmailsRequest, d3 as BulkSendBuyerShippingConfirmationEmailsResponse, gR as BulkSetBusinessLocationRequest, gS as BulkSetBusinessLocationResponse, gT as BulkSetBusinessLocationResult, fQ as BulkUnArchiveOrdersByFilterRequest, fR as BulkUnArchiveOrdersByFilterResponse, fO as BulkUnArchiveOrdersRequest, fP as BulkUnArchiveOrdersResponse, h5 as BulkUpdateOrderTagsRequest, h6 as BulkUpdateOrderTagsResult, fk as BulkUpdateOrdersRequest, bn as BuyerInfo, bo as BuyerInfoIdOneOf, fT as BuyerInfoUpdate, ey as CalculateRefundItemRequest, eA as CalculateRefundItemResponse, ex as CalculateRefundRequest, ez as CalculateRefundResponse, hE as CalculatedTax, hD as CalculatedTaxes, hc as Cancel, gB as CancelOrderRequest, eC as CaptureAuthorizedPaymentsRequest, aV as CatalogReference, cG as ChannelInfo, ap as ChannelType, i5 as ChannelTypeWithLiterals, e1 as ChargeMembershipsRequest, e5 as ChargeMembershipsResponse, eD as ChargeSavedPaymentMethodRequest, eE as ChargeSavedPaymentMethodResponse, em as Chargeback, cC as ChargebackCreated, cD as ChargebackReversed, aE as ChargebackStatus, il as ChargebackStatusWithLiterals, e0 as ChargedBy, a$ as Color, fl as CommitDeltasRequest, fC as CommittedDiffs, fD as CommittedDiffsShippingUpdateInfoOneOf, hn as CommonAddress, ho as CommonAddressStreetOneOf, iB as CommonSearchWithEntityContext, hm as Company, hb as Complete, eW as ContinueSideEffectsFlowInLegacyData, bK as Coupon, fe as CreateOrderRequest, fh as CreateOrderResponse, d$ as CreatePaymentGatewayOrderRequest, cE as CreatedBy, cF as CreatedByStringOneOf, cr as CreditCardDetails, eg as CreditCardPaymentMethodDetails, bp as CurrencyConversionDetails, f4 as CursorPaging, fd as CursorPagingMetadata, fb as CursorSearch, fc as CursorSearchPagingMethodOneOf, f7 as Cursors, bS as CustomActivity, cH as CustomField, aP as CustomFieldGroup, ix as CustomFieldGroupWithLiterals, hJ as CustomFieldValue, hh as Customer, h3 as DecrementData, h2 as DecrementItemsQuantityRequest, h4 as DecrementItemsQuantityResponse, dN as DelayedCaptureSettings, gv as DeleteActivityRequest, eK as DeleteByFilterOperation, eJ as DeleteByIdsOperation, by as DeliveryLogistics, bz as DeliveryLogisticsAddressOneOf, bC as DeliveryTimeSlot, aK as DeltaPaymentOptionType, is as DeltaPaymentOptionTypeWithLiterals, hL as Deposit, aR as DepositType, iz as DepositTypeWithLiterals, aW as DescriptionLine, aY as DescriptionLineDescriptionLineValueOneOf, aZ as DescriptionLineName, a7 as DescriptionLineType, hQ as DescriptionLineTypeWithLiterals, aX as DescriptionLineValueOneOf, eU as DiffmatokyPayload, b7 as DigitalFile, hB as Discount, hC as DiscountOneDiscountTypeOneOf, al as DiscountReason, i1 as DiscountReasonWithLiterals, bN as DiscountRule, bO as DiscountRuleName, ak as DiscountType, i0 as DiscountTypeWithLiterals, dA as DomainEvent, dB as DomainEventBodyOneOf, gb as DownloadLinkSent, bY as DraftOrderChangesApplied, fz as DraftOrderCommitSettings, fm as DraftOrderDiffs, fp as DraftOrderDiffsBillingUpdateInfoOneOf, fo as DraftOrderDiffsBuyerUpdateInfoOneOf, fq as DraftOrderDiffsRecipientUpdateInfoOneOf, fn as DraftOrderDiffsShippingUpdateInfoOneOf, dO as Duration, at as DurationUnit, i9 as DurationUnitWithLiterals, hi as Email, gk as EmailEdited, dH as Empty, dC as EntityCreatedEvent, dF as EntityDeletedEvent, dE as EntityUpdatedEvent, eV as ErrorInformation, hO as EventMetadata, bj as ExtendedFields, cz as ExternalReceipt, eq as ExternalReceiptInfo, b0 as FocalPoint, bc as FreeTrialPeriod, gi as FulfillerEmailSent, af as FulfillmentStatus, gG as FulfillmentStatusUpdated, hY as FulfillmentStatusWithLiterals, cL as FulfillmentStatusesAggregate, bv as FullAddressContactDetails, eZ as GetOrderRequest, e_ as GetOrderResponse, dP as GetPaymentCollectabilityStatusRequest, dY as GetRefundabilityStatusRequest, g$ as GetShipmentsRequest, h0 as GetShipmentsResponse, en as GiftCardPaymentDetails, ci as GiftCardPaymentRefund, hf as IdAndVersion, dJ as IdentificationData, dK as IdentificationDataIdOneOf, eY as IndexingMessage, g4 as InternalActivity, g5 as InternalActivityContentOneOf, eH as InternalDocument, eL as InternalDocumentUpdateByFilterOperation, eI as InternalDocumentUpdateOperation, e$ as InternalQueryOrdersRequest, f5 as InternalQueryOrdersResponse, eM as InternalUpdateExistingOperation, aL as InventoryAction, it as InventoryActionWithLiterals, fA as InventoryUpdateDetails, gg as InvoiceAdded, hr as InvoiceDates, hI as InvoiceDynamicPriceTotals, hg as InvoiceFields, gh as InvoiceSent, he as InvoiceSentEvent, aS as InvoiceStatus, iA as InvoiceStatusWithLiterals, hG as InvoicesPayment, fu as ItemChangedDetails, dV as ItemMetadata, bm as ItemModifier, b4 as ItemTaxFullDetails, b2 as ItemType, a8 as ItemTypeItemType, b3 as ItemTypeItemTypeDataOneOf, hR as ItemTypeItemTypeWithLiterals, hA as ItemizedFee, aa as JurisdictionType, hT as JurisdictionTypeWithLiterals, ht as LineItem, c5 as LineItemAmount, b$ as LineItemChanges, fE as LineItemDelta, fF as LineItemDeltaDeltaOneOf, bP as LineItemDiscount, bX as LineItemExchangeData, hx as LineItemMetaData, c1 as LineItemPriceChange, c0 as LineItemQuantityChange, am as LineItemQuantityChangeType, i2 as LineItemQuantityChangeTypeWithLiterals, dh as LineItemRefund, ew as LineItemRefundSummary, hv as LineItemTax, b6 as LineItemTaxBreakdown, b5 as LineItemTaxInfo, gx as LineItemUpdate, hs as LineItems, hy as Locale, cO as Location, bg as LocationAndQuantity, c6 as ManagedAdditionalFee, c3 as ManagedDiscount, c2 as ManagedLineItem, ax as ManuallyRefundableReason, id as ManuallyRefundableReasonWithLiterals, gE as MarkAsFulfilledRequest, gF as MarkAsFulfilledResponse, gL as MarkAsUnfulfilledRequest, gM as MarkAsUnfulfilledResponse, dS as MarkOrderAsPaidRequest, gz as MarkOrderAsSeenByHumanRequest, gA as MarkOrderAsSeenByHumanResponse, g1 as MaskedOrderLineItem, e2 as MembershipChargeItem, e3 as MembershipName, eo as MembershipPaymentDetails, cj as MembershipPaymentRefund, aF as MembershipPaymentStatus, im as MembershipPaymentStatusWithLiterals, bT as MerchantComment, bL as MerchantDiscount, bM as MerchantDiscountMerchantDiscountReasonOneOf, dI as MessageEnvelope, hH as MetaData, bk as ModifierGroup, bW as NewExchangeOrderCreated, aw as NonRefundableReason, ic as NonRefundableReasonWithLiterals, aJ as OrderApprovalStrategy, ir as OrderApprovalStrategyWithLiterals, cP as OrderApproved, ga as OrderCanceled, gC as OrderCanceledEventOrderCanceled, bZ as OrderChange, b_ as OrderChangeValueOneOf, fg as OrderCreateNotifications, bV as OrderCreatedFromExchange, ff as OrderCreationSettings, fB as OrderDeltasCommitted, g8 as OrderFulfilled, cS as OrderItemsRestocked, aT as OrderLineItem, ft as OrderLineItemChangedDetails, g9 as OrderNotFulfilled, g7 as OrderPaid, gm as OrderPartiallyPaid, gn as OrderPending, g6 as OrderPlaced, bU as OrderRefunded, go as OrderRejected, cR as OrderRejectedEventOrderRejected, hP as OrderSearchSpec, aj as OrderStatus, bH as OrderTaxBreakdown, bG as OrderTaxInfo, ea as OrderTransactions, cQ as OrdersExperiments, eb as Payment, cs as PaymentCanceled, ct as PaymentCanceledPaymentDetailsOneOf, au as PaymentCollectabilityStatus, ia as PaymentCollectabilityStatusWithLiterals, cu as PaymentDeclined, cv as PaymentDeclinedPaymentDetailsOneOf, a9 as PaymentOptionType, hS as PaymentOptionTypeWithLiterals, ec as PaymentPaymentDetailsOneOf, cn as PaymentPending, co as PaymentPendingPaymentDetailsOneOf, ed as PaymentReceiptInfoOneOf, cl as PaymentRefundFailed, ck as PaymentRefunded, ae as PaymentStatus, gW as PaymentStatusUpdated, hX as PaymentStatusWithLiterals, hF as Payments, hl as Phone, b1 as PhysicalProperties, bB as PickupAddress, bA as PickupDetails, ai as PickupMethod, h$ as PickupMethodWithLiterals, gl as PickupReadyEmailSent, aM as Placement, iu as PlacementWithLiterals, a_ as PlainTextValue, f3 as PlatformPaging, f6 as PlatformPagingMetadata, f0 as PlatformQuery, f1 as PlatformQueryPagingMethodOneOf, dL as PreparePaymentCollectionRequest, ds as PreviewBuyerConfirmationEmailRequest, dt as PreviewBuyerConfirmationEmailResponse, dq as PreviewBuyerPaymentsReceivedEmailRequest, dr as PreviewBuyerPaymentsReceivedEmailResponse, du as PreviewBuyerPickupConfirmationEmailRequest, dv as PreviewBuyerPickupConfirmationEmailResponse, dl as PreviewCancelEmailRequest, dm as PreviewCancelEmailResponse, dn as PreviewCancelRefundEmailRequest, dp as PreviewCancelRefundEmailResponse, dc as PreviewEmailByTypeRequest, dd as PreviewEmailByTypeResponse, aq as PreviewEmailType, i6 as PreviewEmailTypeWithLiterals, de as PreviewRefundEmailRequest, dk as PreviewRefundEmailResponse, dy as PreviewResendDownloadLinksEmailRequest, dz as PreviewResendDownloadLinksEmailResponse, dw as PreviewShippingConfirmationEmailRequest, dx as PreviewShippingConfirmationEmailResponse, bf as PriceDescription, bq as PriceSummary, aU as ProductName, gr as PublicActivityContentOneOf, f8 as QueryOrderRequest, f9 as QueryOrderResponse, hj as QuotesAddress, aC as Reason, ij as ReasonWithLiterals, cw as ReceiptCreated, cx as ReceiptCreatedReceiptInfoOneOf, cA as ReceiptSent, cB as ReceiptSentReceiptInfoOneOf, dQ as RecordManuallyCollectedPaymentRequest, dR as RecordManuallyCollectedPaymentResponse, dM as RedirectUrls, er as Refund, df as RefundDetails, ce as RefundInitiated, dg as RefundItem, ev as RefundItemsBreakdown, e7 as RefundSideEffects, aG as RefundStatus, et as RefundStatusInfo, io as RefundStatusWithLiterals, es as RefundTransaction, dZ as Refundability, d_ as RefundabilityAdditionalRefundabilityInfoOneOf, av as RefundableStatus, ib as RefundableStatusWithLiterals, cm as RefundedAsStoreCredit, cf as RefundedPayment, cg as RefundedPaymentKindOneOf, cp as RegularPayment, ee as RegularPaymentDetails, ef as RegularPaymentDetailsPaymentMethodDetailsOneOf, cq as RegularPaymentPaymentMethodDetailsOneOf, ch as RegularPaymentRefund, hd as Reschedule, e8 as RestockInfo, e9 as RestockItem, ay as RestockType, ie as RestockTypeWithLiterals, dD as RestoreInfo, ca as SavedPaymentMethod, as as ScheduledAction, i8 as ScheduledActionWithLiterals, fa as SearchOrdersRequest, cU as SendBuyerConfirmationEmailRequest, cV as SendBuyerConfirmationEmailResponse, cW as SendBuyerPaymentsReceivedEmailRequest, cX as SendBuyerPaymentsReceivedEmailResponse, cY as SendBuyerPickupConfirmationEmailRequest, cZ as SendBuyerPickupConfirmationEmailResponse, d0 as SendBuyerShippingConfirmationEmailRequest, d1 as SendBuyerShippingConfirmationEmailResponse, d6 as SendCancelRefundEmailRequest, d7 as SendCancelRefundEmailResponse, d4 as SendMerchantOrderReceivedNotificationRequest, d5 as SendMerchantOrderReceivedNotificationResponse, da as SendMerchantOrderReceivedPushRequest, db as SendMerchantOrderReceivedPushResponse, d8 as SendRefundEmailRequest, d9 as SendRefundEmailResponse, e4 as ServiceProperties, gj as ShippingAddressEdited, gf as ShippingConfirmationEmailSent, c9 as ShippingInformation, c8 as ShippingInformationChange, bD as ShippingPrice, dj as ShippingRefund, bE as ShippingRegion, eX as SnapshotMessage, aI as SortOrder, iq as SortOrderWithLiterals, f2 as Sorting, hw as Source, aO as SourceType, iw as SourceTypeWithLiterals, hq as StandardDetails, bt as StreetAddress, hp as Subdivision, aN as SubdivisionType, iv as SubdivisionTypeWithLiterals, ba as SubscriptionDescription, ab as SubscriptionFrequency, hU as SubscriptionFrequencyWithLiterals, b8 as SubscriptionInfo, bb as SubscriptionSettings, b9 as SubscriptionTitle, cN as TagList, cM as Tags, h7 as Task, h9 as TaskAction, ha as TaskActionActionOneOf, h8 as TaskKey, bF as TaxSummary, bh as TaxableAddress, bi as TaxableAddressTaxableAddressDataOneOf, ad as TaxableAddressType, hW as TaxableAddressTypeWithLiterals, hz as TotalPrice, c7 as TotalPriceChange, ge as TrackingLinkAdded, gc as TrackingNumberAdded, gd as TrackingNumberEdited, az as TransactionStatus, ig as TransactionStatusWithLiterals, bl as TranslatableString, c4 as TranslatedValue, e6 as TriggerRefundRequest, eT as TriggerReindexOrderRequest, eQ as TriggerReindexRequest, eR as TriggerReindexResponse, hM as TriggerSideEffectsFromLegacyData, fM as UnArchiveOrderRequest, fN as UnArchiveOrderResponse, gu as UpdateActivityRequest, fZ as UpdateBillingContactDetailsRequest, f_ as UpdateBillingContactDetailsResponse, fV as UpdateBuyerEmailRequest, fW as UpdateBuyerEmailResponse, fS as UpdateBuyerInfoRequest, fU as UpdateBuyerInfoResponse, eF as UpdateInternalDocumentsEvent, eG as UpdateInternalDocumentsEventOperationOneOf, gw as UpdateLineItemsDescriptionLinesRequest, gy as UpdateLineItemsDescriptionLinesResponse, f$ as UpdateOrderLineItemRequest, g0 as UpdateOrderLineItemsRequest, g2 as UpdateOrderLineItemsResponse, fi as UpdateOrderRequest, fj as UpdateOrderResponse, fX as UpdateOrderShippingAddressRequest, fY as UpdateOrderShippingAddressResponse, gD as UpdateOrderStatusRequest, gX as V1BulkMarkOrdersAsPaidRequest, gY as V1BulkMarkOrdersAsPaidResponse, gZ as V1CreatePaymentGatewayOrderRequest, g_ as V1CreatePaymentGatewayOrderResponse, fr as V1LineItemDelta, fs as V1LineItemDeltaDeltaOneOf, gU as V1MarkOrderAsPaidRequest, gV as V1MarkOrderAsPaidResponse, cT as V1RestockItem, el as V1ScheduledAction, bx as V1ShippingInformation, hK as Value, aQ as ValueType, iy as ValueTypeWithLiterals, bw as VatId, ah as VatType, h_ as VatTypeWithLiterals, eO as VersionedDeleteByIdsOperation, eP as VersionedDocumentId, eN as VersionedDocumentUpdateOperation, aH as VersioningMode, ip as VersioningModeWithLiterals, eB as VoidAuthorizedPaymentsRequest, ar as WebhookIdentityType, i7 as WebhookIdentityTypeWithLiterals, ag as WeightUnit, hZ as WeightUnitWithLiterals, cy as WixReceipt, ep as WixReceiptInfo } from './ecom-v1-order-orders.universal-qMwiz6N6.mjs';
4
4
 
5
5
  declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
6
6
  interface PreparePaymentCollectionSignature {