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