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