@wix/auto_sdk_ecom_orders 1.0.150 → 1.0.151
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.
- package/build/cjs/{ecom-v1-order-orders.universal-w6ZpfX3D.d.ts → ecom-v1-order-orders.universal-BymejMdD.d.ts} +30 -1
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +31 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{ecom-v1-order-orders.universal-w6ZpfX3D.d.mts → ecom-v1-order-orders.universal-BymejMdD.d.mts} +30 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +31 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{ecom-v1-order-orders.universal-DG7Uu3-L.d.ts → ecom-v1-order-orders.universal-Dj5XDyHJ.d.ts} +40 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +31 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{ecom-v1-order-orders.universal-DG7Uu3-L.d.mts → ecom-v1-order-orders.universal-Dj5XDyHJ.d.mts} +40 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +31 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -4684,6 +4684,35 @@ interface ChargeSavedPaymentMethodResponse {
|
|
|
4684
4684
|
/** Payment gateway's order ID (e.g Wix Payments) */
|
|
4685
4685
|
paymentGatewayOrderId?: string;
|
|
4686
4686
|
}
|
|
4687
|
+
interface ItemCombination {
|
|
4688
|
+
/**
|
|
4689
|
+
* The number of times this exact combination of items (with the specified quantities) was applied together in the order.
|
|
4690
|
+
* @min 1
|
|
4691
|
+
* @max 100000
|
|
4692
|
+
*/
|
|
4693
|
+
count?: number;
|
|
4694
|
+
/**
|
|
4695
|
+
* Line items that participated together in this combination.
|
|
4696
|
+
* @minSize 1
|
|
4697
|
+
* @maxSize 100
|
|
4698
|
+
*/
|
|
4699
|
+
lineItems?: ItemCombinationLineItem[];
|
|
4700
|
+
}
|
|
4701
|
+
interface ItemCombinationLineItem {
|
|
4702
|
+
/**
|
|
4703
|
+
* The unique ID of the line item to which this discount applies.
|
|
4704
|
+
* @format GUID
|
|
4705
|
+
*/
|
|
4706
|
+
lineItemId?: string;
|
|
4707
|
+
/** Total discount amount for all units (quantity) of this line item in this combination. */
|
|
4708
|
+
discountAmount?: Price;
|
|
4709
|
+
/**
|
|
4710
|
+
* Number of units from this line item that participated in a single combination.
|
|
4711
|
+
* @min 1
|
|
4712
|
+
* @max 100000
|
|
4713
|
+
*/
|
|
4714
|
+
quantity?: number;
|
|
4715
|
+
}
|
|
4687
4716
|
interface DiffmatokyPayload {
|
|
4688
4717
|
left?: string;
|
|
4689
4718
|
right?: string;
|
|
@@ -7790,4 +7819,4 @@ interface BulkUpdateOrderTagsOptions {
|
|
|
7790
7819
|
unassignTags?: Tags;
|
|
7791
7820
|
}
|
|
7792
7821
|
|
|
7793
|
-
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, VersioningMode as a3, PreviewEmailType as a4, ScheduledAction as a5, DurationUnit as a6, PaymentCollectabilityStatus as a7, RefundableStatus as a8, NonRefundableReason 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_, ManuallyRefundableReason as aa, RestockType as ab, TransactionStatus as ac, AuthorizationCaptureStatus as ad, AuthorizationVoidStatus as ae, Reason as af, ActionType as ag, ChargebackStatus as ah, MembershipPaymentStatus as ai, RefundStatus 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 PaymentRefunded 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 DraftOrderChangesApplied as bA, type OrderChange as bB, type OrderChangeValueOneOf as bC, type LineItemChanges as bD, type LineItemQuantityChange as bE, type LineItemPriceChange as bF, type LineItemProductNameChange as bG, type LineItemDescriptionLineChange as bH, type LineItemModifiersChange as bI, type ManagedLineItem as bJ, type ManagedDiscount as bK, type TranslatedValue as bL, type LineItemAmount as bM, type ManagedAdditionalFee as bN, type TotalPriceChange as bO, type ShippingInformationChange as bP, type ShippingInformation as bQ, type SavedPaymentMethod as bR, type AuthorizedPaymentCreated as bS, type AuthorizedPaymentCaptured as bT, type AuthorizedPaymentVoided as bU, type RefundInitiated as bV, type RefundedPayment as bW, type RefundedPaymentKindOneOf as bX, type RegularPaymentRefund as bY, type GiftCardPaymentRefund as bZ, type MembershipPaymentRefund 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 Activity as bs, type ActivityContentOneOf as bt, type CustomActivity as bu, type MerchantComment as bv, type OrderRefunded as bw, type OrderCreatedFromExchange as bx, type NewExchangeOrderCreated as by, type LineItemExchangeData as bz, type PreparePaymentCollectionApplicationErrors as c, type InternalDocumentUpdateOperation as c$, type PaymentRefundFailed as c0, type RefundedAsStoreCredit as c1, type PaymentPending as c2, type PaymentPendingPaymentDetailsOneOf as c3, type RegularPayment as c4, type RegularPaymentPaymentMethodDetailsOneOf as c5, type CreditCardDetails as c6, type PaymentCanceled as c7, type PaymentCanceledPaymentDetailsOneOf as c8, type PaymentDeclined as c9, type PlatformFee as cA, type OrderApproved as cB, type OrdersExperiments as cC, type OrderRejectedEventOrderRejected as cD, type OrderItemsRestocked as cE, type V1RestockItem as cF, type OrderImported as cG, type ImportedOrderDeleted as cH, type ImportOrderRequest as cI, type ImportOrderResponse as cJ, type SetOrderNumberCounterRequest as cK, type SetOrderNumberCounterResponse as cL, type BulkDeleteImportedOrdersRequest as cM, type BulkDeleteImportedOrdersResponse as cN, type DomainEvent as cO, type DomainEventBodyOneOf as cP, type EntityCreatedEvent as cQ, type RestoreInfo as cR, type EntityUpdatedEvent as cS, type EntityDeletedEvent as cT, type ActionEvent as cU, type MessageEnvelope as cV, type IdentificationData as cW, type IdentificationDataIdOneOf as cX, type UpdateInternalDocumentsEvent as cY, type UpdateInternalDocumentsEventOperationOneOf as cZ, type InternalDocument as c_, type PaymentDeclinedPaymentDetailsOneOf as ca, type ReceiptCreated as cb, type ReceiptCreatedReceiptInfoOneOf as cc, type WixReceipt as cd, type ExternalReceipt as ce, type ReceiptSent as cf, type ReceiptSentReceiptInfoOneOf as cg, type ChargebackCreated as ch, type ChargebackReversed as ci, type CreatedBy as cj, type CreatedByStringOneOf as ck, type ChannelInfo as cl, type CustomField as cm, type BalanceSummary as cn, type Balance as co, type AdditionalFee as cp, type FulfillmentStatusesAggregate as cq, type Tags as cr, type TagList as cs, type Location as ct, type OrderSettings as cu, type OrderSettingsAllowedActionsOneOf as cv, type CustomAllowedActions as cw, type FormInfo as cx, type FormIdentifier as cy, type PlatformFeeSummary as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type MarkOrderAsPaidRequest as d$, type DeleteByIdsOperation as d0, type DeleteByFilterOperation as d1, type InternalDocumentUpdateByFilterOperation as d2, type InternalUpdateExistingOperation as d3, type VersionedDocumentUpdateOperation as d4, type VersionedDeleteByIdsOperation as d5, type VersionedDocumentId as d6, type TriggerReindexRequest as d7, type TriggerReindexResponse as d8, type Empty as d9, type RefundDetails as dA, type RefundItem as dB, type LineItemRefund as dC, type AdditionalFeeRefund as dD, type ShippingRefund as dE, type PreviewRefundEmailResponse as dF, type PreviewCancelEmailRequest as dG, type PreviewCancelEmailResponse as dH, type PreviewCancelRefundEmailRequest as dI, type PreviewCancelRefundEmailResponse as dJ, type PreviewBuyerPaymentsReceivedEmailRequest as dK, type PreviewBuyerPaymentsReceivedEmailResponse as dL, type PreviewBuyerConfirmationEmailRequest as dM, type PreviewBuyerConfirmationEmailResponse as dN, type PreviewBuyerPickupConfirmationEmailRequest as dO, type PreviewBuyerPickupConfirmationEmailResponse as dP, type PreviewShippingConfirmationEmailRequest as dQ, type PreviewShippingConfirmationEmailResponse as dR, type PreviewResendDownloadLinksEmailRequest as dS, type PreviewResendDownloadLinksEmailResponse as dT, type PreparePaymentCollectionRequest as dU, type RedirectUrls as dV, type DelayedCaptureSettings as dW, type Duration as dX, type GetPaymentCollectabilityStatusRequest as dY, type RecordManuallyCollectedPaymentRequest as dZ, type RecordManuallyCollectedPaymentResponse as d_, type BatchOfTriggerReindexOrderRequest as da, type TriggerReindexOrderRequest as db, type SendBuyerConfirmationEmailRequest as dc, type SendBuyerConfirmationEmailResponse as dd, type SendBuyerPaymentsReceivedEmailRequest as de, type SendBuyerPaymentsReceivedEmailResponse as df, type SendBuyerPickupConfirmationEmailRequest as dg, type SendBuyerPickupConfirmationEmailResponse as dh, type BulkSendBuyerPickupConfirmationEmailsRequest as di, type BulkSendBuyerPickupConfirmationEmailsResponse as dj, type SendBuyerShippingConfirmationEmailRequest as dk, type SendBuyerShippingConfirmationEmailResponse as dl, type BulkSendBuyerShippingConfirmationEmailsRequest as dm, type BulkSendBuyerShippingConfirmationEmailsResponse as dn, type SendMerchantOrderReceivedNotificationRequest as dp, type SendMerchantOrderReceivedNotificationResponse as dq, type SendCancelRefundEmailRequest as dr, type SendCancelRefundEmailResponse as ds, type SendRefundEmailRequest as dt, type SendRefundEmailResponse as du, type SendMerchantOrderReceivedPushRequest as dv, type SendMerchantOrderReceivedPushResponse as dw, type PreviewEmailByTypeRequest as dx, type PreviewEmailByTypeResponse as dy, type PreviewRefundEmailRequest as dz, type PaymentCapture as e, type Sorting as e$, type MarkOrderAsPaidResponse as e0, type BulkMarkOrdersAsPaidRequest as e1, type BulkMarkOrdersAsPaidResponse as e2, type BulkOrderResult as e3, type ItemMetadata as e4, type ApplicationError as e5, type BulkActionMetadata as e6, type GetRefundabilityStatusRequest as e7, type GetRefundabilityStatusResponse as e8, type Refundability as e9, type V1ScheduledAction as eA, type Chargeback as eB, type GiftCardPaymentDetails as eC, type MembershipPaymentDetails as eD, type WixReceiptInfo as eE, type ExternalReceiptInfo as eF, type Refund as eG, type RefundTransaction as eH, type RefundStatusInfo as eI, type AggregatedRefundSummary as eJ, type RefundItemsBreakdown as eK, type LineItemRefundSummary as eL, type CalculateRefundRequest as eM, type CalculateRefundItemRequest as eN, type CalculateRefundResponse as eO, type CalculateRefundItemResponse as eP, type VoidAuthorizedPaymentsRequest as eQ, type CaptureAuthorizedPaymentsRequest as eR, type ChargeSavedPaymentMethodRequest as eS, type ChargeSavedPaymentMethodResponse as eT, type DiffmatokyPayload as eU, type ErrorInformation as eV, type GetOrderRequest as eW, type GetOrderResponse as eX, type InternalQueryOrdersRequest as eY, type PlatformQuery as eZ, type PlatformQueryPagingMethodOneOf as e_, type RefundabilityAdditionalRefundabilityInfoOneOf as ea, type CreatePaymentGatewayOrderRequest as eb, type ChargedBy as ec, type CreatePaymentGatewayOrderResponse as ed, type ChargeMembershipsRequest as ee, type MembershipChargeItem as ef, type MembershipName as eg, type ServiceProperties as eh, type ChargeMembershipsResponse as ei, type TriggerRefundRequest as ej, type PaymentRefund as ek, type RefundSideEffects as el, type RestockInfo as em, type RestockItem as en, type TriggerRefundResponse as eo, type OrderTransactions as ep, type Payment as eq, type PaymentPaymentDetailsOneOf as er, type PaymentReceiptInfoOneOf as es, type RegularPaymentDetails as et, type RegularPaymentDetailsPaymentMethodDetailsOneOf as eu, type CreditCardPaymentMethodDetails as ev, type AuthorizationDetails as ew, type AuthorizationCapture as ex, type AuthorizationActionFailureDetails as ey, type AuthorizationVoid as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type UpdateOrderLineItemsRequest as f$, type PlatformPaging as f0, type CursorPaging as f1, type InternalQueryOrdersResponse as f2, type PlatformPagingMetadata as f3, type Cursors as f4, type QueryOrderRequest as f5, type QueryOrderResponse as f6, type SearchOrdersRequest as f7, type CursorSearch as f8, type CursorSearchPagingMethodOneOf as f9, type CommittedDiffs as fA, type CommittedDiffsShippingUpdateInfoOneOf as fB, type LineItemDelta as fC, type LineItemDeltaDeltaOneOf as fD, type ArchiveOrderRequest as fE, type ArchiveOrderResponse as fF, type BulkArchiveOrdersRequest as fG, type BulkArchiveOrdersResponse as fH, type BulkArchiveOrdersByFilterRequest as fI, type BulkArchiveOrdersByFilterResponse as fJ, type UnArchiveOrderRequest as fK, type UnArchiveOrderResponse as fL, type BulkUnArchiveOrdersRequest as fM, type BulkUnArchiveOrdersResponse as fN, type BulkUnArchiveOrdersByFilterRequest as fO, type BulkUnArchiveOrdersByFilterResponse as fP, type UpdateBuyerInfoRequest as fQ, type BuyerInfoUpdate as fR, type UpdateBuyerInfoResponse as fS, type UpdateBuyerEmailRequest as fT, type UpdateBuyerEmailResponse as fU, type UpdateOrderShippingAddressRequest as fV, type UpdateOrderShippingAddressResponse as fW, type UpdateBillingContactDetailsRequest as fX, type UpdateBillingContactDetailsResponse as fY, type UpdateOrderLineItemRequest as fZ, type UpdateOrderLineItemResponse as f_, type CursorPagingMetadata as fa, type CreateOrderRequest as fb, type OrderCreationSettings as fc, type OrderCreateNotifications as fd, type CreateOrderResponse as fe, type UpdateOrderRequest as ff, type UpdateOrderResponse as fg, type BulkUpdateOrdersRequest as fh, type CommitDeltasRequest as fi, type DraftOrderDiffs as fj, type DraftOrderDiffsShippingUpdateInfoOneOf as fk, type DraftOrderDiffsBuyerUpdateInfoOneOf as fl, type DraftOrderDiffsBillingUpdateInfoOneOf as fm, type DraftOrderDiffsRecipientUpdateInfoOneOf as fn, type V1LineItemDelta as fo, type V1LineItemDeltaDeltaOneOf as fp, type OrderLineItemChangedDetails as fq, type ItemChangedDetails as fr, type AppliedDiscountDelta as fs, type AppliedDiscountDeltaDeltaOneOf as ft, type AdditionalFeeDelta as fu, type AdditionalFeeDeltaDeltaOneOf as fv, type DraftOrderCommitSettings as fw, type InventoryUpdateDetails as fx, type CommitDeltasResponse as fy, type OrderDeltasCommitted as fz, type GetOrderApplicationErrors as g, type V1BulkMarkOrdersAsPaidResponse as g$, type MaskedOrderLineItem as g0, type UpdateOrderLineItemsResponse as g1, type AddInternalActivityRequest as g2, type InternalActivity as g3, type InternalActivityContentOneOf as g4, type OrderPlaced as g5, type OrderPaid as g6, type OrderFulfilled as g7, type OrderNotFulfilled as g8, type OrderCanceled as g9, type UpdateLineItemsDescriptionLinesResponse as gA, type MarkOrderAsSeenByHumanRequest as gB, type MarkOrderAsSeenByHumanResponse as gC, type CancelOrderRequest as gD, type OrderCanceledEventOrderCanceled as gE, type UpdateOrderStatusRequest as gF, type UpdateOrderStatusResponse as gG, type MarkAsFulfilledRequest as gH, type MarkAsFulfilledResponse as gI, type FulfillmentStatusUpdated as gJ, type BulkMarkAsFulfilledRequest as gK, type BulkMarkAsFulfilledResponse as gL, type BulkMarkAsFulfilledByFilterRequest as gM, type BulkMarkAsFulfilledByFilterResponse as gN, type MarkAsUnfulfilledRequest as gO, type MarkAsUnfulfilledResponse as gP, type BulkMarkAsUnfulfilledRequest as gQ, type BulkMarkAsUnfulfilledResponse as gR, type BulkMarkAsUnfulfilledByFilterRequest as gS, type BulkMarkAsUnfulfilledByFilterResponse as gT, type BulkSetBusinessLocationRequest as gU, type BulkSetBusinessLocationResponse as gV, type BulkSetBusinessLocationResult as gW, type V1MarkOrderAsPaidRequest as gX, type V1MarkOrderAsPaidResponse as gY, type PaymentStatusUpdated as gZ, type V1BulkMarkOrdersAsPaidRequest as g_, type DownloadLinkSent as ga, type TrackingNumberAdded as gb, type TrackingNumberEdited as gc, type TrackingLinkAdded as gd, type ShippingConfirmationEmailSent as ge, type InvoiceAdded as gf, type InvoiceSent as gg, type FulfillerEmailSent as gh, type ShippingAddressEdited as gi, type EmailEdited as gj, type PickupReadyEmailSent as gk, type OrderPartiallyPaid as gl, type OrderPending as gm, type OrderRejected as gn, type AddInternalActivityResponse as go, type AddActivityRequest as gp, type PublicActivity as gq, type PublicActivityContentOneOf as gr, type AddActivityResponse as gs, type AddActivitiesRequest as gt, type UpdateActivityRequest as gu, type UpdateActivityResponse as gv, type DeleteActivityRequest as gw, type DeleteActivityResponse as gx, type UpdateLineItemsDescriptionLinesRequest as gy, type LineItemUpdate as gz, type OrderSearch as h, type DeleteActivityIdentifiers as h$, type V1CreatePaymentGatewayOrderRequest as h0, type V1CreatePaymentGatewayOrderResponse as h1, type GetShipmentsRequest as h2, type GetShipmentsResponse as h3, type AggregateOrdersRequest as h4, type AggregateOrdersResponse as h5, type DecrementItemsQuantityRequest as h6, type DecrementData as h7, type DecrementItemsQuantityResponse as h8, type BulkUpdateOrderTagsRequest as h9, type Source as hA, type LineItemMetaData as hB, type Locale as hC, type TotalPrice as hD, type ItemizedFee as hE, type Discount as hF, type DiscountOneDiscountTypeOneOf as hG, type CalculatedTaxes as hH, type CalculatedTax as hI, type Payments as hJ, type InvoicesPayment as hK, type MetaData as hL, type InvoiceDynamicPriceTotals as hM, type CustomFieldValue as hN, type Value as hO, type Deposit as hP, type BaseEventMetadata as hQ, type EventMetadata as hR, type SetOrderNumberCounterOptions as hS, type BulkDeleteImportedOrdersOptions as hT, type PaymentCollectionCreatePaymentGatewayOrderOptions as hU, type ChargeMembershipsOptions as hV, type TriggerRefundOptions as hW, type OrderSearchSpec as hX, type UpdateOrderLineItemIdentifiers as hY, type UpdateOrderLineItem as hZ, type UpdateActivityIdentifiers as h_, type BulkUpdateOrderTagsResult as ha, type Task as hb, type TaskKey as hc, type TaskAction as hd, type TaskActionActionOneOf as he, type Complete as hf, type Cancel as hg, type Reschedule as hh, type InvoiceSentEvent as hi, type IdAndVersion as hj, type InvoiceFields as hk, type Customer as hl, type Email as hm, type QuotesAddress as hn, type AddressDescription as ho, type Phone as hp, type Company as hq, type CommonAddress as hr, type CommonAddressStreetOneOf as hs, type Subdivision as ht, type StandardDetails as hu, type InvoiceDates as hv, type LineItems as hw, type LineItem as hx, type BigDecimalWrapper as hy, type LineItemTax as hz, type CreateOrderOptions as i, onOrderCanceled as i$, type AggregateOrdersOptions as i0, type DescriptionLineTypeWithLiterals as i1, type ItemTypePresetWithLiterals as i2, type PaymentOptionTypeWithLiterals as i3, type JurisdictionTypeWithLiterals as i4, type SubscriptionFrequencyWithLiterals as i5, type AdjustmentTypeWithLiterals as i6, type TaxableAddressTypeWithLiterals as i7, type PaymentStatusWithLiterals as i8, type FulfillmentStatusWithLiterals as i9, type TransactionStatusWithLiterals as iA, type AuthorizationCaptureStatusWithLiterals as iB, type AuthorizationVoidStatusWithLiterals as iC, type ReasonWithLiterals as iD, type ActionTypeWithLiterals as iE, type ChargebackStatusWithLiterals as iF, type MembershipPaymentStatusWithLiterals as iG, type RefundStatusWithLiterals as iH, type SortOrderWithLiterals as iI, type OrderApprovalStrategyWithLiterals as iJ, type DeltaPaymentOptionTypeWithLiterals as iK, type InventoryActionWithLiterals as iL, type PlacementWithLiterals as iM, type SubdivisionTypeWithLiterals as iN, type SourceTypeWithLiterals as iO, type CustomFieldGroupWithLiterals as iP, type ValueTypeWithLiterals as iQ, type DepositTypeWithLiterals as iR, type InvoiceStatusWithLiterals as iS, type RecordManuallyCollectedPaymentApplicationErrors as iT, type PaymentCollectionMarkOrderAsPaidApplicationErrors as iU, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as iV, type TriggerRefundApplicationErrors as iW, type UpdateOrderStatusApplicationErrors as iX, type CommonSearchWithEntityContext as iY, onOrderApproved as iZ, onOrderUpdated as i_, type WeightUnitWithLiterals as ia, type VatTypeWithLiterals as ib, type PickupMethodWithLiterals as ic, type OrderStatusWithLiterals as id, type DiscountTypeWithLiterals as ie, type DiscountReasonWithLiterals as ig, type LineItemQuantityChangeTypeWithLiterals as ih, type ActivityTypeWithLiterals as ii, type OrderActivityTypeEnumActivityTypeWithLiterals as ij, type AttributionSourceWithLiterals as ik, type ChannelTypeWithLiterals as il, type AdditionalFeeSourceWithLiterals as im, type OrderActionTypeWithLiterals as io, type ChargeTypeWithLiterals as ip, type WebhookIdentityTypeWithLiterals as iq, type VersioningModeWithLiterals as ir, type PreviewEmailTypeWithLiterals as is, type ScheduledActionWithLiterals as it, type DurationUnitWithLiterals as iu, type PaymentCollectabilityStatusWithLiterals as iv, type RefundableStatusWithLiterals as iw, type NonRefundableReasonWithLiterals as ix, type ManuallyRefundableReasonWithLiterals as iy, type RestockTypeWithLiterals as iz, type CreateOrderApplicationErrors as j, onOrderCreated as j0, onOrderPaymentStatusUpdated as j1, preparePaymentCollection as j2, getPaymentCollectabilityStatus as j3, voidAuthorizedPayments as j4, captureAuthorizedPayments as j5, getOrder as j6, createOrder as j7, updateOrder as j8, bulkUpdateOrders as j9, addActivities as ja, cancelOrder as jb, bulkUpdateOrderTags as jc, 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 };
|
|
7822
|
+
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, VersioningMode as a3, PreviewEmailType as a4, ScheduledAction as a5, DurationUnit as a6, PaymentCollectabilityStatus as a7, RefundableStatus as a8, NonRefundableReason 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_, ManuallyRefundableReason as aa, RestockType as ab, TransactionStatus as ac, AuthorizationCaptureStatus as ad, AuthorizationVoidStatus as ae, Reason as af, ActionType as ag, ChargebackStatus as ah, MembershipPaymentStatus as ai, RefundStatus 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 PaymentRefunded 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 DraftOrderChangesApplied as bA, type OrderChange as bB, type OrderChangeValueOneOf as bC, type LineItemChanges as bD, type LineItemQuantityChange as bE, type LineItemPriceChange as bF, type LineItemProductNameChange as bG, type LineItemDescriptionLineChange as bH, type LineItemModifiersChange as bI, type ManagedLineItem as bJ, type ManagedDiscount as bK, type TranslatedValue as bL, type LineItemAmount as bM, type ManagedAdditionalFee as bN, type TotalPriceChange as bO, type ShippingInformationChange as bP, type ShippingInformation as bQ, type SavedPaymentMethod as bR, type AuthorizedPaymentCreated as bS, type AuthorizedPaymentCaptured as bT, type AuthorizedPaymentVoided as bU, type RefundInitiated as bV, type RefundedPayment as bW, type RefundedPaymentKindOneOf as bX, type RegularPaymentRefund as bY, type GiftCardPaymentRefund as bZ, type MembershipPaymentRefund 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 Activity as bs, type ActivityContentOneOf as bt, type CustomActivity as bu, type MerchantComment as bv, type OrderRefunded as bw, type OrderCreatedFromExchange as bx, type NewExchangeOrderCreated as by, type LineItemExchangeData as bz, type PreparePaymentCollectionApplicationErrors as c, type InternalDocumentUpdateOperation as c$, type PaymentRefundFailed as c0, type RefundedAsStoreCredit as c1, type PaymentPending as c2, type PaymentPendingPaymentDetailsOneOf as c3, type RegularPayment as c4, type RegularPaymentPaymentMethodDetailsOneOf as c5, type CreditCardDetails as c6, type PaymentCanceled as c7, type PaymentCanceledPaymentDetailsOneOf as c8, type PaymentDeclined as c9, type PlatformFee as cA, type OrderApproved as cB, type OrdersExperiments as cC, type OrderRejectedEventOrderRejected as cD, type OrderItemsRestocked as cE, type V1RestockItem as cF, type OrderImported as cG, type ImportedOrderDeleted as cH, type ImportOrderRequest as cI, type ImportOrderResponse as cJ, type SetOrderNumberCounterRequest as cK, type SetOrderNumberCounterResponse as cL, type BulkDeleteImportedOrdersRequest as cM, type BulkDeleteImportedOrdersResponse as cN, type DomainEvent as cO, type DomainEventBodyOneOf as cP, type EntityCreatedEvent as cQ, type RestoreInfo as cR, type EntityUpdatedEvent as cS, type EntityDeletedEvent as cT, type ActionEvent as cU, type MessageEnvelope as cV, type IdentificationData as cW, type IdentificationDataIdOneOf as cX, type UpdateInternalDocumentsEvent as cY, type UpdateInternalDocumentsEventOperationOneOf as cZ, type InternalDocument as c_, type PaymentDeclinedPaymentDetailsOneOf as ca, type ReceiptCreated as cb, type ReceiptCreatedReceiptInfoOneOf as cc, type WixReceipt as cd, type ExternalReceipt as ce, type ReceiptSent as cf, type ReceiptSentReceiptInfoOneOf as cg, type ChargebackCreated as ch, type ChargebackReversed as ci, type CreatedBy as cj, type CreatedByStringOneOf as ck, type ChannelInfo as cl, type CustomField as cm, type BalanceSummary as cn, type Balance as co, type AdditionalFee as cp, type FulfillmentStatusesAggregate as cq, type Tags as cr, type TagList as cs, type Location as ct, type OrderSettings as cu, type OrderSettingsAllowedActionsOneOf as cv, type CustomAllowedActions as cw, type FormInfo as cx, type FormIdentifier as cy, type PlatformFeeSummary as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type MarkOrderAsPaidRequest as d$, type DeleteByIdsOperation as d0, type DeleteByFilterOperation as d1, type InternalDocumentUpdateByFilterOperation as d2, type InternalUpdateExistingOperation as d3, type VersionedDocumentUpdateOperation as d4, type VersionedDeleteByIdsOperation as d5, type VersionedDocumentId as d6, type TriggerReindexRequest as d7, type TriggerReindexResponse as d8, type Empty as d9, type RefundDetails as dA, type RefundItem as dB, type LineItemRefund as dC, type AdditionalFeeRefund as dD, type ShippingRefund as dE, type PreviewRefundEmailResponse as dF, type PreviewCancelEmailRequest as dG, type PreviewCancelEmailResponse as dH, type PreviewCancelRefundEmailRequest as dI, type PreviewCancelRefundEmailResponse as dJ, type PreviewBuyerPaymentsReceivedEmailRequest as dK, type PreviewBuyerPaymentsReceivedEmailResponse as dL, type PreviewBuyerConfirmationEmailRequest as dM, type PreviewBuyerConfirmationEmailResponse as dN, type PreviewBuyerPickupConfirmationEmailRequest as dO, type PreviewBuyerPickupConfirmationEmailResponse as dP, type PreviewShippingConfirmationEmailRequest as dQ, type PreviewShippingConfirmationEmailResponse as dR, type PreviewResendDownloadLinksEmailRequest as dS, type PreviewResendDownloadLinksEmailResponse as dT, type PreparePaymentCollectionRequest as dU, type RedirectUrls as dV, type DelayedCaptureSettings as dW, type Duration as dX, type GetPaymentCollectabilityStatusRequest as dY, type RecordManuallyCollectedPaymentRequest as dZ, type RecordManuallyCollectedPaymentResponse as d_, type BatchOfTriggerReindexOrderRequest as da, type TriggerReindexOrderRequest as db, type SendBuyerConfirmationEmailRequest as dc, type SendBuyerConfirmationEmailResponse as dd, type SendBuyerPaymentsReceivedEmailRequest as de, type SendBuyerPaymentsReceivedEmailResponse as df, type SendBuyerPickupConfirmationEmailRequest as dg, type SendBuyerPickupConfirmationEmailResponse as dh, type BulkSendBuyerPickupConfirmationEmailsRequest as di, type BulkSendBuyerPickupConfirmationEmailsResponse as dj, type SendBuyerShippingConfirmationEmailRequest as dk, type SendBuyerShippingConfirmationEmailResponse as dl, type BulkSendBuyerShippingConfirmationEmailsRequest as dm, type BulkSendBuyerShippingConfirmationEmailsResponse as dn, type SendMerchantOrderReceivedNotificationRequest as dp, type SendMerchantOrderReceivedNotificationResponse as dq, type SendCancelRefundEmailRequest as dr, type SendCancelRefundEmailResponse as ds, type SendRefundEmailRequest as dt, type SendRefundEmailResponse as du, type SendMerchantOrderReceivedPushRequest as dv, type SendMerchantOrderReceivedPushResponse as dw, type PreviewEmailByTypeRequest as dx, type PreviewEmailByTypeResponse as dy, type PreviewRefundEmailRequest as dz, type PaymentCapture as e, type PlatformQuery as e$, type MarkOrderAsPaidResponse as e0, type BulkMarkOrdersAsPaidRequest as e1, type BulkMarkOrdersAsPaidResponse as e2, type BulkOrderResult as e3, type ItemMetadata as e4, type ApplicationError as e5, type BulkActionMetadata as e6, type GetRefundabilityStatusRequest as e7, type GetRefundabilityStatusResponse as e8, type Refundability as e9, type V1ScheduledAction as eA, type Chargeback as eB, type GiftCardPaymentDetails as eC, type MembershipPaymentDetails as eD, type WixReceiptInfo as eE, type ExternalReceiptInfo as eF, type Refund as eG, type RefundTransaction as eH, type RefundStatusInfo as eI, type AggregatedRefundSummary as eJ, type RefundItemsBreakdown as eK, type LineItemRefundSummary as eL, type CalculateRefundRequest as eM, type CalculateRefundItemRequest as eN, type CalculateRefundResponse as eO, type CalculateRefundItemResponse as eP, type VoidAuthorizedPaymentsRequest as eQ, type CaptureAuthorizedPaymentsRequest as eR, type ChargeSavedPaymentMethodRequest as eS, type ChargeSavedPaymentMethodResponse as eT, type ItemCombination as eU, type ItemCombinationLineItem as eV, type DiffmatokyPayload as eW, type ErrorInformation as eX, type GetOrderRequest as eY, type GetOrderResponse as eZ, type InternalQueryOrdersRequest as e_, type RefundabilityAdditionalRefundabilityInfoOneOf as ea, type CreatePaymentGatewayOrderRequest as eb, type ChargedBy as ec, type CreatePaymentGatewayOrderResponse as ed, type ChargeMembershipsRequest as ee, type MembershipChargeItem as ef, type MembershipName as eg, type ServiceProperties as eh, type ChargeMembershipsResponse as ei, type TriggerRefundRequest as ej, type PaymentRefund as ek, type RefundSideEffects as el, type RestockInfo as em, type RestockItem as en, type TriggerRefundResponse as eo, type OrderTransactions as ep, type Payment as eq, type PaymentPaymentDetailsOneOf as er, type PaymentReceiptInfoOneOf as es, type RegularPaymentDetails as et, type RegularPaymentDetailsPaymentMethodDetailsOneOf as eu, type CreditCardPaymentMethodDetails as ev, type AuthorizationDetails as ew, type AuthorizationCapture as ex, type AuthorizationActionFailureDetails as ey, type AuthorizationVoid as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type UpdateOrderLineItemRequest as f$, type PlatformQueryPagingMethodOneOf as f0, type Sorting as f1, type PlatformPaging as f2, type CursorPaging as f3, type InternalQueryOrdersResponse as f4, type PlatformPagingMetadata as f5, type Cursors as f6, type QueryOrderRequest as f7, type QueryOrderResponse as f8, type SearchOrdersRequest as f9, type CommitDeltasResponse as fA, type OrderDeltasCommitted as fB, type CommittedDiffs as fC, type CommittedDiffsShippingUpdateInfoOneOf as fD, type LineItemDelta as fE, type LineItemDeltaDeltaOneOf as fF, type ArchiveOrderRequest as fG, type ArchiveOrderResponse as fH, type BulkArchiveOrdersRequest as fI, type BulkArchiveOrdersResponse as fJ, type BulkArchiveOrdersByFilterRequest as fK, type BulkArchiveOrdersByFilterResponse as fL, type UnArchiveOrderRequest as fM, type UnArchiveOrderResponse as fN, type BulkUnArchiveOrdersRequest as fO, type BulkUnArchiveOrdersResponse as fP, type BulkUnArchiveOrdersByFilterRequest as fQ, type BulkUnArchiveOrdersByFilterResponse as fR, type UpdateBuyerInfoRequest as fS, type BuyerInfoUpdate as fT, type UpdateBuyerInfoResponse as fU, type UpdateBuyerEmailRequest as fV, type UpdateBuyerEmailResponse as fW, type UpdateOrderShippingAddressRequest as fX, type UpdateOrderShippingAddressResponse as fY, type UpdateBillingContactDetailsRequest as fZ, type UpdateBillingContactDetailsResponse as f_, type CursorSearch as fa, type CursorSearchPagingMethodOneOf as fb, type CursorPagingMetadata as fc, type CreateOrderRequest as fd, type OrderCreationSettings as fe, type OrderCreateNotifications as ff, type CreateOrderResponse as fg, type UpdateOrderRequest as fh, type UpdateOrderResponse as fi, type BulkUpdateOrdersRequest as fj, type CommitDeltasRequest as fk, type DraftOrderDiffs as fl, type DraftOrderDiffsShippingUpdateInfoOneOf as fm, type DraftOrderDiffsBuyerUpdateInfoOneOf as fn, type DraftOrderDiffsBillingUpdateInfoOneOf as fo, type DraftOrderDiffsRecipientUpdateInfoOneOf as fp, type V1LineItemDelta as fq, type V1LineItemDeltaDeltaOneOf as fr, type OrderLineItemChangedDetails as fs, type ItemChangedDetails as ft, type AppliedDiscountDelta as fu, type AppliedDiscountDeltaDeltaOneOf as fv, type AdditionalFeeDelta as fw, type AdditionalFeeDeltaDeltaOneOf as fx, type DraftOrderCommitSettings as fy, type InventoryUpdateDetails as fz, type GetOrderApplicationErrors as g, type PaymentStatusUpdated as g$, type UpdateOrderLineItemResponse as g0, type UpdateOrderLineItemsRequest as g1, type MaskedOrderLineItem as g2, type UpdateOrderLineItemsResponse as g3, type AddInternalActivityRequest as g4, type InternalActivity as g5, type InternalActivityContentOneOf as g6, type OrderPlaced as g7, type OrderPaid as g8, type OrderFulfilled as g9, type UpdateLineItemsDescriptionLinesRequest as gA, type LineItemUpdate as gB, type UpdateLineItemsDescriptionLinesResponse as gC, type MarkOrderAsSeenByHumanRequest as gD, type MarkOrderAsSeenByHumanResponse as gE, type CancelOrderRequest as gF, type OrderCanceledEventOrderCanceled as gG, type UpdateOrderStatusRequest as gH, type UpdateOrderStatusResponse as gI, type MarkAsFulfilledRequest as gJ, type MarkAsFulfilledResponse as gK, type FulfillmentStatusUpdated as gL, type BulkMarkAsFulfilledRequest as gM, type BulkMarkAsFulfilledResponse as gN, type BulkMarkAsFulfilledByFilterRequest as gO, type BulkMarkAsFulfilledByFilterResponse as gP, type MarkAsUnfulfilledRequest as gQ, type MarkAsUnfulfilledResponse as gR, type BulkMarkAsUnfulfilledRequest as gS, type BulkMarkAsUnfulfilledResponse as gT, type BulkMarkAsUnfulfilledByFilterRequest as gU, type BulkMarkAsUnfulfilledByFilterResponse as gV, type BulkSetBusinessLocationRequest as gW, type BulkSetBusinessLocationResponse as gX, type BulkSetBusinessLocationResult as gY, type V1MarkOrderAsPaidRequest as gZ, type V1MarkOrderAsPaidResponse as g_, type OrderNotFulfilled as ga, type OrderCanceled as gb, type DownloadLinkSent as gc, type TrackingNumberAdded as gd, type TrackingNumberEdited as ge, type TrackingLinkAdded as gf, type ShippingConfirmationEmailSent as gg, type InvoiceAdded as gh, type InvoiceSent as gi, type FulfillerEmailSent as gj, type ShippingAddressEdited as gk, type EmailEdited as gl, type PickupReadyEmailSent as gm, type OrderPartiallyPaid as gn, type OrderPending as go, type OrderRejected as gp, type AddInternalActivityResponse as gq, type AddActivityRequest as gr, type PublicActivity as gs, type PublicActivityContentOneOf as gt, type AddActivityResponse as gu, type AddActivitiesRequest as gv, type UpdateActivityRequest as gw, type UpdateActivityResponse as gx, type DeleteActivityRequest as gy, type DeleteActivityResponse as gz, type OrderSearch as h, type UpdateOrderLineItem as h$, type V1BulkMarkOrdersAsPaidRequest as h0, type V1BulkMarkOrdersAsPaidResponse as h1, type V1CreatePaymentGatewayOrderRequest as h2, type V1CreatePaymentGatewayOrderResponse as h3, type GetShipmentsRequest as h4, type GetShipmentsResponse as h5, type AggregateOrdersRequest as h6, type AggregateOrdersResponse as h7, type DecrementItemsQuantityRequest as h8, type DecrementData as h9, type BigDecimalWrapper as hA, type LineItemTax as hB, type Source as hC, type LineItemMetaData as hD, type Locale as hE, type TotalPrice as hF, type ItemizedFee as hG, type Discount as hH, type DiscountOneDiscountTypeOneOf as hI, type CalculatedTaxes as hJ, type CalculatedTax as hK, type Payments as hL, type InvoicesPayment as hM, type MetaData as hN, type InvoiceDynamicPriceTotals as hO, type CustomFieldValue as hP, type Value as hQ, type Deposit as hR, type BaseEventMetadata as hS, type EventMetadata as hT, type SetOrderNumberCounterOptions as hU, type BulkDeleteImportedOrdersOptions as hV, type PaymentCollectionCreatePaymentGatewayOrderOptions as hW, type ChargeMembershipsOptions as hX, type TriggerRefundOptions as hY, type OrderSearchSpec as hZ, type UpdateOrderLineItemIdentifiers as h_, type DecrementItemsQuantityResponse as ha, type BulkUpdateOrderTagsRequest as hb, type BulkUpdateOrderTagsResult as hc, type Task as hd, type TaskKey as he, type TaskAction as hf, type TaskActionActionOneOf as hg, type Complete as hh, type Cancel as hi, type Reschedule as hj, type InvoiceSentEvent as hk, type IdAndVersion as hl, type InvoiceFields as hm, type Customer as hn, type Email as ho, type QuotesAddress as hp, type AddressDescription as hq, type Phone as hr, type Company as hs, type CommonAddress as ht, type CommonAddressStreetOneOf as hu, type Subdivision as hv, type StandardDetails as hw, type InvoiceDates as hx, type LineItems as hy, type LineItem as hz, type CreateOrderOptions as i, onOrderApproved as i$, type UpdateActivityIdentifiers as i0, type DeleteActivityIdentifiers as i1, type AggregateOrdersOptions as i2, type DescriptionLineTypeWithLiterals as i3, type ItemTypePresetWithLiterals as i4, type PaymentOptionTypeWithLiterals as i5, type JurisdictionTypeWithLiterals as i6, type SubscriptionFrequencyWithLiterals as i7, type AdjustmentTypeWithLiterals as i8, type TaxableAddressTypeWithLiterals as i9, type ManuallyRefundableReasonWithLiterals as iA, type RestockTypeWithLiterals as iB, type TransactionStatusWithLiterals as iC, type AuthorizationCaptureStatusWithLiterals as iD, type AuthorizationVoidStatusWithLiterals as iE, type ReasonWithLiterals as iF, type ActionTypeWithLiterals as iG, type ChargebackStatusWithLiterals as iH, type MembershipPaymentStatusWithLiterals as iI, type RefundStatusWithLiterals as iJ, type SortOrderWithLiterals as iK, type OrderApprovalStrategyWithLiterals as iL, type DeltaPaymentOptionTypeWithLiterals as iM, type InventoryActionWithLiterals as iN, type PlacementWithLiterals as iO, type SubdivisionTypeWithLiterals as iP, type SourceTypeWithLiterals as iQ, type CustomFieldGroupWithLiterals as iR, type ValueTypeWithLiterals as iS, type DepositTypeWithLiterals as iT, type InvoiceStatusWithLiterals as iU, type RecordManuallyCollectedPaymentApplicationErrors as iV, type PaymentCollectionMarkOrderAsPaidApplicationErrors as iW, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as iX, type TriggerRefundApplicationErrors as iY, type UpdateOrderStatusApplicationErrors as iZ, type CommonSearchWithEntityContext as i_, type PaymentStatusWithLiterals as ia, type FulfillmentStatusWithLiterals as ib, type WeightUnitWithLiterals as ic, type VatTypeWithLiterals as id, type PickupMethodWithLiterals as ie, type OrderStatusWithLiterals as ig, type DiscountTypeWithLiterals as ih, type DiscountReasonWithLiterals as ii, type LineItemQuantityChangeTypeWithLiterals as ij, type ActivityTypeWithLiterals as ik, type OrderActivityTypeEnumActivityTypeWithLiterals as il, type AttributionSourceWithLiterals as im, type ChannelTypeWithLiterals as io, type AdditionalFeeSourceWithLiterals as ip, type OrderActionTypeWithLiterals as iq, type ChargeTypeWithLiterals as ir, type WebhookIdentityTypeWithLiterals as is, type VersioningModeWithLiterals as it, type PreviewEmailTypeWithLiterals as iu, type ScheduledActionWithLiterals as iv, type DurationUnitWithLiterals as iw, type PaymentCollectabilityStatusWithLiterals as ix, type RefundableStatusWithLiterals as iy, type NonRefundableReasonWithLiterals as iz, type CreateOrderApplicationErrors as j, onOrderUpdated as j0, onOrderCanceled as j1, onOrderCreated as j2, onOrderPaymentStatusUpdated as j3, preparePaymentCollection as j4, getPaymentCollectabilityStatus as j5, voidAuthorizedPayments as j6, captureAuthorizedPayments as j7, getOrder as j8, createOrder as j9, updateOrder as ja, bulkUpdateOrders as jb, addActivities as jc, cancelOrder as jd, bulkUpdateOrderTags as je, 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 };
|
package/build/es/index.d.mts
CHANGED
|
@@ -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-
|
|
3
|
-
export { cU as ActionEvent, ag as ActionType, iE as ActionTypeWithLiterals, bs as Activity, bt as ActivityContentOneOf, X as ActivityType, ii as ActivityTypeWithLiterals, gt as AddActivitiesRequest, gp as AddActivityRequest, gs as AddActivityResponse, g2 as AddInternalActivityRequest, go as AddInternalActivityResponse, cp as AdditionalFee, fu as AdditionalFeeDelta, fv as AdditionalFeeDeltaDeltaOneOf, dD as AdditionalFeeRefund, $ as AdditionalFeeSource, im as AdditionalFeeSourceWithLiterals, b4 as Address, ho as AddressDescription, b6 as AddressLocation, b3 as AddressWithContact, z as AdjustmentType, i6 as AdjustmentTypeWithLiterals, i0 as AggregateOrdersOptions, h4 as AggregateOrdersRequest, h5 as AggregateOrdersResponse, eJ as AggregatedRefundSummary, e5 as ApplicationError, bk as AppliedDiscount, fs as AppliedDiscountDelta, ft as AppliedDiscountDeltaDeltaOneOf, bl as AppliedDiscountDiscountSourceOneOf, fE as ArchiveOrderRequest, fF as ArchiveOrderResponse, Z as AttributionSource, ik as AttributionSourceWithLiterals, ey as AuthorizationActionFailureDetails, ex as AuthorizationCapture, ad as AuthorizationCaptureStatus, iB as AuthorizationCaptureStatusWithLiterals, ew as AuthorizationDetails, ez as AuthorizationVoid, ae as AuthorizationVoidStatus, iC as AuthorizationVoidStatusWithLiterals, bT as AuthorizedPaymentCaptured, bS as AuthorizedPaymentCreated, bU as AuthorizedPaymentVoided, co as Balance, cn as BalanceSummary, hQ as BaseEventMetadata, da as BatchOfTriggerReindexOrderRequest, hy as BigDecimalWrapper, aR as BillingAdjustment, aS as BillingAdjustmentPriceSummary, e6 as BulkActionMetadata, fI as BulkArchiveOrdersByFilterRequest, fJ as BulkArchiveOrdersByFilterResponse, fG as BulkArchiveOrdersRequest, fH as BulkArchiveOrdersResponse, hT as BulkDeleteImportedOrdersOptions, cM as BulkDeleteImportedOrdersRequest, cN as BulkDeleteImportedOrdersResponse, gM as BulkMarkAsFulfilledByFilterRequest, gN as BulkMarkAsFulfilledByFilterResponse, gK as BulkMarkAsFulfilledRequest, gL as BulkMarkAsFulfilledResponse, gS as BulkMarkAsUnfulfilledByFilterRequest, gT as BulkMarkAsUnfulfilledByFilterResponse, gQ as BulkMarkAsUnfulfilledRequest, gR as BulkMarkAsUnfulfilledResponse, e1 as BulkMarkOrdersAsPaidRequest, e2 as BulkMarkOrdersAsPaidResponse, e3 as BulkOrderResult, di as BulkSendBuyerPickupConfirmationEmailsRequest, dj as BulkSendBuyerPickupConfirmationEmailsResponse, dm as BulkSendBuyerShippingConfirmationEmailsRequest, dn as BulkSendBuyerShippingConfirmationEmailsResponse, gU as BulkSetBusinessLocationRequest, gV as BulkSetBusinessLocationResponse, gW as BulkSetBusinessLocationResult, fO as BulkUnArchiveOrdersByFilterRequest, fP as BulkUnArchiveOrdersByFilterResponse, fM as BulkUnArchiveOrdersRequest, fN as BulkUnArchiveOrdersResponse, h9 as BulkUpdateOrderTagsRequest, ha as BulkUpdateOrderTagsResult, fh as BulkUpdateOrdersRequest, a$ as BuyerInfo, b0 as BuyerInfoIdOneOf, fR as BuyerInfoUpdate, eN as CalculateRefundItemRequest, eP as CalculateRefundItemResponse, eM as CalculateRefundRequest, eO as CalculateRefundResponse, hI as CalculatedTax, hH as CalculatedTaxes, hg as Cancel, gD as CancelOrderRequest, eR as CaptureAuthorizedPaymentsRequest, ax as CatalogReference, cl as ChannelInfo, _ as ChannelType, il as ChannelTypeWithLiterals, hV as ChargeMembershipsOptions, ee as ChargeMembershipsRequest, ei as ChargeMembershipsResponse, eS as ChargeSavedPaymentMethodRequest, eT as ChargeSavedPaymentMethodResponse, a1 as ChargeType, ip as ChargeTypeWithLiterals, eB as Chargeback, ch as ChargebackCreated, ci as ChargebackReversed, ah as ChargebackStatus, iF as ChargebackStatusWithLiterals, ec as ChargedBy, aD as Color, fi as CommitDeltasRequest, fy as CommitDeltasResponse, fA as CommittedDiffs, fB as CommittedDiffsShippingUpdateInfoOneOf, hr as CommonAddress, hs as CommonAddressStreetOneOf, iY as CommonSearchWithEntityContext, hq as Company, hf as Complete, bm as Coupon, fb as CreateOrderRequest, fe as CreateOrderResponse, eb as CreatePaymentGatewayOrderRequest, ed as CreatePaymentGatewayOrderResponse, cj as CreatedBy, ck as CreatedByStringOneOf, c6 as CreditCardDetails, ev as CreditCardPaymentMethodDetails, b1 as CurrencyConversionDetails, f1 as CursorPaging, fa as CursorPagingMetadata, f8 as CursorSearch, f9 as CursorSearchPagingMethodOneOf, f4 as Cursors, bu as CustomActivity, cw as CustomAllowedActions, cm as CustomField, ar as CustomFieldGroup, iP as CustomFieldGroupWithLiterals, hN as CustomFieldValue, hl as Customer, h7 as DecrementData, h6 as DecrementItemsQuantityRequest, h8 as DecrementItemsQuantityResponse, dW as DelayedCaptureSettings, h$ as DeleteActivityIdentifiers, gw as DeleteActivityRequest, gx as DeleteActivityResponse, d1 as DeleteByFilterOperation, d0 as DeleteByIdsOperation, ba as DeliveryLogistics, bb as DeliveryLogisticsAddressOneOf, be as DeliveryTimeSlot, am as DeltaPaymentOptionType, iK as DeltaPaymentOptionTypeWithLiterals, hP as Deposit, at as DepositType, iR as DepositTypeWithLiterals, ay as DescriptionLine, aA as DescriptionLineDescriptionLineValueOneOf, aB as DescriptionLineName, D as DescriptionLineType, i1 as DescriptionLineTypeWithLiterals, az as DescriptionLineValueOneOf, eU as DiffmatokyPayload, aL as DigitalFile, hF as Discount, hG as DiscountOneDiscountTypeOneOf, Q as DiscountReason, ig as DiscountReasonWithLiterals, bp as DiscountRule, bq as DiscountRuleName, N as DiscountType, ie as DiscountTypeWithLiterals, cO as DomainEvent, cP as DomainEventBodyOneOf, ga as DownloadLinkSent, bA as DraftOrderChangesApplied, fw as DraftOrderCommitSettings, fj as DraftOrderDiffs, fm as DraftOrderDiffsBillingUpdateInfoOneOf, fl as DraftOrderDiffsBuyerUpdateInfoOneOf, fn as DraftOrderDiffsRecipientUpdateInfoOneOf, fk as DraftOrderDiffsShippingUpdateInfoOneOf, dX as Duration, a6 as DurationUnit, iu as DurationUnitWithLiterals, hm as Email, gj as EmailEdited, d9 as Empty, cQ as EntityCreatedEvent, cT as EntityDeletedEvent, cS as EntityUpdatedEvent, eV as ErrorInformation, hR as EventMetadata, aX as ExtendedFields, ce as ExternalReceipt, eF as ExternalReceiptInfo, aE as FocalPoint, cy as FormIdentifier, cx as FormInfo, aQ as FreeTrialPeriod, gh as FulfillerEmailSent, F as FulfillmentStatus, gJ as FulfillmentStatusUpdated, i9 as FulfillmentStatusWithLiterals, cq as FulfillmentStatusesAggregate, b7 as FullAddressContactDetails, eW as GetOrderRequest, eX as GetOrderResponse, dY as GetPaymentCollectabilityStatusRequest, e7 as GetRefundabilityStatusRequest, e8 as GetRefundabilityStatusResponse, h2 as GetShipmentsRequest, h3 as GetShipmentsResponse, eC as GiftCardPaymentDetails, bZ as GiftCardPaymentRefund, hj as IdAndVersion, cW as IdentificationData, cX as IdentificationDataIdOneOf, cI as ImportOrderRequest, cJ as ImportOrderResponse, cH as ImportedOrderDeleted, g3 as InternalActivity, g4 as InternalActivityContentOneOf, c_ as InternalDocument, d2 as InternalDocumentUpdateByFilterOperation, c$ as InternalDocumentUpdateOperation, eY as InternalQueryOrdersRequest, f2 as InternalQueryOrdersResponse, d3 as InternalUpdateExistingOperation, an as InventoryAction, iL as InventoryActionWithLiterals, fx as InventoryUpdateDetails, gf as InvoiceAdded, hv as InvoiceDates, hM as InvoiceDynamicPriceTotals, hk as InvoiceFields, gg as InvoiceSent, hi as InvoiceSentEvent, au as InvoiceStatus, iS as InvoiceStatusWithLiterals, hK as InvoicesPayment, fr as ItemChangedDetails, e4 as ItemMetadata, a_ as ItemModifier, aI as ItemTaxFullDetails, aG as ItemType, aH as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, i2 as ItemTypePresetWithLiterals, hE as ItemizedFee, J as JurisdictionType, i4 as JurisdictionTypeWithLiterals, hx as LineItem, bM as LineItemAmount, bD as LineItemChanges, fC as LineItemDelta, fD as LineItemDeltaDeltaOneOf, bH as LineItemDescriptionLineChange, br as LineItemDiscount, bz as LineItemExchangeData, hB as LineItemMetaData, bI as LineItemModifiersChange, bF as LineItemPriceChange, bG as LineItemProductNameChange, bE as LineItemQuantityChange, R as LineItemQuantityChangeType, ih as LineItemQuantityChangeTypeWithLiterals, dC as LineItemRefund, eL as LineItemRefundSummary, hz as LineItemTax, aK as LineItemTaxBreakdown, aJ as LineItemTaxInfo, gz as LineItemUpdate, hw as LineItems, hC as Locale, ct as Location, aU as LocationAndQuantity, bN as ManagedAdditionalFee, bK as ManagedDiscount, bJ as ManagedLineItem, aa as ManuallyRefundableReason, iy as ManuallyRefundableReasonWithLiterals, gH as MarkAsFulfilledRequest, gI as MarkAsFulfilledResponse, gO as MarkAsUnfulfilledRequest, gP as MarkAsUnfulfilledResponse, d$ as MarkOrderAsPaidRequest, e0 as MarkOrderAsPaidResponse, gB as MarkOrderAsSeenByHumanRequest, gC as MarkOrderAsSeenByHumanResponse, g0 as MaskedOrderLineItem, ef as MembershipChargeItem, eg as MembershipName, eD as MembershipPaymentDetails, b_ as MembershipPaymentRefund, ai as MembershipPaymentStatus, iG as MembershipPaymentStatusWithLiterals, bv as MerchantComment, bn as MerchantDiscount, bo as MerchantDiscountMerchantDiscountReasonOneOf, cV as MessageEnvelope, hL as MetaData, aY as ModifierGroup, by as NewExchangeOrderCreated, a9 as NonRefundableReason, ix as NonRefundableReasonWithLiterals, a0 as OrderActionType, io as OrderActionTypeWithLiterals, Y as OrderActivityTypeEnumActivityType, ij as OrderActivityTypeEnumActivityTypeWithLiterals, al as OrderApprovalStrategy, iJ as OrderApprovalStrategyWithLiterals, cB as OrderApproved, g9 as OrderCanceled, gE as OrderCanceledEventOrderCanceled, bB as OrderChange, bC as OrderChangeValueOneOf, fd as OrderCreateNotifications, bx as OrderCreatedFromExchange, fc as OrderCreationSettings, fz as OrderDeltasCommitted, g7 as OrderFulfilled, cG as OrderImported, cE as OrderItemsRestocked, av as OrderLineItem, fq as OrderLineItemChangedDetails, g8 as OrderNotFulfilled, g6 as OrderPaid, gl as OrderPartiallyPaid, gm as OrderPending, g5 as OrderPlaced, bw as OrderRefunded, gn as OrderRejected, cD as OrderRejectedEventOrderRejected, hX as OrderSearchSpec, cu as OrderSettings, cv as OrderSettingsAllowedActionsOneOf, L as OrderStatus, id as OrderStatusWithLiterals, bj as OrderTaxBreakdown, bi as OrderTaxInfo, ep as OrderTransactions, cC as OrdersExperiments, eq as Payment, c7 as PaymentCanceled, c8 as PaymentCanceledPaymentDetailsOneOf, a7 as PaymentCollectabilityStatus, iv as PaymentCollectabilityStatusWithLiterals, iV as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, hU as PaymentCollectionCreatePaymentGatewayOrderOptions, iU as PaymentCollectionMarkOrderAsPaidApplicationErrors, c9 as PaymentDeclined, ca as PaymentDeclinedPaymentDetailsOneOf, x as PaymentOptionType, i3 as PaymentOptionTypeWithLiterals, er as PaymentPaymentDetailsOneOf, c2 as PaymentPending, c3 as PaymentPendingPaymentDetailsOneOf, es as PaymentReceiptInfoOneOf, ek as PaymentRefund, c0 as PaymentRefundFailed, b$ as PaymentRefunded, E as PaymentStatus, gZ as PaymentStatusUpdated, i8 as PaymentStatusWithLiterals, hJ as Payments, hp as Phone, aF as PhysicalProperties, bd as PickupAddress, bc as PickupDetails, K as PickupMethod, ic as PickupMethodWithLiterals, gk as PickupReadyEmailSent, ao as Placement, iM as PlacementWithLiterals, aC as PlainTextValue, cA as PlatformFee, cz as PlatformFeeSummary, f0 as PlatformPaging, f3 as PlatformPagingMetadata, eZ as PlatformQuery, e_ as PlatformQueryPagingMethodOneOf, dU as PreparePaymentCollectionRequest, dM as PreviewBuyerConfirmationEmailRequest, dN as PreviewBuyerConfirmationEmailResponse, dK as PreviewBuyerPaymentsReceivedEmailRequest, dL as PreviewBuyerPaymentsReceivedEmailResponse, dO as PreviewBuyerPickupConfirmationEmailRequest, dP as PreviewBuyerPickupConfirmationEmailResponse, dG as PreviewCancelEmailRequest, dH as PreviewCancelEmailResponse, dI as PreviewCancelRefundEmailRequest, dJ as PreviewCancelRefundEmailResponse, dx as PreviewEmailByTypeRequest, dy as PreviewEmailByTypeResponse, a4 as PreviewEmailType, is as PreviewEmailTypeWithLiterals, dz as PreviewRefundEmailRequest, dF as PreviewRefundEmailResponse, dS as PreviewResendDownloadLinksEmailRequest, dT as PreviewResendDownloadLinksEmailResponse, dQ as PreviewShippingConfirmationEmailRequest, dR as PreviewShippingConfirmationEmailResponse, aT as PriceDescription, b2 as PriceSummary, aw as ProductName, gq as PublicActivity, gr as PublicActivityContentOneOf, f5 as QueryOrderRequest, f6 as QueryOrderResponse, hn as QuotesAddress, af as Reason, iD as ReasonWithLiterals, cb as ReceiptCreated, cc as ReceiptCreatedReceiptInfoOneOf, cf as ReceiptSent, cg as ReceiptSentReceiptInfoOneOf, iT as RecordManuallyCollectedPaymentApplicationErrors, dZ as RecordManuallyCollectedPaymentRequest, d_ as RecordManuallyCollectedPaymentResponse, dV as RedirectUrls, eG as Refund, dA as RefundDetails, bV as RefundInitiated, dB as RefundItem, eK as RefundItemsBreakdown, el as RefundSideEffects, aj as RefundStatus, eI as RefundStatusInfo, iH as RefundStatusWithLiterals, eH as RefundTransaction, e9 as Refundability, ea as RefundabilityAdditionalRefundabilityInfoOneOf, a8 as RefundableStatus, iw as RefundableStatusWithLiterals, c1 as RefundedAsStoreCredit, bW as RefundedPayment, bX as RefundedPaymentKindOneOf, c4 as RegularPayment, et as RegularPaymentDetails, eu as RegularPaymentDetailsPaymentMethodDetailsOneOf, c5 as RegularPaymentPaymentMethodDetailsOneOf, bY as RegularPaymentRefund, hh as Reschedule, em as RestockInfo, en as RestockItem, ab as RestockType, iz as RestockTypeWithLiterals, cR as RestoreInfo, bR as SavedPaymentMethod, a5 as ScheduledAction, it as ScheduledActionWithLiterals, f7 as SearchOrdersRequest, dc as SendBuyerConfirmationEmailRequest, dd as SendBuyerConfirmationEmailResponse, de as SendBuyerPaymentsReceivedEmailRequest, df as SendBuyerPaymentsReceivedEmailResponse, dg as SendBuyerPickupConfirmationEmailRequest, dh as SendBuyerPickupConfirmationEmailResponse, dk as SendBuyerShippingConfirmationEmailRequest, dl as SendBuyerShippingConfirmationEmailResponse, dr as SendCancelRefundEmailRequest, ds as SendCancelRefundEmailResponse, dp as SendMerchantOrderReceivedNotificationRequest, dq as SendMerchantOrderReceivedNotificationResponse, dv as SendMerchantOrderReceivedPushRequest, dw as SendMerchantOrderReceivedPushResponse, dt as SendRefundEmailRequest, du as SendRefundEmailResponse, eh as ServiceProperties, hS as SetOrderNumberCounterOptions, cK as SetOrderNumberCounterRequest, cL as SetOrderNumberCounterResponse, gi as ShippingAddressEdited, ge as ShippingConfirmationEmailSent, bQ as ShippingInformation, bP as ShippingInformationChange, bf as ShippingPrice, dE as ShippingRefund, bg as ShippingRegion, ak as SortOrder, iI as SortOrderWithLiterals, e$ as Sorting, hA as Source, aq as SourceType, iO as SourceTypeWithLiterals, hu as StandardDetails, b5 as StreetAddress, ht as Subdivision, ap as SubdivisionType, iN as SubdivisionTypeWithLiterals, aO as SubscriptionDescription, y as SubscriptionFrequency, i5 as SubscriptionFrequencyWithLiterals, aM as SubscriptionInfo, aP as SubscriptionSettings, aN as SubscriptionTitle, cs as TagList, cr as Tags, hb as Task, hd as TaskAction, he as TaskActionActionOneOf, hc as TaskKey, bh as TaxSummary, aV as TaxableAddress, aW as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, i7 as TaxableAddressTypeWithLiterals, hD as TotalPrice, bO as TotalPriceChange, gd as TrackingLinkAdded, gb as TrackingNumberAdded, gc as TrackingNumberEdited, ac as TransactionStatus, iA as TransactionStatusWithLiterals, aZ as TranslatableString, bL as TranslatedValue, iW as TriggerRefundApplicationErrors, hW as TriggerRefundOptions, ej as TriggerRefundRequest, eo as TriggerRefundResponse, db as TriggerReindexOrderRequest, d7 as TriggerReindexRequest, d8 as TriggerReindexResponse, fK as UnArchiveOrderRequest, fL as UnArchiveOrderResponse, h_ as UpdateActivityIdentifiers, gu as UpdateActivityRequest, gv as UpdateActivityResponse, fX as UpdateBillingContactDetailsRequest, fY as UpdateBillingContactDetailsResponse, fT as UpdateBuyerEmailRequest, fU as UpdateBuyerEmailResponse, fQ as UpdateBuyerInfoRequest, fS as UpdateBuyerInfoResponse, cY as UpdateInternalDocumentsEvent, cZ as UpdateInternalDocumentsEventOperationOneOf, gy as UpdateLineItemsDescriptionLinesRequest, gA as UpdateLineItemsDescriptionLinesResponse, hZ as UpdateOrderLineItem, hY as UpdateOrderLineItemIdentifiers, fZ as UpdateOrderLineItemRequest, f_ as UpdateOrderLineItemResponse, f$ as UpdateOrderLineItemsRequest, g1 as UpdateOrderLineItemsResponse, ff as UpdateOrderRequest, fg as UpdateOrderResponse, fV as UpdateOrderShippingAddressRequest, fW as UpdateOrderShippingAddressResponse, iX as UpdateOrderStatusApplicationErrors, gF as UpdateOrderStatusRequest, gG as UpdateOrderStatusResponse, g_ as V1BulkMarkOrdersAsPaidRequest, g$ as V1BulkMarkOrdersAsPaidResponse, h0 as V1CreatePaymentGatewayOrderRequest, h1 as V1CreatePaymentGatewayOrderResponse, fo as V1LineItemDelta, fp as V1LineItemDeltaDeltaOneOf, gX as V1MarkOrderAsPaidRequest, gY as V1MarkOrderAsPaidResponse, cF as V1RestockItem, eA as V1ScheduledAction, b9 as V1ShippingInformation, hO as Value, as as ValueType, iQ as ValueTypeWithLiterals, b8 as VatId, H as VatType, ib as VatTypeWithLiterals, d5 as VersionedDeleteByIdsOperation, d6 as VersionedDocumentId, d4 as VersionedDocumentUpdateOperation, a3 as VersioningMode, ir as VersioningModeWithLiterals, eQ as VoidAuthorizedPaymentsRequest, a2 as WebhookIdentityType, iq as WebhookIdentityTypeWithLiterals, W as WeightUnit, ia as WeightUnitWithLiterals, cd as WixReceipt, eE as WixReceiptInfo } from './ecom-v1-order-orders.universal-w6ZpfX3D.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-BymejMdD.mjs';
|
|
3
|
+
export { cU as ActionEvent, ag as ActionType, iG as ActionTypeWithLiterals, bs as Activity, bt as ActivityContentOneOf, X as ActivityType, ik as ActivityTypeWithLiterals, gv as AddActivitiesRequest, gr as AddActivityRequest, gu as AddActivityResponse, g4 as AddInternalActivityRequest, gq as AddInternalActivityResponse, cp as AdditionalFee, fw as AdditionalFeeDelta, fx as AdditionalFeeDeltaDeltaOneOf, dD as AdditionalFeeRefund, $ as AdditionalFeeSource, ip as AdditionalFeeSourceWithLiterals, b4 as Address, hq as AddressDescription, b6 as AddressLocation, b3 as AddressWithContact, z as AdjustmentType, i8 as AdjustmentTypeWithLiterals, i2 as AggregateOrdersOptions, h6 as AggregateOrdersRequest, h7 as AggregateOrdersResponse, eJ as AggregatedRefundSummary, e5 as ApplicationError, bk as AppliedDiscount, fu as AppliedDiscountDelta, fv as AppliedDiscountDeltaDeltaOneOf, bl as AppliedDiscountDiscountSourceOneOf, fG as ArchiveOrderRequest, fH as ArchiveOrderResponse, Z as AttributionSource, im as AttributionSourceWithLiterals, ey as AuthorizationActionFailureDetails, ex as AuthorizationCapture, ad as AuthorizationCaptureStatus, iD as AuthorizationCaptureStatusWithLiterals, ew as AuthorizationDetails, ez as AuthorizationVoid, ae as AuthorizationVoidStatus, iE as AuthorizationVoidStatusWithLiterals, bT as AuthorizedPaymentCaptured, bS as AuthorizedPaymentCreated, bU as AuthorizedPaymentVoided, co as Balance, cn as BalanceSummary, hS as BaseEventMetadata, da as BatchOfTriggerReindexOrderRequest, hA as BigDecimalWrapper, aR as BillingAdjustment, aS as BillingAdjustmentPriceSummary, e6 as BulkActionMetadata, fK as BulkArchiveOrdersByFilterRequest, fL as BulkArchiveOrdersByFilterResponse, fI as BulkArchiveOrdersRequest, fJ as BulkArchiveOrdersResponse, hV as BulkDeleteImportedOrdersOptions, cM as BulkDeleteImportedOrdersRequest, cN as BulkDeleteImportedOrdersResponse, gO as BulkMarkAsFulfilledByFilterRequest, gP as BulkMarkAsFulfilledByFilterResponse, gM as BulkMarkAsFulfilledRequest, gN as BulkMarkAsFulfilledResponse, gU as BulkMarkAsUnfulfilledByFilterRequest, gV as BulkMarkAsUnfulfilledByFilterResponse, gS as BulkMarkAsUnfulfilledRequest, gT as BulkMarkAsUnfulfilledResponse, e1 as BulkMarkOrdersAsPaidRequest, e2 as BulkMarkOrdersAsPaidResponse, e3 as BulkOrderResult, di as BulkSendBuyerPickupConfirmationEmailsRequest, dj as BulkSendBuyerPickupConfirmationEmailsResponse, dm as BulkSendBuyerShippingConfirmationEmailsRequest, dn as BulkSendBuyerShippingConfirmationEmailsResponse, gW as BulkSetBusinessLocationRequest, gX as BulkSetBusinessLocationResponse, gY as BulkSetBusinessLocationResult, fQ as BulkUnArchiveOrdersByFilterRequest, fR as BulkUnArchiveOrdersByFilterResponse, fO as BulkUnArchiveOrdersRequest, fP as BulkUnArchiveOrdersResponse, hb as BulkUpdateOrderTagsRequest, hc as BulkUpdateOrderTagsResult, fj as BulkUpdateOrdersRequest, a$ as BuyerInfo, b0 as BuyerInfoIdOneOf, fT as BuyerInfoUpdate, eN as CalculateRefundItemRequest, eP as CalculateRefundItemResponse, eM as CalculateRefundRequest, eO as CalculateRefundResponse, hK as CalculatedTax, hJ as CalculatedTaxes, hi as Cancel, gF as CancelOrderRequest, eR as CaptureAuthorizedPaymentsRequest, ax as CatalogReference, cl as ChannelInfo, _ as ChannelType, io as ChannelTypeWithLiterals, hX as ChargeMembershipsOptions, ee as ChargeMembershipsRequest, ei as ChargeMembershipsResponse, eS as ChargeSavedPaymentMethodRequest, eT as ChargeSavedPaymentMethodResponse, a1 as ChargeType, ir as ChargeTypeWithLiterals, eB as Chargeback, ch as ChargebackCreated, ci as ChargebackReversed, ah as ChargebackStatus, iH as ChargebackStatusWithLiterals, ec as ChargedBy, aD as Color, fk as CommitDeltasRequest, fA as CommitDeltasResponse, fC as CommittedDiffs, fD as CommittedDiffsShippingUpdateInfoOneOf, ht as CommonAddress, hu as CommonAddressStreetOneOf, i_ as CommonSearchWithEntityContext, hs as Company, hh as Complete, bm as Coupon, fd as CreateOrderRequest, fg as CreateOrderResponse, eb as CreatePaymentGatewayOrderRequest, ed as CreatePaymentGatewayOrderResponse, cj as CreatedBy, ck as CreatedByStringOneOf, c6 as CreditCardDetails, ev as CreditCardPaymentMethodDetails, b1 as CurrencyConversionDetails, f3 as CursorPaging, fc as CursorPagingMetadata, fa as CursorSearch, fb as CursorSearchPagingMethodOneOf, f6 as Cursors, bu as CustomActivity, cw as CustomAllowedActions, cm as CustomField, ar as CustomFieldGroup, iR as CustomFieldGroupWithLiterals, hP as CustomFieldValue, hn as Customer, h9 as DecrementData, h8 as DecrementItemsQuantityRequest, ha as DecrementItemsQuantityResponse, dW as DelayedCaptureSettings, i1 as DeleteActivityIdentifiers, gy as DeleteActivityRequest, gz as DeleteActivityResponse, d1 as DeleteByFilterOperation, d0 as DeleteByIdsOperation, ba as DeliveryLogistics, bb as DeliveryLogisticsAddressOneOf, be as DeliveryTimeSlot, am as DeltaPaymentOptionType, iM as DeltaPaymentOptionTypeWithLiterals, hR as Deposit, at as DepositType, iT as DepositTypeWithLiterals, ay as DescriptionLine, aA as DescriptionLineDescriptionLineValueOneOf, aB as DescriptionLineName, D as DescriptionLineType, i3 as DescriptionLineTypeWithLiterals, az as DescriptionLineValueOneOf, eW as DiffmatokyPayload, aL as DigitalFile, hH as Discount, hI as DiscountOneDiscountTypeOneOf, Q as DiscountReason, ii as DiscountReasonWithLiterals, bp as DiscountRule, bq as DiscountRuleName, N as DiscountType, ih as DiscountTypeWithLiterals, cO as DomainEvent, cP as DomainEventBodyOneOf, gc as DownloadLinkSent, bA as DraftOrderChangesApplied, fy as DraftOrderCommitSettings, fl as DraftOrderDiffs, fo as DraftOrderDiffsBillingUpdateInfoOneOf, fn as DraftOrderDiffsBuyerUpdateInfoOneOf, fp as DraftOrderDiffsRecipientUpdateInfoOneOf, fm as DraftOrderDiffsShippingUpdateInfoOneOf, dX as Duration, a6 as DurationUnit, iw as DurationUnitWithLiterals, ho as Email, gl as EmailEdited, d9 as Empty, cQ as EntityCreatedEvent, cT as EntityDeletedEvent, cS as EntityUpdatedEvent, eX as ErrorInformation, hT as EventMetadata, aX as ExtendedFields, ce as ExternalReceipt, eF as ExternalReceiptInfo, aE as FocalPoint, cy as FormIdentifier, cx as FormInfo, aQ as FreeTrialPeriod, gj as FulfillerEmailSent, F as FulfillmentStatus, gL as FulfillmentStatusUpdated, ib as FulfillmentStatusWithLiterals, cq as FulfillmentStatusesAggregate, b7 as FullAddressContactDetails, eY as GetOrderRequest, eZ as GetOrderResponse, dY as GetPaymentCollectabilityStatusRequest, e7 as GetRefundabilityStatusRequest, e8 as GetRefundabilityStatusResponse, h4 as GetShipmentsRequest, h5 as GetShipmentsResponse, eC as GiftCardPaymentDetails, bZ as GiftCardPaymentRefund, hl as IdAndVersion, cW as IdentificationData, cX as IdentificationDataIdOneOf, cI as ImportOrderRequest, cJ as ImportOrderResponse, cH as ImportedOrderDeleted, g5 as InternalActivity, g6 as InternalActivityContentOneOf, c_ as InternalDocument, d2 as InternalDocumentUpdateByFilterOperation, c$ as InternalDocumentUpdateOperation, e_ as InternalQueryOrdersRequest, f4 as InternalQueryOrdersResponse, d3 as InternalUpdateExistingOperation, an as InventoryAction, iN as InventoryActionWithLiterals, fz as InventoryUpdateDetails, gh as InvoiceAdded, hx as InvoiceDates, hO as InvoiceDynamicPriceTotals, hm as InvoiceFields, gi as InvoiceSent, hk as InvoiceSentEvent, au as InvoiceStatus, iU as InvoiceStatusWithLiterals, hM as InvoicesPayment, ft as ItemChangedDetails, eU as ItemCombination, eV as ItemCombinationLineItem, e4 as ItemMetadata, a_ as ItemModifier, aI as ItemTaxFullDetails, aG as ItemType, aH as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, i4 as ItemTypePresetWithLiterals, hG as ItemizedFee, J as JurisdictionType, i6 as JurisdictionTypeWithLiterals, hz as LineItem, bM as LineItemAmount, bD as LineItemChanges, fE as LineItemDelta, fF as LineItemDeltaDeltaOneOf, bH as LineItemDescriptionLineChange, br as LineItemDiscount, bz as LineItemExchangeData, hD as LineItemMetaData, bI as LineItemModifiersChange, bF as LineItemPriceChange, bG as LineItemProductNameChange, bE as LineItemQuantityChange, R as LineItemQuantityChangeType, ij as LineItemQuantityChangeTypeWithLiterals, dC as LineItemRefund, eL as LineItemRefundSummary, hB as LineItemTax, aK as LineItemTaxBreakdown, aJ as LineItemTaxInfo, gB as LineItemUpdate, hy as LineItems, hE as Locale, ct as Location, aU as LocationAndQuantity, bN as ManagedAdditionalFee, bK as ManagedDiscount, bJ as ManagedLineItem, aa as ManuallyRefundableReason, iA as ManuallyRefundableReasonWithLiterals, gJ as MarkAsFulfilledRequest, gK as MarkAsFulfilledResponse, gQ as MarkAsUnfulfilledRequest, gR as MarkAsUnfulfilledResponse, d$ as MarkOrderAsPaidRequest, e0 as MarkOrderAsPaidResponse, gD as MarkOrderAsSeenByHumanRequest, gE as MarkOrderAsSeenByHumanResponse, g2 as MaskedOrderLineItem, ef as MembershipChargeItem, eg as MembershipName, eD as MembershipPaymentDetails, b_ as MembershipPaymentRefund, ai as MembershipPaymentStatus, iI as MembershipPaymentStatusWithLiterals, bv as MerchantComment, bn as MerchantDiscount, bo as MerchantDiscountMerchantDiscountReasonOneOf, cV as MessageEnvelope, hN as MetaData, aY as ModifierGroup, by as NewExchangeOrderCreated, a9 as NonRefundableReason, iz as NonRefundableReasonWithLiterals, a0 as OrderActionType, iq as OrderActionTypeWithLiterals, Y as OrderActivityTypeEnumActivityType, il as OrderActivityTypeEnumActivityTypeWithLiterals, al as OrderApprovalStrategy, iL as OrderApprovalStrategyWithLiterals, cB as OrderApproved, gb as OrderCanceled, gG as OrderCanceledEventOrderCanceled, bB as OrderChange, bC as OrderChangeValueOneOf, ff as OrderCreateNotifications, bx as OrderCreatedFromExchange, fe as OrderCreationSettings, fB as OrderDeltasCommitted, g9 as OrderFulfilled, cG as OrderImported, cE as OrderItemsRestocked, av as OrderLineItem, fs as OrderLineItemChangedDetails, ga as OrderNotFulfilled, g8 as OrderPaid, gn as OrderPartiallyPaid, go as OrderPending, g7 as OrderPlaced, bw as OrderRefunded, gp as OrderRejected, cD as OrderRejectedEventOrderRejected, hZ as OrderSearchSpec, cu as OrderSettings, cv as OrderSettingsAllowedActionsOneOf, L as OrderStatus, ig as OrderStatusWithLiterals, bj as OrderTaxBreakdown, bi as OrderTaxInfo, ep as OrderTransactions, cC as OrdersExperiments, eq as Payment, c7 as PaymentCanceled, c8 as PaymentCanceledPaymentDetailsOneOf, a7 as PaymentCollectabilityStatus, ix as PaymentCollectabilityStatusWithLiterals, iX as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, hW as PaymentCollectionCreatePaymentGatewayOrderOptions, iW as PaymentCollectionMarkOrderAsPaidApplicationErrors, c9 as PaymentDeclined, ca as PaymentDeclinedPaymentDetailsOneOf, x as PaymentOptionType, i5 as PaymentOptionTypeWithLiterals, er as PaymentPaymentDetailsOneOf, c2 as PaymentPending, c3 as PaymentPendingPaymentDetailsOneOf, es as PaymentReceiptInfoOneOf, ek as PaymentRefund, c0 as PaymentRefundFailed, b$ as PaymentRefunded, E as PaymentStatus, g$ as PaymentStatusUpdated, ia as PaymentStatusWithLiterals, hL as Payments, hr as Phone, aF as PhysicalProperties, bd as PickupAddress, bc as PickupDetails, K as PickupMethod, ie as PickupMethodWithLiterals, gm as PickupReadyEmailSent, ao as Placement, iO as PlacementWithLiterals, aC as PlainTextValue, cA as PlatformFee, cz as PlatformFeeSummary, f2 as PlatformPaging, f5 as PlatformPagingMetadata, e$ as PlatformQuery, f0 as PlatformQueryPagingMethodOneOf, dU as PreparePaymentCollectionRequest, dM as PreviewBuyerConfirmationEmailRequest, dN as PreviewBuyerConfirmationEmailResponse, dK as PreviewBuyerPaymentsReceivedEmailRequest, dL as PreviewBuyerPaymentsReceivedEmailResponse, dO as PreviewBuyerPickupConfirmationEmailRequest, dP as PreviewBuyerPickupConfirmationEmailResponse, dG as PreviewCancelEmailRequest, dH as PreviewCancelEmailResponse, dI as PreviewCancelRefundEmailRequest, dJ as PreviewCancelRefundEmailResponse, dx as PreviewEmailByTypeRequest, dy as PreviewEmailByTypeResponse, a4 as PreviewEmailType, iu as PreviewEmailTypeWithLiterals, dz as PreviewRefundEmailRequest, dF as PreviewRefundEmailResponse, dS as PreviewResendDownloadLinksEmailRequest, dT as PreviewResendDownloadLinksEmailResponse, dQ as PreviewShippingConfirmationEmailRequest, dR as PreviewShippingConfirmationEmailResponse, aT as PriceDescription, b2 as PriceSummary, aw as ProductName, gs as PublicActivity, gt as PublicActivityContentOneOf, f7 as QueryOrderRequest, f8 as QueryOrderResponse, hp as QuotesAddress, af as Reason, iF as ReasonWithLiterals, cb as ReceiptCreated, cc as ReceiptCreatedReceiptInfoOneOf, cf as ReceiptSent, cg as ReceiptSentReceiptInfoOneOf, iV as RecordManuallyCollectedPaymentApplicationErrors, dZ as RecordManuallyCollectedPaymentRequest, d_ as RecordManuallyCollectedPaymentResponse, dV as RedirectUrls, eG as Refund, dA as RefundDetails, bV as RefundInitiated, dB as RefundItem, eK as RefundItemsBreakdown, el as RefundSideEffects, aj as RefundStatus, eI as RefundStatusInfo, iJ as RefundStatusWithLiterals, eH as RefundTransaction, e9 as Refundability, ea as RefundabilityAdditionalRefundabilityInfoOneOf, a8 as RefundableStatus, iy as RefundableStatusWithLiterals, c1 as RefundedAsStoreCredit, bW as RefundedPayment, bX as RefundedPaymentKindOneOf, c4 as RegularPayment, et as RegularPaymentDetails, eu as RegularPaymentDetailsPaymentMethodDetailsOneOf, c5 as RegularPaymentPaymentMethodDetailsOneOf, bY as RegularPaymentRefund, hj as Reschedule, em as RestockInfo, en as RestockItem, ab as RestockType, iB as RestockTypeWithLiterals, cR as RestoreInfo, bR as SavedPaymentMethod, a5 as ScheduledAction, iv as ScheduledActionWithLiterals, f9 as SearchOrdersRequest, dc as SendBuyerConfirmationEmailRequest, dd as SendBuyerConfirmationEmailResponse, de as SendBuyerPaymentsReceivedEmailRequest, df as SendBuyerPaymentsReceivedEmailResponse, dg as SendBuyerPickupConfirmationEmailRequest, dh as SendBuyerPickupConfirmationEmailResponse, dk as SendBuyerShippingConfirmationEmailRequest, dl as SendBuyerShippingConfirmationEmailResponse, dr as SendCancelRefundEmailRequest, ds as SendCancelRefundEmailResponse, dp as SendMerchantOrderReceivedNotificationRequest, dq as SendMerchantOrderReceivedNotificationResponse, dv as SendMerchantOrderReceivedPushRequest, dw as SendMerchantOrderReceivedPushResponse, dt as SendRefundEmailRequest, du as SendRefundEmailResponse, eh as ServiceProperties, hU as SetOrderNumberCounterOptions, cK as SetOrderNumberCounterRequest, cL as SetOrderNumberCounterResponse, gk as ShippingAddressEdited, gg as ShippingConfirmationEmailSent, bQ as ShippingInformation, bP as ShippingInformationChange, bf as ShippingPrice, dE as ShippingRefund, bg as ShippingRegion, ak as SortOrder, iK as SortOrderWithLiterals, f1 as Sorting, hC as Source, aq as SourceType, iQ as SourceTypeWithLiterals, hw as StandardDetails, b5 as StreetAddress, hv as Subdivision, ap as SubdivisionType, iP as SubdivisionTypeWithLiterals, aO as SubscriptionDescription, y as SubscriptionFrequency, i7 as SubscriptionFrequencyWithLiterals, aM as SubscriptionInfo, aP as SubscriptionSettings, aN as SubscriptionTitle, cs as TagList, cr as Tags, hd as Task, hf as TaskAction, hg as TaskActionActionOneOf, he as TaskKey, bh as TaxSummary, aV as TaxableAddress, aW as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, i9 as TaxableAddressTypeWithLiterals, hF as TotalPrice, bO as TotalPriceChange, gf as TrackingLinkAdded, gd as TrackingNumberAdded, ge as TrackingNumberEdited, ac as TransactionStatus, iC as TransactionStatusWithLiterals, aZ as TranslatableString, bL as TranslatedValue, iY as TriggerRefundApplicationErrors, hY as TriggerRefundOptions, ej as TriggerRefundRequest, eo as TriggerRefundResponse, db as TriggerReindexOrderRequest, d7 as TriggerReindexRequest, d8 as TriggerReindexResponse, fM as UnArchiveOrderRequest, fN as UnArchiveOrderResponse, i0 as UpdateActivityIdentifiers, gw as UpdateActivityRequest, gx as UpdateActivityResponse, fZ as UpdateBillingContactDetailsRequest, f_ as UpdateBillingContactDetailsResponse, fV as UpdateBuyerEmailRequest, fW as UpdateBuyerEmailResponse, fS as UpdateBuyerInfoRequest, fU as UpdateBuyerInfoResponse, cY as UpdateInternalDocumentsEvent, cZ as UpdateInternalDocumentsEventOperationOneOf, gA as UpdateLineItemsDescriptionLinesRequest, gC as UpdateLineItemsDescriptionLinesResponse, h$ as UpdateOrderLineItem, h_ as UpdateOrderLineItemIdentifiers, f$ as UpdateOrderLineItemRequest, g0 as UpdateOrderLineItemResponse, g1 as UpdateOrderLineItemsRequest, g3 as UpdateOrderLineItemsResponse, fh as UpdateOrderRequest, fi as UpdateOrderResponse, fX as UpdateOrderShippingAddressRequest, fY as UpdateOrderShippingAddressResponse, iZ as UpdateOrderStatusApplicationErrors, gH as UpdateOrderStatusRequest, gI as UpdateOrderStatusResponse, h0 as V1BulkMarkOrdersAsPaidRequest, h1 as V1BulkMarkOrdersAsPaidResponse, h2 as V1CreatePaymentGatewayOrderRequest, h3 as V1CreatePaymentGatewayOrderResponse, fq as V1LineItemDelta, fr as V1LineItemDeltaDeltaOneOf, gZ as V1MarkOrderAsPaidRequest, g_ as V1MarkOrderAsPaidResponse, cF as V1RestockItem, eA as V1ScheduledAction, b9 as V1ShippingInformation, hQ as Value, as as ValueType, iS as ValueTypeWithLiterals, b8 as VatId, H as VatType, id as VatTypeWithLiterals, d5 as VersionedDeleteByIdsOperation, d6 as VersionedDocumentId, d4 as VersionedDocumentUpdateOperation, a3 as VersioningMode, it as VersioningModeWithLiterals, eQ as VoidAuthorizedPaymentsRequest, a2 as WebhookIdentityType, is as WebhookIdentityTypeWithLiterals, W as WeightUnit, ic as WeightUnitWithLiterals, cd as WixReceipt, eE as WixReceiptInfo } from './ecom-v1-order-orders.universal-BymejMdD.mjs';
|
|
4
4
|
|
|
5
5
|
declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
|
|
6
6
|
interface PreparePaymentCollectionSignature {
|