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