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