@wix/auto_sdk_ecom_orders 1.0.208 → 1.0.210
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-CvSMoLJ1.d.ts → ecom-v1-order-orders.universal-BM_Xb8zA.d.ts} +24 -1
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +16 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +16 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +15 -2
- package/build/cjs/meta.js +8 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{ecom-v1-order-orders.universal-CvSMoLJ1.d.mts → ecom-v1-order-orders.universal-BM_Xb8zA.d.mts} +24 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +14 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +14 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +15 -2
- package/build/es/meta.mjs +7 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{ecom-v1-order-orders.universal-C82IbNQo.d.ts → ecom-v1-order-orders.universal-D5Da2wg2.d.ts} +36 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +16 -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 +16 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +15 -2
- package/build/internal/cjs/meta.js +8 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{ecom-v1-order-orders.universal-C82IbNQo.d.mts → ecom-v1-order-orders.universal-D5Da2wg2.d.mts} +36 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +14 -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 +14 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +15 -2
- package/build/internal/es/meta.mjs +7 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as _wix_sdk_types from '@wix/sdk-types';
|
|
1
2
|
import { SearchSpec, Search, NonNullablePaths } from '@wix/sdk-types';
|
|
2
3
|
|
|
3
4
|
/**
|
|
@@ -3056,6 +3057,12 @@ interface OrderSettings extends OrderSettingsAllowedActionsOneOf, OrderSettingsE
|
|
|
3056
3057
|
* @internal
|
|
3057
3058
|
*/
|
|
3058
3059
|
editableByOwnerApps?: OwnerApps;
|
|
3060
|
+
/**
|
|
3061
|
+
* New global coupons calculation logic.
|
|
3062
|
+
* Indicates which calculation is used for coupons with type `SPECIFIC_ITEMS`.
|
|
3063
|
+
* @internal
|
|
3064
|
+
*/
|
|
3065
|
+
specificItemsCouponBehavior?: SpecificItemsCouponBehaviorWithLiterals;
|
|
3059
3066
|
}
|
|
3060
3067
|
/** @oneof */
|
|
3061
3068
|
interface OrderSettingsAllowedActionsOneOf {
|
|
@@ -3136,6 +3143,19 @@ interface OwnerApps {
|
|
|
3136
3143
|
*/
|
|
3137
3144
|
appIds?: string[];
|
|
3138
3145
|
}
|
|
3146
|
+
declare enum SpecificItemsCouponBehavior {
|
|
3147
|
+
/** Coupon calculation behavior was not specified. */
|
|
3148
|
+
UNDEFINED_COUPON_BEHAVIOR = "UNDEFINED_COUPON_BEHAVIOR",
|
|
3149
|
+
/** Item subtotal includes coupon discount. */
|
|
3150
|
+
ITEM_SUBTOTAL_INCLUDES_DISCOUNT = "ITEM_SUBTOTAL_INCLUDES_DISCOUNT",
|
|
3151
|
+
/**
|
|
3152
|
+
* Legacy flow.
|
|
3153
|
+
* Discount is applied as to specific items after subtotal calculation.
|
|
3154
|
+
*/
|
|
3155
|
+
LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT = "LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT"
|
|
3156
|
+
}
|
|
3157
|
+
/** @enumType */
|
|
3158
|
+
type SpecificItemsCouponBehaviorWithLiterals = SpecificItemsCouponBehavior | 'UNDEFINED_COUPON_BEHAVIOR' | 'ITEM_SUBTOTAL_INCLUDES_DISCOUNT' | 'LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT';
|
|
3139
3159
|
interface FormInfo {
|
|
3140
3160
|
/**
|
|
3141
3161
|
* The identifier of the form schema.
|
|
@@ -6296,6 +6316,12 @@ interface CommitDeltasRequest {
|
|
|
6296
6316
|
* @maxLength 200
|
|
6297
6317
|
*/
|
|
6298
6318
|
reason?: string | null;
|
|
6319
|
+
/**
|
|
6320
|
+
* New global coupons calculation logic.
|
|
6321
|
+
* Indicates that line items in deltas contain totals calculated with new logic.
|
|
6322
|
+
* @internal
|
|
6323
|
+
*/
|
|
6324
|
+
specificItemsCouponBehavior?: SpecificItemsCouponBehaviorWithLiterals;
|
|
6299
6325
|
}
|
|
6300
6326
|
interface DraftOrderDiffs extends DraftOrderDiffsShippingUpdateInfoOneOf, DraftOrderDiffsBuyerUpdateInfoOneOf, DraftOrderDiffsBillingUpdateInfoOneOf, DraftOrderDiffsRecipientUpdateInfoOneOf {
|
|
6301
6327
|
/** Shipping info and selected shipping option details. */
|
|
@@ -8683,6 +8709,15 @@ type OrderSearch = {
|
|
|
8683
8709
|
order?: NonNullable<CommonSearchWithEntityContext['sort']>[number]['order'];
|
|
8684
8710
|
}[];
|
|
8685
8711
|
};
|
|
8712
|
+
declare const utils: {
|
|
8713
|
+
search: {
|
|
8714
|
+
SearchBuilder: () => _wix_sdk_types.SearchBuilder<Order, OrderSearchSpec, OrderSearch>;
|
|
8715
|
+
Filter: _wix_sdk_types.FilterFactory<Order, OrderSearchSpec>;
|
|
8716
|
+
Sort: _wix_sdk_types.SortFactory<OrderSearchSpec>;
|
|
8717
|
+
SearchParams: _wix_sdk_types.SearchParamsFactory<OrderSearchSpec>;
|
|
8718
|
+
Aggregation: _wix_sdk_types.AggregationFactory<OrderSearchSpec>;
|
|
8719
|
+
};
|
|
8720
|
+
};
|
|
8686
8721
|
/**
|
|
8687
8722
|
* Creates an order.
|
|
8688
8723
|
*
|
|
@@ -9363,4 +9398,4 @@ interface BulkUpdateOrderTagsOptions {
|
|
|
9363
9398
|
unassignTags?: TagsTags;
|
|
9364
9399
|
}
|
|
9365
9400
|
|
|
9366
|
-
export { type CancelOrderResponse as $, type MaskedOrder as A, type BulkDeleteImportedOrdersOptions 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 SetOrderNumberCounterResponse as a, RefundStatus 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, ChargeType as aC, DeltaPaymentOptionType as aD, InventoryAction as aE, WebhookIdentityType as aF, VersioningMode as aG, PreviewEmailType as aH, State as aI, SiteCreatedContext as aJ, Namespace as aK, DeleteStatus as aL, ScheduledAction as aM, DurationUnit as aN, PaymentCollectabilityStatus as aO, PredefinedPaymentMethod as aP, RefundableStatus as aQ, NonRefundableReason as aR, ManuallyRefundableReason as aS, RestockType as aT, TransactionStatus as aU, AuthorizationCaptureStatus as aV, AuthorizationVoidStatus as aW, Reason as aX, ActionType as aY, ChargebackStatus as aZ, MembershipPaymentStatus 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, PaymentStatus 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 BulkDeleteImportedOrdersResponse as b, type AppliedDiscount as b$, SortOrder as b0, OrderApprovalStrategy as b1, Placement as b2, SubdivisionType as b3, SourceType as b4, CustomFieldGroup as b5, ValueType as b6, DepositType as b7, InvoiceStatus as b8, type OrderLineItem as b9, type TaxableAddress as bA, type TaxableAddressTaxableAddressDataOneOf as bB, type ExtendedFields as bC, type ModifierGroup as bD, type TranslatableString as bE, type ItemModifier as bF, type BuyerInfo as bG, type BuyerInfoIdOneOf as bH, type CurrencyConversionDetails as bI, type PriceSummary as bJ, type AddressWithContact as bK, type Address as bL, type StreetAddress as bM, type AddressLocation as bN, type FullAddressContactDetails as bO, type VatId as bP, type V1ShippingInformation as bQ, type DeliveryLogistics as bR, type DeliveryLogisticsAddressOneOf as bS, type PickupDetails as bT, type PickupAddress as bU, type DeliveryTimeSlot as bV, type ShippingPrice as bW, type ShippingRegion as bX, type TaxSummary as bY, type OrderTaxInfo as bZ, type OrderTaxBreakdown as b_, type ProductName as ba, type CatalogReference as bb, type DescriptionLine as bc, type DescriptionLineValueOneOf as bd, type DescriptionLineDescriptionLineValueOneOf as be, type DescriptionLineName as bf, type PlainTextValue as bg, type Color as bh, type FocalPoint as bi, type PhysicalProperties as bj, type Dimensions as bk, type ItemType as bl, type ItemTypeItemTypeDataOneOf as bm, type ItemTaxFullDetails as bn, type LineItemTaxInfo as bo, type LineItemTaxBreakdown as bp, type DigitalFile as bq, type SubscriptionInfo as br, type SubscriptionTitle as bs, type SubscriptionDescription as bt, type SubscriptionSettings as bu, type FreeTrialPeriod as bv, type BillingAdjustment as bw, type BillingAdjustmentPriceSummary as bx, type PriceDescription as by, type LocationAndQuantity as bz, type PreparePaymentCollectionOptions as c, type ChargebackReversed as c$, type AppliedDiscountDiscountSourceOneOf as c0, type Coupon as c1, type MerchantDiscount as c2, type MerchantDiscountMerchantDiscountReasonOneOf as c3, type DiscountRule as c4, type DiscountRuleName as c5, type LineItemDiscount as c6, type ItemCombination as c7, type ItemCombinationLineItem as c8, type Activity as c9, type AuthorizedPaymentCaptured as cA, type AuthorizedPaymentVoided as cB, type RefundInitiated as cC, type RefundedPayment as cD, type RefundedPaymentKindOneOf as cE, type RegularPaymentRefund as cF, type GiftCardPaymentRefund as cG, type MembershipPaymentRefund as cH, type PaymentRefunded as cI, type PaymentRefundFailed as cJ, type RefundedAsStoreCredit as cK, type PaymentPending as cL, type PaymentPendingPaymentDetailsOneOf as cM, type RegularPayment as cN, type RegularPaymentPaymentMethodDetailsOneOf as cO, type CreditCardDetails as cP, type PaymentCanceled as cQ, type PaymentCanceledPaymentDetailsOneOf as cR, type PaymentDeclined as cS, type PaymentDeclinedPaymentDetailsOneOf as cT, type ReceiptCreated as cU, type ReceiptCreatedReceiptInfoOneOf as cV, type WixReceipt as cW, type ExternalReceipt as cX, type ReceiptSent as cY, type ReceiptSentReceiptInfoOneOf as cZ, type ChargebackCreated as c_, type ActivityContentOneOf as ca, type CustomActivity as cb, type MerchantComment as cc, type OrderRefunded as cd, type OrderCreatedFromExchange as ce, type NewExchangeOrderCreated as cf, type LineItemExchangeData as cg, type DraftOrderChangesApplied as ch, type OrderChange as ci, type OrderChangeValueOneOf as cj, type LineItemChanges as ck, type LineItemQuantityChange as cl, type LineItemPriceChange as cm, type LineItemProductNameChange as cn, type LineItemDescriptionLineChange as co, type LineItemModifiersChange as cp, type ManagedLineItem as cq, type ManagedDiscount as cr, type TranslatedValue as cs, type LineItemAmount as ct, type ManagedAdditionalFee as cu, type TotalPriceChange as cv, type ShippingInformationChange as cw, type ShippingInformation as cx, type SavedPaymentMethod as cy, type AuthorizedPaymentCreated as cz, type PreparePaymentCollectionResponse as d, type DeleteByFilterOperation as d$, type CreatedBy as d0, type CreatedByStringOneOf as d1, type ChannelInfo as d2, type CustomField as d3, type BalanceSummary as d4, type Balance as d5, type AdditionalFee as d6, type FulfillmentStatusesAggregate as d7, type Tags as d8, type TagList as d9, type LineItemDelta as dA, type LineItemDeltaDeltaOneOf as dB, type AppliedDiscountDelta as dC, type AppliedDiscountDeltaDeltaOneOf as dD, type AdditionalFeeDelta as dE, type AdditionalFeeDeltaDeltaOneOf as dF, type DraftOrderCommitSettings as dG, type InventoryUpdateDetails as dH, type ImportOrderRequest as dI, type SetOrderNumberCounterRequest as dJ, type BulkDeleteImportedOrdersRequest as dK, type DomainEvent as dL, type DomainEventBodyOneOf as dM, type EntityCreatedEvent as dN, type RestoreInfo as dO, type EntityUpdatedEvent as dP, type EntityDeletedEvent as dQ, type ActionEvent as dR, type MessageEnvelope as dS, type IdentificationData as dT, type IdentificationDataIdOneOf as dU, type AccountInfo as dV, type UpdateInternalDocumentsEvent as dW, type UpdateInternalDocumentsEventOperationOneOf as dX, type InternalDocument as dY, type InternalDocumentUpdateOperation as dZ, type DeleteByIdsOperation as d_, type Location as da, type OrderSettings as db, type OrderSettingsAllowedActionsOneOf as dc, type OrderSettingsEditableByOneOf as dd, type CustomAllowedActions as de, type OwnerApps as df, type FormInfo as dg, type FormIdentifier as dh, type PlatformFeeSummary as di, type PlatformFee as dj, type OrderApproved as dk, type OrdersExperiments as dl, type OrderRejectedEventOrderRejected as dm, type OrderItemsRestocked as dn, type V1RestockItem as dp, type OrderImported as dq, type ImportedOrderDeleted as dr, type PaymentStatusUpdated as ds, type FulfillmentStatusUpdated as dt, type OrderCanceledEventOrderCanceled as du, type OrderDeltasCommitted as dv, type CommittedDiffs as dw, type CommittedDiffsShippingUpdateInfoOneOf as dx, type ItemChangedDetails as dy, type OrderLineItemChangedDetails as dz, type PreparePaymentCollectionApplicationErrors as e, type SiteUnpublished as e$, type InternalDocumentUpdateByFilterOperation as e0, type InternalUpdateExistingOperation as e1, type VersionedDocumentUpdateOperation as e2, type VersionedDeleteByIdsOperation as e3, type VersionedDocumentId as e4, type TriggerReindexRequest as e5, type TriggerReindexResponse as e6, type Empty as e7, type TriggerReindexOrderRequest as e8, type SendBuyerConfirmationEmailRequest as e9, type LineItemRefund as eA, type AdditionalFeeRefund as eB, type ShippingRefund as eC, type PreviewRefundEmailResponse as eD, type PreviewCancelEmailRequest as eE, type PreviewCancelEmailResponse as eF, type PreviewCancelRefundEmailRequest as eG, type PreviewCancelRefundEmailResponse as eH, type PreviewBuyerPaymentsReceivedEmailRequest as eI, type PreviewBuyerPaymentsReceivedEmailResponse as eJ, type PreviewBuyerConfirmationEmailRequest as eK, type PreviewBuyerConfirmationEmailResponse as eL, type PreviewBuyerPickupConfirmationEmailRequest as eM, type PreviewBuyerPickupConfirmationEmailResponse as eN, type PreviewShippingConfirmationEmailRequest as eO, type PreviewShippingConfirmationEmailResponse as eP, type PreviewResendDownloadLinksEmailRequest as eQ, type PreviewResendDownloadLinksEmailResponse as eR, type MetaSiteSpecialEvent as eS, type MetaSiteSpecialEventPayloadOneOf as eT, type Asset as eU, type SiteCreated as eV, type SiteTransferred as eW, type SiteDeleted as eX, type DeleteContext as eY, type SiteUndeleted as eZ, type SitePublished as e_, type SendBuyerConfirmationEmailResponse as ea, type SendBuyerPaymentsReceivedEmailRequest as eb, type SendBuyerPaymentsReceivedEmailResponse as ec, type SendBuyerPickupConfirmationEmailRequest as ed, type SendBuyerPickupConfirmationEmailResponse as ee, type BulkSendBuyerPickupConfirmationEmailsRequest as ef, type BulkSendBuyerPickupConfirmationEmailsResponse as eg, type SendBuyerShippingConfirmationEmailRequest as eh, type SendBuyerShippingConfirmationEmailResponse as ei, type BulkSendBuyerShippingConfirmationEmailsRequest as ej, type BulkSendBuyerShippingConfirmationEmailsResponse as ek, type SendMerchantOrderReceivedNotificationRequest as el, type SendMerchantOrderReceivedNotificationResponse as em, type SendCancelRefundEmailRequest as en, type SendCancelRefundEmailResponse as eo, type SendRefundEmailRequest as ep, type SendRefundEmailResponse as eq, type SendFulfillmentEmailRequest as er, type SendFulfillmentEmailResponse as es, type SendMerchantOrderReceivedPushRequest as et, type SendMerchantOrderReceivedPushResponse as eu, type PreviewEmailByTypeRequest as ev, type PreviewEmailByTypeResponse as ew, type PreviewRefundEmailRequest as ex, type RefundDetails as ey, type RefundItem as ez, type RecordManuallyCollectedPaymentApplicationErrors as f, type RegularPaymentDetailsPaymentMethodDetailsOneOf as f$, type SiteMarkedAsTemplate as f0, type SiteMarkedAsWixSite as f1, type ServiceProvisioned as f2, type ServiceRemoved as f3, type SiteRenamed as f4, type SiteHardDeleted as f5, type NamespaceChanged as f6, type StudioAssigned as f7, type StudioUnassigned as f8, type SiteUrlChanged as f9, type UserDefinedPaymentMethodNameKindOneOf as fA, type RecordManuallyCollectedPaymentResponse as fB, type MarkOrderAsPaidRequest as fC, type BulkMarkOrdersAsPaidRequest as fD, type BulkOrderResult as fE, type ItemMetadata as fF, type ApplicationError as fG, type BulkActionMetadata as fH, type GetRefundabilityStatusRequest as fI, type Refundability as fJ, type RefundabilityAdditionalRefundabilityInfoOneOf as fK, type CreatePaymentGatewayOrderRequest as fL, type ChargedBy as fM, type ChargeMembershipsRequest as fN, type MembershipChargeItem as fO, type MembershipName as fP, type ServiceProperties as fQ, type ChargeMembershipsResponse as fR, type TriggerRefundRequest as fS, type RefundSideEffects as fT, type RestockInfo as fU, type RestockItem as fV, type OrderTransactions as fW, type Payment as fX, type PaymentPaymentDetailsOneOf as fY, type PaymentReceiptInfoOneOf as fZ, type RegularPaymentDetails as f_, type SitePurgedExternally as fa, type OdeditorAssigned as fb, type OdeditorUnassigned as fc, type PicassoAssigned as fd, type PicassoUnassigned as fe, type WixelAssigned as ff, type WixelUnassigned as fg, type StudioTwoAssigned as fh, type StudioTwoUnassigned as fi, type UserDomainMediaEnabled as fj, type UserDomainMediaDisabled as fk, type EditorlessAssigned as fl, type EditorlessUnassigned as fm, type HasCustomEmailConfigurationsRequest as fn, type HasCustomEmailConfigurationsResponse as fo, type AddToAutomationMigrationPopulationRequest as fp, type AddToAutomationMigrationPopulationResponse as fq, type IsInAutomationMigrationPopulationRequest as fr, type IsInAutomationMigrationPopulationResponse as fs, type PreparePaymentCollectionRequest as ft, type RedirectUrls as fu, type DelayedCaptureSettings as fv, type Duration as fw, type GetPaymentCollectabilityStatusRequest as fx, type RecordManuallyCollectedPaymentRequest as fy, type UserDefinedPaymentMethodName as fz, type PaymentCollectionMarkOrderAsPaidOptions as g, type ArchiveOrderResponse as g$, type CreditCardPaymentMethodDetails as g0, type AuthorizationDetails as g1, type AuthorizationCapture as g2, type AuthorizationActionFailureDetails as g3, type AuthorizationVoid as g4, type V1ScheduledAction as g5, type Chargeback as g6, type PaymentMethodName as g7, type GiftCardPaymentDetails as g8, type MembershipPaymentDetails as g9, type InternalQueryOrdersResponse as gA, type PlatformPagingMetadata as gB, type Cursors as gC, type QueryOrderRequest as gD, type QueryOrderResponse as gE, type SearchOrdersRequest as gF, type CursorSearch as gG, type CursorSearchPagingMethodOneOf as gH, type CursorPagingMetadata as gI, type CreateOrderRequest as gJ, type OrderCreationSettings as gK, type OrderCreationSettingsEditableByOneOf as gL, type OrderCreateNotifications as gM, type CreateOrderResponse as gN, type UpdateOrderRequest as gO, type UpdateOrderResponse as gP, type BulkUpdateOrdersRequest as gQ, type CommitDeltasRequest as gR, type DraftOrderDiffs as gS, type DraftOrderDiffsShippingUpdateInfoOneOf as gT, type DraftOrderDiffsBuyerUpdateInfoOneOf as gU, type DraftOrderDiffsBillingUpdateInfoOneOf as gV, type DraftOrderDiffsRecipientUpdateInfoOneOf as gW, type V1LineItemDelta as gX, type V1LineItemDeltaDeltaOneOf as gY, type CommitDeltasResponse as gZ, type ArchiveOrderRequest as g_, type WixReceiptInfo as ga, type ExternalReceiptInfo as gb, type Refund as gc, type RefundTransaction as gd, type RefundStatusInfo as ge, type AggregatedRefundSummary as gf, type RefundItemsBreakdown as gg, type LineItemRefundSummary as gh, type CalculateRefundRequest as gi, type CalculateRefundItemRequest as gj, type CalculateRefundResponse as gk, type CalculateRefundItemResponse as gl, type VoidAuthorizedPaymentsRequest as gm, type CaptureAuthorizedPaymentsRequest as gn, type ChargeSavedPaymentMethodRequest as go, type ChargeSavedPaymentMethodResponse as gp, type DiffmatokyPayload as gq, type ErrorInformation as gr, type GetOrderRequest as gs, type GetOrderResponse as gt, type InternalQueryOrdersRequest as gu, type PlatformQuery as gv, type PlatformQueryPagingMethodOneOf as gw, type Sorting as gx, type PlatformPaging as gy, type CursorPaging as gz, type PaymentCollectionMarkOrderAsPaidApplicationErrors as h, type BulkMarkAsFulfilledByFilterResponse as h$, type BulkArchiveOrdersRequest as h0, type BulkArchiveOrdersResponse as h1, type BulkArchiveOrdersByFilterRequest as h2, type BulkArchiveOrdersByFilterResponse as h3, type UnArchiveOrderRequest as h4, type UnArchiveOrderResponse as h5, type BulkUnArchiveOrdersRequest as h6, type BulkUnArchiveOrdersResponse as h7, type BulkUnArchiveOrdersByFilterRequest as h8, type BulkUnArchiveOrdersByFilterResponse as h9, type InvoiceAdded as hA, type InvoiceSent as hB, type FulfillerEmailSent as hC, type ShippingAddressEdited as hD, type EmailEdited as hE, type PickupReadyEmailSent as hF, type OrderPartiallyPaid as hG, type OrderPending as hH, type OrderRejected as hI, type AddInternalActivityResponse as hJ, type AddActivityRequest as hK, type PublicActivityContentOneOf as hL, type AddActivitiesRequest as hM, type UpdateActivityRequest as hN, type DeleteActivityRequest as hO, type UpdateLineItemsDescriptionLinesRequest as hP, type LineItemUpdate as hQ, type UpdateLineItemsDescriptionLinesResponse as hR, type MarkOrderAsSeenByHumanRequest as hS, type MarkOrderAsSeenByHumanResponse as hT, type CancelOrderRequest as hU, type UpdateOrderStatusRequest as hV, type MarkAsFulfilledRequest as hW, type MarkAsFulfilledResponse as hX, type BulkMarkAsFulfilledRequest as hY, type BulkMarkAsFulfilledResponse as hZ, type BulkMarkAsFulfilledByFilterRequest as h_, type UpdateBuyerInfoRequest as ha, type BuyerInfoUpdate as hb, type UpdateBuyerInfoResponse as hc, type UpdateBuyerEmailRequest as hd, type UpdateBuyerEmailResponse as he, type UpdateOrderShippingAddressRequest as hf, type UpdateOrderShippingAddressResponse as hg, type UpdateBillingContactDetailsRequest as hh, type UpdateBillingContactDetailsResponse as hi, type UpdateOrderLineItemRequest as hj, type UpdateOrderLineItemsRequest as hk, type MaskedOrderLineItem as hl, type UpdateOrderLineItemsResponse as hm, type AddInternalActivityRequest as hn, type InternalActivity as ho, type InternalActivityContentOneOf as hp, type OrderPlaced as hq, type OrderPaid as hr, type OrderFulfilled as hs, type OrderNotFulfilled as ht, type OrderCanceled as hu, type DownloadLinkSent as hv, type TrackingNumberAdded as hw, type TrackingNumberEdited as hx, type TrackingLinkAdded as hy, type ShippingConfirmationEmailSent as hz, type BulkMarkOrdersAsPaidResponse as i, type Payments as i$, type MarkAsUnfulfilledRequest as i0, type MarkAsUnfulfilledResponse as i1, type BulkMarkAsUnfulfilledRequest as i2, type BulkMarkAsUnfulfilledResponse as i3, type BulkMarkAsUnfulfilledByFilterRequest as i4, type BulkMarkAsUnfulfilledByFilterResponse as i5, type BulkSetBusinessLocationRequest as i6, type BulkSetBusinessLocationResponse as i7, type BulkSetBusinessLocationResult as i8, type V1MarkOrderAsPaidRequest as i9, type InvoiceSentEvent as iA, type IdAndVersion as iB, type InvoiceFields as iC, type Customer as iD, type Email as iE, type QuotesAddress as iF, type AddressDescription as iG, type Phone as iH, type Company as iI, type CommonAddress as iJ, type CommonAddressStreetOneOf as iK, type Subdivision as iL, type StandardDetails as iM, type InvoiceDates as iN, type LineItems as iO, type LineItem as iP, type BigDecimalWrapper as iQ, type LineItemTax as iR, type Source as iS, type LineItemMetaData as iT, type Locale as iU, type TotalPrice as iV, type ItemizedFee as iW, type Discount as iX, type DiscountOneDiscountTypeOneOf as iY, type CalculatedTaxes as iZ, type CalculatedTax as i_, type V1MarkOrderAsPaidResponse as ia, type V1BulkMarkOrdersAsPaidRequest as ib, type V1BulkMarkOrdersAsPaidResponse as ic, type V1CreatePaymentGatewayOrderRequest as id, type V1CreatePaymentGatewayOrderResponse as ie, type GetShipmentsRequest as ig, type GetShipmentsResponse as ih, type AggregateOrdersRequest as ii, type DecrementItemsQuantityRequest as ij, type DecrementData as ik, type DecrementItemsQuantityResponse as il, type BulkUpdateOrderTagsRequest as im, type TagsTags as io, type TagsTagList as ip, type BulkUpdateOrderTagsResult as iq, type SendOrderUpdatedDomainEventRequest as ir, type SendOrderUpdatedDomainEventResponse as is, type Task as it, type TaskKey as iu, type TaskAction as iv, type TaskActionActionOneOf as iw, type Complete as ix, type Cancel as iy, type Reschedule as iz, type GetRefundabilityStatusResponse as j, type CustomFieldGroupWithLiterals as j$, type InvoicesPayment as j0, type MetaData as j1, type InvoiceDynamicPriceTotals as j2, type CustomFieldValue as j3, type Value as j4, type Deposit as j5, type BaseEventMetadata as j6, type EventMetadata as j7, type AccountInfoMetadata as j8, type OrderSearchSpec as j9, type VersioningModeWithLiterals as jA, type PreviewEmailTypeWithLiterals as jB, type StateWithLiterals as jC, type SiteCreatedContextWithLiterals as jD, type NamespaceWithLiterals as jE, type DeleteStatusWithLiterals as jF, type ScheduledActionWithLiterals as jG, type DurationUnitWithLiterals as jH, type PaymentCollectabilityStatusWithLiterals as jI, type PredefinedPaymentMethodWithLiterals as jJ, type RefundableStatusWithLiterals as jK, type NonRefundableReasonWithLiterals as jL, type ManuallyRefundableReasonWithLiterals as jM, type RestockTypeWithLiterals as jN, type TransactionStatusWithLiterals as jO, type AuthorizationCaptureStatusWithLiterals as jP, type AuthorizationVoidStatusWithLiterals as jQ, type ReasonWithLiterals as jR, type ActionTypeWithLiterals as jS, type ChargebackStatusWithLiterals as jT, type MembershipPaymentStatusWithLiterals as jU, type RefundStatusWithLiterals as jV, type SortOrderWithLiterals as jW, type OrderApprovalStrategyWithLiterals as jX, type PlacementWithLiterals as jY, type SubdivisionTypeWithLiterals as jZ, type SourceTypeWithLiterals as j_, type DescriptionLineTypeWithLiterals as ja, type DimensionsUnitWithLiterals as jb, type ItemTypePresetWithLiterals as jc, type PaymentOptionTypeWithLiterals as jd, type JurisdictionTypeWithLiterals as je, type SubscriptionFrequencyWithLiterals as jf, type AdjustmentTypeWithLiterals as jg, type TaxableAddressTypeWithLiterals as jh, type PaymentStatusWithLiterals as ji, type FulfillmentStatusWithLiterals as jj, type WeightUnitWithLiterals as jk, type VatTypeWithLiterals as jl, type PickupMethodWithLiterals as jm, type DiscountTypeWithLiterals as jn, type DiscountReasonWithLiterals as jo, type LineItemQuantityChangeTypeWithLiterals as jp, type ActivityTypeWithLiterals as jq, type OrderActivityTypeEnumActivityTypeWithLiterals as jr, type AttributionSourceWithLiterals as js, type ChannelTypeWithLiterals as jt, type AdditionalFeeSourceWithLiterals as ju, type OrderActionTypeWithLiterals as jv, type ChargeTypeWithLiterals as jw, type DeltaPaymentOptionTypeWithLiterals as jx, type InventoryActionWithLiterals as jy, type WebhookIdentityTypeWithLiterals as jz, type PaymentCollectionCreatePaymentGatewayOrderOptions as k, type ValueTypeWithLiterals as k0, type DepositTypeWithLiterals as k1, type InvoiceStatusWithLiterals as k2, type CommonSearchWithEntityContext as k3, onOrderApproved as k4, onOrderCanceled as k5, onOrderCommitted as k6, onOrderCreated as k7, onOrderFulfilled as k8, onOrderPaymentStatusUpdated as k9, aggregateOrders as kA, bulkUpdateOrderTags as kB, onOrderUpdated as ka, importOrder as kb, setOrderNumberCounter as kc, bulkDeleteImportedOrders as kd, preparePaymentCollection as ke, getPaymentCollectabilityStatus as kf, recordManuallyCollectedPayment as kg, paymentCollectionMarkOrderAsPaid as kh, paymentCollectionBulkMarkOrdersAsPaid as ki, getRefundabilityStatus as kj, paymentCollectionCreatePaymentGatewayOrder as kk, chargeMemberships as kl, triggerRefund as km, voidAuthorizedPayments as kn, captureAuthorizedPayments as ko, getOrder as kp, createOrder as kq, updateOrder as kr, bulkUpdateOrders as ks, updateOrderLineItem as kt, addActivity as ku, addActivities as kv, updateActivity as kw, deleteActivity as kx, cancelOrder as ky, updateOrderStatus as kz, 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 };
|
|
9401
|
+
export { type CancelOrderResponse as $, type MaskedOrder as A, type BulkDeleteImportedOrdersOptions 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 SetOrderNumberCounterResponse as a, MembershipPaymentStatus 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, DeltaPaymentOptionType as aE, InventoryAction as aF, WebhookIdentityType as aG, VersioningMode as aH, PreviewEmailType as aI, State as aJ, SiteCreatedContext as aK, Namespace as aL, DeleteStatus as aM, ScheduledAction as aN, DurationUnit as aO, PaymentCollectabilityStatus as aP, PredefinedPaymentMethod as aQ, RefundableStatus as aR, NonRefundableReason as aS, ManuallyRefundableReason as aT, RestockType as aU, TransactionStatus as aV, AuthorizationCaptureStatus as aW, AuthorizationVoidStatus as aX, Reason as aY, ActionType as aZ, ChargebackStatus 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, PaymentStatus 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 BulkDeleteImportedOrdersResponse as b, type OrderTaxBreakdown as b$, RefundStatus as b0, SortOrder as b1, OrderApprovalStrategy as b2, Placement as b3, SubdivisionType as b4, SourceType as b5, CustomFieldGroup as b6, ValueType as b7, DepositType as b8, InvoiceStatus as b9, type LocationAndQuantity as bA, type TaxableAddress as bB, type TaxableAddressTaxableAddressDataOneOf as bC, type ExtendedFields as bD, type ModifierGroup as bE, type TranslatableString as bF, type ItemModifier as bG, type BuyerInfo as bH, type BuyerInfoIdOneOf as bI, type CurrencyConversionDetails as bJ, type PriceSummary as bK, type AddressWithContact as bL, type Address as bM, type StreetAddress as bN, type AddressLocation as bO, type FullAddressContactDetails as bP, type VatId as bQ, type V1ShippingInformation as bR, type DeliveryLogistics as bS, type DeliveryLogisticsAddressOneOf as bT, type PickupDetails as bU, type PickupAddress as bV, type DeliveryTimeSlot as bW, type ShippingPrice as bX, type ShippingRegion as bY, type TaxSummary as bZ, type OrderTaxInfo as b_, type OrderLineItem as ba, type ProductName as bb, type CatalogReference as bc, type DescriptionLine as bd, type DescriptionLineValueOneOf as be, type DescriptionLineDescriptionLineValueOneOf as bf, type DescriptionLineName as bg, type PlainTextValue as bh, type Color as bi, type FocalPoint as bj, type PhysicalProperties as bk, type Dimensions as bl, type ItemType as bm, type ItemTypeItemTypeDataOneOf as bn, type ItemTaxFullDetails as bo, type LineItemTaxInfo as bp, type LineItemTaxBreakdown as bq, type DigitalFile as br, type SubscriptionInfo as bs, type SubscriptionTitle as bt, type SubscriptionDescription as bu, type SubscriptionSettings as bv, type FreeTrialPeriod as bw, type BillingAdjustment as bx, type BillingAdjustmentPriceSummary as by, type PriceDescription as bz, type PreparePaymentCollectionOptions as c, type ChargebackCreated as c$, type AppliedDiscount as c0, type AppliedDiscountDiscountSourceOneOf as c1, type Coupon as c2, type MerchantDiscount as c3, type MerchantDiscountMerchantDiscountReasonOneOf as c4, type DiscountRule as c5, type DiscountRuleName as c6, type LineItemDiscount as c7, type ItemCombination as c8, type ItemCombinationLineItem as c9, type AuthorizedPaymentCreated as cA, type AuthorizedPaymentCaptured as cB, type AuthorizedPaymentVoided as cC, type RefundInitiated as cD, type RefundedPayment as cE, type RefundedPaymentKindOneOf as cF, type RegularPaymentRefund as cG, type GiftCardPaymentRefund as cH, type MembershipPaymentRefund as cI, type PaymentRefunded as cJ, type PaymentRefundFailed as cK, type RefundedAsStoreCredit as cL, type PaymentPending as cM, type PaymentPendingPaymentDetailsOneOf as cN, type RegularPayment as cO, type RegularPaymentPaymentMethodDetailsOneOf as cP, type CreditCardDetails as cQ, type PaymentCanceled as cR, type PaymentCanceledPaymentDetailsOneOf as cS, type PaymentDeclined as cT, type PaymentDeclinedPaymentDetailsOneOf as cU, type ReceiptCreated as cV, type ReceiptCreatedReceiptInfoOneOf as cW, type WixReceipt as cX, type ExternalReceipt as cY, type ReceiptSent as cZ, type ReceiptSentReceiptInfoOneOf as c_, type Activity as ca, type ActivityContentOneOf as cb, type CustomActivity as cc, type MerchantComment as cd, type OrderRefunded as ce, type OrderCreatedFromExchange as cf, type NewExchangeOrderCreated as cg, type LineItemExchangeData as ch, type DraftOrderChangesApplied as ci, type OrderChange as cj, type OrderChangeValueOneOf as ck, type LineItemChanges as cl, type LineItemQuantityChange as cm, type LineItemPriceChange as cn, type LineItemProductNameChange as co, type LineItemDescriptionLineChange as cp, type LineItemModifiersChange as cq, type ManagedLineItem as cr, type ManagedDiscount as cs, type TranslatedValue as ct, type LineItemAmount as cu, type ManagedAdditionalFee as cv, type TotalPriceChange as cw, type ShippingInformationChange as cx, type ShippingInformation as cy, type SavedPaymentMethod as cz, type PreparePaymentCollectionResponse as d, type DeleteByIdsOperation as d$, type ChargebackReversed as d0, type CreatedBy as d1, type CreatedByStringOneOf as d2, type ChannelInfo as d3, type CustomField as d4, type BalanceSummary as d5, type Balance as d6, type AdditionalFee as d7, type FulfillmentStatusesAggregate as d8, type Tags as d9, type OrderLineItemChangedDetails as dA, type LineItemDelta as dB, type LineItemDeltaDeltaOneOf as dC, type AppliedDiscountDelta as dD, type AppliedDiscountDeltaDeltaOneOf as dE, type AdditionalFeeDelta as dF, type AdditionalFeeDeltaDeltaOneOf as dG, type DraftOrderCommitSettings as dH, type InventoryUpdateDetails as dI, type ImportOrderRequest as dJ, type SetOrderNumberCounterRequest as dK, type BulkDeleteImportedOrdersRequest as dL, type DomainEvent as dM, type DomainEventBodyOneOf as dN, type EntityCreatedEvent as dO, type RestoreInfo as dP, type EntityUpdatedEvent as dQ, type EntityDeletedEvent as dR, type ActionEvent as dS, type MessageEnvelope as dT, type IdentificationData as dU, type IdentificationDataIdOneOf as dV, type AccountInfo as dW, type UpdateInternalDocumentsEvent as dX, type UpdateInternalDocumentsEventOperationOneOf as dY, type InternalDocument as dZ, type InternalDocumentUpdateOperation as d_, type TagList as da, type Location as db, type OrderSettings as dc, type OrderSettingsAllowedActionsOneOf as dd, type OrderSettingsEditableByOneOf as de, type CustomAllowedActions as df, type OwnerApps as dg, type FormInfo as dh, type FormIdentifier as di, type PlatformFeeSummary as dj, type PlatformFee as dk, type OrderApproved as dl, type OrdersExperiments as dm, type OrderRejectedEventOrderRejected as dn, type OrderItemsRestocked as dp, type V1RestockItem as dq, type OrderImported as dr, type ImportedOrderDeleted as ds, type PaymentStatusUpdated as dt, type FulfillmentStatusUpdated as du, type OrderCanceledEventOrderCanceled as dv, type OrderDeltasCommitted as dw, type CommittedDiffs as dx, type CommittedDiffsShippingUpdateInfoOneOf as dy, type ItemChangedDetails as dz, type PreparePaymentCollectionApplicationErrors as e, type SitePublished as e$, type DeleteByFilterOperation as e0, type InternalDocumentUpdateByFilterOperation as e1, type InternalUpdateExistingOperation as e2, type VersionedDocumentUpdateOperation as e3, type VersionedDeleteByIdsOperation as e4, type VersionedDocumentId as e5, type TriggerReindexRequest as e6, type TriggerReindexResponse as e7, type Empty as e8, type TriggerReindexOrderRequest as e9, type RefundItem as eA, type LineItemRefund as eB, type AdditionalFeeRefund as eC, type ShippingRefund as eD, type PreviewRefundEmailResponse as eE, type PreviewCancelEmailRequest as eF, type PreviewCancelEmailResponse as eG, type PreviewCancelRefundEmailRequest as eH, type PreviewCancelRefundEmailResponse as eI, type PreviewBuyerPaymentsReceivedEmailRequest as eJ, type PreviewBuyerPaymentsReceivedEmailResponse as eK, type PreviewBuyerConfirmationEmailRequest as eL, type PreviewBuyerConfirmationEmailResponse as eM, type PreviewBuyerPickupConfirmationEmailRequest as eN, type PreviewBuyerPickupConfirmationEmailResponse as eO, type PreviewShippingConfirmationEmailRequest as eP, type PreviewShippingConfirmationEmailResponse as eQ, type PreviewResendDownloadLinksEmailRequest as eR, type PreviewResendDownloadLinksEmailResponse as eS, type MetaSiteSpecialEvent as eT, type MetaSiteSpecialEventPayloadOneOf as eU, type Asset as eV, type SiteCreated as eW, type SiteTransferred as eX, type SiteDeleted as eY, type DeleteContext as eZ, type SiteUndeleted as e_, type SendBuyerConfirmationEmailRequest as ea, type SendBuyerConfirmationEmailResponse as eb, type SendBuyerPaymentsReceivedEmailRequest as ec, type SendBuyerPaymentsReceivedEmailResponse as ed, type SendBuyerPickupConfirmationEmailRequest as ee, type SendBuyerPickupConfirmationEmailResponse as ef, type BulkSendBuyerPickupConfirmationEmailsRequest as eg, type BulkSendBuyerPickupConfirmationEmailsResponse as eh, type SendBuyerShippingConfirmationEmailRequest as ei, type SendBuyerShippingConfirmationEmailResponse as ej, type BulkSendBuyerShippingConfirmationEmailsRequest as ek, type BulkSendBuyerShippingConfirmationEmailsResponse as el, type SendMerchantOrderReceivedNotificationRequest as em, type SendMerchantOrderReceivedNotificationResponse as en, type SendCancelRefundEmailRequest as eo, type SendCancelRefundEmailResponse as ep, type SendRefundEmailRequest as eq, type SendRefundEmailResponse as er, type SendFulfillmentEmailRequest as es, type SendFulfillmentEmailResponse as et, type SendMerchantOrderReceivedPushRequest as eu, type SendMerchantOrderReceivedPushResponse as ev, type PreviewEmailByTypeRequest as ew, type PreviewEmailByTypeResponse as ex, type PreviewRefundEmailRequest as ey, type RefundDetails as ez, type RecordManuallyCollectedPaymentApplicationErrors as f, type RegularPaymentDetails as f$, type SiteUnpublished as f0, type SiteMarkedAsTemplate as f1, type SiteMarkedAsWixSite as f2, type ServiceProvisioned as f3, type ServiceRemoved as f4, type SiteRenamed as f5, type SiteHardDeleted as f6, type NamespaceChanged as f7, type StudioAssigned as f8, type StudioUnassigned as f9, type UserDefinedPaymentMethodName as fA, type UserDefinedPaymentMethodNameKindOneOf as fB, type RecordManuallyCollectedPaymentResponse as fC, type MarkOrderAsPaidRequest as fD, type BulkMarkOrdersAsPaidRequest as fE, type BulkOrderResult as fF, type ItemMetadata as fG, type ApplicationError as fH, type BulkActionMetadata as fI, type GetRefundabilityStatusRequest as fJ, type Refundability as fK, type RefundabilityAdditionalRefundabilityInfoOneOf as fL, type CreatePaymentGatewayOrderRequest as fM, type ChargedBy as fN, type ChargeMembershipsRequest as fO, type MembershipChargeItem as fP, type MembershipName as fQ, type ServiceProperties as fR, type ChargeMembershipsResponse as fS, type TriggerRefundRequest as fT, type RefundSideEffects as fU, type RestockInfo as fV, type RestockItem as fW, type OrderTransactions as fX, type Payment as fY, type PaymentPaymentDetailsOneOf as fZ, type PaymentReceiptInfoOneOf as f_, type SiteUrlChanged as fa, type SitePurgedExternally as fb, type OdeditorAssigned as fc, type OdeditorUnassigned as fd, type PicassoAssigned as fe, type PicassoUnassigned as ff, type WixelAssigned as fg, type WixelUnassigned as fh, type StudioTwoAssigned as fi, type StudioTwoUnassigned as fj, type UserDomainMediaEnabled as fk, type UserDomainMediaDisabled as fl, type EditorlessAssigned as fm, type EditorlessUnassigned as fn, type HasCustomEmailConfigurationsRequest as fo, type HasCustomEmailConfigurationsResponse as fp, type AddToAutomationMigrationPopulationRequest as fq, type AddToAutomationMigrationPopulationResponse as fr, type IsInAutomationMigrationPopulationRequest as fs, type IsInAutomationMigrationPopulationResponse as ft, type PreparePaymentCollectionRequest as fu, type RedirectUrls as fv, type DelayedCaptureSettings as fw, type Duration as fx, type GetPaymentCollectabilityStatusRequest as fy, type RecordManuallyCollectedPaymentRequest as fz, type PaymentCollectionMarkOrderAsPaidOptions as g, type ArchiveOrderRequest as g$, type RegularPaymentDetailsPaymentMethodDetailsOneOf as g0, type CreditCardPaymentMethodDetails as g1, type AuthorizationDetails as g2, type AuthorizationCapture as g3, type AuthorizationActionFailureDetails as g4, type AuthorizationVoid as g5, type V1ScheduledAction as g6, type Chargeback as g7, type PaymentMethodName as g8, type GiftCardPaymentDetails as g9, type CursorPaging as gA, type InternalQueryOrdersResponse as gB, type PlatformPagingMetadata as gC, type Cursors as gD, type QueryOrderRequest as gE, type QueryOrderResponse as gF, type SearchOrdersRequest as gG, type CursorSearch as gH, type CursorSearchPagingMethodOneOf as gI, type CursorPagingMetadata as gJ, type CreateOrderRequest as gK, type OrderCreationSettings as gL, type OrderCreationSettingsEditableByOneOf as gM, type OrderCreateNotifications as gN, type CreateOrderResponse as gO, type UpdateOrderRequest as gP, type UpdateOrderResponse as gQ, type BulkUpdateOrdersRequest as gR, type CommitDeltasRequest as gS, type DraftOrderDiffs as gT, type DraftOrderDiffsShippingUpdateInfoOneOf as gU, type DraftOrderDiffsBuyerUpdateInfoOneOf as gV, type DraftOrderDiffsBillingUpdateInfoOneOf as gW, type DraftOrderDiffsRecipientUpdateInfoOneOf as gX, type V1LineItemDelta as gY, type V1LineItemDeltaDeltaOneOf as gZ, type CommitDeltasResponse as g_, type MembershipPaymentDetails as ga, type WixReceiptInfo as gb, type ExternalReceiptInfo as gc, type Refund as gd, type RefundTransaction as ge, type RefundStatusInfo as gf, type AggregatedRefundSummary as gg, type RefundItemsBreakdown as gh, type LineItemRefundSummary as gi, type CalculateRefundRequest as gj, type CalculateRefundItemRequest as gk, type CalculateRefundResponse as gl, type CalculateRefundItemResponse as gm, type VoidAuthorizedPaymentsRequest as gn, type CaptureAuthorizedPaymentsRequest as go, type ChargeSavedPaymentMethodRequest as gp, type ChargeSavedPaymentMethodResponse as gq, type DiffmatokyPayload as gr, type ErrorInformation as gs, type GetOrderRequest as gt, type GetOrderResponse as gu, type InternalQueryOrdersRequest as gv, type PlatformQuery as gw, type PlatformQueryPagingMethodOneOf as gx, type Sorting as gy, type PlatformPaging as gz, type PaymentCollectionMarkOrderAsPaidApplicationErrors as h, type BulkMarkAsFulfilledByFilterRequest as h$, type ArchiveOrderResponse as h0, type BulkArchiveOrdersRequest as h1, type BulkArchiveOrdersResponse as h2, type BulkArchiveOrdersByFilterRequest as h3, type BulkArchiveOrdersByFilterResponse as h4, type UnArchiveOrderRequest as h5, type UnArchiveOrderResponse as h6, type BulkUnArchiveOrdersRequest as h7, type BulkUnArchiveOrdersResponse as h8, type BulkUnArchiveOrdersByFilterRequest as h9, type ShippingConfirmationEmailSent as hA, type InvoiceAdded as hB, type InvoiceSent as hC, type FulfillerEmailSent as hD, type ShippingAddressEdited as hE, type EmailEdited as hF, type PickupReadyEmailSent as hG, type OrderPartiallyPaid as hH, type OrderPending as hI, type OrderRejected as hJ, type AddInternalActivityResponse as hK, type AddActivityRequest as hL, type PublicActivityContentOneOf as hM, type AddActivitiesRequest as hN, type UpdateActivityRequest as hO, type DeleteActivityRequest as hP, type UpdateLineItemsDescriptionLinesRequest as hQ, type LineItemUpdate as hR, type UpdateLineItemsDescriptionLinesResponse as hS, type MarkOrderAsSeenByHumanRequest as hT, type MarkOrderAsSeenByHumanResponse as hU, type CancelOrderRequest as hV, type UpdateOrderStatusRequest as hW, type MarkAsFulfilledRequest as hX, type MarkAsFulfilledResponse as hY, type BulkMarkAsFulfilledRequest as hZ, type BulkMarkAsFulfilledResponse as h_, type BulkUnArchiveOrdersByFilterResponse as ha, type UpdateBuyerInfoRequest as hb, type BuyerInfoUpdate as hc, type UpdateBuyerInfoResponse as hd, type UpdateBuyerEmailRequest as he, type UpdateBuyerEmailResponse as hf, type UpdateOrderShippingAddressRequest as hg, type UpdateOrderShippingAddressResponse as hh, type UpdateBillingContactDetailsRequest as hi, type UpdateBillingContactDetailsResponse as hj, type UpdateOrderLineItemRequest as hk, type UpdateOrderLineItemsRequest as hl, type MaskedOrderLineItem as hm, type UpdateOrderLineItemsResponse as hn, type AddInternalActivityRequest as ho, type InternalActivity as hp, type InternalActivityContentOneOf as hq, type OrderPlaced as hr, type OrderPaid as hs, type OrderFulfilled as ht, type OrderNotFulfilled as hu, type OrderCanceled as hv, type DownloadLinkSent as hw, type TrackingNumberAdded as hx, type TrackingNumberEdited as hy, type TrackingLinkAdded as hz, type BulkMarkOrdersAsPaidResponse as i, type CalculatedTax as i$, type BulkMarkAsFulfilledByFilterResponse as i0, type MarkAsUnfulfilledRequest as i1, type MarkAsUnfulfilledResponse as i2, type BulkMarkAsUnfulfilledRequest as i3, type BulkMarkAsUnfulfilledResponse as i4, type BulkMarkAsUnfulfilledByFilterRequest as i5, type BulkMarkAsUnfulfilledByFilterResponse as i6, type BulkSetBusinessLocationRequest as i7, type BulkSetBusinessLocationResponse as i8, type BulkSetBusinessLocationResult as i9, type Reschedule as iA, type InvoiceSentEvent as iB, type IdAndVersion as iC, type InvoiceFields as iD, type Customer as iE, type Email as iF, type QuotesAddress as iG, type AddressDescription as iH, type Phone as iI, type Company as iJ, type CommonAddress as iK, type CommonAddressStreetOneOf as iL, type Subdivision as iM, type StandardDetails as iN, type InvoiceDates as iO, type LineItems as iP, type LineItem as iQ, type BigDecimalWrapper as iR, type LineItemTax as iS, type Source as iT, type LineItemMetaData as iU, type Locale as iV, type TotalPrice as iW, type ItemizedFee as iX, type Discount as iY, type DiscountOneDiscountTypeOneOf as iZ, type CalculatedTaxes as i_, type V1MarkOrderAsPaidRequest as ia, type V1MarkOrderAsPaidResponse as ib, type V1BulkMarkOrdersAsPaidRequest as ic, type V1BulkMarkOrdersAsPaidResponse as id, type V1CreatePaymentGatewayOrderRequest as ie, type V1CreatePaymentGatewayOrderResponse as ig, type GetShipmentsRequest as ih, type GetShipmentsResponse as ii, type AggregateOrdersRequest as ij, type DecrementItemsQuantityRequest as ik, type DecrementData as il, type DecrementItemsQuantityResponse as im, type BulkUpdateOrderTagsRequest as io, type TagsTags as ip, type TagsTagList as iq, type BulkUpdateOrderTagsResult as ir, type SendOrderUpdatedDomainEventRequest as is, type SendOrderUpdatedDomainEventResponse as it, type Task as iu, type TaskKey as iv, type TaskAction as iw, type TaskActionActionOneOf as ix, type Complete as iy, type Cancel as iz, type GetRefundabilityStatusResponse as j, type PlacementWithLiterals as j$, type Payments as j0, type InvoicesPayment as j1, type MetaData as j2, type InvoiceDynamicPriceTotals as j3, type CustomFieldValue as j4, type Value as j5, type Deposit as j6, type BaseEventMetadata as j7, type EventMetadata as j8, type AccountInfoMetadata as j9, type DeltaPaymentOptionTypeWithLiterals as jA, type InventoryActionWithLiterals as jB, type WebhookIdentityTypeWithLiterals as jC, type VersioningModeWithLiterals as jD, type PreviewEmailTypeWithLiterals as jE, type StateWithLiterals as jF, type SiteCreatedContextWithLiterals as jG, type NamespaceWithLiterals as jH, type DeleteStatusWithLiterals as jI, type ScheduledActionWithLiterals as jJ, type DurationUnitWithLiterals as jK, type PaymentCollectabilityStatusWithLiterals as jL, type PredefinedPaymentMethodWithLiterals as jM, type RefundableStatusWithLiterals as jN, type NonRefundableReasonWithLiterals as jO, type ManuallyRefundableReasonWithLiterals as jP, type RestockTypeWithLiterals as jQ, type TransactionStatusWithLiterals as jR, type AuthorizationCaptureStatusWithLiterals as jS, type AuthorizationVoidStatusWithLiterals as jT, type ReasonWithLiterals as jU, type ActionTypeWithLiterals as jV, type ChargebackStatusWithLiterals as jW, type MembershipPaymentStatusWithLiterals as jX, type RefundStatusWithLiterals as jY, type SortOrderWithLiterals as jZ, type OrderApprovalStrategyWithLiterals as j_, type OrderSearchSpec as ja, utils as jb, type DescriptionLineTypeWithLiterals as jc, type DimensionsUnitWithLiterals as jd, type ItemTypePresetWithLiterals as je, type PaymentOptionTypeWithLiterals as jf, type JurisdictionTypeWithLiterals as jg, type SubscriptionFrequencyWithLiterals as jh, type AdjustmentTypeWithLiterals as ji, type TaxableAddressTypeWithLiterals as jj, type PaymentStatusWithLiterals as jk, type FulfillmentStatusWithLiterals as jl, type WeightUnitWithLiterals as jm, type VatTypeWithLiterals as jn, type PickupMethodWithLiterals as jo, type DiscountTypeWithLiterals as jp, type DiscountReasonWithLiterals as jq, type LineItemQuantityChangeTypeWithLiterals as jr, type ActivityTypeWithLiterals as js, type OrderActivityTypeEnumActivityTypeWithLiterals as jt, type AttributionSourceWithLiterals as ju, type ChannelTypeWithLiterals as jv, type AdditionalFeeSourceWithLiterals as jw, type OrderActionTypeWithLiterals as jx, type SpecificItemsCouponBehaviorWithLiterals as jy, type ChargeTypeWithLiterals as jz, type PaymentCollectionCreatePaymentGatewayOrderOptions as k, type SubdivisionTypeWithLiterals as k0, type SourceTypeWithLiterals as k1, type CustomFieldGroupWithLiterals as k2, type ValueTypeWithLiterals as k3, type DepositTypeWithLiterals as k4, type InvoiceStatusWithLiterals as k5, type CommonSearchWithEntityContext as k6, onOrderApproved as k7, onOrderCanceled as k8, onOrderCommitted as k9, deleteActivity as kA, cancelOrder as kB, updateOrderStatus as kC, aggregateOrders as kD, bulkUpdateOrderTags as kE, onOrderCreated as ka, onOrderFulfilled as kb, onOrderPaymentStatusUpdated as kc, onOrderUpdated as kd, importOrder as ke, setOrderNumberCounter as kf, bulkDeleteImportedOrders as kg, preparePaymentCollection as kh, getPaymentCollectabilityStatus as ki, recordManuallyCollectedPayment as kj, paymentCollectionMarkOrderAsPaid as kk, paymentCollectionBulkMarkOrdersAsPaid as kl, getRefundabilityStatus as km, paymentCollectionCreatePaymentGatewayOrder as kn, chargeMemberships as ko, triggerRefund as kp, voidAuthorizedPayments as kq, captureAuthorizedPayments as kr, getOrder as ks, createOrder as kt, updateOrder as ku, bulkUpdateOrders as kv, updateOrderLineItem as kw, addActivity as kx, addActivities as ky, updateActivity 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, S as SetOrderNumberCounterOptions, a as SetOrderNumberCounterResponse, B as BulkDeleteImportedOrdersOptions, 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 { dV as AccountInfo, j8 as AccountInfoMetadata, dR as ActionEvent, aY as ActionType, jS as ActionTypeWithLiterals, c9 as Activity, ca as ActivityContentOneOf, aw as ActivityType, jq as ActivityTypeWithLiterals, hM as AddActivitiesRequest, hK as AddActivityRequest, hn as AddInternalActivityRequest, hJ as AddInternalActivityResponse, fp as AddToAutomationMigrationPopulationRequest, fq as AddToAutomationMigrationPopulationResponse, d6 as AdditionalFee, dE as AdditionalFeeDelta, dF as AdditionalFeeDeltaDeltaOneOf, eB as AdditionalFeeRefund, aA as AdditionalFeeSource, ju as AdditionalFeeSourceWithLiterals, bL as Address, iG as AddressDescription, bN as AddressLocation, bK as AddressWithContact, al as AdjustmentType, jg as AdjustmentTypeWithLiterals, ii as AggregateOrdersRequest, gf as AggregatedRefundSummary, fG as ApplicationError, b$ as AppliedDiscount, dC as AppliedDiscountDelta, dD as AppliedDiscountDeltaDeltaOneOf, c0 as AppliedDiscountDiscountSourceOneOf, g_ as ArchiveOrderRequest, g$ as ArchiveOrderResponse, eU as Asset, ay as AttributionSource, js as AttributionSourceWithLiterals, g3 as AuthorizationActionFailureDetails, g2 as AuthorizationCapture, aV as AuthorizationCaptureStatus, jP as AuthorizationCaptureStatusWithLiterals, g1 as AuthorizationDetails, g4 as AuthorizationVoid, aW as AuthorizationVoidStatus, jQ as AuthorizationVoidStatusWithLiterals, cA as AuthorizedPaymentCaptured, cz as AuthorizedPaymentCreated, cB as AuthorizedPaymentVoided, d5 as Balance, d4 as BalanceSummary, j6 as BaseEventMetadata, iQ as BigDecimalWrapper, bw as BillingAdjustment, bx as BillingAdjustmentPriceSummary, fH as BulkActionMetadata, h2 as BulkArchiveOrdersByFilterRequest, h3 as BulkArchiveOrdersByFilterResponse, h0 as BulkArchiveOrdersRequest, h1 as BulkArchiveOrdersResponse, dK as BulkDeleteImportedOrdersRequest, h_ as BulkMarkAsFulfilledByFilterRequest, h$ as BulkMarkAsFulfilledByFilterResponse, hY as BulkMarkAsFulfilledRequest, hZ as BulkMarkAsFulfilledResponse, i4 as BulkMarkAsUnfulfilledByFilterRequest, i5 as BulkMarkAsUnfulfilledByFilterResponse, i2 as BulkMarkAsUnfulfilledRequest, i3 as BulkMarkAsUnfulfilledResponse, fD as BulkMarkOrdersAsPaidRequest, fE as BulkOrderResult, ef as BulkSendBuyerPickupConfirmationEmailsRequest, eg as BulkSendBuyerPickupConfirmationEmailsResponse, ej as BulkSendBuyerShippingConfirmationEmailsRequest, ek as BulkSendBuyerShippingConfirmationEmailsResponse, i6 as BulkSetBusinessLocationRequest, i7 as BulkSetBusinessLocationResponse, i8 as BulkSetBusinessLocationResult, h8 as BulkUnArchiveOrdersByFilterRequest, h9 as BulkUnArchiveOrdersByFilterResponse, h6 as BulkUnArchiveOrdersRequest, h7 as BulkUnArchiveOrdersResponse, im as BulkUpdateOrderTagsRequest, iq as BulkUpdateOrderTagsResult, gQ as BulkUpdateOrdersRequest, bG as BuyerInfo, bH as BuyerInfoIdOneOf, hb as BuyerInfoUpdate, gj as CalculateRefundItemRequest, gl as CalculateRefundItemResponse, gi as CalculateRefundRequest, gk as CalculateRefundResponse, i_ as CalculatedTax, iZ as CalculatedTaxes, iy as Cancel, hU as CancelOrderRequest, gn as CaptureAuthorizedPaymentsRequest, bb as CatalogReference, d2 as ChannelInfo, az as ChannelType, jt as ChannelTypeWithLiterals, fN as ChargeMembershipsRequest, fR as ChargeMembershipsResponse, go as ChargeSavedPaymentMethodRequest, gp as ChargeSavedPaymentMethodResponse, aC as ChargeType, jw as ChargeTypeWithLiterals, g6 as Chargeback, c_ as ChargebackCreated, c$ as ChargebackReversed, aZ as ChargebackStatus, jT as ChargebackStatusWithLiterals, fM as ChargedBy, bh as Color, gR as CommitDeltasRequest, gZ as CommitDeltasResponse, dw as CommittedDiffs, dx as CommittedDiffsShippingUpdateInfoOneOf, iJ as CommonAddress, iK as CommonAddressStreetOneOf, k3 as CommonSearchWithEntityContext, iI as Company, ix as Complete, c1 as Coupon, gJ as CreateOrderRequest, gN as CreateOrderResponse, fL as CreatePaymentGatewayOrderRequest, d0 as CreatedBy, d1 as CreatedByStringOneOf, cP as CreditCardDetails, g0 as CreditCardPaymentMethodDetails, bI as CurrencyConversionDetails, gz as CursorPaging, gI as CursorPagingMetadata, gG as CursorSearch, gH as CursorSearchPagingMethodOneOf, gC as Cursors, cb as CustomActivity, de as CustomAllowedActions, d3 as CustomField, b5 as CustomFieldGroup, j$ as CustomFieldGroupWithLiterals, j3 as CustomFieldValue, iD as Customer, ik as DecrementData, ij as DecrementItemsQuantityRequest, il as DecrementItemsQuantityResponse, fv as DelayedCaptureSettings, hO as DeleteActivityRequest, d$ as DeleteByFilterOperation, d_ as DeleteByIdsOperation, eY as DeleteContext, aL as DeleteStatus, jF as DeleteStatusWithLiterals, bR as DeliveryLogistics, bS as DeliveryLogisticsAddressOneOf, bV as DeliveryTimeSlot, aD as DeltaPaymentOptionType, jx as DeltaPaymentOptionTypeWithLiterals, j5 as Deposit, b7 as DepositType, k1 as DepositTypeWithLiterals, bc as DescriptionLine, be as DescriptionLineDescriptionLineValueOneOf, bf as DescriptionLineName, af as DescriptionLineType, ja as DescriptionLineTypeWithLiterals, bd as DescriptionLineValueOneOf, gq as DiffmatokyPayload, bq as DigitalFile, bk as Dimensions, ag as DimensionsUnit, jb as DimensionsUnitWithLiterals, iX as Discount, iY as DiscountOneDiscountTypeOneOf, au as DiscountReason, jo as DiscountReasonWithLiterals, c4 as DiscountRule, c5 as DiscountRuleName, at as DiscountType, jn as DiscountTypeWithLiterals, dL as DomainEvent, dM as DomainEventBodyOneOf, hv as DownloadLinkSent, ch as DraftOrderChangesApplied, dG as DraftOrderCommitSettings, gS as DraftOrderDiffs, gV as DraftOrderDiffsBillingUpdateInfoOneOf, gU as DraftOrderDiffsBuyerUpdateInfoOneOf, gW as DraftOrderDiffsRecipientUpdateInfoOneOf, gT as DraftOrderDiffsShippingUpdateInfoOneOf, fw as Duration, aN as DurationUnit, jH as DurationUnitWithLiterals, fl as EditorlessAssigned, fm as EditorlessUnassigned, iE as Email, hE as EmailEdited, e7 as Empty, dN as EntityCreatedEvent, dQ as EntityDeletedEvent, dP as EntityUpdatedEvent, gr as ErrorInformation, j7 as EventMetadata, bC as ExtendedFields, cX as ExternalReceipt, gb as ExternalReceiptInfo, bi as FocalPoint, dh as FormIdentifier, dg as FormInfo, bv as FreeTrialPeriod, hC as FulfillerEmailSent, ao as FulfillmentStatus, dt as FulfillmentStatusUpdated, jj as FulfillmentStatusWithLiterals, d7 as FulfillmentStatusesAggregate, bO as FullAddressContactDetails, gs as GetOrderRequest, gt as GetOrderResponse, fx as GetPaymentCollectabilityStatusRequest, fI as GetRefundabilityStatusRequest, ig as GetShipmentsRequest, ih as GetShipmentsResponse, g8 as GiftCardPaymentDetails, cG as GiftCardPaymentRefund, fn as HasCustomEmailConfigurationsRequest, fo as HasCustomEmailConfigurationsResponse, iB as IdAndVersion, dT as IdentificationData, dU as IdentificationDataIdOneOf, dI as ImportOrderRequest, dr as ImportedOrderDeleted, ho as InternalActivity, hp as InternalActivityContentOneOf, dY as InternalDocument, e0 as InternalDocumentUpdateByFilterOperation, dZ as InternalDocumentUpdateOperation, gu as InternalQueryOrdersRequest, gA as InternalQueryOrdersResponse, e1 as InternalUpdateExistingOperation, aE as InventoryAction, jy as InventoryActionWithLiterals, dH as InventoryUpdateDetails, hA as InvoiceAdded, iN as InvoiceDates, j2 as InvoiceDynamicPriceTotals, iC as InvoiceFields, hB as InvoiceSent, iA as InvoiceSentEvent, b8 as InvoiceStatus, k2 as InvoiceStatusWithLiterals, j0 as InvoicesPayment, fr as IsInAutomationMigrationPopulationRequest, fs as IsInAutomationMigrationPopulationResponse, dy as ItemChangedDetails, c7 as ItemCombination, c8 as ItemCombinationLineItem, fF as ItemMetadata, bF as ItemModifier, bn as ItemTaxFullDetails, bl as ItemType, bm as ItemTypeItemTypeDataOneOf, ah as ItemTypePreset, jc as ItemTypePresetWithLiterals, iW as ItemizedFee, aj as JurisdictionType, je as JurisdictionTypeWithLiterals, iP as LineItem, ct as LineItemAmount, ck as LineItemChanges, dA as LineItemDelta, dB as LineItemDeltaDeltaOneOf, co as LineItemDescriptionLineChange, c6 as LineItemDiscount, cg as LineItemExchangeData, iT as LineItemMetaData, cp as LineItemModifiersChange, cm as LineItemPriceChange, cn as LineItemProductNameChange, cl as LineItemQuantityChange, av as LineItemQuantityChangeType, jp as LineItemQuantityChangeTypeWithLiterals, eA as LineItemRefund, gh as LineItemRefundSummary, iR as LineItemTax, bp as LineItemTaxBreakdown, bo as LineItemTaxInfo, hQ as LineItemUpdate, iO as LineItems, iU as Locale, da as Location, bz as LocationAndQuantity, cu as ManagedAdditionalFee, cr as ManagedDiscount, cq as ManagedLineItem, aS as ManuallyRefundableReason, jM as ManuallyRefundableReasonWithLiterals, hW as MarkAsFulfilledRequest, hX as MarkAsFulfilledResponse, i0 as MarkAsUnfulfilledRequest, i1 as MarkAsUnfulfilledResponse, fC as MarkOrderAsPaidRequest, hS as MarkOrderAsSeenByHumanRequest, hT as MarkOrderAsSeenByHumanResponse, hl as MaskedOrderLineItem, fO as MembershipChargeItem, fP as MembershipName, g9 as MembershipPaymentDetails, cH as MembershipPaymentRefund, a_ as MembershipPaymentStatus, jU as MembershipPaymentStatusWithLiterals, cc as MerchantComment, c2 as MerchantDiscount, c3 as MerchantDiscountMerchantDiscountReasonOneOf, dS as MessageEnvelope, j1 as MetaData, eS as MetaSiteSpecialEvent, eT as MetaSiteSpecialEventPayloadOneOf, bD as ModifierGroup, aK as Namespace, f6 as NamespaceChanged, jE as NamespaceWithLiterals, cf as NewExchangeOrderCreated, aR as NonRefundableReason, jL as NonRefundableReasonWithLiterals, fb as OdeditorAssigned, fc as OdeditorUnassigned, aB as OrderActionType, jv as OrderActionTypeWithLiterals, ax as OrderActivityTypeEnumActivityType, jr as OrderActivityTypeEnumActivityTypeWithLiterals, b1 as OrderApprovalStrategy, jX as OrderApprovalStrategyWithLiterals, dk as OrderApproved, hu as OrderCanceled, du as OrderCanceledEventOrderCanceled, ci as OrderChange, cj as OrderChangeValueOneOf, gM as OrderCreateNotifications, ce as OrderCreatedFromExchange, gK as OrderCreationSettings, gL as OrderCreationSettingsEditableByOneOf, dv as OrderDeltasCommitted, hs as OrderFulfilled, dq as OrderImported, dn as OrderItemsRestocked, b9 as OrderLineItem, dz as OrderLineItemChangedDetails, ht as OrderNotFulfilled, hr as OrderPaid, hG as OrderPartiallyPaid, hH as OrderPending, hq as OrderPlaced, cd as OrderRefunded, hI as OrderRejected, dm as OrderRejectedEventOrderRejected, j9 as OrderSearchSpec, db as OrderSettings, dc as OrderSettingsAllowedActionsOneOf, dd as OrderSettingsEditableByOneOf, as as OrderStatus, b_ as OrderTaxBreakdown, bZ as OrderTaxInfo, fW as OrderTransactions, dl as OrdersExperiments, df as OwnerApps, fX as Payment, cQ as PaymentCanceled, cR as PaymentCanceledPaymentDetailsOneOf, aO as PaymentCollectabilityStatus, jI as PaymentCollectabilityStatusWithLiterals, cS as PaymentDeclined, cT as PaymentDeclinedPaymentDetailsOneOf, g7 as PaymentMethodName, ai as PaymentOptionType, jd as PaymentOptionTypeWithLiterals, fY as PaymentPaymentDetailsOneOf, cL as PaymentPending, cM as PaymentPendingPaymentDetailsOneOf, fZ as PaymentReceiptInfoOneOf, cJ as PaymentRefundFailed, cI as PaymentRefunded, an as PaymentStatus, ds as PaymentStatusUpdated, ji as PaymentStatusWithLiterals, i$ as Payments, iH as Phone, bj as PhysicalProperties, fd as PicassoAssigned, fe as PicassoUnassigned, bU as PickupAddress, bT as PickupDetails, ar as PickupMethod, jm as PickupMethodWithLiterals, hF as PickupReadyEmailSent, b2 as Placement, jY as PlacementWithLiterals, bg as PlainTextValue, dj as PlatformFee, di as PlatformFeeSummary, gy as PlatformPaging, gB as PlatformPagingMetadata, gv as PlatformQuery, gw as PlatformQueryPagingMethodOneOf, aP as PredefinedPaymentMethod, jJ as PredefinedPaymentMethodWithLiterals, ft as PreparePaymentCollectionRequest, eK as PreviewBuyerConfirmationEmailRequest, eL as PreviewBuyerConfirmationEmailResponse, eI as PreviewBuyerPaymentsReceivedEmailRequest, eJ as PreviewBuyerPaymentsReceivedEmailResponse, eM as PreviewBuyerPickupConfirmationEmailRequest, eN as PreviewBuyerPickupConfirmationEmailResponse, eE as PreviewCancelEmailRequest, eF as PreviewCancelEmailResponse, eG as PreviewCancelRefundEmailRequest, eH as PreviewCancelRefundEmailResponse, ev as PreviewEmailByTypeRequest, ew as PreviewEmailByTypeResponse, aH as PreviewEmailType, jB as PreviewEmailTypeWithLiterals, ex as PreviewRefundEmailRequest, eD as PreviewRefundEmailResponse, eQ as PreviewResendDownloadLinksEmailRequest, eR as PreviewResendDownloadLinksEmailResponse, eO as PreviewShippingConfirmationEmailRequest, eP as PreviewShippingConfirmationEmailResponse, by as PriceDescription, bJ as PriceSummary, ba as ProductName, hL as PublicActivityContentOneOf, gD as QueryOrderRequest, gE as QueryOrderResponse, iF as QuotesAddress, aX as Reason, jR as ReasonWithLiterals, cU as ReceiptCreated, cV as ReceiptCreatedReceiptInfoOneOf, cY as ReceiptSent, cZ as ReceiptSentReceiptInfoOneOf, fy as RecordManuallyCollectedPaymentRequest, fB as RecordManuallyCollectedPaymentResponse, fu as RedirectUrls, gc as Refund, ey as RefundDetails, cC as RefundInitiated, ez as RefundItem, gg as RefundItemsBreakdown, fT as RefundSideEffects, a$ as RefundStatus, ge as RefundStatusInfo, jV as RefundStatusWithLiterals, gd as RefundTransaction, fJ as Refundability, fK as RefundabilityAdditionalRefundabilityInfoOneOf, aQ as RefundableStatus, jK as RefundableStatusWithLiterals, cK as RefundedAsStoreCredit, cD as RefundedPayment, cE as RefundedPaymentKindOneOf, cN as RegularPayment, f_ as RegularPaymentDetails, f$ as RegularPaymentDetailsPaymentMethodDetailsOneOf, cO as RegularPaymentPaymentMethodDetailsOneOf, cF as RegularPaymentRefund, iz as Reschedule, fU as RestockInfo, fV as RestockItem, aT as RestockType, jN as RestockTypeWithLiterals, dO as RestoreInfo, cy as SavedPaymentMethod, aM as ScheduledAction, jG as ScheduledActionWithLiterals, gF as SearchOrdersRequest, e9 as SendBuyerConfirmationEmailRequest, ea as SendBuyerConfirmationEmailResponse, eb as SendBuyerPaymentsReceivedEmailRequest, ec as SendBuyerPaymentsReceivedEmailResponse, ed as SendBuyerPickupConfirmationEmailRequest, ee as SendBuyerPickupConfirmationEmailResponse, eh as SendBuyerShippingConfirmationEmailRequest, ei as SendBuyerShippingConfirmationEmailResponse, en as SendCancelRefundEmailRequest, eo as SendCancelRefundEmailResponse, er as SendFulfillmentEmailRequest, es as SendFulfillmentEmailResponse, el as SendMerchantOrderReceivedNotificationRequest, em as SendMerchantOrderReceivedNotificationResponse, et as SendMerchantOrderReceivedPushRequest, eu as SendMerchantOrderReceivedPushResponse, ir as SendOrderUpdatedDomainEventRequest, is as SendOrderUpdatedDomainEventResponse, ep as SendRefundEmailRequest, eq as SendRefundEmailResponse, fQ as ServiceProperties, f2 as ServiceProvisioned, f3 as ServiceRemoved, dJ as SetOrderNumberCounterRequest, hD as ShippingAddressEdited, hz as ShippingConfirmationEmailSent, cx as ShippingInformation, cw as ShippingInformationChange, bW as ShippingPrice, eC as ShippingRefund, bX as ShippingRegion, eV as SiteCreated, aJ as SiteCreatedContext, jD as SiteCreatedContextWithLiterals, eX as SiteDeleted, f5 as SiteHardDeleted, f0 as SiteMarkedAsTemplate, f1 as SiteMarkedAsWixSite, e_ as SitePublished, fa as SitePurgedExternally, f4 as SiteRenamed, eW as SiteTransferred, eZ as SiteUndeleted, e$ as SiteUnpublished, f9 as SiteUrlChanged, b0 as SortOrder, jW as SortOrderWithLiterals, gx as Sorting, iS as Source, b4 as SourceType, j_ as SourceTypeWithLiterals, iM as StandardDetails, aI as State, jC as StateWithLiterals, bM as StreetAddress, f7 as StudioAssigned, fh as StudioTwoAssigned, fi as StudioTwoUnassigned, f8 as StudioUnassigned, iL as Subdivision, b3 as SubdivisionType, jZ as SubdivisionTypeWithLiterals, bt as SubscriptionDescription, ak as SubscriptionFrequency, jf as SubscriptionFrequencyWithLiterals, br as SubscriptionInfo, bu as SubscriptionSettings, bs as SubscriptionTitle, d9 as TagList, d8 as Tags, ip as TagsTagList, io as TagsTags, it as Task, iv as TaskAction, iw as TaskActionActionOneOf, iu as TaskKey, bY as TaxSummary, bA as TaxableAddress, bB as TaxableAddressTaxableAddressDataOneOf, am as TaxableAddressType, jh as TaxableAddressTypeWithLiterals, iV as TotalPrice, cv as TotalPriceChange, hy as TrackingLinkAdded, hw as TrackingNumberAdded, hx as TrackingNumberEdited, aU as TransactionStatus, jO as TransactionStatusWithLiterals, bE as TranslatableString, cs as TranslatedValue, fS as TriggerRefundRequest, e8 as TriggerReindexOrderRequest, e5 as TriggerReindexRequest, e6 as TriggerReindexResponse, h4 as UnArchiveOrderRequest, h5 as UnArchiveOrderResponse, hN as UpdateActivityRequest, hh as UpdateBillingContactDetailsRequest, hi as UpdateBillingContactDetailsResponse, hd as UpdateBuyerEmailRequest, he as UpdateBuyerEmailResponse, ha as UpdateBuyerInfoRequest, hc as UpdateBuyerInfoResponse, dW as UpdateInternalDocumentsEvent, dX as UpdateInternalDocumentsEventOperationOneOf, hP as UpdateLineItemsDescriptionLinesRequest, hR as UpdateLineItemsDescriptionLinesResponse, hj as UpdateOrderLineItemRequest, hk as UpdateOrderLineItemsRequest, hm as UpdateOrderLineItemsResponse, gO as UpdateOrderRequest, gP as UpdateOrderResponse, hf as UpdateOrderShippingAddressRequest, hg as UpdateOrderShippingAddressResponse, hV as UpdateOrderStatusRequest, fz as UserDefinedPaymentMethodName, fA as UserDefinedPaymentMethodNameKindOneOf, fk as UserDomainMediaDisabled, fj as UserDomainMediaEnabled, ib as V1BulkMarkOrdersAsPaidRequest, ic as V1BulkMarkOrdersAsPaidResponse, id as V1CreatePaymentGatewayOrderRequest, ie as V1CreatePaymentGatewayOrderResponse, gX as V1LineItemDelta, gY as V1LineItemDeltaDeltaOneOf, i9 as V1MarkOrderAsPaidRequest, ia as V1MarkOrderAsPaidResponse, dp as V1RestockItem, g5 as V1ScheduledAction, bQ as V1ShippingInformation, j4 as Value, b6 as ValueType, k0 as ValueTypeWithLiterals, bP as VatId, aq as VatType, jl as VatTypeWithLiterals, e3 as VersionedDeleteByIdsOperation, e4 as VersionedDocumentId, e2 as VersionedDocumentUpdateOperation, aG as VersioningMode, jA as VersioningModeWithLiterals, gm as VoidAuthorizedPaymentsRequest, aF as WebhookIdentityType, jz as WebhookIdentityTypeWithLiterals, ap as WeightUnit, jk as WeightUnitWithLiterals, cW as WixReceipt, ga as WixReceiptInfo, ff as WixelAssigned, fg as WixelUnassigned } from './ecom-v1-order-orders.universal-C82IbNQo.mjs';
|
|
2
|
+
import { O as Order, I as ImportOrderResponse, S as SetOrderNumberCounterOptions, a as SetOrderNumberCounterResponse, B as BulkDeleteImportedOrdersOptions, 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-D5Da2wg2.mjs';
|
|
3
|
+
export { dW as AccountInfo, j9 as AccountInfoMetadata, dS as ActionEvent, aZ as ActionType, jV as ActionTypeWithLiterals, ca as Activity, cb as ActivityContentOneOf, aw as ActivityType, js as ActivityTypeWithLiterals, hN as AddActivitiesRequest, hL as AddActivityRequest, ho as AddInternalActivityRequest, hK as AddInternalActivityResponse, fq as AddToAutomationMigrationPopulationRequest, fr as AddToAutomationMigrationPopulationResponse, d7 as AdditionalFee, dF as AdditionalFeeDelta, dG as AdditionalFeeDeltaDeltaOneOf, eC as AdditionalFeeRefund, aA as AdditionalFeeSource, jw as AdditionalFeeSourceWithLiterals, bM as Address, iH as AddressDescription, bO as AddressLocation, bL as AddressWithContact, al as AdjustmentType, ji as AdjustmentTypeWithLiterals, ij as AggregateOrdersRequest, gg as AggregatedRefundSummary, fH as ApplicationError, c0 as AppliedDiscount, dD as AppliedDiscountDelta, dE as AppliedDiscountDeltaDeltaOneOf, c1 as AppliedDiscountDiscountSourceOneOf, g$ as ArchiveOrderRequest, h0 as ArchiveOrderResponse, eV as Asset, ay as AttributionSource, ju as AttributionSourceWithLiterals, g4 as AuthorizationActionFailureDetails, g3 as AuthorizationCapture, aW as AuthorizationCaptureStatus, jS as AuthorizationCaptureStatusWithLiterals, g2 as AuthorizationDetails, g5 as AuthorizationVoid, aX as AuthorizationVoidStatus, jT as AuthorizationVoidStatusWithLiterals, cB as AuthorizedPaymentCaptured, cA as AuthorizedPaymentCreated, cC as AuthorizedPaymentVoided, d6 as Balance, d5 as BalanceSummary, j7 as BaseEventMetadata, iR as BigDecimalWrapper, bx as BillingAdjustment, by as BillingAdjustmentPriceSummary, fI as BulkActionMetadata, h3 as BulkArchiveOrdersByFilterRequest, h4 as BulkArchiveOrdersByFilterResponse, h1 as BulkArchiveOrdersRequest, h2 as BulkArchiveOrdersResponse, dL as BulkDeleteImportedOrdersRequest, h$ as BulkMarkAsFulfilledByFilterRequest, i0 as BulkMarkAsFulfilledByFilterResponse, hZ as BulkMarkAsFulfilledRequest, h_ as BulkMarkAsFulfilledResponse, i5 as BulkMarkAsUnfulfilledByFilterRequest, i6 as BulkMarkAsUnfulfilledByFilterResponse, i3 as BulkMarkAsUnfulfilledRequest, i4 as BulkMarkAsUnfulfilledResponse, fE as BulkMarkOrdersAsPaidRequest, fF as BulkOrderResult, eg as BulkSendBuyerPickupConfirmationEmailsRequest, eh as BulkSendBuyerPickupConfirmationEmailsResponse, ek as BulkSendBuyerShippingConfirmationEmailsRequest, el as BulkSendBuyerShippingConfirmationEmailsResponse, i7 as BulkSetBusinessLocationRequest, i8 as BulkSetBusinessLocationResponse, i9 as BulkSetBusinessLocationResult, h9 as BulkUnArchiveOrdersByFilterRequest, ha as BulkUnArchiveOrdersByFilterResponse, h7 as BulkUnArchiveOrdersRequest, h8 as BulkUnArchiveOrdersResponse, io as BulkUpdateOrderTagsRequest, ir as BulkUpdateOrderTagsResult, gR as BulkUpdateOrdersRequest, bH as BuyerInfo, bI as BuyerInfoIdOneOf, hc as BuyerInfoUpdate, gk as CalculateRefundItemRequest, gm as CalculateRefundItemResponse, gj as CalculateRefundRequest, gl as CalculateRefundResponse, i$ as CalculatedTax, i_ as CalculatedTaxes, iz as Cancel, hV as CancelOrderRequest, go as CaptureAuthorizedPaymentsRequest, bc as CatalogReference, d3 as ChannelInfo, az as ChannelType, jv as ChannelTypeWithLiterals, fO as ChargeMembershipsRequest, fS as ChargeMembershipsResponse, gp as ChargeSavedPaymentMethodRequest, gq as ChargeSavedPaymentMethodResponse, aD as ChargeType, jz as ChargeTypeWithLiterals, g7 as Chargeback, c$ as ChargebackCreated, d0 as ChargebackReversed, a_ as ChargebackStatus, jW as ChargebackStatusWithLiterals, fN as ChargedBy, bi as Color, gS as CommitDeltasRequest, g_ as CommitDeltasResponse, dx as CommittedDiffs, dy as CommittedDiffsShippingUpdateInfoOneOf, iK as CommonAddress, iL as CommonAddressStreetOneOf, k6 as CommonSearchWithEntityContext, iJ as Company, iy as Complete, c2 as Coupon, gK as CreateOrderRequest, gO as CreateOrderResponse, fM as CreatePaymentGatewayOrderRequest, d1 as CreatedBy, d2 as CreatedByStringOneOf, cQ as CreditCardDetails, g1 as CreditCardPaymentMethodDetails, bJ as CurrencyConversionDetails, gA as CursorPaging, gJ as CursorPagingMetadata, gH as CursorSearch, gI as CursorSearchPagingMethodOneOf, gD as Cursors, cc as CustomActivity, df as CustomAllowedActions, d4 as CustomField, b6 as CustomFieldGroup, k2 as CustomFieldGroupWithLiterals, j4 as CustomFieldValue, iE as Customer, il as DecrementData, ik as DecrementItemsQuantityRequest, im as DecrementItemsQuantityResponse, fw as DelayedCaptureSettings, hP as DeleteActivityRequest, e0 as DeleteByFilterOperation, d$ as DeleteByIdsOperation, eZ as DeleteContext, aM as DeleteStatus, jI as DeleteStatusWithLiterals, bS as DeliveryLogistics, bT as DeliveryLogisticsAddressOneOf, bW as DeliveryTimeSlot, aE as DeltaPaymentOptionType, jA as DeltaPaymentOptionTypeWithLiterals, j6 as Deposit, b8 as DepositType, k4 as DepositTypeWithLiterals, bd as DescriptionLine, bf as DescriptionLineDescriptionLineValueOneOf, bg as DescriptionLineName, af as DescriptionLineType, jc as DescriptionLineTypeWithLiterals, be as DescriptionLineValueOneOf, gr as DiffmatokyPayload, br as DigitalFile, bl as Dimensions, ag as DimensionsUnit, jd as DimensionsUnitWithLiterals, iY as Discount, iZ as DiscountOneDiscountTypeOneOf, au as DiscountReason, jq as DiscountReasonWithLiterals, c5 as DiscountRule, c6 as DiscountRuleName, at as DiscountType, jp as DiscountTypeWithLiterals, dM as DomainEvent, dN as DomainEventBodyOneOf, hw as DownloadLinkSent, ci as DraftOrderChangesApplied, dH as DraftOrderCommitSettings, gT as DraftOrderDiffs, gW as DraftOrderDiffsBillingUpdateInfoOneOf, gV as DraftOrderDiffsBuyerUpdateInfoOneOf, gX as DraftOrderDiffsRecipientUpdateInfoOneOf, gU as DraftOrderDiffsShippingUpdateInfoOneOf, fx as Duration, aO as DurationUnit, jK as DurationUnitWithLiterals, fm as EditorlessAssigned, fn as EditorlessUnassigned, iF as Email, hF as EmailEdited, e8 as Empty, dO as EntityCreatedEvent, dR as EntityDeletedEvent, dQ as EntityUpdatedEvent, gs as ErrorInformation, j8 as EventMetadata, bD as ExtendedFields, cY as ExternalReceipt, gc as ExternalReceiptInfo, bj as FocalPoint, di as FormIdentifier, dh as FormInfo, bw as FreeTrialPeriod, hD as FulfillerEmailSent, ao as FulfillmentStatus, du as FulfillmentStatusUpdated, jl as FulfillmentStatusWithLiterals, d8 as FulfillmentStatusesAggregate, bP as FullAddressContactDetails, gt as GetOrderRequest, gu as GetOrderResponse, fy as GetPaymentCollectabilityStatusRequest, fJ as GetRefundabilityStatusRequest, ih as GetShipmentsRequest, ii as GetShipmentsResponse, g9 as GiftCardPaymentDetails, cH as GiftCardPaymentRefund, fo as HasCustomEmailConfigurationsRequest, fp as HasCustomEmailConfigurationsResponse, iC as IdAndVersion, dU as IdentificationData, dV as IdentificationDataIdOneOf, dJ as ImportOrderRequest, ds as ImportedOrderDeleted, hp as InternalActivity, hq as InternalActivityContentOneOf, dZ as InternalDocument, e1 as InternalDocumentUpdateByFilterOperation, d_ as InternalDocumentUpdateOperation, gv as InternalQueryOrdersRequest, gB as InternalQueryOrdersResponse, e2 as InternalUpdateExistingOperation, aF as InventoryAction, jB as InventoryActionWithLiterals, dI as InventoryUpdateDetails, hB as InvoiceAdded, iO as InvoiceDates, j3 as InvoiceDynamicPriceTotals, iD as InvoiceFields, hC as InvoiceSent, iB as InvoiceSentEvent, b9 as InvoiceStatus, k5 as InvoiceStatusWithLiterals, j1 as InvoicesPayment, fs as IsInAutomationMigrationPopulationRequest, ft as IsInAutomationMigrationPopulationResponse, dz as ItemChangedDetails, c8 as ItemCombination, c9 as ItemCombinationLineItem, fG as ItemMetadata, bG as ItemModifier, bo as ItemTaxFullDetails, bm as ItemType, bn as ItemTypeItemTypeDataOneOf, ah as ItemTypePreset, je as ItemTypePresetWithLiterals, iX as ItemizedFee, aj as JurisdictionType, jg as JurisdictionTypeWithLiterals, iQ as LineItem, cu as LineItemAmount, cl as LineItemChanges, dB as LineItemDelta, dC as LineItemDeltaDeltaOneOf, cp as LineItemDescriptionLineChange, c7 as LineItemDiscount, ch as LineItemExchangeData, iU as LineItemMetaData, cq as LineItemModifiersChange, cn as LineItemPriceChange, co as LineItemProductNameChange, cm as LineItemQuantityChange, av as LineItemQuantityChangeType, jr as LineItemQuantityChangeTypeWithLiterals, eB as LineItemRefund, gi as LineItemRefundSummary, iS as LineItemTax, bq as LineItemTaxBreakdown, bp as LineItemTaxInfo, hR as LineItemUpdate, iP as LineItems, iV as Locale, db as Location, bA as LocationAndQuantity, cv as ManagedAdditionalFee, cs as ManagedDiscount, cr as ManagedLineItem, aT as ManuallyRefundableReason, jP as ManuallyRefundableReasonWithLiterals, hX as MarkAsFulfilledRequest, hY as MarkAsFulfilledResponse, i1 as MarkAsUnfulfilledRequest, i2 as MarkAsUnfulfilledResponse, fD as MarkOrderAsPaidRequest, hT as MarkOrderAsSeenByHumanRequest, hU as MarkOrderAsSeenByHumanResponse, hm as MaskedOrderLineItem, fP as MembershipChargeItem, fQ as MembershipName, ga as MembershipPaymentDetails, cI as MembershipPaymentRefund, a$ as MembershipPaymentStatus, jX as MembershipPaymentStatusWithLiterals, cd as MerchantComment, c3 as MerchantDiscount, c4 as MerchantDiscountMerchantDiscountReasonOneOf, dT as MessageEnvelope, j2 as MetaData, eT as MetaSiteSpecialEvent, eU as MetaSiteSpecialEventPayloadOneOf, bE as ModifierGroup, aL as Namespace, f7 as NamespaceChanged, jH as NamespaceWithLiterals, cg as NewExchangeOrderCreated, aS as NonRefundableReason, jO as NonRefundableReasonWithLiterals, fc as OdeditorAssigned, fd as OdeditorUnassigned, aB as OrderActionType, jx as OrderActionTypeWithLiterals, ax as OrderActivityTypeEnumActivityType, jt as OrderActivityTypeEnumActivityTypeWithLiterals, b2 as OrderApprovalStrategy, j_ as OrderApprovalStrategyWithLiterals, dl as OrderApproved, hv as OrderCanceled, dv as OrderCanceledEventOrderCanceled, cj as OrderChange, ck as OrderChangeValueOneOf, gN as OrderCreateNotifications, cf as OrderCreatedFromExchange, gL as OrderCreationSettings, gM as OrderCreationSettingsEditableByOneOf, dw as OrderDeltasCommitted, ht as OrderFulfilled, dr as OrderImported, dp as OrderItemsRestocked, ba as OrderLineItem, dA as OrderLineItemChangedDetails, hu as OrderNotFulfilled, hs as OrderPaid, hH as OrderPartiallyPaid, hI as OrderPending, hr as OrderPlaced, ce as OrderRefunded, hJ as OrderRejected, dn as OrderRejectedEventOrderRejected, ja as OrderSearchSpec, dc as OrderSettings, dd as OrderSettingsAllowedActionsOneOf, de as OrderSettingsEditableByOneOf, as as OrderStatus, b$ as OrderTaxBreakdown, b_ as OrderTaxInfo, fX as OrderTransactions, dm as OrdersExperiments, dg as OwnerApps, fY as Payment, cR as PaymentCanceled, cS as PaymentCanceledPaymentDetailsOneOf, aP as PaymentCollectabilityStatus, jL as PaymentCollectabilityStatusWithLiterals, cT as PaymentDeclined, cU as PaymentDeclinedPaymentDetailsOneOf, g8 as PaymentMethodName, ai as PaymentOptionType, jf as PaymentOptionTypeWithLiterals, fZ as PaymentPaymentDetailsOneOf, cM as PaymentPending, cN as PaymentPendingPaymentDetailsOneOf, f_ as PaymentReceiptInfoOneOf, cK as PaymentRefundFailed, cJ as PaymentRefunded, an as PaymentStatus, dt as PaymentStatusUpdated, jk as PaymentStatusWithLiterals, j0 as Payments, iI as Phone, bk as PhysicalProperties, fe as PicassoAssigned, ff as PicassoUnassigned, bV as PickupAddress, bU as PickupDetails, ar as PickupMethod, jo as PickupMethodWithLiterals, hG as PickupReadyEmailSent, b3 as Placement, j$ as PlacementWithLiterals, bh as PlainTextValue, dk as PlatformFee, dj as PlatformFeeSummary, gz as PlatformPaging, gC as PlatformPagingMetadata, gw as PlatformQuery, gx as PlatformQueryPagingMethodOneOf, aQ as PredefinedPaymentMethod, jM as PredefinedPaymentMethodWithLiterals, fu as PreparePaymentCollectionRequest, eL as PreviewBuyerConfirmationEmailRequest, eM as PreviewBuyerConfirmationEmailResponse, eJ as PreviewBuyerPaymentsReceivedEmailRequest, eK as PreviewBuyerPaymentsReceivedEmailResponse, eN as PreviewBuyerPickupConfirmationEmailRequest, eO as PreviewBuyerPickupConfirmationEmailResponse, eF as PreviewCancelEmailRequest, eG as PreviewCancelEmailResponse, eH as PreviewCancelRefundEmailRequest, eI as PreviewCancelRefundEmailResponse, ew as PreviewEmailByTypeRequest, ex as PreviewEmailByTypeResponse, aI as PreviewEmailType, jE as PreviewEmailTypeWithLiterals, ey as PreviewRefundEmailRequest, eE as PreviewRefundEmailResponse, eR as PreviewResendDownloadLinksEmailRequest, eS as PreviewResendDownloadLinksEmailResponse, eP as PreviewShippingConfirmationEmailRequest, eQ as PreviewShippingConfirmationEmailResponse, bz as PriceDescription, bK as PriceSummary, bb as ProductName, hM as PublicActivityContentOneOf, gE as QueryOrderRequest, gF as QueryOrderResponse, iG as QuotesAddress, aY as Reason, jU as ReasonWithLiterals, cV as ReceiptCreated, cW as ReceiptCreatedReceiptInfoOneOf, cZ as ReceiptSent, c_ as ReceiptSentReceiptInfoOneOf, fz as RecordManuallyCollectedPaymentRequest, fC as RecordManuallyCollectedPaymentResponse, fv as RedirectUrls, gd as Refund, ez as RefundDetails, cD as RefundInitiated, eA as RefundItem, gh as RefundItemsBreakdown, fU as RefundSideEffects, b0 as RefundStatus, gf as RefundStatusInfo, jY as RefundStatusWithLiterals, ge as RefundTransaction, fK as Refundability, fL as RefundabilityAdditionalRefundabilityInfoOneOf, aR as RefundableStatus, jN as RefundableStatusWithLiterals, cL as RefundedAsStoreCredit, cE as RefundedPayment, cF as RefundedPaymentKindOneOf, cO as RegularPayment, f$ as RegularPaymentDetails, g0 as RegularPaymentDetailsPaymentMethodDetailsOneOf, cP as RegularPaymentPaymentMethodDetailsOneOf, cG as RegularPaymentRefund, iA as Reschedule, fV as RestockInfo, fW as RestockItem, aU as RestockType, jQ as RestockTypeWithLiterals, dP as RestoreInfo, cz as SavedPaymentMethod, aN as ScheduledAction, jJ as ScheduledActionWithLiterals, gG as SearchOrdersRequest, ea as SendBuyerConfirmationEmailRequest, eb as SendBuyerConfirmationEmailResponse, ec as SendBuyerPaymentsReceivedEmailRequest, ed as SendBuyerPaymentsReceivedEmailResponse, ee as SendBuyerPickupConfirmationEmailRequest, ef as SendBuyerPickupConfirmationEmailResponse, ei as SendBuyerShippingConfirmationEmailRequest, ej as SendBuyerShippingConfirmationEmailResponse, eo as SendCancelRefundEmailRequest, ep as SendCancelRefundEmailResponse, es as SendFulfillmentEmailRequest, et as SendFulfillmentEmailResponse, em as SendMerchantOrderReceivedNotificationRequest, en as SendMerchantOrderReceivedNotificationResponse, eu as SendMerchantOrderReceivedPushRequest, ev as SendMerchantOrderReceivedPushResponse, is as SendOrderUpdatedDomainEventRequest, it as SendOrderUpdatedDomainEventResponse, eq as SendRefundEmailRequest, er as SendRefundEmailResponse, fR as ServiceProperties, f3 as ServiceProvisioned, f4 as ServiceRemoved, dK as SetOrderNumberCounterRequest, hE as ShippingAddressEdited, hA as ShippingConfirmationEmailSent, cy as ShippingInformation, cx as ShippingInformationChange, bX as ShippingPrice, eD as ShippingRefund, bY as ShippingRegion, eW as SiteCreated, aK as SiteCreatedContext, jG as SiteCreatedContextWithLiterals, eY as SiteDeleted, f6 as SiteHardDeleted, f1 as SiteMarkedAsTemplate, f2 as SiteMarkedAsWixSite, e$ as SitePublished, fb as SitePurgedExternally, f5 as SiteRenamed, eX as SiteTransferred, e_ as SiteUndeleted, f0 as SiteUnpublished, fa as SiteUrlChanged, b1 as SortOrder, jZ as SortOrderWithLiterals, gy as Sorting, iT as Source, b5 as SourceType, k1 as SourceTypeWithLiterals, aC as SpecificItemsCouponBehavior, jy as SpecificItemsCouponBehaviorWithLiterals, iN as StandardDetails, aJ as State, jF as StateWithLiterals, bN as StreetAddress, f8 as StudioAssigned, fi as StudioTwoAssigned, fj as StudioTwoUnassigned, f9 as StudioUnassigned, iM as Subdivision, b4 as SubdivisionType, k0 as SubdivisionTypeWithLiterals, bu as SubscriptionDescription, ak as SubscriptionFrequency, jh as SubscriptionFrequencyWithLiterals, bs as SubscriptionInfo, bv as SubscriptionSettings, bt as SubscriptionTitle, da as TagList, d9 as Tags, iq as TagsTagList, ip as TagsTags, iu as Task, iw as TaskAction, ix as TaskActionActionOneOf, iv as TaskKey, bZ as TaxSummary, bB as TaxableAddress, bC as TaxableAddressTaxableAddressDataOneOf, am as TaxableAddressType, jj as TaxableAddressTypeWithLiterals, iW as TotalPrice, cw as TotalPriceChange, hz as TrackingLinkAdded, hx as TrackingNumberAdded, hy as TrackingNumberEdited, aV as TransactionStatus, jR as TransactionStatusWithLiterals, bF as TranslatableString, ct as TranslatedValue, fT as TriggerRefundRequest, e9 as TriggerReindexOrderRequest, e6 as TriggerReindexRequest, e7 as TriggerReindexResponse, h5 as UnArchiveOrderRequest, h6 as UnArchiveOrderResponse, hO as UpdateActivityRequest, hi as UpdateBillingContactDetailsRequest, hj as UpdateBillingContactDetailsResponse, he as UpdateBuyerEmailRequest, hf as UpdateBuyerEmailResponse, hb as UpdateBuyerInfoRequest, hd as UpdateBuyerInfoResponse, dX as UpdateInternalDocumentsEvent, dY as UpdateInternalDocumentsEventOperationOneOf, hQ as UpdateLineItemsDescriptionLinesRequest, hS as UpdateLineItemsDescriptionLinesResponse, hk as UpdateOrderLineItemRequest, hl as UpdateOrderLineItemsRequest, hn as UpdateOrderLineItemsResponse, gP as UpdateOrderRequest, gQ as UpdateOrderResponse, hg as UpdateOrderShippingAddressRequest, hh as UpdateOrderShippingAddressResponse, hW as UpdateOrderStatusRequest, fA as UserDefinedPaymentMethodName, fB as UserDefinedPaymentMethodNameKindOneOf, fl as UserDomainMediaDisabled, fk as UserDomainMediaEnabled, ic as V1BulkMarkOrdersAsPaidRequest, id as V1BulkMarkOrdersAsPaidResponse, ie as V1CreatePaymentGatewayOrderRequest, ig as V1CreatePaymentGatewayOrderResponse, gY as V1LineItemDelta, gZ as V1LineItemDeltaDeltaOneOf, ia as V1MarkOrderAsPaidRequest, ib as V1MarkOrderAsPaidResponse, dq as V1RestockItem, g6 as V1ScheduledAction, bR as V1ShippingInformation, j5 as Value, b7 as ValueType, k3 as ValueTypeWithLiterals, bQ as VatId, aq as VatType, jn as VatTypeWithLiterals, e4 as VersionedDeleteByIdsOperation, e5 as VersionedDocumentId, e3 as VersionedDocumentUpdateOperation, aH as VersioningMode, jD as VersioningModeWithLiterals, gn as VoidAuthorizedPaymentsRequest, aG as WebhookIdentityType, jC as WebhookIdentityTypeWithLiterals, ap as WeightUnit, jm as WeightUnitWithLiterals, cX as WixReceipt, gb as WixReceiptInfo, fg as WixelAssigned, fh as WixelUnassigned, jb as utils } from './ecom-v1-order-orders.universal-D5Da2wg2.mjs';
|
|
4
4
|
|
|
5
5
|
/** @internal */
|
|
6
6
|
declare function importOrder$1(httpClient: HttpClient): ImportOrderSignature;
|
|
@@ -1673,6 +1673,7 @@ import { transformRESTAddressToSDKAddress } from "@wix/sdk-runtime/transformatio
|
|
|
1673
1673
|
import { transformSDKImageToRESTImage } from "@wix/sdk-runtime/transformations/image";
|
|
1674
1674
|
import { transformRESTImageToSDKImage } from "@wix/sdk-runtime/transformations/image";
|
|
1675
1675
|
import { transformPaths as transformPaths2 } from "@wix/sdk-runtime/transformations/transform-paths";
|
|
1676
|
+
import { createSearchUtils } from "@wix/sdk-runtime/search-builder-utils";
|
|
1676
1677
|
var DescriptionLineType = /* @__PURE__ */ ((DescriptionLineType2) => {
|
|
1677
1678
|
DescriptionLineType2["UNRECOGNISED"] = "UNRECOGNISED";
|
|
1678
1679
|
DescriptionLineType2["PLAIN_TEXT"] = "PLAIN_TEXT";
|
|
@@ -1939,6 +1940,12 @@ var OrderActionType = /* @__PURE__ */ ((OrderActionType2) => {
|
|
|
1939
1940
|
OrderActionType2["MODIFY_INVENTORY"] = "MODIFY_INVENTORY";
|
|
1940
1941
|
return OrderActionType2;
|
|
1941
1942
|
})(OrderActionType || {});
|
|
1943
|
+
var SpecificItemsCouponBehavior = /* @__PURE__ */ ((SpecificItemsCouponBehavior2) => {
|
|
1944
|
+
SpecificItemsCouponBehavior2["UNDEFINED_COUPON_BEHAVIOR"] = "UNDEFINED_COUPON_BEHAVIOR";
|
|
1945
|
+
SpecificItemsCouponBehavior2["ITEM_SUBTOTAL_INCLUDES_DISCOUNT"] = "ITEM_SUBTOTAL_INCLUDES_DISCOUNT";
|
|
1946
|
+
SpecificItemsCouponBehavior2["LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT"] = "LEGACY_ITEM_SUBTOTAL_DOES_NOT_INCLUDE_DISCOUNT";
|
|
1947
|
+
return SpecificItemsCouponBehavior2;
|
|
1948
|
+
})(SpecificItemsCouponBehavior || {});
|
|
1942
1949
|
var ChargeType = /* @__PURE__ */ ((ChargeType2) => {
|
|
1943
1950
|
ChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
|
|
1944
1951
|
ChargeType2["PASS_ON"] = "PASS_ON";
|
|
@@ -2789,6 +2796,11 @@ async function searchOrders2(search) {
|
|
|
2789
2796
|
throw transformedError;
|
|
2790
2797
|
}
|
|
2791
2798
|
}
|
|
2799
|
+
var utils = {
|
|
2800
|
+
search: {
|
|
2801
|
+
...createSearchUtils()
|
|
2802
|
+
}
|
|
2803
|
+
};
|
|
2792
2804
|
async function createOrder2(order, options) {
|
|
2793
2805
|
const { httpClient, sideEffects } = arguments[2];
|
|
2794
2806
|
const payload = transformPaths2(
|
|
@@ -4055,6 +4067,7 @@ export {
|
|
|
4055
4067
|
SiteCreatedContext,
|
|
4056
4068
|
SortOrder,
|
|
4057
4069
|
SourceType,
|
|
4070
|
+
SpecificItemsCouponBehavior,
|
|
4058
4071
|
State,
|
|
4059
4072
|
SubdivisionType,
|
|
4060
4073
|
SubscriptionFrequency,
|
|
@@ -4099,6 +4112,7 @@ export {
|
|
|
4099
4112
|
updateOrder4 as updateOrder,
|
|
4100
4113
|
updateOrderLineItem4 as updateOrderLineItem,
|
|
4101
4114
|
updateOrderStatus4 as updateOrderStatus,
|
|
4115
|
+
utils,
|
|
4102
4116
|
voidAuthorizedPayments4 as voidAuthorizedPayments
|
|
4103
4117
|
};
|
|
4104
4118
|
//# sourceMappingURL=index.mjs.map
|