@wix/auto_sdk_ecom_orders 1.0.58 → 1.0.59

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 { cj as PreparePaymentCollectionRequest$1, b as PreparePaymentCollectionResponse$1, cn as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, co as RecordManuallyCollectedPaymentRequest$1, cp as RecordManuallyCollectedPaymentResponse$1, cq as MarkOrderAsPaidRequest$1, cr as MarkOrderAsPaidResponse$1, ct as BulkMarkOrdersAsPaidRequest$1, cu as BulkMarkOrdersAsPaidResponse$1, cz as GetRefundabilityStatusRequest$1, cA as GetRefundabilityStatusResponse$1, cD as CreatePaymentGatewayOrderRequest$1, cF as CreatePaymentGatewayOrderResponse$1, cG as ChargeMembershipsRequest$1, cK as ChargeMembershipsResponse$1, cL as TriggerRefundRequest$1, cV as TriggerRefundResponse$1, dk as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, dl as CaptureAuthorizedPaymentsRequest$1, C as CaptureAuthorizedPaymentsResponse$1, f0 as GetOrderRequest$1, f1 as GetOrderResponse$1, f5 as SearchOrdersRequest$1, S as SearchOrdersResponse$1, f9 as CreateOrderRequest$1, fc as CreateOrderResponse$1, fd as UpdateOrderRequest$1, fe as UpdateOrderResponse$1, ff as BulkUpdateOrdersRequest$1, f as BulkUpdateOrdersResponse$1, fg as CommitDeltasRequest$1, fw as CommitDeltasResponse$1, fX as UpdateOrderLineItemRequest$1, fY as UpdateOrderLineItemResponse$1, gn as AddActivityRequest$1, gq as AddActivityResponse$1, gt as UpdateActivityRequest$1, gu as UpdateActivityResponse$1, gv as DeleteActivityRequest$1, gw as DeleteActivityResponse$1, gC as CancelOrderRequest$1, h as CancelOrderResponse$1, gE as UpdateOrderStatusRequest$1, gF as UpdateOrderStatusResponse$1, h2 as AggregateOrdersRequest$1, h3 as AggregateOrdersResponse$1, h7 as BulkUpdateOrderTagsRequest$1, j as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-Bsd_HOp9.mjs';
1
+ import { cj as PreparePaymentCollectionRequest$1, b as PreparePaymentCollectionResponse$1, cn as GetPaymentCollectabilityStatusRequest$1, G as GetPaymentCollectabilityStatusResponse$1, co as RecordManuallyCollectedPaymentRequest$1, cp as RecordManuallyCollectedPaymentResponse$1, cq as MarkOrderAsPaidRequest$1, cr as MarkOrderAsPaidResponse$1, cs as BulkMarkOrdersAsPaidRequest$1, ct as BulkMarkOrdersAsPaidResponse$1, cy as GetRefundabilityStatusRequest$1, cz as GetRefundabilityStatusResponse$1, cC as CreatePaymentGatewayOrderRequest$1, cE as CreatePaymentGatewayOrderResponse$1, cF as ChargeMembershipsRequest$1, cJ as ChargeMembershipsResponse$1, cK as TriggerRefundRequest$1, cU as TriggerRefundResponse$1, dj as VoidAuthorizedPaymentsRequest$1, V as VoidAuthorizedPaymentsResponse$1, dk as CaptureAuthorizedPaymentsRequest$1, C as CaptureAuthorizedPaymentsResponse$1, f0 as GetOrderRequest$1, f1 as GetOrderResponse$1, f5 as SearchOrdersRequest$1, S as SearchOrdersResponse$1, f9 as CreateOrderRequest$1, fc as CreateOrderResponse$1, fd as UpdateOrderRequest$1, fe as UpdateOrderResponse$1, ff as BulkUpdateOrdersRequest$1, f as BulkUpdateOrdersResponse$1, fg as CommitDeltasRequest$1, fw as CommitDeltasResponse$1, fX as UpdateOrderLineItemRequest$1, fY as UpdateOrderLineItemResponse$1, gn as AddActivityRequest$1, gq as AddActivityResponse$1, gt as UpdateActivityRequest$1, gu as UpdateActivityResponse$1, gv as DeleteActivityRequest$1, gw as DeleteActivityResponse$1, gC as CancelOrderRequest$1, h as CancelOrderResponse$1, gE as UpdateOrderStatusRequest$1, gF as UpdateOrderStatusResponse$1, h2 as AggregateOrdersRequest$1, h3 as AggregateOrdersResponse$1, h7 as BulkUpdateOrderTagsRequest$1, j as BulkUpdateOrderTagsResponse$1 } from './ecom-v1-order-orders.universal-C65mdJbP.mjs';
2
2
  import '@wix/sdk-types';
3
3
 
4
4
  interface Order {
@@ -2671,13 +2671,6 @@ interface MarkOrderAsPaidResponse {
2671
2671
  /** Updated order. */
2672
2672
  order?: Order;
2673
2673
  }
2674
- /** Triggered when the payment status of an order is updated */
2675
- interface PaymentStatusUpdated {
2676
- /** The order that was updated */
2677
- order?: Order;
2678
- /** The previous status (before the update) */
2679
- previousPaymentStatus?: PaymentStatusWithLiterals;
2680
- }
2681
2674
  interface BulkMarkOrdersAsPaidRequest {
2682
2675
  /**
2683
2676
  * IDs of orders to mark as paid.
@@ -4056,6 +4049,13 @@ interface SnapshotMessage {
4056
4049
  _id?: string;
4057
4050
  opType?: number;
4058
4051
  }
4052
+ /** Triggered when the payment status of an order is updated */
4053
+ interface PaymentStatusUpdated {
4054
+ /** The order that was updated */
4055
+ order?: Order;
4056
+ /** The previous status (before the update) */
4057
+ previousPaymentStatus?: PaymentStatusWithLiterals;
4058
+ }
4059
4059
  interface GetMetasiteDataRequest {
4060
4060
  /**
4061
4061
  * meta site Id for data to retrieve
@@ -7329,4 +7329,4 @@ interface BulkUpdateOrderTagsOptions {
7329
7329
  unassignTags?: Tags;
7330
7330
  }
7331
7331
 
7332
- export { TaxableAddressType as $, type AddActivityResponse as A, type BulkMarkOrdersAsPaidResponse as B, type CreatePaymentGatewayOrderResponse as C, type DeleteActivityIdentifiers as D, type UpdateOrderStatusResponse as E, type AggregateOrdersOptions as F, type GetPaymentCollectabilityStatusResponse as G, type AggregateOrdersResponse as H, type BulkUpdateOrderTagsOptions as I, type BulkUpdateOrderTagsResponse as J, type OrderApprovedEnvelope as K, type OrderUpdatedEnvelope as L, type MarkOrderAsPaidResponse as M, type OrderCanceledEnvelope as N, type Order as O, type Price as P, type OrderCreatedEnvelope as Q, DescriptionLineType as R, type SearchOrdersResponse as S, type TriggerRefundOptions as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, ItemTypeItemType as W, PaymentOptionType as X, JurisdictionType as Y, SubscriptionFrequency as Z, AdjustmentType as _, type PreparePaymentCollectionOptions as a, type SubscriptionDescription as a$, PaymentStatus as a0, FulfillmentStatus as a1, WeightUnit as a2, VatType as a3, PickupMethod as a4, OrderStatus as a5, DiscountType as a6, DiscountReason as a7, LineItemQuantityChangeType as a8, ActivityType as a9, InventoryAction as aA, Placement as aB, SubdivisionType as aC, SourceType as aD, CustomFieldGroup as aE, ValueType as aF, DepositType as aG, InvoiceStatus as aH, type OrderLineItem as aI, type ProductName as aJ, type CatalogReference as aK, type DescriptionLine as aL, type DescriptionLineValueOneOf as aM, type DescriptionLineDescriptionLineValueOneOf as aN, type DescriptionLineName as aO, type PlainTextValue as aP, type Color as aQ, type FocalPoint as aR, type PhysicalProperties as aS, type ItemType as aT, type ItemTypeItemTypeDataOneOf as aU, type ItemTaxFullDetails as aV, type LineItemTaxInfo as aW, type LineItemTaxBreakdown as aX, type DigitalFile as aY, type SubscriptionInfo as aZ, type SubscriptionTitle as a_, AttributionSource as aa, ChannelType as ab, ScheduledAction as ac, DurationUnit as ad, PaymentCollectabilityStatus as ae, RefundableStatus as af, NonRefundableReason as ag, ManuallyRefundableReason as ah, RestockType as ai, TransactionStatus as aj, AuthorizationCaptureStatus as ak, AuthorizationVoidStatus as al, Reason as am, ActionType as an, MembershipPaymentStatus as ao, RefundStatus as ap, WebhookIdentityType as aq, TextDetection as ar, AnimationDetection as as, PreviewEmailType as at, State as au, Namespace as av, SortOrder as aw, VersioningMode as ax, OrderApprovalStrategy as ay, DeltaPaymentOptionType as az, type PreparePaymentCollectionResponse as b, type SavedPaymentMethod as b$, type SubscriptionSettings as b0, type FreeTrialPeriod as b1, type BillingAdjustment as b2, type BillingAdjustmentPriceSummary as b3, type PriceDescription as b4, type LocationAndQuantity as b5, type TaxableAddress as b6, type TaxableAddressTaxableAddressDataOneOf as b7, type ExtendedFields as b8, type ModifierGroup as b9, type MerchantDiscount as bA, type MerchantDiscountMerchantDiscountReasonOneOf as bB, type DiscountRule as bC, type DiscountRuleName as bD, type LineItemDiscount as bE, type Activity as bF, type ActivityContentOneOf as bG, type CustomActivity as bH, type MerchantComment as bI, type OrderRefunded as bJ, type OrderCreatedFromExchange as bK, type NewExchangeOrderCreated as bL, type LineItemExchangeData as bM, type DraftOrderChangesApplied as bN, type OrderChange as bO, type OrderChangeValueOneOf as bP, type LineItemChanges as bQ, type LineItemQuantityChange as bR, type LineItemPriceChange as bS, type ManagedLineItem as bT, type ManagedDiscount as bU, type TranslatedValue as bV, type LineItemAmount as bW, type ManagedAdditionalFee as bX, type TotalPriceChange as bY, type ShippingInformationChange as bZ, type ShippingInformation as b_, type TranslatableString as ba, type ItemModifier as bb, type BuyerInfo as bc, type BuyerInfoIdOneOf as bd, type CurrencyConversionDetails as be, type PriceSummary as bf, type AddressWithContact as bg, type Address as bh, type StreetAddress as bi, type AddressLocation as bj, type FullAddressContactDetails as bk, type VatId as bl, type V1ShippingInformation as bm, type DeliveryLogistics as bn, type DeliveryLogisticsAddressOneOf as bo, type PickupDetails as bp, type PickupAddress as bq, type DeliveryTimeSlot as br, type ShippingPrice as bs, type ShippingRegion as bt, type TaxSummary as bu, type OrderTaxInfo as bv, type OrderTaxBreakdown as bw, type AppliedDiscount as bx, type AppliedDiscountDiscountSourceOneOf as by, type Coupon as bz, type GetRefundabilityStatusResponse as c, type MembershipChargeItem as c$, type AuthorizedPaymentCreated as c0, type AuthorizedPaymentCaptured as c1, type AuthorizedPaymentVoided as c2, type RefundInitiated as c3, type RefundedPayment as c4, type RefundedPaymentKindOneOf as c5, type RegularPaymentRefund as c6, type GiftCardPaymentRefund as c7, type MembershipPaymentRefund as c8, type PaymentRefunded as c9, type TagList as cA, type Location as cB, type OrderApproved as cC, type OrdersExperiments as cD, type OrderRejectedEventOrderRejected as cE, type OrderItemsRestocked as cF, type V1RestockItem as cG, type PreparePaymentCollectionRequest as cH, type RedirectUrls as cI, type DelayedCaptureSettings as cJ, type Duration as cK, type GetPaymentCollectabilityStatusRequest as cL, type RecordManuallyCollectedPaymentRequest as cM, type RecordManuallyCollectedPaymentResponse as cN, type MarkOrderAsPaidRequest as cO, type PaymentStatusUpdated as cP, type BulkMarkOrdersAsPaidRequest as cQ, type BulkOrderResult as cR, type ItemMetadata as cS, type ApplicationError as cT, type BulkActionMetadata as cU, type GetRefundabilityStatusRequest as cV, type Refundability as cW, type RefundabilityAdditionalRefundabilityInfoOneOf as cX, type CreatePaymentGatewayOrderRequest as cY, type ChargedBy as cZ, type ChargeMembershipsRequest as c_, type PaymentRefundFailed as ca, type RefundedAsStoreCredit as cb, type PaymentPending as cc, type PaymentPendingPaymentDetailsOneOf as cd, type RegularPayment as ce, type RegularPaymentPaymentMethodDetailsOneOf as cf, type CreditCardDetails as cg, type PaymentCanceled as ch, type PaymentCanceledPaymentDetailsOneOf as ci, type PaymentDeclined as cj, type PaymentDeclinedPaymentDetailsOneOf as ck, type ReceiptCreated as cl, type ReceiptCreatedReceiptInfoOneOf as cm, type WixReceipt as cn, type ExternalReceipt as co, type ReceiptSent as cp, type ReceiptSentReceiptInfoOneOf as cq, type CreatedBy as cr, type CreatedByStringOneOf as cs, type ChannelInfo as ct, type CustomField as cu, type BalanceSummary as cv, type Balance as cw, type AdditionalFee as cx, type FulfillmentStatusesAggregate as cy, type Tags as cz, type PaymentCollectionCreatePaymentGatewayOrderOptions as d, type SendBuyerShippingConfirmationEmailRequest as d$, type MembershipName as d0, type ServiceProperties as d1, type ChargeMembershipsResponse as d2, type TriggerRefundRequest as d3, type RefundDetails as d4, type RefundItem as d5, type LineItemRefund as d6, type AdditionalFeeRefund as d7, type ShippingRefund as d8, type RefundSideEffects as d9, type CalculateRefundItemRequest as dA, type CalculateRefundResponse as dB, type CalculateRefundItemResponse as dC, type VoidAuthorizedPaymentsRequest as dD, type CaptureAuthorizedPaymentsRequest as dE, type ChargeSavedPaymentMethodRequest as dF, type ChargeSavedPaymentMethodResponse as dG, type DomainEvent as dH, type DomainEventBodyOneOf as dI, type EntityCreatedEvent as dJ, type RestoreInfo as dK, type EntityUpdatedEvent as dL, type EntityDeletedEvent as dM, type ActionEvent as dN, type Empty as dO, type MessageEnvelope as dP, type IdentificationData as dQ, type IdentificationDataIdOneOf as dR, type ImageContent as dS, type SendBuyerConfirmationEmailRequest as dT, type SendBuyerConfirmationEmailResponse as dU, type SendBuyerPaymentsReceivedEmailRequest as dV, type SendBuyerPaymentsReceivedEmailResponse as dW, type SendBuyerPickupConfirmationEmailRequest as dX, type SendBuyerPickupConfirmationEmailResponse as dY, type BulkSendBuyerPickupConfirmationEmailsRequest as dZ, type BulkSendBuyerPickupConfirmationEmailsResponse as d_, type RestockInfo as da, type RestockItem as db, type OrderTransactions as dc, type Payment as dd, type PaymentPaymentDetailsOneOf as de, type PaymentReceiptInfoOneOf as df, type RegularPaymentDetails as dg, type RegularPaymentDetailsPaymentMethodDetailsOneOf as dh, type CreditCardPaymentMethodDetails as di, type AuthorizationDetails as dj, type AuthorizationCapture as dk, type AuthorizationActionFailureDetails as dl, type AuthorizationVoid as dm, type V1ScheduledAction as dn, type GiftCardPaymentDetails as dp, type MembershipPaymentDetails as dq, type WixReceiptInfo as dr, type ExternalReceiptInfo as ds, type Refund as dt, type RefundTransaction as du, type RefundStatusInfo as dv, type AggregatedRefundSummary as dw, type RefundItemsBreakdown as dx, type LineItemRefundSummary as dy, type CalculateRefundRequest as dz, type ChargeMembershipsOptions as e, type V1UpdateOrderResponse as e$, type SendBuyerShippingConfirmationEmailResponse as e0, type BulkSendBuyerShippingConfirmationEmailsRequest as e1, type BulkSendBuyerShippingConfirmationEmailsResponse as e2, type SendMerchantOrderReceivedNotificationRequest as e3, type SendMerchantOrderReceivedNotificationResponse as e4, type SendCancelRefundEmailRequest as e5, type SendCancelRefundEmailResponse as e6, type SendRefundEmailRequest as e7, type SendRefundEmailResponse as e8, type SendMerchantOrderReceivedPushRequest as e9, type MetaTag as eA, type HtmlApplication as eB, type ExternalUriMapping as eC, type UserDataResponse as eD, type QueryOrdersForMetasiteRequest as eE, type InternalQueryOrdersRequest as eF, type PlatformQuery as eG, type PlatformQueryPagingMethodOneOf as eH, type Sorting as eI, type PlatformPaging as eJ, type CursorPaging as eK, type QueryOrdersForMetasiteResponse as eL, type PlatformPagingMetadata as eM, type Cursors as eN, type GetOrderForMetasiteRequest as eO, type GetOrderForMetasiteResponse as eP, type ListOrderTransactionsForMetasiteRequest as eQ, type ListOrderTransactionsForMetasiteResponse as eR, type UpsertRefundRequest as eS, type UpsertRefundResponse as eT, type GetOrderOutOfBoxRequest as eU, type GetOrderOutOfBoxResponse as eV, type GetOrderAgcRequest as eW, type GetOrderAgcResponse as eX, type GetOrderWithFilterByLocationRequest as eY, type GetOrderWithFilterByLocationResponse as eZ, type V1UpdateOrderRequest as e_, type SendMerchantOrderReceivedPushResponse as ea, type PreviewEmailByTypeRequest as eb, type PreviewEmailByTypeResponse as ec, type PreviewRefundEmailRequest as ed, type PreviewRefundEmailResponse as ee, type PreviewCancelEmailRequest as ef, type PreviewCancelEmailResponse as eg, type PreviewCancelRefundEmailRequest as eh, type PreviewCancelRefundEmailResponse as ei, type PreviewBuyerPaymentsReceivedEmailRequest as ej, type PreviewBuyerPaymentsReceivedEmailResponse as ek, type PreviewBuyerConfirmationEmailRequest as el, type PreviewBuyerConfirmationEmailResponse as em, type PreviewBuyerPickupConfirmationEmailRequest as en, type PreviewBuyerPickupConfirmationEmailResponse as eo, type PreviewShippingConfirmationEmailRequest as ep, type PreviewShippingConfirmationEmailResponse as eq, type PreviewResendDownloadLinksEmailRequest as er, type PreviewResendDownloadLinksEmailResponse as es, type TriggerReindexOrderRequest as et, type SnapshotMessage as eu, type GetMetasiteDataRequest as ev, type GetMetasiteDataResponse as ew, type MetaSite as ex, type App as ey, type SeoData as ez, type PaymentRefund as f, type BulkUnArchiveOrdersRequest as f$, type UpdateInternalDocumentsEvent as f0, type UpdateInternalDocumentsEventOperationOneOf as f1, type InternalDocument as f2, type InternalDocumentUpdateOperation as f3, type DeleteByIdsOperation as f4, type DeleteByFilterOperation as f5, type InternalDocumentUpdateByFilterOperation as f6, type InternalUpdateExistingOperation as f7, type VersionedDocumentUpdateOperation as f8, type VersionedDeleteByIdsOperation as f9, type DraftOrderDiffsShippingUpdateInfoOneOf as fA, type DraftOrderDiffsBuyerUpdateInfoOneOf as fB, type DraftOrderDiffsBillingUpdateInfoOneOf as fC, type DraftOrderDiffsRecipientUpdateInfoOneOf as fD, type V1LineItemDelta as fE, type V1LineItemDeltaDeltaOneOf as fF, type OrderLineItemChangedDetails as fG, type ItemChangedDetails as fH, type AppliedDiscountDelta as fI, type AppliedDiscountDeltaDeltaOneOf as fJ, type AdditionalFeeDelta as fK, type AdditionalFeeDeltaDeltaOneOf as fL, type DraftOrderCommitSettings as fM, type InventoryUpdateDetails as fN, type OrderDeltasCommitted as fO, type CommittedDiffs as fP, type CommittedDiffsShippingUpdateInfoOneOf as fQ, type LineItemDelta as fR, type LineItemDeltaDeltaOneOf as fS, type ArchiveOrderRequest as fT, type ArchiveOrderResponse as fU, type BulkArchiveOrdersRequest as fV, type BulkArchiveOrdersResponse as fW, type BulkArchiveOrdersByFilterRequest as fX, type BulkArchiveOrdersByFilterResponse as fY, type UnArchiveOrderRequest as fZ, type UnArchiveOrderResponse as f_, type VersionedDocumentId as fa, type TriggerReindexRequest as fb, type TriggerReindexResponse as fc, type BatchOfTriggerReindexOrderRequest as fd, type DiffmatokyPayload as fe, type ErrorInformation as ff, type ContinueSideEffectsFlowInLegacyData as fg, type IndexingMessage as fh, type GetOrderRequest as fi, type GetOrderResponse as fj, type InternalQueryOrdersResponse as fk, type QueryOrderRequest as fl, type QueryOrderResponse as fm, type SearchOrdersRequest as fn, type CursorSearch as fo, type CursorSearchPagingMethodOneOf as fp, type CursorPagingMetadata as fq, type CreateOrderRequest as fr, type OrderCreationSettings as fs, type OrderCreateNotifications as ft, type CreateOrderResponse as fu, type UpdateOrderRequest as fv, type UpdateOrderResponse as fw, type BulkUpdateOrdersRequest as fx, type CommitDeltasRequest as fy, type DraftOrderDiffs as fz, type TriggerRefundResponse as g, type BulkMarkAsUnfulfilledResponse as g$, type BulkUnArchiveOrdersResponse as g0, type BulkUnArchiveOrdersByFilterRequest as g1, type BulkUnArchiveOrdersByFilterResponse as g2, type UpdateBuyerInfoRequest as g3, type BuyerInfoUpdate as g4, type UpdateBuyerInfoResponse as g5, type UpdateBuyerEmailRequest as g6, type UpdateBuyerEmailResponse as g7, type UpdateOrderShippingAddressRequest as g8, type UpdateOrderShippingAddressResponse as g9, type OrderPending as gA, type OrderRejected as gB, type AddInternalActivityResponse as gC, type AddActivityRequest as gD, type PublicActivityContentOneOf as gE, type AddActivitiesRequest as gF, type AddActivitiesResponse as gG, type UpdateActivityRequest as gH, type DeleteActivityRequest as gI, type UpdateLineItemsDescriptionLinesRequest as gJ, type LineItemUpdate as gK, type UpdateLineItemsDescriptionLinesResponse as gL, type MarkOrderAsSeenByHumanRequest as gM, type MarkOrderAsSeenByHumanResponse as gN, type CancelOrderRequest as gO, type OrderCanceledEventOrderCanceled as gP, type UpdateOrderStatusRequest as gQ, type MarkAsFulfilledRequest as gR, type MarkAsFulfilledResponse as gS, type FulfillmentStatusUpdated as gT, type BulkMarkAsFulfilledRequest as gU, type BulkMarkAsFulfilledResponse as gV, type BulkMarkAsFulfilledByFilterRequest as gW, type BulkMarkAsFulfilledByFilterResponse as gX, type MarkAsUnfulfilledRequest as gY, type MarkAsUnfulfilledResponse as gZ, type BulkMarkAsUnfulfilledRequest as g_, type UpdateBillingContactDetailsRequest as ga, type UpdateBillingContactDetailsResponse as gb, type UpdateOrderLineItemRequest as gc, type UpdateOrderLineItemsRequest as gd, type MaskedOrderLineItem as ge, type UpdateOrderLineItemsResponse as gf, type AddInternalActivityRequest as gg, type InternalActivity as gh, type InternalActivityContentOneOf as gi, type OrderPlaced as gj, type OrderPaid as gk, type OrderFulfilled as gl, type OrderNotFulfilled as gm, type OrderCanceled as gn, type DownloadLinkSent as go, type TrackingNumberAdded as gp, type TrackingNumberEdited as gq, type TrackingLinkAdded as gr, type ShippingConfirmationEmailSent as gs, type InvoiceAdded as gt, type InvoiceSent as gu, type FulfillerEmailSent as gv, type ShippingAddressEdited as gw, type EmailEdited as gx, type PickupReadyEmailSent as gy, type OrderPartiallyPaid as gz, type PaymentCapture as h, type OrderSearchSpec as h$, type BulkMarkAsUnfulfilledByFilterRequest as h0, type BulkMarkAsUnfulfilledByFilterResponse as h1, type BulkSetBusinessLocationRequest as h2, type BulkSetBusinessLocationResponse as h3, type BulkSetBusinessLocationResult as h4, type V1MarkOrderAsPaidRequest as h5, type V1MarkOrderAsPaidResponse as h6, type V1BulkMarkOrdersAsPaidRequest as h7, type V1BulkMarkOrdersAsPaidResponse as h8, type V1CreatePaymentGatewayOrderRequest as h9, type CommonAddressStreetOneOf as hA, type Subdivision as hB, type StandardDetails as hC, type InvoiceDates as hD, type LineItems as hE, type LineItem as hF, type BigDecimalWrapper as hG, type LineItemTax as hH, type Source as hI, type LineItemMetaData as hJ, type Locale as hK, type TotalPrice as hL, type ItemizedFee as hM, type Discount as hN, type DiscountOneDiscountTypeOneOf as hO, type CalculatedTaxes as hP, type CalculatedTax as hQ, type Payments as hR, type InvoicesPayment as hS, type MetaData as hT, type InvoiceDynamicPriceTotals as hU, type CustomFieldValue as hV, type Value as hW, type Deposit as hX, type TriggerSideEffectsFromLegacyData as hY, type BaseEventMetadata as hZ, type EventMetadata as h_, type V1CreatePaymentGatewayOrderResponse as ha, type GetShipmentsRequest as hb, type GetShipmentsResponse as hc, type AggregateOrdersRequest as hd, type DecrementItemsQuantityRequest as he, type DecrementData as hf, type DecrementItemsQuantityResponse as hg, type BulkUpdateOrderTagsRequest as hh, type BulkUpdateOrderTagsResult as hi, type Task as hj, type TaskKey as hk, type TaskAction as hl, type TaskActionActionOneOf as hm, type Complete as hn, type Cancel as ho, type Reschedule as hp, type InvoiceSentEvent as hq, type IdAndVersion as hr, type InvoiceFields as hs, type Customer as ht, type Email as hu, type QuotesAddress as hv, type AddressDescription as hw, type Phone as hx, type Company as hy, type CommonAddress as hz, type CaptureAuthorizedPaymentsResponse as i, type OrderSearch as j, type CreateOrderOptions as k, type MaskedOrder as l, type BulkUpdateOrdersOptions as m, type BulkUpdateOrdersResponse as n, type CommitDeltasOptions as o, type CommitDeltasResponse as p, type UpdateOrderLineItemIdentifiers as q, type UpdateOrderLineItem as r, type UpdateOrderLineItemResponse as s, type PublicActivity as t, type UpdateActivityIdentifiers as u, type UpdateActivityResponse as v, type DeleteActivityResponse as w, type CancelOrderOptions as x, type CancelOrderResponse as y, type OrderStatusWithLiterals as z };
7332
+ export { TaxableAddressType as $, type AddActivityResponse as A, type BulkMarkOrdersAsPaidResponse as B, type CreatePaymentGatewayOrderResponse as C, type DeleteActivityIdentifiers as D, type UpdateOrderStatusResponse as E, type AggregateOrdersOptions as F, type GetPaymentCollectabilityStatusResponse as G, type AggregateOrdersResponse as H, type BulkUpdateOrderTagsOptions as I, type BulkUpdateOrderTagsResponse as J, type OrderApprovedEnvelope as K, type OrderUpdatedEnvelope as L, type MarkOrderAsPaidResponse as M, type OrderCanceledEnvelope as N, type Order as O, type Price as P, type OrderCreatedEnvelope as Q, DescriptionLineType as R, type SearchOrdersResponse as S, type TriggerRefundOptions as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, ItemTypeItemType as W, PaymentOptionType as X, JurisdictionType as Y, SubscriptionFrequency as Z, AdjustmentType as _, type PreparePaymentCollectionOptions as a, type SubscriptionDescription as a$, PaymentStatus as a0, FulfillmentStatus as a1, WeightUnit as a2, VatType as a3, PickupMethod as a4, OrderStatus as a5, DiscountType as a6, DiscountReason as a7, LineItemQuantityChangeType as a8, ActivityType as a9, InventoryAction as aA, Placement as aB, SubdivisionType as aC, SourceType as aD, CustomFieldGroup as aE, ValueType as aF, DepositType as aG, InvoiceStatus as aH, type OrderLineItem as aI, type ProductName as aJ, type CatalogReference as aK, type DescriptionLine as aL, type DescriptionLineValueOneOf as aM, type DescriptionLineDescriptionLineValueOneOf as aN, type DescriptionLineName as aO, type PlainTextValue as aP, type Color as aQ, type FocalPoint as aR, type PhysicalProperties as aS, type ItemType as aT, type ItemTypeItemTypeDataOneOf as aU, type ItemTaxFullDetails as aV, type LineItemTaxInfo as aW, type LineItemTaxBreakdown as aX, type DigitalFile as aY, type SubscriptionInfo as aZ, type SubscriptionTitle as a_, AttributionSource as aa, ChannelType as ab, ScheduledAction as ac, DurationUnit as ad, PaymentCollectabilityStatus as ae, RefundableStatus as af, NonRefundableReason as ag, ManuallyRefundableReason as ah, RestockType as ai, TransactionStatus as aj, AuthorizationCaptureStatus as ak, AuthorizationVoidStatus as al, Reason as am, ActionType as an, MembershipPaymentStatus as ao, RefundStatus as ap, WebhookIdentityType as aq, TextDetection as ar, AnimationDetection as as, PreviewEmailType as at, State as au, Namespace as av, SortOrder as aw, VersioningMode as ax, OrderApprovalStrategy as ay, DeltaPaymentOptionType as az, type PreparePaymentCollectionResponse as b, type SavedPaymentMethod as b$, type SubscriptionSettings as b0, type FreeTrialPeriod as b1, type BillingAdjustment as b2, type BillingAdjustmentPriceSummary as b3, type PriceDescription as b4, type LocationAndQuantity as b5, type TaxableAddress as b6, type TaxableAddressTaxableAddressDataOneOf as b7, type ExtendedFields as b8, type ModifierGroup as b9, type MerchantDiscount as bA, type MerchantDiscountMerchantDiscountReasonOneOf as bB, type DiscountRule as bC, type DiscountRuleName as bD, type LineItemDiscount as bE, type Activity as bF, type ActivityContentOneOf as bG, type CustomActivity as bH, type MerchantComment as bI, type OrderRefunded as bJ, type OrderCreatedFromExchange as bK, type NewExchangeOrderCreated as bL, type LineItemExchangeData as bM, type DraftOrderChangesApplied as bN, type OrderChange as bO, type OrderChangeValueOneOf as bP, type LineItemChanges as bQ, type LineItemQuantityChange as bR, type LineItemPriceChange as bS, type ManagedLineItem as bT, type ManagedDiscount as bU, type TranslatedValue as bV, type LineItemAmount as bW, type ManagedAdditionalFee as bX, type TotalPriceChange as bY, type ShippingInformationChange as bZ, type ShippingInformation as b_, type TranslatableString as ba, type ItemModifier as bb, type BuyerInfo as bc, type BuyerInfoIdOneOf as bd, type CurrencyConversionDetails as be, type PriceSummary as bf, type AddressWithContact as bg, type Address as bh, type StreetAddress as bi, type AddressLocation as bj, type FullAddressContactDetails as bk, type VatId as bl, type V1ShippingInformation as bm, type DeliveryLogistics as bn, type DeliveryLogisticsAddressOneOf as bo, type PickupDetails as bp, type PickupAddress as bq, type DeliveryTimeSlot as br, type ShippingPrice as bs, type ShippingRegion as bt, type TaxSummary as bu, type OrderTaxInfo as bv, type OrderTaxBreakdown as bw, type AppliedDiscount as bx, type AppliedDiscountDiscountSourceOneOf as by, type Coupon as bz, type GetRefundabilityStatusResponse as c, type MembershipName as c$, type AuthorizedPaymentCreated as c0, type AuthorizedPaymentCaptured as c1, type AuthorizedPaymentVoided as c2, type RefundInitiated as c3, type RefundedPayment as c4, type RefundedPaymentKindOneOf as c5, type RegularPaymentRefund as c6, type GiftCardPaymentRefund as c7, type MembershipPaymentRefund as c8, type PaymentRefunded as c9, type TagList as cA, type Location as cB, type OrderApproved as cC, type OrdersExperiments as cD, type OrderRejectedEventOrderRejected as cE, type OrderItemsRestocked as cF, type V1RestockItem as cG, type PreparePaymentCollectionRequest as cH, type RedirectUrls as cI, type DelayedCaptureSettings as cJ, type Duration as cK, type GetPaymentCollectabilityStatusRequest as cL, type RecordManuallyCollectedPaymentRequest as cM, type RecordManuallyCollectedPaymentResponse as cN, type MarkOrderAsPaidRequest as cO, type BulkMarkOrdersAsPaidRequest as cP, type BulkOrderResult as cQ, type ItemMetadata as cR, type ApplicationError as cS, type BulkActionMetadata as cT, type GetRefundabilityStatusRequest as cU, type Refundability as cV, type RefundabilityAdditionalRefundabilityInfoOneOf as cW, type CreatePaymentGatewayOrderRequest as cX, type ChargedBy as cY, type ChargeMembershipsRequest as cZ, type MembershipChargeItem as c_, type PaymentRefundFailed as ca, type RefundedAsStoreCredit as cb, type PaymentPending as cc, type PaymentPendingPaymentDetailsOneOf as cd, type RegularPayment as ce, type RegularPaymentPaymentMethodDetailsOneOf as cf, type CreditCardDetails as cg, type PaymentCanceled as ch, type PaymentCanceledPaymentDetailsOneOf as ci, type PaymentDeclined as cj, type PaymentDeclinedPaymentDetailsOneOf as ck, type ReceiptCreated as cl, type ReceiptCreatedReceiptInfoOneOf as cm, type WixReceipt as cn, type ExternalReceipt as co, type ReceiptSent as cp, type ReceiptSentReceiptInfoOneOf as cq, type CreatedBy as cr, type CreatedByStringOneOf as cs, type ChannelInfo as ct, type CustomField as cu, type BalanceSummary as cv, type Balance as cw, type AdditionalFee as cx, type FulfillmentStatusesAggregate as cy, type Tags as cz, type PaymentCollectionCreatePaymentGatewayOrderOptions as d, type SendBuyerShippingConfirmationEmailResponse as d$, type ServiceProperties as d0, type ChargeMembershipsResponse as d1, type TriggerRefundRequest as d2, type RefundDetails as d3, type RefundItem as d4, type LineItemRefund as d5, type AdditionalFeeRefund as d6, type ShippingRefund as d7, type RefundSideEffects as d8, type RestockInfo as d9, type CalculateRefundResponse as dA, type CalculateRefundItemResponse as dB, type VoidAuthorizedPaymentsRequest as dC, type CaptureAuthorizedPaymentsRequest as dD, type ChargeSavedPaymentMethodRequest as dE, type ChargeSavedPaymentMethodResponse as dF, type DomainEvent as dG, type DomainEventBodyOneOf as dH, type EntityCreatedEvent as dI, type RestoreInfo as dJ, type EntityUpdatedEvent as dK, type EntityDeletedEvent as dL, type ActionEvent as dM, type Empty as dN, type MessageEnvelope as dO, type IdentificationData as dP, type IdentificationDataIdOneOf as dQ, type ImageContent as dR, type SendBuyerConfirmationEmailRequest as dS, type SendBuyerConfirmationEmailResponse as dT, type SendBuyerPaymentsReceivedEmailRequest as dU, type SendBuyerPaymentsReceivedEmailResponse as dV, type SendBuyerPickupConfirmationEmailRequest as dW, type SendBuyerPickupConfirmationEmailResponse as dX, type BulkSendBuyerPickupConfirmationEmailsRequest as dY, type BulkSendBuyerPickupConfirmationEmailsResponse as dZ, type SendBuyerShippingConfirmationEmailRequest as d_, type RestockItem as da, type OrderTransactions as db, type Payment as dc, type PaymentPaymentDetailsOneOf as dd, type PaymentReceiptInfoOneOf as de, type RegularPaymentDetails as df, type RegularPaymentDetailsPaymentMethodDetailsOneOf as dg, type CreditCardPaymentMethodDetails as dh, type AuthorizationDetails as di, type AuthorizationCapture as dj, type AuthorizationActionFailureDetails as dk, type AuthorizationVoid as dl, type V1ScheduledAction as dm, type GiftCardPaymentDetails as dn, type MembershipPaymentDetails as dp, type WixReceiptInfo as dq, type ExternalReceiptInfo as dr, type Refund as ds, type RefundTransaction as dt, type RefundStatusInfo as du, type AggregatedRefundSummary as dv, type RefundItemsBreakdown as dw, type LineItemRefundSummary as dx, type CalculateRefundRequest as dy, type CalculateRefundItemRequest as dz, type ChargeMembershipsOptions as e, type V1UpdateOrderResponse as e$, type BulkSendBuyerShippingConfirmationEmailsRequest as e0, type BulkSendBuyerShippingConfirmationEmailsResponse as e1, type SendMerchantOrderReceivedNotificationRequest as e2, type SendMerchantOrderReceivedNotificationResponse as e3, type SendCancelRefundEmailRequest as e4, type SendCancelRefundEmailResponse as e5, type SendRefundEmailRequest as e6, type SendRefundEmailResponse as e7, type SendMerchantOrderReceivedPushRequest as e8, type SendMerchantOrderReceivedPushResponse as e9, type MetaTag as eA, type HtmlApplication as eB, type ExternalUriMapping as eC, type UserDataResponse as eD, type QueryOrdersForMetasiteRequest as eE, type InternalQueryOrdersRequest as eF, type PlatformQuery as eG, type PlatformQueryPagingMethodOneOf as eH, type Sorting as eI, type PlatformPaging as eJ, type CursorPaging as eK, type QueryOrdersForMetasiteResponse as eL, type PlatformPagingMetadata as eM, type Cursors as eN, type GetOrderForMetasiteRequest as eO, type GetOrderForMetasiteResponse as eP, type ListOrderTransactionsForMetasiteRequest as eQ, type ListOrderTransactionsForMetasiteResponse as eR, type UpsertRefundRequest as eS, type UpsertRefundResponse as eT, type GetOrderOutOfBoxRequest as eU, type GetOrderOutOfBoxResponse as eV, type GetOrderAgcRequest as eW, type GetOrderAgcResponse as eX, type GetOrderWithFilterByLocationRequest as eY, type GetOrderWithFilterByLocationResponse as eZ, type V1UpdateOrderRequest as e_, type PreviewEmailByTypeRequest as ea, type PreviewEmailByTypeResponse as eb, type PreviewRefundEmailRequest as ec, type PreviewRefundEmailResponse as ed, type PreviewCancelEmailRequest as ee, type PreviewCancelEmailResponse as ef, type PreviewCancelRefundEmailRequest as eg, type PreviewCancelRefundEmailResponse as eh, type PreviewBuyerPaymentsReceivedEmailRequest as ei, type PreviewBuyerPaymentsReceivedEmailResponse as ej, type PreviewBuyerConfirmationEmailRequest as ek, type PreviewBuyerConfirmationEmailResponse as el, type PreviewBuyerPickupConfirmationEmailRequest as em, type PreviewBuyerPickupConfirmationEmailResponse as en, type PreviewShippingConfirmationEmailRequest as eo, type PreviewShippingConfirmationEmailResponse as ep, type PreviewResendDownloadLinksEmailRequest as eq, type PreviewResendDownloadLinksEmailResponse as er, type TriggerReindexOrderRequest as es, type SnapshotMessage as et, type PaymentStatusUpdated as eu, type GetMetasiteDataRequest as ev, type GetMetasiteDataResponse as ew, type MetaSite as ex, type App as ey, type SeoData as ez, type PaymentRefund as f, type BulkUnArchiveOrdersRequest as f$, type UpdateInternalDocumentsEvent as f0, type UpdateInternalDocumentsEventOperationOneOf as f1, type InternalDocument as f2, type InternalDocumentUpdateOperation as f3, type DeleteByIdsOperation as f4, type DeleteByFilterOperation as f5, type InternalDocumentUpdateByFilterOperation as f6, type InternalUpdateExistingOperation as f7, type VersionedDocumentUpdateOperation as f8, type VersionedDeleteByIdsOperation as f9, type DraftOrderDiffsShippingUpdateInfoOneOf as fA, type DraftOrderDiffsBuyerUpdateInfoOneOf as fB, type DraftOrderDiffsBillingUpdateInfoOneOf as fC, type DraftOrderDiffsRecipientUpdateInfoOneOf as fD, type V1LineItemDelta as fE, type V1LineItemDeltaDeltaOneOf as fF, type OrderLineItemChangedDetails as fG, type ItemChangedDetails as fH, type AppliedDiscountDelta as fI, type AppliedDiscountDeltaDeltaOneOf as fJ, type AdditionalFeeDelta as fK, type AdditionalFeeDeltaDeltaOneOf as fL, type DraftOrderCommitSettings as fM, type InventoryUpdateDetails as fN, type OrderDeltasCommitted as fO, type CommittedDiffs as fP, type CommittedDiffsShippingUpdateInfoOneOf as fQ, type LineItemDelta as fR, type LineItemDeltaDeltaOneOf as fS, type ArchiveOrderRequest as fT, type ArchiveOrderResponse as fU, type BulkArchiveOrdersRequest as fV, type BulkArchiveOrdersResponse as fW, type BulkArchiveOrdersByFilterRequest as fX, type BulkArchiveOrdersByFilterResponse as fY, type UnArchiveOrderRequest as fZ, type UnArchiveOrderResponse as f_, type VersionedDocumentId as fa, type TriggerReindexRequest as fb, type TriggerReindexResponse as fc, type BatchOfTriggerReindexOrderRequest as fd, type DiffmatokyPayload as fe, type ErrorInformation as ff, type ContinueSideEffectsFlowInLegacyData as fg, type IndexingMessage as fh, type GetOrderRequest as fi, type GetOrderResponse as fj, type InternalQueryOrdersResponse as fk, type QueryOrderRequest as fl, type QueryOrderResponse as fm, type SearchOrdersRequest as fn, type CursorSearch as fo, type CursorSearchPagingMethodOneOf as fp, type CursorPagingMetadata as fq, type CreateOrderRequest as fr, type OrderCreationSettings as fs, type OrderCreateNotifications as ft, type CreateOrderResponse as fu, type UpdateOrderRequest as fv, type UpdateOrderResponse as fw, type BulkUpdateOrdersRequest as fx, type CommitDeltasRequest as fy, type DraftOrderDiffs as fz, type TriggerRefundResponse as g, type BulkMarkAsUnfulfilledResponse as g$, type BulkUnArchiveOrdersResponse as g0, type BulkUnArchiveOrdersByFilterRequest as g1, type BulkUnArchiveOrdersByFilterResponse as g2, type UpdateBuyerInfoRequest as g3, type BuyerInfoUpdate as g4, type UpdateBuyerInfoResponse as g5, type UpdateBuyerEmailRequest as g6, type UpdateBuyerEmailResponse as g7, type UpdateOrderShippingAddressRequest as g8, type UpdateOrderShippingAddressResponse as g9, type OrderPending as gA, type OrderRejected as gB, type AddInternalActivityResponse as gC, type AddActivityRequest as gD, type PublicActivityContentOneOf as gE, type AddActivitiesRequest as gF, type AddActivitiesResponse as gG, type UpdateActivityRequest as gH, type DeleteActivityRequest as gI, type UpdateLineItemsDescriptionLinesRequest as gJ, type LineItemUpdate as gK, type UpdateLineItemsDescriptionLinesResponse as gL, type MarkOrderAsSeenByHumanRequest as gM, type MarkOrderAsSeenByHumanResponse as gN, type CancelOrderRequest as gO, type OrderCanceledEventOrderCanceled as gP, type UpdateOrderStatusRequest as gQ, type MarkAsFulfilledRequest as gR, type MarkAsFulfilledResponse as gS, type FulfillmentStatusUpdated as gT, type BulkMarkAsFulfilledRequest as gU, type BulkMarkAsFulfilledResponse as gV, type BulkMarkAsFulfilledByFilterRequest as gW, type BulkMarkAsFulfilledByFilterResponse as gX, type MarkAsUnfulfilledRequest as gY, type MarkAsUnfulfilledResponse as gZ, type BulkMarkAsUnfulfilledRequest as g_, type UpdateBillingContactDetailsRequest as ga, type UpdateBillingContactDetailsResponse as gb, type UpdateOrderLineItemRequest as gc, type UpdateOrderLineItemsRequest as gd, type MaskedOrderLineItem as ge, type UpdateOrderLineItemsResponse as gf, type AddInternalActivityRequest as gg, type InternalActivity as gh, type InternalActivityContentOneOf as gi, type OrderPlaced as gj, type OrderPaid as gk, type OrderFulfilled as gl, type OrderNotFulfilled as gm, type OrderCanceled as gn, type DownloadLinkSent as go, type TrackingNumberAdded as gp, type TrackingNumberEdited as gq, type TrackingLinkAdded as gr, type ShippingConfirmationEmailSent as gs, type InvoiceAdded as gt, type InvoiceSent as gu, type FulfillerEmailSent as gv, type ShippingAddressEdited as gw, type EmailEdited as gx, type PickupReadyEmailSent as gy, type OrderPartiallyPaid as gz, type PaymentCapture as h, type OrderSearchSpec as h$, type BulkMarkAsUnfulfilledByFilterRequest as h0, type BulkMarkAsUnfulfilledByFilterResponse as h1, type BulkSetBusinessLocationRequest as h2, type BulkSetBusinessLocationResponse as h3, type BulkSetBusinessLocationResult as h4, type V1MarkOrderAsPaidRequest as h5, type V1MarkOrderAsPaidResponse as h6, type V1BulkMarkOrdersAsPaidRequest as h7, type V1BulkMarkOrdersAsPaidResponse as h8, type V1CreatePaymentGatewayOrderRequest as h9, type CommonAddressStreetOneOf as hA, type Subdivision as hB, type StandardDetails as hC, type InvoiceDates as hD, type LineItems as hE, type LineItem as hF, type BigDecimalWrapper as hG, type LineItemTax as hH, type Source as hI, type LineItemMetaData as hJ, type Locale as hK, type TotalPrice as hL, type ItemizedFee as hM, type Discount as hN, type DiscountOneDiscountTypeOneOf as hO, type CalculatedTaxes as hP, type CalculatedTax as hQ, type Payments as hR, type InvoicesPayment as hS, type MetaData as hT, type InvoiceDynamicPriceTotals as hU, type CustomFieldValue as hV, type Value as hW, type Deposit as hX, type TriggerSideEffectsFromLegacyData as hY, type BaseEventMetadata as hZ, type EventMetadata as h_, type V1CreatePaymentGatewayOrderResponse as ha, type GetShipmentsRequest as hb, type GetShipmentsResponse as hc, type AggregateOrdersRequest as hd, type DecrementItemsQuantityRequest as he, type DecrementData as hf, type DecrementItemsQuantityResponse as hg, type BulkUpdateOrderTagsRequest as hh, type BulkUpdateOrderTagsResult as hi, type Task as hj, type TaskKey as hk, type TaskAction as hl, type TaskActionActionOneOf as hm, type Complete as hn, type Cancel as ho, type Reschedule as hp, type InvoiceSentEvent as hq, type IdAndVersion as hr, type InvoiceFields as hs, type Customer as ht, type Email as hu, type QuotesAddress as hv, type AddressDescription as hw, type Phone as hx, type Company as hy, type CommonAddress as hz, type CaptureAuthorizedPaymentsResponse as i, type OrderSearch as j, type CreateOrderOptions as k, type MaskedOrder as l, type BulkUpdateOrdersOptions as m, type BulkUpdateOrdersResponse as n, type CommitDeltasOptions as o, type CommitDeltasResponse as p, type UpdateOrderLineItemIdentifiers as q, type UpdateOrderLineItem as r, type UpdateOrderLineItemResponse as s, type PublicActivity as t, type UpdateActivityIdentifiers as u, type UpdateActivityResponse as v, type DeleteActivityResponse as w, type CancelOrderOptions as x, type CancelOrderResponse as y, type OrderStatusWithLiterals as z };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, G as GetPaymentCollectabilityStatusResponse, M as MarkOrderAsPaidResponse, B as BulkMarkOrdersAsPaidResponse, c as GetRefundabilityStatusResponse, d as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, e as ChargeMembershipsOptions, f as PaymentRefund, T as TriggerRefundOptions, g as TriggerRefundResponse, V as VoidAuthorizedPaymentsResponse, h as PaymentCapture, i as CaptureAuthorizedPaymentsResponse, O as Order, j as OrderSearch, S as SearchOrdersResponse, k as CreateOrderOptions, U as UpdateOrder, l as MaskedOrder, m as BulkUpdateOrdersOptions, n as BulkUpdateOrdersResponse, o as CommitDeltasOptions, p as CommitDeltasResponse, q as UpdateOrderLineItemIdentifiers, r as UpdateOrderLineItem, s as UpdateOrderLineItemResponse, t as PublicActivity, A as AddActivityResponse, u as UpdateActivityIdentifiers, v as UpdateActivityResponse, D as DeleteActivityIdentifiers, w as DeleteActivityResponse, x as CancelOrderOptions, y as CancelOrderResponse, z as OrderStatusWithLiterals, E as UpdateOrderStatusResponse, F as AggregateOrdersOptions, H as AggregateOrdersResponse, I as BulkUpdateOrderTagsOptions, J as BulkUpdateOrderTagsResponse, K as OrderApprovedEnvelope, L as OrderUpdatedEnvelope, N as OrderCanceledEnvelope, Q as OrderCreatedEnvelope } from './ecom-v1-order-orders.universal-DYbLchxj.js';
3
- export { dN as ActionEvent, an as ActionType, bF as Activity, bG as ActivityContentOneOf, a9 as ActivityType, gF as AddActivitiesRequest, gG as AddActivitiesResponse, gD as AddActivityRequest, gg as AddInternalActivityRequest, gC as AddInternalActivityResponse, cx as AdditionalFee, fK as AdditionalFeeDelta, fL as AdditionalFeeDeltaDeltaOneOf, d7 as AdditionalFeeRefund, bh as Address, hw as AddressDescription, bj as AddressLocation, bg as AddressWithContact, _ as AdjustmentType, hd as AggregateOrdersRequest, dw as AggregatedRefundSummary, as as AnimationDetection, ey as App, cT as ApplicationError, bx as AppliedDiscount, fI as AppliedDiscountDelta, fJ as AppliedDiscountDeltaDeltaOneOf, by as AppliedDiscountDiscountSourceOneOf, fT as ArchiveOrderRequest, fU as ArchiveOrderResponse, aa as AttributionSource, dl as AuthorizationActionFailureDetails, dk as AuthorizationCapture, ak as AuthorizationCaptureStatus, dj as AuthorizationDetails, dm as AuthorizationVoid, al as AuthorizationVoidStatus, c1 as AuthorizedPaymentCaptured, c0 as AuthorizedPaymentCreated, c2 as AuthorizedPaymentVoided, cw as Balance, cv as BalanceSummary, hZ as BaseEventMetadata, fd as BatchOfTriggerReindexOrderRequest, hG as BigDecimalWrapper, b2 as BillingAdjustment, b3 as BillingAdjustmentPriceSummary, cU as BulkActionMetadata, fX as BulkArchiveOrdersByFilterRequest, fY as BulkArchiveOrdersByFilterResponse, fV as BulkArchiveOrdersRequest, fW as BulkArchiveOrdersResponse, gW as BulkMarkAsFulfilledByFilterRequest, gX as BulkMarkAsFulfilledByFilterResponse, gU as BulkMarkAsFulfilledRequest, gV as BulkMarkAsFulfilledResponse, h0 as BulkMarkAsUnfulfilledByFilterRequest, h1 as BulkMarkAsUnfulfilledByFilterResponse, g_ as BulkMarkAsUnfulfilledRequest, g$ as BulkMarkAsUnfulfilledResponse, cQ as BulkMarkOrdersAsPaidRequest, cR as BulkOrderResult, dZ as BulkSendBuyerPickupConfirmationEmailsRequest, d_ as BulkSendBuyerPickupConfirmationEmailsResponse, e1 as BulkSendBuyerShippingConfirmationEmailsRequest, e2 as BulkSendBuyerShippingConfirmationEmailsResponse, h2 as BulkSetBusinessLocationRequest, h3 as BulkSetBusinessLocationResponse, h4 as BulkSetBusinessLocationResult, g1 as BulkUnArchiveOrdersByFilterRequest, g2 as BulkUnArchiveOrdersByFilterResponse, f$ as BulkUnArchiveOrdersRequest, g0 as BulkUnArchiveOrdersResponse, hh as BulkUpdateOrderTagsRequest, hi as BulkUpdateOrderTagsResult, fx as BulkUpdateOrdersRequest, bc as BuyerInfo, bd as BuyerInfoIdOneOf, g4 as BuyerInfoUpdate, dA as CalculateRefundItemRequest, dC as CalculateRefundItemResponse, dz as CalculateRefundRequest, dB as CalculateRefundResponse, hQ as CalculatedTax, hP as CalculatedTaxes, ho as Cancel, gO as CancelOrderRequest, dE as CaptureAuthorizedPaymentsRequest, aK as CatalogReference, ct as ChannelInfo, ab as ChannelType, c_ as ChargeMembershipsRequest, d2 as ChargeMembershipsResponse, dF as ChargeSavedPaymentMethodRequest, dG as ChargeSavedPaymentMethodResponse, cZ as ChargedBy, aQ as Color, fy as CommitDeltasRequest, fP as CommittedDiffs, fQ as CommittedDiffsShippingUpdateInfoOneOf, hz as CommonAddress, hA as CommonAddressStreetOneOf, hy as Company, hn as Complete, fg as ContinueSideEffectsFlowInLegacyData, bz as Coupon, fr as CreateOrderRequest, fu as CreateOrderResponse, cY as CreatePaymentGatewayOrderRequest, cr as CreatedBy, cs as CreatedByStringOneOf, cg as CreditCardDetails, di as CreditCardPaymentMethodDetails, be as CurrencyConversionDetails, eK as CursorPaging, fq as CursorPagingMetadata, fo as CursorSearch, fp as CursorSearchPagingMethodOneOf, eN as Cursors, bH as CustomActivity, cu as CustomField, aE as CustomFieldGroup, hV as CustomFieldValue, ht as Customer, hf as DecrementData, he as DecrementItemsQuantityRequest, hg as DecrementItemsQuantityResponse, cJ as DelayedCaptureSettings, gI as DeleteActivityRequest, f5 as DeleteByFilterOperation, f4 as DeleteByIdsOperation, bn as DeliveryLogistics, bo as DeliveryLogisticsAddressOneOf, br as DeliveryTimeSlot, az as DeltaPaymentOptionType, hX as Deposit, aG as DepositType, aL as DescriptionLine, aN as DescriptionLineDescriptionLineValueOneOf, aO as DescriptionLineName, R as DescriptionLineType, aM as DescriptionLineValueOneOf, fe as DiffmatokyPayload, aY as DigitalFile, hN as Discount, hO as DiscountOneDiscountTypeOneOf, a7 as DiscountReason, bC as DiscountRule, bD as DiscountRuleName, a6 as DiscountType, dH as DomainEvent, dI as DomainEventBodyOneOf, go as DownloadLinkSent, bN as DraftOrderChangesApplied, fM as DraftOrderCommitSettings, fz as DraftOrderDiffs, fC as DraftOrderDiffsBillingUpdateInfoOneOf, fB as DraftOrderDiffsBuyerUpdateInfoOneOf, fD as DraftOrderDiffsRecipientUpdateInfoOneOf, fA as DraftOrderDiffsShippingUpdateInfoOneOf, cK as Duration, ad as DurationUnit, hu as Email, gx as EmailEdited, dO as Empty, dJ as EntityCreatedEvent, dM as EntityDeletedEvent, dL as EntityUpdatedEvent, ff as ErrorInformation, h_ as EventMetadata, b8 as ExtendedFields, co as ExternalReceipt, ds as ExternalReceiptInfo, eC as ExternalUriMapping, aR as FocalPoint, b1 as FreeTrialPeriod, gv as FulfillerEmailSent, a1 as FulfillmentStatus, gT as FulfillmentStatusUpdated, cy as FulfillmentStatusesAggregate, bk as FullAddressContactDetails, ev as GetMetasiteDataRequest, ew as GetMetasiteDataResponse, eW as GetOrderAgcRequest, eX as GetOrderAgcResponse, eO as GetOrderForMetasiteRequest, eP as GetOrderForMetasiteResponse, eU as GetOrderOutOfBoxRequest, eV as GetOrderOutOfBoxResponse, fi as GetOrderRequest, fj as GetOrderResponse, eY as GetOrderWithFilterByLocationRequest, eZ as GetOrderWithFilterByLocationResponse, cL as GetPaymentCollectabilityStatusRequest, cV as GetRefundabilityStatusRequest, hb as GetShipmentsRequest, hc as GetShipmentsResponse, dp as GiftCardPaymentDetails, c7 as GiftCardPaymentRefund, eB as HtmlApplication, hr as IdAndVersion, dQ as IdentificationData, dR as IdentificationDataIdOneOf, dS as ImageContent, fh as IndexingMessage, gh as InternalActivity, gi as InternalActivityContentOneOf, f2 as InternalDocument, f6 as InternalDocumentUpdateByFilterOperation, f3 as InternalDocumentUpdateOperation, eF as InternalQueryOrdersRequest, fk as InternalQueryOrdersResponse, f7 as InternalUpdateExistingOperation, aA as InventoryAction, fN as InventoryUpdateDetails, gt as InvoiceAdded, hD as InvoiceDates, hU as InvoiceDynamicPriceTotals, hs as InvoiceFields, gu as InvoiceSent, hq as InvoiceSentEvent, aH as InvoiceStatus, hS as InvoicesPayment, fH as ItemChangedDetails, cS as ItemMetadata, bb as ItemModifier, aV as ItemTaxFullDetails, aT as ItemType, W as ItemTypeItemType, aU as ItemTypeItemTypeDataOneOf, hM as ItemizedFee, Y as JurisdictionType, hF as LineItem, bW as LineItemAmount, bQ as LineItemChanges, fR as LineItemDelta, fS as LineItemDeltaDeltaOneOf, bE as LineItemDiscount, bM as LineItemExchangeData, hJ as LineItemMetaData, bS as LineItemPriceChange, bR as LineItemQuantityChange, a8 as LineItemQuantityChangeType, d6 as LineItemRefund, dy as LineItemRefundSummary, hH as LineItemTax, aX as LineItemTaxBreakdown, aW as LineItemTaxInfo, gK as LineItemUpdate, hE as LineItems, eQ as ListOrderTransactionsForMetasiteRequest, eR as ListOrderTransactionsForMetasiteResponse, hK as Locale, cB as Location, b5 as LocationAndQuantity, bX as ManagedAdditionalFee, bU as ManagedDiscount, bT as ManagedLineItem, ah as ManuallyRefundableReason, gR as MarkAsFulfilledRequest, gS as MarkAsFulfilledResponse, gY as MarkAsUnfulfilledRequest, gZ as MarkAsUnfulfilledResponse, cO as MarkOrderAsPaidRequest, gM as MarkOrderAsSeenByHumanRequest, gN as MarkOrderAsSeenByHumanResponse, ge as MaskedOrderLineItem, c$ as MembershipChargeItem, d0 as MembershipName, dq as MembershipPaymentDetails, c8 as MembershipPaymentRefund, ao as MembershipPaymentStatus, bI as MerchantComment, bA as MerchantDiscount, bB as MerchantDiscountMerchantDiscountReasonOneOf, dP as MessageEnvelope, hT as MetaData, ex as MetaSite, eA as MetaTag, b9 as ModifierGroup, av as Namespace, bL as NewExchangeOrderCreated, ag as NonRefundableReason, ay as OrderApprovalStrategy, cC as OrderApproved, gn as OrderCanceled, gP as OrderCanceledEventOrderCanceled, bO as OrderChange, bP as OrderChangeValueOneOf, ft as OrderCreateNotifications, bK as OrderCreatedFromExchange, fs as OrderCreationSettings, fO as OrderDeltasCommitted, gl as OrderFulfilled, cF as OrderItemsRestocked, aI as OrderLineItem, fG as OrderLineItemChangedDetails, gm as OrderNotFulfilled, gk as OrderPaid, gz as OrderPartiallyPaid, gA as OrderPending, gj as OrderPlaced, bJ as OrderRefunded, gB as OrderRejected, cE as OrderRejectedEventOrderRejected, h$ as OrderSearchSpec, a5 as OrderStatus, bw as OrderTaxBreakdown, bv as OrderTaxInfo, dc as OrderTransactions, cD as OrdersExperiments, dd as Payment, ch as PaymentCanceled, ci as PaymentCanceledPaymentDetailsOneOf, ae as PaymentCollectabilityStatus, cj as PaymentDeclined, ck as PaymentDeclinedPaymentDetailsOneOf, X as PaymentOptionType, de as PaymentPaymentDetailsOneOf, cc as PaymentPending, cd as PaymentPendingPaymentDetailsOneOf, df as PaymentReceiptInfoOneOf, ca as PaymentRefundFailed, c9 as PaymentRefunded, a0 as PaymentStatus, cP as PaymentStatusUpdated, hR as Payments, hx as Phone, aS as PhysicalProperties, bq as PickupAddress, bp as PickupDetails, a4 as PickupMethod, gy as PickupReadyEmailSent, aB as Placement, aP as PlainTextValue, eJ as PlatformPaging, eM as PlatformPagingMetadata, eG as PlatformQuery, eH as PlatformQueryPagingMethodOneOf, cH as PreparePaymentCollectionRequest, el as PreviewBuyerConfirmationEmailRequest, em as PreviewBuyerConfirmationEmailResponse, ej as PreviewBuyerPaymentsReceivedEmailRequest, ek as PreviewBuyerPaymentsReceivedEmailResponse, en as PreviewBuyerPickupConfirmationEmailRequest, eo as PreviewBuyerPickupConfirmationEmailResponse, ef as PreviewCancelEmailRequest, eg as PreviewCancelEmailResponse, eh as PreviewCancelRefundEmailRequest, ei as PreviewCancelRefundEmailResponse, eb as PreviewEmailByTypeRequest, ec as PreviewEmailByTypeResponse, at as PreviewEmailType, ed as PreviewRefundEmailRequest, ee as PreviewRefundEmailResponse, er as PreviewResendDownloadLinksEmailRequest, es as PreviewResendDownloadLinksEmailResponse, ep as PreviewShippingConfirmationEmailRequest, eq as PreviewShippingConfirmationEmailResponse, b4 as PriceDescription, bf as PriceSummary, aJ as ProductName, gE as PublicActivityContentOneOf, fl as QueryOrderRequest, fm as QueryOrderResponse, eE as QueryOrdersForMetasiteRequest, eL as QueryOrdersForMetasiteResponse, hv as QuotesAddress, am as Reason, cl as ReceiptCreated, cm as ReceiptCreatedReceiptInfoOneOf, cp as ReceiptSent, cq as ReceiptSentReceiptInfoOneOf, cM as RecordManuallyCollectedPaymentRequest, cN as RecordManuallyCollectedPaymentResponse, cI as RedirectUrls, dt as Refund, d4 as RefundDetails, c3 as RefundInitiated, d5 as RefundItem, dx as RefundItemsBreakdown, d9 as RefundSideEffects, ap as RefundStatus, dv as RefundStatusInfo, du as RefundTransaction, cW as Refundability, cX as RefundabilityAdditionalRefundabilityInfoOneOf, af as RefundableStatus, cb as RefundedAsStoreCredit, c4 as RefundedPayment, c5 as RefundedPaymentKindOneOf, ce as RegularPayment, dg as RegularPaymentDetails, dh as RegularPaymentDetailsPaymentMethodDetailsOneOf, cf as RegularPaymentPaymentMethodDetailsOneOf, c6 as RegularPaymentRefund, hp as Reschedule, da as RestockInfo, db as RestockItem, ai as RestockType, dK as RestoreInfo, b$ as SavedPaymentMethod, ac as ScheduledAction, fn as SearchOrdersRequest, dT as SendBuyerConfirmationEmailRequest, dU as SendBuyerConfirmationEmailResponse, dV as SendBuyerPaymentsReceivedEmailRequest, dW as SendBuyerPaymentsReceivedEmailResponse, dX as SendBuyerPickupConfirmationEmailRequest, dY as SendBuyerPickupConfirmationEmailResponse, d$ as SendBuyerShippingConfirmationEmailRequest, e0 as SendBuyerShippingConfirmationEmailResponse, e5 as SendCancelRefundEmailRequest, e6 as SendCancelRefundEmailResponse, e3 as SendMerchantOrderReceivedNotificationRequest, e4 as SendMerchantOrderReceivedNotificationResponse, e9 as SendMerchantOrderReceivedPushRequest, ea as SendMerchantOrderReceivedPushResponse, e7 as SendRefundEmailRequest, e8 as SendRefundEmailResponse, ez as SeoData, d1 as ServiceProperties, gw as ShippingAddressEdited, gs as ShippingConfirmationEmailSent, b_ as ShippingInformation, bZ as ShippingInformationChange, bs as ShippingPrice, d8 as ShippingRefund, bt as ShippingRegion, eu as SnapshotMessage, aw as SortOrder, eI as Sorting, hI as Source, aD as SourceType, hC as StandardDetails, au as State, bi as StreetAddress, hB as Subdivision, aC as SubdivisionType, a$ as SubscriptionDescription, Z as SubscriptionFrequency, aZ as SubscriptionInfo, b0 as SubscriptionSettings, a_ as SubscriptionTitle, cA as TagList, cz as Tags, hj as Task, hl as TaskAction, hm as TaskActionActionOneOf, hk as TaskKey, bu as TaxSummary, b6 as TaxableAddress, b7 as TaxableAddressTaxableAddressDataOneOf, $ as TaxableAddressType, ar as TextDetection, hL as TotalPrice, bY as TotalPriceChange, gr as TrackingLinkAdded, gp as TrackingNumberAdded, gq as TrackingNumberEdited, aj as TransactionStatus, ba as TranslatableString, bV as TranslatedValue, d3 as TriggerRefundRequest, et as TriggerReindexOrderRequest, fb as TriggerReindexRequest, fc as TriggerReindexResponse, hY as TriggerSideEffectsFromLegacyData, fZ as UnArchiveOrderRequest, f_ as UnArchiveOrderResponse, gH as UpdateActivityRequest, ga as UpdateBillingContactDetailsRequest, gb as UpdateBillingContactDetailsResponse, g6 as UpdateBuyerEmailRequest, g7 as UpdateBuyerEmailResponse, g3 as UpdateBuyerInfoRequest, g5 as UpdateBuyerInfoResponse, f0 as UpdateInternalDocumentsEvent, f1 as UpdateInternalDocumentsEventOperationOneOf, gJ as UpdateLineItemsDescriptionLinesRequest, gL as UpdateLineItemsDescriptionLinesResponse, gc as UpdateOrderLineItemRequest, gd as UpdateOrderLineItemsRequest, gf as UpdateOrderLineItemsResponse, fv as UpdateOrderRequest, fw as UpdateOrderResponse, g8 as UpdateOrderShippingAddressRequest, g9 as UpdateOrderShippingAddressResponse, gQ as UpdateOrderStatusRequest, eS as UpsertRefundRequest, eT as UpsertRefundResponse, eD as UserDataResponse, h7 as V1BulkMarkOrdersAsPaidRequest, h8 as V1BulkMarkOrdersAsPaidResponse, h9 as V1CreatePaymentGatewayOrderRequest, ha as V1CreatePaymentGatewayOrderResponse, fE as V1LineItemDelta, fF as V1LineItemDeltaDeltaOneOf, h5 as V1MarkOrderAsPaidRequest, h6 as V1MarkOrderAsPaidResponse, cG as V1RestockItem, dn as V1ScheduledAction, bm as V1ShippingInformation, e_ as V1UpdateOrderRequest, e$ as V1UpdateOrderResponse, hW as Value, aF as ValueType, bl as VatId, a3 as VatType, f9 as VersionedDeleteByIdsOperation, fa as VersionedDocumentId, f8 as VersionedDocumentUpdateOperation, ax as VersioningMode, dD as VoidAuthorizedPaymentsRequest, aq as WebhookIdentityType, a2 as WeightUnit, cn as WixReceipt, dr as WixReceiptInfo } from './ecom-v1-order-orders.universal-DYbLchxj.js';
2
+ import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, G as GetPaymentCollectabilityStatusResponse, M as MarkOrderAsPaidResponse, B as BulkMarkOrdersAsPaidResponse, c as GetRefundabilityStatusResponse, d as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, e as ChargeMembershipsOptions, f as PaymentRefund, T as TriggerRefundOptions, g as TriggerRefundResponse, V as VoidAuthorizedPaymentsResponse, h as PaymentCapture, i as CaptureAuthorizedPaymentsResponse, O as Order, j as OrderSearch, S as SearchOrdersResponse, k as CreateOrderOptions, U as UpdateOrder, l as MaskedOrder, m as BulkUpdateOrdersOptions, n as BulkUpdateOrdersResponse, o as CommitDeltasOptions, p as CommitDeltasResponse, q as UpdateOrderLineItemIdentifiers, r as UpdateOrderLineItem, s as UpdateOrderLineItemResponse, t as PublicActivity, A as AddActivityResponse, u as UpdateActivityIdentifiers, v as UpdateActivityResponse, D as DeleteActivityIdentifiers, w as DeleteActivityResponse, x as CancelOrderOptions, y as CancelOrderResponse, z as OrderStatusWithLiterals, E as UpdateOrderStatusResponse, F as AggregateOrdersOptions, H as AggregateOrdersResponse, I as BulkUpdateOrderTagsOptions, J as BulkUpdateOrderTagsResponse, K as OrderApprovedEnvelope, L as OrderUpdatedEnvelope, N as OrderCanceledEnvelope, Q as OrderCreatedEnvelope } from './ecom-v1-order-orders.universal-Dg-mwHfT.js';
3
+ export { dM as ActionEvent, an as ActionType, bF as Activity, bG as ActivityContentOneOf, a9 as ActivityType, gF as AddActivitiesRequest, gG as AddActivitiesResponse, gD as AddActivityRequest, gg as AddInternalActivityRequest, gC as AddInternalActivityResponse, cx as AdditionalFee, fK as AdditionalFeeDelta, fL as AdditionalFeeDeltaDeltaOneOf, d6 as AdditionalFeeRefund, bh as Address, hw as AddressDescription, bj as AddressLocation, bg as AddressWithContact, _ as AdjustmentType, hd as AggregateOrdersRequest, dv as AggregatedRefundSummary, as as AnimationDetection, ey as App, cS as ApplicationError, bx as AppliedDiscount, fI as AppliedDiscountDelta, fJ as AppliedDiscountDeltaDeltaOneOf, by as AppliedDiscountDiscountSourceOneOf, fT as ArchiveOrderRequest, fU as ArchiveOrderResponse, aa as AttributionSource, dk as AuthorizationActionFailureDetails, dj as AuthorizationCapture, ak as AuthorizationCaptureStatus, di as AuthorizationDetails, dl as AuthorizationVoid, al as AuthorizationVoidStatus, c1 as AuthorizedPaymentCaptured, c0 as AuthorizedPaymentCreated, c2 as AuthorizedPaymentVoided, cw as Balance, cv as BalanceSummary, hZ as BaseEventMetadata, fd as BatchOfTriggerReindexOrderRequest, hG as BigDecimalWrapper, b2 as BillingAdjustment, b3 as BillingAdjustmentPriceSummary, cT as BulkActionMetadata, fX as BulkArchiveOrdersByFilterRequest, fY as BulkArchiveOrdersByFilterResponse, fV as BulkArchiveOrdersRequest, fW as BulkArchiveOrdersResponse, gW as BulkMarkAsFulfilledByFilterRequest, gX as BulkMarkAsFulfilledByFilterResponse, gU as BulkMarkAsFulfilledRequest, gV as BulkMarkAsFulfilledResponse, h0 as BulkMarkAsUnfulfilledByFilterRequest, h1 as BulkMarkAsUnfulfilledByFilterResponse, g_ as BulkMarkAsUnfulfilledRequest, g$ as BulkMarkAsUnfulfilledResponse, cP as BulkMarkOrdersAsPaidRequest, cQ as BulkOrderResult, dY as BulkSendBuyerPickupConfirmationEmailsRequest, dZ as BulkSendBuyerPickupConfirmationEmailsResponse, e0 as BulkSendBuyerShippingConfirmationEmailsRequest, e1 as BulkSendBuyerShippingConfirmationEmailsResponse, h2 as BulkSetBusinessLocationRequest, h3 as BulkSetBusinessLocationResponse, h4 as BulkSetBusinessLocationResult, g1 as BulkUnArchiveOrdersByFilterRequest, g2 as BulkUnArchiveOrdersByFilterResponse, f$ as BulkUnArchiveOrdersRequest, g0 as BulkUnArchiveOrdersResponse, hh as BulkUpdateOrderTagsRequest, hi as BulkUpdateOrderTagsResult, fx as BulkUpdateOrdersRequest, bc as BuyerInfo, bd as BuyerInfoIdOneOf, g4 as BuyerInfoUpdate, dz as CalculateRefundItemRequest, dB as CalculateRefundItemResponse, dy as CalculateRefundRequest, dA as CalculateRefundResponse, hQ as CalculatedTax, hP as CalculatedTaxes, ho as Cancel, gO as CancelOrderRequest, dD as CaptureAuthorizedPaymentsRequest, aK as CatalogReference, ct as ChannelInfo, ab as ChannelType, cZ as ChargeMembershipsRequest, d1 as ChargeMembershipsResponse, dE as ChargeSavedPaymentMethodRequest, dF as ChargeSavedPaymentMethodResponse, cY as ChargedBy, aQ as Color, fy as CommitDeltasRequest, fP as CommittedDiffs, fQ as CommittedDiffsShippingUpdateInfoOneOf, hz as CommonAddress, hA as CommonAddressStreetOneOf, hy as Company, hn as Complete, fg as ContinueSideEffectsFlowInLegacyData, bz as Coupon, fr as CreateOrderRequest, fu as CreateOrderResponse, cX as CreatePaymentGatewayOrderRequest, cr as CreatedBy, cs as CreatedByStringOneOf, cg as CreditCardDetails, dh as CreditCardPaymentMethodDetails, be as CurrencyConversionDetails, eK as CursorPaging, fq as CursorPagingMetadata, fo as CursorSearch, fp as CursorSearchPagingMethodOneOf, eN as Cursors, bH as CustomActivity, cu as CustomField, aE as CustomFieldGroup, hV as CustomFieldValue, ht as Customer, hf as DecrementData, he as DecrementItemsQuantityRequest, hg as DecrementItemsQuantityResponse, cJ as DelayedCaptureSettings, gI as DeleteActivityRequest, f5 as DeleteByFilterOperation, f4 as DeleteByIdsOperation, bn as DeliveryLogistics, bo as DeliveryLogisticsAddressOneOf, br as DeliveryTimeSlot, az as DeltaPaymentOptionType, hX as Deposit, aG as DepositType, aL as DescriptionLine, aN as DescriptionLineDescriptionLineValueOneOf, aO as DescriptionLineName, R as DescriptionLineType, aM as DescriptionLineValueOneOf, fe as DiffmatokyPayload, aY as DigitalFile, hN as Discount, hO as DiscountOneDiscountTypeOneOf, a7 as DiscountReason, bC as DiscountRule, bD as DiscountRuleName, a6 as DiscountType, dG as DomainEvent, dH as DomainEventBodyOneOf, go as DownloadLinkSent, bN as DraftOrderChangesApplied, fM as DraftOrderCommitSettings, fz as DraftOrderDiffs, fC as DraftOrderDiffsBillingUpdateInfoOneOf, fB as DraftOrderDiffsBuyerUpdateInfoOneOf, fD as DraftOrderDiffsRecipientUpdateInfoOneOf, fA as DraftOrderDiffsShippingUpdateInfoOneOf, cK as Duration, ad as DurationUnit, hu as Email, gx as EmailEdited, dN as Empty, dI as EntityCreatedEvent, dL as EntityDeletedEvent, dK as EntityUpdatedEvent, ff as ErrorInformation, h_ as EventMetadata, b8 as ExtendedFields, co as ExternalReceipt, dr as ExternalReceiptInfo, eC as ExternalUriMapping, aR as FocalPoint, b1 as FreeTrialPeriod, gv as FulfillerEmailSent, a1 as FulfillmentStatus, gT as FulfillmentStatusUpdated, cy as FulfillmentStatusesAggregate, bk as FullAddressContactDetails, ev as GetMetasiteDataRequest, ew as GetMetasiteDataResponse, eW as GetOrderAgcRequest, eX as GetOrderAgcResponse, eO as GetOrderForMetasiteRequest, eP as GetOrderForMetasiteResponse, eU as GetOrderOutOfBoxRequest, eV as GetOrderOutOfBoxResponse, fi as GetOrderRequest, fj as GetOrderResponse, eY as GetOrderWithFilterByLocationRequest, eZ as GetOrderWithFilterByLocationResponse, cL as GetPaymentCollectabilityStatusRequest, cU as GetRefundabilityStatusRequest, hb as GetShipmentsRequest, hc as GetShipmentsResponse, dn as GiftCardPaymentDetails, c7 as GiftCardPaymentRefund, eB as HtmlApplication, hr as IdAndVersion, dP as IdentificationData, dQ as IdentificationDataIdOneOf, dR as ImageContent, fh as IndexingMessage, gh as InternalActivity, gi as InternalActivityContentOneOf, f2 as InternalDocument, f6 as InternalDocumentUpdateByFilterOperation, f3 as InternalDocumentUpdateOperation, eF as InternalQueryOrdersRequest, fk as InternalQueryOrdersResponse, f7 as InternalUpdateExistingOperation, aA as InventoryAction, fN as InventoryUpdateDetails, gt as InvoiceAdded, hD as InvoiceDates, hU as InvoiceDynamicPriceTotals, hs as InvoiceFields, gu as InvoiceSent, hq as InvoiceSentEvent, aH as InvoiceStatus, hS as InvoicesPayment, fH as ItemChangedDetails, cR as ItemMetadata, bb as ItemModifier, aV as ItemTaxFullDetails, aT as ItemType, W as ItemTypeItemType, aU as ItemTypeItemTypeDataOneOf, hM as ItemizedFee, Y as JurisdictionType, hF as LineItem, bW as LineItemAmount, bQ as LineItemChanges, fR as LineItemDelta, fS as LineItemDeltaDeltaOneOf, bE as LineItemDiscount, bM as LineItemExchangeData, hJ as LineItemMetaData, bS as LineItemPriceChange, bR as LineItemQuantityChange, a8 as LineItemQuantityChangeType, d5 as LineItemRefund, dx as LineItemRefundSummary, hH as LineItemTax, aX as LineItemTaxBreakdown, aW as LineItemTaxInfo, gK as LineItemUpdate, hE as LineItems, eQ as ListOrderTransactionsForMetasiteRequest, eR as ListOrderTransactionsForMetasiteResponse, hK as Locale, cB as Location, b5 as LocationAndQuantity, bX as ManagedAdditionalFee, bU as ManagedDiscount, bT as ManagedLineItem, ah as ManuallyRefundableReason, gR as MarkAsFulfilledRequest, gS as MarkAsFulfilledResponse, gY as MarkAsUnfulfilledRequest, gZ as MarkAsUnfulfilledResponse, cO as MarkOrderAsPaidRequest, gM as MarkOrderAsSeenByHumanRequest, gN as MarkOrderAsSeenByHumanResponse, ge as MaskedOrderLineItem, c_ as MembershipChargeItem, c$ as MembershipName, dp as MembershipPaymentDetails, c8 as MembershipPaymentRefund, ao as MembershipPaymentStatus, bI as MerchantComment, bA as MerchantDiscount, bB as MerchantDiscountMerchantDiscountReasonOneOf, dO as MessageEnvelope, hT as MetaData, ex as MetaSite, eA as MetaTag, b9 as ModifierGroup, av as Namespace, bL as NewExchangeOrderCreated, ag as NonRefundableReason, ay as OrderApprovalStrategy, cC as OrderApproved, gn as OrderCanceled, gP as OrderCanceledEventOrderCanceled, bO as OrderChange, bP as OrderChangeValueOneOf, ft as OrderCreateNotifications, bK as OrderCreatedFromExchange, fs as OrderCreationSettings, fO as OrderDeltasCommitted, gl as OrderFulfilled, cF as OrderItemsRestocked, aI as OrderLineItem, fG as OrderLineItemChangedDetails, gm as OrderNotFulfilled, gk as OrderPaid, gz as OrderPartiallyPaid, gA as OrderPending, gj as OrderPlaced, bJ as OrderRefunded, gB as OrderRejected, cE as OrderRejectedEventOrderRejected, h$ as OrderSearchSpec, a5 as OrderStatus, bw as OrderTaxBreakdown, bv as OrderTaxInfo, db as OrderTransactions, cD as OrdersExperiments, dc as Payment, ch as PaymentCanceled, ci as PaymentCanceledPaymentDetailsOneOf, ae as PaymentCollectabilityStatus, cj as PaymentDeclined, ck as PaymentDeclinedPaymentDetailsOneOf, X as PaymentOptionType, dd as PaymentPaymentDetailsOneOf, cc as PaymentPending, cd as PaymentPendingPaymentDetailsOneOf, de as PaymentReceiptInfoOneOf, ca as PaymentRefundFailed, c9 as PaymentRefunded, a0 as PaymentStatus, eu as PaymentStatusUpdated, hR as Payments, hx as Phone, aS as PhysicalProperties, bq as PickupAddress, bp as PickupDetails, a4 as PickupMethod, gy as PickupReadyEmailSent, aB as Placement, aP as PlainTextValue, eJ as PlatformPaging, eM as PlatformPagingMetadata, eG as PlatformQuery, eH as PlatformQueryPagingMethodOneOf, cH as PreparePaymentCollectionRequest, ek as PreviewBuyerConfirmationEmailRequest, el as PreviewBuyerConfirmationEmailResponse, ei as PreviewBuyerPaymentsReceivedEmailRequest, ej as PreviewBuyerPaymentsReceivedEmailResponse, em as PreviewBuyerPickupConfirmationEmailRequest, en as PreviewBuyerPickupConfirmationEmailResponse, ee as PreviewCancelEmailRequest, ef as PreviewCancelEmailResponse, eg as PreviewCancelRefundEmailRequest, eh as PreviewCancelRefundEmailResponse, ea as PreviewEmailByTypeRequest, eb as PreviewEmailByTypeResponse, at as PreviewEmailType, ec as PreviewRefundEmailRequest, ed as PreviewRefundEmailResponse, eq as PreviewResendDownloadLinksEmailRequest, er as PreviewResendDownloadLinksEmailResponse, eo as PreviewShippingConfirmationEmailRequest, ep as PreviewShippingConfirmationEmailResponse, b4 as PriceDescription, bf as PriceSummary, aJ as ProductName, gE as PublicActivityContentOneOf, fl as QueryOrderRequest, fm as QueryOrderResponse, eE as QueryOrdersForMetasiteRequest, eL as QueryOrdersForMetasiteResponse, hv as QuotesAddress, am as Reason, cl as ReceiptCreated, cm as ReceiptCreatedReceiptInfoOneOf, cp as ReceiptSent, cq as ReceiptSentReceiptInfoOneOf, cM as RecordManuallyCollectedPaymentRequest, cN as RecordManuallyCollectedPaymentResponse, cI as RedirectUrls, ds as Refund, d3 as RefundDetails, c3 as RefundInitiated, d4 as RefundItem, dw as RefundItemsBreakdown, d8 as RefundSideEffects, ap as RefundStatus, du as RefundStatusInfo, dt as RefundTransaction, cV as Refundability, cW as RefundabilityAdditionalRefundabilityInfoOneOf, af as RefundableStatus, cb as RefundedAsStoreCredit, c4 as RefundedPayment, c5 as RefundedPaymentKindOneOf, ce as RegularPayment, df as RegularPaymentDetails, dg as RegularPaymentDetailsPaymentMethodDetailsOneOf, cf as RegularPaymentPaymentMethodDetailsOneOf, c6 as RegularPaymentRefund, hp as Reschedule, d9 as RestockInfo, da as RestockItem, ai as RestockType, dJ as RestoreInfo, b$ as SavedPaymentMethod, ac as ScheduledAction, fn as SearchOrdersRequest, dS as SendBuyerConfirmationEmailRequest, dT as SendBuyerConfirmationEmailResponse, dU as SendBuyerPaymentsReceivedEmailRequest, dV as SendBuyerPaymentsReceivedEmailResponse, dW as SendBuyerPickupConfirmationEmailRequest, dX as SendBuyerPickupConfirmationEmailResponse, d_ as SendBuyerShippingConfirmationEmailRequest, d$ as SendBuyerShippingConfirmationEmailResponse, e4 as SendCancelRefundEmailRequest, e5 as SendCancelRefundEmailResponse, e2 as SendMerchantOrderReceivedNotificationRequest, e3 as SendMerchantOrderReceivedNotificationResponse, e8 as SendMerchantOrderReceivedPushRequest, e9 as SendMerchantOrderReceivedPushResponse, e6 as SendRefundEmailRequest, e7 as SendRefundEmailResponse, ez as SeoData, d0 as ServiceProperties, gw as ShippingAddressEdited, gs as ShippingConfirmationEmailSent, b_ as ShippingInformation, bZ as ShippingInformationChange, bs as ShippingPrice, d7 as ShippingRefund, bt as ShippingRegion, et as SnapshotMessage, aw as SortOrder, eI as Sorting, hI as Source, aD as SourceType, hC as StandardDetails, au as State, bi as StreetAddress, hB as Subdivision, aC as SubdivisionType, a$ as SubscriptionDescription, Z as SubscriptionFrequency, aZ as SubscriptionInfo, b0 as SubscriptionSettings, a_ as SubscriptionTitle, cA as TagList, cz as Tags, hj as Task, hl as TaskAction, hm as TaskActionActionOneOf, hk as TaskKey, bu as TaxSummary, b6 as TaxableAddress, b7 as TaxableAddressTaxableAddressDataOneOf, $ as TaxableAddressType, ar as TextDetection, hL as TotalPrice, bY as TotalPriceChange, gr as TrackingLinkAdded, gp as TrackingNumberAdded, gq as TrackingNumberEdited, aj as TransactionStatus, ba as TranslatableString, bV as TranslatedValue, d2 as TriggerRefundRequest, es as TriggerReindexOrderRequest, fb as TriggerReindexRequest, fc as TriggerReindexResponse, hY as TriggerSideEffectsFromLegacyData, fZ as UnArchiveOrderRequest, f_ as UnArchiveOrderResponse, gH as UpdateActivityRequest, ga as UpdateBillingContactDetailsRequest, gb as UpdateBillingContactDetailsResponse, g6 as UpdateBuyerEmailRequest, g7 as UpdateBuyerEmailResponse, g3 as UpdateBuyerInfoRequest, g5 as UpdateBuyerInfoResponse, f0 as UpdateInternalDocumentsEvent, f1 as UpdateInternalDocumentsEventOperationOneOf, gJ as UpdateLineItemsDescriptionLinesRequest, gL as UpdateLineItemsDescriptionLinesResponse, gc as UpdateOrderLineItemRequest, gd as UpdateOrderLineItemsRequest, gf as UpdateOrderLineItemsResponse, fv as UpdateOrderRequest, fw as UpdateOrderResponse, g8 as UpdateOrderShippingAddressRequest, g9 as UpdateOrderShippingAddressResponse, gQ as UpdateOrderStatusRequest, eS as UpsertRefundRequest, eT as UpsertRefundResponse, eD as UserDataResponse, h7 as V1BulkMarkOrdersAsPaidRequest, h8 as V1BulkMarkOrdersAsPaidResponse, h9 as V1CreatePaymentGatewayOrderRequest, ha as V1CreatePaymentGatewayOrderResponse, fE as V1LineItemDelta, fF as V1LineItemDeltaDeltaOneOf, h5 as V1MarkOrderAsPaidRequest, h6 as V1MarkOrderAsPaidResponse, cG as V1RestockItem, dm as V1ScheduledAction, bm as V1ShippingInformation, e_ as V1UpdateOrderRequest, e$ as V1UpdateOrderResponse, hW as Value, aF as ValueType, bl as VatId, a3 as VatType, f9 as VersionedDeleteByIdsOperation, fa as VersionedDocumentId, f8 as VersionedDocumentUpdateOperation, ax as VersioningMode, dC as VoidAuthorizedPaymentsRequest, aq as WebhookIdentityType, a2 as WeightUnit, cn as WixReceipt, dq as WixReceiptInfo } from './ecom-v1-order-orders.universal-Dg-mwHfT.js';
4
4
 
5
5
  declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
6
6
  interface PreparePaymentCollectionSignature {