@wix/auto_sdk_ecom_orders 1.0.259 → 1.0.261

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.
Files changed (41) hide show
  1. package/build/cjs/{ecom-v1-order-orders.universal-D7hLED8N.d.ts → ecom-v1-order-orders.universal-DUOam_Me.d.ts} +30 -7
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +3 -0
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +3 -0
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +16 -7
  9. package/build/cjs/meta.js +3 -0
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{ecom-v1-order-orders.universal-D7hLED8N.d.mts → ecom-v1-order-orders.universal-DUOam_Me.d.mts} +30 -7
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +3 -0
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/index.typings.d.mts +2 -2
  16. package/build/es/index.typings.mjs +3 -0
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +16 -7
  19. package/build/es/meta.mjs +3 -0
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{ecom-v1-order-orders.universal-CZPvuYhb.d.ts → ecom-v1-order-orders.universal-DcQl9DaL.d.ts} +30 -7
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +3 -0
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +2 -2
  26. package/build/internal/cjs/index.typings.js +3 -0
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +16 -7
  29. package/build/internal/cjs/meta.js +3 -0
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{ecom-v1-order-orders.universal-CZPvuYhb.d.mts → ecom-v1-order-orders.universal-DcQl9DaL.d.mts} +30 -7
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +3 -0
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/index.typings.d.mts +2 -2
  36. package/build/internal/es/index.typings.mjs +3 -0
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +16 -7
  39. package/build/internal/es/meta.mjs +3 -0
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -3854,7 +3854,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
3854
3854
  /** If present, indicates the action that triggered the event. */
3855
3855
  originatedFrom?: string | null;
3856
3856
  /**
3857
- * A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
3857
+ * A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at `16:00` and then again at `16:01`, the second update will always have a higher sequence number.
3858
3858
  * You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
3859
3859
  */
3860
3860
  entityEventSequence?: string | null;
@@ -4661,10 +4661,15 @@ declare enum Namespace {
4661
4661
  /** Wix Channels Sites */
4662
4662
  CHANNELS = "CHANNELS",
4663
4663
  /** Nautilus platform. */
4664
- 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"
4665
4670
  }
4666
4671
  /** @enumType */
4667
- 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';
4668
4673
  /** Site transferred to another user. */
4669
4674
  interface SiteTransferred {
4670
4675
  /**
@@ -5952,10 +5957,14 @@ declare enum DeclinedReason {
5952
5957
  /** Insufficient funds. */
5953
5958
  INSUFFICIENT_FUNDS = "INSUFFICIENT_FUNDS",
5954
5959
  /** Gift card was disabled before charge was attempted. */
5955
- 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"
5956
5965
  }
5957
5966
  /** @enumType */
5958
- 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';
5959
5968
  interface VoidedStatusDetails {
5960
5969
  reason?: VoidedReasonWithLiterals;
5961
5970
  }
@@ -8035,7 +8044,7 @@ declare enum InvoiceStatus {
8035
8044
  type InvoiceStatusWithLiterals = InvoiceStatus | 'Draft' | 'Sent' | 'Processing' | 'Paid' | 'Overdue' | 'Void' | 'Deleted' | 'PartiallyPaid' | 'PartialAndOverdue';
8036
8045
  /** @docsIgnore */
8037
8046
  type ImportOrderApplicationErrors = {
8038
- code?: 'CANNOT_OVERWRITE_NATIVE_ORDER';
8047
+ code?: 'CANNOT_OVERWRITE_NON_IMPORTED_ORDER';
8039
8048
  description?: string;
8040
8049
  data?: Record<string, any>;
8041
8050
  };
@@ -8264,7 +8273,7 @@ interface EventMetadata extends BaseEventMetadata {
8264
8273
  /** If present, indicates the action that triggered the event. */
8265
8274
  originatedFrom?: string | null;
8266
8275
  /**
8267
- * A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at 16:00 and then again at 16:01, the second update will always have a higher sequence number.
8276
+ * A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at `16:00` and then again at `16:01`, the second update will always have a higher sequence number.
8268
8277
  * You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.
8269
8278
  */
8270
8279
  entityEventSequence?: string | null;
@@ -8286,6 +8295,8 @@ interface OrderApprovedEnvelope {
8286
8295
  * Triggered when an order is approved.
8287
8296
  * @permissionScope Manage Stores - all permissions
8288
8297
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
8298
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
8299
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
8289
8300
  * @permissionScope Manage Stores
8290
8301
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
8291
8302
  * @permissionScope Read eCommerce - all read permissions
@@ -8318,6 +8329,8 @@ interface OrderCanceledEnvelope {
8318
8329
  * Triggered when an order is canceled.
8319
8330
  * @permissionScope Manage Stores - all permissions
8320
8331
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
8332
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
8333
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
8321
8334
  * @permissionScope Manage Stores
8322
8335
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
8323
8336
  * @permissionScope Read eCommerce - all read permissions
@@ -8350,6 +8363,8 @@ interface OrderCommittedEnvelope {
8350
8363
  * Triggered when draft order changes are committed.
8351
8364
  * @permissionScope Manage Stores - all permissions
8352
8365
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
8366
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
8367
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
8353
8368
  * @permissionScope Manage Stores
8354
8369
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
8355
8370
  * @permissionScope Read eCommerce - all read permissions
@@ -8383,6 +8398,8 @@ interface OrderCreatedEnvelope {
8383
8398
  * Triggered when an order is created.
8384
8399
  * @permissionScope Manage Stores - all permissions
8385
8400
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
8401
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
8402
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
8386
8403
  * @permissionScope Manage Stores
8387
8404
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
8388
8405
  * @permissionScope Read eCommerce - all read permissions
@@ -8415,6 +8432,8 @@ interface OrderFulfilledEnvelope {
8415
8432
  * Triggered when order fulfillment status is updated.
8416
8433
  * @permissionScope Manage Stores - all permissions
8417
8434
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
8435
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
8436
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
8418
8437
  * @permissionScope Manage Stores
8419
8438
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
8420
8439
  * @permissionScope Read eCommerce - all read permissions
@@ -8448,6 +8467,8 @@ interface OrderPaymentStatusUpdatedEnvelope {
8448
8467
  * Triggered when the payment status of an order is updated.
8449
8468
  * @permissionScope Manage Stores - all permissions
8450
8469
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
8470
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
8471
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
8451
8472
  * @permissionScope Manage Stores
8452
8473
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
8453
8474
  * @permissionScope Read eCommerce - all read permissions
@@ -8482,6 +8503,8 @@ interface OrderUpdatedEnvelope {
8482
8503
  * Triggered when an order is updated.
8483
8504
  * @permissionScope Manage Stores - all permissions
8484
8505
  * @permissionScopeId SCOPE.DC-STORES-MEGA.MANAGE-STORES
8506
+ * @permissionScope Manage_Wix_Rentals_App_Forms_submissions
8507
+ * @permissionScopeId SCOPE.RENTALS.MANAGE
8485
8508
  * @permissionScope Manage Stores
8486
8509
  * @permissionScopeId SCOPE.STORES.MANAGE-STORES
8487
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-CZPvuYhb.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-CZPvuYhb.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-DcQl9DaL.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-DcQl9DaL.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) => {