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