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