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