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