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