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