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