@wix/auto_sdk_ecom_orders 1.0.159 → 1.0.160

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/build/cjs/{ecom-v1-order-orders.universal-BiCcv9PZ.d.ts → ecom-v1-order-orders.universal-Cc78aFHS.d.ts} +22 -22
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +22 -22
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/es/{ecom-v1-order-orders.universal-BiCcv9PZ.d.mts → ecom-v1-order-orders.universal-Cc78aFHS.d.mts} +22 -22
  9. package/build/es/index.d.mts +2 -2
  10. package/build/es/index.mjs.map +1 -1
  11. package/build/es/index.typings.d.mts +2 -2
  12. package/build/es/index.typings.mjs.map +1 -1
  13. package/build/es/meta.d.mts +22 -22
  14. package/build/es/meta.mjs.map +1 -1
  15. package/build/internal/cjs/{ecom-v1-order-orders.universal-C-pDaGVr.d.ts → ecom-v1-order-orders.universal-BFOFQnGK.d.ts} +22 -22
  16. package/build/internal/cjs/index.d.ts +2 -2
  17. package/build/internal/cjs/index.js.map +1 -1
  18. package/build/internal/cjs/index.typings.d.ts +2 -2
  19. package/build/internal/cjs/index.typings.js.map +1 -1
  20. package/build/internal/cjs/meta.d.ts +22 -22
  21. package/build/internal/cjs/meta.js.map +1 -1
  22. package/build/internal/es/{ecom-v1-order-orders.universal-C-pDaGVr.d.mts → ecom-v1-order-orders.universal-BFOFQnGK.d.mts} +22 -22
  23. package/build/internal/es/index.d.mts +2 -2
  24. package/build/internal/es/index.mjs.map +1 -1
  25. package/build/internal/es/index.typings.d.mts +2 -2
  26. package/build/internal/es/index.typings.mjs.map +1 -1
  27. package/build/internal/es/meta.d.mts +22 -22
  28. package/build/internal/es/meta.mjs.map +1 -1
  29. package/package.json +2 -2
@@ -3207,19 +3207,19 @@ declare enum WebhookIdentityType {
3207
3207
  }
3208
3208
  /** @enumType */
3209
3209
  type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
3210
- interface AccountDetails {
3210
+ interface AccountInfo {
3211
3211
  /**
3212
- * ID of the account.
3212
+ * ID of the Wix account associated with the event.
3213
3213
  * @format GUID
3214
3214
  */
3215
3215
  accountId?: string | null;
3216
3216
  /**
3217
- * ID of the parent account.
3217
+ * ID of the parent Wix account. Only included when accountId belongs to a child account.
3218
3218
  * @format GUID
3219
3219
  */
3220
3220
  parentAccountId?: string | null;
3221
3221
  /**
3222
- * ID of the site, if applicable.
3222
+ * ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
3223
3223
  * @format GUID
3224
3224
  */
3225
3225
  siteId?: string | null;
@@ -3518,6 +3518,23 @@ interface PreviewResendDownloadLinksEmailResponse {
3518
3518
  }
3519
3519
  interface Empty {
3520
3520
  }
3521
+ interface AccountDetails {
3522
+ /**
3523
+ * ID of the account.
3524
+ * @format GUID
3525
+ */
3526
+ accountId?: string | null;
3527
+ /**
3528
+ * ID of the parent account.
3529
+ * @format GUID
3530
+ */
3531
+ parentAccountId?: string | null;
3532
+ /**
3533
+ * ID of the site, if applicable.
3534
+ * @format GUID
3535
+ */
3536
+ siteId?: string | null;
3537
+ }
3521
3538
  interface PreparePaymentCollectionRequest {
3522
3539
  /**
3523
3540
  * Ecom order ID.
@@ -6663,23 +6680,6 @@ declare enum InvoiceStatus {
6663
6680
  }
6664
6681
  /** @enumType */
6665
6682
  type InvoiceStatusWithLiterals = InvoiceStatus | 'Draft' | 'Sent' | 'Processing' | 'Paid' | 'Overdue' | 'Void' | 'Deleted' | 'PartiallyPaid' | 'PartialAndOverdue';
6666
- interface AccountInfo {
6667
- /**
6668
- * ID of the Wix account associated with the event.
6669
- * @format GUID
6670
- */
6671
- accountId?: string | null;
6672
- /**
6673
- * ID of the parent Wix account. Only included when accountId belongs to a child account.
6674
- * @format GUID
6675
- */
6676
- parentAccountId?: string | null;
6677
- /**
6678
- * ID of the Wix site associated with the event. Only included when the event is tied to a specific site.
6679
- * @format GUID
6680
- */
6681
- siteId?: string | null;
6682
- }
6683
6683
  /** @docsIgnore */
6684
6684
  type PreparePaymentCollectionApplicationErrors = {
6685
6685
  code?: 'PAYMENT_METHODS_NOT_FOUND';
@@ -7865,4 +7865,4 @@ interface BulkUpdateOrderTagsOptions {
7865
7865
  unassignTags?: Tags;
7866
7866
  }
7867
7867
 
7868
- export { AdditionalFeeSource as $, type AddActivitiesOptions as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PaymentStatus as E, FulfillmentStatus as F, type GetPaymentCollectabilityStatusResponse as G, VatType as H, ItemTypePreset as I, JurisdictionType as J, PickupMethod as K, OrderStatus as L, type MaskedOrder as M, DiscountType as N, type Order as O, type Price as P, DiscountReason as Q, LineItemQuantityChangeType as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, ActivityType as X, OrderActivityTypeEnumActivityType as Y, AttributionSource as Z, ChannelType as _, type PreparePaymentCollectionOptions as a, type BuyerInfo as a$, OrderActionType as a0, ChargeType as a1, WebhookIdentityType as a2, PreviewEmailType as a3, ScheduledAction as a4, DurationUnit as a5, PaymentCollectabilityStatus as a6, RefundableStatus as a7, NonRefundableReason as a8, ManuallyRefundableReason as a9, type DescriptionLineDescriptionLineValueOneOf as aA, type DescriptionLineName as aB, type PlainTextValue as aC, type Color as aD, type FocalPoint as aE, type PhysicalProperties as aF, type ItemType as aG, type ItemTypeItemTypeDataOneOf as aH, type ItemTaxFullDetails as aI, type LineItemTaxInfo as aJ, type LineItemTaxBreakdown as aK, type DigitalFile as aL, type SubscriptionInfo as aM, type SubscriptionTitle as aN, type SubscriptionDescription as aO, type SubscriptionSettings as aP, type FreeTrialPeriod as aQ, type BillingAdjustment as aR, type BillingAdjustmentPriceSummary as aS, type PriceDescription as aT, type LocationAndQuantity as aU, type TaxableAddress as aV, type TaxableAddressTaxableAddressDataOneOf as aW, type ExtendedFields as aX, type ModifierGroup as aY, type TranslatableString as aZ, type ItemModifier as a_, RestockType as aa, TransactionStatus as ab, AuthorizationCaptureStatus as ac, AuthorizationVoidStatus as ad, Reason as ae, ActionType as af, ChargebackStatus as ag, MembershipPaymentStatus as ah, RefundStatus as ai, VersioningMode as aj, SortOrder as ak, OrderApprovalStrategy as al, DeltaPaymentOptionType as am, InventoryAction as an, Placement as ao, SubdivisionType as ap, SourceType as aq, CustomFieldGroup as ar, ValueType as as, DepositType as at, InvoiceStatus as au, type OrderLineItem as av, type ProductName as aw, type CatalogReference as ax, type DescriptionLine as ay, type DescriptionLineValueOneOf as az, type PreparePaymentCollectionResponse as b, type GiftCardPaymentRefund as b$, type BuyerInfoIdOneOf as b0, type CurrencyConversionDetails as b1, type PriceSummary as b2, type AddressWithContact as b3, type Address as b4, type StreetAddress as b5, type AddressLocation as b6, type FullAddressContactDetails as b7, type VatId as b8, type V1ShippingInformation as b9, type NewExchangeOrderCreated as bA, type LineItemExchangeData as bB, type DraftOrderChangesApplied as bC, type OrderChange as bD, type OrderChangeValueOneOf as bE, type LineItemChanges as bF, type LineItemQuantityChange as bG, type LineItemPriceChange as bH, type LineItemProductNameChange as bI, type LineItemDescriptionLineChange as bJ, type LineItemModifiersChange as bK, type ManagedLineItem as bL, type ManagedDiscount as bM, type TranslatedValue as bN, type LineItemAmount as bO, type ManagedAdditionalFee as bP, type TotalPriceChange as bQ, type ShippingInformationChange as bR, type ShippingInformation as bS, type SavedPaymentMethod as bT, type AuthorizedPaymentCreated as bU, type AuthorizedPaymentCaptured as bV, type AuthorizedPaymentVoided as bW, type RefundInitiated as bX, type RefundedPayment as bY, type RefundedPaymentKindOneOf as bZ, type RegularPaymentRefund as b_, type DeliveryLogistics as ba, type DeliveryLogisticsAddressOneOf as bb, type PickupDetails as bc, type PickupAddress as bd, type DeliveryTimeSlot as be, type ShippingPrice as bf, type ShippingRegion as bg, type TaxSummary as bh, type OrderTaxInfo as bi, type OrderTaxBreakdown as bj, type AppliedDiscount as bk, type AppliedDiscountDiscountSourceOneOf as bl, type Coupon as bm, type MerchantDiscount as bn, type MerchantDiscountMerchantDiscountReasonOneOf as bo, type DiscountRule as bp, type DiscountRuleName as bq, type LineItemDiscount as br, type ItemCombination as bs, type ItemCombinationLineItem as bt, type Activity as bu, type ActivityContentOneOf as bv, type CustomActivity as bw, type MerchantComment as bx, type OrderRefunded as by, type OrderCreatedFromExchange as bz, type PreparePaymentCollectionApplicationErrors as c, type IdentificationDataIdOneOf as c$, type MembershipPaymentRefund as c0, type PaymentRefunded as c1, type PaymentRefundFailed as c2, type RefundedAsStoreCredit as c3, type PaymentPending as c4, type PaymentPendingPaymentDetailsOneOf as c5, type RegularPayment as c6, type RegularPaymentPaymentMethodDetailsOneOf as c7, type CreditCardDetails as c8, type PaymentCanceled as c9, type OwnerApps as cA, type FormInfo as cB, type FormIdentifier as cC, type PlatformFeeSummary as cD, type PlatformFee as cE, type OrderApproved as cF, type OrdersExperiments as cG, type OrderRejectedEventOrderRejected as cH, type OrderItemsRestocked as cI, type V1RestockItem as cJ, type OrderImported as cK, type ImportedOrderDeleted as cL, type ImportOrderRequest as cM, type ImportOrderResponse as cN, type SetOrderNumberCounterRequest as cO, type SetOrderNumberCounterResponse as cP, type BulkDeleteImportedOrdersRequest as cQ, type BulkDeleteImportedOrdersResponse as cR, type DomainEvent as cS, type DomainEventBodyOneOf as cT, type EntityCreatedEvent as cU, type RestoreInfo as cV, type EntityUpdatedEvent as cW, type EntityDeletedEvent as cX, type ActionEvent as cY, type MessageEnvelope as cZ, type IdentificationData as c_, type PaymentCanceledPaymentDetailsOneOf as ca, type PaymentDeclined as cb, type PaymentDeclinedPaymentDetailsOneOf as cc, type ReceiptCreated as cd, type ReceiptCreatedReceiptInfoOneOf as ce, type WixReceipt as cf, type ExternalReceipt as cg, type ReceiptSent as ch, type ReceiptSentReceiptInfoOneOf as ci, type ChargebackCreated as cj, type ChargebackReversed as ck, type CreatedBy as cl, type CreatedByStringOneOf as cm, type ChannelInfo as cn, type CustomField as co, type BalanceSummary as cp, type Balance as cq, type AdditionalFee as cr, type FulfillmentStatusesAggregate as cs, type Tags as ct, type TagList as cu, type Location as cv, type OrderSettings as cw, type OrderSettingsAllowedActionsOneOf as cx, type OrderSettingsEditableByOneOf as cy, type CustomAllowedActions as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type Refundability as d$, type AccountDetails as d0, type SendBuyerConfirmationEmailRequest as d1, type SendBuyerConfirmationEmailResponse as d2, type SendBuyerPaymentsReceivedEmailRequest as d3, type SendBuyerPaymentsReceivedEmailResponse as d4, type SendBuyerPickupConfirmationEmailRequest as d5, type SendBuyerPickupConfirmationEmailResponse as d6, type BulkSendBuyerPickupConfirmationEmailsRequest as d7, type BulkSendBuyerPickupConfirmationEmailsResponse as d8, type SendBuyerShippingConfirmationEmailRequest as d9, type PreviewBuyerPaymentsReceivedEmailResponse as dA, type PreviewBuyerConfirmationEmailRequest as dB, type PreviewBuyerConfirmationEmailResponse as dC, type PreviewBuyerPickupConfirmationEmailRequest as dD, type PreviewBuyerPickupConfirmationEmailResponse as dE, type PreviewShippingConfirmationEmailRequest as dF, type PreviewShippingConfirmationEmailResponse as dG, type PreviewResendDownloadLinksEmailRequest as dH, type PreviewResendDownloadLinksEmailResponse as dI, type Empty as dJ, type PreparePaymentCollectionRequest as dK, type RedirectUrls as dL, type DelayedCaptureSettings as dM, type Duration as dN, type GetPaymentCollectabilityStatusRequest as dO, type RecordManuallyCollectedPaymentRequest as dP, type RecordManuallyCollectedPaymentResponse as dQ, type MarkOrderAsPaidRequest as dR, type MarkOrderAsPaidResponse as dS, type BulkMarkOrdersAsPaidRequest as dT, type BulkMarkOrdersAsPaidResponse as dU, type BulkOrderResult as dV, type ItemMetadata as dW, type ApplicationError as dX, type BulkActionMetadata as dY, type GetRefundabilityStatusRequest as dZ, type GetRefundabilityStatusResponse as d_, type SendBuyerShippingConfirmationEmailResponse as da, type BulkSendBuyerShippingConfirmationEmailsRequest as db, type BulkSendBuyerShippingConfirmationEmailsResponse as dc, type SendMerchantOrderReceivedNotificationRequest as dd, type SendMerchantOrderReceivedNotificationResponse as de, type SendCancelRefundEmailRequest as df, type SendCancelRefundEmailResponse as dg, type SendRefundEmailRequest as dh, type SendRefundEmailResponse as di, type SendMerchantOrderReceivedPushRequest as dj, type SendMerchantOrderReceivedPushResponse as dk, type PreviewEmailByTypeRequest as dl, type PreviewEmailByTypeResponse as dm, type PreviewRefundEmailRequest as dn, type RefundDetails as dp, type RefundItem as dq, type LineItemRefund as dr, type AdditionalFeeRefund as ds, type ShippingRefund as dt, type PreviewRefundEmailResponse as du, type PreviewCancelEmailRequest as dv, type PreviewCancelEmailResponse as dw, type PreviewCancelRefundEmailRequest as dx, type PreviewCancelRefundEmailResponse as dy, type PreviewBuyerPaymentsReceivedEmailRequest as dz, type PaymentCapture as e, type GetOrderRequest as e$, type RefundabilityAdditionalRefundabilityInfoOneOf as e0, type CreatePaymentGatewayOrderRequest as e1, type ChargedBy as e2, type CreatePaymentGatewayOrderResponse as e3, type ChargeMembershipsRequest as e4, type MembershipChargeItem as e5, type MembershipName as e6, type ServiceProperties as e7, type ChargeMembershipsResponse as e8, type TriggerRefundRequest as e9, type RefundItemsBreakdown as eA, type LineItemRefundSummary as eB, type CalculateRefundRequest as eC, type CalculateRefundItemRequest as eD, type CalculateRefundResponse as eE, type CalculateRefundItemResponse as eF, type VoidAuthorizedPaymentsRequest as eG, type CaptureAuthorizedPaymentsRequest as eH, type ChargeSavedPaymentMethodRequest as eI, type ChargeSavedPaymentMethodResponse as eJ, type UpdateInternalDocumentsEvent as eK, type UpdateInternalDocumentsEventOperationOneOf as eL, type InternalDocument as eM, type InternalDocumentUpdateOperation as eN, type DeleteByIdsOperation as eO, type DeleteByFilterOperation as eP, type InternalDocumentUpdateByFilterOperation as eQ, type InternalUpdateExistingOperation as eR, type VersionedDocumentUpdateOperation as eS, type VersionedDeleteByIdsOperation as eT, type VersionedDocumentId as eU, type TriggerReindexRequest as eV, type TriggerReindexResponse as eW, type BatchOfTriggerReindexOrderRequest as eX, type TriggerReindexOrderRequest as eY, type DiffmatokyPayload as eZ, type ErrorInformation as e_, type PaymentRefund as ea, type RefundSideEffects as eb, type RestockInfo as ec, type RestockItem as ed, type TriggerRefundResponse as ee, type OrderTransactions as ef, type Payment as eg, type PaymentPaymentDetailsOneOf as eh, type PaymentReceiptInfoOneOf as ei, type RegularPaymentDetails as ej, type RegularPaymentDetailsPaymentMethodDetailsOneOf as ek, type CreditCardPaymentMethodDetails as el, type AuthorizationDetails as em, type AuthorizationCapture as en, type AuthorizationActionFailureDetails as eo, type AuthorizationVoid as ep, type V1ScheduledAction as eq, type Chargeback as er, type GiftCardPaymentDetails as es, type MembershipPaymentDetails as et, type WixReceiptInfo as eu, type ExternalReceiptInfo as ev, type Refund as ew, type RefundTransaction as ex, type RefundStatusInfo as ey, type AggregatedRefundSummary as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type UpdateOrderShippingAddressResponse as f$, type GetOrderResponse as f0, type InternalQueryOrdersRequest as f1, type PlatformQuery as f2, type PlatformQueryPagingMethodOneOf as f3, type Sorting as f4, type PlatformPaging as f5, type CursorPaging as f6, type InternalQueryOrdersResponse as f7, type PlatformPagingMetadata as f8, type Cursors as f9, type AdditionalFeeDeltaDeltaOneOf as fA, type DraftOrderCommitSettings as fB, type InventoryUpdateDetails as fC, type CommitDeltasResponse as fD, type OrderDeltasCommitted as fE, type CommittedDiffs as fF, type CommittedDiffsShippingUpdateInfoOneOf as fG, type LineItemDelta as fH, type LineItemDeltaDeltaOneOf as fI, type ArchiveOrderRequest as fJ, type ArchiveOrderResponse as fK, type BulkArchiveOrdersRequest as fL, type BulkArchiveOrdersResponse as fM, type BulkArchiveOrdersByFilterRequest as fN, type BulkArchiveOrdersByFilterResponse as fO, type UnArchiveOrderRequest as fP, type UnArchiveOrderResponse as fQ, type BulkUnArchiveOrdersRequest as fR, type BulkUnArchiveOrdersResponse as fS, type BulkUnArchiveOrdersByFilterRequest as fT, type BulkUnArchiveOrdersByFilterResponse as fU, type UpdateBuyerInfoRequest as fV, type BuyerInfoUpdate as fW, type UpdateBuyerInfoResponse as fX, type UpdateBuyerEmailRequest as fY, type UpdateBuyerEmailResponse as fZ, type UpdateOrderShippingAddressRequest as f_, type QueryOrderRequest as fa, type QueryOrderResponse as fb, type SearchOrdersRequest as fc, type CursorSearch as fd, type CursorSearchPagingMethodOneOf as fe, type CursorPagingMetadata as ff, type CreateOrderRequest as fg, type OrderCreationSettings as fh, type OrderCreateNotifications as fi, type CreateOrderResponse as fj, type UpdateOrderRequest as fk, type UpdateOrderResponse as fl, type BulkUpdateOrdersRequest as fm, type CommitDeltasRequest as fn, type DraftOrderDiffs as fo, type DraftOrderDiffsShippingUpdateInfoOneOf as fp, type DraftOrderDiffsBuyerUpdateInfoOneOf as fq, type DraftOrderDiffsBillingUpdateInfoOneOf as fr, type DraftOrderDiffsRecipientUpdateInfoOneOf as fs, type V1LineItemDelta as ft, type V1LineItemDeltaDeltaOneOf as fu, type OrderLineItemChangedDetails as fv, type ItemChangedDetails as fw, type AppliedDiscountDelta as fx, type AppliedDiscountDeltaDeltaOneOf as fy, type AdditionalFeeDelta as fz, type GetOrderApplicationErrors as g, type BulkSetBusinessLocationResult as g$, type UpdateBillingContactDetailsRequest as g0, type UpdateBillingContactDetailsResponse as g1, type UpdateOrderLineItemRequest as g2, type UpdateOrderLineItemResponse as g3, type UpdateOrderLineItemsRequest as g4, type MaskedOrderLineItem as g5, type UpdateOrderLineItemsResponse as g6, type AddInternalActivityRequest as g7, type InternalActivity as g8, type InternalActivityContentOneOf as g9, type UpdateActivityResponse as gA, type DeleteActivityRequest as gB, type DeleteActivityResponse as gC, type UpdateLineItemsDescriptionLinesRequest as gD, type LineItemUpdate as gE, type UpdateLineItemsDescriptionLinesResponse as gF, type MarkOrderAsSeenByHumanRequest as gG, type MarkOrderAsSeenByHumanResponse as gH, type CancelOrderRequest as gI, type OrderCanceledEventOrderCanceled as gJ, type UpdateOrderStatusRequest as gK, type UpdateOrderStatusResponse as gL, type MarkAsFulfilledRequest as gM, type MarkAsFulfilledResponse as gN, type FulfillmentStatusUpdated as gO, type BulkMarkAsFulfilledRequest as gP, type BulkMarkAsFulfilledResponse as gQ, type BulkMarkAsFulfilledByFilterRequest as gR, type BulkMarkAsFulfilledByFilterResponse as gS, type MarkAsUnfulfilledRequest as gT, type MarkAsUnfulfilledResponse as gU, type BulkMarkAsUnfulfilledRequest as gV, type BulkMarkAsUnfulfilledResponse as gW, type BulkMarkAsUnfulfilledByFilterRequest as gX, type BulkMarkAsUnfulfilledByFilterResponse as gY, type BulkSetBusinessLocationRequest as gZ, type BulkSetBusinessLocationResponse as g_, type OrderPlaced as ga, type OrderPaid as gb, type OrderFulfilled as gc, type OrderNotFulfilled as gd, type OrderCanceled as ge, type DownloadLinkSent as gf, type TrackingNumberAdded as gg, type TrackingNumberEdited as gh, type TrackingLinkAdded as gi, type ShippingConfirmationEmailSent as gj, type InvoiceAdded as gk, type InvoiceSent as gl, type FulfillerEmailSent as gm, type ShippingAddressEdited as gn, type EmailEdited as go, type PickupReadyEmailSent as gp, type OrderPartiallyPaid as gq, type OrderPending as gr, type OrderRejected as gs, type AddInternalActivityResponse as gt, type AddActivityRequest as gu, type PublicActivity as gv, type PublicActivityContentOneOf as gw, type AddActivityResponse as gx, type AddActivitiesRequest as gy, type UpdateActivityRequest as gz, type OrderSearch as h, type ChargeMembershipsOptions as h$, type V1MarkOrderAsPaidRequest as h0, type V1MarkOrderAsPaidResponse as h1, type PaymentStatusUpdated as h2, type V1BulkMarkOrdersAsPaidRequest as h3, type V1BulkMarkOrdersAsPaidResponse as h4, type V1CreatePaymentGatewayOrderRequest as h5, type V1CreatePaymentGatewayOrderResponse as h6, type GetShipmentsRequest as h7, type GetShipmentsResponse as h8, type AggregateOrdersRequest as h9, type InvoiceDates as hA, type LineItems as hB, type LineItem as hC, type BigDecimalWrapper as hD, type LineItemTax as hE, type Source as hF, type LineItemMetaData as hG, type Locale as hH, type TotalPrice as hI, type ItemizedFee as hJ, type Discount as hK, type DiscountOneDiscountTypeOneOf as hL, type CalculatedTaxes as hM, type CalculatedTax as hN, type Payments as hO, type InvoicesPayment as hP, type MetaData as hQ, type InvoiceDynamicPriceTotals as hR, type CustomFieldValue as hS, type Value as hT, type Deposit as hU, type AccountInfo as hV, type BaseEventMetadata as hW, type EventMetadata as hX, type SetOrderNumberCounterOptions as hY, type BulkDeleteImportedOrdersOptions as hZ, type CreatePaymentGatewayOrderOptions as h_, type AggregateOrdersResponse as ha, type DecrementItemsQuantityRequest as hb, type DecrementData as hc, type DecrementItemsQuantityResponse as hd, type BulkUpdateOrderTagsRequest as he, type BulkUpdateOrderTagsResult as hf, type Task as hg, type TaskKey as hh, type TaskAction as hi, type TaskActionActionOneOf as hj, type Complete as hk, type Cancel as hl, type Reschedule as hm, type InvoiceSentEvent as hn, type IdAndVersion as ho, type InvoiceFields as hp, type Customer as hq, type Email as hr, type QuotesAddress as hs, type AddressDescription as ht, type Phone as hu, type Company as hv, type CommonAddress as hw, type CommonAddressStreetOneOf as hx, type Subdivision as hy, type StandardDetails as hz, type CreateOrderOptions as i, type CreatePaymentGatewayOrderApplicationErrors as i$, type TriggerRefundOptions as i0, type OrderSearchSpec as i1, type UpdateOrderLineItemIdentifiers as i2, type UpdateOrderLineItem as i3, type UpdateActivityIdentifiers as i4, type DeleteActivityIdentifiers as i5, type AggregateOrdersOptions as i6, type DescriptionLineTypeWithLiterals as i7, type ItemTypePresetWithLiterals as i8, type PaymentOptionTypeWithLiterals as i9, type PaymentCollectabilityStatusWithLiterals as iA, type RefundableStatusWithLiterals as iB, type NonRefundableReasonWithLiterals as iC, type ManuallyRefundableReasonWithLiterals as iD, type RestockTypeWithLiterals as iE, type TransactionStatusWithLiterals as iF, type AuthorizationCaptureStatusWithLiterals as iG, type AuthorizationVoidStatusWithLiterals as iH, type ReasonWithLiterals as iI, type ActionTypeWithLiterals as iJ, type ChargebackStatusWithLiterals as iK, type MembershipPaymentStatusWithLiterals as iL, type RefundStatusWithLiterals as iM, type VersioningModeWithLiterals as iN, type SortOrderWithLiterals as iO, type OrderApprovalStrategyWithLiterals as iP, type DeltaPaymentOptionTypeWithLiterals as iQ, type InventoryActionWithLiterals as iR, type PlacementWithLiterals as iS, type SubdivisionTypeWithLiterals as iT, type SourceTypeWithLiterals as iU, type CustomFieldGroupWithLiterals as iV, type ValueTypeWithLiterals as iW, type DepositTypeWithLiterals as iX, type InvoiceStatusWithLiterals as iY, type RecordManuallyCollectedPaymentApplicationErrors as iZ, type MarkOrderAsPaidApplicationErrors as i_, type JurisdictionTypeWithLiterals as ia, type SubscriptionFrequencyWithLiterals as ib, type AdjustmentTypeWithLiterals as ic, type TaxableAddressTypeWithLiterals as id, type PaymentStatusWithLiterals as ie, type FulfillmentStatusWithLiterals as ig, type WeightUnitWithLiterals as ih, type VatTypeWithLiterals as ii, type PickupMethodWithLiterals as ij, type OrderStatusWithLiterals as ik, type DiscountTypeWithLiterals as il, type DiscountReasonWithLiterals as im, type LineItemQuantityChangeTypeWithLiterals as io, type ActivityTypeWithLiterals as ip, type OrderActivityTypeEnumActivityTypeWithLiterals as iq, type AttributionSourceWithLiterals as ir, type ChannelTypeWithLiterals as is, type AdditionalFeeSourceWithLiterals as it, type OrderActionTypeWithLiterals as iu, type ChargeTypeWithLiterals as iv, type WebhookIdentityTypeWithLiterals as iw, type PreviewEmailTypeWithLiterals as ix, type ScheduledActionWithLiterals as iy, type DurationUnitWithLiterals as iz, type CreateOrderApplicationErrors as j, type TriggerRefundApplicationErrors as j0, type UpdateOrderStatusApplicationErrors as j1, type CommonSearchWithEntityContext as j2, onOrderApproved as j3, onOrderUpdated as j4, onOrderCanceled as j5, onOrderCreated as j6, onOrderPaymentStatusUpdated as j7, preparePaymentCollection as j8, getPaymentCollectabilityStatus as j9, voidAuthorizedPayments as ja, captureAuthorizedPayments as jb, getOrder as jc, createOrder as jd, updateOrder as je, bulkUpdateOrders as jf, addActivities as jg, cancelOrder as jh, bulkUpdateOrderTags as ji, type UpdateOrderApplicationErrors as k, type BulkUpdateOrdersResponse as l, type AddActivitiesResponse as m, type CancelOrderOptions as n, type CancelOrderResponse as o, type CancelOrderApplicationErrors as p, type BulkUpdateOrderTagsOptions as q, type BulkUpdateOrderTagsResponse as r, type OrderApprovedEnvelope as s, type OrderUpdatedEnvelope as t, type OrderCanceledEnvelope as u, type OrderCreatedEnvelope as v, type OrderPaymentStatusUpdatedEnvelope as w, PaymentOptionType as x, SubscriptionFrequency as y, AdjustmentType as z };
7868
+ export { AdditionalFeeSource as $, type AddActivitiesOptions as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PaymentStatus as E, FulfillmentStatus as F, type GetPaymentCollectabilityStatusResponse as G, VatType as H, ItemTypePreset as I, JurisdictionType as J, PickupMethod as K, OrderStatus as L, type MaskedOrder as M, DiscountType as N, type Order as O, type Price as P, DiscountReason as Q, LineItemQuantityChangeType as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, ActivityType as X, OrderActivityTypeEnumActivityType as Y, AttributionSource as Z, ChannelType as _, type PreparePaymentCollectionOptions as a, type BuyerInfo as a$, OrderActionType as a0, ChargeType as a1, WebhookIdentityType as a2, PreviewEmailType as a3, ScheduledAction as a4, DurationUnit as a5, PaymentCollectabilityStatus as a6, RefundableStatus as a7, NonRefundableReason as a8, ManuallyRefundableReason as a9, type DescriptionLineDescriptionLineValueOneOf as aA, type DescriptionLineName as aB, type PlainTextValue as aC, type Color as aD, type FocalPoint as aE, type PhysicalProperties as aF, type ItemType as aG, type ItemTypeItemTypeDataOneOf as aH, type ItemTaxFullDetails as aI, type LineItemTaxInfo as aJ, type LineItemTaxBreakdown as aK, type DigitalFile as aL, type SubscriptionInfo as aM, type SubscriptionTitle as aN, type SubscriptionDescription as aO, type SubscriptionSettings as aP, type FreeTrialPeriod as aQ, type BillingAdjustment as aR, type BillingAdjustmentPriceSummary as aS, type PriceDescription as aT, type LocationAndQuantity as aU, type TaxableAddress as aV, type TaxableAddressTaxableAddressDataOneOf as aW, type ExtendedFields as aX, type ModifierGroup as aY, type TranslatableString as aZ, type ItemModifier as a_, RestockType as aa, TransactionStatus as ab, AuthorizationCaptureStatus as ac, AuthorizationVoidStatus as ad, Reason as ae, ActionType as af, ChargebackStatus as ag, MembershipPaymentStatus as ah, RefundStatus as ai, VersioningMode as aj, SortOrder as ak, OrderApprovalStrategy as al, DeltaPaymentOptionType as am, InventoryAction as an, Placement as ao, SubdivisionType as ap, SourceType as aq, CustomFieldGroup as ar, ValueType as as, DepositType as at, InvoiceStatus as au, type OrderLineItem as av, type ProductName as aw, type CatalogReference as ax, type DescriptionLine as ay, type DescriptionLineValueOneOf as az, type PreparePaymentCollectionResponse as b, type GiftCardPaymentRefund as b$, type BuyerInfoIdOneOf as b0, type CurrencyConversionDetails as b1, type PriceSummary as b2, type AddressWithContact as b3, type Address as b4, type StreetAddress as b5, type AddressLocation as b6, type FullAddressContactDetails as b7, type VatId as b8, type V1ShippingInformation as b9, type NewExchangeOrderCreated as bA, type LineItemExchangeData as bB, type DraftOrderChangesApplied as bC, type OrderChange as bD, type OrderChangeValueOneOf as bE, type LineItemChanges as bF, type LineItemQuantityChange as bG, type LineItemPriceChange as bH, type LineItemProductNameChange as bI, type LineItemDescriptionLineChange as bJ, type LineItemModifiersChange as bK, type ManagedLineItem as bL, type ManagedDiscount as bM, type TranslatedValue as bN, type LineItemAmount as bO, type ManagedAdditionalFee as bP, type TotalPriceChange as bQ, type ShippingInformationChange as bR, type ShippingInformation as bS, type SavedPaymentMethod as bT, type AuthorizedPaymentCreated as bU, type AuthorizedPaymentCaptured as bV, type AuthorizedPaymentVoided as bW, type RefundInitiated as bX, type RefundedPayment as bY, type RefundedPaymentKindOneOf as bZ, type RegularPaymentRefund as b_, type DeliveryLogistics as ba, type DeliveryLogisticsAddressOneOf as bb, type PickupDetails as bc, type PickupAddress as bd, type DeliveryTimeSlot as be, type ShippingPrice as bf, type ShippingRegion as bg, type TaxSummary as bh, type OrderTaxInfo as bi, type OrderTaxBreakdown as bj, type AppliedDiscount as bk, type AppliedDiscountDiscountSourceOneOf as bl, type Coupon as bm, type MerchantDiscount as bn, type MerchantDiscountMerchantDiscountReasonOneOf as bo, type DiscountRule as bp, type DiscountRuleName as bq, type LineItemDiscount as br, type ItemCombination as bs, type ItemCombinationLineItem as bt, type Activity as bu, type ActivityContentOneOf as bv, type CustomActivity as bw, type MerchantComment as bx, type OrderRefunded as by, type OrderCreatedFromExchange as bz, type PreparePaymentCollectionApplicationErrors as c, type IdentificationDataIdOneOf as c$, type MembershipPaymentRefund as c0, type PaymentRefunded as c1, type PaymentRefundFailed as c2, type RefundedAsStoreCredit as c3, type PaymentPending as c4, type PaymentPendingPaymentDetailsOneOf as c5, type RegularPayment as c6, type RegularPaymentPaymentMethodDetailsOneOf as c7, type CreditCardDetails as c8, type PaymentCanceled as c9, type OwnerApps as cA, type FormInfo as cB, type FormIdentifier as cC, type PlatformFeeSummary as cD, type PlatformFee as cE, type OrderApproved as cF, type OrdersExperiments as cG, type OrderRejectedEventOrderRejected as cH, type OrderItemsRestocked as cI, type V1RestockItem as cJ, type OrderImported as cK, type ImportedOrderDeleted as cL, type ImportOrderRequest as cM, type ImportOrderResponse as cN, type SetOrderNumberCounterRequest as cO, type SetOrderNumberCounterResponse as cP, type BulkDeleteImportedOrdersRequest as cQ, type BulkDeleteImportedOrdersResponse as cR, type DomainEvent as cS, type DomainEventBodyOneOf as cT, type EntityCreatedEvent as cU, type RestoreInfo as cV, type EntityUpdatedEvent as cW, type EntityDeletedEvent as cX, type ActionEvent as cY, type MessageEnvelope as cZ, type IdentificationData as c_, type PaymentCanceledPaymentDetailsOneOf as ca, type PaymentDeclined as cb, type PaymentDeclinedPaymentDetailsOneOf as cc, type ReceiptCreated as cd, type ReceiptCreatedReceiptInfoOneOf as ce, type WixReceipt as cf, type ExternalReceipt as cg, type ReceiptSent as ch, type ReceiptSentReceiptInfoOneOf as ci, type ChargebackCreated as cj, type ChargebackReversed as ck, type CreatedBy as cl, type CreatedByStringOneOf as cm, type ChannelInfo as cn, type CustomField as co, type BalanceSummary as cp, type Balance as cq, type AdditionalFee as cr, type FulfillmentStatusesAggregate as cs, type Tags as ct, type TagList as cu, type Location as cv, type OrderSettings as cw, type OrderSettingsAllowedActionsOneOf as cx, type OrderSettingsEditableByOneOf as cy, type CustomAllowedActions as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type GetRefundabilityStatusResponse as d$, type AccountInfo as d0, type SendBuyerConfirmationEmailRequest as d1, type SendBuyerConfirmationEmailResponse as d2, type SendBuyerPaymentsReceivedEmailRequest as d3, type SendBuyerPaymentsReceivedEmailResponse as d4, type SendBuyerPickupConfirmationEmailRequest as d5, type SendBuyerPickupConfirmationEmailResponse as d6, type BulkSendBuyerPickupConfirmationEmailsRequest as d7, type BulkSendBuyerPickupConfirmationEmailsResponse as d8, type SendBuyerShippingConfirmationEmailRequest as d9, type PreviewBuyerPaymentsReceivedEmailResponse as dA, type PreviewBuyerConfirmationEmailRequest as dB, type PreviewBuyerConfirmationEmailResponse as dC, type PreviewBuyerPickupConfirmationEmailRequest as dD, type PreviewBuyerPickupConfirmationEmailResponse as dE, type PreviewShippingConfirmationEmailRequest as dF, type PreviewShippingConfirmationEmailResponse as dG, type PreviewResendDownloadLinksEmailRequest as dH, type PreviewResendDownloadLinksEmailResponse as dI, type Empty as dJ, type AccountDetails as dK, type PreparePaymentCollectionRequest as dL, type RedirectUrls as dM, type DelayedCaptureSettings as dN, type Duration as dO, type GetPaymentCollectabilityStatusRequest as dP, type RecordManuallyCollectedPaymentRequest as dQ, type RecordManuallyCollectedPaymentResponse as dR, type MarkOrderAsPaidRequest as dS, type MarkOrderAsPaidResponse as dT, type BulkMarkOrdersAsPaidRequest as dU, type BulkMarkOrdersAsPaidResponse as dV, type BulkOrderResult as dW, type ItemMetadata as dX, type ApplicationError as dY, type BulkActionMetadata as dZ, type GetRefundabilityStatusRequest as d_, type SendBuyerShippingConfirmationEmailResponse as da, type BulkSendBuyerShippingConfirmationEmailsRequest as db, type BulkSendBuyerShippingConfirmationEmailsResponse as dc, type SendMerchantOrderReceivedNotificationRequest as dd, type SendMerchantOrderReceivedNotificationResponse as de, type SendCancelRefundEmailRequest as df, type SendCancelRefundEmailResponse as dg, type SendRefundEmailRequest as dh, type SendRefundEmailResponse as di, type SendMerchantOrderReceivedPushRequest as dj, type SendMerchantOrderReceivedPushResponse as dk, type PreviewEmailByTypeRequest as dl, type PreviewEmailByTypeResponse as dm, type PreviewRefundEmailRequest as dn, type RefundDetails as dp, type RefundItem as dq, type LineItemRefund as dr, type AdditionalFeeRefund as ds, type ShippingRefund as dt, type PreviewRefundEmailResponse as du, type PreviewCancelEmailRequest as dv, type PreviewCancelEmailResponse as dw, type PreviewCancelRefundEmailRequest as dx, type PreviewCancelRefundEmailResponse as dy, type PreviewBuyerPaymentsReceivedEmailRequest as dz, type PaymentCapture as e, type ErrorInformation as e$, type Refundability as e0, type RefundabilityAdditionalRefundabilityInfoOneOf as e1, type CreatePaymentGatewayOrderRequest as e2, type ChargedBy as e3, type CreatePaymentGatewayOrderResponse as e4, type ChargeMembershipsRequest as e5, type MembershipChargeItem as e6, type MembershipName as e7, type ServiceProperties as e8, type ChargeMembershipsResponse as e9, type AggregatedRefundSummary as eA, type RefundItemsBreakdown as eB, type LineItemRefundSummary as eC, type CalculateRefundRequest as eD, type CalculateRefundItemRequest as eE, type CalculateRefundResponse as eF, type CalculateRefundItemResponse as eG, type VoidAuthorizedPaymentsRequest as eH, type CaptureAuthorizedPaymentsRequest as eI, type ChargeSavedPaymentMethodRequest as eJ, type ChargeSavedPaymentMethodResponse as eK, type UpdateInternalDocumentsEvent as eL, type UpdateInternalDocumentsEventOperationOneOf as eM, type InternalDocument as eN, type InternalDocumentUpdateOperation as eO, type DeleteByIdsOperation as eP, type DeleteByFilterOperation as eQ, type InternalDocumentUpdateByFilterOperation as eR, type InternalUpdateExistingOperation as eS, type VersionedDocumentUpdateOperation as eT, type VersionedDeleteByIdsOperation as eU, type VersionedDocumentId as eV, type TriggerReindexRequest as eW, type TriggerReindexResponse as eX, type BatchOfTriggerReindexOrderRequest as eY, type TriggerReindexOrderRequest as eZ, type DiffmatokyPayload as e_, type TriggerRefundRequest as ea, type PaymentRefund as eb, type RefundSideEffects as ec, type RestockInfo as ed, type RestockItem as ee, type TriggerRefundResponse as ef, type OrderTransactions as eg, type Payment as eh, type PaymentPaymentDetailsOneOf as ei, type PaymentReceiptInfoOneOf as ej, type RegularPaymentDetails as ek, type RegularPaymentDetailsPaymentMethodDetailsOneOf as el, type CreditCardPaymentMethodDetails as em, type AuthorizationDetails as en, type AuthorizationCapture as eo, type AuthorizationActionFailureDetails as ep, type AuthorizationVoid as eq, type V1ScheduledAction as er, type Chargeback as es, type GiftCardPaymentDetails as et, type MembershipPaymentDetails as eu, type WixReceiptInfo as ev, type ExternalReceiptInfo as ew, type Refund as ex, type RefundTransaction as ey, type RefundStatusInfo as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type UpdateOrderShippingAddressRequest as f$, type GetOrderRequest as f0, type GetOrderResponse as f1, type InternalQueryOrdersRequest as f2, type PlatformQuery as f3, type PlatformQueryPagingMethodOneOf as f4, type Sorting as f5, type PlatformPaging as f6, type CursorPaging as f7, type InternalQueryOrdersResponse as f8, type PlatformPagingMetadata as f9, type AdditionalFeeDelta as fA, type AdditionalFeeDeltaDeltaOneOf as fB, type DraftOrderCommitSettings as fC, type InventoryUpdateDetails as fD, type CommitDeltasResponse as fE, type OrderDeltasCommitted as fF, type CommittedDiffs as fG, type CommittedDiffsShippingUpdateInfoOneOf as fH, type LineItemDelta as fI, type LineItemDeltaDeltaOneOf as fJ, type ArchiveOrderRequest as fK, type ArchiveOrderResponse as fL, type BulkArchiveOrdersRequest as fM, type BulkArchiveOrdersResponse as fN, type BulkArchiveOrdersByFilterRequest as fO, type BulkArchiveOrdersByFilterResponse as fP, type UnArchiveOrderRequest as fQ, type UnArchiveOrderResponse as fR, type BulkUnArchiveOrdersRequest as fS, type BulkUnArchiveOrdersResponse as fT, type BulkUnArchiveOrdersByFilterRequest as fU, type BulkUnArchiveOrdersByFilterResponse as fV, type UpdateBuyerInfoRequest as fW, type BuyerInfoUpdate as fX, type UpdateBuyerInfoResponse as fY, type UpdateBuyerEmailRequest as fZ, type UpdateBuyerEmailResponse as f_, type Cursors as fa, type QueryOrderRequest as fb, type QueryOrderResponse as fc, type SearchOrdersRequest as fd, type CursorSearch as fe, type CursorSearchPagingMethodOneOf as ff, type CursorPagingMetadata as fg, type CreateOrderRequest as fh, type OrderCreationSettings as fi, type OrderCreateNotifications as fj, type CreateOrderResponse as fk, type UpdateOrderRequest as fl, type UpdateOrderResponse as fm, type BulkUpdateOrdersRequest as fn, type CommitDeltasRequest as fo, type DraftOrderDiffs as fp, type DraftOrderDiffsShippingUpdateInfoOneOf as fq, type DraftOrderDiffsBuyerUpdateInfoOneOf as fr, type DraftOrderDiffsBillingUpdateInfoOneOf as fs, type DraftOrderDiffsRecipientUpdateInfoOneOf as ft, type V1LineItemDelta as fu, type V1LineItemDeltaDeltaOneOf as fv, type OrderLineItemChangedDetails as fw, type ItemChangedDetails as fx, type AppliedDiscountDelta as fy, type AppliedDiscountDeltaDeltaOneOf as fz, type GetOrderApplicationErrors as g, type BulkSetBusinessLocationResponse as g$, type UpdateOrderShippingAddressResponse as g0, type UpdateBillingContactDetailsRequest as g1, type UpdateBillingContactDetailsResponse as g2, type UpdateOrderLineItemRequest as g3, type UpdateOrderLineItemResponse as g4, type UpdateOrderLineItemsRequest as g5, type MaskedOrderLineItem as g6, type UpdateOrderLineItemsResponse as g7, type AddInternalActivityRequest as g8, type InternalActivity as g9, type UpdateActivityRequest as gA, type UpdateActivityResponse as gB, type DeleteActivityRequest as gC, type DeleteActivityResponse as gD, type UpdateLineItemsDescriptionLinesRequest as gE, type LineItemUpdate as gF, type UpdateLineItemsDescriptionLinesResponse as gG, type MarkOrderAsSeenByHumanRequest as gH, type MarkOrderAsSeenByHumanResponse as gI, type CancelOrderRequest as gJ, type OrderCanceledEventOrderCanceled as gK, type UpdateOrderStatusRequest as gL, type UpdateOrderStatusResponse as gM, type MarkAsFulfilledRequest as gN, type MarkAsFulfilledResponse as gO, type FulfillmentStatusUpdated as gP, type BulkMarkAsFulfilledRequest as gQ, type BulkMarkAsFulfilledResponse as gR, type BulkMarkAsFulfilledByFilterRequest as gS, type BulkMarkAsFulfilledByFilterResponse as gT, type MarkAsUnfulfilledRequest as gU, type MarkAsUnfulfilledResponse as gV, type BulkMarkAsUnfulfilledRequest as gW, type BulkMarkAsUnfulfilledResponse as gX, type BulkMarkAsUnfulfilledByFilterRequest as gY, type BulkMarkAsUnfulfilledByFilterResponse as gZ, type BulkSetBusinessLocationRequest as g_, type InternalActivityContentOneOf as ga, type OrderPlaced as gb, type OrderPaid as gc, type OrderFulfilled as gd, type OrderNotFulfilled as ge, type OrderCanceled as gf, type DownloadLinkSent as gg, type TrackingNumberAdded as gh, type TrackingNumberEdited as gi, type TrackingLinkAdded as gj, type ShippingConfirmationEmailSent as gk, type InvoiceAdded as gl, type InvoiceSent as gm, type FulfillerEmailSent as gn, type ShippingAddressEdited as go, type EmailEdited as gp, type PickupReadyEmailSent as gq, type OrderPartiallyPaid as gr, type OrderPending as gs, type OrderRejected as gt, type AddInternalActivityResponse as gu, type AddActivityRequest as gv, type PublicActivity as gw, type PublicActivityContentOneOf as gx, type AddActivityResponse as gy, type AddActivitiesRequest as gz, type OrderSearch as h, type ChargeMembershipsOptions as h$, type BulkSetBusinessLocationResult as h0, type V1MarkOrderAsPaidRequest as h1, type V1MarkOrderAsPaidResponse as h2, type PaymentStatusUpdated as h3, type V1BulkMarkOrdersAsPaidRequest as h4, type V1BulkMarkOrdersAsPaidResponse as h5, type V1CreatePaymentGatewayOrderRequest as h6, type V1CreatePaymentGatewayOrderResponse as h7, type GetShipmentsRequest as h8, type GetShipmentsResponse as h9, type StandardDetails as hA, type InvoiceDates as hB, type LineItems as hC, type LineItem as hD, type BigDecimalWrapper as hE, type LineItemTax as hF, type Source as hG, type LineItemMetaData as hH, type Locale as hI, type TotalPrice as hJ, type ItemizedFee as hK, type Discount as hL, type DiscountOneDiscountTypeOneOf as hM, type CalculatedTaxes as hN, type CalculatedTax as hO, type Payments as hP, type InvoicesPayment as hQ, type MetaData as hR, type InvoiceDynamicPriceTotals as hS, type CustomFieldValue as hT, type Value as hU, type Deposit as hV, type BaseEventMetadata as hW, type EventMetadata as hX, type SetOrderNumberCounterOptions as hY, type BulkDeleteImportedOrdersOptions as hZ, type CreatePaymentGatewayOrderOptions as h_, type AggregateOrdersRequest as ha, type AggregateOrdersResponse as hb, type DecrementItemsQuantityRequest as hc, type DecrementData as hd, type DecrementItemsQuantityResponse as he, type BulkUpdateOrderTagsRequest as hf, type BulkUpdateOrderTagsResult as hg, type Task as hh, type TaskKey as hi, type TaskAction as hj, type TaskActionActionOneOf as hk, type Complete as hl, type Cancel as hm, type Reschedule as hn, type InvoiceSentEvent as ho, type IdAndVersion as hp, type InvoiceFields as hq, type Customer as hr, type Email as hs, type QuotesAddress as ht, type AddressDescription as hu, type Phone as hv, type Company as hw, type CommonAddress as hx, type CommonAddressStreetOneOf as hy, type Subdivision as hz, type CreateOrderOptions as i, type CreatePaymentGatewayOrderApplicationErrors as i$, type TriggerRefundOptions as i0, type OrderSearchSpec as i1, type UpdateOrderLineItemIdentifiers as i2, type UpdateOrderLineItem as i3, type UpdateActivityIdentifiers as i4, type DeleteActivityIdentifiers as i5, type AggregateOrdersOptions as i6, type DescriptionLineTypeWithLiterals as i7, type ItemTypePresetWithLiterals as i8, type PaymentOptionTypeWithLiterals as i9, type PaymentCollectabilityStatusWithLiterals as iA, type RefundableStatusWithLiterals as iB, type NonRefundableReasonWithLiterals as iC, type ManuallyRefundableReasonWithLiterals as iD, type RestockTypeWithLiterals as iE, type TransactionStatusWithLiterals as iF, type AuthorizationCaptureStatusWithLiterals as iG, type AuthorizationVoidStatusWithLiterals as iH, type ReasonWithLiterals as iI, type ActionTypeWithLiterals as iJ, type ChargebackStatusWithLiterals as iK, type MembershipPaymentStatusWithLiterals as iL, type RefundStatusWithLiterals as iM, type VersioningModeWithLiterals as iN, type SortOrderWithLiterals as iO, type OrderApprovalStrategyWithLiterals as iP, type DeltaPaymentOptionTypeWithLiterals as iQ, type InventoryActionWithLiterals as iR, type PlacementWithLiterals as iS, type SubdivisionTypeWithLiterals as iT, type SourceTypeWithLiterals as iU, type CustomFieldGroupWithLiterals as iV, type ValueTypeWithLiterals as iW, type DepositTypeWithLiterals as iX, type InvoiceStatusWithLiterals as iY, type RecordManuallyCollectedPaymentApplicationErrors as iZ, type MarkOrderAsPaidApplicationErrors as i_, type JurisdictionTypeWithLiterals as ia, type SubscriptionFrequencyWithLiterals as ib, type AdjustmentTypeWithLiterals as ic, type TaxableAddressTypeWithLiterals as id, type PaymentStatusWithLiterals as ie, type FulfillmentStatusWithLiterals as ig, type WeightUnitWithLiterals as ih, type VatTypeWithLiterals as ii, type PickupMethodWithLiterals as ij, type OrderStatusWithLiterals as ik, type DiscountTypeWithLiterals as il, type DiscountReasonWithLiterals as im, type LineItemQuantityChangeTypeWithLiterals as io, type ActivityTypeWithLiterals as ip, type OrderActivityTypeEnumActivityTypeWithLiterals as iq, type AttributionSourceWithLiterals as ir, type ChannelTypeWithLiterals as is, type AdditionalFeeSourceWithLiterals as it, type OrderActionTypeWithLiterals as iu, type ChargeTypeWithLiterals as iv, type WebhookIdentityTypeWithLiterals as iw, type PreviewEmailTypeWithLiterals as ix, type ScheduledActionWithLiterals as iy, type DurationUnitWithLiterals as iz, type CreateOrderApplicationErrors as j, type TriggerRefundApplicationErrors as j0, type UpdateOrderStatusApplicationErrors as j1, type CommonSearchWithEntityContext as j2, onOrderApproved as j3, onOrderUpdated as j4, onOrderCanceled as j5, onOrderCreated as j6, onOrderPaymentStatusUpdated as j7, preparePaymentCollection as j8, getPaymentCollectabilityStatus as j9, voidAuthorizedPayments as ja, captureAuthorizedPayments as jb, getOrder as jc, createOrder as jd, updateOrder as je, bulkUpdateOrders as jf, addActivities as jg, cancelOrder as jh, bulkUpdateOrderTags as ji, type UpdateOrderApplicationErrors as k, type BulkUpdateOrdersResponse as l, type AddActivitiesResponse as m, type CancelOrderOptions as n, type CancelOrderResponse as o, type CancelOrderApplicationErrors as p, type BulkUpdateOrderTagsOptions as q, type BulkUpdateOrderTagsResponse as r, type OrderApprovedEnvelope as s, type OrderUpdatedEnvelope as t, type OrderCanceledEnvelope as u, type OrderCreatedEnvelope as v, type OrderPaymentStatusUpdatedEnvelope as w, PaymentOptionType as x, SubscriptionFrequency as y, AdjustmentType as z };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, A as AddActivitiesOptions, m as AddActivitiesResponse, n as CancelOrderOptions, o as CancelOrderResponse, p as CancelOrderApplicationErrors, q as BulkUpdateOrderTagsOptions, r as BulkUpdateOrderTagsResponse, s as OrderApprovedEnvelope, t as OrderUpdatedEnvelope, u as OrderCanceledEnvelope, v as OrderCreatedEnvelope, w as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-BiCcv9PZ.mjs';
3
- export { d0 as AccountDetails, hV as AccountInfo, cY as ActionEvent, af as ActionType, iJ as ActionTypeWithLiterals, bu as Activity, bv as ActivityContentOneOf, X as ActivityType, ip as ActivityTypeWithLiterals, gy as AddActivitiesRequest, gu as AddActivityRequest, gx as AddActivityResponse, g7 as AddInternalActivityRequest, gt as AddInternalActivityResponse, cr as AdditionalFee, fz as AdditionalFeeDelta, fA as AdditionalFeeDeltaDeltaOneOf, ds as AdditionalFeeRefund, $ as AdditionalFeeSource, it as AdditionalFeeSourceWithLiterals, b4 as Address, ht as AddressDescription, b6 as AddressLocation, b3 as AddressWithContact, z as AdjustmentType, ic as AdjustmentTypeWithLiterals, i6 as AggregateOrdersOptions, h9 as AggregateOrdersRequest, ha as AggregateOrdersResponse, ez as AggregatedRefundSummary, dX as ApplicationError, bk as AppliedDiscount, fx as AppliedDiscountDelta, fy as AppliedDiscountDeltaDeltaOneOf, bl as AppliedDiscountDiscountSourceOneOf, fJ as ArchiveOrderRequest, fK as ArchiveOrderResponse, Z as AttributionSource, ir as AttributionSourceWithLiterals, eo as AuthorizationActionFailureDetails, en as AuthorizationCapture, ac as AuthorizationCaptureStatus, iG as AuthorizationCaptureStatusWithLiterals, em as AuthorizationDetails, ep as AuthorizationVoid, ad as AuthorizationVoidStatus, iH as AuthorizationVoidStatusWithLiterals, bV as AuthorizedPaymentCaptured, bU as AuthorizedPaymentCreated, bW as AuthorizedPaymentVoided, cq as Balance, cp as BalanceSummary, hW as BaseEventMetadata, eX as BatchOfTriggerReindexOrderRequest, hD as BigDecimalWrapper, aR as BillingAdjustment, aS as BillingAdjustmentPriceSummary, dY as BulkActionMetadata, fN as BulkArchiveOrdersByFilterRequest, fO as BulkArchiveOrdersByFilterResponse, fL as BulkArchiveOrdersRequest, fM as BulkArchiveOrdersResponse, hZ as BulkDeleteImportedOrdersOptions, cQ as BulkDeleteImportedOrdersRequest, cR as BulkDeleteImportedOrdersResponse, gR as BulkMarkAsFulfilledByFilterRequest, gS as BulkMarkAsFulfilledByFilterResponse, gP as BulkMarkAsFulfilledRequest, gQ as BulkMarkAsFulfilledResponse, gX as BulkMarkAsUnfulfilledByFilterRequest, gY as BulkMarkAsUnfulfilledByFilterResponse, gV as BulkMarkAsUnfulfilledRequest, gW as BulkMarkAsUnfulfilledResponse, dT as BulkMarkOrdersAsPaidRequest, dU as BulkMarkOrdersAsPaidResponse, dV as BulkOrderResult, d7 as BulkSendBuyerPickupConfirmationEmailsRequest, d8 as BulkSendBuyerPickupConfirmationEmailsResponse, db as BulkSendBuyerShippingConfirmationEmailsRequest, dc as BulkSendBuyerShippingConfirmationEmailsResponse, gZ as BulkSetBusinessLocationRequest, g_ as BulkSetBusinessLocationResponse, g$ as BulkSetBusinessLocationResult, fT as BulkUnArchiveOrdersByFilterRequest, fU as BulkUnArchiveOrdersByFilterResponse, fR as BulkUnArchiveOrdersRequest, fS as BulkUnArchiveOrdersResponse, he as BulkUpdateOrderTagsRequest, hf as BulkUpdateOrderTagsResult, fm as BulkUpdateOrdersRequest, a$ as BuyerInfo, b0 as BuyerInfoIdOneOf, fW as BuyerInfoUpdate, eD as CalculateRefundItemRequest, eF as CalculateRefundItemResponse, eC as CalculateRefundRequest, eE as CalculateRefundResponse, hN as CalculatedTax, hM as CalculatedTaxes, hl as Cancel, gI as CancelOrderRequest, eH as CaptureAuthorizedPaymentsRequest, ax as CatalogReference, cn as ChannelInfo, _ as ChannelType, is as ChannelTypeWithLiterals, h$ as ChargeMembershipsOptions, e4 as ChargeMembershipsRequest, e8 as ChargeMembershipsResponse, eI as ChargeSavedPaymentMethodRequest, eJ as ChargeSavedPaymentMethodResponse, a1 as ChargeType, iv as ChargeTypeWithLiterals, er as Chargeback, cj as ChargebackCreated, ck as ChargebackReversed, ag as ChargebackStatus, iK as ChargebackStatusWithLiterals, e2 as ChargedBy, aD as Color, fn as CommitDeltasRequest, fD as CommitDeltasResponse, fF as CommittedDiffs, fG as CommittedDiffsShippingUpdateInfoOneOf, hw as CommonAddress, hx as CommonAddressStreetOneOf, j2 as CommonSearchWithEntityContext, hv as Company, hk as Complete, bm as Coupon, fg as CreateOrderRequest, fj as CreateOrderResponse, i$ as CreatePaymentGatewayOrderApplicationErrors, h_ as CreatePaymentGatewayOrderOptions, e1 as CreatePaymentGatewayOrderRequest, e3 as CreatePaymentGatewayOrderResponse, cl as CreatedBy, cm as CreatedByStringOneOf, c8 as CreditCardDetails, el as CreditCardPaymentMethodDetails, b1 as CurrencyConversionDetails, f6 as CursorPaging, ff as CursorPagingMetadata, fd as CursorSearch, fe as CursorSearchPagingMethodOneOf, f9 as Cursors, bw as CustomActivity, cz as CustomAllowedActions, co as CustomField, ar as CustomFieldGroup, iV as CustomFieldGroupWithLiterals, hS as CustomFieldValue, hq as Customer, hc as DecrementData, hb as DecrementItemsQuantityRequest, hd as DecrementItemsQuantityResponse, dM as DelayedCaptureSettings, i5 as DeleteActivityIdentifiers, gB as DeleteActivityRequest, gC as DeleteActivityResponse, eP as DeleteByFilterOperation, eO as DeleteByIdsOperation, ba as DeliveryLogistics, bb as DeliveryLogisticsAddressOneOf, be as DeliveryTimeSlot, am as DeltaPaymentOptionType, iQ as DeltaPaymentOptionTypeWithLiterals, hU as Deposit, at as DepositType, iX as DepositTypeWithLiterals, ay as DescriptionLine, aA as DescriptionLineDescriptionLineValueOneOf, aB as DescriptionLineName, D as DescriptionLineType, i7 as DescriptionLineTypeWithLiterals, az as DescriptionLineValueOneOf, eZ as DiffmatokyPayload, aL as DigitalFile, hK as Discount, hL as DiscountOneDiscountTypeOneOf, Q as DiscountReason, im as DiscountReasonWithLiterals, bp as DiscountRule, bq as DiscountRuleName, N as DiscountType, il as DiscountTypeWithLiterals, cS as DomainEvent, cT as DomainEventBodyOneOf, gf as DownloadLinkSent, bC as DraftOrderChangesApplied, fB as DraftOrderCommitSettings, fo as DraftOrderDiffs, fr as DraftOrderDiffsBillingUpdateInfoOneOf, fq as DraftOrderDiffsBuyerUpdateInfoOneOf, fs as DraftOrderDiffsRecipientUpdateInfoOneOf, fp as DraftOrderDiffsShippingUpdateInfoOneOf, dN as Duration, a5 as DurationUnit, iz as DurationUnitWithLiterals, hr as Email, go as EmailEdited, dJ as Empty, cU as EntityCreatedEvent, cX as EntityDeletedEvent, cW as EntityUpdatedEvent, e_ as ErrorInformation, hX as EventMetadata, aX as ExtendedFields, cg as ExternalReceipt, ev as ExternalReceiptInfo, aE as FocalPoint, cC as FormIdentifier, cB as FormInfo, aQ as FreeTrialPeriod, gm as FulfillerEmailSent, F as FulfillmentStatus, gO as FulfillmentStatusUpdated, ig as FulfillmentStatusWithLiterals, cs as FulfillmentStatusesAggregate, b7 as FullAddressContactDetails, e$ as GetOrderRequest, f0 as GetOrderResponse, dO as GetPaymentCollectabilityStatusRequest, dZ as GetRefundabilityStatusRequest, d_ as GetRefundabilityStatusResponse, h7 as GetShipmentsRequest, h8 as GetShipmentsResponse, es as GiftCardPaymentDetails, b$ as GiftCardPaymentRefund, ho as IdAndVersion, c_ as IdentificationData, c$ as IdentificationDataIdOneOf, cM as ImportOrderRequest, cN as ImportOrderResponse, cL as ImportedOrderDeleted, g8 as InternalActivity, g9 as InternalActivityContentOneOf, eM as InternalDocument, eQ as InternalDocumentUpdateByFilterOperation, eN as InternalDocumentUpdateOperation, f1 as InternalQueryOrdersRequest, f7 as InternalQueryOrdersResponse, eR as InternalUpdateExistingOperation, an as InventoryAction, iR as InventoryActionWithLiterals, fC as InventoryUpdateDetails, gk as InvoiceAdded, hA as InvoiceDates, hR as InvoiceDynamicPriceTotals, hp as InvoiceFields, gl as InvoiceSent, hn as InvoiceSentEvent, au as InvoiceStatus, iY as InvoiceStatusWithLiterals, hP as InvoicesPayment, fw as ItemChangedDetails, bs as ItemCombination, bt as ItemCombinationLineItem, dW as ItemMetadata, a_ as ItemModifier, aI as ItemTaxFullDetails, aG as ItemType, aH as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, i8 as ItemTypePresetWithLiterals, hJ as ItemizedFee, J as JurisdictionType, ia as JurisdictionTypeWithLiterals, hC as LineItem, bO as LineItemAmount, bF as LineItemChanges, fH as LineItemDelta, fI as LineItemDeltaDeltaOneOf, bJ as LineItemDescriptionLineChange, br as LineItemDiscount, bB as LineItemExchangeData, hG as LineItemMetaData, bK as LineItemModifiersChange, bH as LineItemPriceChange, bI as LineItemProductNameChange, bG as LineItemQuantityChange, R as LineItemQuantityChangeType, io as LineItemQuantityChangeTypeWithLiterals, dr as LineItemRefund, eB as LineItemRefundSummary, hE as LineItemTax, aK as LineItemTaxBreakdown, aJ as LineItemTaxInfo, gE as LineItemUpdate, hB as LineItems, hH as Locale, cv as Location, aU as LocationAndQuantity, bP as ManagedAdditionalFee, bM as ManagedDiscount, bL as ManagedLineItem, a9 as ManuallyRefundableReason, iD as ManuallyRefundableReasonWithLiterals, gM as MarkAsFulfilledRequest, gN as MarkAsFulfilledResponse, gT as MarkAsUnfulfilledRequest, gU as MarkAsUnfulfilledResponse, i_ as MarkOrderAsPaidApplicationErrors, dR as MarkOrderAsPaidRequest, dS as MarkOrderAsPaidResponse, gG as MarkOrderAsSeenByHumanRequest, gH as MarkOrderAsSeenByHumanResponse, g5 as MaskedOrderLineItem, e5 as MembershipChargeItem, e6 as MembershipName, et as MembershipPaymentDetails, c0 as MembershipPaymentRefund, ah as MembershipPaymentStatus, iL as MembershipPaymentStatusWithLiterals, bx as MerchantComment, bn as MerchantDiscount, bo as MerchantDiscountMerchantDiscountReasonOneOf, cZ as MessageEnvelope, hQ as MetaData, aY as ModifierGroup, bA as NewExchangeOrderCreated, a8 as NonRefundableReason, iC as NonRefundableReasonWithLiterals, a0 as OrderActionType, iu as OrderActionTypeWithLiterals, Y as OrderActivityTypeEnumActivityType, iq as OrderActivityTypeEnumActivityTypeWithLiterals, al as OrderApprovalStrategy, iP as OrderApprovalStrategyWithLiterals, cF as OrderApproved, ge as OrderCanceled, gJ as OrderCanceledEventOrderCanceled, bD as OrderChange, bE as OrderChangeValueOneOf, fi as OrderCreateNotifications, bz as OrderCreatedFromExchange, fh as OrderCreationSettings, fE as OrderDeltasCommitted, gc as OrderFulfilled, cK as OrderImported, cI as OrderItemsRestocked, av as OrderLineItem, fv as OrderLineItemChangedDetails, gd as OrderNotFulfilled, gb as OrderPaid, gq as OrderPartiallyPaid, gr as OrderPending, ga as OrderPlaced, by as OrderRefunded, gs as OrderRejected, cH as OrderRejectedEventOrderRejected, i1 as OrderSearchSpec, cw as OrderSettings, cx as OrderSettingsAllowedActionsOneOf, cy as OrderSettingsEditableByOneOf, L as OrderStatus, ik as OrderStatusWithLiterals, bj as OrderTaxBreakdown, bi as OrderTaxInfo, ef as OrderTransactions, cG as OrdersExperiments, cA as OwnerApps, eg as Payment, c9 as PaymentCanceled, ca as PaymentCanceledPaymentDetailsOneOf, a6 as PaymentCollectabilityStatus, iA as PaymentCollectabilityStatusWithLiterals, cb as PaymentDeclined, cc as PaymentDeclinedPaymentDetailsOneOf, x as PaymentOptionType, i9 as PaymentOptionTypeWithLiterals, eh as PaymentPaymentDetailsOneOf, c4 as PaymentPending, c5 as PaymentPendingPaymentDetailsOneOf, ei as PaymentReceiptInfoOneOf, ea as PaymentRefund, c2 as PaymentRefundFailed, c1 as PaymentRefunded, E as PaymentStatus, h2 as PaymentStatusUpdated, ie as PaymentStatusWithLiterals, hO as Payments, hu as Phone, aF as PhysicalProperties, bd as PickupAddress, bc as PickupDetails, K as PickupMethod, ij as PickupMethodWithLiterals, gp as PickupReadyEmailSent, ao as Placement, iS as PlacementWithLiterals, aC as PlainTextValue, cE as PlatformFee, cD as PlatformFeeSummary, f5 as PlatformPaging, f8 as PlatformPagingMetadata, f2 as PlatformQuery, f3 as PlatformQueryPagingMethodOneOf, dK as PreparePaymentCollectionRequest, dB as PreviewBuyerConfirmationEmailRequest, dC as PreviewBuyerConfirmationEmailResponse, dz as PreviewBuyerPaymentsReceivedEmailRequest, dA as PreviewBuyerPaymentsReceivedEmailResponse, dD as PreviewBuyerPickupConfirmationEmailRequest, dE as PreviewBuyerPickupConfirmationEmailResponse, dv as PreviewCancelEmailRequest, dw as PreviewCancelEmailResponse, dx as PreviewCancelRefundEmailRequest, dy as PreviewCancelRefundEmailResponse, dl as PreviewEmailByTypeRequest, dm as PreviewEmailByTypeResponse, a3 as PreviewEmailType, ix as PreviewEmailTypeWithLiterals, dn as PreviewRefundEmailRequest, du as PreviewRefundEmailResponse, dH as PreviewResendDownloadLinksEmailRequest, dI as PreviewResendDownloadLinksEmailResponse, dF as PreviewShippingConfirmationEmailRequest, dG as PreviewShippingConfirmationEmailResponse, aT as PriceDescription, b2 as PriceSummary, aw as ProductName, gv as PublicActivity, gw as PublicActivityContentOneOf, fa as QueryOrderRequest, fb as QueryOrderResponse, hs as QuotesAddress, ae as Reason, iI as ReasonWithLiterals, cd as ReceiptCreated, ce as ReceiptCreatedReceiptInfoOneOf, ch as ReceiptSent, ci as ReceiptSentReceiptInfoOneOf, iZ as RecordManuallyCollectedPaymentApplicationErrors, dP as RecordManuallyCollectedPaymentRequest, dQ as RecordManuallyCollectedPaymentResponse, dL as RedirectUrls, ew as Refund, dp as RefundDetails, bX as RefundInitiated, dq as RefundItem, eA as RefundItemsBreakdown, eb as RefundSideEffects, ai as RefundStatus, ey as RefundStatusInfo, iM as RefundStatusWithLiterals, ex as RefundTransaction, d$ as Refundability, e0 as RefundabilityAdditionalRefundabilityInfoOneOf, a7 as RefundableStatus, iB as RefundableStatusWithLiterals, c3 as RefundedAsStoreCredit, bY as RefundedPayment, bZ as RefundedPaymentKindOneOf, c6 as RegularPayment, ej as RegularPaymentDetails, ek as RegularPaymentDetailsPaymentMethodDetailsOneOf, c7 as RegularPaymentPaymentMethodDetailsOneOf, b_ as RegularPaymentRefund, hm as Reschedule, ec as RestockInfo, ed as RestockItem, aa as RestockType, iE as RestockTypeWithLiterals, cV as RestoreInfo, bT as SavedPaymentMethod, a4 as ScheduledAction, iy as ScheduledActionWithLiterals, fc as SearchOrdersRequest, d1 as SendBuyerConfirmationEmailRequest, d2 as SendBuyerConfirmationEmailResponse, d3 as SendBuyerPaymentsReceivedEmailRequest, d4 as SendBuyerPaymentsReceivedEmailResponse, d5 as SendBuyerPickupConfirmationEmailRequest, d6 as SendBuyerPickupConfirmationEmailResponse, d9 as SendBuyerShippingConfirmationEmailRequest, da as SendBuyerShippingConfirmationEmailResponse, df as SendCancelRefundEmailRequest, dg as SendCancelRefundEmailResponse, dd as SendMerchantOrderReceivedNotificationRequest, de as SendMerchantOrderReceivedNotificationResponse, dj as SendMerchantOrderReceivedPushRequest, dk as SendMerchantOrderReceivedPushResponse, dh as SendRefundEmailRequest, di as SendRefundEmailResponse, e7 as ServiceProperties, hY as SetOrderNumberCounterOptions, cO as SetOrderNumberCounterRequest, cP as SetOrderNumberCounterResponse, gn as ShippingAddressEdited, gj as ShippingConfirmationEmailSent, bS as ShippingInformation, bR as ShippingInformationChange, bf as ShippingPrice, dt as ShippingRefund, bg as ShippingRegion, ak as SortOrder, iO as SortOrderWithLiterals, f4 as Sorting, hF as Source, aq as SourceType, iU as SourceTypeWithLiterals, hz as StandardDetails, b5 as StreetAddress, hy as Subdivision, ap as SubdivisionType, iT as SubdivisionTypeWithLiterals, aO as SubscriptionDescription, y as SubscriptionFrequency, ib as SubscriptionFrequencyWithLiterals, aM as SubscriptionInfo, aP as SubscriptionSettings, aN as SubscriptionTitle, cu as TagList, ct as Tags, hg as Task, hi as TaskAction, hj as TaskActionActionOneOf, hh as TaskKey, bh as TaxSummary, aV as TaxableAddress, aW as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, id as TaxableAddressTypeWithLiterals, hI as TotalPrice, bQ as TotalPriceChange, gi as TrackingLinkAdded, gg as TrackingNumberAdded, gh as TrackingNumberEdited, ab as TransactionStatus, iF as TransactionStatusWithLiterals, aZ as TranslatableString, bN as TranslatedValue, j0 as TriggerRefundApplicationErrors, i0 as TriggerRefundOptions, e9 as TriggerRefundRequest, ee as TriggerRefundResponse, eY as TriggerReindexOrderRequest, eV as TriggerReindexRequest, eW as TriggerReindexResponse, fP as UnArchiveOrderRequest, fQ as UnArchiveOrderResponse, i4 as UpdateActivityIdentifiers, gz as UpdateActivityRequest, gA as UpdateActivityResponse, g0 as UpdateBillingContactDetailsRequest, g1 as UpdateBillingContactDetailsResponse, fY as UpdateBuyerEmailRequest, fZ as UpdateBuyerEmailResponse, fV as UpdateBuyerInfoRequest, fX as UpdateBuyerInfoResponse, eK as UpdateInternalDocumentsEvent, eL as UpdateInternalDocumentsEventOperationOneOf, gD as UpdateLineItemsDescriptionLinesRequest, gF as UpdateLineItemsDescriptionLinesResponse, i3 as UpdateOrderLineItem, i2 as UpdateOrderLineItemIdentifiers, g2 as UpdateOrderLineItemRequest, g3 as UpdateOrderLineItemResponse, g4 as UpdateOrderLineItemsRequest, g6 as UpdateOrderLineItemsResponse, fk as UpdateOrderRequest, fl as UpdateOrderResponse, f_ as UpdateOrderShippingAddressRequest, f$ as UpdateOrderShippingAddressResponse, j1 as UpdateOrderStatusApplicationErrors, gK as UpdateOrderStatusRequest, gL as UpdateOrderStatusResponse, h3 as V1BulkMarkOrdersAsPaidRequest, h4 as V1BulkMarkOrdersAsPaidResponse, h5 as V1CreatePaymentGatewayOrderRequest, h6 as V1CreatePaymentGatewayOrderResponse, ft as V1LineItemDelta, fu as V1LineItemDeltaDeltaOneOf, h0 as V1MarkOrderAsPaidRequest, h1 as V1MarkOrderAsPaidResponse, cJ as V1RestockItem, eq as V1ScheduledAction, b9 as V1ShippingInformation, hT as Value, as as ValueType, iW as ValueTypeWithLiterals, b8 as VatId, H as VatType, ii as VatTypeWithLiterals, eT as VersionedDeleteByIdsOperation, eU as VersionedDocumentId, eS as VersionedDocumentUpdateOperation, aj as VersioningMode, iN as VersioningModeWithLiterals, eG as VoidAuthorizedPaymentsRequest, a2 as WebhookIdentityType, iw as WebhookIdentityTypeWithLiterals, W as WeightUnit, ih as WeightUnitWithLiterals, cf as WixReceipt, eu as WixReceiptInfo } from './ecom-v1-order-orders.universal-BiCcv9PZ.mjs';
2
+ import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, A as AddActivitiesOptions, m as AddActivitiesResponse, n as CancelOrderOptions, o as CancelOrderResponse, p as CancelOrderApplicationErrors, q as BulkUpdateOrderTagsOptions, r as BulkUpdateOrderTagsResponse, s as OrderApprovedEnvelope, t as OrderUpdatedEnvelope, u as OrderCanceledEnvelope, v as OrderCreatedEnvelope, w as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-Cc78aFHS.mjs';
3
+ export { dK as AccountDetails, d0 as AccountInfo, cY as ActionEvent, af as ActionType, iJ as ActionTypeWithLiterals, bu as Activity, bv as ActivityContentOneOf, X as ActivityType, ip as ActivityTypeWithLiterals, gz as AddActivitiesRequest, gv as AddActivityRequest, gy as AddActivityResponse, g8 as AddInternalActivityRequest, gu as AddInternalActivityResponse, cr as AdditionalFee, fA as AdditionalFeeDelta, fB as AdditionalFeeDeltaDeltaOneOf, ds as AdditionalFeeRefund, $ as AdditionalFeeSource, it as AdditionalFeeSourceWithLiterals, b4 as Address, hu as AddressDescription, b6 as AddressLocation, b3 as AddressWithContact, z as AdjustmentType, ic as AdjustmentTypeWithLiterals, i6 as AggregateOrdersOptions, ha as AggregateOrdersRequest, hb as AggregateOrdersResponse, eA as AggregatedRefundSummary, dY as ApplicationError, bk as AppliedDiscount, fy as AppliedDiscountDelta, fz as AppliedDiscountDeltaDeltaOneOf, bl as AppliedDiscountDiscountSourceOneOf, fK as ArchiveOrderRequest, fL as ArchiveOrderResponse, Z as AttributionSource, ir as AttributionSourceWithLiterals, ep as AuthorizationActionFailureDetails, eo as AuthorizationCapture, ac as AuthorizationCaptureStatus, iG as AuthorizationCaptureStatusWithLiterals, en as AuthorizationDetails, eq as AuthorizationVoid, ad as AuthorizationVoidStatus, iH as AuthorizationVoidStatusWithLiterals, bV as AuthorizedPaymentCaptured, bU as AuthorizedPaymentCreated, bW as AuthorizedPaymentVoided, cq as Balance, cp as BalanceSummary, hW as BaseEventMetadata, eY as BatchOfTriggerReindexOrderRequest, hE as BigDecimalWrapper, aR as BillingAdjustment, aS as BillingAdjustmentPriceSummary, dZ as BulkActionMetadata, fO as BulkArchiveOrdersByFilterRequest, fP as BulkArchiveOrdersByFilterResponse, fM as BulkArchiveOrdersRequest, fN as BulkArchiveOrdersResponse, hZ as BulkDeleteImportedOrdersOptions, cQ as BulkDeleteImportedOrdersRequest, cR as BulkDeleteImportedOrdersResponse, gS as BulkMarkAsFulfilledByFilterRequest, gT as BulkMarkAsFulfilledByFilterResponse, gQ as BulkMarkAsFulfilledRequest, gR as BulkMarkAsFulfilledResponse, gY as BulkMarkAsUnfulfilledByFilterRequest, gZ as BulkMarkAsUnfulfilledByFilterResponse, gW as BulkMarkAsUnfulfilledRequest, gX as BulkMarkAsUnfulfilledResponse, dU as BulkMarkOrdersAsPaidRequest, dV as BulkMarkOrdersAsPaidResponse, dW as BulkOrderResult, d7 as BulkSendBuyerPickupConfirmationEmailsRequest, d8 as BulkSendBuyerPickupConfirmationEmailsResponse, db as BulkSendBuyerShippingConfirmationEmailsRequest, dc as BulkSendBuyerShippingConfirmationEmailsResponse, g_ as BulkSetBusinessLocationRequest, g$ as BulkSetBusinessLocationResponse, h0 as BulkSetBusinessLocationResult, fU as BulkUnArchiveOrdersByFilterRequest, fV as BulkUnArchiveOrdersByFilterResponse, fS as BulkUnArchiveOrdersRequest, fT as BulkUnArchiveOrdersResponse, hf as BulkUpdateOrderTagsRequest, hg as BulkUpdateOrderTagsResult, fn as BulkUpdateOrdersRequest, a$ as BuyerInfo, b0 as BuyerInfoIdOneOf, fX as BuyerInfoUpdate, eE as CalculateRefundItemRequest, eG as CalculateRefundItemResponse, eD as CalculateRefundRequest, eF as CalculateRefundResponse, hO as CalculatedTax, hN as CalculatedTaxes, hm as Cancel, gJ as CancelOrderRequest, eI as CaptureAuthorizedPaymentsRequest, ax as CatalogReference, cn as ChannelInfo, _ as ChannelType, is as ChannelTypeWithLiterals, h$ as ChargeMembershipsOptions, e5 as ChargeMembershipsRequest, e9 as ChargeMembershipsResponse, eJ as ChargeSavedPaymentMethodRequest, eK as ChargeSavedPaymentMethodResponse, a1 as ChargeType, iv as ChargeTypeWithLiterals, es as Chargeback, cj as ChargebackCreated, ck as ChargebackReversed, ag as ChargebackStatus, iK as ChargebackStatusWithLiterals, e3 as ChargedBy, aD as Color, fo as CommitDeltasRequest, fE as CommitDeltasResponse, fG as CommittedDiffs, fH as CommittedDiffsShippingUpdateInfoOneOf, hx as CommonAddress, hy as CommonAddressStreetOneOf, j2 as CommonSearchWithEntityContext, hw as Company, hl as Complete, bm as Coupon, fh as CreateOrderRequest, fk as CreateOrderResponse, i$ as CreatePaymentGatewayOrderApplicationErrors, h_ as CreatePaymentGatewayOrderOptions, e2 as CreatePaymentGatewayOrderRequest, e4 as CreatePaymentGatewayOrderResponse, cl as CreatedBy, cm as CreatedByStringOneOf, c8 as CreditCardDetails, em as CreditCardPaymentMethodDetails, b1 as CurrencyConversionDetails, f7 as CursorPaging, fg as CursorPagingMetadata, fe as CursorSearch, ff as CursorSearchPagingMethodOneOf, fa as Cursors, bw as CustomActivity, cz as CustomAllowedActions, co as CustomField, ar as CustomFieldGroup, iV as CustomFieldGroupWithLiterals, hT as CustomFieldValue, hr as Customer, hd as DecrementData, hc as DecrementItemsQuantityRequest, he as DecrementItemsQuantityResponse, dN as DelayedCaptureSettings, i5 as DeleteActivityIdentifiers, gC as DeleteActivityRequest, gD as DeleteActivityResponse, eQ as DeleteByFilterOperation, eP as DeleteByIdsOperation, ba as DeliveryLogistics, bb as DeliveryLogisticsAddressOneOf, be as DeliveryTimeSlot, am as DeltaPaymentOptionType, iQ as DeltaPaymentOptionTypeWithLiterals, hV as Deposit, at as DepositType, iX as DepositTypeWithLiterals, ay as DescriptionLine, aA as DescriptionLineDescriptionLineValueOneOf, aB as DescriptionLineName, D as DescriptionLineType, i7 as DescriptionLineTypeWithLiterals, az as DescriptionLineValueOneOf, e_ as DiffmatokyPayload, aL as DigitalFile, hL as Discount, hM as DiscountOneDiscountTypeOneOf, Q as DiscountReason, im as DiscountReasonWithLiterals, bp as DiscountRule, bq as DiscountRuleName, N as DiscountType, il as DiscountTypeWithLiterals, cS as DomainEvent, cT as DomainEventBodyOneOf, gg as DownloadLinkSent, bC as DraftOrderChangesApplied, fC as DraftOrderCommitSettings, fp as DraftOrderDiffs, fs as DraftOrderDiffsBillingUpdateInfoOneOf, fr as DraftOrderDiffsBuyerUpdateInfoOneOf, ft as DraftOrderDiffsRecipientUpdateInfoOneOf, fq as DraftOrderDiffsShippingUpdateInfoOneOf, dO as Duration, a5 as DurationUnit, iz as DurationUnitWithLiterals, hs as Email, gp as EmailEdited, dJ as Empty, cU as EntityCreatedEvent, cX as EntityDeletedEvent, cW as EntityUpdatedEvent, e$ as ErrorInformation, hX as EventMetadata, aX as ExtendedFields, cg as ExternalReceipt, ew as ExternalReceiptInfo, aE as FocalPoint, cC as FormIdentifier, cB as FormInfo, aQ as FreeTrialPeriod, gn as FulfillerEmailSent, F as FulfillmentStatus, gP as FulfillmentStatusUpdated, ig as FulfillmentStatusWithLiterals, cs as FulfillmentStatusesAggregate, b7 as FullAddressContactDetails, f0 as GetOrderRequest, f1 as GetOrderResponse, dP as GetPaymentCollectabilityStatusRequest, d_ as GetRefundabilityStatusRequest, d$ as GetRefundabilityStatusResponse, h8 as GetShipmentsRequest, h9 as GetShipmentsResponse, et as GiftCardPaymentDetails, b$ as GiftCardPaymentRefund, hp as IdAndVersion, c_ as IdentificationData, c$ as IdentificationDataIdOneOf, cM as ImportOrderRequest, cN as ImportOrderResponse, cL as ImportedOrderDeleted, g9 as InternalActivity, ga as InternalActivityContentOneOf, eN as InternalDocument, eR as InternalDocumentUpdateByFilterOperation, eO as InternalDocumentUpdateOperation, f2 as InternalQueryOrdersRequest, f8 as InternalQueryOrdersResponse, eS as InternalUpdateExistingOperation, an as InventoryAction, iR as InventoryActionWithLiterals, fD as InventoryUpdateDetails, gl as InvoiceAdded, hB as InvoiceDates, hS as InvoiceDynamicPriceTotals, hq as InvoiceFields, gm as InvoiceSent, ho as InvoiceSentEvent, au as InvoiceStatus, iY as InvoiceStatusWithLiterals, hQ as InvoicesPayment, fx as ItemChangedDetails, bs as ItemCombination, bt as ItemCombinationLineItem, dX as ItemMetadata, a_ as ItemModifier, aI as ItemTaxFullDetails, aG as ItemType, aH as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, i8 as ItemTypePresetWithLiterals, hK as ItemizedFee, J as JurisdictionType, ia as JurisdictionTypeWithLiterals, hD as LineItem, bO as LineItemAmount, bF as LineItemChanges, fI as LineItemDelta, fJ as LineItemDeltaDeltaOneOf, bJ as LineItemDescriptionLineChange, br as LineItemDiscount, bB as LineItemExchangeData, hH as LineItemMetaData, bK as LineItemModifiersChange, bH as LineItemPriceChange, bI as LineItemProductNameChange, bG as LineItemQuantityChange, R as LineItemQuantityChangeType, io as LineItemQuantityChangeTypeWithLiterals, dr as LineItemRefund, eC as LineItemRefundSummary, hF as LineItemTax, aK as LineItemTaxBreakdown, aJ as LineItemTaxInfo, gF as LineItemUpdate, hC as LineItems, hI as Locale, cv as Location, aU as LocationAndQuantity, bP as ManagedAdditionalFee, bM as ManagedDiscount, bL as ManagedLineItem, a9 as ManuallyRefundableReason, iD as ManuallyRefundableReasonWithLiterals, gN as MarkAsFulfilledRequest, gO as MarkAsFulfilledResponse, gU as MarkAsUnfulfilledRequest, gV as MarkAsUnfulfilledResponse, i_ as MarkOrderAsPaidApplicationErrors, dS as MarkOrderAsPaidRequest, dT as MarkOrderAsPaidResponse, gH as MarkOrderAsSeenByHumanRequest, gI as MarkOrderAsSeenByHumanResponse, g6 as MaskedOrderLineItem, e6 as MembershipChargeItem, e7 as MembershipName, eu as MembershipPaymentDetails, c0 as MembershipPaymentRefund, ah as MembershipPaymentStatus, iL as MembershipPaymentStatusWithLiterals, bx as MerchantComment, bn as MerchantDiscount, bo as MerchantDiscountMerchantDiscountReasonOneOf, cZ as MessageEnvelope, hR as MetaData, aY as ModifierGroup, bA as NewExchangeOrderCreated, a8 as NonRefundableReason, iC as NonRefundableReasonWithLiterals, a0 as OrderActionType, iu as OrderActionTypeWithLiterals, Y as OrderActivityTypeEnumActivityType, iq as OrderActivityTypeEnumActivityTypeWithLiterals, al as OrderApprovalStrategy, iP as OrderApprovalStrategyWithLiterals, cF as OrderApproved, gf as OrderCanceled, gK as OrderCanceledEventOrderCanceled, bD as OrderChange, bE as OrderChangeValueOneOf, fj as OrderCreateNotifications, bz as OrderCreatedFromExchange, fi as OrderCreationSettings, fF as OrderDeltasCommitted, gd as OrderFulfilled, cK as OrderImported, cI as OrderItemsRestocked, av as OrderLineItem, fw as OrderLineItemChangedDetails, ge as OrderNotFulfilled, gc as OrderPaid, gr as OrderPartiallyPaid, gs as OrderPending, gb as OrderPlaced, by as OrderRefunded, gt as OrderRejected, cH as OrderRejectedEventOrderRejected, i1 as OrderSearchSpec, cw as OrderSettings, cx as OrderSettingsAllowedActionsOneOf, cy as OrderSettingsEditableByOneOf, L as OrderStatus, ik as OrderStatusWithLiterals, bj as OrderTaxBreakdown, bi as OrderTaxInfo, eg as OrderTransactions, cG as OrdersExperiments, cA as OwnerApps, eh as Payment, c9 as PaymentCanceled, ca as PaymentCanceledPaymentDetailsOneOf, a6 as PaymentCollectabilityStatus, iA as PaymentCollectabilityStatusWithLiterals, cb as PaymentDeclined, cc as PaymentDeclinedPaymentDetailsOneOf, x as PaymentOptionType, i9 as PaymentOptionTypeWithLiterals, ei as PaymentPaymentDetailsOneOf, c4 as PaymentPending, c5 as PaymentPendingPaymentDetailsOneOf, ej as PaymentReceiptInfoOneOf, eb as PaymentRefund, c2 as PaymentRefundFailed, c1 as PaymentRefunded, E as PaymentStatus, h3 as PaymentStatusUpdated, ie as PaymentStatusWithLiterals, hP as Payments, hv as Phone, aF as PhysicalProperties, bd as PickupAddress, bc as PickupDetails, K as PickupMethod, ij as PickupMethodWithLiterals, gq as PickupReadyEmailSent, ao as Placement, iS as PlacementWithLiterals, aC as PlainTextValue, cE as PlatformFee, cD as PlatformFeeSummary, f6 as PlatformPaging, f9 as PlatformPagingMetadata, f3 as PlatformQuery, f4 as PlatformQueryPagingMethodOneOf, dL as PreparePaymentCollectionRequest, dB as PreviewBuyerConfirmationEmailRequest, dC as PreviewBuyerConfirmationEmailResponse, dz as PreviewBuyerPaymentsReceivedEmailRequest, dA as PreviewBuyerPaymentsReceivedEmailResponse, dD as PreviewBuyerPickupConfirmationEmailRequest, dE as PreviewBuyerPickupConfirmationEmailResponse, dv as PreviewCancelEmailRequest, dw as PreviewCancelEmailResponse, dx as PreviewCancelRefundEmailRequest, dy as PreviewCancelRefundEmailResponse, dl as PreviewEmailByTypeRequest, dm as PreviewEmailByTypeResponse, a3 as PreviewEmailType, ix as PreviewEmailTypeWithLiterals, dn as PreviewRefundEmailRequest, du as PreviewRefundEmailResponse, dH as PreviewResendDownloadLinksEmailRequest, dI as PreviewResendDownloadLinksEmailResponse, dF as PreviewShippingConfirmationEmailRequest, dG as PreviewShippingConfirmationEmailResponse, aT as PriceDescription, b2 as PriceSummary, aw as ProductName, gw as PublicActivity, gx as PublicActivityContentOneOf, fb as QueryOrderRequest, fc as QueryOrderResponse, ht as QuotesAddress, ae as Reason, iI as ReasonWithLiterals, cd as ReceiptCreated, ce as ReceiptCreatedReceiptInfoOneOf, ch as ReceiptSent, ci as ReceiptSentReceiptInfoOneOf, iZ as RecordManuallyCollectedPaymentApplicationErrors, dQ as RecordManuallyCollectedPaymentRequest, dR as RecordManuallyCollectedPaymentResponse, dM as RedirectUrls, ex as Refund, dp as RefundDetails, bX as RefundInitiated, dq as RefundItem, eB as RefundItemsBreakdown, ec as RefundSideEffects, ai as RefundStatus, ez as RefundStatusInfo, iM as RefundStatusWithLiterals, ey as RefundTransaction, e0 as Refundability, e1 as RefundabilityAdditionalRefundabilityInfoOneOf, a7 as RefundableStatus, iB as RefundableStatusWithLiterals, c3 as RefundedAsStoreCredit, bY as RefundedPayment, bZ as RefundedPaymentKindOneOf, c6 as RegularPayment, ek as RegularPaymentDetails, el as RegularPaymentDetailsPaymentMethodDetailsOneOf, c7 as RegularPaymentPaymentMethodDetailsOneOf, b_ as RegularPaymentRefund, hn as Reschedule, ed as RestockInfo, ee as RestockItem, aa as RestockType, iE as RestockTypeWithLiterals, cV as RestoreInfo, bT as SavedPaymentMethod, a4 as ScheduledAction, iy as ScheduledActionWithLiterals, fd as SearchOrdersRequest, d1 as SendBuyerConfirmationEmailRequest, d2 as SendBuyerConfirmationEmailResponse, d3 as SendBuyerPaymentsReceivedEmailRequest, d4 as SendBuyerPaymentsReceivedEmailResponse, d5 as SendBuyerPickupConfirmationEmailRequest, d6 as SendBuyerPickupConfirmationEmailResponse, d9 as SendBuyerShippingConfirmationEmailRequest, da as SendBuyerShippingConfirmationEmailResponse, df as SendCancelRefundEmailRequest, dg as SendCancelRefundEmailResponse, dd as SendMerchantOrderReceivedNotificationRequest, de as SendMerchantOrderReceivedNotificationResponse, dj as SendMerchantOrderReceivedPushRequest, dk as SendMerchantOrderReceivedPushResponse, dh as SendRefundEmailRequest, di as SendRefundEmailResponse, e8 as ServiceProperties, hY as SetOrderNumberCounterOptions, cO as SetOrderNumberCounterRequest, cP as SetOrderNumberCounterResponse, go as ShippingAddressEdited, gk as ShippingConfirmationEmailSent, bS as ShippingInformation, bR as ShippingInformationChange, bf as ShippingPrice, dt as ShippingRefund, bg as ShippingRegion, ak as SortOrder, iO as SortOrderWithLiterals, f5 as Sorting, hG as Source, aq as SourceType, iU as SourceTypeWithLiterals, hA as StandardDetails, b5 as StreetAddress, hz as Subdivision, ap as SubdivisionType, iT as SubdivisionTypeWithLiterals, aO as SubscriptionDescription, y as SubscriptionFrequency, ib as SubscriptionFrequencyWithLiterals, aM as SubscriptionInfo, aP as SubscriptionSettings, aN as SubscriptionTitle, cu as TagList, ct as Tags, hh as Task, hj as TaskAction, hk as TaskActionActionOneOf, hi as TaskKey, bh as TaxSummary, aV as TaxableAddress, aW as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, id as TaxableAddressTypeWithLiterals, hJ as TotalPrice, bQ as TotalPriceChange, gj as TrackingLinkAdded, gh as TrackingNumberAdded, gi as TrackingNumberEdited, ab as TransactionStatus, iF as TransactionStatusWithLiterals, aZ as TranslatableString, bN as TranslatedValue, j0 as TriggerRefundApplicationErrors, i0 as TriggerRefundOptions, ea as TriggerRefundRequest, ef as TriggerRefundResponse, eZ as TriggerReindexOrderRequest, eW as TriggerReindexRequest, eX as TriggerReindexResponse, fQ as UnArchiveOrderRequest, fR as UnArchiveOrderResponse, i4 as UpdateActivityIdentifiers, gA as UpdateActivityRequest, gB as UpdateActivityResponse, g1 as UpdateBillingContactDetailsRequest, g2 as UpdateBillingContactDetailsResponse, fZ as UpdateBuyerEmailRequest, f_ as UpdateBuyerEmailResponse, fW as UpdateBuyerInfoRequest, fY as UpdateBuyerInfoResponse, eL as UpdateInternalDocumentsEvent, eM as UpdateInternalDocumentsEventOperationOneOf, gE as UpdateLineItemsDescriptionLinesRequest, gG as UpdateLineItemsDescriptionLinesResponse, i3 as UpdateOrderLineItem, i2 as UpdateOrderLineItemIdentifiers, g3 as UpdateOrderLineItemRequest, g4 as UpdateOrderLineItemResponse, g5 as UpdateOrderLineItemsRequest, g7 as UpdateOrderLineItemsResponse, fl as UpdateOrderRequest, fm as UpdateOrderResponse, f$ as UpdateOrderShippingAddressRequest, g0 as UpdateOrderShippingAddressResponse, j1 as UpdateOrderStatusApplicationErrors, gL as UpdateOrderStatusRequest, gM as UpdateOrderStatusResponse, h4 as V1BulkMarkOrdersAsPaidRequest, h5 as V1BulkMarkOrdersAsPaidResponse, h6 as V1CreatePaymentGatewayOrderRequest, h7 as V1CreatePaymentGatewayOrderResponse, fu as V1LineItemDelta, fv as V1LineItemDeltaDeltaOneOf, h1 as V1MarkOrderAsPaidRequest, h2 as V1MarkOrderAsPaidResponse, cJ as V1RestockItem, er as V1ScheduledAction, b9 as V1ShippingInformation, hU as Value, as as ValueType, iW as ValueTypeWithLiterals, b8 as VatId, H as VatType, ii as VatTypeWithLiterals, eU as VersionedDeleteByIdsOperation, eV as VersionedDocumentId, eT as VersionedDocumentUpdateOperation, aj as VersioningMode, iN as VersioningModeWithLiterals, eH as VoidAuthorizedPaymentsRequest, a2 as WebhookIdentityType, iw as WebhookIdentityTypeWithLiterals, W as WeightUnit, ih as WeightUnitWithLiterals, cf as WixReceipt, ev as WixReceiptInfo } from './ecom-v1-order-orders.universal-Cc78aFHS.mjs';
4
4
 
5
5
  declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
6
6
  interface PreparePaymentCollectionSignature {