@wix/auto_sdk_ecom_orders 1.0.127 → 1.0.128
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-DC5vd1yo.d.ts → ecom-v1-order-orders.universal-NMTSUZbl.d.ts} +4 -4
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +30 -34
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +21 -23
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +7 -7
- package/build/cjs/meta.js +21 -23
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{ecom-v1-order-orders.universal-DC5vd1yo.d.mts → ecom-v1-order-orders.universal-NMTSUZbl.d.mts} +4 -4
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +27 -31
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +18 -20
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +7 -7
- package/build/es/meta.mjs +18 -20
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{ecom-v1-order-orders.universal-BzBik9rg.d.ts → ecom-v1-order-orders.universal-f_0Qlg8r.d.ts} +9 -9
- package/build/internal/cjs/index.d.ts +15 -15
- package/build/internal/cjs/index.js +30 -34
- 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 +21 -23
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +7 -7
- package/build/internal/cjs/meta.js +21 -23
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{ecom-v1-order-orders.universal-BzBik9rg.d.mts → ecom-v1-order-orders.universal-f_0Qlg8r.d.mts} +9 -9
- package/build/internal/es/index.d.mts +15 -15
- package/build/internal/es/index.mjs +27 -31
- 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 +18 -20
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +7 -7
- package/build/internal/es/meta.mjs +18 -20
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -6529,7 +6529,7 @@ type RecordManuallyCollectedPaymentApplicationErrors = {
|
|
|
6529
6529
|
data?: Record<string, any>;
|
|
6530
6530
|
};
|
|
6531
6531
|
/** @docsIgnore */
|
|
6532
|
-
type
|
|
6532
|
+
type MarkOrderAsPaidApplicationErrors = {
|
|
6533
6533
|
code?: 'ORDER_ALREADY_PAID';
|
|
6534
6534
|
description?: string;
|
|
6535
6535
|
data?: Record<string, any>;
|
|
@@ -6543,7 +6543,7 @@ type PaymentCollectionMarkOrderAsPaidApplicationErrors = {
|
|
|
6543
6543
|
data?: Record<string, any>;
|
|
6544
6544
|
};
|
|
6545
6545
|
/** @docsIgnore */
|
|
6546
|
-
type
|
|
6546
|
+
type CreatePaymentGatewayOrderApplicationErrors = {
|
|
6547
6547
|
code?: 'ORDER_ALREADY_PAID';
|
|
6548
6548
|
description?: string;
|
|
6549
6549
|
data?: Record<string, any>;
|
|
@@ -6933,7 +6933,7 @@ interface PreparePaymentCollectionOptions {
|
|
|
6933
6933
|
* @fqn com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.GetPaymentCollectabilityStatus
|
|
6934
6934
|
*/
|
|
6935
6935
|
declare function getPaymentCollectabilityStatus(ecomOrderId: string): Promise<NonNullablePaths<GetPaymentCollectabilityStatusResponse, `status` | `amount.amount` | `amount.formattedAmount`, 3>>;
|
|
6936
|
-
interface
|
|
6936
|
+
interface CreatePaymentGatewayOrderOptions {
|
|
6937
6937
|
/** Information about the user who initiated the payment. */
|
|
6938
6938
|
chargedBy?: ChargedBy;
|
|
6939
6939
|
}
|
|
@@ -7686,4 +7686,4 @@ interface BulkUpdateOrderTagsOptions {
|
|
|
7686
7686
|
unassignTags?: Tags;
|
|
7687
7687
|
}
|
|
7688
7688
|
|
|
7689
|
-
export { OrderActionType as $, type AddActivitiesOptions as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PaymentStatus as E, FulfillmentStatus as F, type GetPaymentCollectabilityStatusResponse as G, VatType as H, ItemTypePreset as I, JurisdictionType as J, PickupMethod as K, OrderStatus as L, type MaskedOrder as M, DiscountType as N, type Order as O, type Price as P, DiscountReason as Q, LineItemQuantityChangeType as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, ActivityType as X, OrderActivityTypeEnumActivityType as Y, AttributionSource as Z, ChannelType as _, type PreparePaymentCollectionOptions as a, type CurrencyConversionDetails as a$, WebhookIdentityType as a0, PreviewEmailType as a1, ScheduledAction as a2, DurationUnit as a3, PaymentCollectabilityStatus as a4, RefundableStatus as a5, NonRefundableReason as a6, ManuallyRefundableReason as a7, RestockType as a8, TransactionStatus as a9, type PlainTextValue as aA, type Color as aB, type FocalPoint as aC, type PhysicalProperties as aD, type ItemType as aE, type ItemTypeItemTypeDataOneOf as aF, type ItemTaxFullDetails as aG, type LineItemTaxInfo as aH, type LineItemTaxBreakdown as aI, type DigitalFile as aJ, type SubscriptionInfo as aK, type SubscriptionTitle as aL, type SubscriptionDescription as aM, type SubscriptionSettings as aN, type FreeTrialPeriod as aO, type BillingAdjustment as aP, type BillingAdjustmentPriceSummary as aQ, type PriceDescription as aR, type LocationAndQuantity as aS, type TaxableAddress as aT, type TaxableAddressTaxableAddressDataOneOf as aU, type ExtendedFields as aV, type ModifierGroup as aW, type TranslatableString as aX, type ItemModifier as aY, type BuyerInfo as aZ, type BuyerInfoIdOneOf as a_, AuthorizationCaptureStatus as aa, AuthorizationVoidStatus as ab, Reason as ac, ActionType as ad, ChargebackStatus as ae, MembershipPaymentStatus as af, RefundStatus as ag, VersioningMode as ah, SortOrder as ai, OrderApprovalStrategy as aj, DeltaPaymentOptionType as ak, InventoryAction as al, Placement as am, SubdivisionType as an, SourceType as ao, CustomFieldGroup as ap, ValueType as aq, DepositType as ar, InvoiceStatus as as, type OrderLineItem as at, type ProductName as au, type CatalogReference as av, type DescriptionLine as aw, type DescriptionLineValueOneOf as ax, type DescriptionLineDescriptionLineValueOneOf as ay, type DescriptionLineName as az, type PreparePaymentCollectionResponse as b, type RefundedAsStoreCredit as b$, type PriceSummary as b0, type AddressWithContact as b1, type Address as b2, type StreetAddress as b3, type AddressLocation as b4, type FullAddressContactDetails as b5, type VatId as b6, type V1ShippingInformation as b7, type DeliveryLogistics as b8, type DeliveryLogisticsAddressOneOf as b9, type OrderChangeValueOneOf as bA, type LineItemChanges as bB, type LineItemQuantityChange as bC, type LineItemPriceChange as bD, type LineItemProductNameChange as bE, type LineItemDescriptionLineChange as bF, type LineItemModifiersChange as bG, type ManagedLineItem as bH, type ManagedDiscount as bI, type TranslatedValue as bJ, type LineItemAmount as bK, type ManagedAdditionalFee as bL, type TotalPriceChange as bM, type ShippingInformationChange as bN, type ShippingInformation as bO, type SavedPaymentMethod as bP, type AuthorizedPaymentCreated as bQ, type AuthorizedPaymentCaptured as bR, type AuthorizedPaymentVoided as bS, type RefundInitiated as bT, type RefundedPayment as bU, type RefundedPaymentKindOneOf as bV, type RegularPaymentRefund as bW, type GiftCardPaymentRefund as bX, type MembershipPaymentRefund as bY, type PaymentRefunded as bZ, type PaymentRefundFailed as b_, type PickupDetails as ba, type PickupAddress as bb, type DeliveryTimeSlot as bc, type ShippingPrice as bd, type ShippingRegion as be, type TaxSummary as bf, type OrderTaxInfo as bg, type OrderTaxBreakdown as bh, type AppliedDiscount as bi, type AppliedDiscountDiscountSourceOneOf as bj, type Coupon as bk, type MerchantDiscount as bl, type MerchantDiscountMerchantDiscountReasonOneOf as bm, type DiscountRule as bn, type DiscountRuleName as bo, type LineItemDiscount as bp, type Activity as bq, type ActivityContentOneOf as br, type CustomActivity as bs, type MerchantComment as bt, type OrderRefunded as bu, type OrderCreatedFromExchange as bv, type NewExchangeOrderCreated as bw, type LineItemExchangeData as bx, type DraftOrderChangesApplied as by, type OrderChange as bz, type PreparePaymentCollectionApplicationErrors as c, type SendBuyerShippingConfirmationEmailResponse as c$, type PaymentPending as c0, type PaymentPendingPaymentDetailsOneOf as c1, type RegularPayment as c2, type RegularPaymentPaymentMethodDetailsOneOf as c3, type CreditCardDetails as c4, type PaymentCanceled as c5, type PaymentCanceledPaymentDetailsOneOf as c6, type PaymentDeclined as c7, type PaymentDeclinedPaymentDetailsOneOf as c8, type ReceiptCreated as c9, type OrderImported as cA, type ImportedOrderDeleted as cB, type ImportOrderRequest as cC, type ImportOrderResponse as cD, type SetOrderNumberCounterRequest as cE, type SetOrderNumberCounterResponse as cF, type BulkDeleteImportedOrdersRequest as cG, type BulkDeleteImportedOrdersResponse as cH, type DomainEvent as cI, type DomainEventBodyOneOf as cJ, type EntityCreatedEvent as cK, type RestoreInfo as cL, type EntityUpdatedEvent as cM, type EntityDeletedEvent as cN, type ActionEvent as cO, type MessageEnvelope as cP, type IdentificationData as cQ, type IdentificationDataIdOneOf as cR, type SendBuyerConfirmationEmailRequest as cS, type SendBuyerConfirmationEmailResponse as cT, type SendBuyerPaymentsReceivedEmailRequest as cU, type SendBuyerPaymentsReceivedEmailResponse as cV, type SendBuyerPickupConfirmationEmailRequest as cW, type SendBuyerPickupConfirmationEmailResponse as cX, type BulkSendBuyerPickupConfirmationEmailsRequest as cY, type BulkSendBuyerPickupConfirmationEmailsResponse as cZ, type SendBuyerShippingConfirmationEmailRequest as c_, type ReceiptCreatedReceiptInfoOneOf as ca, type WixReceipt as cb, type ExternalReceipt as cc, type ReceiptSent as cd, type ReceiptSentReceiptInfoOneOf as ce, type ChargebackCreated as cf, type ChargebackReversed as cg, type CreatedBy as ch, type CreatedByStringOneOf as ci, type ChannelInfo as cj, type CustomField as ck, type BalanceSummary as cl, type Balance as cm, type AdditionalFee as cn, type FulfillmentStatusesAggregate as co, type Tags as cp, type TagList as cq, type Location as cr, type OrderSettings as cs, type OrderSettingsAllowedActionsOneOf as ct, type CustomAllowedActions as cu, type OrderApproved as cv, type OrdersExperiments as cw, type OrderRejectedEventOrderRejected as cx, type OrderItemsRestocked as cy, type V1RestockItem as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type PaymentRefund as d$, type BulkSendBuyerShippingConfirmationEmailsRequest as d0, type BulkSendBuyerShippingConfirmationEmailsResponse as d1, type SendMerchantOrderReceivedNotificationRequest as d2, type SendMerchantOrderReceivedNotificationResponse as d3, type SendCancelRefundEmailRequest as d4, type SendCancelRefundEmailResponse as d5, type SendRefundEmailRequest as d6, type SendRefundEmailResponse as d7, type SendMerchantOrderReceivedPushRequest as d8, type SendMerchantOrderReceivedPushResponse as d9, type RedirectUrls as dA, type DelayedCaptureSettings as dB, type Duration as dC, type GetPaymentCollectabilityStatusRequest as dD, type RecordManuallyCollectedPaymentRequest as dE, type RecordManuallyCollectedPaymentResponse as dF, type MarkOrderAsPaidRequest as dG, type MarkOrderAsPaidResponse as dH, type BulkMarkOrdersAsPaidRequest as dI, type BulkMarkOrdersAsPaidResponse as dJ, type BulkOrderResult as dK, type ItemMetadata as dL, type ApplicationError as dM, type BulkActionMetadata as dN, type GetRefundabilityStatusRequest as dO, type GetRefundabilityStatusResponse as dP, type Refundability as dQ, type RefundabilityAdditionalRefundabilityInfoOneOf as dR, type CreatePaymentGatewayOrderRequest as dS, type ChargedBy as dT, type CreatePaymentGatewayOrderResponse as dU, type ChargeMembershipsRequest as dV, type MembershipChargeItem as dW, type MembershipName as dX, type ServiceProperties as dY, type ChargeMembershipsResponse as dZ, type TriggerRefundRequest as d_, type PreviewEmailByTypeRequest as da, type PreviewEmailByTypeResponse as db, type PreviewRefundEmailRequest as dc, type RefundDetails as dd, type RefundItem as de, type LineItemRefund as df, type AdditionalFeeRefund as dg, type ShippingRefund as dh, type PreviewRefundEmailResponse as di, type PreviewCancelEmailRequest as dj, type PreviewCancelEmailResponse as dk, type PreviewCancelRefundEmailRequest as dl, type PreviewCancelRefundEmailResponse as dm, type PreviewBuyerPaymentsReceivedEmailRequest as dn, type PreviewBuyerPaymentsReceivedEmailResponse as dp, type PreviewBuyerConfirmationEmailRequest as dq, type PreviewBuyerConfirmationEmailResponse as dr, type PreviewBuyerPickupConfirmationEmailRequest as ds, type PreviewBuyerPickupConfirmationEmailResponse as dt, type PreviewShippingConfirmationEmailRequest as du, type PreviewShippingConfirmationEmailResponse as dv, type PreviewResendDownloadLinksEmailRequest as dw, type PreviewResendDownloadLinksEmailResponse as dx, type Empty as dy, type PreparePaymentCollectionRequest as dz, type PaymentCapture as e, type QueryOrderRequest as e$, type RefundSideEffects as e0, type RestockInfo as e1, type RestockItem as e2, type TriggerRefundResponse as e3, type OrderTransactions as e4, type Payment as e5, type PaymentPaymentDetailsOneOf as e6, type PaymentReceiptInfoOneOf as e7, type RegularPaymentDetails as e8, type RegularPaymentDetailsPaymentMethodDetailsOneOf as e9, type UpdateInternalDocumentsEventOperationOneOf as eA, type InternalDocument as eB, type InternalDocumentUpdateOperation as eC, type DeleteByIdsOperation as eD, type DeleteByFilterOperation as eE, type InternalDocumentUpdateByFilterOperation as eF, type InternalUpdateExistingOperation as eG, type VersionedDocumentUpdateOperation as eH, type VersionedDeleteByIdsOperation as eI, type VersionedDocumentId as eJ, type TriggerReindexRequest as eK, type TriggerReindexResponse as eL, type BatchOfTriggerReindexOrderRequest as eM, type TriggerReindexOrderRequest as eN, type DiffmatokyPayload as eO, type ErrorInformation as eP, type GetOrderRequest as eQ, type GetOrderResponse as eR, type InternalQueryOrdersRequest as eS, type PlatformQuery as eT, type PlatformQueryPagingMethodOneOf as eU, type Sorting as eV, type PlatformPaging as eW, type CursorPaging as eX, type InternalQueryOrdersResponse as eY, type PlatformPagingMetadata as eZ, type Cursors as e_, type CreditCardPaymentMethodDetails as ea, type AuthorizationDetails as eb, type AuthorizationCapture as ec, type AuthorizationActionFailureDetails as ed, type AuthorizationVoid as ee, type V1ScheduledAction as ef, type Chargeback as eg, type GiftCardPaymentDetails as eh, type MembershipPaymentDetails as ei, type WixReceiptInfo as ej, type ExternalReceiptInfo as ek, type Refund as el, type RefundTransaction as em, type RefundStatusInfo as en, type AggregatedRefundSummary as eo, type RefundItemsBreakdown as ep, type LineItemRefundSummary as eq, type CalculateRefundRequest as er, type CalculateRefundItemRequest as es, type CalculateRefundResponse as et, type CalculateRefundItemResponse as eu, type VoidAuthorizedPaymentsRequest as ev, type CaptureAuthorizedPaymentsRequest as ew, type ChargeSavedPaymentMethodRequest as ex, type ChargeSavedPaymentMethodResponse as ey, type UpdateInternalDocumentsEvent as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type OrderPlaced as f$, type QueryOrderResponse as f0, type SearchOrdersRequest as f1, type CursorSearch as f2, type CursorSearchPagingMethodOneOf as f3, type CursorPagingMetadata as f4, type CreateOrderRequest as f5, type OrderCreationSettings as f6, type OrderCreateNotifications as f7, type CreateOrderResponse as f8, type UpdateOrderRequest as f9, type BulkArchiveOrdersRequest as fA, type BulkArchiveOrdersResponse as fB, type BulkArchiveOrdersByFilterRequest as fC, type BulkArchiveOrdersByFilterResponse as fD, type UnArchiveOrderRequest as fE, type UnArchiveOrderResponse as fF, type BulkUnArchiveOrdersRequest as fG, type BulkUnArchiveOrdersResponse as fH, type BulkUnArchiveOrdersByFilterRequest as fI, type BulkUnArchiveOrdersByFilterResponse as fJ, type UpdateBuyerInfoRequest as fK, type BuyerInfoUpdate as fL, type UpdateBuyerInfoResponse as fM, type UpdateBuyerEmailRequest as fN, type UpdateBuyerEmailResponse as fO, type UpdateOrderShippingAddressRequest as fP, type UpdateOrderShippingAddressResponse as fQ, type UpdateBillingContactDetailsRequest as fR, type UpdateBillingContactDetailsResponse as fS, type UpdateOrderLineItemRequest as fT, type UpdateOrderLineItemResponse as fU, type UpdateOrderLineItemsRequest as fV, type MaskedOrderLineItem as fW, type UpdateOrderLineItemsResponse as fX, type AddInternalActivityRequest as fY, type InternalActivity as fZ, type InternalActivityContentOneOf as f_, type UpdateOrderResponse as fa, type BulkUpdateOrdersRequest as fb, type CommitDeltasRequest as fc, type DraftOrderDiffs as fd, type DraftOrderDiffsShippingUpdateInfoOneOf as fe, type DraftOrderDiffsBuyerUpdateInfoOneOf as ff, type DraftOrderDiffsBillingUpdateInfoOneOf as fg, type DraftOrderDiffsRecipientUpdateInfoOneOf as fh, type V1LineItemDelta as fi, type V1LineItemDeltaDeltaOneOf as fj, type OrderLineItemChangedDetails as fk, type ItemChangedDetails as fl, type AppliedDiscountDelta as fm, type AppliedDiscountDeltaDeltaOneOf as fn, type AdditionalFeeDelta as fo, type AdditionalFeeDeltaDeltaOneOf as fp, type DraftOrderCommitSettings as fq, type InventoryUpdateDetails as fr, type CommitDeltasResponse as fs, type OrderDeltasCommitted as ft, type CommittedDiffs as fu, type CommittedDiffsShippingUpdateInfoOneOf as fv, type LineItemDelta as fw, type LineItemDeltaDeltaOneOf as fx, type ArchiveOrderRequest as fy, type ArchiveOrderResponse as fz, type GetOrderApplicationErrors as g, type AggregateOrdersResponse as g$, type OrderPaid as g0, type OrderFulfilled as g1, type OrderNotFulfilled as g2, type OrderCanceled as g3, type DownloadLinkSent as g4, type TrackingNumberAdded as g5, type TrackingNumberEdited as g6, type TrackingLinkAdded as g7, type ShippingConfirmationEmailSent as g8, type InvoiceAdded as g9, type UpdateOrderStatusResponse as gA, type MarkAsFulfilledRequest as gB, type MarkAsFulfilledResponse as gC, type FulfillmentStatusUpdated as gD, type BulkMarkAsFulfilledRequest as gE, type BulkMarkAsFulfilledResponse as gF, type BulkMarkAsFulfilledByFilterRequest as gG, type BulkMarkAsFulfilledByFilterResponse as gH, type MarkAsUnfulfilledRequest as gI, type MarkAsUnfulfilledResponse as gJ, type BulkMarkAsUnfulfilledRequest as gK, type BulkMarkAsUnfulfilledResponse as gL, type BulkMarkAsUnfulfilledByFilterRequest as gM, type BulkMarkAsUnfulfilledByFilterResponse as gN, type BulkSetBusinessLocationRequest as gO, type BulkSetBusinessLocationResponse as gP, type BulkSetBusinessLocationResult as gQ, type V1MarkOrderAsPaidRequest as gR, type V1MarkOrderAsPaidResponse as gS, type PaymentStatusUpdated as gT, type V1BulkMarkOrdersAsPaidRequest as gU, type V1BulkMarkOrdersAsPaidResponse as gV, type V1CreatePaymentGatewayOrderRequest as gW, type V1CreatePaymentGatewayOrderResponse as gX, type GetShipmentsRequest as gY, type GetShipmentsResponse as gZ, type AggregateOrdersRequest as g_, type InvoiceSent as ga, type FulfillerEmailSent as gb, type ShippingAddressEdited as gc, type EmailEdited as gd, type PickupReadyEmailSent as ge, type OrderPartiallyPaid as gf, type OrderPending as gg, type OrderRejected as gh, type AddInternalActivityResponse as gi, type AddActivityRequest as gj, type PublicActivity as gk, type PublicActivityContentOneOf as gl, type AddActivityResponse as gm, type AddActivitiesRequest as gn, type UpdateActivityRequest as go, type UpdateActivityResponse as gp, type DeleteActivityRequest as gq, type DeleteActivityResponse as gr, type UpdateLineItemsDescriptionLinesRequest as gs, type LineItemUpdate as gt, type UpdateLineItemsDescriptionLinesResponse as gu, type MarkOrderAsSeenByHumanRequest as gv, type MarkOrderAsSeenByHumanResponse as gw, type CancelOrderRequest as gx, type OrderCanceledEventOrderCanceled as gy, type UpdateOrderStatusRequest as gz, type OrderSearch as h, type JurisdictionTypeWithLiterals as h$, type DecrementItemsQuantityRequest as h0, type DecrementData as h1, type DecrementItemsQuantityResponse as h2, type BulkUpdateOrderTagsRequest as h3, type BulkUpdateOrderTagsResult as h4, type Task as h5, type TaskKey as h6, type TaskAction as h7, type TaskActionActionOneOf as h8, type Complete as h9, type DiscountOneDiscountTypeOneOf as hA, type CalculatedTaxes as hB, type CalculatedTax as hC, type Payments as hD, type InvoicesPayment as hE, type MetaData as hF, type InvoiceDynamicPriceTotals as hG, type CustomFieldValue as hH, type Value as hI, type Deposit as hJ, type BaseEventMetadata as hK, type EventMetadata as hL, type SetOrderNumberCounterOptions as hM, type BulkDeleteImportedOrdersOptions as hN, type PaymentCollectionCreatePaymentGatewayOrderOptions as hO, type ChargeMembershipsOptions as hP, type TriggerRefundOptions as hQ, type OrderSearchSpec as hR, type CommitDeltasOptions as hS, type UpdateOrderLineItemIdentifiers as hT, type UpdateOrderLineItem as hU, type UpdateActivityIdentifiers as hV, type DeleteActivityIdentifiers as hW, type AggregateOrdersOptions as hX, type DescriptionLineTypeWithLiterals as hY, type ItemTypePresetWithLiterals as hZ, type PaymentOptionTypeWithLiterals as h_, type Cancel as ha, type Reschedule as hb, type InvoiceSentEvent as hc, type IdAndVersion as hd, type InvoiceFields as he, type Customer as hf, type Email as hg, type QuotesAddress as hh, type AddressDescription as hi, type Phone as hj, type Company as hk, type CommonAddress as hl, type CommonAddressStreetOneOf as hm, type Subdivision as hn, type StandardDetails as ho, type InvoiceDates as hp, type LineItems as hq, type LineItem as hr, type BigDecimalWrapper as hs, type LineItemTax as ht, type Source as hu, type LineItemMetaData as hv, type Locale as hw, type TotalPrice as hx, type ItemizedFee as hy, type Discount as hz, type CreateOrderOptions as i, captureAuthorizedPayments as i$, type SubscriptionFrequencyWithLiterals as i0, type AdjustmentTypeWithLiterals as i1, type TaxableAddressTypeWithLiterals as i2, type PaymentStatusWithLiterals as i3, type FulfillmentStatusWithLiterals as i4, type WeightUnitWithLiterals as i5, type VatTypeWithLiterals as i6, type PickupMethodWithLiterals as i7, type OrderStatusWithLiterals as i8, type DiscountTypeWithLiterals as i9, type VersioningModeWithLiterals as iA, type SortOrderWithLiterals as iB, type OrderApprovalStrategyWithLiterals as iC, type DeltaPaymentOptionTypeWithLiterals as iD, type InventoryActionWithLiterals as iE, type PlacementWithLiterals as iF, type SubdivisionTypeWithLiterals as iG, type SourceTypeWithLiterals as iH, type CustomFieldGroupWithLiterals as iI, type ValueTypeWithLiterals as iJ, type DepositTypeWithLiterals as iK, type InvoiceStatusWithLiterals as iL, type RecordManuallyCollectedPaymentApplicationErrors as iM, type PaymentCollectionMarkOrderAsPaidApplicationErrors as iN, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as iO, type TriggerRefundApplicationErrors as iP, type CommitDeltasApplicationErrors as iQ, type UpdateOrderStatusApplicationErrors as iR, type CommonSearchWithEntityContext as iS, onOrderApproved as iT, onOrderUpdated as iU, onOrderCanceled as iV, onOrderCreated as iW, onOrderPaymentStatusUpdated as iX, preparePaymentCollection as iY, getPaymentCollectabilityStatus as iZ, voidAuthorizedPayments as i_, type DiscountReasonWithLiterals as ia, type LineItemQuantityChangeTypeWithLiterals as ib, type ActivityTypeWithLiterals as ic, type OrderActivityTypeEnumActivityTypeWithLiterals as id, type AttributionSourceWithLiterals as ie, type ChannelTypeWithLiterals as ig, type OrderActionTypeWithLiterals as ih, type WebhookIdentityTypeWithLiterals as ii, type PreviewEmailTypeWithLiterals as ij, type ScheduledActionWithLiterals as ik, type DurationUnitWithLiterals as il, type PaymentCollectabilityStatusWithLiterals as im, type RefundableStatusWithLiterals as io, type NonRefundableReasonWithLiterals as ip, type ManuallyRefundableReasonWithLiterals as iq, type RestockTypeWithLiterals as ir, type TransactionStatusWithLiterals as is, type AuthorizationCaptureStatusWithLiterals as it, type AuthorizationVoidStatusWithLiterals as iu, type ReasonWithLiterals as iv, type ActionTypeWithLiterals as iw, type ChargebackStatusWithLiterals as ix, type MembershipPaymentStatusWithLiterals as iy, type RefundStatusWithLiterals as iz, type CreateOrderApplicationErrors as j, getOrder as j0, createOrder as j1, updateOrder as j2, bulkUpdateOrders as j3, addActivities as j4, cancelOrder as j5, bulkUpdateOrderTags as j6, type UpdateOrderApplicationErrors as k, type BulkUpdateOrdersResponse as l, type AddActivitiesResponse as m, type CancelOrderOptions as n, type CancelOrderResponse as o, type CancelOrderApplicationErrors as p, type BulkUpdateOrderTagsOptions as q, type BulkUpdateOrderTagsResponse as r, type OrderApprovedEnvelope as s, type OrderUpdatedEnvelope as t, type OrderCanceledEnvelope as u, type OrderCreatedEnvelope as v, type OrderPaymentStatusUpdatedEnvelope as w, PaymentOptionType as x, SubscriptionFrequency as y, AdjustmentType as z };
|
|
7689
|
+
export { OrderActionType as $, type AddActivitiesOptions as A, type BulkUpdateOrdersOptions as B, type CaptureAuthorizedPaymentsResponse as C, DescriptionLineType as D, PaymentStatus as E, FulfillmentStatus as F, type GetPaymentCollectabilityStatusResponse as G, VatType as H, ItemTypePreset as I, JurisdictionType as J, PickupMethod as K, OrderStatus as L, type MaskedOrder as M, DiscountType as N, type Order as O, type Price as P, DiscountReason as Q, LineItemQuantityChangeType as R, type SearchOrdersResponse as S, TaxableAddressType as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, WeightUnit as W, ActivityType as X, OrderActivityTypeEnumActivityType as Y, AttributionSource as Z, ChannelType as _, type PreparePaymentCollectionOptions as a, type CurrencyConversionDetails as a$, WebhookIdentityType as a0, PreviewEmailType as a1, ScheduledAction as a2, DurationUnit as a3, PaymentCollectabilityStatus as a4, RefundableStatus as a5, NonRefundableReason as a6, ManuallyRefundableReason as a7, RestockType as a8, TransactionStatus as a9, type PlainTextValue as aA, type Color as aB, type FocalPoint as aC, type PhysicalProperties as aD, type ItemType as aE, type ItemTypeItemTypeDataOneOf as aF, type ItemTaxFullDetails as aG, type LineItemTaxInfo as aH, type LineItemTaxBreakdown as aI, type DigitalFile as aJ, type SubscriptionInfo as aK, type SubscriptionTitle as aL, type SubscriptionDescription as aM, type SubscriptionSettings as aN, type FreeTrialPeriod as aO, type BillingAdjustment as aP, type BillingAdjustmentPriceSummary as aQ, type PriceDescription as aR, type LocationAndQuantity as aS, type TaxableAddress as aT, type TaxableAddressTaxableAddressDataOneOf as aU, type ExtendedFields as aV, type ModifierGroup as aW, type TranslatableString as aX, type ItemModifier as aY, type BuyerInfo as aZ, type BuyerInfoIdOneOf as a_, AuthorizationCaptureStatus as aa, AuthorizationVoidStatus as ab, Reason as ac, ActionType as ad, ChargebackStatus as ae, MembershipPaymentStatus as af, RefundStatus as ag, VersioningMode as ah, SortOrder as ai, OrderApprovalStrategy as aj, DeltaPaymentOptionType as ak, InventoryAction as al, Placement as am, SubdivisionType as an, SourceType as ao, CustomFieldGroup as ap, ValueType as aq, DepositType as ar, InvoiceStatus as as, type OrderLineItem as at, type ProductName as au, type CatalogReference as av, type DescriptionLine as aw, type DescriptionLineValueOneOf as ax, type DescriptionLineDescriptionLineValueOneOf as ay, type DescriptionLineName as az, type PreparePaymentCollectionResponse as b, type RefundedAsStoreCredit as b$, type PriceSummary as b0, type AddressWithContact as b1, type Address as b2, type StreetAddress as b3, type AddressLocation as b4, type FullAddressContactDetails as b5, type VatId as b6, type V1ShippingInformation as b7, type DeliveryLogistics as b8, type DeliveryLogisticsAddressOneOf as b9, type OrderChangeValueOneOf as bA, type LineItemChanges as bB, type LineItemQuantityChange as bC, type LineItemPriceChange as bD, type LineItemProductNameChange as bE, type LineItemDescriptionLineChange as bF, type LineItemModifiersChange as bG, type ManagedLineItem as bH, type ManagedDiscount as bI, type TranslatedValue as bJ, type LineItemAmount as bK, type ManagedAdditionalFee as bL, type TotalPriceChange as bM, type ShippingInformationChange as bN, type ShippingInformation as bO, type SavedPaymentMethod as bP, type AuthorizedPaymentCreated as bQ, type AuthorizedPaymentCaptured as bR, type AuthorizedPaymentVoided as bS, type RefundInitiated as bT, type RefundedPayment as bU, type RefundedPaymentKindOneOf as bV, type RegularPaymentRefund as bW, type GiftCardPaymentRefund as bX, type MembershipPaymentRefund as bY, type PaymentRefunded as bZ, type PaymentRefundFailed as b_, type PickupDetails as ba, type PickupAddress as bb, type DeliveryTimeSlot as bc, type ShippingPrice as bd, type ShippingRegion as be, type TaxSummary as bf, type OrderTaxInfo as bg, type OrderTaxBreakdown as bh, type AppliedDiscount as bi, type AppliedDiscountDiscountSourceOneOf as bj, type Coupon as bk, type MerchantDiscount as bl, type MerchantDiscountMerchantDiscountReasonOneOf as bm, type DiscountRule as bn, type DiscountRuleName as bo, type LineItemDiscount as bp, type Activity as bq, type ActivityContentOneOf as br, type CustomActivity as bs, type MerchantComment as bt, type OrderRefunded as bu, type OrderCreatedFromExchange as bv, type NewExchangeOrderCreated as bw, type LineItemExchangeData as bx, type DraftOrderChangesApplied as by, type OrderChange as bz, type PreparePaymentCollectionApplicationErrors as c, type SendBuyerShippingConfirmationEmailResponse as c$, type PaymentPending as c0, type PaymentPendingPaymentDetailsOneOf as c1, type RegularPayment as c2, type RegularPaymentPaymentMethodDetailsOneOf as c3, type CreditCardDetails as c4, type PaymentCanceled as c5, type PaymentCanceledPaymentDetailsOneOf as c6, type PaymentDeclined as c7, type PaymentDeclinedPaymentDetailsOneOf as c8, type ReceiptCreated as c9, type OrderImported as cA, type ImportedOrderDeleted as cB, type ImportOrderRequest as cC, type ImportOrderResponse as cD, type SetOrderNumberCounterRequest as cE, type SetOrderNumberCounterResponse as cF, type BulkDeleteImportedOrdersRequest as cG, type BulkDeleteImportedOrdersResponse as cH, type DomainEvent as cI, type DomainEventBodyOneOf as cJ, type EntityCreatedEvent as cK, type RestoreInfo as cL, type EntityUpdatedEvent as cM, type EntityDeletedEvent as cN, type ActionEvent as cO, type MessageEnvelope as cP, type IdentificationData as cQ, type IdentificationDataIdOneOf as cR, type SendBuyerConfirmationEmailRequest as cS, type SendBuyerConfirmationEmailResponse as cT, type SendBuyerPaymentsReceivedEmailRequest as cU, type SendBuyerPaymentsReceivedEmailResponse as cV, type SendBuyerPickupConfirmationEmailRequest as cW, type SendBuyerPickupConfirmationEmailResponse as cX, type BulkSendBuyerPickupConfirmationEmailsRequest as cY, type BulkSendBuyerPickupConfirmationEmailsResponse as cZ, type SendBuyerShippingConfirmationEmailRequest as c_, type ReceiptCreatedReceiptInfoOneOf as ca, type WixReceipt as cb, type ExternalReceipt as cc, type ReceiptSent as cd, type ReceiptSentReceiptInfoOneOf as ce, type ChargebackCreated as cf, type ChargebackReversed as cg, type CreatedBy as ch, type CreatedByStringOneOf as ci, type ChannelInfo as cj, type CustomField as ck, type BalanceSummary as cl, type Balance as cm, type AdditionalFee as cn, type FulfillmentStatusesAggregate as co, type Tags as cp, type TagList as cq, type Location as cr, type OrderSettings as cs, type OrderSettingsAllowedActionsOneOf as ct, type CustomAllowedActions as cu, type OrderApproved as cv, type OrdersExperiments as cw, type OrderRejectedEventOrderRejected as cx, type OrderItemsRestocked as cy, type V1RestockItem as cz, type VoidAuthorizedPaymentsApplicationErrors as d, type PaymentRefund as d$, type BulkSendBuyerShippingConfirmationEmailsRequest as d0, type BulkSendBuyerShippingConfirmationEmailsResponse as d1, type SendMerchantOrderReceivedNotificationRequest as d2, type SendMerchantOrderReceivedNotificationResponse as d3, type SendCancelRefundEmailRequest as d4, type SendCancelRefundEmailResponse as d5, type SendRefundEmailRequest as d6, type SendRefundEmailResponse as d7, type SendMerchantOrderReceivedPushRequest as d8, type SendMerchantOrderReceivedPushResponse as d9, type RedirectUrls as dA, type DelayedCaptureSettings as dB, type Duration as dC, type GetPaymentCollectabilityStatusRequest as dD, type RecordManuallyCollectedPaymentRequest as dE, type RecordManuallyCollectedPaymentResponse as dF, type MarkOrderAsPaidRequest as dG, type MarkOrderAsPaidResponse as dH, type BulkMarkOrdersAsPaidRequest as dI, type BulkMarkOrdersAsPaidResponse as dJ, type BulkOrderResult as dK, type ItemMetadata as dL, type ApplicationError as dM, type BulkActionMetadata as dN, type GetRefundabilityStatusRequest as dO, type GetRefundabilityStatusResponse as dP, type Refundability as dQ, type RefundabilityAdditionalRefundabilityInfoOneOf as dR, type CreatePaymentGatewayOrderRequest as dS, type ChargedBy as dT, type CreatePaymentGatewayOrderResponse as dU, type ChargeMembershipsRequest as dV, type MembershipChargeItem as dW, type MembershipName as dX, type ServiceProperties as dY, type ChargeMembershipsResponse as dZ, type TriggerRefundRequest as d_, type PreviewEmailByTypeRequest as da, type PreviewEmailByTypeResponse as db, type PreviewRefundEmailRequest as dc, type RefundDetails as dd, type RefundItem as de, type LineItemRefund as df, type AdditionalFeeRefund as dg, type ShippingRefund as dh, type PreviewRefundEmailResponse as di, type PreviewCancelEmailRequest as dj, type PreviewCancelEmailResponse as dk, type PreviewCancelRefundEmailRequest as dl, type PreviewCancelRefundEmailResponse as dm, type PreviewBuyerPaymentsReceivedEmailRequest as dn, type PreviewBuyerPaymentsReceivedEmailResponse as dp, type PreviewBuyerConfirmationEmailRequest as dq, type PreviewBuyerConfirmationEmailResponse as dr, type PreviewBuyerPickupConfirmationEmailRequest as ds, type PreviewBuyerPickupConfirmationEmailResponse as dt, type PreviewShippingConfirmationEmailRequest as du, type PreviewShippingConfirmationEmailResponse as dv, type PreviewResendDownloadLinksEmailRequest as dw, type PreviewResendDownloadLinksEmailResponse as dx, type Empty as dy, type PreparePaymentCollectionRequest as dz, type PaymentCapture as e, type QueryOrderRequest as e$, type RefundSideEffects as e0, type RestockInfo as e1, type RestockItem as e2, type TriggerRefundResponse as e3, type OrderTransactions as e4, type Payment as e5, type PaymentPaymentDetailsOneOf as e6, type PaymentReceiptInfoOneOf as e7, type RegularPaymentDetails as e8, type RegularPaymentDetailsPaymentMethodDetailsOneOf as e9, type UpdateInternalDocumentsEventOperationOneOf as eA, type InternalDocument as eB, type InternalDocumentUpdateOperation as eC, type DeleteByIdsOperation as eD, type DeleteByFilterOperation as eE, type InternalDocumentUpdateByFilterOperation as eF, type InternalUpdateExistingOperation as eG, type VersionedDocumentUpdateOperation as eH, type VersionedDeleteByIdsOperation as eI, type VersionedDocumentId as eJ, type TriggerReindexRequest as eK, type TriggerReindexResponse as eL, type BatchOfTriggerReindexOrderRequest as eM, type TriggerReindexOrderRequest as eN, type DiffmatokyPayload as eO, type ErrorInformation as eP, type GetOrderRequest as eQ, type GetOrderResponse as eR, type InternalQueryOrdersRequest as eS, type PlatformQuery as eT, type PlatformQueryPagingMethodOneOf as eU, type Sorting as eV, type PlatformPaging as eW, type CursorPaging as eX, type InternalQueryOrdersResponse as eY, type PlatformPagingMetadata as eZ, type Cursors as e_, type CreditCardPaymentMethodDetails as ea, type AuthorizationDetails as eb, type AuthorizationCapture as ec, type AuthorizationActionFailureDetails as ed, type AuthorizationVoid as ee, type V1ScheduledAction as ef, type Chargeback as eg, type GiftCardPaymentDetails as eh, type MembershipPaymentDetails as ei, type WixReceiptInfo as ej, type ExternalReceiptInfo as ek, type Refund as el, type RefundTransaction as em, type RefundStatusInfo as en, type AggregatedRefundSummary as eo, type RefundItemsBreakdown as ep, type LineItemRefundSummary as eq, type CalculateRefundRequest as er, type CalculateRefundItemRequest as es, type CalculateRefundResponse as et, type CalculateRefundItemResponse as eu, type VoidAuthorizedPaymentsRequest as ev, type CaptureAuthorizedPaymentsRequest as ew, type ChargeSavedPaymentMethodRequest as ex, type ChargeSavedPaymentMethodResponse as ey, type UpdateInternalDocumentsEvent as ez, type CaptureAuthorizedPaymentsApplicationErrors as f, type OrderPlaced as f$, type QueryOrderResponse as f0, type SearchOrdersRequest as f1, type CursorSearch as f2, type CursorSearchPagingMethodOneOf as f3, type CursorPagingMetadata as f4, type CreateOrderRequest as f5, type OrderCreationSettings as f6, type OrderCreateNotifications as f7, type CreateOrderResponse as f8, type UpdateOrderRequest as f9, type BulkArchiveOrdersRequest as fA, type BulkArchiveOrdersResponse as fB, type BulkArchiveOrdersByFilterRequest as fC, type BulkArchiveOrdersByFilterResponse as fD, type UnArchiveOrderRequest as fE, type UnArchiveOrderResponse as fF, type BulkUnArchiveOrdersRequest as fG, type BulkUnArchiveOrdersResponse as fH, type BulkUnArchiveOrdersByFilterRequest as fI, type BulkUnArchiveOrdersByFilterResponse as fJ, type UpdateBuyerInfoRequest as fK, type BuyerInfoUpdate as fL, type UpdateBuyerInfoResponse as fM, type UpdateBuyerEmailRequest as fN, type UpdateBuyerEmailResponse as fO, type UpdateOrderShippingAddressRequest as fP, type UpdateOrderShippingAddressResponse as fQ, type UpdateBillingContactDetailsRequest as fR, type UpdateBillingContactDetailsResponse as fS, type UpdateOrderLineItemRequest as fT, type UpdateOrderLineItemResponse as fU, type UpdateOrderLineItemsRequest as fV, type MaskedOrderLineItem as fW, type UpdateOrderLineItemsResponse as fX, type AddInternalActivityRequest as fY, type InternalActivity as fZ, type InternalActivityContentOneOf as f_, type UpdateOrderResponse as fa, type BulkUpdateOrdersRequest as fb, type CommitDeltasRequest as fc, type DraftOrderDiffs as fd, type DraftOrderDiffsShippingUpdateInfoOneOf as fe, type DraftOrderDiffsBuyerUpdateInfoOneOf as ff, type DraftOrderDiffsBillingUpdateInfoOneOf as fg, type DraftOrderDiffsRecipientUpdateInfoOneOf as fh, type V1LineItemDelta as fi, type V1LineItemDeltaDeltaOneOf as fj, type OrderLineItemChangedDetails as fk, type ItemChangedDetails as fl, type AppliedDiscountDelta as fm, type AppliedDiscountDeltaDeltaOneOf as fn, type AdditionalFeeDelta as fo, type AdditionalFeeDeltaDeltaOneOf as fp, type DraftOrderCommitSettings as fq, type InventoryUpdateDetails as fr, type CommitDeltasResponse as fs, type OrderDeltasCommitted as ft, type CommittedDiffs as fu, type CommittedDiffsShippingUpdateInfoOneOf as fv, type LineItemDelta as fw, type LineItemDeltaDeltaOneOf as fx, type ArchiveOrderRequest as fy, type ArchiveOrderResponse as fz, type GetOrderApplicationErrors as g, type AggregateOrdersResponse as g$, type OrderPaid as g0, type OrderFulfilled as g1, type OrderNotFulfilled as g2, type OrderCanceled as g3, type DownloadLinkSent as g4, type TrackingNumberAdded as g5, type TrackingNumberEdited as g6, type TrackingLinkAdded as g7, type ShippingConfirmationEmailSent as g8, type InvoiceAdded as g9, type UpdateOrderStatusResponse as gA, type MarkAsFulfilledRequest as gB, type MarkAsFulfilledResponse as gC, type FulfillmentStatusUpdated as gD, type BulkMarkAsFulfilledRequest as gE, type BulkMarkAsFulfilledResponse as gF, type BulkMarkAsFulfilledByFilterRequest as gG, type BulkMarkAsFulfilledByFilterResponse as gH, type MarkAsUnfulfilledRequest as gI, type MarkAsUnfulfilledResponse as gJ, type BulkMarkAsUnfulfilledRequest as gK, type BulkMarkAsUnfulfilledResponse as gL, type BulkMarkAsUnfulfilledByFilterRequest as gM, type BulkMarkAsUnfulfilledByFilterResponse as gN, type BulkSetBusinessLocationRequest as gO, type BulkSetBusinessLocationResponse as gP, type BulkSetBusinessLocationResult as gQ, type V1MarkOrderAsPaidRequest as gR, type V1MarkOrderAsPaidResponse as gS, type PaymentStatusUpdated as gT, type V1BulkMarkOrdersAsPaidRequest as gU, type V1BulkMarkOrdersAsPaidResponse as gV, type V1CreatePaymentGatewayOrderRequest as gW, type V1CreatePaymentGatewayOrderResponse as gX, type GetShipmentsRequest as gY, type GetShipmentsResponse as gZ, type AggregateOrdersRequest as g_, type InvoiceSent as ga, type FulfillerEmailSent as gb, type ShippingAddressEdited as gc, type EmailEdited as gd, type PickupReadyEmailSent as ge, type OrderPartiallyPaid as gf, type OrderPending as gg, type OrderRejected as gh, type AddInternalActivityResponse as gi, type AddActivityRequest as gj, type PublicActivity as gk, type PublicActivityContentOneOf as gl, type AddActivityResponse as gm, type AddActivitiesRequest as gn, type UpdateActivityRequest as go, type UpdateActivityResponse as gp, type DeleteActivityRequest as gq, type DeleteActivityResponse as gr, type UpdateLineItemsDescriptionLinesRequest as gs, type LineItemUpdate as gt, type UpdateLineItemsDescriptionLinesResponse as gu, type MarkOrderAsSeenByHumanRequest as gv, type MarkOrderAsSeenByHumanResponse as gw, type CancelOrderRequest as gx, type OrderCanceledEventOrderCanceled as gy, type UpdateOrderStatusRequest as gz, type OrderSearch as h, type JurisdictionTypeWithLiterals as h$, type DecrementItemsQuantityRequest as h0, type DecrementData as h1, type DecrementItemsQuantityResponse as h2, type BulkUpdateOrderTagsRequest as h3, type BulkUpdateOrderTagsResult as h4, type Task as h5, type TaskKey as h6, type TaskAction as h7, type TaskActionActionOneOf as h8, type Complete as h9, type DiscountOneDiscountTypeOneOf as hA, type CalculatedTaxes as hB, type CalculatedTax as hC, type Payments as hD, type InvoicesPayment as hE, type MetaData as hF, type InvoiceDynamicPriceTotals as hG, type CustomFieldValue as hH, type Value as hI, type Deposit as hJ, type BaseEventMetadata as hK, type EventMetadata as hL, type SetOrderNumberCounterOptions as hM, type BulkDeleteImportedOrdersOptions as hN, type CreatePaymentGatewayOrderOptions as hO, type ChargeMembershipsOptions as hP, type TriggerRefundOptions as hQ, type OrderSearchSpec as hR, type CommitDeltasOptions as hS, type UpdateOrderLineItemIdentifiers as hT, type UpdateOrderLineItem as hU, type UpdateActivityIdentifiers as hV, type DeleteActivityIdentifiers as hW, type AggregateOrdersOptions as hX, type DescriptionLineTypeWithLiterals as hY, type ItemTypePresetWithLiterals as hZ, type PaymentOptionTypeWithLiterals as h_, type Cancel as ha, type Reschedule as hb, type InvoiceSentEvent as hc, type IdAndVersion as hd, type InvoiceFields as he, type Customer as hf, type Email as hg, type QuotesAddress as hh, type AddressDescription as hi, type Phone as hj, type Company as hk, type CommonAddress as hl, type CommonAddressStreetOneOf as hm, type Subdivision as hn, type StandardDetails as ho, type InvoiceDates as hp, type LineItems as hq, type LineItem as hr, type BigDecimalWrapper as hs, type LineItemTax as ht, type Source as hu, type LineItemMetaData as hv, type Locale as hw, type TotalPrice as hx, type ItemizedFee as hy, type Discount as hz, type CreateOrderOptions as i, captureAuthorizedPayments as i$, type SubscriptionFrequencyWithLiterals as i0, type AdjustmentTypeWithLiterals as i1, type TaxableAddressTypeWithLiterals as i2, type PaymentStatusWithLiterals as i3, type FulfillmentStatusWithLiterals as i4, type WeightUnitWithLiterals as i5, type VatTypeWithLiterals as i6, type PickupMethodWithLiterals as i7, type OrderStatusWithLiterals as i8, type DiscountTypeWithLiterals as i9, type VersioningModeWithLiterals as iA, type SortOrderWithLiterals as iB, type OrderApprovalStrategyWithLiterals as iC, type DeltaPaymentOptionTypeWithLiterals as iD, type InventoryActionWithLiterals as iE, type PlacementWithLiterals as iF, type SubdivisionTypeWithLiterals as iG, type SourceTypeWithLiterals as iH, type CustomFieldGroupWithLiterals as iI, type ValueTypeWithLiterals as iJ, type DepositTypeWithLiterals as iK, type InvoiceStatusWithLiterals as iL, type RecordManuallyCollectedPaymentApplicationErrors as iM, type MarkOrderAsPaidApplicationErrors as iN, type CreatePaymentGatewayOrderApplicationErrors as iO, type TriggerRefundApplicationErrors as iP, type CommitDeltasApplicationErrors as iQ, type UpdateOrderStatusApplicationErrors as iR, type CommonSearchWithEntityContext as iS, onOrderApproved as iT, onOrderUpdated as iU, onOrderCanceled as iV, onOrderCreated as iW, onOrderPaymentStatusUpdated as iX, preparePaymentCollection as iY, getPaymentCollectabilityStatus as iZ, voidAuthorizedPayments as i_, type DiscountReasonWithLiterals as ia, type LineItemQuantityChangeTypeWithLiterals as ib, type ActivityTypeWithLiterals as ic, type OrderActivityTypeEnumActivityTypeWithLiterals as id, type AttributionSourceWithLiterals as ie, type ChannelTypeWithLiterals as ig, type OrderActionTypeWithLiterals as ih, type WebhookIdentityTypeWithLiterals as ii, type PreviewEmailTypeWithLiterals as ij, type ScheduledActionWithLiterals as ik, type DurationUnitWithLiterals as il, type PaymentCollectabilityStatusWithLiterals as im, type RefundableStatusWithLiterals as io, type NonRefundableReasonWithLiterals as ip, type ManuallyRefundableReasonWithLiterals as iq, type RestockTypeWithLiterals as ir, type TransactionStatusWithLiterals as is, type AuthorizationCaptureStatusWithLiterals as it, type AuthorizationVoidStatusWithLiterals as iu, type ReasonWithLiterals as iv, type ActionTypeWithLiterals as iw, type ChargebackStatusWithLiterals as ix, type MembershipPaymentStatusWithLiterals as iy, type RefundStatusWithLiterals as iz, type CreateOrderApplicationErrors as j, getOrder as j0, createOrder as j1, updateOrder as j2, bulkUpdateOrders as j3, addActivities as j4, cancelOrder as j5, bulkUpdateOrderTags as j6, type UpdateOrderApplicationErrors as k, type BulkUpdateOrdersResponse as l, type AddActivitiesResponse as m, type CancelOrderOptions as n, type CancelOrderResponse as o, type CancelOrderApplicationErrors as p, type BulkUpdateOrderTagsOptions as q, type BulkUpdateOrderTagsResponse as r, type OrderApprovedEnvelope as s, type OrderUpdatedEnvelope as t, type OrderCanceledEnvelope as u, type OrderCreatedEnvelope as v, type OrderPaymentStatusUpdatedEnvelope as w, PaymentOptionType as x, SubscriptionFrequency as y, AdjustmentType as z };
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, A as AddActivitiesOptions, m as AddActivitiesResponse, n as CancelOrderOptions, o as CancelOrderResponse, p as CancelOrderApplicationErrors, q as BulkUpdateOrderTagsOptions, r as BulkUpdateOrderTagsResponse, s as OrderApprovedEnvelope, t as OrderUpdatedEnvelope, u as OrderCanceledEnvelope, v as OrderCreatedEnvelope, w as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-
|
|
3
|
-
export { cO as ActionEvent, ad as ActionType, iw as ActionTypeWithLiterals, bq as Activity, br as ActivityContentOneOf, X as ActivityType, ic as ActivityTypeWithLiterals, gn as AddActivitiesRequest, gj as AddActivityRequest, gm as AddActivityResponse, fY as AddInternalActivityRequest, gi as AddInternalActivityResponse, cn as AdditionalFee, fo as AdditionalFeeDelta, fp as AdditionalFeeDeltaDeltaOneOf, dg as AdditionalFeeRefund, b2 as Address, hi as AddressDescription, b4 as AddressLocation, b1 as AddressWithContact, z as AdjustmentType, i1 as AdjustmentTypeWithLiterals, hX as AggregateOrdersOptions, g_ as AggregateOrdersRequest, g$ as AggregateOrdersResponse, eo as AggregatedRefundSummary, dM as ApplicationError, bi as AppliedDiscount, fm as AppliedDiscountDelta, fn as AppliedDiscountDeltaDeltaOneOf, bj as AppliedDiscountDiscountSourceOneOf, fy as ArchiveOrderRequest, fz as ArchiveOrderResponse, Z as AttributionSource, ie as AttributionSourceWithLiterals, ed as AuthorizationActionFailureDetails, ec as AuthorizationCapture, aa as AuthorizationCaptureStatus, it as AuthorizationCaptureStatusWithLiterals, eb as AuthorizationDetails, ee as AuthorizationVoid, ab as AuthorizationVoidStatus, iu as AuthorizationVoidStatusWithLiterals, bR as AuthorizedPaymentCaptured, bQ as AuthorizedPaymentCreated, bS as AuthorizedPaymentVoided, cm as Balance, cl as BalanceSummary, hK as BaseEventMetadata, eM as BatchOfTriggerReindexOrderRequest, hs as BigDecimalWrapper, aP as BillingAdjustment, aQ as BillingAdjustmentPriceSummary, dN as BulkActionMetadata, fC as BulkArchiveOrdersByFilterRequest, fD as BulkArchiveOrdersByFilterResponse, fA as BulkArchiveOrdersRequest, fB as BulkArchiveOrdersResponse, hN as BulkDeleteImportedOrdersOptions, cG as BulkDeleteImportedOrdersRequest, cH as BulkDeleteImportedOrdersResponse, gG as BulkMarkAsFulfilledByFilterRequest, gH as BulkMarkAsFulfilledByFilterResponse, gE as BulkMarkAsFulfilledRequest, gF as BulkMarkAsFulfilledResponse, gM as BulkMarkAsUnfulfilledByFilterRequest, gN as BulkMarkAsUnfulfilledByFilterResponse, gK as BulkMarkAsUnfulfilledRequest, gL as BulkMarkAsUnfulfilledResponse, dI as BulkMarkOrdersAsPaidRequest, dJ as BulkMarkOrdersAsPaidResponse, dK as BulkOrderResult, cY as BulkSendBuyerPickupConfirmationEmailsRequest, cZ as BulkSendBuyerPickupConfirmationEmailsResponse, d0 as BulkSendBuyerShippingConfirmationEmailsRequest, d1 as BulkSendBuyerShippingConfirmationEmailsResponse, gO as BulkSetBusinessLocationRequest, gP as BulkSetBusinessLocationResponse, gQ as BulkSetBusinessLocationResult, fI as BulkUnArchiveOrdersByFilterRequest, fJ as BulkUnArchiveOrdersByFilterResponse, fG as BulkUnArchiveOrdersRequest, fH as BulkUnArchiveOrdersResponse, h3 as BulkUpdateOrderTagsRequest, h4 as BulkUpdateOrderTagsResult, fb as BulkUpdateOrdersRequest, aZ as BuyerInfo, a_ as BuyerInfoIdOneOf, fL as BuyerInfoUpdate, es as CalculateRefundItemRequest, eu as CalculateRefundItemResponse, er as CalculateRefundRequest, et as CalculateRefundResponse, hC as CalculatedTax, hB as CalculatedTaxes, ha as Cancel, gx as CancelOrderRequest, ew as CaptureAuthorizedPaymentsRequest, av as CatalogReference, cj as ChannelInfo, _ as ChannelType, ig as ChannelTypeWithLiterals, hP as ChargeMembershipsOptions, dV as ChargeMembershipsRequest, dZ as ChargeMembershipsResponse, ex as ChargeSavedPaymentMethodRequest, ey as ChargeSavedPaymentMethodResponse, eg as Chargeback, cf as ChargebackCreated, cg as ChargebackReversed, ae as ChargebackStatus, ix as ChargebackStatusWithLiterals, dT as ChargedBy, aB as Color, iQ as CommitDeltasApplicationErrors, hS as CommitDeltasOptions, fc as CommitDeltasRequest, fs as CommitDeltasResponse, fu as CommittedDiffs, fv as CommittedDiffsShippingUpdateInfoOneOf, hl as CommonAddress, hm as CommonAddressStreetOneOf, iS as CommonSearchWithEntityContext, hk as Company, h9 as Complete, bk as Coupon, f5 as CreateOrderRequest, f8 as CreateOrderResponse, dS as CreatePaymentGatewayOrderRequest, dU as CreatePaymentGatewayOrderResponse, ch as CreatedBy, ci as CreatedByStringOneOf, c4 as CreditCardDetails, ea as CreditCardPaymentMethodDetails, a$ as CurrencyConversionDetails, eX as CursorPaging, f4 as CursorPagingMetadata, f2 as CursorSearch, f3 as CursorSearchPagingMethodOneOf, e_ as Cursors, bs as CustomActivity, cu as CustomAllowedActions, ck as CustomField, ap as CustomFieldGroup, iI as CustomFieldGroupWithLiterals, hH as CustomFieldValue, hf as Customer, h1 as DecrementData, h0 as DecrementItemsQuantityRequest, h2 as DecrementItemsQuantityResponse, dB as DelayedCaptureSettings, hW as DeleteActivityIdentifiers, gq as DeleteActivityRequest, gr as DeleteActivityResponse, eE as DeleteByFilterOperation, eD as DeleteByIdsOperation, b8 as DeliveryLogistics, b9 as DeliveryLogisticsAddressOneOf, bc as DeliveryTimeSlot, ak as DeltaPaymentOptionType, iD as DeltaPaymentOptionTypeWithLiterals, hJ as Deposit, ar as DepositType, iK as DepositTypeWithLiterals, aw as DescriptionLine, ay as DescriptionLineDescriptionLineValueOneOf, az as DescriptionLineName, D as DescriptionLineType, hY as DescriptionLineTypeWithLiterals, ax as DescriptionLineValueOneOf, eO as DiffmatokyPayload, aJ as DigitalFile, hz as Discount, hA as DiscountOneDiscountTypeOneOf, Q as DiscountReason, ia as DiscountReasonWithLiterals, bn as DiscountRule, bo as DiscountRuleName, N as DiscountType, i9 as DiscountTypeWithLiterals, cI as DomainEvent, cJ as DomainEventBodyOneOf, g4 as DownloadLinkSent, by as DraftOrderChangesApplied, fq as DraftOrderCommitSettings, fd as DraftOrderDiffs, fg as DraftOrderDiffsBillingUpdateInfoOneOf, ff as DraftOrderDiffsBuyerUpdateInfoOneOf, fh as DraftOrderDiffsRecipientUpdateInfoOneOf, fe as DraftOrderDiffsShippingUpdateInfoOneOf, dC as Duration, a3 as DurationUnit, il as DurationUnitWithLiterals, hg as Email, gd as EmailEdited, dy as Empty, cK as EntityCreatedEvent, cN as EntityDeletedEvent, cM as EntityUpdatedEvent, eP as ErrorInformation, hL as EventMetadata, aV as ExtendedFields, cc as ExternalReceipt, ek as ExternalReceiptInfo, aC as FocalPoint, aO as FreeTrialPeriod, gb as FulfillerEmailSent, F as FulfillmentStatus, gD as FulfillmentStatusUpdated, i4 as FulfillmentStatusWithLiterals, co as FulfillmentStatusesAggregate, b5 as FullAddressContactDetails, eQ as GetOrderRequest, eR as GetOrderResponse, dD as GetPaymentCollectabilityStatusRequest, dO as GetRefundabilityStatusRequest, dP as GetRefundabilityStatusResponse, gY as GetShipmentsRequest, gZ as GetShipmentsResponse, eh as GiftCardPaymentDetails, bX as GiftCardPaymentRefund, hd as IdAndVersion, cQ as IdentificationData, cR as IdentificationDataIdOneOf, cC as ImportOrderRequest, cD as ImportOrderResponse, cB as ImportedOrderDeleted, fZ as InternalActivity, f_ as InternalActivityContentOneOf, eB as InternalDocument, eF as InternalDocumentUpdateByFilterOperation, eC as InternalDocumentUpdateOperation, eS as InternalQueryOrdersRequest, eY as InternalQueryOrdersResponse, eG as InternalUpdateExistingOperation, al as InventoryAction, iE as InventoryActionWithLiterals, fr as InventoryUpdateDetails, g9 as InvoiceAdded, hp as InvoiceDates, hG as InvoiceDynamicPriceTotals, he as InvoiceFields, ga as InvoiceSent, hc as InvoiceSentEvent, as as InvoiceStatus, iL as InvoiceStatusWithLiterals, hE as InvoicesPayment, fl as ItemChangedDetails, dL as ItemMetadata, aY as ItemModifier, aG as ItemTaxFullDetails, aE as ItemType, aF as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, hZ as ItemTypePresetWithLiterals, hy as ItemizedFee, J as JurisdictionType, h$ as JurisdictionTypeWithLiterals, hr as LineItem, bK as LineItemAmount, bB as LineItemChanges, fw as LineItemDelta, fx as LineItemDeltaDeltaOneOf, bF as LineItemDescriptionLineChange, bp as LineItemDiscount, bx as LineItemExchangeData, hv as LineItemMetaData, bG as LineItemModifiersChange, bD as LineItemPriceChange, bE as LineItemProductNameChange, bC as LineItemQuantityChange, R as LineItemQuantityChangeType, ib as LineItemQuantityChangeTypeWithLiterals, df as LineItemRefund, eq as LineItemRefundSummary, ht as LineItemTax, aI as LineItemTaxBreakdown, aH as LineItemTaxInfo, gt as LineItemUpdate, hq as LineItems, hw as Locale, cr as Location, aS as LocationAndQuantity, bL as ManagedAdditionalFee, bI as ManagedDiscount, bH as ManagedLineItem, a7 as ManuallyRefundableReason, iq as ManuallyRefundableReasonWithLiterals, gB as MarkAsFulfilledRequest, gC as MarkAsFulfilledResponse, gI as MarkAsUnfulfilledRequest, gJ as MarkAsUnfulfilledResponse, dG as MarkOrderAsPaidRequest, dH as MarkOrderAsPaidResponse, gv as MarkOrderAsSeenByHumanRequest, gw as MarkOrderAsSeenByHumanResponse, fW as MaskedOrderLineItem, dW as MembershipChargeItem, dX as MembershipName, ei as MembershipPaymentDetails, bY as MembershipPaymentRefund, af as MembershipPaymentStatus, iy as MembershipPaymentStatusWithLiterals, bt as MerchantComment, bl as MerchantDiscount, bm as MerchantDiscountMerchantDiscountReasonOneOf, cP as MessageEnvelope, hF as MetaData, aW as ModifierGroup, bw as NewExchangeOrderCreated, a6 as NonRefundableReason, ip as NonRefundableReasonWithLiterals, $ as OrderActionType, ih as OrderActionTypeWithLiterals, Y as OrderActivityTypeEnumActivityType, id as OrderActivityTypeEnumActivityTypeWithLiterals, aj as OrderApprovalStrategy, iC as OrderApprovalStrategyWithLiterals, cv as OrderApproved, g3 as OrderCanceled, gy as OrderCanceledEventOrderCanceled, bz as OrderChange, bA as OrderChangeValueOneOf, f7 as OrderCreateNotifications, bv as OrderCreatedFromExchange, f6 as OrderCreationSettings, ft as OrderDeltasCommitted, g1 as OrderFulfilled, cA as OrderImported, cy as OrderItemsRestocked, at as OrderLineItem, fk as OrderLineItemChangedDetails, g2 as OrderNotFulfilled, g0 as OrderPaid, gf as OrderPartiallyPaid, gg as OrderPending, f$ as OrderPlaced, bu as OrderRefunded, gh as OrderRejected, cx as OrderRejectedEventOrderRejected, hR as OrderSearchSpec, cs as OrderSettings, ct as OrderSettingsAllowedActionsOneOf, L as OrderStatus, i8 as OrderStatusWithLiterals, bh as OrderTaxBreakdown, bg as OrderTaxInfo, e4 as OrderTransactions, cw as OrdersExperiments, e5 as Payment, c5 as PaymentCanceled, c6 as PaymentCanceledPaymentDetailsOneOf, a4 as PaymentCollectabilityStatus, im as PaymentCollectabilityStatusWithLiterals, iO as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, hO as PaymentCollectionCreatePaymentGatewayOrderOptions, iN as PaymentCollectionMarkOrderAsPaidApplicationErrors, c7 as PaymentDeclined, c8 as PaymentDeclinedPaymentDetailsOneOf, x as PaymentOptionType, h_ as PaymentOptionTypeWithLiterals, e6 as PaymentPaymentDetailsOneOf, c0 as PaymentPending, c1 as PaymentPendingPaymentDetailsOneOf, e7 as PaymentReceiptInfoOneOf, d$ as PaymentRefund, b_ as PaymentRefundFailed, bZ as PaymentRefunded, E as PaymentStatus, gT as PaymentStatusUpdated, i3 as PaymentStatusWithLiterals, hD as Payments, hj as Phone, aD as PhysicalProperties, bb as PickupAddress, ba as PickupDetails, K as PickupMethod, i7 as PickupMethodWithLiterals, ge as PickupReadyEmailSent, am as Placement, iF as PlacementWithLiterals, aA as PlainTextValue, eW as PlatformPaging, eZ as PlatformPagingMetadata, eT as PlatformQuery, eU as PlatformQueryPagingMethodOneOf, dz as PreparePaymentCollectionRequest, dq as PreviewBuyerConfirmationEmailRequest, dr as PreviewBuyerConfirmationEmailResponse, dn as PreviewBuyerPaymentsReceivedEmailRequest, dp as PreviewBuyerPaymentsReceivedEmailResponse, ds as PreviewBuyerPickupConfirmationEmailRequest, dt as PreviewBuyerPickupConfirmationEmailResponse, dj as PreviewCancelEmailRequest, dk as PreviewCancelEmailResponse, dl as PreviewCancelRefundEmailRequest, dm as PreviewCancelRefundEmailResponse, da as PreviewEmailByTypeRequest, db as PreviewEmailByTypeResponse, a1 as PreviewEmailType, ij as PreviewEmailTypeWithLiterals, dc as PreviewRefundEmailRequest, di as PreviewRefundEmailResponse, dw as PreviewResendDownloadLinksEmailRequest, dx as PreviewResendDownloadLinksEmailResponse, du as PreviewShippingConfirmationEmailRequest, dv as PreviewShippingConfirmationEmailResponse, aR as PriceDescription, b0 as PriceSummary, au as ProductName, gk as PublicActivity, gl as PublicActivityContentOneOf, e$ as QueryOrderRequest, f0 as QueryOrderResponse, hh as QuotesAddress, ac as Reason, iv as ReasonWithLiterals, c9 as ReceiptCreated, ca as ReceiptCreatedReceiptInfoOneOf, cd as ReceiptSent, ce as ReceiptSentReceiptInfoOneOf, iM as RecordManuallyCollectedPaymentApplicationErrors, dE as RecordManuallyCollectedPaymentRequest, dF as RecordManuallyCollectedPaymentResponse, dA as RedirectUrls, el as Refund, dd as RefundDetails, bT as RefundInitiated, de as RefundItem, ep as RefundItemsBreakdown, e0 as RefundSideEffects, ag as RefundStatus, en as RefundStatusInfo, iz as RefundStatusWithLiterals, em as RefundTransaction, dQ as Refundability, dR as RefundabilityAdditionalRefundabilityInfoOneOf, a5 as RefundableStatus, io as RefundableStatusWithLiterals, b$ as RefundedAsStoreCredit, bU as RefundedPayment, bV as RefundedPaymentKindOneOf, c2 as RegularPayment, e8 as RegularPaymentDetails, e9 as RegularPaymentDetailsPaymentMethodDetailsOneOf, c3 as RegularPaymentPaymentMethodDetailsOneOf, bW as RegularPaymentRefund, hb as Reschedule, e1 as RestockInfo, e2 as RestockItem, a8 as RestockType, ir as RestockTypeWithLiterals, cL as RestoreInfo, bP as SavedPaymentMethod, a2 as ScheduledAction, ik as ScheduledActionWithLiterals, f1 as SearchOrdersRequest, cS as SendBuyerConfirmationEmailRequest, cT as SendBuyerConfirmationEmailResponse, cU as SendBuyerPaymentsReceivedEmailRequest, cV as SendBuyerPaymentsReceivedEmailResponse, cW as SendBuyerPickupConfirmationEmailRequest, cX as SendBuyerPickupConfirmationEmailResponse, c_ as SendBuyerShippingConfirmationEmailRequest, c$ as SendBuyerShippingConfirmationEmailResponse, d4 as SendCancelRefundEmailRequest, d5 as SendCancelRefundEmailResponse, d2 as SendMerchantOrderReceivedNotificationRequest, d3 as SendMerchantOrderReceivedNotificationResponse, d8 as SendMerchantOrderReceivedPushRequest, d9 as SendMerchantOrderReceivedPushResponse, d6 as SendRefundEmailRequest, d7 as SendRefundEmailResponse, dY as ServiceProperties, hM as SetOrderNumberCounterOptions, cE as SetOrderNumberCounterRequest, cF as SetOrderNumberCounterResponse, gc as ShippingAddressEdited, g8 as ShippingConfirmationEmailSent, bO as ShippingInformation, bN as ShippingInformationChange, bd as ShippingPrice, dh as ShippingRefund, be as ShippingRegion, ai as SortOrder, iB as SortOrderWithLiterals, eV as Sorting, hu as Source, ao as SourceType, iH as SourceTypeWithLiterals, ho as StandardDetails, b3 as StreetAddress, hn as Subdivision, an as SubdivisionType, iG as SubdivisionTypeWithLiterals, aM as SubscriptionDescription, y as SubscriptionFrequency, i0 as SubscriptionFrequencyWithLiterals, aK as SubscriptionInfo, aN as SubscriptionSettings, aL as SubscriptionTitle, cq as TagList, cp as Tags, h5 as Task, h7 as TaskAction, h8 as TaskActionActionOneOf, h6 as TaskKey, bf as TaxSummary, aT as TaxableAddress, aU as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, i2 as TaxableAddressTypeWithLiterals, hx as TotalPrice, bM as TotalPriceChange, g7 as TrackingLinkAdded, g5 as TrackingNumberAdded, g6 as TrackingNumberEdited, a9 as TransactionStatus, is as TransactionStatusWithLiterals, aX as TranslatableString, bJ as TranslatedValue, iP as TriggerRefundApplicationErrors, hQ as TriggerRefundOptions, d_ as TriggerRefundRequest, e3 as TriggerRefundResponse, eN as TriggerReindexOrderRequest, eK as TriggerReindexRequest, eL as TriggerReindexResponse, fE as UnArchiveOrderRequest, fF as UnArchiveOrderResponse, hV as UpdateActivityIdentifiers, go as UpdateActivityRequest, gp as UpdateActivityResponse, fR as UpdateBillingContactDetailsRequest, fS as UpdateBillingContactDetailsResponse, fN as UpdateBuyerEmailRequest, fO as UpdateBuyerEmailResponse, fK as UpdateBuyerInfoRequest, fM as UpdateBuyerInfoResponse, ez as UpdateInternalDocumentsEvent, eA as UpdateInternalDocumentsEventOperationOneOf, gs as UpdateLineItemsDescriptionLinesRequest, gu as UpdateLineItemsDescriptionLinesResponse, hU as UpdateOrderLineItem, hT as UpdateOrderLineItemIdentifiers, fT as UpdateOrderLineItemRequest, fU as UpdateOrderLineItemResponse, fV as UpdateOrderLineItemsRequest, fX as UpdateOrderLineItemsResponse, f9 as UpdateOrderRequest, fa as UpdateOrderResponse, fP as UpdateOrderShippingAddressRequest, fQ as UpdateOrderShippingAddressResponse, iR as UpdateOrderStatusApplicationErrors, gz as UpdateOrderStatusRequest, gA as UpdateOrderStatusResponse, gU as V1BulkMarkOrdersAsPaidRequest, gV as V1BulkMarkOrdersAsPaidResponse, gW as V1CreatePaymentGatewayOrderRequest, gX as V1CreatePaymentGatewayOrderResponse, fi as V1LineItemDelta, fj as V1LineItemDeltaDeltaOneOf, gR as V1MarkOrderAsPaidRequest, gS as V1MarkOrderAsPaidResponse, cz as V1RestockItem, ef as V1ScheduledAction, b7 as V1ShippingInformation, hI as Value, aq as ValueType, iJ as ValueTypeWithLiterals, b6 as VatId, H as VatType, i6 as VatTypeWithLiterals, eI as VersionedDeleteByIdsOperation, eJ as VersionedDocumentId, eH as VersionedDocumentUpdateOperation, ah as VersioningMode, iA as VersioningModeWithLiterals, ev as VoidAuthorizedPaymentsRequest, a0 as WebhookIdentityType, ii as WebhookIdentityTypeWithLiterals, W as WeightUnit, i5 as WeightUnitWithLiterals, cb as WixReceipt, ej as WixReceiptInfo } from './ecom-v1-order-orders.universal-DC5vd1yo.js';
|
|
2
|
+
import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, V as VoidAuthorizedPaymentsResponse, d as VoidAuthorizedPaymentsApplicationErrors, e as PaymentCapture, C as CaptureAuthorizedPaymentsResponse, f as CaptureAuthorizedPaymentsApplicationErrors, O as Order, g as GetOrderApplicationErrors, h as OrderSearch, S as SearchOrdersResponse, i as CreateOrderOptions, j as CreateOrderApplicationErrors, U as UpdateOrder, k as UpdateOrderApplicationErrors, M as MaskedOrder, B as BulkUpdateOrdersOptions, l as BulkUpdateOrdersResponse, A as AddActivitiesOptions, m as AddActivitiesResponse, n as CancelOrderOptions, o as CancelOrderResponse, p as CancelOrderApplicationErrors, q as BulkUpdateOrderTagsOptions, r as BulkUpdateOrderTagsResponse, s as OrderApprovedEnvelope, t as OrderUpdatedEnvelope, u as OrderCanceledEnvelope, v as OrderCreatedEnvelope, w as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-NMTSUZbl.js';
|
|
3
|
+
export { cO as ActionEvent, ad as ActionType, iw as ActionTypeWithLiterals, bq as Activity, br as ActivityContentOneOf, X as ActivityType, ic as ActivityTypeWithLiterals, gn as AddActivitiesRequest, gj as AddActivityRequest, gm as AddActivityResponse, fY as AddInternalActivityRequest, gi as AddInternalActivityResponse, cn as AdditionalFee, fo as AdditionalFeeDelta, fp as AdditionalFeeDeltaDeltaOneOf, dg as AdditionalFeeRefund, b2 as Address, hi as AddressDescription, b4 as AddressLocation, b1 as AddressWithContact, z as AdjustmentType, i1 as AdjustmentTypeWithLiterals, hX as AggregateOrdersOptions, g_ as AggregateOrdersRequest, g$ as AggregateOrdersResponse, eo as AggregatedRefundSummary, dM as ApplicationError, bi as AppliedDiscount, fm as AppliedDiscountDelta, fn as AppliedDiscountDeltaDeltaOneOf, bj as AppliedDiscountDiscountSourceOneOf, fy as ArchiveOrderRequest, fz as ArchiveOrderResponse, Z as AttributionSource, ie as AttributionSourceWithLiterals, ed as AuthorizationActionFailureDetails, ec as AuthorizationCapture, aa as AuthorizationCaptureStatus, it as AuthorizationCaptureStatusWithLiterals, eb as AuthorizationDetails, ee as AuthorizationVoid, ab as AuthorizationVoidStatus, iu as AuthorizationVoidStatusWithLiterals, bR as AuthorizedPaymentCaptured, bQ as AuthorizedPaymentCreated, bS as AuthorizedPaymentVoided, cm as Balance, cl as BalanceSummary, hK as BaseEventMetadata, eM as BatchOfTriggerReindexOrderRequest, hs as BigDecimalWrapper, aP as BillingAdjustment, aQ as BillingAdjustmentPriceSummary, dN as BulkActionMetadata, fC as BulkArchiveOrdersByFilterRequest, fD as BulkArchiveOrdersByFilterResponse, fA as BulkArchiveOrdersRequest, fB as BulkArchiveOrdersResponse, hN as BulkDeleteImportedOrdersOptions, cG as BulkDeleteImportedOrdersRequest, cH as BulkDeleteImportedOrdersResponse, gG as BulkMarkAsFulfilledByFilterRequest, gH as BulkMarkAsFulfilledByFilterResponse, gE as BulkMarkAsFulfilledRequest, gF as BulkMarkAsFulfilledResponse, gM as BulkMarkAsUnfulfilledByFilterRequest, gN as BulkMarkAsUnfulfilledByFilterResponse, gK as BulkMarkAsUnfulfilledRequest, gL as BulkMarkAsUnfulfilledResponse, dI as BulkMarkOrdersAsPaidRequest, dJ as BulkMarkOrdersAsPaidResponse, dK as BulkOrderResult, cY as BulkSendBuyerPickupConfirmationEmailsRequest, cZ as BulkSendBuyerPickupConfirmationEmailsResponse, d0 as BulkSendBuyerShippingConfirmationEmailsRequest, d1 as BulkSendBuyerShippingConfirmationEmailsResponse, gO as BulkSetBusinessLocationRequest, gP as BulkSetBusinessLocationResponse, gQ as BulkSetBusinessLocationResult, fI as BulkUnArchiveOrdersByFilterRequest, fJ as BulkUnArchiveOrdersByFilterResponse, fG as BulkUnArchiveOrdersRequest, fH as BulkUnArchiveOrdersResponse, h3 as BulkUpdateOrderTagsRequest, h4 as BulkUpdateOrderTagsResult, fb as BulkUpdateOrdersRequest, aZ as BuyerInfo, a_ as BuyerInfoIdOneOf, fL as BuyerInfoUpdate, es as CalculateRefundItemRequest, eu as CalculateRefundItemResponse, er as CalculateRefundRequest, et as CalculateRefundResponse, hC as CalculatedTax, hB as CalculatedTaxes, ha as Cancel, gx as CancelOrderRequest, ew as CaptureAuthorizedPaymentsRequest, av as CatalogReference, cj as ChannelInfo, _ as ChannelType, ig as ChannelTypeWithLiterals, hP as ChargeMembershipsOptions, dV as ChargeMembershipsRequest, dZ as ChargeMembershipsResponse, ex as ChargeSavedPaymentMethodRequest, ey as ChargeSavedPaymentMethodResponse, eg as Chargeback, cf as ChargebackCreated, cg as ChargebackReversed, ae as ChargebackStatus, ix as ChargebackStatusWithLiterals, dT as ChargedBy, aB as Color, iQ as CommitDeltasApplicationErrors, hS as CommitDeltasOptions, fc as CommitDeltasRequest, fs as CommitDeltasResponse, fu as CommittedDiffs, fv as CommittedDiffsShippingUpdateInfoOneOf, hl as CommonAddress, hm as CommonAddressStreetOneOf, iS as CommonSearchWithEntityContext, hk as Company, h9 as Complete, bk as Coupon, f5 as CreateOrderRequest, f8 as CreateOrderResponse, iO as CreatePaymentGatewayOrderApplicationErrors, hO as CreatePaymentGatewayOrderOptions, dS as CreatePaymentGatewayOrderRequest, dU as CreatePaymentGatewayOrderResponse, ch as CreatedBy, ci as CreatedByStringOneOf, c4 as CreditCardDetails, ea as CreditCardPaymentMethodDetails, a$ as CurrencyConversionDetails, eX as CursorPaging, f4 as CursorPagingMetadata, f2 as CursorSearch, f3 as CursorSearchPagingMethodOneOf, e_ as Cursors, bs as CustomActivity, cu as CustomAllowedActions, ck as CustomField, ap as CustomFieldGroup, iI as CustomFieldGroupWithLiterals, hH as CustomFieldValue, hf as Customer, h1 as DecrementData, h0 as DecrementItemsQuantityRequest, h2 as DecrementItemsQuantityResponse, dB as DelayedCaptureSettings, hW as DeleteActivityIdentifiers, gq as DeleteActivityRequest, gr as DeleteActivityResponse, eE as DeleteByFilterOperation, eD as DeleteByIdsOperation, b8 as DeliveryLogistics, b9 as DeliveryLogisticsAddressOneOf, bc as DeliveryTimeSlot, ak as DeltaPaymentOptionType, iD as DeltaPaymentOptionTypeWithLiterals, hJ as Deposit, ar as DepositType, iK as DepositTypeWithLiterals, aw as DescriptionLine, ay as DescriptionLineDescriptionLineValueOneOf, az as DescriptionLineName, D as DescriptionLineType, hY as DescriptionLineTypeWithLiterals, ax as DescriptionLineValueOneOf, eO as DiffmatokyPayload, aJ as DigitalFile, hz as Discount, hA as DiscountOneDiscountTypeOneOf, Q as DiscountReason, ia as DiscountReasonWithLiterals, bn as DiscountRule, bo as DiscountRuleName, N as DiscountType, i9 as DiscountTypeWithLiterals, cI as DomainEvent, cJ as DomainEventBodyOneOf, g4 as DownloadLinkSent, by as DraftOrderChangesApplied, fq as DraftOrderCommitSettings, fd as DraftOrderDiffs, fg as DraftOrderDiffsBillingUpdateInfoOneOf, ff as DraftOrderDiffsBuyerUpdateInfoOneOf, fh as DraftOrderDiffsRecipientUpdateInfoOneOf, fe as DraftOrderDiffsShippingUpdateInfoOneOf, dC as Duration, a3 as DurationUnit, il as DurationUnitWithLiterals, hg as Email, gd as EmailEdited, dy as Empty, cK as EntityCreatedEvent, cN as EntityDeletedEvent, cM as EntityUpdatedEvent, eP as ErrorInformation, hL as EventMetadata, aV as ExtendedFields, cc as ExternalReceipt, ek as ExternalReceiptInfo, aC as FocalPoint, aO as FreeTrialPeriod, gb as FulfillerEmailSent, F as FulfillmentStatus, gD as FulfillmentStatusUpdated, i4 as FulfillmentStatusWithLiterals, co as FulfillmentStatusesAggregate, b5 as FullAddressContactDetails, eQ as GetOrderRequest, eR as GetOrderResponse, dD as GetPaymentCollectabilityStatusRequest, dO as GetRefundabilityStatusRequest, dP as GetRefundabilityStatusResponse, gY as GetShipmentsRequest, gZ as GetShipmentsResponse, eh as GiftCardPaymentDetails, bX as GiftCardPaymentRefund, hd as IdAndVersion, cQ as IdentificationData, cR as IdentificationDataIdOneOf, cC as ImportOrderRequest, cD as ImportOrderResponse, cB as ImportedOrderDeleted, fZ as InternalActivity, f_ as InternalActivityContentOneOf, eB as InternalDocument, eF as InternalDocumentUpdateByFilterOperation, eC as InternalDocumentUpdateOperation, eS as InternalQueryOrdersRequest, eY as InternalQueryOrdersResponse, eG as InternalUpdateExistingOperation, al as InventoryAction, iE as InventoryActionWithLiterals, fr as InventoryUpdateDetails, g9 as InvoiceAdded, hp as InvoiceDates, hG as InvoiceDynamicPriceTotals, he as InvoiceFields, ga as InvoiceSent, hc as InvoiceSentEvent, as as InvoiceStatus, iL as InvoiceStatusWithLiterals, hE as InvoicesPayment, fl as ItemChangedDetails, dL as ItemMetadata, aY as ItemModifier, aG as ItemTaxFullDetails, aE as ItemType, aF as ItemTypeItemTypeDataOneOf, I as ItemTypePreset, hZ as ItemTypePresetWithLiterals, hy as ItemizedFee, J as JurisdictionType, h$ as JurisdictionTypeWithLiterals, hr as LineItem, bK as LineItemAmount, bB as LineItemChanges, fw as LineItemDelta, fx as LineItemDeltaDeltaOneOf, bF as LineItemDescriptionLineChange, bp as LineItemDiscount, bx as LineItemExchangeData, hv as LineItemMetaData, bG as LineItemModifiersChange, bD as LineItemPriceChange, bE as LineItemProductNameChange, bC as LineItemQuantityChange, R as LineItemQuantityChangeType, ib as LineItemQuantityChangeTypeWithLiterals, df as LineItemRefund, eq as LineItemRefundSummary, ht as LineItemTax, aI as LineItemTaxBreakdown, aH as LineItemTaxInfo, gt as LineItemUpdate, hq as LineItems, hw as Locale, cr as Location, aS as LocationAndQuantity, bL as ManagedAdditionalFee, bI as ManagedDiscount, bH as ManagedLineItem, a7 as ManuallyRefundableReason, iq as ManuallyRefundableReasonWithLiterals, gB as MarkAsFulfilledRequest, gC as MarkAsFulfilledResponse, gI as MarkAsUnfulfilledRequest, gJ as MarkAsUnfulfilledResponse, iN as MarkOrderAsPaidApplicationErrors, dG as MarkOrderAsPaidRequest, dH as MarkOrderAsPaidResponse, gv as MarkOrderAsSeenByHumanRequest, gw as MarkOrderAsSeenByHumanResponse, fW as MaskedOrderLineItem, dW as MembershipChargeItem, dX as MembershipName, ei as MembershipPaymentDetails, bY as MembershipPaymentRefund, af as MembershipPaymentStatus, iy as MembershipPaymentStatusWithLiterals, bt as MerchantComment, bl as MerchantDiscount, bm as MerchantDiscountMerchantDiscountReasonOneOf, cP as MessageEnvelope, hF as MetaData, aW as ModifierGroup, bw as NewExchangeOrderCreated, a6 as NonRefundableReason, ip as NonRefundableReasonWithLiterals, $ as OrderActionType, ih as OrderActionTypeWithLiterals, Y as OrderActivityTypeEnumActivityType, id as OrderActivityTypeEnumActivityTypeWithLiterals, aj as OrderApprovalStrategy, iC as OrderApprovalStrategyWithLiterals, cv as OrderApproved, g3 as OrderCanceled, gy as OrderCanceledEventOrderCanceled, bz as OrderChange, bA as OrderChangeValueOneOf, f7 as OrderCreateNotifications, bv as OrderCreatedFromExchange, f6 as OrderCreationSettings, ft as OrderDeltasCommitted, g1 as OrderFulfilled, cA as OrderImported, cy as OrderItemsRestocked, at as OrderLineItem, fk as OrderLineItemChangedDetails, g2 as OrderNotFulfilled, g0 as OrderPaid, gf as OrderPartiallyPaid, gg as OrderPending, f$ as OrderPlaced, bu as OrderRefunded, gh as OrderRejected, cx as OrderRejectedEventOrderRejected, hR as OrderSearchSpec, cs as OrderSettings, ct as OrderSettingsAllowedActionsOneOf, L as OrderStatus, i8 as OrderStatusWithLiterals, bh as OrderTaxBreakdown, bg as OrderTaxInfo, e4 as OrderTransactions, cw as OrdersExperiments, e5 as Payment, c5 as PaymentCanceled, c6 as PaymentCanceledPaymentDetailsOneOf, a4 as PaymentCollectabilityStatus, im as PaymentCollectabilityStatusWithLiterals, c7 as PaymentDeclined, c8 as PaymentDeclinedPaymentDetailsOneOf, x as PaymentOptionType, h_ as PaymentOptionTypeWithLiterals, e6 as PaymentPaymentDetailsOneOf, c0 as PaymentPending, c1 as PaymentPendingPaymentDetailsOneOf, e7 as PaymentReceiptInfoOneOf, d$ as PaymentRefund, b_ as PaymentRefundFailed, bZ as PaymentRefunded, E as PaymentStatus, gT as PaymentStatusUpdated, i3 as PaymentStatusWithLiterals, hD as Payments, hj as Phone, aD as PhysicalProperties, bb as PickupAddress, ba as PickupDetails, K as PickupMethod, i7 as PickupMethodWithLiterals, ge as PickupReadyEmailSent, am as Placement, iF as PlacementWithLiterals, aA as PlainTextValue, eW as PlatformPaging, eZ as PlatformPagingMetadata, eT as PlatformQuery, eU as PlatformQueryPagingMethodOneOf, dz as PreparePaymentCollectionRequest, dq as PreviewBuyerConfirmationEmailRequest, dr as PreviewBuyerConfirmationEmailResponse, dn as PreviewBuyerPaymentsReceivedEmailRequest, dp as PreviewBuyerPaymentsReceivedEmailResponse, ds as PreviewBuyerPickupConfirmationEmailRequest, dt as PreviewBuyerPickupConfirmationEmailResponse, dj as PreviewCancelEmailRequest, dk as PreviewCancelEmailResponse, dl as PreviewCancelRefundEmailRequest, dm as PreviewCancelRefundEmailResponse, da as PreviewEmailByTypeRequest, db as PreviewEmailByTypeResponse, a1 as PreviewEmailType, ij as PreviewEmailTypeWithLiterals, dc as PreviewRefundEmailRequest, di as PreviewRefundEmailResponse, dw as PreviewResendDownloadLinksEmailRequest, dx as PreviewResendDownloadLinksEmailResponse, du as PreviewShippingConfirmationEmailRequest, dv as PreviewShippingConfirmationEmailResponse, aR as PriceDescription, b0 as PriceSummary, au as ProductName, gk as PublicActivity, gl as PublicActivityContentOneOf, e$ as QueryOrderRequest, f0 as QueryOrderResponse, hh as QuotesAddress, ac as Reason, iv as ReasonWithLiterals, c9 as ReceiptCreated, ca as ReceiptCreatedReceiptInfoOneOf, cd as ReceiptSent, ce as ReceiptSentReceiptInfoOneOf, iM as RecordManuallyCollectedPaymentApplicationErrors, dE as RecordManuallyCollectedPaymentRequest, dF as RecordManuallyCollectedPaymentResponse, dA as RedirectUrls, el as Refund, dd as RefundDetails, bT as RefundInitiated, de as RefundItem, ep as RefundItemsBreakdown, e0 as RefundSideEffects, ag as RefundStatus, en as RefundStatusInfo, iz as RefundStatusWithLiterals, em as RefundTransaction, dQ as Refundability, dR as RefundabilityAdditionalRefundabilityInfoOneOf, a5 as RefundableStatus, io as RefundableStatusWithLiterals, b$ as RefundedAsStoreCredit, bU as RefundedPayment, bV as RefundedPaymentKindOneOf, c2 as RegularPayment, e8 as RegularPaymentDetails, e9 as RegularPaymentDetailsPaymentMethodDetailsOneOf, c3 as RegularPaymentPaymentMethodDetailsOneOf, bW as RegularPaymentRefund, hb as Reschedule, e1 as RestockInfo, e2 as RestockItem, a8 as RestockType, ir as RestockTypeWithLiterals, cL as RestoreInfo, bP as SavedPaymentMethod, a2 as ScheduledAction, ik as ScheduledActionWithLiterals, f1 as SearchOrdersRequest, cS as SendBuyerConfirmationEmailRequest, cT as SendBuyerConfirmationEmailResponse, cU as SendBuyerPaymentsReceivedEmailRequest, cV as SendBuyerPaymentsReceivedEmailResponse, cW as SendBuyerPickupConfirmationEmailRequest, cX as SendBuyerPickupConfirmationEmailResponse, c_ as SendBuyerShippingConfirmationEmailRequest, c$ as SendBuyerShippingConfirmationEmailResponse, d4 as SendCancelRefundEmailRequest, d5 as SendCancelRefundEmailResponse, d2 as SendMerchantOrderReceivedNotificationRequest, d3 as SendMerchantOrderReceivedNotificationResponse, d8 as SendMerchantOrderReceivedPushRequest, d9 as SendMerchantOrderReceivedPushResponse, d6 as SendRefundEmailRequest, d7 as SendRefundEmailResponse, dY as ServiceProperties, hM as SetOrderNumberCounterOptions, cE as SetOrderNumberCounterRequest, cF as SetOrderNumberCounterResponse, gc as ShippingAddressEdited, g8 as ShippingConfirmationEmailSent, bO as ShippingInformation, bN as ShippingInformationChange, bd as ShippingPrice, dh as ShippingRefund, be as ShippingRegion, ai as SortOrder, iB as SortOrderWithLiterals, eV as Sorting, hu as Source, ao as SourceType, iH as SourceTypeWithLiterals, ho as StandardDetails, b3 as StreetAddress, hn as Subdivision, an as SubdivisionType, iG as SubdivisionTypeWithLiterals, aM as SubscriptionDescription, y as SubscriptionFrequency, i0 as SubscriptionFrequencyWithLiterals, aK as SubscriptionInfo, aN as SubscriptionSettings, aL as SubscriptionTitle, cq as TagList, cp as Tags, h5 as Task, h7 as TaskAction, h8 as TaskActionActionOneOf, h6 as TaskKey, bf as TaxSummary, aT as TaxableAddress, aU as TaxableAddressTaxableAddressDataOneOf, T as TaxableAddressType, i2 as TaxableAddressTypeWithLiterals, hx as TotalPrice, bM as TotalPriceChange, g7 as TrackingLinkAdded, g5 as TrackingNumberAdded, g6 as TrackingNumberEdited, a9 as TransactionStatus, is as TransactionStatusWithLiterals, aX as TranslatableString, bJ as TranslatedValue, iP as TriggerRefundApplicationErrors, hQ as TriggerRefundOptions, d_ as TriggerRefundRequest, e3 as TriggerRefundResponse, eN as TriggerReindexOrderRequest, eK as TriggerReindexRequest, eL as TriggerReindexResponse, fE as UnArchiveOrderRequest, fF as UnArchiveOrderResponse, hV as UpdateActivityIdentifiers, go as UpdateActivityRequest, gp as UpdateActivityResponse, fR as UpdateBillingContactDetailsRequest, fS as UpdateBillingContactDetailsResponse, fN as UpdateBuyerEmailRequest, fO as UpdateBuyerEmailResponse, fK as UpdateBuyerInfoRequest, fM as UpdateBuyerInfoResponse, ez as UpdateInternalDocumentsEvent, eA as UpdateInternalDocumentsEventOperationOneOf, gs as UpdateLineItemsDescriptionLinesRequest, gu as UpdateLineItemsDescriptionLinesResponse, hU as UpdateOrderLineItem, hT as UpdateOrderLineItemIdentifiers, fT as UpdateOrderLineItemRequest, fU as UpdateOrderLineItemResponse, fV as UpdateOrderLineItemsRequest, fX as UpdateOrderLineItemsResponse, f9 as UpdateOrderRequest, fa as UpdateOrderResponse, fP as UpdateOrderShippingAddressRequest, fQ as UpdateOrderShippingAddressResponse, iR as UpdateOrderStatusApplicationErrors, gz as UpdateOrderStatusRequest, gA as UpdateOrderStatusResponse, gU as V1BulkMarkOrdersAsPaidRequest, gV as V1BulkMarkOrdersAsPaidResponse, gW as V1CreatePaymentGatewayOrderRequest, gX as V1CreatePaymentGatewayOrderResponse, fi as V1LineItemDelta, fj as V1LineItemDeltaDeltaOneOf, gR as V1MarkOrderAsPaidRequest, gS as V1MarkOrderAsPaidResponse, cz as V1RestockItem, ef as V1ScheduledAction, b7 as V1ShippingInformation, hI as Value, aq as ValueType, iJ as ValueTypeWithLiterals, b6 as VatId, H as VatType, i6 as VatTypeWithLiterals, eI as VersionedDeleteByIdsOperation, eJ as VersionedDocumentId, eH as VersionedDocumentUpdateOperation, ah as VersioningMode, iA as VersioningModeWithLiterals, ev as VoidAuthorizedPaymentsRequest, a0 as WebhookIdentityType, ii as WebhookIdentityTypeWithLiterals, W as WeightUnit, i5 as WeightUnitWithLiterals, cb as WixReceipt, ej as WixReceiptInfo } from './ecom-v1-order-orders.universal-NMTSUZbl.js';
|
|
4
4
|
|
|
5
5
|
declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
|
|
6
6
|
interface PreparePaymentCollectionSignature {
|
package/build/cjs/index.js
CHANGED
|
@@ -74,6 +74,7 @@ __export(index_exports, {
|
|
|
74
74
|
addActivity: () => addActivity4,
|
|
75
75
|
aggregateOrders: () => aggregateOrders4,
|
|
76
76
|
bulkDeleteImportedOrders: () => bulkDeleteImportedOrders4,
|
|
77
|
+
bulkMarkOrdersAsPaid: () => bulkMarkOrdersAsPaid4,
|
|
77
78
|
bulkUpdateOrderTags: () => bulkUpdateOrderTags4,
|
|
78
79
|
bulkUpdateOrders: () => bulkUpdateOrders4,
|
|
79
80
|
cancelOrder: () => cancelOrder4,
|
|
@@ -81,19 +82,18 @@ __export(index_exports, {
|
|
|
81
82
|
chargeMemberships: () => chargeMemberships4,
|
|
82
83
|
commitDeltas: () => commitDeltas4,
|
|
83
84
|
createOrder: () => createOrder4,
|
|
85
|
+
createPaymentGatewayOrder: () => createPaymentGatewayOrder4,
|
|
84
86
|
deleteActivity: () => deleteActivity4,
|
|
85
87
|
getOrder: () => getOrder4,
|
|
86
88
|
getPaymentCollectabilityStatus: () => getPaymentCollectabilityStatus4,
|
|
87
89
|
getRefundabilityStatus: () => getRefundabilityStatus4,
|
|
88
90
|
importOrder: () => importOrder4,
|
|
91
|
+
markOrderAsPaid: () => markOrderAsPaid4,
|
|
89
92
|
onOrderApproved: () => onOrderApproved2,
|
|
90
93
|
onOrderCanceled: () => onOrderCanceled2,
|
|
91
94
|
onOrderCreated: () => onOrderCreated2,
|
|
92
95
|
onOrderPaymentStatusUpdated: () => onOrderPaymentStatusUpdated2,
|
|
93
96
|
onOrderUpdated: () => onOrderUpdated2,
|
|
94
|
-
paymentCollectionBulkMarkOrdersAsPaid: () => paymentCollectionBulkMarkOrdersAsPaid4,
|
|
95
|
-
paymentCollectionCreatePaymentGatewayOrder: () => paymentCollectionCreatePaymentGatewayOrder4,
|
|
96
|
-
paymentCollectionMarkOrderAsPaid: () => paymentCollectionMarkOrderAsPaid4,
|
|
97
97
|
preparePaymentCollection: () => preparePaymentCollection4,
|
|
98
98
|
recordManuallyCollectedPayment: () => recordManuallyCollectedPayment4,
|
|
99
99
|
searchOrders: () => searchOrders4,
|
|
@@ -442,8 +442,8 @@ function recordManuallyCollectedPayment(payload) {
|
|
|
442
442
|
}
|
|
443
443
|
return __recordManuallyCollectedPayment;
|
|
444
444
|
}
|
|
445
|
-
function
|
|
446
|
-
function
|
|
445
|
+
function markOrderAsPaid(payload) {
|
|
446
|
+
function __markOrderAsPaid({ host }) {
|
|
447
447
|
const metadata = {
|
|
448
448
|
entityFqdn: "wix.ecom.v1.order",
|
|
449
449
|
method: "POST",
|
|
@@ -504,10 +504,10 @@ function paymentCollectionMarkOrderAsPaid(payload) {
|
|
|
504
504
|
};
|
|
505
505
|
return metadata;
|
|
506
506
|
}
|
|
507
|
-
return
|
|
507
|
+
return __markOrderAsPaid;
|
|
508
508
|
}
|
|
509
|
-
function
|
|
510
|
-
function
|
|
509
|
+
function bulkMarkOrdersAsPaid(payload) {
|
|
510
|
+
function __bulkMarkOrdersAsPaid({ host }) {
|
|
511
511
|
const metadata = {
|
|
512
512
|
entityFqdn: "wix.ecom.v1.order",
|
|
513
513
|
method: "POST",
|
|
@@ -572,7 +572,7 @@ function paymentCollectionBulkMarkOrdersAsPaid(payload) {
|
|
|
572
572
|
};
|
|
573
573
|
return metadata;
|
|
574
574
|
}
|
|
575
|
-
return
|
|
575
|
+
return __bulkMarkOrdersAsPaid;
|
|
576
576
|
}
|
|
577
577
|
function getRefundabilityStatus(payload) {
|
|
578
578
|
function __getRefundabilityStatus({ host }) {
|
|
@@ -595,8 +595,8 @@ function getRefundabilityStatus(payload) {
|
|
|
595
595
|
}
|
|
596
596
|
return __getRefundabilityStatus;
|
|
597
597
|
}
|
|
598
|
-
function
|
|
599
|
-
function
|
|
598
|
+
function createPaymentGatewayOrder(payload) {
|
|
599
|
+
function __createPaymentGatewayOrder({ host }) {
|
|
600
600
|
const metadata = {
|
|
601
601
|
entityFqdn: "wix.ecom.v1.order",
|
|
602
602
|
method: "POST",
|
|
@@ -614,7 +614,7 @@ function paymentCollectionCreatePaymentGatewayOrder(payload) {
|
|
|
614
614
|
};
|
|
615
615
|
return metadata;
|
|
616
616
|
}
|
|
617
|
-
return
|
|
617
|
+
return __createPaymentGatewayOrder;
|
|
618
618
|
}
|
|
619
619
|
function chargeMemberships(payload) {
|
|
620
620
|
function __chargeMemberships({ host }) {
|
|
@@ -2551,12 +2551,12 @@ async function recordManuallyCollectedPayment2(orderId, amount) {
|
|
|
2551
2551
|
throw transformedError;
|
|
2552
2552
|
}
|
|
2553
2553
|
}
|
|
2554
|
-
async function
|
|
2554
|
+
async function markOrderAsPaid2(ecomOrderId) {
|
|
2555
2555
|
const { httpClient, sideEffects } = arguments[1];
|
|
2556
2556
|
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
2557
2557
|
ecomOrderId
|
|
2558
2558
|
});
|
|
2559
|
-
const reqOpts =
|
|
2559
|
+
const reqOpts = markOrderAsPaid(payload);
|
|
2560
2560
|
sideEffects?.onSiteCall?.();
|
|
2561
2561
|
try {
|
|
2562
2562
|
const result = await httpClient.request(reqOpts);
|
|
@@ -2594,12 +2594,12 @@ async function paymentCollectionMarkOrderAsPaid2(ecomOrderId) {
|
|
|
2594
2594
|
throw transformedError;
|
|
2595
2595
|
}
|
|
2596
2596
|
}
|
|
2597
|
-
async function
|
|
2597
|
+
async function bulkMarkOrdersAsPaid2(ecomOrderIds) {
|
|
2598
2598
|
const { httpClient, sideEffects } = arguments[1];
|
|
2599
2599
|
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
2600
2600
|
ecomOrderIds
|
|
2601
2601
|
});
|
|
2602
|
-
const reqOpts =
|
|
2602
|
+
const reqOpts = bulkMarkOrdersAsPaid(payload);
|
|
2603
2603
|
sideEffects?.onSiteCall?.();
|
|
2604
2604
|
try {
|
|
2605
2605
|
const result = await httpClient.request(reqOpts);
|
|
@@ -2664,15 +2664,13 @@ async function getRefundabilityStatus2(ecomOrderId) {
|
|
|
2664
2664
|
throw transformedError;
|
|
2665
2665
|
}
|
|
2666
2666
|
}
|
|
2667
|
-
async function
|
|
2667
|
+
async function createPaymentGatewayOrder2(ecomOrderId, options) {
|
|
2668
2668
|
const { httpClient, sideEffects } = arguments[2];
|
|
2669
2669
|
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({
|
|
2670
2670
|
ecomOrderId,
|
|
2671
2671
|
chargedBy: options?.chargedBy
|
|
2672
2672
|
});
|
|
2673
|
-
const reqOpts =
|
|
2674
|
-
payload
|
|
2675
|
-
);
|
|
2673
|
+
const reqOpts = createPaymentGatewayOrder(payload);
|
|
2676
2674
|
sideEffects?.onSiteCall?.();
|
|
2677
2675
|
try {
|
|
2678
2676
|
const result = await httpClient.request(reqOpts);
|
|
@@ -3600,15 +3598,15 @@ function recordManuallyCollectedPayment3(httpClient) {
|
|
|
3600
3598
|
{ httpClient }
|
|
3601
3599
|
);
|
|
3602
3600
|
}
|
|
3603
|
-
function
|
|
3604
|
-
return (ecomOrderId) =>
|
|
3601
|
+
function markOrderAsPaid3(httpClient) {
|
|
3602
|
+
return (ecomOrderId) => markOrderAsPaid2(
|
|
3605
3603
|
ecomOrderId,
|
|
3606
3604
|
// @ts-ignore
|
|
3607
3605
|
{ httpClient }
|
|
3608
3606
|
);
|
|
3609
3607
|
}
|
|
3610
|
-
function
|
|
3611
|
-
return (ecomOrderIds) =>
|
|
3608
|
+
function bulkMarkOrdersAsPaid3(httpClient) {
|
|
3609
|
+
return (ecomOrderIds) => bulkMarkOrdersAsPaid2(
|
|
3612
3610
|
ecomOrderIds,
|
|
3613
3611
|
// @ts-ignore
|
|
3614
3612
|
{ httpClient }
|
|
@@ -3621,8 +3619,8 @@ function getRefundabilityStatus3(httpClient) {
|
|
|
3621
3619
|
{ httpClient }
|
|
3622
3620
|
);
|
|
3623
3621
|
}
|
|
3624
|
-
function
|
|
3625
|
-
return (ecomOrderId, options) =>
|
|
3622
|
+
function createPaymentGatewayOrder3(httpClient) {
|
|
3623
|
+
return (ecomOrderId, options) => createPaymentGatewayOrder2(
|
|
3626
3624
|
ecomOrderId,
|
|
3627
3625
|
options,
|
|
3628
3626
|
// @ts-ignore
|
|
@@ -4009,12 +4007,10 @@ var bulkDeleteImportedOrders4 = /* @__PURE__ */ (0, import_rest_modules3.createR
|
|
|
4009
4007
|
var preparePaymentCollection4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(preparePaymentCollection3);
|
|
4010
4008
|
var getPaymentCollectabilityStatus4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getPaymentCollectabilityStatus3);
|
|
4011
4009
|
var recordManuallyCollectedPayment4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(recordManuallyCollectedPayment3);
|
|
4012
|
-
var
|
|
4013
|
-
var
|
|
4010
|
+
var markOrderAsPaid4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(markOrderAsPaid3);
|
|
4011
|
+
var bulkMarkOrdersAsPaid4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkMarkOrdersAsPaid3);
|
|
4014
4012
|
var getRefundabilityStatus4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getRefundabilityStatus3);
|
|
4015
|
-
var
|
|
4016
|
-
paymentCollectionCreatePaymentGatewayOrder3
|
|
4017
|
-
);
|
|
4013
|
+
var createPaymentGatewayOrder4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(createPaymentGatewayOrder3);
|
|
4018
4014
|
var chargeMemberships4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(chargeMemberships3);
|
|
4019
4015
|
var triggerRefund4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(triggerRefund3);
|
|
4020
4016
|
var voidAuthorizedPayments4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(voidAuthorizedPayments3);
|
|
@@ -4097,6 +4093,7 @@ var onOrderPaymentStatusUpdated2 = (0, import_event_definition_modules.createEve
|
|
|
4097
4093
|
addActivity,
|
|
4098
4094
|
aggregateOrders,
|
|
4099
4095
|
bulkDeleteImportedOrders,
|
|
4096
|
+
bulkMarkOrdersAsPaid,
|
|
4100
4097
|
bulkUpdateOrderTags,
|
|
4101
4098
|
bulkUpdateOrders,
|
|
4102
4099
|
cancelOrder,
|
|
@@ -4104,19 +4101,18 @@ var onOrderPaymentStatusUpdated2 = (0, import_event_definition_modules.createEve
|
|
|
4104
4101
|
chargeMemberships,
|
|
4105
4102
|
commitDeltas,
|
|
4106
4103
|
createOrder,
|
|
4104
|
+
createPaymentGatewayOrder,
|
|
4107
4105
|
deleteActivity,
|
|
4108
4106
|
getOrder,
|
|
4109
4107
|
getPaymentCollectabilityStatus,
|
|
4110
4108
|
getRefundabilityStatus,
|
|
4111
4109
|
importOrder,
|
|
4110
|
+
markOrderAsPaid,
|
|
4112
4111
|
onOrderApproved,
|
|
4113
4112
|
onOrderCanceled,
|
|
4114
4113
|
onOrderCreated,
|
|
4115
4114
|
onOrderPaymentStatusUpdated,
|
|
4116
4115
|
onOrderUpdated,
|
|
4117
|
-
paymentCollectionBulkMarkOrdersAsPaid,
|
|
4118
|
-
paymentCollectionCreatePaymentGatewayOrder,
|
|
4119
|
-
paymentCollectionMarkOrderAsPaid,
|
|
4120
4116
|
preparePaymentCollection,
|
|
4121
4117
|
recordManuallyCollectedPayment,
|
|
4122
4118
|
searchOrders,
|