@wix/auto_sdk_ecom_orders 1.0.105 → 1.0.107

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-sd_1v3xi.d.ts → ecom-v1-order-orders.universal-CCXy2nd-.d.ts} +2 -1
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +75 -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 +75 -0
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +1 -1
  9. package/build/cjs/meta.js +75 -0
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{ecom-v1-order-orders.universal-sd_1v3xi.d.mts → ecom-v1-order-orders.universal-CCXy2nd-.d.mts} +2 -1
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +75 -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 +75 -0
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +1 -1
  19. package/build/es/meta.mjs +75 -0
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{ecom-v1-order-orders.universal-jR1VJpEy.d.ts → ecom-v1-order-orders.universal-CqHC8qkz.d.ts} +28 -1
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +75 -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 +75 -0
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +1 -1
  29. package/build/internal/cjs/meta.js +75 -0
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{ecom-v1-order-orders.universal-jR1VJpEy.d.mts → ecom-v1-order-orders.universal-CqHC8qkz.d.mts} +28 -1
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +75 -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 +75 -0
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +1 -1
  39. package/build/internal/es/meta.mjs +75 -0
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -525,6 +525,11 @@ interface ItemTaxFullDetails {
525
525
  taxRate?: string;
526
526
  /** The calculated tax, based on the `taxableAmount` and `taxRate`. */
527
527
  totalTax?: Price;
528
+ /**
529
+ * Amount that was exempt from tax calculations.
530
+ * @internal
531
+ */
532
+ exemptAmount?: Price;
528
533
  }
529
534
  interface LineItemTaxInfo {
530
535
  /** Calculated tax, based on `taxable_amount` and `tax_rate`. */
@@ -549,6 +554,11 @@ interface LineItemTaxInfo {
549
554
  * @maxSize 7
550
555
  */
551
556
  taxBreakdown?: LineItemTaxBreakdown[];
557
+ /**
558
+ * Amount of the line item price that was exempt from tax.
559
+ * @internal
560
+ */
561
+ exemptAmount?: Price;
552
562
  }
553
563
  /**
554
564
  * TaxBreakdown represents tax information for a line item.
@@ -585,6 +595,11 @@ interface LineItemTaxBreakdown {
585
595
  nonTaxableAmount?: Price;
586
596
  /** Taxable amount of the line item price. */
587
597
  taxableAmount?: Price;
598
+ /**
599
+ * Amount of the line item price that was exempt from this authority.
600
+ * @internal
601
+ */
602
+ exemptAmount?: Price;
588
603
  }
589
604
  /** JurisdictionType represents the type of the jurisdiction in which this tax detail applies (e.g. Country,State,County,City,Special). */
590
605
  declare enum JurisdictionType {
@@ -1335,6 +1350,12 @@ interface OrderTaxInfo {
1335
1350
  * @readonly
1336
1351
  */
1337
1352
  taxExempt?: boolean | null;
1353
+ /**
1354
+ * The total amount that was exempt from tax calculations.
1355
+ * @internal
1356
+ * @readonly
1357
+ */
1358
+ totalExempt?: Price;
1338
1359
  }
1339
1360
  /**
1340
1361
  * The summary of the tax breakdown for all the line items. It will hold for each tax name, the aggregated tax amount paid for it and the tax rate.
@@ -1366,6 +1387,11 @@ interface OrderTaxBreakdown {
1366
1387
  rate?: string;
1367
1388
  /** The sum of all the tax from line items that calculated by the tax identifiers. */
1368
1389
  aggregatedTaxAmount?: Price;
1390
+ /**
1391
+ * The aggregated exempt amount from all line items for tax identifiers.
1392
+ * @internal
1393
+ */
1394
+ aggregatedExemptAmount?: Price;
1369
1395
  }
1370
1396
  interface AppliedDiscount extends AppliedDiscountDiscountSourceOneOf {
1371
1397
  /** Applied coupon info. */
@@ -7099,7 +7125,8 @@ interface OrderSearchSpec extends SearchSpec {
7099
7125
  'purchasedDate',
7100
7126
  'shippingInfo.logistics.deliveryTime',
7101
7127
  'shippingInfo.logistics.deliveryTimeSlot.from',
7102
- 'shippingInfo.logistics.deliveryTimeSlot.to'
7128
+ 'shippingInfo.logistics.deliveryTimeSlot.to',
7129
+ 'taxInfo.totalExempt.amount'
7103
7130
  ];
7104
7131
  sort: 'BOTH';
7105
7132
  },
@@ -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, R as RecordManuallyCollectedPaymentApplicationErrors, M as MarkOrderAsPaidResponse, d as PaymentCollectionMarkOrderAsPaidApplicationErrors, B as BulkMarkOrdersAsPaidResponse, e as GetRefundabilityStatusResponse, f as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, g as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, h as ChargeMembershipsOptions, i as PaymentRefund, T as TriggerRefundOptions, j as TriggerRefundResponse, k as TriggerRefundApplicationErrors, V as VoidAuthorizedPaymentsResponse, l as VoidAuthorizedPaymentsApplicationErrors, m as PaymentCapture, n as CaptureAuthorizedPaymentsResponse, o as CaptureAuthorizedPaymentsApplicationErrors, O as Order, p as GetOrderApplicationErrors, q as OrderSearch, S as SearchOrdersResponse, r as CreateOrderOptions, s as CreateOrderApplicationErrors, U as UpdateOrder, t as UpdateOrderApplicationErrors, u as MaskedOrder, v as BulkUpdateOrdersOptions, w as BulkUpdateOrdersResponse, x as CommitDeltasOptions, y as CommitDeltasResponse, z as CommitDeltasApplicationErrors, A as UpdateOrderLineItemIdentifiers, D as UpdateOrderLineItem, E as UpdateOrderLineItemResponse, F as PublicActivity, H as AddActivityResponse, I as UpdateActivityIdentifiers, J as UpdateActivityResponse, K as DeleteActivityIdentifiers, L as DeleteActivityResponse, N as CancelOrderOptions, Q as CancelOrderResponse, W as CancelOrderApplicationErrors, X as OrderStatusWithLiterals, Y as UpdateOrderStatusResponse, Z as UpdateOrderStatusApplicationErrors, _ as AggregateOrdersOptions, $ as AggregateOrdersResponse, a0 as BulkUpdateOrderTagsOptions, a1 as BulkUpdateOrderTagsResponse, a2 as OrderApprovedEnvelope, a3 as OrderUpdatedEnvelope, a4 as OrderCanceledEnvelope, a5 as OrderCreatedEnvelope, a6 as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-jR1VJpEy.js';
3
- export { dJ as ActionEvent, aD as ActionType, io as ActionTypeWithLiterals, bQ as Activity, bR as ActivityContentOneOf, an as ActivityType, i6 as ActivityTypeWithLiterals, gv as AddActivitiesRequest, gw as AddActivitiesResponse, gt as AddActivityRequest, g6 as AddInternalActivityRequest, gs as AddInternalActivityResponse, cN as AdditionalFee, fA as AdditionalFeeDelta, fB as AdditionalFeeDeltaDeltaOneOf, dl as AdditionalFeeRefund, bs as Address, hn as AddressDescription, bu as AddressLocation, br as AddressWithContact, ac as AdjustmentType, hY as AdjustmentTypeWithLiterals, h4 as AggregateOrdersRequest, ex as AggregatedRefundSummary, dZ as ApplicationError, bI as AppliedDiscount, fy as AppliedDiscountDelta, fz as AppliedDiscountDeltaDeltaOneOf, bJ as AppliedDiscountDiscountSourceOneOf, fJ as ArchiveOrderRequest, fK as ArchiveOrderResponse, ao as AttributionSource, i7 as AttributionSourceWithLiterals, em as AuthorizationActionFailureDetails, el as AuthorizationCapture, aA as AuthorizationCaptureStatus, ik as AuthorizationCaptureStatusWithLiterals, ek as AuthorizationDetails, en as AuthorizationVoid, aB as AuthorizationVoidStatus, il as AuthorizationVoidStatusWithLiterals, cf as AuthorizedPaymentCaptured, ce as AuthorizedPaymentCreated, cg as AuthorizedPaymentVoided, cM as Balance, cL as BalanceSummary, hQ as BaseEventMetadata, eV as BatchOfTriggerReindexOrderRequest, hx as BigDecimalWrapper, bd as BillingAdjustment, be as BillingAdjustmentPriceSummary, d_ as BulkActionMetadata, fN as BulkArchiveOrdersByFilterRequest, fO as BulkArchiveOrdersByFilterResponse, fL as BulkArchiveOrdersRequest, fM as BulkArchiveOrdersResponse, gM as BulkMarkAsFulfilledByFilterRequest, gN as BulkMarkAsFulfilledByFilterResponse, gK as BulkMarkAsFulfilledRequest, gL as BulkMarkAsFulfilledResponse, gS as BulkMarkAsUnfulfilledByFilterRequest, gT as BulkMarkAsUnfulfilledByFilterResponse, gQ as BulkMarkAsUnfulfilledRequest, gR as BulkMarkAsUnfulfilledResponse, dW as BulkMarkOrdersAsPaidRequest, dX as BulkOrderResult, d1 as BulkSendBuyerPickupConfirmationEmailsRequest, d2 as BulkSendBuyerPickupConfirmationEmailsResponse, d5 as BulkSendBuyerShippingConfirmationEmailsRequest, d6 as BulkSendBuyerShippingConfirmationEmailsResponse, gU as BulkSetBusinessLocationRequest, gV as BulkSetBusinessLocationResponse, gW as BulkSetBusinessLocationResult, fT as BulkUnArchiveOrdersByFilterRequest, fU as BulkUnArchiveOrdersByFilterResponse, fR as BulkUnArchiveOrdersRequest, fS as BulkUnArchiveOrdersResponse, h8 as BulkUpdateOrderTagsRequest, h9 as BulkUpdateOrderTagsResult, fn as BulkUpdateOrdersRequest, bn as BuyerInfo, bo as BuyerInfoIdOneOf, fW as BuyerInfoUpdate, eB as CalculateRefundItemRequest, eD as CalculateRefundItemResponse, eA as CalculateRefundRequest, eC as CalculateRefundResponse, hH as CalculatedTax, hG as CalculatedTaxes, hf as Cancel, gE as CancelOrderRequest, eF as CaptureAuthorizedPaymentsRequest, aV as CatalogReference, cJ as ChannelInfo, ap as ChannelType, i8 as ChannelTypeWithLiterals, e4 as ChargeMembershipsRequest, e8 as ChargeMembershipsResponse, eG as ChargeSavedPaymentMethodRequest, eH as ChargeSavedPaymentMethodResponse, ep as Chargeback, cF as ChargebackCreated, cG as ChargebackReversed, aE as ChargebackStatus, ip as ChargebackStatusWithLiterals, e3 as ChargedBy, a$ as Color, fo as CommitDeltasRequest, fF as CommittedDiffs, fG as CommittedDiffsShippingUpdateInfoOneOf, hq as CommonAddress, hr as CommonAddressStreetOneOf, iE as CommonSearchWithEntityContext, hp as Company, he as Complete, eZ as ContinueSideEffectsFlowInLegacyData, bK as Coupon, fh as CreateOrderRequest, fk as CreateOrderResponse, e2 as CreatePaymentGatewayOrderRequest, cH as CreatedBy, cI as CreatedByStringOneOf, cu as CreditCardDetails, ej as CreditCardPaymentMethodDetails, bp as CurrencyConversionDetails, f7 as CursorPaging, fg as CursorPagingMetadata, fe as CursorSearch, ff as CursorSearchPagingMethodOneOf, fa as Cursors, bS as CustomActivity, cK as CustomField, aP as CustomFieldGroup, iA as CustomFieldGroupWithLiterals, hM as CustomFieldValue, hk as Customer, h6 as DecrementData, h5 as DecrementItemsQuantityRequest, h7 as DecrementItemsQuantityResponse, dQ as DelayedCaptureSettings, gy as DeleteActivityRequest, eN as DeleteByFilterOperation, eM as DeleteByIdsOperation, by as DeliveryLogistics, bz as DeliveryLogisticsAddressOneOf, bC as DeliveryTimeSlot, aK as DeltaPaymentOptionType, iv as DeltaPaymentOptionTypeWithLiterals, hO as Deposit, aR as DepositType, iC as DepositTypeWithLiterals, aW as DescriptionLine, aY as DescriptionLineDescriptionLineValueOneOf, aZ as DescriptionLineName, a7 as DescriptionLineType, hT as DescriptionLineTypeWithLiterals, aX as DescriptionLineValueOneOf, eX as DiffmatokyPayload, b7 as DigitalFile, hE as Discount, hF as DiscountOneDiscountTypeOneOf, al as DiscountReason, i4 as DiscountReasonWithLiterals, bN as DiscountRule, bO as DiscountRuleName, ak as DiscountType, i3 as DiscountTypeWithLiterals, dD as DomainEvent, dE as DomainEventBodyOneOf, ge as DownloadLinkSent, bY as DraftOrderChangesApplied, fC as DraftOrderCommitSettings, fp as DraftOrderDiffs, fs as DraftOrderDiffsBillingUpdateInfoOneOf, fr as DraftOrderDiffsBuyerUpdateInfoOneOf, ft as DraftOrderDiffsRecipientUpdateInfoOneOf, fq as DraftOrderDiffsShippingUpdateInfoOneOf, dR as Duration, at as DurationUnit, ic as DurationUnitWithLiterals, hl as Email, gn as EmailEdited, dK as Empty, dF as EntityCreatedEvent, dI as EntityDeletedEvent, dH as EntityUpdatedEvent, eY as ErrorInformation, hR as EventMetadata, bj as ExtendedFields, cC as ExternalReceipt, et as ExternalReceiptInfo, b0 as FocalPoint, bc as FreeTrialPeriod, gl as FulfillerEmailSent, af as FulfillmentStatus, gJ as FulfillmentStatusUpdated, h$ as FulfillmentStatusWithLiterals, cO as FulfillmentStatusesAggregate, bv as FullAddressContactDetails, f0 as GetOrderRequest, f1 as GetOrderResponse, dS as GetPaymentCollectabilityStatusRequest, d$ as GetRefundabilityStatusRequest, h2 as GetShipmentsRequest, h3 as GetShipmentsResponse, eq as GiftCardPaymentDetails, cl as GiftCardPaymentRefund, hi as IdAndVersion, dM as IdentificationData, dN as IdentificationDataIdOneOf, e$ as IndexingMessage, g7 as InternalActivity, g8 as InternalActivityContentOneOf, eK as InternalDocument, eO as InternalDocumentUpdateByFilterOperation, eL as InternalDocumentUpdateOperation, f2 as InternalQueryOrdersRequest, f8 as InternalQueryOrdersResponse, eP as InternalUpdateExistingOperation, aL as InventoryAction, iw as InventoryActionWithLiterals, fD as InventoryUpdateDetails, gj as InvoiceAdded, hu as InvoiceDates, hL as InvoiceDynamicPriceTotals, hj as InvoiceFields, gk as InvoiceSent, hh as InvoiceSentEvent, aS as InvoiceStatus, iD as InvoiceStatusWithLiterals, hJ as InvoicesPayment, fx as ItemChangedDetails, dY as ItemMetadata, bm as ItemModifier, b4 as ItemTaxFullDetails, b2 as ItemType, a8 as ItemTypeItemType, b3 as ItemTypeItemTypeDataOneOf, hU as ItemTypeItemTypeWithLiterals, hD as ItemizedFee, aa as JurisdictionType, hW as JurisdictionTypeWithLiterals, hw as LineItem, c8 as LineItemAmount, b$ as LineItemChanges, fH as LineItemDelta, fI as LineItemDeltaDeltaOneOf, c3 as LineItemDescriptionLineChange, bP as LineItemDiscount, bX as LineItemExchangeData, hA as LineItemMetaData, c4 as LineItemModifiersChange, c1 as LineItemPriceChange, c2 as LineItemProductNameChange, c0 as LineItemQuantityChange, am as LineItemQuantityChangeType, i5 as LineItemQuantityChangeTypeWithLiterals, dk as LineItemRefund, ez as LineItemRefundSummary, hy as LineItemTax, b6 as LineItemTaxBreakdown, b5 as LineItemTaxInfo, gA as LineItemUpdate, hv as LineItems, hB as Locale, cR as Location, bg as LocationAndQuantity, c9 as ManagedAdditionalFee, c6 as ManagedDiscount, c5 as ManagedLineItem, ax as ManuallyRefundableReason, ih as ManuallyRefundableReasonWithLiterals, gH as MarkAsFulfilledRequest, gI as MarkAsFulfilledResponse, gO as MarkAsUnfulfilledRequest, gP as MarkAsUnfulfilledResponse, dV as MarkOrderAsPaidRequest, gC as MarkOrderAsSeenByHumanRequest, gD as MarkOrderAsSeenByHumanResponse, g4 as MaskedOrderLineItem, e5 as MembershipChargeItem, e6 as MembershipName, er as MembershipPaymentDetails, cm as MembershipPaymentRefund, aF as MembershipPaymentStatus, iq as MembershipPaymentStatusWithLiterals, bT as MerchantComment, bL as MerchantDiscount, bM as MerchantDiscountMerchantDiscountReasonOneOf, dL as MessageEnvelope, hK as MetaData, bk as ModifierGroup, bW as NewExchangeOrderCreated, aw as NonRefundableReason, ig as NonRefundableReasonWithLiterals, aJ as OrderApprovalStrategy, iu as OrderApprovalStrategyWithLiterals, cS as OrderApproved, gd as OrderCanceled, gF as OrderCanceledEventOrderCanceled, bZ as OrderChange, b_ as OrderChangeValueOneOf, fj as OrderCreateNotifications, bV as OrderCreatedFromExchange, fi as OrderCreationSettings, fE as OrderDeltasCommitted, gb as OrderFulfilled, cV as OrderItemsRestocked, aT as OrderLineItem, fw as OrderLineItemChangedDetails, gc as OrderNotFulfilled, ga as OrderPaid, gp as OrderPartiallyPaid, gq as OrderPending, g9 as OrderPlaced, bU as OrderRefunded, gr as OrderRejected, cU as OrderRejectedEventOrderRejected, hS as OrderSearchSpec, aj as OrderStatus, bH as OrderTaxBreakdown, bG as OrderTaxInfo, ed as OrderTransactions, cT as OrdersExperiments, ee as Payment, cv as PaymentCanceled, cw as PaymentCanceledPaymentDetailsOneOf, au as PaymentCollectabilityStatus, id as PaymentCollectabilityStatusWithLiterals, cx as PaymentDeclined, cy as PaymentDeclinedPaymentDetailsOneOf, a9 as PaymentOptionType, hV as PaymentOptionTypeWithLiterals, ef as PaymentPaymentDetailsOneOf, cq as PaymentPending, cr as PaymentPendingPaymentDetailsOneOf, eg as PaymentReceiptInfoOneOf, co as PaymentRefundFailed, cn as PaymentRefunded, ae as PaymentStatus, gZ as PaymentStatusUpdated, h_ as PaymentStatusWithLiterals, hI as Payments, ho as Phone, b1 as PhysicalProperties, bB as PickupAddress, bA as PickupDetails, ai as PickupMethod, i2 as PickupMethodWithLiterals, go as PickupReadyEmailSent, aM as Placement, ix as PlacementWithLiterals, a_ as PlainTextValue, f6 as PlatformPaging, f9 as PlatformPagingMetadata, f3 as PlatformQuery, f4 as PlatformQueryPagingMethodOneOf, dO as PreparePaymentCollectionRequest, dv as PreviewBuyerConfirmationEmailRequest, dw as PreviewBuyerConfirmationEmailResponse, dt as PreviewBuyerPaymentsReceivedEmailRequest, du as PreviewBuyerPaymentsReceivedEmailResponse, dx as PreviewBuyerPickupConfirmationEmailRequest, dy as PreviewBuyerPickupConfirmationEmailResponse, dp as PreviewCancelEmailRequest, dq as PreviewCancelEmailResponse, dr as PreviewCancelRefundEmailRequest, ds as PreviewCancelRefundEmailResponse, df as PreviewEmailByTypeRequest, dg as PreviewEmailByTypeResponse, aq as PreviewEmailType, i9 as PreviewEmailTypeWithLiterals, dh as PreviewRefundEmailRequest, dn as PreviewRefundEmailResponse, dB as PreviewResendDownloadLinksEmailRequest, dC as PreviewResendDownloadLinksEmailResponse, dz as PreviewShippingConfirmationEmailRequest, dA as PreviewShippingConfirmationEmailResponse, bf as PriceDescription, bq as PriceSummary, aU as ProductName, gu as PublicActivityContentOneOf, fb as QueryOrderRequest, fc as QueryOrderResponse, hm as QuotesAddress, aC as Reason, im as ReasonWithLiterals, cz as ReceiptCreated, cA as ReceiptCreatedReceiptInfoOneOf, cD as ReceiptSent, cE as ReceiptSentReceiptInfoOneOf, dT as RecordManuallyCollectedPaymentRequest, dU as RecordManuallyCollectedPaymentResponse, dP as RedirectUrls, eu as Refund, di as RefundDetails, ch as RefundInitiated, dj as RefundItem, ey as RefundItemsBreakdown, ea as RefundSideEffects, aG as RefundStatus, ew as RefundStatusInfo, ir as RefundStatusWithLiterals, ev as RefundTransaction, e0 as Refundability, e1 as RefundabilityAdditionalRefundabilityInfoOneOf, av as RefundableStatus, ie as RefundableStatusWithLiterals, cp as RefundedAsStoreCredit, ci as RefundedPayment, cj as RefundedPaymentKindOneOf, cs as RegularPayment, eh as RegularPaymentDetails, ei as RegularPaymentDetailsPaymentMethodDetailsOneOf, ct as RegularPaymentPaymentMethodDetailsOneOf, ck as RegularPaymentRefund, hg as Reschedule, eb as RestockInfo, ec as RestockItem, ay as RestockType, ii as RestockTypeWithLiterals, dG as RestoreInfo, cd as SavedPaymentMethod, as as ScheduledAction, ib as ScheduledActionWithLiterals, fd as SearchOrdersRequest, cX as SendBuyerConfirmationEmailRequest, cY as SendBuyerConfirmationEmailResponse, cZ as SendBuyerPaymentsReceivedEmailRequest, c_ as SendBuyerPaymentsReceivedEmailResponse, c$ as SendBuyerPickupConfirmationEmailRequest, d0 as SendBuyerPickupConfirmationEmailResponse, d3 as SendBuyerShippingConfirmationEmailRequest, d4 as SendBuyerShippingConfirmationEmailResponse, d9 as SendCancelRefundEmailRequest, da as SendCancelRefundEmailResponse, d7 as SendMerchantOrderReceivedNotificationRequest, d8 as SendMerchantOrderReceivedNotificationResponse, dd as SendMerchantOrderReceivedPushRequest, de as SendMerchantOrderReceivedPushResponse, db as SendRefundEmailRequest, dc as SendRefundEmailResponse, e7 as ServiceProperties, gm as ShippingAddressEdited, gi as ShippingConfirmationEmailSent, cc as ShippingInformation, cb as ShippingInformationChange, bD as ShippingPrice, dm as ShippingRefund, bE as ShippingRegion, e_ as SnapshotMessage, aI as SortOrder, it as SortOrderWithLiterals, f5 as Sorting, hz as Source, aO as SourceType, iz as SourceTypeWithLiterals, ht as StandardDetails, bt as StreetAddress, hs as Subdivision, aN as SubdivisionType, iy as SubdivisionTypeWithLiterals, ba as SubscriptionDescription, ab as SubscriptionFrequency, hX as SubscriptionFrequencyWithLiterals, b8 as SubscriptionInfo, bb as SubscriptionSettings, b9 as SubscriptionTitle, cQ as TagList, cP as Tags, ha as Task, hc as TaskAction, hd as TaskActionActionOneOf, hb as TaskKey, bF as TaxSummary, bh as TaxableAddress, bi as TaxableAddressTaxableAddressDataOneOf, ad as TaxableAddressType, hZ as TaxableAddressTypeWithLiterals, hC as TotalPrice, ca as TotalPriceChange, gh as TrackingLinkAdded, gf as TrackingNumberAdded, gg as TrackingNumberEdited, az as TransactionStatus, ij as TransactionStatusWithLiterals, bl as TranslatableString, c7 as TranslatedValue, e9 as TriggerRefundRequest, eW as TriggerReindexOrderRequest, eT as TriggerReindexRequest, eU as TriggerReindexResponse, hP as TriggerSideEffectsFromLegacyData, fP as UnArchiveOrderRequest, fQ as UnArchiveOrderResponse, gx as UpdateActivityRequest, g0 as UpdateBillingContactDetailsRequest, g1 as UpdateBillingContactDetailsResponse, fY as UpdateBuyerEmailRequest, fZ as UpdateBuyerEmailResponse, fV as UpdateBuyerInfoRequest, fX as UpdateBuyerInfoResponse, eI as UpdateInternalDocumentsEvent, eJ as UpdateInternalDocumentsEventOperationOneOf, gz as UpdateLineItemsDescriptionLinesRequest, gB as UpdateLineItemsDescriptionLinesResponse, g2 as UpdateOrderLineItemRequest, g3 as UpdateOrderLineItemsRequest, g5 as UpdateOrderLineItemsResponse, fl as UpdateOrderRequest, fm as UpdateOrderResponse, f_ as UpdateOrderShippingAddressRequest, f$ as UpdateOrderShippingAddressResponse, gG as UpdateOrderStatusRequest, g_ as V1BulkMarkOrdersAsPaidRequest, g$ as V1BulkMarkOrdersAsPaidResponse, h0 as V1CreatePaymentGatewayOrderRequest, h1 as V1CreatePaymentGatewayOrderResponse, fu as V1LineItemDelta, fv as V1LineItemDeltaDeltaOneOf, gX as V1MarkOrderAsPaidRequest, gY as V1MarkOrderAsPaidResponse, cW as V1RestockItem, eo as V1ScheduledAction, bx as V1ShippingInformation, hN as Value, aQ as ValueType, iB as ValueTypeWithLiterals, bw as VatId, ah as VatType, i1 as VatTypeWithLiterals, eR as VersionedDeleteByIdsOperation, eS as VersionedDocumentId, eQ as VersionedDocumentUpdateOperation, aH as VersioningMode, is as VersioningModeWithLiterals, eE as VoidAuthorizedPaymentsRequest, ar as WebhookIdentityType, ia as WebhookIdentityTypeWithLiterals, ag as WeightUnit, i0 as WeightUnitWithLiterals, cB as WixReceipt, es as WixReceiptInfo } from './ecom-v1-order-orders.universal-jR1VJpEy.js';
2
+ import { P as Price, a as PreparePaymentCollectionOptions, b as PreparePaymentCollectionResponse, c as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, R as RecordManuallyCollectedPaymentApplicationErrors, M as MarkOrderAsPaidResponse, d as PaymentCollectionMarkOrderAsPaidApplicationErrors, B as BulkMarkOrdersAsPaidResponse, e as GetRefundabilityStatusResponse, f as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, g as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, h as ChargeMembershipsOptions, i as PaymentRefund, T as TriggerRefundOptions, j as TriggerRefundResponse, k as TriggerRefundApplicationErrors, V as VoidAuthorizedPaymentsResponse, l as VoidAuthorizedPaymentsApplicationErrors, m as PaymentCapture, n as CaptureAuthorizedPaymentsResponse, o as CaptureAuthorizedPaymentsApplicationErrors, O as Order, p as GetOrderApplicationErrors, q as OrderSearch, S as SearchOrdersResponse, r as CreateOrderOptions, s as CreateOrderApplicationErrors, U as UpdateOrder, t as UpdateOrderApplicationErrors, u as MaskedOrder, v as BulkUpdateOrdersOptions, w as BulkUpdateOrdersResponse, x as CommitDeltasOptions, y as CommitDeltasResponse, z as CommitDeltasApplicationErrors, A as UpdateOrderLineItemIdentifiers, D as UpdateOrderLineItem, E as UpdateOrderLineItemResponse, F as PublicActivity, H as AddActivityResponse, I as UpdateActivityIdentifiers, J as UpdateActivityResponse, K as DeleteActivityIdentifiers, L as DeleteActivityResponse, N as CancelOrderOptions, Q as CancelOrderResponse, W as CancelOrderApplicationErrors, X as OrderStatusWithLiterals, Y as UpdateOrderStatusResponse, Z as UpdateOrderStatusApplicationErrors, _ as AggregateOrdersOptions, $ as AggregateOrdersResponse, a0 as BulkUpdateOrderTagsOptions, a1 as BulkUpdateOrderTagsResponse, a2 as OrderApprovedEnvelope, a3 as OrderUpdatedEnvelope, a4 as OrderCanceledEnvelope, a5 as OrderCreatedEnvelope, a6 as OrderPaymentStatusUpdatedEnvelope } from './ecom-v1-order-orders.universal-CqHC8qkz.js';
3
+ export { dJ as ActionEvent, aD as ActionType, io as ActionTypeWithLiterals, bQ as Activity, bR as ActivityContentOneOf, an as ActivityType, i6 as ActivityTypeWithLiterals, gv as AddActivitiesRequest, gw as AddActivitiesResponse, gt as AddActivityRequest, g6 as AddInternalActivityRequest, gs as AddInternalActivityResponse, cN as AdditionalFee, fA as AdditionalFeeDelta, fB as AdditionalFeeDeltaDeltaOneOf, dl as AdditionalFeeRefund, bs as Address, hn as AddressDescription, bu as AddressLocation, br as AddressWithContact, ac as AdjustmentType, hY as AdjustmentTypeWithLiterals, h4 as AggregateOrdersRequest, ex as AggregatedRefundSummary, dZ as ApplicationError, bI as AppliedDiscount, fy as AppliedDiscountDelta, fz as AppliedDiscountDeltaDeltaOneOf, bJ as AppliedDiscountDiscountSourceOneOf, fJ as ArchiveOrderRequest, fK as ArchiveOrderResponse, ao as AttributionSource, i7 as AttributionSourceWithLiterals, em as AuthorizationActionFailureDetails, el as AuthorizationCapture, aA as AuthorizationCaptureStatus, ik as AuthorizationCaptureStatusWithLiterals, ek as AuthorizationDetails, en as AuthorizationVoid, aB as AuthorizationVoidStatus, il as AuthorizationVoidStatusWithLiterals, cf as AuthorizedPaymentCaptured, ce as AuthorizedPaymentCreated, cg as AuthorizedPaymentVoided, cM as Balance, cL as BalanceSummary, hQ as BaseEventMetadata, eV as BatchOfTriggerReindexOrderRequest, hx as BigDecimalWrapper, bd as BillingAdjustment, be as BillingAdjustmentPriceSummary, d_ as BulkActionMetadata, fN as BulkArchiveOrdersByFilterRequest, fO as BulkArchiveOrdersByFilterResponse, fL as BulkArchiveOrdersRequest, fM as BulkArchiveOrdersResponse, gM as BulkMarkAsFulfilledByFilterRequest, gN as BulkMarkAsFulfilledByFilterResponse, gK as BulkMarkAsFulfilledRequest, gL as BulkMarkAsFulfilledResponse, gS as BulkMarkAsUnfulfilledByFilterRequest, gT as BulkMarkAsUnfulfilledByFilterResponse, gQ as BulkMarkAsUnfulfilledRequest, gR as BulkMarkAsUnfulfilledResponse, dW as BulkMarkOrdersAsPaidRequest, dX as BulkOrderResult, d1 as BulkSendBuyerPickupConfirmationEmailsRequest, d2 as BulkSendBuyerPickupConfirmationEmailsResponse, d5 as BulkSendBuyerShippingConfirmationEmailsRequest, d6 as BulkSendBuyerShippingConfirmationEmailsResponse, gU as BulkSetBusinessLocationRequest, gV as BulkSetBusinessLocationResponse, gW as BulkSetBusinessLocationResult, fT as BulkUnArchiveOrdersByFilterRequest, fU as BulkUnArchiveOrdersByFilterResponse, fR as BulkUnArchiveOrdersRequest, fS as BulkUnArchiveOrdersResponse, h8 as BulkUpdateOrderTagsRequest, h9 as BulkUpdateOrderTagsResult, fn as BulkUpdateOrdersRequest, bn as BuyerInfo, bo as BuyerInfoIdOneOf, fW as BuyerInfoUpdate, eB as CalculateRefundItemRequest, eD as CalculateRefundItemResponse, eA as CalculateRefundRequest, eC as CalculateRefundResponse, hH as CalculatedTax, hG as CalculatedTaxes, hf as Cancel, gE as CancelOrderRequest, eF as CaptureAuthorizedPaymentsRequest, aV as CatalogReference, cJ as ChannelInfo, ap as ChannelType, i8 as ChannelTypeWithLiterals, e4 as ChargeMembershipsRequest, e8 as ChargeMembershipsResponse, eG as ChargeSavedPaymentMethodRequest, eH as ChargeSavedPaymentMethodResponse, ep as Chargeback, cF as ChargebackCreated, cG as ChargebackReversed, aE as ChargebackStatus, ip as ChargebackStatusWithLiterals, e3 as ChargedBy, a$ as Color, fo as CommitDeltasRequest, fF as CommittedDiffs, fG as CommittedDiffsShippingUpdateInfoOneOf, hq as CommonAddress, hr as CommonAddressStreetOneOf, iE as CommonSearchWithEntityContext, hp as Company, he as Complete, eZ as ContinueSideEffectsFlowInLegacyData, bK as Coupon, fh as CreateOrderRequest, fk as CreateOrderResponse, e2 as CreatePaymentGatewayOrderRequest, cH as CreatedBy, cI as CreatedByStringOneOf, cu as CreditCardDetails, ej as CreditCardPaymentMethodDetails, bp as CurrencyConversionDetails, f7 as CursorPaging, fg as CursorPagingMetadata, fe as CursorSearch, ff as CursorSearchPagingMethodOneOf, fa as Cursors, bS as CustomActivity, cK as CustomField, aP as CustomFieldGroup, iA as CustomFieldGroupWithLiterals, hM as CustomFieldValue, hk as Customer, h6 as DecrementData, h5 as DecrementItemsQuantityRequest, h7 as DecrementItemsQuantityResponse, dQ as DelayedCaptureSettings, gy as DeleteActivityRequest, eN as DeleteByFilterOperation, eM as DeleteByIdsOperation, by as DeliveryLogistics, bz as DeliveryLogisticsAddressOneOf, bC as DeliveryTimeSlot, aK as DeltaPaymentOptionType, iv as DeltaPaymentOptionTypeWithLiterals, hO as Deposit, aR as DepositType, iC as DepositTypeWithLiterals, aW as DescriptionLine, aY as DescriptionLineDescriptionLineValueOneOf, aZ as DescriptionLineName, a7 as DescriptionLineType, hT as DescriptionLineTypeWithLiterals, aX as DescriptionLineValueOneOf, eX as DiffmatokyPayload, b7 as DigitalFile, hE as Discount, hF as DiscountOneDiscountTypeOneOf, al as DiscountReason, i4 as DiscountReasonWithLiterals, bN as DiscountRule, bO as DiscountRuleName, ak as DiscountType, i3 as DiscountTypeWithLiterals, dD as DomainEvent, dE as DomainEventBodyOneOf, ge as DownloadLinkSent, bY as DraftOrderChangesApplied, fC as DraftOrderCommitSettings, fp as DraftOrderDiffs, fs as DraftOrderDiffsBillingUpdateInfoOneOf, fr as DraftOrderDiffsBuyerUpdateInfoOneOf, ft as DraftOrderDiffsRecipientUpdateInfoOneOf, fq as DraftOrderDiffsShippingUpdateInfoOneOf, dR as Duration, at as DurationUnit, ic as DurationUnitWithLiterals, hl as Email, gn as EmailEdited, dK as Empty, dF as EntityCreatedEvent, dI as EntityDeletedEvent, dH as EntityUpdatedEvent, eY as ErrorInformation, hR as EventMetadata, bj as ExtendedFields, cC as ExternalReceipt, et as ExternalReceiptInfo, b0 as FocalPoint, bc as FreeTrialPeriod, gl as FulfillerEmailSent, af as FulfillmentStatus, gJ as FulfillmentStatusUpdated, h$ as FulfillmentStatusWithLiterals, cO as FulfillmentStatusesAggregate, bv as FullAddressContactDetails, f0 as GetOrderRequest, f1 as GetOrderResponse, dS as GetPaymentCollectabilityStatusRequest, d$ as GetRefundabilityStatusRequest, h2 as GetShipmentsRequest, h3 as GetShipmentsResponse, eq as GiftCardPaymentDetails, cl as GiftCardPaymentRefund, hi as IdAndVersion, dM as IdentificationData, dN as IdentificationDataIdOneOf, e$ as IndexingMessage, g7 as InternalActivity, g8 as InternalActivityContentOneOf, eK as InternalDocument, eO as InternalDocumentUpdateByFilterOperation, eL as InternalDocumentUpdateOperation, f2 as InternalQueryOrdersRequest, f8 as InternalQueryOrdersResponse, eP as InternalUpdateExistingOperation, aL as InventoryAction, iw as InventoryActionWithLiterals, fD as InventoryUpdateDetails, gj as InvoiceAdded, hu as InvoiceDates, hL as InvoiceDynamicPriceTotals, hj as InvoiceFields, gk as InvoiceSent, hh as InvoiceSentEvent, aS as InvoiceStatus, iD as InvoiceStatusWithLiterals, hJ as InvoicesPayment, fx as ItemChangedDetails, dY as ItemMetadata, bm as ItemModifier, b4 as ItemTaxFullDetails, b2 as ItemType, a8 as ItemTypeItemType, b3 as ItemTypeItemTypeDataOneOf, hU as ItemTypeItemTypeWithLiterals, hD as ItemizedFee, aa as JurisdictionType, hW as JurisdictionTypeWithLiterals, hw as LineItem, c8 as LineItemAmount, b$ as LineItemChanges, fH as LineItemDelta, fI as LineItemDeltaDeltaOneOf, c3 as LineItemDescriptionLineChange, bP as LineItemDiscount, bX as LineItemExchangeData, hA as LineItemMetaData, c4 as LineItemModifiersChange, c1 as LineItemPriceChange, c2 as LineItemProductNameChange, c0 as LineItemQuantityChange, am as LineItemQuantityChangeType, i5 as LineItemQuantityChangeTypeWithLiterals, dk as LineItemRefund, ez as LineItemRefundSummary, hy as LineItemTax, b6 as LineItemTaxBreakdown, b5 as LineItemTaxInfo, gA as LineItemUpdate, hv as LineItems, hB as Locale, cR as Location, bg as LocationAndQuantity, c9 as ManagedAdditionalFee, c6 as ManagedDiscount, c5 as ManagedLineItem, ax as ManuallyRefundableReason, ih as ManuallyRefundableReasonWithLiterals, gH as MarkAsFulfilledRequest, gI as MarkAsFulfilledResponse, gO as MarkAsUnfulfilledRequest, gP as MarkAsUnfulfilledResponse, dV as MarkOrderAsPaidRequest, gC as MarkOrderAsSeenByHumanRequest, gD as MarkOrderAsSeenByHumanResponse, g4 as MaskedOrderLineItem, e5 as MembershipChargeItem, e6 as MembershipName, er as MembershipPaymentDetails, cm as MembershipPaymentRefund, aF as MembershipPaymentStatus, iq as MembershipPaymentStatusWithLiterals, bT as MerchantComment, bL as MerchantDiscount, bM as MerchantDiscountMerchantDiscountReasonOneOf, dL as MessageEnvelope, hK as MetaData, bk as ModifierGroup, bW as NewExchangeOrderCreated, aw as NonRefundableReason, ig as NonRefundableReasonWithLiterals, aJ as OrderApprovalStrategy, iu as OrderApprovalStrategyWithLiterals, cS as OrderApproved, gd as OrderCanceled, gF as OrderCanceledEventOrderCanceled, bZ as OrderChange, b_ as OrderChangeValueOneOf, fj as OrderCreateNotifications, bV as OrderCreatedFromExchange, fi as OrderCreationSettings, fE as OrderDeltasCommitted, gb as OrderFulfilled, cV as OrderItemsRestocked, aT as OrderLineItem, fw as OrderLineItemChangedDetails, gc as OrderNotFulfilled, ga as OrderPaid, gp as OrderPartiallyPaid, gq as OrderPending, g9 as OrderPlaced, bU as OrderRefunded, gr as OrderRejected, cU as OrderRejectedEventOrderRejected, hS as OrderSearchSpec, aj as OrderStatus, bH as OrderTaxBreakdown, bG as OrderTaxInfo, ed as OrderTransactions, cT as OrdersExperiments, ee as Payment, cv as PaymentCanceled, cw as PaymentCanceledPaymentDetailsOneOf, au as PaymentCollectabilityStatus, id as PaymentCollectabilityStatusWithLiterals, cx as PaymentDeclined, cy as PaymentDeclinedPaymentDetailsOneOf, a9 as PaymentOptionType, hV as PaymentOptionTypeWithLiterals, ef as PaymentPaymentDetailsOneOf, cq as PaymentPending, cr as PaymentPendingPaymentDetailsOneOf, eg as PaymentReceiptInfoOneOf, co as PaymentRefundFailed, cn as PaymentRefunded, ae as PaymentStatus, gZ as PaymentStatusUpdated, h_ as PaymentStatusWithLiterals, hI as Payments, ho as Phone, b1 as PhysicalProperties, bB as PickupAddress, bA as PickupDetails, ai as PickupMethod, i2 as PickupMethodWithLiterals, go as PickupReadyEmailSent, aM as Placement, ix as PlacementWithLiterals, a_ as PlainTextValue, f6 as PlatformPaging, f9 as PlatformPagingMetadata, f3 as PlatformQuery, f4 as PlatformQueryPagingMethodOneOf, dO as PreparePaymentCollectionRequest, dv as PreviewBuyerConfirmationEmailRequest, dw as PreviewBuyerConfirmationEmailResponse, dt as PreviewBuyerPaymentsReceivedEmailRequest, du as PreviewBuyerPaymentsReceivedEmailResponse, dx as PreviewBuyerPickupConfirmationEmailRequest, dy as PreviewBuyerPickupConfirmationEmailResponse, dp as PreviewCancelEmailRequest, dq as PreviewCancelEmailResponse, dr as PreviewCancelRefundEmailRequest, ds as PreviewCancelRefundEmailResponse, df as PreviewEmailByTypeRequest, dg as PreviewEmailByTypeResponse, aq as PreviewEmailType, i9 as PreviewEmailTypeWithLiterals, dh as PreviewRefundEmailRequest, dn as PreviewRefundEmailResponse, dB as PreviewResendDownloadLinksEmailRequest, dC as PreviewResendDownloadLinksEmailResponse, dz as PreviewShippingConfirmationEmailRequest, dA as PreviewShippingConfirmationEmailResponse, bf as PriceDescription, bq as PriceSummary, aU as ProductName, gu as PublicActivityContentOneOf, fb as QueryOrderRequest, fc as QueryOrderResponse, hm as QuotesAddress, aC as Reason, im as ReasonWithLiterals, cz as ReceiptCreated, cA as ReceiptCreatedReceiptInfoOneOf, cD as ReceiptSent, cE as ReceiptSentReceiptInfoOneOf, dT as RecordManuallyCollectedPaymentRequest, dU as RecordManuallyCollectedPaymentResponse, dP as RedirectUrls, eu as Refund, di as RefundDetails, ch as RefundInitiated, dj as RefundItem, ey as RefundItemsBreakdown, ea as RefundSideEffects, aG as RefundStatus, ew as RefundStatusInfo, ir as RefundStatusWithLiterals, ev as RefundTransaction, e0 as Refundability, e1 as RefundabilityAdditionalRefundabilityInfoOneOf, av as RefundableStatus, ie as RefundableStatusWithLiterals, cp as RefundedAsStoreCredit, ci as RefundedPayment, cj as RefundedPaymentKindOneOf, cs as RegularPayment, eh as RegularPaymentDetails, ei as RegularPaymentDetailsPaymentMethodDetailsOneOf, ct as RegularPaymentPaymentMethodDetailsOneOf, ck as RegularPaymentRefund, hg as Reschedule, eb as RestockInfo, ec as RestockItem, ay as RestockType, ii as RestockTypeWithLiterals, dG as RestoreInfo, cd as SavedPaymentMethod, as as ScheduledAction, ib as ScheduledActionWithLiterals, fd as SearchOrdersRequest, cX as SendBuyerConfirmationEmailRequest, cY as SendBuyerConfirmationEmailResponse, cZ as SendBuyerPaymentsReceivedEmailRequest, c_ as SendBuyerPaymentsReceivedEmailResponse, c$ as SendBuyerPickupConfirmationEmailRequest, d0 as SendBuyerPickupConfirmationEmailResponse, d3 as SendBuyerShippingConfirmationEmailRequest, d4 as SendBuyerShippingConfirmationEmailResponse, d9 as SendCancelRefundEmailRequest, da as SendCancelRefundEmailResponse, d7 as SendMerchantOrderReceivedNotificationRequest, d8 as SendMerchantOrderReceivedNotificationResponse, dd as SendMerchantOrderReceivedPushRequest, de as SendMerchantOrderReceivedPushResponse, db as SendRefundEmailRequest, dc as SendRefundEmailResponse, e7 as ServiceProperties, gm as ShippingAddressEdited, gi as ShippingConfirmationEmailSent, cc as ShippingInformation, cb as ShippingInformationChange, bD as ShippingPrice, dm as ShippingRefund, bE as ShippingRegion, e_ as SnapshotMessage, aI as SortOrder, it as SortOrderWithLiterals, f5 as Sorting, hz as Source, aO as SourceType, iz as SourceTypeWithLiterals, ht as StandardDetails, bt as StreetAddress, hs as Subdivision, aN as SubdivisionType, iy as SubdivisionTypeWithLiterals, ba as SubscriptionDescription, ab as SubscriptionFrequency, hX as SubscriptionFrequencyWithLiterals, b8 as SubscriptionInfo, bb as SubscriptionSettings, b9 as SubscriptionTitle, cQ as TagList, cP as Tags, ha as Task, hc as TaskAction, hd as TaskActionActionOneOf, hb as TaskKey, bF as TaxSummary, bh as TaxableAddress, bi as TaxableAddressTaxableAddressDataOneOf, ad as TaxableAddressType, hZ as TaxableAddressTypeWithLiterals, hC as TotalPrice, ca as TotalPriceChange, gh as TrackingLinkAdded, gf as TrackingNumberAdded, gg as TrackingNumberEdited, az as TransactionStatus, ij as TransactionStatusWithLiterals, bl as TranslatableString, c7 as TranslatedValue, e9 as TriggerRefundRequest, eW as TriggerReindexOrderRequest, eT as TriggerReindexRequest, eU as TriggerReindexResponse, hP as TriggerSideEffectsFromLegacyData, fP as UnArchiveOrderRequest, fQ as UnArchiveOrderResponse, gx as UpdateActivityRequest, g0 as UpdateBillingContactDetailsRequest, g1 as UpdateBillingContactDetailsResponse, fY as UpdateBuyerEmailRequest, fZ as UpdateBuyerEmailResponse, fV as UpdateBuyerInfoRequest, fX as UpdateBuyerInfoResponse, eI as UpdateInternalDocumentsEvent, eJ as UpdateInternalDocumentsEventOperationOneOf, gz as UpdateLineItemsDescriptionLinesRequest, gB as UpdateLineItemsDescriptionLinesResponse, g2 as UpdateOrderLineItemRequest, g3 as UpdateOrderLineItemsRequest, g5 as UpdateOrderLineItemsResponse, fl as UpdateOrderRequest, fm as UpdateOrderResponse, f_ as UpdateOrderShippingAddressRequest, f$ as UpdateOrderShippingAddressResponse, gG as UpdateOrderStatusRequest, g_ as V1BulkMarkOrdersAsPaidRequest, g$ as V1BulkMarkOrdersAsPaidResponse, h0 as V1CreatePaymentGatewayOrderRequest, h1 as V1CreatePaymentGatewayOrderResponse, fu as V1LineItemDelta, fv as V1LineItemDeltaDeltaOneOf, gX as V1MarkOrderAsPaidRequest, gY as V1MarkOrderAsPaidResponse, cW as V1RestockItem, eo as V1ScheduledAction, bx as V1ShippingInformation, hN as Value, aQ as ValueType, iB as ValueTypeWithLiterals, bw as VatId, ah as VatType, i1 as VatTypeWithLiterals, eR as VersionedDeleteByIdsOperation, eS as VersionedDocumentId, eQ as VersionedDocumentUpdateOperation, aH as VersioningMode, is as VersioningModeWithLiterals, eE as VoidAuthorizedPaymentsRequest, ar as WebhookIdentityType, ia as WebhookIdentityTypeWithLiterals, ag as WeightUnit, i0 as WeightUnitWithLiterals, cB as WixReceipt, es as WixReceiptInfo } from './ecom-v1-order-orders.universal-CqHC8qkz.js';
4
4
 
5
5
  declare function preparePaymentCollection$1(httpClient: HttpClient): PreparePaymentCollectionSignature;
6
6
  interface PreparePaymentCollectionSignature {
@@ -227,6 +227,9 @@ function preparePaymentCollection(payload) {
227
227
  method: "POST",
228
228
  methodFqn: "com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.PreparePaymentCollection",
229
229
  packageName: PACKAGE_NAME,
230
+ migrationOptions: {
231
+ optInTransformResponse: true
232
+ },
230
233
  url: resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl({
231
234
  protoPath: "/v1/payments-collector/orders/{ecomOrderId}/prepare-payment-collection",
232
235
  data: payload,
@@ -245,6 +248,9 @@ function getPaymentCollectabilityStatus(payload) {
245
248
  method: "GET",
246
249
  methodFqn: "com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.GetPaymentCollectabilityStatus",
247
250
  packageName: PACKAGE_NAME,
251
+ migrationOptions: {
252
+ optInTransformResponse: true
253
+ },
248
254
  url: resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl({
249
255
  protoPath: "/v1/payments-collector/orders/{ecomOrderId}/payment-collectability-status",
250
256
  data: payload,
@@ -263,6 +269,9 @@ function recordManuallyCollectedPayment(payload) {
263
269
  method: "POST",
264
270
  methodFqn: "com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.RecordManuallyCollectedPayment",
265
271
  packageName: PACKAGE_NAME,
272
+ migrationOptions: {
273
+ optInTransformResponse: true
274
+ },
266
275
  url: resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl({
267
276
  protoPath: "/v1/payments-collector/orders/{orderId}/manual-payment",
268
277
  data: payload,
@@ -281,6 +290,9 @@ function paymentCollectionMarkOrderAsPaid(payload) {
281
290
  method: "POST",
282
291
  methodFqn: "com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.MarkOrderAsPaid",
283
292
  packageName: PACKAGE_NAME,
293
+ migrationOptions: {
294
+ optInTransformResponse: true
295
+ },
284
296
  url: resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl({
285
297
  protoPath: "/v1/payments-collector/orders/{ecomOrderId}/mark-as-paid",
286
298
  data: payload,
@@ -342,6 +354,9 @@ function paymentCollectionBulkMarkOrdersAsPaid(payload) {
342
354
  method: "POST",
343
355
  methodFqn: "com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.BulkMarkOrdersAsPaid",
344
356
  packageName: PACKAGE_NAME,
357
+ migrationOptions: {
358
+ optInTransformResponse: true
359
+ },
345
360
  url: resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl({
346
361
  protoPath: "/v1/bulk/payments-collector/mark-as-paid",
347
362
  data: payload,
@@ -407,6 +422,9 @@ function getRefundabilityStatus(payload) {
407
422
  method: "GET",
408
423
  methodFqn: "com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.GetRefundabilityStatus",
409
424
  packageName: PACKAGE_NAME,
425
+ migrationOptions: {
426
+ optInTransformResponse: true
427
+ },
410
428
  url: resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl({
411
429
  protoPath: "/v1/payments-collector/orders/{ecomOrderId}/refundability",
412
430
  data: payload,
@@ -425,6 +443,9 @@ function paymentCollectionCreatePaymentGatewayOrder(payload) {
425
443
  method: "POST",
426
444
  methodFqn: "com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.CreatePaymentGatewayOrder",
427
445
  packageName: PACKAGE_NAME,
446
+ migrationOptions: {
447
+ optInTransformResponse: true
448
+ },
428
449
  url: resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl({
429
450
  protoPath: "/v1/payments-collector/orders/{ecomOrderId}/create-payment-gateway-order",
430
451
  data: payload,
@@ -449,6 +470,9 @@ function chargeMemberships(payload) {
449
470
  method: "POST",
450
471
  methodFqn: "com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.ChargeMemberships",
451
472
  packageName: PACKAGE_NAME,
473
+ migrationOptions: {
474
+ optInTransformResponse: true
475
+ },
452
476
  url: resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl({
453
477
  protoPath: "/v1/payments-collector/orders/{ecomOrderId}/charge-membership",
454
478
  data: serializedData,
@@ -467,6 +491,9 @@ function triggerRefund(payload) {
467
491
  method: "POST",
468
492
  methodFqn: "com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.TriggerRefund",
469
493
  packageName: PACKAGE_NAME,
494
+ migrationOptions: {
495
+ optInTransformResponse: true
496
+ },
470
497
  url: resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl({
471
498
  protoPath: "/v1/payments-collector/orders/{ecomOrderId}/trigger-refund",
472
499
  data: payload,
@@ -513,6 +540,9 @@ function voidAuthorizedPayments(payload) {
513
540
  method: "POST",
514
541
  methodFqn: "com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.VoidAuthorizedPayments",
515
542
  packageName: PACKAGE_NAME,
543
+ migrationOptions: {
544
+ optInTransformResponse: true
545
+ },
516
546
  url: resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl({
517
547
  protoPath: "/v1/payments-collector/orders/{ecomOrderId}/void-authorized-payments",
518
548
  data: payload,
@@ -559,6 +589,9 @@ function captureAuthorizedPayments(payload) {
559
589
  method: "POST",
560
590
  methodFqn: "com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.CaptureAuthorizedPayments",
561
591
  packageName: PACKAGE_NAME,
592
+ migrationOptions: {
593
+ optInTransformResponse: true
594
+ },
562
595
  url: resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl({
563
596
  protoPath: "/v1/payments-collector/orders/{ecomOrderId}/capture-authorized-payments",
564
597
  data: payload,
@@ -605,6 +638,9 @@ function getOrder(payload) {
605
638
  method: "GET",
606
639
  methodFqn: "com.wix.ecom.orders.v1.Orders.GetOrder",
607
640
  packageName: PACKAGE_NAME,
641
+ migrationOptions: {
642
+ optInTransformResponse: true
643
+ },
608
644
  url: resolveComWixEcomOrdersV1OrdersUrl({
609
645
  protoPath: "/v1/orders/{id}",
610
646
  data: payload,
@@ -666,6 +702,9 @@ function searchOrders(payload) {
666
702
  method: "POST",
667
703
  methodFqn: "com.wix.ecom.orders.v1.Orders.SearchOrders",
668
704
  packageName: PACKAGE_NAME,
705
+ migrationOptions: {
706
+ optInTransformResponse: true
707
+ },
669
708
  url: resolveComWixEcomOrdersV1OrdersUrl({
670
709
  protoPath: "/v1/orders/search",
671
710
  data: payload,
@@ -770,6 +809,9 @@ function createOrder(payload) {
770
809
  method: "POST",
771
810
  methodFqn: "com.wix.ecom.orders.v1.Orders.CreateOrder",
772
811
  packageName: PACKAGE_NAME,
812
+ migrationOptions: {
813
+ optInTransformResponse: true
814
+ },
773
815
  url: resolveComWixEcomOrdersV1OrdersUrl({
774
816
  protoPath: "/v1/orders",
775
817
  data: serializedData,
@@ -878,6 +920,9 @@ function updateOrder(payload) {
878
920
  method: "PATCH",
879
921
  methodFqn: "com.wix.ecom.orders.v1.Orders.UpdateOrder",
880
922
  packageName: PACKAGE_NAME,
923
+ migrationOptions: {
924
+ optInTransformResponse: true
925
+ },
881
926
  url: resolveComWixEcomOrdersV1OrdersUrl({
882
927
  protoPath: "/v1/orders/{order.id}",
883
928
  data: serializedData,
@@ -986,6 +1031,9 @@ function bulkUpdateOrders(payload) {
986
1031
  method: "POST",
987
1032
  methodFqn: "com.wix.ecom.orders.v1.Orders.BulkUpdateOrders",
988
1033
  packageName: PACKAGE_NAME,
1034
+ migrationOptions: {
1035
+ optInTransformResponse: true
1036
+ },
989
1037
  url: resolveComWixEcomOrdersV1OrdersUrl({
990
1038
  protoPath: "/v1/bulk/orders/update",
991
1039
  data: serializedData,
@@ -1092,6 +1140,9 @@ function commitDeltas(payload) {
1092
1140
  method: "POST",
1093
1141
  methodFqn: "com.wix.ecom.orders.v1.Orders.CommitDeltas",
1094
1142
  packageName: PACKAGE_NAME,
1143
+ migrationOptions: {
1144
+ optInTransformResponse: true
1145
+ },
1095
1146
  url: resolveComWixEcomOrdersV1OrdersUrl({
1096
1147
  protoPath: "/v1/orders/{id}/commit-deltas",
1097
1148
  data: serializedData,
@@ -1175,6 +1226,9 @@ function updateOrderLineItem(payload) {
1175
1226
  method: "PATCH",
1176
1227
  methodFqn: "com.wix.ecom.orders.v1.Orders.UpdateOrderLineItem",
1177
1228
  packageName: PACKAGE_NAME,
1229
+ migrationOptions: {
1230
+ optInTransformResponse: true
1231
+ },
1178
1232
  url: resolveComWixEcomOrdersV1OrdersUrl({
1179
1233
  protoPath: "/v1/orders/{id}/line-item/{lineItem.id}",
1180
1234
  data: serializedData,
@@ -1236,6 +1290,9 @@ function addActivity(payload) {
1236
1290
  method: "POST",
1237
1291
  methodFqn: "com.wix.ecom.orders.v1.Orders.AddActivity",
1238
1292
  packageName: PACKAGE_NAME,
1293
+ migrationOptions: {
1294
+ optInTransformResponse: true
1295
+ },
1239
1296
  url: resolveComWixEcomOrdersV1OrdersUrl({
1240
1297
  protoPath: "/v1/orders/{id}/activities",
1241
1298
  data: payload,
@@ -1297,6 +1354,9 @@ function updateActivity(payload) {
1297
1354
  method: "PATCH",
1298
1355
  methodFqn: "com.wix.ecom.orders.v1.Orders.UpdateActivity",
1299
1356
  packageName: PACKAGE_NAME,
1357
+ migrationOptions: {
1358
+ optInTransformResponse: true
1359
+ },
1300
1360
  url: resolveComWixEcomOrdersV1OrdersUrl({
1301
1361
  protoPath: "/v1/orders/{id}/activities/{activityId}",
1302
1362
  data: payload,
@@ -1358,6 +1418,9 @@ function deleteActivity(payload) {
1358
1418
  method: "DELETE",
1359
1419
  methodFqn: "com.wix.ecom.orders.v1.Orders.DeleteActivity",
1360
1420
  packageName: PACKAGE_NAME,
1421
+ migrationOptions: {
1422
+ optInTransformResponse: true
1423
+ },
1361
1424
  url: resolveComWixEcomOrdersV1OrdersUrl({
1362
1425
  protoPath: "/v1/orders/{id}/activities/{activityId}",
1363
1426
  data: payload,
@@ -1419,6 +1482,9 @@ function cancelOrder(payload) {
1419
1482
  method: "POST",
1420
1483
  methodFqn: "com.wix.ecom.orders.v1.Orders.CancelOrder",
1421
1484
  packageName: PACKAGE_NAME,
1485
+ migrationOptions: {
1486
+ optInTransformResponse: true
1487
+ },
1422
1488
  url: resolveComWixEcomOrdersV1OrdersUrl({
1423
1489
  protoPath: "/v1/orders/{id}/cancel",
1424
1490
  data: payload,
@@ -1480,6 +1546,9 @@ function updateOrderStatus(payload) {
1480
1546
  method: "POST",
1481
1547
  methodFqn: "com.wix.ecom.orders.v1.Orders.UpdateOrderStatus",
1482
1548
  packageName: PACKAGE_NAME,
1549
+ migrationOptions: {
1550
+ optInTransformResponse: true
1551
+ },
1483
1552
  url: resolveComWixEcomOrdersV1OrdersUrl({
1484
1553
  protoPath: "/v1/orders/{orderId}/update-status",
1485
1554
  data: payload,
@@ -1541,6 +1610,9 @@ function aggregateOrders(payload) {
1541
1610
  method: "POST",
1542
1611
  methodFqn: "com.wix.ecom.orders.v1.Orders.AggregateOrders",
1543
1612
  packageName: PACKAGE_NAME,
1613
+ migrationOptions: {
1614
+ optInTransformResponse: true
1615
+ },
1544
1616
  url: resolveComWixEcomOrdersV1OrdersUrl({
1545
1617
  protoPath: "/v1/orders/aggregate",
1546
1618
  data: payload,
@@ -1559,6 +1631,9 @@ function bulkUpdateOrderTags(payload) {
1559
1631
  method: "POST",
1560
1632
  methodFqn: "com.wix.ecom.orders.v1.Orders.BulkUpdateOrderTags",
1561
1633
  packageName: PACKAGE_NAME,
1634
+ migrationOptions: {
1635
+ optInTransformResponse: true
1636
+ },
1562
1637
  url: resolveComWixEcomOrdersV1OrdersUrl({
1563
1638
  protoPath: "/v1/bulk/orders/update-tags",
1564
1639
  data: payload,