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