@wix/auto_sdk_ecom_orders 1.0.212 → 1.0.213

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-UFqntDoM.d.ts → ecom-v1-order-orders.universal-CF3Jy9IZ.d.ts} +5 -5
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +34 -30
  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 +23 -21
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +7 -7
  9. package/build/cjs/meta.js +23 -21
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{ecom-v1-order-orders.universal-UFqntDoM.d.mts → ecom-v1-order-orders.universal-CF3Jy9IZ.d.mts} +5 -5
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +31 -27
  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 +20 -18
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +7 -7
  19. package/build/es/meta.mjs +20 -18
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{ecom-v1-order-orders.universal-C-bXR9fM.d.ts → ecom-v1-order-orders.universal-EuJc-gqd.d.ts} +10 -10
  22. package/build/internal/cjs/index.d.ts +16 -16
  23. package/build/internal/cjs/index.js +34 -30
  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 +23 -21
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +7 -7
  29. package/build/internal/cjs/meta.js +23 -21
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{ecom-v1-order-orders.universal-C-bXR9fM.d.mts → ecom-v1-order-orders.universal-EuJc-gqd.d.mts} +10 -10
  32. package/build/internal/es/index.d.mts +16 -16
  33. package/build/internal/es/index.mjs +31 -27
  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 +20 -18
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +7 -7
  39. package/build/internal/es/meta.mjs +20 -18
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -7866,7 +7866,7 @@ type RecordManuallyCollectedPaymentApplicationErrors = {
7866
7866
  data?: Record<string, any>;
7867
7867
  };
7868
7868
  /** @docsIgnore */
7869
- type MarkOrderAsPaidApplicationErrors = {
7869
+ type PaymentCollectionMarkOrderAsPaidApplicationErrors = {
7870
7870
  code?: 'ORDER_ALREADY_PAID';
7871
7871
  description?: string;
7872
7872
  data?: Record<string, any>;
@@ -7880,7 +7880,7 @@ type MarkOrderAsPaidApplicationErrors = {
7880
7880
  data?: Record<string, any>;
7881
7881
  };
7882
7882
  /** @docsIgnore */
7883
- type CreatePaymentGatewayOrderApplicationErrors = {
7883
+ type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors = {
7884
7884
  code?: 'ORDER_ALREADY_PAID';
7885
7885
  description?: string;
7886
7886
  data?: Record<string, any>;
@@ -8432,10 +8432,10 @@ interface RecordManuallyCollectedPaymentOptions {
8432
8432
  * @applicableIdentity APP
8433
8433
  * @fqn com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.MarkOrderAsPaid
8434
8434
  */
8435
- declare function markOrderAsPaid(ecomOrderId: string, options?: MarkOrderAsPaidOptions): Promise<NonNullablePaths<MarkOrderAsPaidResponse, `order.number` | `order.lineItems` | `order.lineItems.${number}._id` | `order.lineItems.${number}.productName.original` | `order.lineItems.${number}.catalogReference.catalogItemId` | `order.lineItems.${number}.catalogReference.appId` | `order.lineItems.${number}.quantity` | `order.lineItems.${number}.totalDiscount.amount` | `order.lineItems.${number}.totalDiscount.formattedAmount` | `order.lineItems.${number}.physicalProperties.shippable` | `order.lineItems.${number}.itemType.preset` | `order.lineItems.${number}.itemType.custom` | `order.lineItems.${number}.paymentOption` | `order.lineItems.${number}.taxDetails.taxRate` | `order.lineItems.${number}.taxInfo.taxIncludedInPrice` | `order.lineItems.${number}.digitalFile.fileId` | `order.lineItems.${number}.subscriptionInfo.cycleNumber` | `order.lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `order.lineItems.${number}.priceDescription.original` | `order.lineItems.${number}.taxableAddress.addressType` | `order.lineItems.${number}.priceUndetermined` | `order.buyerInfo.visitorId` | `order.buyerInfo.memberId` | `order.paymentStatus` | `order.fulfillmentStatus` | `order.weightUnit` | `order.taxIncludedInPrices` | `order.billingInfo.address.streetAddress.number` | `order.billingInfo.address.streetAddress.name` | `order.billingInfo.contactDetails.vatId._id` | `order.billingInfo.contactDetails.vatId.type` | `order.shippingInfo.title` | `order.shippingInfo.logistics.pickupDetails.pickupMethod` | `order.status` | `order.taxInfo.taxBreakdown` | `order.taxInfo.taxBreakdown.${number}.taxName` | `order.taxInfo.taxBreakdown.${number}.taxType` | `order.taxInfo.taxBreakdown.${number}.jurisdiction` | `order.taxInfo.taxBreakdown.${number}.jurisdictionType` | `order.taxInfo.taxBreakdown.${number}.rate` | `order.appliedDiscounts` | `order.appliedDiscounts.${number}.coupon._id` | `order.appliedDiscounts.${number}.coupon.code` | `order.appliedDiscounts.${number}.coupon.name` | `order.appliedDiscounts.${number}.merchantDiscount.discountReason` | `order.appliedDiscounts.${number}.discountRule._id` | `order.appliedDiscounts.${number}.discountRule.name.original` | `order.appliedDiscounts.${number}.discountType` | `order.activities` | `order.activities.${number}.merchantComment.message` | `order.activities.${number}.orderRefunded.manual` | `order.activities.${number}.orderRefunded.reason` | `order.activities.${number}.draftOrderChangesApplied.draftOrderId` | `order.activities.${number}.savedPaymentMethod.name` | `order.activities.${number}.authorizedPaymentCreated.paymentId` | `order.activities.${number}.authorizedPaymentCaptured.paymentId` | `order.activities.${number}.authorizedPaymentVoided.paymentId` | `order.activities.${number}.refundInitiated.refundId` | `order.activities.${number}.paymentRefunded.refundId` | `order.activities.${number}.paymentRefundFailed.refundId` | `order.activities.${number}.paymentPending.paymentId` | `order.activities.${number}.paymentCanceled.paymentId` | `order.activities.${number}.paymentDeclined.paymentId` | `order.activities.${number}.receiptCreated.wixReceipt.receiptId` | `order.activities.${number}.receiptCreated.paymentId` | `order.activities.${number}.receiptSent.paymentId` | `order.activities.${number}.chargebackCreated.paymentId` | `order.activities.${number}.chargebackCreated.chargebackId` | `order.activities.${number}.chargebackReversed.paymentId` | `order.activities.${number}.chargebackReversed.chargebackId` | `order.activities.${number}.type` | `order.activities.${number}.activityType` | `order.attributionSource` | `order.createdBy.userId` | `order.createdBy.memberId` | `order.createdBy.visitorId` | `order.createdBy.appId` | `order.channelInfo.type` | `order.customFields` | `order.customFields.${number}.title` | `order.balanceSummary.balance.amount` | `order.balanceSummary.balance.formattedAmount` | `order.additionalFees` | `order.additionalFees.${number}.name` | `order.additionalFees.${number}._id` | `order.tags.privateTags.tagIds` | `order.businessLocation._id` | `order.businessLocation.name`, 7> & {
8436
- __applicationErrorsType?: MarkOrderAsPaidApplicationErrors;
8435
+ declare function paymentCollectionMarkOrderAsPaid(ecomOrderId: string, options?: PaymentCollectionMarkOrderAsPaidOptions): Promise<NonNullablePaths<MarkOrderAsPaidResponse, `order.number` | `order.lineItems` | `order.lineItems.${number}._id` | `order.lineItems.${number}.productName.original` | `order.lineItems.${number}.catalogReference.catalogItemId` | `order.lineItems.${number}.catalogReference.appId` | `order.lineItems.${number}.quantity` | `order.lineItems.${number}.totalDiscount.amount` | `order.lineItems.${number}.totalDiscount.formattedAmount` | `order.lineItems.${number}.physicalProperties.shippable` | `order.lineItems.${number}.itemType.preset` | `order.lineItems.${number}.itemType.custom` | `order.lineItems.${number}.paymentOption` | `order.lineItems.${number}.taxDetails.taxRate` | `order.lineItems.${number}.taxInfo.taxIncludedInPrice` | `order.lineItems.${number}.digitalFile.fileId` | `order.lineItems.${number}.subscriptionInfo.cycleNumber` | `order.lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `order.lineItems.${number}.priceDescription.original` | `order.lineItems.${number}.taxableAddress.addressType` | `order.lineItems.${number}.priceUndetermined` | `order.buyerInfo.visitorId` | `order.buyerInfo.memberId` | `order.paymentStatus` | `order.fulfillmentStatus` | `order.weightUnit` | `order.taxIncludedInPrices` | `order.billingInfo.address.streetAddress.number` | `order.billingInfo.address.streetAddress.name` | `order.billingInfo.contactDetails.vatId._id` | `order.billingInfo.contactDetails.vatId.type` | `order.shippingInfo.title` | `order.shippingInfo.logistics.pickupDetails.pickupMethod` | `order.status` | `order.taxInfo.taxBreakdown` | `order.taxInfo.taxBreakdown.${number}.taxName` | `order.taxInfo.taxBreakdown.${number}.taxType` | `order.taxInfo.taxBreakdown.${number}.jurisdiction` | `order.taxInfo.taxBreakdown.${number}.jurisdictionType` | `order.taxInfo.taxBreakdown.${number}.rate` | `order.appliedDiscounts` | `order.appliedDiscounts.${number}.coupon._id` | `order.appliedDiscounts.${number}.coupon.code` | `order.appliedDiscounts.${number}.coupon.name` | `order.appliedDiscounts.${number}.merchantDiscount.discountReason` | `order.appliedDiscounts.${number}.discountRule._id` | `order.appliedDiscounts.${number}.discountRule.name.original` | `order.appliedDiscounts.${number}.discountType` | `order.activities` | `order.activities.${number}.merchantComment.message` | `order.activities.${number}.orderRefunded.manual` | `order.activities.${number}.orderRefunded.reason` | `order.activities.${number}.draftOrderChangesApplied.draftOrderId` | `order.activities.${number}.savedPaymentMethod.name` | `order.activities.${number}.authorizedPaymentCreated.paymentId` | `order.activities.${number}.authorizedPaymentCaptured.paymentId` | `order.activities.${number}.authorizedPaymentVoided.paymentId` | `order.activities.${number}.refundInitiated.refundId` | `order.activities.${number}.paymentRefunded.refundId` | `order.activities.${number}.paymentRefundFailed.refundId` | `order.activities.${number}.paymentPending.paymentId` | `order.activities.${number}.paymentCanceled.paymentId` | `order.activities.${number}.paymentDeclined.paymentId` | `order.activities.${number}.receiptCreated.wixReceipt.receiptId` | `order.activities.${number}.receiptCreated.paymentId` | `order.activities.${number}.receiptSent.paymentId` | `order.activities.${number}.chargebackCreated.paymentId` | `order.activities.${number}.chargebackCreated.chargebackId` | `order.activities.${number}.chargebackReversed.paymentId` | `order.activities.${number}.chargebackReversed.chargebackId` | `order.activities.${number}.type` | `order.activities.${number}.activityType` | `order.attributionSource` | `order.createdBy.userId` | `order.createdBy.memberId` | `order.createdBy.visitorId` | `order.createdBy.appId` | `order.channelInfo.type` | `order.customFields` | `order.customFields.${number}.title` | `order.balanceSummary.balance.amount` | `order.balanceSummary.balance.formattedAmount` | `order.additionalFees` | `order.additionalFees.${number}.name` | `order.additionalFees.${number}._id` | `order.tags.privateTags.tagIds` | `order.businessLocation._id` | `order.businessLocation.name`, 7> & {
8436
+ __applicationErrorsType?: PaymentCollectionMarkOrderAsPaidApplicationErrors;
8437
8437
  }>;
8438
- interface MarkOrderAsPaidOptions {
8438
+ interface PaymentCollectionMarkOrderAsPaidOptions {
8439
8439
  /**
8440
8440
  * Payment method name provided by user.
8441
8441
  *
@@ -8454,7 +8454,7 @@ interface MarkOrderAsPaidOptions {
8454
8454
  * @applicableIdentity APP
8455
8455
  * @fqn com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.BulkMarkOrdersAsPaid
8456
8456
  */
8457
- declare function bulkMarkOrdersAsPaid(ecomOrderIds: string[]): Promise<NonNullablePaths<BulkMarkOrdersAsPaidResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `results.${number}.item.number` | `results.${number}.item.buyerInfo.visitorId` | `results.${number}.item.buyerInfo.memberId` | `results.${number}.item.paymentStatus` | `results.${number}.item.fulfillmentStatus` | `results.${number}.item.weightUnit` | `results.${number}.item.taxIncludedInPrices` | `results.${number}.item.shippingInfo.title` | `results.${number}.item.status` | `results.${number}.item.attributionSource` | `results.${number}.item.createdBy.userId` | `results.${number}.item.createdBy.memberId` | `results.${number}.item.createdBy.visitorId` | `results.${number}.item.createdBy.appId` | `results.${number}.item.channelInfo.type` | `results.${number}.item.businessLocation._id` | `results.${number}.item.businessLocation.name` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
8457
+ declare function paymentCollectionBulkMarkOrdersAsPaid(ecomOrderIds: string[]): Promise<NonNullablePaths<BulkMarkOrdersAsPaidResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `results.${number}.item.number` | `results.${number}.item.buyerInfo.visitorId` | `results.${number}.item.buyerInfo.memberId` | `results.${number}.item.paymentStatus` | `results.${number}.item.fulfillmentStatus` | `results.${number}.item.weightUnit` | `results.${number}.item.taxIncludedInPrices` | `results.${number}.item.shippingInfo.title` | `results.${number}.item.status` | `results.${number}.item.attributionSource` | `results.${number}.item.createdBy.userId` | `results.${number}.item.createdBy.memberId` | `results.${number}.item.createdBy.visitorId` | `results.${number}.item.createdBy.appId` | `results.${number}.item.channelInfo.type` | `results.${number}.item.businessLocation._id` | `results.${number}.item.businessLocation.name` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
8458
8458
  /**
8459
8459
  * Checks whether this order can be refunded.
8460
8460
  * @param ecomOrderId - Order ID.
@@ -8480,10 +8480,10 @@ declare function getRefundabilityStatus(ecomOrderId: string): Promise<NonNullabl
8480
8480
  * @applicableIdentity APP
8481
8481
  * @fqn com.wix.ecom.orders.payments_collector.v1.PaymentsCollector.CreatePaymentGatewayOrder
8482
8482
  */
8483
- declare function createPaymentGatewayOrder(ecomOrderId: string, options?: CreatePaymentGatewayOrderOptions): Promise<NonNullablePaths<CreatePaymentGatewayOrderResponse, `paymentGatewayOrderId`, 2> & {
8484
- __applicationErrorsType?: CreatePaymentGatewayOrderApplicationErrors;
8483
+ declare function paymentCollectionCreatePaymentGatewayOrder(ecomOrderId: string, options?: PaymentCollectionCreatePaymentGatewayOrderOptions): Promise<NonNullablePaths<CreatePaymentGatewayOrderResponse, `paymentGatewayOrderId`, 2> & {
8484
+ __applicationErrorsType?: PaymentCollectionCreatePaymentGatewayOrderApplicationErrors;
8485
8485
  }>;
8486
- interface CreatePaymentGatewayOrderOptions {
8486
+ interface PaymentCollectionCreatePaymentGatewayOrderOptions {
8487
8487
  /** Information about the user who initiated the payment. */
8488
8488
  chargedBy?: ChargedBy;
8489
8489
  }
@@ -9403,4 +9403,4 @@ interface BulkUpdateOrderTagsOptions {
9403
9403
  unassignTags?: TagsTags;
9404
9404
  }
9405
9405
 
9406
- export { type CancelOrderResponse as $, type MaskedOrder as A, type BulkDeleteImportedOrdersOptions as B, type CreatePaymentGatewayOrderOptions as C, type BulkUpdateOrdersOptions as D, type BulkUpdateOrdersResponse as E, type UpdateOrderLineItemIdentifiers as F, type GetPaymentCollectabilityStatusResponse as G, type UpdateOrderLineItem as H, type ImportOrderResponse as I, type UpdateOrderLineItemResponse as J, type PublicActivity as K, type AddActivityResponse as L, type MarkOrderAsPaidOptions as M, type AddActivitiesOptions as N, type Order as O, type Price as P, type AddActivitiesResponse as Q, type RecordManuallyCollectedPaymentOptions as R, type SetOrderNumberCounterOptions as S, type TriggerRefundOptions as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, type UpdateActivityIdentifiers as W, type UpdateActivityResponse as X, type DeleteActivityIdentifiers as Y, type DeleteActivityResponse as Z, type CancelOrderOptions as _, type SetOrderNumberCounterResponse as a, MembershipPaymentStatus as a$, type CancelOrderApplicationErrors as a0, type OrderStatusWithLiterals as a1, type UpdateOrderStatusResponse as a2, type UpdateOrderStatusApplicationErrors as a3, type AggregateOrdersOptions as a4, type AggregateOrdersResponse as a5, type BulkUpdateOrderTagsOptions as a6, type BulkUpdateOrderTagsResponse as a7, type OrderApprovedEnvelope as a8, type OrderCanceledEnvelope as a9, AdditionalFeeSource as aA, OrderActionType as aB, SpecificItemsCouponBehavior as aC, ChargeType as aD, DeltaPaymentOptionType as aE, InventoryAction as aF, WebhookIdentityType as aG, VersioningMode as aH, PreviewEmailType as aI, State as aJ, SiteCreatedContext as aK, Namespace as aL, DeleteStatus as aM, ScheduledAction as aN, DurationUnit as aO, PaymentCollectabilityStatus as aP, PredefinedPaymentMethod as aQ, RefundableStatus as aR, NonRefundableReason as aS, ManuallyRefundableReason as aT, RestockType as aU, TransactionStatus as aV, AuthorizationCaptureStatus as aW, AuthorizationVoidStatus as aX, Reason as aY, ActionType as aZ, ChargebackStatus as a_, type OrderCommittedEnvelope as aa, type OrderCreatedEnvelope as ab, type OrderFulfilledEnvelope as ac, type OrderPaymentStatusUpdatedEnvelope as ad, type OrderUpdatedEnvelope as ae, DescriptionLineType as af, DimensionsUnit as ag, ItemTypePreset as ah, PaymentOptionType as ai, JurisdictionType as aj, SubscriptionFrequency as ak, AdjustmentType as al, TaxableAddressType as am, PaymentStatus as an, FulfillmentStatus as ao, WeightUnit as ap, VatType as aq, PickupMethod as ar, OrderStatus as as, DiscountType as at, DiscountReason as au, LineItemQuantityChangeType as av, ActivityType as aw, OrderActivityTypeEnumActivityType as ax, AttributionSource as ay, ChannelType as az, type BulkDeleteImportedOrdersResponse as b, type OrderTaxBreakdown as b$, RefundStatus as b0, SortOrder as b1, OrderApprovalStrategy as b2, Placement as b3, SubdivisionType as b4, SourceType as b5, CustomFieldGroup as b6, ValueType as b7, DepositType as b8, InvoiceStatus as b9, type LocationAndQuantity as bA, type TaxableAddress as bB, type TaxableAddressTaxableAddressDataOneOf as bC, type ExtendedFields as bD, type ModifierGroup as bE, type TranslatableString as bF, type ItemModifier as bG, type BuyerInfo as bH, type BuyerInfoIdOneOf as bI, type CurrencyConversionDetails as bJ, type PriceSummary as bK, type AddressWithContact as bL, type Address as bM, type StreetAddress as bN, type AddressLocation as bO, type FullAddressContactDetails as bP, type VatId as bQ, type V1ShippingInformation as bR, type DeliveryLogistics as bS, type DeliveryLogisticsAddressOneOf as bT, type PickupDetails as bU, type PickupAddress as bV, type DeliveryTimeSlot as bW, type ShippingPrice as bX, type ShippingRegion as bY, type TaxSummary as bZ, type OrderTaxInfo as b_, type OrderLineItem as ba, type ProductName as bb, type CatalogReference as bc, type DescriptionLine as bd, type DescriptionLineValueOneOf as be, type DescriptionLineDescriptionLineValueOneOf as bf, type DescriptionLineName as bg, type PlainTextValue as bh, type Color as bi, type FocalPoint as bj, type PhysicalProperties as bk, type Dimensions as bl, type ItemType as bm, type ItemTypeItemTypeDataOneOf as bn, type ItemTaxFullDetails as bo, type LineItemTaxInfo as bp, type LineItemTaxBreakdown as bq, type DigitalFile as br, type SubscriptionInfo as bs, type SubscriptionTitle as bt, type SubscriptionDescription as bu, type SubscriptionSettings as bv, type FreeTrialPeriod as bw, type BillingAdjustment as bx, type BillingAdjustmentPriceSummary as by, type PriceDescription as bz, type PreparePaymentCollectionOptions as c, type ChargebackCreated as c$, type AppliedDiscount as c0, type AppliedDiscountDiscountSourceOneOf as c1, type Coupon as c2, type MerchantDiscount as c3, type MerchantDiscountMerchantDiscountReasonOneOf as c4, type DiscountRule as c5, type DiscountRuleName as c6, type LineItemDiscount as c7, type ItemCombination as c8, type ItemCombinationLineItem as c9, type AuthorizedPaymentCreated as cA, type AuthorizedPaymentCaptured as cB, type AuthorizedPaymentVoided as cC, type RefundInitiated as cD, type RefundedPayment as cE, type RefundedPaymentKindOneOf as cF, type RegularPaymentRefund as cG, type GiftCardPaymentRefund as cH, type MembershipPaymentRefund as cI, type PaymentRefunded as cJ, type PaymentRefundFailed as cK, type RefundedAsStoreCredit as cL, type PaymentPending as cM, type PaymentPendingPaymentDetailsOneOf as cN, type RegularPayment as cO, type RegularPaymentPaymentMethodDetailsOneOf as cP, type CreditCardDetails as cQ, type PaymentCanceled as cR, type PaymentCanceledPaymentDetailsOneOf as cS, type PaymentDeclined as cT, type PaymentDeclinedPaymentDetailsOneOf as cU, type ReceiptCreated as cV, type ReceiptCreatedReceiptInfoOneOf as cW, type WixReceipt as cX, type ExternalReceipt as cY, type ReceiptSent as cZ, type ReceiptSentReceiptInfoOneOf as c_, type Activity as ca, type ActivityContentOneOf as cb, type CustomActivity as cc, type MerchantComment as cd, type OrderRefunded as ce, type OrderCreatedFromExchange as cf, type NewExchangeOrderCreated as cg, type LineItemExchangeData as ch, type DraftOrderChangesApplied as ci, type OrderChange as cj, type OrderChangeValueOneOf as ck, type LineItemChanges as cl, type LineItemQuantityChange as cm, type LineItemPriceChange as cn, type LineItemProductNameChange as co, type LineItemDescriptionLineChange as cp, type LineItemModifiersChange as cq, type ManagedLineItem as cr, type ManagedDiscount as cs, type TranslatedValue as ct, type LineItemAmount as cu, type ManagedAdditionalFee as cv, type TotalPriceChange as cw, type ShippingInformationChange as cx, type ShippingInformation as cy, type SavedPaymentMethod as cz, type PreparePaymentCollectionResponse as d, type DeleteByIdsOperation as d$, type ChargebackReversed as d0, type CreatedBy as d1, type CreatedByStringOneOf as d2, type ChannelInfo as d3, type CustomField as d4, type BalanceSummary as d5, type Balance as d6, type AdditionalFee as d7, type FulfillmentStatusesAggregate as d8, type Tags as d9, type OrderLineItemChangedDetails as dA, type LineItemDelta as dB, type LineItemDeltaDeltaOneOf as dC, type AppliedDiscountDelta as dD, type AppliedDiscountDeltaDeltaOneOf as dE, type AdditionalFeeDelta as dF, type AdditionalFeeDeltaDeltaOneOf as dG, type DraftOrderCommitSettings as dH, type InventoryUpdateDetails as dI, type ImportOrderRequest as dJ, type SetOrderNumberCounterRequest as dK, type BulkDeleteImportedOrdersRequest as dL, type DomainEvent as dM, type DomainEventBodyOneOf as dN, type EntityCreatedEvent as dO, type RestoreInfo as dP, type EntityUpdatedEvent as dQ, type EntityDeletedEvent as dR, type ActionEvent as dS, type MessageEnvelope as dT, type IdentificationData as dU, type IdentificationDataIdOneOf as dV, type AccountInfo as dW, type UpdateInternalDocumentsEvent as dX, type UpdateInternalDocumentsEventOperationOneOf as dY, type InternalDocument as dZ, type InternalDocumentUpdateOperation as d_, type TagList as da, type Location as db, type OrderSettings as dc, type OrderSettingsAllowedActionsOneOf as dd, type OrderSettingsEditableByOneOf as de, type CustomAllowedActions as df, type OwnerApps as dg, type FormInfo as dh, type FormIdentifier as di, type PlatformFeeSummary as dj, type PlatformFee as dk, type OrderApproved as dl, type OrdersExperiments as dm, type OrderRejectedEventOrderRejected as dn, type OrderItemsRestocked as dp, type V1RestockItem as dq, type OrderImported as dr, type ImportedOrderDeleted as ds, type PaymentStatusUpdated as dt, type FulfillmentStatusUpdated as du, type OrderCanceledEventOrderCanceled as dv, type OrderDeltasCommitted as dw, type CommittedDiffs as dx, type CommittedDiffsShippingUpdateInfoOneOf as dy, type ItemChangedDetails as dz, type PreparePaymentCollectionApplicationErrors as e, type SitePublished as e$, type DeleteByFilterOperation as e0, type InternalDocumentUpdateByFilterOperation as e1, type InternalUpdateExistingOperation as e2, type VersionedDocumentUpdateOperation as e3, type VersionedDeleteByIdsOperation as e4, type VersionedDocumentId as e5, type TriggerReindexRequest as e6, type TriggerReindexResponse as e7, type Empty as e8, type TriggerReindexOrderRequest as e9, type RefundItem as eA, type LineItemRefund as eB, type AdditionalFeeRefund as eC, type ShippingRefund as eD, type PreviewRefundEmailResponse as eE, type PreviewCancelEmailRequest as eF, type PreviewCancelEmailResponse as eG, type PreviewCancelRefundEmailRequest as eH, type PreviewCancelRefundEmailResponse as eI, type PreviewBuyerPaymentsReceivedEmailRequest as eJ, type PreviewBuyerPaymentsReceivedEmailResponse as eK, type PreviewBuyerConfirmationEmailRequest as eL, type PreviewBuyerConfirmationEmailResponse as eM, type PreviewBuyerPickupConfirmationEmailRequest as eN, type PreviewBuyerPickupConfirmationEmailResponse as eO, type PreviewShippingConfirmationEmailRequest as eP, type PreviewShippingConfirmationEmailResponse as eQ, type PreviewResendDownloadLinksEmailRequest as eR, type PreviewResendDownloadLinksEmailResponse as eS, type MetaSiteSpecialEvent as eT, type MetaSiteSpecialEventPayloadOneOf as eU, type Asset as eV, type SiteCreated as eW, type SiteTransferred as eX, type SiteDeleted as eY, type DeleteContext as eZ, type SiteUndeleted as e_, type SendBuyerConfirmationEmailRequest as ea, type SendBuyerConfirmationEmailResponse as eb, type SendBuyerPaymentsReceivedEmailRequest as ec, type SendBuyerPaymentsReceivedEmailResponse as ed, type SendBuyerPickupConfirmationEmailRequest as ee, type SendBuyerPickupConfirmationEmailResponse as ef, type BulkSendBuyerPickupConfirmationEmailsRequest as eg, type BulkSendBuyerPickupConfirmationEmailsResponse as eh, type SendBuyerShippingConfirmationEmailRequest as ei, type SendBuyerShippingConfirmationEmailResponse as ej, type BulkSendBuyerShippingConfirmationEmailsRequest as ek, type BulkSendBuyerShippingConfirmationEmailsResponse as el, type SendMerchantOrderReceivedNotificationRequest as em, type SendMerchantOrderReceivedNotificationResponse as en, type SendCancelRefundEmailRequest as eo, type SendCancelRefundEmailResponse as ep, type SendRefundEmailRequest as eq, type SendRefundEmailResponse as er, type SendFulfillmentEmailRequest as es, type SendFulfillmentEmailResponse as et, type SendMerchantOrderReceivedPushRequest as eu, type SendMerchantOrderReceivedPushResponse as ev, type PreviewEmailByTypeRequest as ew, type PreviewEmailByTypeResponse as ex, type PreviewRefundEmailRequest as ey, type RefundDetails as ez, type RecordManuallyCollectedPaymentApplicationErrors as f, type RegularPaymentDetails as f$, type SiteUnpublished as f0, type SiteMarkedAsTemplate as f1, type SiteMarkedAsWixSite as f2, type ServiceProvisioned as f3, type ServiceRemoved as f4, type SiteRenamed as f5, type SiteHardDeleted as f6, type NamespaceChanged as f7, type StudioAssigned as f8, type StudioUnassigned as f9, type UserDefinedPaymentMethodName as fA, type UserDefinedPaymentMethodNameKindOneOf as fB, type RecordManuallyCollectedPaymentResponse as fC, type MarkOrderAsPaidRequest as fD, type BulkMarkOrdersAsPaidRequest as fE, type BulkOrderResult as fF, type ItemMetadata as fG, type ApplicationError as fH, type BulkActionMetadata as fI, type GetRefundabilityStatusRequest as fJ, type Refundability as fK, type RefundabilityAdditionalRefundabilityInfoOneOf as fL, type CreatePaymentGatewayOrderRequest as fM, type ChargedBy as fN, type ChargeMembershipsRequest as fO, type MembershipChargeItem as fP, type MembershipName as fQ, type ServiceProperties as fR, type ChargeMembershipsResponse as fS, type TriggerRefundRequest as fT, type RefundSideEffects as fU, type RestockInfo as fV, type RestockItem as fW, type OrderTransactions as fX, type Payment as fY, type PaymentPaymentDetailsOneOf as fZ, type PaymentReceiptInfoOneOf as f_, type SiteUrlChanged as fa, type SitePurgedExternally as fb, type OdeditorAssigned as fc, type OdeditorUnassigned as fd, type PicassoAssigned as fe, type PicassoUnassigned as ff, type WixelAssigned as fg, type WixelUnassigned as fh, type StudioTwoAssigned as fi, type StudioTwoUnassigned as fj, type UserDomainMediaEnabled as fk, type UserDomainMediaDisabled as fl, type EditorlessAssigned as fm, type EditorlessUnassigned as fn, type HasCustomEmailConfigurationsRequest as fo, type HasCustomEmailConfigurationsResponse as fp, type AddToAutomationMigrationPopulationRequest as fq, type AddToAutomationMigrationPopulationResponse as fr, type IsInAutomationMigrationPopulationRequest as fs, type IsInAutomationMigrationPopulationResponse as ft, type PreparePaymentCollectionRequest as fu, type RedirectUrls as fv, type DelayedCaptureSettings as fw, type Duration as fx, type GetPaymentCollectabilityStatusRequest as fy, type RecordManuallyCollectedPaymentRequest as fz, type MarkOrderAsPaidResponse as g, type ArchiveOrderRequest as g$, type RegularPaymentDetailsPaymentMethodDetailsOneOf as g0, type CreditCardPaymentMethodDetails as g1, type AuthorizationDetails as g2, type AuthorizationCapture as g3, type AuthorizationActionFailureDetails as g4, type AuthorizationVoid as g5, type V1ScheduledAction as g6, type Chargeback as g7, type PaymentMethodName as g8, type GiftCardPaymentDetails as g9, type CursorPaging as gA, type InternalQueryOrdersResponse as gB, type PlatformPagingMetadata as gC, type Cursors as gD, type QueryOrderRequest as gE, type QueryOrderResponse as gF, type SearchOrdersRequest as gG, type CursorSearch as gH, type CursorSearchPagingMethodOneOf as gI, type CursorPagingMetadata as gJ, type CreateOrderRequest as gK, type OrderCreationSettings as gL, type OrderCreationSettingsEditableByOneOf as gM, type OrderCreateNotifications as gN, type CreateOrderResponse as gO, type UpdateOrderRequest as gP, type UpdateOrderResponse as gQ, type BulkUpdateOrdersRequest as gR, type CommitDeltasRequest as gS, type DraftOrderDiffs as gT, type DraftOrderDiffsShippingUpdateInfoOneOf as gU, type DraftOrderDiffsBuyerUpdateInfoOneOf as gV, type DraftOrderDiffsBillingUpdateInfoOneOf as gW, type DraftOrderDiffsRecipientUpdateInfoOneOf as gX, type V1LineItemDelta as gY, type V1LineItemDeltaDeltaOneOf as gZ, type CommitDeltasResponse as g_, type MembershipPaymentDetails as ga, type WixReceiptInfo as gb, type ExternalReceiptInfo as gc, type Refund as gd, type RefundTransaction as ge, type RefundStatusInfo as gf, type AggregatedRefundSummary as gg, type RefundItemsBreakdown as gh, type LineItemRefundSummary as gi, type CalculateRefundRequest as gj, type CalculateRefundItemRequest as gk, type CalculateRefundResponse as gl, type CalculateRefundItemResponse as gm, type VoidAuthorizedPaymentsRequest as gn, type CaptureAuthorizedPaymentsRequest as go, type ChargeSavedPaymentMethodRequest as gp, type ChargeSavedPaymentMethodResponse as gq, type DiffmatokyPayload as gr, type ErrorInformation as gs, type GetOrderRequest as gt, type GetOrderResponse as gu, type InternalQueryOrdersRequest as gv, type PlatformQuery as gw, type PlatformQueryPagingMethodOneOf as gx, type Sorting as gy, type PlatformPaging as gz, type MarkOrderAsPaidApplicationErrors as h, type BulkMarkAsFulfilledByFilterRequest as h$, type ArchiveOrderResponse as h0, type BulkArchiveOrdersRequest as h1, type BulkArchiveOrdersResponse as h2, type BulkArchiveOrdersByFilterRequest as h3, type BulkArchiveOrdersByFilterResponse as h4, type UnArchiveOrderRequest as h5, type UnArchiveOrderResponse as h6, type BulkUnArchiveOrdersRequest as h7, type BulkUnArchiveOrdersResponse as h8, type BulkUnArchiveOrdersByFilterRequest as h9, type ShippingConfirmationEmailSent as hA, type InvoiceAdded as hB, type InvoiceSent as hC, type FulfillerEmailSent as hD, type ShippingAddressEdited as hE, type EmailEdited as hF, type PickupReadyEmailSent as hG, type OrderPartiallyPaid as hH, type OrderPending as hI, type OrderRejected as hJ, type AddInternalActivityResponse as hK, type AddActivityRequest as hL, type PublicActivityContentOneOf as hM, type AddActivitiesRequest as hN, type UpdateActivityRequest as hO, type DeleteActivityRequest as hP, type UpdateLineItemsDescriptionLinesRequest as hQ, type LineItemUpdate as hR, type UpdateLineItemsDescriptionLinesResponse as hS, type MarkOrderAsSeenByHumanRequest as hT, type MarkOrderAsSeenByHumanResponse as hU, type CancelOrderRequest as hV, type UpdateOrderStatusRequest as hW, type MarkAsFulfilledRequest as hX, type MarkAsFulfilledResponse as hY, type BulkMarkAsFulfilledRequest as hZ, type BulkMarkAsFulfilledResponse as h_, type BulkUnArchiveOrdersByFilterResponse as ha, type UpdateBuyerInfoRequest as hb, type BuyerInfoUpdate as hc, type UpdateBuyerInfoResponse as hd, type UpdateBuyerEmailRequest as he, type UpdateBuyerEmailResponse as hf, type UpdateOrderShippingAddressRequest as hg, type UpdateOrderShippingAddressResponse as hh, type UpdateBillingContactDetailsRequest as hi, type UpdateBillingContactDetailsResponse as hj, type UpdateOrderLineItemRequest as hk, type UpdateOrderLineItemsRequest as hl, type MaskedOrderLineItem as hm, type UpdateOrderLineItemsResponse as hn, type AddInternalActivityRequest as ho, type InternalActivity as hp, type InternalActivityContentOneOf as hq, type OrderPlaced as hr, type OrderPaid as hs, type OrderFulfilled as ht, type OrderNotFulfilled as hu, type OrderCanceled as hv, type DownloadLinkSent as hw, type TrackingNumberAdded as hx, type TrackingNumberEdited as hy, type TrackingLinkAdded as hz, type BulkMarkOrdersAsPaidResponse as i, type CalculatedTax as i$, type BulkMarkAsFulfilledByFilterResponse as i0, type MarkAsUnfulfilledRequest as i1, type MarkAsUnfulfilledResponse as i2, type BulkMarkAsUnfulfilledRequest as i3, type BulkMarkAsUnfulfilledResponse as i4, type BulkMarkAsUnfulfilledByFilterRequest as i5, type BulkMarkAsUnfulfilledByFilterResponse as i6, type BulkSetBusinessLocationRequest as i7, type BulkSetBusinessLocationResponse as i8, type BulkSetBusinessLocationResult as i9, type Reschedule as iA, type InvoiceSentEvent as iB, type IdAndVersion as iC, type InvoiceFields as iD, type Customer as iE, type Email as iF, type QuotesAddress as iG, type AddressDescription as iH, type Phone as iI, type Company as iJ, type CommonAddress as iK, type CommonAddressStreetOneOf as iL, type Subdivision as iM, type StandardDetails as iN, type InvoiceDates as iO, type LineItems as iP, type LineItem as iQ, type BigDecimalWrapper as iR, type LineItemTax as iS, type Source as iT, type LineItemMetaData as iU, type Locale as iV, type TotalPrice as iW, type ItemizedFee as iX, type Discount as iY, type DiscountOneDiscountTypeOneOf as iZ, type CalculatedTaxes as i_, type V1MarkOrderAsPaidRequest as ia, type V1MarkOrderAsPaidResponse as ib, type V1BulkMarkOrdersAsPaidRequest as ic, type V1BulkMarkOrdersAsPaidResponse as id, type V1CreatePaymentGatewayOrderRequest as ie, type V1CreatePaymentGatewayOrderResponse as ig, type GetShipmentsRequest as ih, type GetShipmentsResponse as ii, type AggregateOrdersRequest as ij, type DecrementItemsQuantityRequest as ik, type DecrementData as il, type DecrementItemsQuantityResponse as im, type BulkUpdateOrderTagsRequest as io, type TagsTags as ip, type TagsTagList as iq, type BulkUpdateOrderTagsResult as ir, type SendOrderUpdatedDomainEventRequest as is, type SendOrderUpdatedDomainEventResponse as it, type Task as iu, type TaskKey as iv, type TaskAction as iw, type TaskActionActionOneOf as ix, type Complete as iy, type Cancel as iz, type GetRefundabilityStatusResponse as j, type PlacementWithLiterals as j$, type Payments as j0, type InvoicesPayment as j1, type MetaData as j2, type InvoiceDynamicPriceTotals as j3, type CustomFieldValue as j4, type Value as j5, type Deposit as j6, type BaseEventMetadata as j7, type EventMetadata as j8, type AccountInfoMetadata as j9, type DeltaPaymentOptionTypeWithLiterals as jA, type InventoryActionWithLiterals as jB, type WebhookIdentityTypeWithLiterals as jC, type VersioningModeWithLiterals as jD, type PreviewEmailTypeWithLiterals as jE, type StateWithLiterals as jF, type SiteCreatedContextWithLiterals as jG, type NamespaceWithLiterals as jH, type DeleteStatusWithLiterals as jI, type ScheduledActionWithLiterals as jJ, type DurationUnitWithLiterals as jK, type PaymentCollectabilityStatusWithLiterals as jL, type PredefinedPaymentMethodWithLiterals as jM, type RefundableStatusWithLiterals as jN, type NonRefundableReasonWithLiterals as jO, type ManuallyRefundableReasonWithLiterals as jP, type RestockTypeWithLiterals as jQ, type TransactionStatusWithLiterals as jR, type AuthorizationCaptureStatusWithLiterals as jS, type AuthorizationVoidStatusWithLiterals as jT, type ReasonWithLiterals as jU, type ActionTypeWithLiterals as jV, type ChargebackStatusWithLiterals as jW, type MembershipPaymentStatusWithLiterals as jX, type RefundStatusWithLiterals as jY, type SortOrderWithLiterals as jZ, type OrderApprovalStrategyWithLiterals as j_, type OrderSearchSpec as ja, utils as jb, type DescriptionLineTypeWithLiterals as jc, type DimensionsUnitWithLiterals as jd, type ItemTypePresetWithLiterals as je, type PaymentOptionTypeWithLiterals as jf, type JurisdictionTypeWithLiterals as jg, type SubscriptionFrequencyWithLiterals as jh, type AdjustmentTypeWithLiterals as ji, type TaxableAddressTypeWithLiterals as jj, type PaymentStatusWithLiterals as jk, type FulfillmentStatusWithLiterals as jl, type WeightUnitWithLiterals as jm, type VatTypeWithLiterals as jn, type PickupMethodWithLiterals as jo, type DiscountTypeWithLiterals as jp, type DiscountReasonWithLiterals as jq, type LineItemQuantityChangeTypeWithLiterals as jr, type ActivityTypeWithLiterals as js, type OrderActivityTypeEnumActivityTypeWithLiterals as jt, type AttributionSourceWithLiterals as ju, type ChannelTypeWithLiterals as jv, type AdditionalFeeSourceWithLiterals as jw, type OrderActionTypeWithLiterals as jx, type SpecificItemsCouponBehaviorWithLiterals as jy, type ChargeTypeWithLiterals as jz, type CreatePaymentGatewayOrderResponse as k, type SubdivisionTypeWithLiterals as k0, type SourceTypeWithLiterals as k1, type CustomFieldGroupWithLiterals as k2, type ValueTypeWithLiterals as k3, type DepositTypeWithLiterals as k4, type InvoiceStatusWithLiterals as k5, type CommonSearchWithEntityContext as k6, onOrderApproved as k7, onOrderCanceled as k8, onOrderCommitted as k9, deleteActivity as kA, cancelOrder as kB, updateOrderStatus as kC, aggregateOrders as kD, bulkUpdateOrderTags as kE, onOrderCreated as ka, onOrderFulfilled as kb, onOrderPaymentStatusUpdated as kc, onOrderUpdated as kd, importOrder as ke, setOrderNumberCounter as kf, bulkDeleteImportedOrders as kg, preparePaymentCollection as kh, getPaymentCollectabilityStatus as ki, recordManuallyCollectedPayment as kj, markOrderAsPaid as kk, bulkMarkOrdersAsPaid as kl, getRefundabilityStatus as km, createPaymentGatewayOrder as kn, chargeMemberships as ko, triggerRefund as kp, voidAuthorizedPayments as kq, captureAuthorizedPayments as kr, getOrder as ks, createOrder as kt, updateOrder as ku, bulkUpdateOrders as kv, updateOrderLineItem as kw, addActivity as kx, addActivities as ky, updateActivity as kz, type CreatePaymentGatewayOrderApplicationErrors as l, type ChargeMembershipsOptions as m, type PaymentRefund as n, type TriggerRefundResponse as o, type TriggerRefundApplicationErrors as p, type VoidAuthorizedPaymentsApplicationErrors as q, type PaymentCapture as r, type CaptureAuthorizedPaymentsResponse as s, type CaptureAuthorizedPaymentsApplicationErrors as t, type GetOrderApplicationErrors as u, type OrderSearch as v, type SearchOrdersResponse as w, type CreateOrderOptions as x, type CreateOrderApplicationErrors as y, type UpdateOrderApplicationErrors as z };
9406
+ export { type CancelOrderResponse as $, type MaskedOrder as A, type BulkDeleteImportedOrdersOptions as B, type CreatePaymentGatewayOrderResponse as C, type BulkUpdateOrdersOptions as D, type BulkUpdateOrdersResponse as E, type UpdateOrderLineItemIdentifiers as F, type GetPaymentCollectabilityStatusResponse as G, type UpdateOrderLineItem as H, type ImportOrderResponse as I, type UpdateOrderLineItemResponse as J, type PublicActivity as K, type AddActivityResponse as L, type MarkOrderAsPaidResponse as M, type AddActivitiesOptions as N, type Order as O, type Price as P, type AddActivitiesResponse as Q, type RecordManuallyCollectedPaymentOptions as R, type SetOrderNumberCounterOptions as S, type TriggerRefundOptions as T, type UpdateOrder as U, type VoidAuthorizedPaymentsResponse as V, type UpdateActivityIdentifiers as W, type UpdateActivityResponse as X, type DeleteActivityIdentifiers as Y, type DeleteActivityResponse as Z, type CancelOrderOptions as _, type SetOrderNumberCounterResponse as a, MembershipPaymentStatus as a$, type CancelOrderApplicationErrors as a0, type OrderStatusWithLiterals as a1, type UpdateOrderStatusResponse as a2, type UpdateOrderStatusApplicationErrors as a3, type AggregateOrdersOptions as a4, type AggregateOrdersResponse as a5, type BulkUpdateOrderTagsOptions as a6, type BulkUpdateOrderTagsResponse as a7, type OrderApprovedEnvelope as a8, type OrderCanceledEnvelope as a9, AdditionalFeeSource as aA, OrderActionType as aB, SpecificItemsCouponBehavior as aC, ChargeType as aD, DeltaPaymentOptionType as aE, InventoryAction as aF, WebhookIdentityType as aG, VersioningMode as aH, PreviewEmailType as aI, State as aJ, SiteCreatedContext as aK, Namespace as aL, DeleteStatus as aM, ScheduledAction as aN, DurationUnit as aO, PaymentCollectabilityStatus as aP, PredefinedPaymentMethod as aQ, RefundableStatus as aR, NonRefundableReason as aS, ManuallyRefundableReason as aT, RestockType as aU, TransactionStatus as aV, AuthorizationCaptureStatus as aW, AuthorizationVoidStatus as aX, Reason as aY, ActionType as aZ, ChargebackStatus as a_, type OrderCommittedEnvelope as aa, type OrderCreatedEnvelope as ab, type OrderFulfilledEnvelope as ac, type OrderPaymentStatusUpdatedEnvelope as ad, type OrderUpdatedEnvelope as ae, DescriptionLineType as af, DimensionsUnit as ag, ItemTypePreset as ah, PaymentOptionType as ai, JurisdictionType as aj, SubscriptionFrequency as ak, AdjustmentType as al, TaxableAddressType as am, PaymentStatus as an, FulfillmentStatus as ao, WeightUnit as ap, VatType as aq, PickupMethod as ar, OrderStatus as as, DiscountType as at, DiscountReason as au, LineItemQuantityChangeType as av, ActivityType as aw, OrderActivityTypeEnumActivityType as ax, AttributionSource as ay, ChannelType as az, type BulkDeleteImportedOrdersResponse as b, type OrderTaxBreakdown as b$, RefundStatus as b0, SortOrder as b1, OrderApprovalStrategy as b2, Placement as b3, SubdivisionType as b4, SourceType as b5, CustomFieldGroup as b6, ValueType as b7, DepositType as b8, InvoiceStatus as b9, type LocationAndQuantity as bA, type TaxableAddress as bB, type TaxableAddressTaxableAddressDataOneOf as bC, type ExtendedFields as bD, type ModifierGroup as bE, type TranslatableString as bF, type ItemModifier as bG, type BuyerInfo as bH, type BuyerInfoIdOneOf as bI, type CurrencyConversionDetails as bJ, type PriceSummary as bK, type AddressWithContact as bL, type Address as bM, type StreetAddress as bN, type AddressLocation as bO, type FullAddressContactDetails as bP, type VatId as bQ, type V1ShippingInformation as bR, type DeliveryLogistics as bS, type DeliveryLogisticsAddressOneOf as bT, type PickupDetails as bU, type PickupAddress as bV, type DeliveryTimeSlot as bW, type ShippingPrice as bX, type ShippingRegion as bY, type TaxSummary as bZ, type OrderTaxInfo as b_, type OrderLineItem as ba, type ProductName as bb, type CatalogReference as bc, type DescriptionLine as bd, type DescriptionLineValueOneOf as be, type DescriptionLineDescriptionLineValueOneOf as bf, type DescriptionLineName as bg, type PlainTextValue as bh, type Color as bi, type FocalPoint as bj, type PhysicalProperties as bk, type Dimensions as bl, type ItemType as bm, type ItemTypeItemTypeDataOneOf as bn, type ItemTaxFullDetails as bo, type LineItemTaxInfo as bp, type LineItemTaxBreakdown as bq, type DigitalFile as br, type SubscriptionInfo as bs, type SubscriptionTitle as bt, type SubscriptionDescription as bu, type SubscriptionSettings as bv, type FreeTrialPeriod as bw, type BillingAdjustment as bx, type BillingAdjustmentPriceSummary as by, type PriceDescription as bz, type PreparePaymentCollectionOptions as c, type ChargebackCreated as c$, type AppliedDiscount as c0, type AppliedDiscountDiscountSourceOneOf as c1, type Coupon as c2, type MerchantDiscount as c3, type MerchantDiscountMerchantDiscountReasonOneOf as c4, type DiscountRule as c5, type DiscountRuleName as c6, type LineItemDiscount as c7, type ItemCombination as c8, type ItemCombinationLineItem as c9, type AuthorizedPaymentCreated as cA, type AuthorizedPaymentCaptured as cB, type AuthorizedPaymentVoided as cC, type RefundInitiated as cD, type RefundedPayment as cE, type RefundedPaymentKindOneOf as cF, type RegularPaymentRefund as cG, type GiftCardPaymentRefund as cH, type MembershipPaymentRefund as cI, type PaymentRefunded as cJ, type PaymentRefundFailed as cK, type RefundedAsStoreCredit as cL, type PaymentPending as cM, type PaymentPendingPaymentDetailsOneOf as cN, type RegularPayment as cO, type RegularPaymentPaymentMethodDetailsOneOf as cP, type CreditCardDetails as cQ, type PaymentCanceled as cR, type PaymentCanceledPaymentDetailsOneOf as cS, type PaymentDeclined as cT, type PaymentDeclinedPaymentDetailsOneOf as cU, type ReceiptCreated as cV, type ReceiptCreatedReceiptInfoOneOf as cW, type WixReceipt as cX, type ExternalReceipt as cY, type ReceiptSent as cZ, type ReceiptSentReceiptInfoOneOf as c_, type Activity as ca, type ActivityContentOneOf as cb, type CustomActivity as cc, type MerchantComment as cd, type OrderRefunded as ce, type OrderCreatedFromExchange as cf, type NewExchangeOrderCreated as cg, type LineItemExchangeData as ch, type DraftOrderChangesApplied as ci, type OrderChange as cj, type OrderChangeValueOneOf as ck, type LineItemChanges as cl, type LineItemQuantityChange as cm, type LineItemPriceChange as cn, type LineItemProductNameChange as co, type LineItemDescriptionLineChange as cp, type LineItemModifiersChange as cq, type ManagedLineItem as cr, type ManagedDiscount as cs, type TranslatedValue as ct, type LineItemAmount as cu, type ManagedAdditionalFee as cv, type TotalPriceChange as cw, type ShippingInformationChange as cx, type ShippingInformation as cy, type SavedPaymentMethod as cz, type PreparePaymentCollectionResponse as d, type DeleteByIdsOperation as d$, type ChargebackReversed as d0, type CreatedBy as d1, type CreatedByStringOneOf as d2, type ChannelInfo as d3, type CustomField as d4, type BalanceSummary as d5, type Balance as d6, type AdditionalFee as d7, type FulfillmentStatusesAggregate as d8, type Tags as d9, type OrderLineItemChangedDetails as dA, type LineItemDelta as dB, type LineItemDeltaDeltaOneOf as dC, type AppliedDiscountDelta as dD, type AppliedDiscountDeltaDeltaOneOf as dE, type AdditionalFeeDelta as dF, type AdditionalFeeDeltaDeltaOneOf as dG, type DraftOrderCommitSettings as dH, type InventoryUpdateDetails as dI, type ImportOrderRequest as dJ, type SetOrderNumberCounterRequest as dK, type BulkDeleteImportedOrdersRequest as dL, type DomainEvent as dM, type DomainEventBodyOneOf as dN, type EntityCreatedEvent as dO, type RestoreInfo as dP, type EntityUpdatedEvent as dQ, type EntityDeletedEvent as dR, type ActionEvent as dS, type MessageEnvelope as dT, type IdentificationData as dU, type IdentificationDataIdOneOf as dV, type AccountInfo as dW, type UpdateInternalDocumentsEvent as dX, type UpdateInternalDocumentsEventOperationOneOf as dY, type InternalDocument as dZ, type InternalDocumentUpdateOperation as d_, type TagList as da, type Location as db, type OrderSettings as dc, type OrderSettingsAllowedActionsOneOf as dd, type OrderSettingsEditableByOneOf as de, type CustomAllowedActions as df, type OwnerApps as dg, type FormInfo as dh, type FormIdentifier as di, type PlatformFeeSummary as dj, type PlatformFee as dk, type OrderApproved as dl, type OrdersExperiments as dm, type OrderRejectedEventOrderRejected as dn, type OrderItemsRestocked as dp, type V1RestockItem as dq, type OrderImported as dr, type ImportedOrderDeleted as ds, type PaymentStatusUpdated as dt, type FulfillmentStatusUpdated as du, type OrderCanceledEventOrderCanceled as dv, type OrderDeltasCommitted as dw, type CommittedDiffs as dx, type CommittedDiffsShippingUpdateInfoOneOf as dy, type ItemChangedDetails as dz, type PreparePaymentCollectionApplicationErrors as e, type SitePublished as e$, type DeleteByFilterOperation as e0, type InternalDocumentUpdateByFilterOperation as e1, type InternalUpdateExistingOperation as e2, type VersionedDocumentUpdateOperation as e3, type VersionedDeleteByIdsOperation as e4, type VersionedDocumentId as e5, type TriggerReindexRequest as e6, type TriggerReindexResponse as e7, type Empty as e8, type TriggerReindexOrderRequest as e9, type RefundItem as eA, type LineItemRefund as eB, type AdditionalFeeRefund as eC, type ShippingRefund as eD, type PreviewRefundEmailResponse as eE, type PreviewCancelEmailRequest as eF, type PreviewCancelEmailResponse as eG, type PreviewCancelRefundEmailRequest as eH, type PreviewCancelRefundEmailResponse as eI, type PreviewBuyerPaymentsReceivedEmailRequest as eJ, type PreviewBuyerPaymentsReceivedEmailResponse as eK, type PreviewBuyerConfirmationEmailRequest as eL, type PreviewBuyerConfirmationEmailResponse as eM, type PreviewBuyerPickupConfirmationEmailRequest as eN, type PreviewBuyerPickupConfirmationEmailResponse as eO, type PreviewShippingConfirmationEmailRequest as eP, type PreviewShippingConfirmationEmailResponse as eQ, type PreviewResendDownloadLinksEmailRequest as eR, type PreviewResendDownloadLinksEmailResponse as eS, type MetaSiteSpecialEvent as eT, type MetaSiteSpecialEventPayloadOneOf as eU, type Asset as eV, type SiteCreated as eW, type SiteTransferred as eX, type SiteDeleted as eY, type DeleteContext as eZ, type SiteUndeleted as e_, type SendBuyerConfirmationEmailRequest as ea, type SendBuyerConfirmationEmailResponse as eb, type SendBuyerPaymentsReceivedEmailRequest as ec, type SendBuyerPaymentsReceivedEmailResponse as ed, type SendBuyerPickupConfirmationEmailRequest as ee, type SendBuyerPickupConfirmationEmailResponse as ef, type BulkSendBuyerPickupConfirmationEmailsRequest as eg, type BulkSendBuyerPickupConfirmationEmailsResponse as eh, type SendBuyerShippingConfirmationEmailRequest as ei, type SendBuyerShippingConfirmationEmailResponse as ej, type BulkSendBuyerShippingConfirmationEmailsRequest as ek, type BulkSendBuyerShippingConfirmationEmailsResponse as el, type SendMerchantOrderReceivedNotificationRequest as em, type SendMerchantOrderReceivedNotificationResponse as en, type SendCancelRefundEmailRequest as eo, type SendCancelRefundEmailResponse as ep, type SendRefundEmailRequest as eq, type SendRefundEmailResponse as er, type SendFulfillmentEmailRequest as es, type SendFulfillmentEmailResponse as et, type SendMerchantOrderReceivedPushRequest as eu, type SendMerchantOrderReceivedPushResponse as ev, type PreviewEmailByTypeRequest as ew, type PreviewEmailByTypeResponse as ex, type PreviewRefundEmailRequest as ey, type RefundDetails as ez, type RecordManuallyCollectedPaymentApplicationErrors as f, type RegularPaymentDetails as f$, type SiteUnpublished as f0, type SiteMarkedAsTemplate as f1, type SiteMarkedAsWixSite as f2, type ServiceProvisioned as f3, type ServiceRemoved as f4, type SiteRenamed as f5, type SiteHardDeleted as f6, type NamespaceChanged as f7, type StudioAssigned as f8, type StudioUnassigned as f9, type UserDefinedPaymentMethodName as fA, type UserDefinedPaymentMethodNameKindOneOf as fB, type RecordManuallyCollectedPaymentResponse as fC, type MarkOrderAsPaidRequest as fD, type BulkMarkOrdersAsPaidRequest as fE, type BulkOrderResult as fF, type ItemMetadata as fG, type ApplicationError as fH, type BulkActionMetadata as fI, type GetRefundabilityStatusRequest as fJ, type Refundability as fK, type RefundabilityAdditionalRefundabilityInfoOneOf as fL, type CreatePaymentGatewayOrderRequest as fM, type ChargedBy as fN, type ChargeMembershipsRequest as fO, type MembershipChargeItem as fP, type MembershipName as fQ, type ServiceProperties as fR, type ChargeMembershipsResponse as fS, type TriggerRefundRequest as fT, type RefundSideEffects as fU, type RestockInfo as fV, type RestockItem as fW, type OrderTransactions as fX, type Payment as fY, type PaymentPaymentDetailsOneOf as fZ, type PaymentReceiptInfoOneOf as f_, type SiteUrlChanged as fa, type SitePurgedExternally as fb, type OdeditorAssigned as fc, type OdeditorUnassigned as fd, type PicassoAssigned as fe, type PicassoUnassigned as ff, type WixelAssigned as fg, type WixelUnassigned as fh, type StudioTwoAssigned as fi, type StudioTwoUnassigned as fj, type UserDomainMediaEnabled as fk, type UserDomainMediaDisabled as fl, type EditorlessAssigned as fm, type EditorlessUnassigned as fn, type HasCustomEmailConfigurationsRequest as fo, type HasCustomEmailConfigurationsResponse as fp, type AddToAutomationMigrationPopulationRequest as fq, type AddToAutomationMigrationPopulationResponse as fr, type IsInAutomationMigrationPopulationRequest as fs, type IsInAutomationMigrationPopulationResponse as ft, type PreparePaymentCollectionRequest as fu, type RedirectUrls as fv, type DelayedCaptureSettings as fw, type Duration as fx, type GetPaymentCollectabilityStatusRequest as fy, type RecordManuallyCollectedPaymentRequest as fz, type PaymentCollectionMarkOrderAsPaidOptions as g, type ArchiveOrderRequest as g$, type RegularPaymentDetailsPaymentMethodDetailsOneOf as g0, type CreditCardPaymentMethodDetails as g1, type AuthorizationDetails as g2, type AuthorizationCapture as g3, type AuthorizationActionFailureDetails as g4, type AuthorizationVoid as g5, type V1ScheduledAction as g6, type Chargeback as g7, type PaymentMethodName as g8, type GiftCardPaymentDetails as g9, type CursorPaging as gA, type InternalQueryOrdersResponse as gB, type PlatformPagingMetadata as gC, type Cursors as gD, type QueryOrderRequest as gE, type QueryOrderResponse as gF, type SearchOrdersRequest as gG, type CursorSearch as gH, type CursorSearchPagingMethodOneOf as gI, type CursorPagingMetadata as gJ, type CreateOrderRequest as gK, type OrderCreationSettings as gL, type OrderCreationSettingsEditableByOneOf as gM, type OrderCreateNotifications as gN, type CreateOrderResponse as gO, type UpdateOrderRequest as gP, type UpdateOrderResponse as gQ, type BulkUpdateOrdersRequest as gR, type CommitDeltasRequest as gS, type DraftOrderDiffs as gT, type DraftOrderDiffsShippingUpdateInfoOneOf as gU, type DraftOrderDiffsBuyerUpdateInfoOneOf as gV, type DraftOrderDiffsBillingUpdateInfoOneOf as gW, type DraftOrderDiffsRecipientUpdateInfoOneOf as gX, type V1LineItemDelta as gY, type V1LineItemDeltaDeltaOneOf as gZ, type CommitDeltasResponse as g_, type MembershipPaymentDetails as ga, type WixReceiptInfo as gb, type ExternalReceiptInfo as gc, type Refund as gd, type RefundTransaction as ge, type RefundStatusInfo as gf, type AggregatedRefundSummary as gg, type RefundItemsBreakdown as gh, type LineItemRefundSummary as gi, type CalculateRefundRequest as gj, type CalculateRefundItemRequest as gk, type CalculateRefundResponse as gl, type CalculateRefundItemResponse as gm, type VoidAuthorizedPaymentsRequest as gn, type CaptureAuthorizedPaymentsRequest as go, type ChargeSavedPaymentMethodRequest as gp, type ChargeSavedPaymentMethodResponse as gq, type DiffmatokyPayload as gr, type ErrorInformation as gs, type GetOrderRequest as gt, type GetOrderResponse as gu, type InternalQueryOrdersRequest as gv, type PlatformQuery as gw, type PlatformQueryPagingMethodOneOf as gx, type Sorting as gy, type PlatformPaging as gz, type PaymentCollectionMarkOrderAsPaidApplicationErrors as h, type BulkMarkAsFulfilledByFilterRequest as h$, type ArchiveOrderResponse as h0, type BulkArchiveOrdersRequest as h1, type BulkArchiveOrdersResponse as h2, type BulkArchiveOrdersByFilterRequest as h3, type BulkArchiveOrdersByFilterResponse as h4, type UnArchiveOrderRequest as h5, type UnArchiveOrderResponse as h6, type BulkUnArchiveOrdersRequest as h7, type BulkUnArchiveOrdersResponse as h8, type BulkUnArchiveOrdersByFilterRequest as h9, type ShippingConfirmationEmailSent as hA, type InvoiceAdded as hB, type InvoiceSent as hC, type FulfillerEmailSent as hD, type ShippingAddressEdited as hE, type EmailEdited as hF, type PickupReadyEmailSent as hG, type OrderPartiallyPaid as hH, type OrderPending as hI, type OrderRejected as hJ, type AddInternalActivityResponse as hK, type AddActivityRequest as hL, type PublicActivityContentOneOf as hM, type AddActivitiesRequest as hN, type UpdateActivityRequest as hO, type DeleteActivityRequest as hP, type UpdateLineItemsDescriptionLinesRequest as hQ, type LineItemUpdate as hR, type UpdateLineItemsDescriptionLinesResponse as hS, type MarkOrderAsSeenByHumanRequest as hT, type MarkOrderAsSeenByHumanResponse as hU, type CancelOrderRequest as hV, type UpdateOrderStatusRequest as hW, type MarkAsFulfilledRequest as hX, type MarkAsFulfilledResponse as hY, type BulkMarkAsFulfilledRequest as hZ, type BulkMarkAsFulfilledResponse as h_, type BulkUnArchiveOrdersByFilterResponse as ha, type UpdateBuyerInfoRequest as hb, type BuyerInfoUpdate as hc, type UpdateBuyerInfoResponse as hd, type UpdateBuyerEmailRequest as he, type UpdateBuyerEmailResponse as hf, type UpdateOrderShippingAddressRequest as hg, type UpdateOrderShippingAddressResponse as hh, type UpdateBillingContactDetailsRequest as hi, type UpdateBillingContactDetailsResponse as hj, type UpdateOrderLineItemRequest as hk, type UpdateOrderLineItemsRequest as hl, type MaskedOrderLineItem as hm, type UpdateOrderLineItemsResponse as hn, type AddInternalActivityRequest as ho, type InternalActivity as hp, type InternalActivityContentOneOf as hq, type OrderPlaced as hr, type OrderPaid as hs, type OrderFulfilled as ht, type OrderNotFulfilled as hu, type OrderCanceled as hv, type DownloadLinkSent as hw, type TrackingNumberAdded as hx, type TrackingNumberEdited as hy, type TrackingLinkAdded as hz, type BulkMarkOrdersAsPaidResponse as i, type CalculatedTax as i$, type BulkMarkAsFulfilledByFilterResponse as i0, type MarkAsUnfulfilledRequest as i1, type MarkAsUnfulfilledResponse as i2, type BulkMarkAsUnfulfilledRequest as i3, type BulkMarkAsUnfulfilledResponse as i4, type BulkMarkAsUnfulfilledByFilterRequest as i5, type BulkMarkAsUnfulfilledByFilterResponse as i6, type BulkSetBusinessLocationRequest as i7, type BulkSetBusinessLocationResponse as i8, type BulkSetBusinessLocationResult as i9, type Reschedule as iA, type InvoiceSentEvent as iB, type IdAndVersion as iC, type InvoiceFields as iD, type Customer as iE, type Email as iF, type QuotesAddress as iG, type AddressDescription as iH, type Phone as iI, type Company as iJ, type CommonAddress as iK, type CommonAddressStreetOneOf as iL, type Subdivision as iM, type StandardDetails as iN, type InvoiceDates as iO, type LineItems as iP, type LineItem as iQ, type BigDecimalWrapper as iR, type LineItemTax as iS, type Source as iT, type LineItemMetaData as iU, type Locale as iV, type TotalPrice as iW, type ItemizedFee as iX, type Discount as iY, type DiscountOneDiscountTypeOneOf as iZ, type CalculatedTaxes as i_, type V1MarkOrderAsPaidRequest as ia, type V1MarkOrderAsPaidResponse as ib, type V1BulkMarkOrdersAsPaidRequest as ic, type V1BulkMarkOrdersAsPaidResponse as id, type V1CreatePaymentGatewayOrderRequest as ie, type V1CreatePaymentGatewayOrderResponse as ig, type GetShipmentsRequest as ih, type GetShipmentsResponse as ii, type AggregateOrdersRequest as ij, type DecrementItemsQuantityRequest as ik, type DecrementData as il, type DecrementItemsQuantityResponse as im, type BulkUpdateOrderTagsRequest as io, type TagsTags as ip, type TagsTagList as iq, type BulkUpdateOrderTagsResult as ir, type SendOrderUpdatedDomainEventRequest as is, type SendOrderUpdatedDomainEventResponse as it, type Task as iu, type TaskKey as iv, type TaskAction as iw, type TaskActionActionOneOf as ix, type Complete as iy, type Cancel as iz, type GetRefundabilityStatusResponse as j, type PlacementWithLiterals as j$, type Payments as j0, type InvoicesPayment as j1, type MetaData as j2, type InvoiceDynamicPriceTotals as j3, type CustomFieldValue as j4, type Value as j5, type Deposit as j6, type BaseEventMetadata as j7, type EventMetadata as j8, type AccountInfoMetadata as j9, type DeltaPaymentOptionTypeWithLiterals as jA, type InventoryActionWithLiterals as jB, type WebhookIdentityTypeWithLiterals as jC, type VersioningModeWithLiterals as jD, type PreviewEmailTypeWithLiterals as jE, type StateWithLiterals as jF, type SiteCreatedContextWithLiterals as jG, type NamespaceWithLiterals as jH, type DeleteStatusWithLiterals as jI, type ScheduledActionWithLiterals as jJ, type DurationUnitWithLiterals as jK, type PaymentCollectabilityStatusWithLiterals as jL, type PredefinedPaymentMethodWithLiterals as jM, type RefundableStatusWithLiterals as jN, type NonRefundableReasonWithLiterals as jO, type ManuallyRefundableReasonWithLiterals as jP, type RestockTypeWithLiterals as jQ, type TransactionStatusWithLiterals as jR, type AuthorizationCaptureStatusWithLiterals as jS, type AuthorizationVoidStatusWithLiterals as jT, type ReasonWithLiterals as jU, type ActionTypeWithLiterals as jV, type ChargebackStatusWithLiterals as jW, type MembershipPaymentStatusWithLiterals as jX, type RefundStatusWithLiterals as jY, type SortOrderWithLiterals as jZ, type OrderApprovalStrategyWithLiterals as j_, type OrderSearchSpec as ja, utils as jb, type DescriptionLineTypeWithLiterals as jc, type DimensionsUnitWithLiterals as jd, type ItemTypePresetWithLiterals as je, type PaymentOptionTypeWithLiterals as jf, type JurisdictionTypeWithLiterals as jg, type SubscriptionFrequencyWithLiterals as jh, type AdjustmentTypeWithLiterals as ji, type TaxableAddressTypeWithLiterals as jj, type PaymentStatusWithLiterals as jk, type FulfillmentStatusWithLiterals as jl, type WeightUnitWithLiterals as jm, type VatTypeWithLiterals as jn, type PickupMethodWithLiterals as jo, type DiscountTypeWithLiterals as jp, type DiscountReasonWithLiterals as jq, type LineItemQuantityChangeTypeWithLiterals as jr, type ActivityTypeWithLiterals as js, type OrderActivityTypeEnumActivityTypeWithLiterals as jt, type AttributionSourceWithLiterals as ju, type ChannelTypeWithLiterals as jv, type AdditionalFeeSourceWithLiterals as jw, type OrderActionTypeWithLiterals as jx, type SpecificItemsCouponBehaviorWithLiterals as jy, type ChargeTypeWithLiterals as jz, type PaymentCollectionCreatePaymentGatewayOrderOptions as k, type SubdivisionTypeWithLiterals as k0, type SourceTypeWithLiterals as k1, type CustomFieldGroupWithLiterals as k2, type ValueTypeWithLiterals as k3, type DepositTypeWithLiterals as k4, type InvoiceStatusWithLiterals as k5, type CommonSearchWithEntityContext as k6, onOrderApproved as k7, onOrderCanceled as k8, onOrderCommitted as k9, deleteActivity as kA, cancelOrder as kB, updateOrderStatus as kC, aggregateOrders as kD, bulkUpdateOrderTags as kE, onOrderCreated as ka, onOrderFulfilled as kb, onOrderPaymentStatusUpdated as kc, onOrderUpdated as kd, importOrder as ke, setOrderNumberCounter as kf, bulkDeleteImportedOrders as kg, preparePaymentCollection as kh, getPaymentCollectabilityStatus as ki, recordManuallyCollectedPayment as kj, paymentCollectionMarkOrderAsPaid as kk, paymentCollectionBulkMarkOrdersAsPaid as kl, getRefundabilityStatus as km, paymentCollectionCreatePaymentGatewayOrder as kn, chargeMemberships as ko, triggerRefund as kp, voidAuthorizedPayments as kq, captureAuthorizedPayments as kr, getOrder as ks, createOrder as kt, updateOrder as ku, bulkUpdateOrders as kv, updateOrderLineItem as kw, addActivity as kx, addActivities as ky, updateActivity as kz, type PaymentCollectionCreatePaymentGatewayOrderApplicationErrors as l, type ChargeMembershipsOptions as m, type PaymentRefund as n, type TriggerRefundResponse as o, type TriggerRefundApplicationErrors as p, type VoidAuthorizedPaymentsApplicationErrors as q, type PaymentCapture as r, type CaptureAuthorizedPaymentsResponse as s, type CaptureAuthorizedPaymentsApplicationErrors as t, type GetOrderApplicationErrors as u, type OrderSearch as v, type SearchOrdersResponse as w, type CreateOrderOptions as x, type CreateOrderApplicationErrors as y, type UpdateOrderApplicationErrors as z };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { O as Order, I as ImportOrderResponse, S as SetOrderNumberCounterOptions, a as SetOrderNumberCounterResponse, B as BulkDeleteImportedOrdersOptions, b as BulkDeleteImportedOrdersResponse, P as Price, c as PreparePaymentCollectionOptions, d as PreparePaymentCollectionResponse, e as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, R as RecordManuallyCollectedPaymentOptions, f as RecordManuallyCollectedPaymentApplicationErrors, M as MarkOrderAsPaidOptions, g as MarkOrderAsPaidResponse, h as MarkOrderAsPaidApplicationErrors, i as BulkMarkOrdersAsPaidResponse, j as GetRefundabilityStatusResponse, C as CreatePaymentGatewayOrderOptions, k as CreatePaymentGatewayOrderResponse, l as CreatePaymentGatewayOrderApplicationErrors, m as ChargeMembershipsOptions, n as PaymentRefund, T as TriggerRefundOptions, o as TriggerRefundResponse, p as TriggerRefundApplicationErrors, V as VoidAuthorizedPaymentsResponse, q as VoidAuthorizedPaymentsApplicationErrors, r as PaymentCapture, s as CaptureAuthorizedPaymentsResponse, t as CaptureAuthorizedPaymentsApplicationErrors, u as GetOrderApplicationErrors, v as OrderSearch, w as SearchOrdersResponse, x as CreateOrderOptions, y as CreateOrderApplicationErrors, U as UpdateOrder, z as UpdateOrderApplicationErrors, A as MaskedOrder, D as BulkUpdateOrdersOptions, E as BulkUpdateOrdersResponse, F as UpdateOrderLineItemIdentifiers, H as UpdateOrderLineItem, J as UpdateOrderLineItemResponse, K as PublicActivity, L as AddActivityResponse, N as AddActivitiesOptions, Q as AddActivitiesResponse, W as UpdateActivityIdentifiers, X as UpdateActivityResponse, Y as DeleteActivityIdentifiers, Z as DeleteActivityResponse, _ as CancelOrderOptions, $ as CancelOrderResponse, a0 as CancelOrderApplicationErrors, a1 as OrderStatusWithLiterals, a2 as UpdateOrderStatusResponse, a3 as UpdateOrderStatusApplicationErrors, a4 as AggregateOrdersOptions, a5 as AggregateOrdersResponse, a6 as BulkUpdateOrderTagsOptions, a7 as BulkUpdateOrderTagsResponse, a8 as OrderApprovedEnvelope, a9 as OrderCanceledEnvelope, aa as OrderCommittedEnvelope, ab as OrderCreatedEnvelope, ac as OrderFulfilledEnvelope, ad as OrderPaymentStatusUpdatedEnvelope, ae as OrderUpdatedEnvelope } from './ecom-v1-order-orders.universal-C-bXR9fM.mjs';
3
- export { dW as AccountInfo, j9 as AccountInfoMetadata, dS as ActionEvent, aZ as ActionType, jV as ActionTypeWithLiterals, ca as Activity, cb as ActivityContentOneOf, aw as ActivityType, js as ActivityTypeWithLiterals, hN as AddActivitiesRequest, hL as AddActivityRequest, ho as AddInternalActivityRequest, hK as AddInternalActivityResponse, fq as AddToAutomationMigrationPopulationRequest, fr as AddToAutomationMigrationPopulationResponse, d7 as AdditionalFee, dF as AdditionalFeeDelta, dG as AdditionalFeeDeltaDeltaOneOf, eC as AdditionalFeeRefund, aA as AdditionalFeeSource, jw as AdditionalFeeSourceWithLiterals, bM as Address, iH as AddressDescription, bO as AddressLocation, bL as AddressWithContact, al as AdjustmentType, ji as AdjustmentTypeWithLiterals, ij as AggregateOrdersRequest, gg as AggregatedRefundSummary, fH as ApplicationError, c0 as AppliedDiscount, dD as AppliedDiscountDelta, dE as AppliedDiscountDeltaDeltaOneOf, c1 as AppliedDiscountDiscountSourceOneOf, g$ as ArchiveOrderRequest, h0 as ArchiveOrderResponse, eV as Asset, ay as AttributionSource, ju as AttributionSourceWithLiterals, g4 as AuthorizationActionFailureDetails, g3 as AuthorizationCapture, aW as AuthorizationCaptureStatus, jS as AuthorizationCaptureStatusWithLiterals, g2 as AuthorizationDetails, g5 as AuthorizationVoid, aX as AuthorizationVoidStatus, jT as AuthorizationVoidStatusWithLiterals, cB as AuthorizedPaymentCaptured, cA as AuthorizedPaymentCreated, cC as AuthorizedPaymentVoided, d6 as Balance, d5 as BalanceSummary, j7 as BaseEventMetadata, iR as BigDecimalWrapper, bx as BillingAdjustment, by as BillingAdjustmentPriceSummary, fI as BulkActionMetadata, h3 as BulkArchiveOrdersByFilterRequest, h4 as BulkArchiveOrdersByFilterResponse, h1 as BulkArchiveOrdersRequest, h2 as BulkArchiveOrdersResponse, dL as BulkDeleteImportedOrdersRequest, h$ as BulkMarkAsFulfilledByFilterRequest, i0 as BulkMarkAsFulfilledByFilterResponse, hZ as BulkMarkAsFulfilledRequest, h_ as BulkMarkAsFulfilledResponse, i5 as BulkMarkAsUnfulfilledByFilterRequest, i6 as BulkMarkAsUnfulfilledByFilterResponse, i3 as BulkMarkAsUnfulfilledRequest, i4 as BulkMarkAsUnfulfilledResponse, fE as BulkMarkOrdersAsPaidRequest, fF as BulkOrderResult, eg as BulkSendBuyerPickupConfirmationEmailsRequest, eh as BulkSendBuyerPickupConfirmationEmailsResponse, ek as BulkSendBuyerShippingConfirmationEmailsRequest, el as BulkSendBuyerShippingConfirmationEmailsResponse, i7 as BulkSetBusinessLocationRequest, i8 as BulkSetBusinessLocationResponse, i9 as BulkSetBusinessLocationResult, h9 as BulkUnArchiveOrdersByFilterRequest, ha as BulkUnArchiveOrdersByFilterResponse, h7 as BulkUnArchiveOrdersRequest, h8 as BulkUnArchiveOrdersResponse, io as BulkUpdateOrderTagsRequest, ir as BulkUpdateOrderTagsResult, gR as BulkUpdateOrdersRequest, bH as BuyerInfo, bI as BuyerInfoIdOneOf, hc as BuyerInfoUpdate, gk as CalculateRefundItemRequest, gm as CalculateRefundItemResponse, gj as CalculateRefundRequest, gl as CalculateRefundResponse, i$ as CalculatedTax, i_ as CalculatedTaxes, iz as Cancel, hV as CancelOrderRequest, go as CaptureAuthorizedPaymentsRequest, bc as CatalogReference, d3 as ChannelInfo, az as ChannelType, jv as ChannelTypeWithLiterals, fO as ChargeMembershipsRequest, fS as ChargeMembershipsResponse, gp as ChargeSavedPaymentMethodRequest, gq as ChargeSavedPaymentMethodResponse, aD as ChargeType, jz as ChargeTypeWithLiterals, g7 as Chargeback, c$ as ChargebackCreated, d0 as ChargebackReversed, a_ as ChargebackStatus, jW as ChargebackStatusWithLiterals, fN as ChargedBy, bi as Color, gS as CommitDeltasRequest, g_ as CommitDeltasResponse, dx as CommittedDiffs, dy as CommittedDiffsShippingUpdateInfoOneOf, iK as CommonAddress, iL as CommonAddressStreetOneOf, k6 as CommonSearchWithEntityContext, iJ as Company, iy as Complete, c2 as Coupon, gK as CreateOrderRequest, gO as CreateOrderResponse, fM as CreatePaymentGatewayOrderRequest, d1 as CreatedBy, d2 as CreatedByStringOneOf, cQ as CreditCardDetails, g1 as CreditCardPaymentMethodDetails, bJ as CurrencyConversionDetails, gA as CursorPaging, gJ as CursorPagingMetadata, gH as CursorSearch, gI as CursorSearchPagingMethodOneOf, gD as Cursors, cc as CustomActivity, df as CustomAllowedActions, d4 as CustomField, b6 as CustomFieldGroup, k2 as CustomFieldGroupWithLiterals, j4 as CustomFieldValue, iE as Customer, il as DecrementData, ik as DecrementItemsQuantityRequest, im as DecrementItemsQuantityResponse, fw as DelayedCaptureSettings, hP as DeleteActivityRequest, e0 as DeleteByFilterOperation, d$ as DeleteByIdsOperation, eZ as DeleteContext, aM as DeleteStatus, jI as DeleteStatusWithLiterals, bS as DeliveryLogistics, bT as DeliveryLogisticsAddressOneOf, bW as DeliveryTimeSlot, aE as DeltaPaymentOptionType, jA as DeltaPaymentOptionTypeWithLiterals, j6 as Deposit, b8 as DepositType, k4 as DepositTypeWithLiterals, bd as DescriptionLine, bf as DescriptionLineDescriptionLineValueOneOf, bg as DescriptionLineName, af as DescriptionLineType, jc as DescriptionLineTypeWithLiterals, be as DescriptionLineValueOneOf, gr as DiffmatokyPayload, br as DigitalFile, bl as Dimensions, ag as DimensionsUnit, jd as DimensionsUnitWithLiterals, iY as Discount, iZ as DiscountOneDiscountTypeOneOf, au as DiscountReason, jq as DiscountReasonWithLiterals, c5 as DiscountRule, c6 as DiscountRuleName, at as DiscountType, jp as DiscountTypeWithLiterals, dM as DomainEvent, dN as DomainEventBodyOneOf, hw as DownloadLinkSent, ci as DraftOrderChangesApplied, dH as DraftOrderCommitSettings, gT as DraftOrderDiffs, gW as DraftOrderDiffsBillingUpdateInfoOneOf, gV as DraftOrderDiffsBuyerUpdateInfoOneOf, gX as DraftOrderDiffsRecipientUpdateInfoOneOf, gU as DraftOrderDiffsShippingUpdateInfoOneOf, fx as Duration, aO as DurationUnit, jK as DurationUnitWithLiterals, fm as EditorlessAssigned, fn as EditorlessUnassigned, iF as Email, hF as EmailEdited, e8 as Empty, dO as EntityCreatedEvent, dR as EntityDeletedEvent, dQ as EntityUpdatedEvent, gs as ErrorInformation, j8 as EventMetadata, bD as ExtendedFields, cY as ExternalReceipt, gc as ExternalReceiptInfo, bj as FocalPoint, di as FormIdentifier, dh as FormInfo, bw as FreeTrialPeriod, hD as FulfillerEmailSent, ao as FulfillmentStatus, du as FulfillmentStatusUpdated, jl as FulfillmentStatusWithLiterals, d8 as FulfillmentStatusesAggregate, bP as FullAddressContactDetails, gt as GetOrderRequest, gu as GetOrderResponse, fy as GetPaymentCollectabilityStatusRequest, fJ as GetRefundabilityStatusRequest, ih as GetShipmentsRequest, ii as GetShipmentsResponse, g9 as GiftCardPaymentDetails, cH as GiftCardPaymentRefund, fo as HasCustomEmailConfigurationsRequest, fp as HasCustomEmailConfigurationsResponse, iC as IdAndVersion, dU as IdentificationData, dV as IdentificationDataIdOneOf, dJ as ImportOrderRequest, ds as ImportedOrderDeleted, hp as InternalActivity, hq as InternalActivityContentOneOf, dZ as InternalDocument, e1 as InternalDocumentUpdateByFilterOperation, d_ as InternalDocumentUpdateOperation, gv as InternalQueryOrdersRequest, gB as InternalQueryOrdersResponse, e2 as InternalUpdateExistingOperation, aF as InventoryAction, jB as InventoryActionWithLiterals, dI as InventoryUpdateDetails, hB as InvoiceAdded, iO as InvoiceDates, j3 as InvoiceDynamicPriceTotals, iD as InvoiceFields, hC as InvoiceSent, iB as InvoiceSentEvent, b9 as InvoiceStatus, k5 as InvoiceStatusWithLiterals, j1 as InvoicesPayment, fs as IsInAutomationMigrationPopulationRequest, ft as IsInAutomationMigrationPopulationResponse, dz as ItemChangedDetails, c8 as ItemCombination, c9 as ItemCombinationLineItem, fG as ItemMetadata, bG as ItemModifier, bo as ItemTaxFullDetails, bm as ItemType, bn as ItemTypeItemTypeDataOneOf, ah as ItemTypePreset, je as ItemTypePresetWithLiterals, iX as ItemizedFee, aj as JurisdictionType, jg as JurisdictionTypeWithLiterals, iQ as LineItem, cu as LineItemAmount, cl as LineItemChanges, dB as LineItemDelta, dC as LineItemDeltaDeltaOneOf, cp as LineItemDescriptionLineChange, c7 as LineItemDiscount, ch as LineItemExchangeData, iU as LineItemMetaData, cq as LineItemModifiersChange, cn as LineItemPriceChange, co as LineItemProductNameChange, cm as LineItemQuantityChange, av as LineItemQuantityChangeType, jr as LineItemQuantityChangeTypeWithLiterals, eB as LineItemRefund, gi as LineItemRefundSummary, iS as LineItemTax, bq as LineItemTaxBreakdown, bp as LineItemTaxInfo, hR as LineItemUpdate, iP as LineItems, iV as Locale, db as Location, bA as LocationAndQuantity, cv as ManagedAdditionalFee, cs as ManagedDiscount, cr as ManagedLineItem, aT as ManuallyRefundableReason, jP as ManuallyRefundableReasonWithLiterals, hX as MarkAsFulfilledRequest, hY as MarkAsFulfilledResponse, i1 as MarkAsUnfulfilledRequest, i2 as MarkAsUnfulfilledResponse, fD as MarkOrderAsPaidRequest, hT as MarkOrderAsSeenByHumanRequest, hU as MarkOrderAsSeenByHumanResponse, hm as MaskedOrderLineItem, fP as MembershipChargeItem, fQ as MembershipName, ga as MembershipPaymentDetails, cI as MembershipPaymentRefund, a$ as MembershipPaymentStatus, jX as MembershipPaymentStatusWithLiterals, cd as MerchantComment, c3 as MerchantDiscount, c4 as MerchantDiscountMerchantDiscountReasonOneOf, dT as MessageEnvelope, j2 as MetaData, eT as MetaSiteSpecialEvent, eU as MetaSiteSpecialEventPayloadOneOf, bE as ModifierGroup, aL as Namespace, f7 as NamespaceChanged, jH as NamespaceWithLiterals, cg as NewExchangeOrderCreated, aS as NonRefundableReason, jO as NonRefundableReasonWithLiterals, fc as OdeditorAssigned, fd as OdeditorUnassigned, aB as OrderActionType, jx as OrderActionTypeWithLiterals, ax as OrderActivityTypeEnumActivityType, jt as OrderActivityTypeEnumActivityTypeWithLiterals, b2 as OrderApprovalStrategy, j_ as OrderApprovalStrategyWithLiterals, dl as OrderApproved, hv as OrderCanceled, dv as OrderCanceledEventOrderCanceled, cj as OrderChange, ck as OrderChangeValueOneOf, gN as OrderCreateNotifications, cf as OrderCreatedFromExchange, gL as OrderCreationSettings, gM as OrderCreationSettingsEditableByOneOf, dw as OrderDeltasCommitted, ht as OrderFulfilled, dr as OrderImported, dp as OrderItemsRestocked, ba as OrderLineItem, dA as OrderLineItemChangedDetails, hu as OrderNotFulfilled, hs as OrderPaid, hH as OrderPartiallyPaid, hI as OrderPending, hr as OrderPlaced, ce as OrderRefunded, hJ as OrderRejected, dn as OrderRejectedEventOrderRejected, ja as OrderSearchSpec, dc as OrderSettings, dd as OrderSettingsAllowedActionsOneOf, de as OrderSettingsEditableByOneOf, as as OrderStatus, b$ as OrderTaxBreakdown, b_ as OrderTaxInfo, fX as OrderTransactions, dm as OrdersExperiments, dg as OwnerApps, fY as Payment, cR as PaymentCanceled, cS as PaymentCanceledPaymentDetailsOneOf, aP as PaymentCollectabilityStatus, jL as PaymentCollectabilityStatusWithLiterals, cT as PaymentDeclined, cU as PaymentDeclinedPaymentDetailsOneOf, g8 as PaymentMethodName, ai as PaymentOptionType, jf as PaymentOptionTypeWithLiterals, fZ as PaymentPaymentDetailsOneOf, cM as PaymentPending, cN as PaymentPendingPaymentDetailsOneOf, f_ as PaymentReceiptInfoOneOf, cK as PaymentRefundFailed, cJ as PaymentRefunded, an as PaymentStatus, dt as PaymentStatusUpdated, jk as PaymentStatusWithLiterals, j0 as Payments, iI as Phone, bk as PhysicalProperties, fe as PicassoAssigned, ff as PicassoUnassigned, bV as PickupAddress, bU as PickupDetails, ar as PickupMethod, jo as PickupMethodWithLiterals, hG as PickupReadyEmailSent, b3 as Placement, j$ as PlacementWithLiterals, bh as PlainTextValue, dk as PlatformFee, dj as PlatformFeeSummary, gz as PlatformPaging, gC as PlatformPagingMetadata, gw as PlatformQuery, gx as PlatformQueryPagingMethodOneOf, aQ as PredefinedPaymentMethod, jM as PredefinedPaymentMethodWithLiterals, fu as PreparePaymentCollectionRequest, eL as PreviewBuyerConfirmationEmailRequest, eM as PreviewBuyerConfirmationEmailResponse, eJ as PreviewBuyerPaymentsReceivedEmailRequest, eK as PreviewBuyerPaymentsReceivedEmailResponse, eN as PreviewBuyerPickupConfirmationEmailRequest, eO as PreviewBuyerPickupConfirmationEmailResponse, eF as PreviewCancelEmailRequest, eG as PreviewCancelEmailResponse, eH as PreviewCancelRefundEmailRequest, eI as PreviewCancelRefundEmailResponse, ew as PreviewEmailByTypeRequest, ex as PreviewEmailByTypeResponse, aI as PreviewEmailType, jE as PreviewEmailTypeWithLiterals, ey as PreviewRefundEmailRequest, eE as PreviewRefundEmailResponse, eR as PreviewResendDownloadLinksEmailRequest, eS as PreviewResendDownloadLinksEmailResponse, eP as PreviewShippingConfirmationEmailRequest, eQ as PreviewShippingConfirmationEmailResponse, bz as PriceDescription, bK as PriceSummary, bb as ProductName, hM as PublicActivityContentOneOf, gE as QueryOrderRequest, gF as QueryOrderResponse, iG as QuotesAddress, aY as Reason, jU as ReasonWithLiterals, cV as ReceiptCreated, cW as ReceiptCreatedReceiptInfoOneOf, cZ as ReceiptSent, c_ as ReceiptSentReceiptInfoOneOf, fz as RecordManuallyCollectedPaymentRequest, fC as RecordManuallyCollectedPaymentResponse, fv as RedirectUrls, gd as Refund, ez as RefundDetails, cD as RefundInitiated, eA as RefundItem, gh as RefundItemsBreakdown, fU as RefundSideEffects, b0 as RefundStatus, gf as RefundStatusInfo, jY as RefundStatusWithLiterals, ge as RefundTransaction, fK as Refundability, fL as RefundabilityAdditionalRefundabilityInfoOneOf, aR as RefundableStatus, jN as RefundableStatusWithLiterals, cL as RefundedAsStoreCredit, cE as RefundedPayment, cF as RefundedPaymentKindOneOf, cO as RegularPayment, f$ as RegularPaymentDetails, g0 as RegularPaymentDetailsPaymentMethodDetailsOneOf, cP as RegularPaymentPaymentMethodDetailsOneOf, cG as RegularPaymentRefund, iA as Reschedule, fV as RestockInfo, fW as RestockItem, aU as RestockType, jQ as RestockTypeWithLiterals, dP as RestoreInfo, cz as SavedPaymentMethod, aN as ScheduledAction, jJ as ScheduledActionWithLiterals, gG as SearchOrdersRequest, ea as SendBuyerConfirmationEmailRequest, eb as SendBuyerConfirmationEmailResponse, ec as SendBuyerPaymentsReceivedEmailRequest, ed as SendBuyerPaymentsReceivedEmailResponse, ee as SendBuyerPickupConfirmationEmailRequest, ef as SendBuyerPickupConfirmationEmailResponse, ei as SendBuyerShippingConfirmationEmailRequest, ej as SendBuyerShippingConfirmationEmailResponse, eo as SendCancelRefundEmailRequest, ep as SendCancelRefundEmailResponse, es as SendFulfillmentEmailRequest, et as SendFulfillmentEmailResponse, em as SendMerchantOrderReceivedNotificationRequest, en as SendMerchantOrderReceivedNotificationResponse, eu as SendMerchantOrderReceivedPushRequest, ev as SendMerchantOrderReceivedPushResponse, is as SendOrderUpdatedDomainEventRequest, it as SendOrderUpdatedDomainEventResponse, eq as SendRefundEmailRequest, er as SendRefundEmailResponse, fR as ServiceProperties, f3 as ServiceProvisioned, f4 as ServiceRemoved, dK as SetOrderNumberCounterRequest, hE as ShippingAddressEdited, hA as ShippingConfirmationEmailSent, cy as ShippingInformation, cx as ShippingInformationChange, bX as ShippingPrice, eD as ShippingRefund, bY as ShippingRegion, eW as SiteCreated, aK as SiteCreatedContext, jG as SiteCreatedContextWithLiterals, eY as SiteDeleted, f6 as SiteHardDeleted, f1 as SiteMarkedAsTemplate, f2 as SiteMarkedAsWixSite, e$ as SitePublished, fb as SitePurgedExternally, f5 as SiteRenamed, eX as SiteTransferred, e_ as SiteUndeleted, f0 as SiteUnpublished, fa as SiteUrlChanged, b1 as SortOrder, jZ as SortOrderWithLiterals, gy as Sorting, iT as Source, b5 as SourceType, k1 as SourceTypeWithLiterals, aC as SpecificItemsCouponBehavior, jy as SpecificItemsCouponBehaviorWithLiterals, iN as StandardDetails, aJ as State, jF as StateWithLiterals, bN as StreetAddress, f8 as StudioAssigned, fi as StudioTwoAssigned, fj as StudioTwoUnassigned, f9 as StudioUnassigned, iM as Subdivision, b4 as SubdivisionType, k0 as SubdivisionTypeWithLiterals, bu as SubscriptionDescription, ak as SubscriptionFrequency, jh as SubscriptionFrequencyWithLiterals, bs as SubscriptionInfo, bv as SubscriptionSettings, bt as SubscriptionTitle, da as TagList, d9 as Tags, iq as TagsTagList, ip as TagsTags, iu as Task, iw as TaskAction, ix as TaskActionActionOneOf, iv as TaskKey, bZ as TaxSummary, bB as TaxableAddress, bC as TaxableAddressTaxableAddressDataOneOf, am as TaxableAddressType, jj as TaxableAddressTypeWithLiterals, iW as TotalPrice, cw as TotalPriceChange, hz as TrackingLinkAdded, hx as TrackingNumberAdded, hy as TrackingNumberEdited, aV as TransactionStatus, jR as TransactionStatusWithLiterals, bF as TranslatableString, ct as TranslatedValue, fT as TriggerRefundRequest, e9 as TriggerReindexOrderRequest, e6 as TriggerReindexRequest, e7 as TriggerReindexResponse, h5 as UnArchiveOrderRequest, h6 as UnArchiveOrderResponse, hO as UpdateActivityRequest, hi as UpdateBillingContactDetailsRequest, hj as UpdateBillingContactDetailsResponse, he as UpdateBuyerEmailRequest, hf as UpdateBuyerEmailResponse, hb as UpdateBuyerInfoRequest, hd as UpdateBuyerInfoResponse, dX as UpdateInternalDocumentsEvent, dY as UpdateInternalDocumentsEventOperationOneOf, hQ as UpdateLineItemsDescriptionLinesRequest, hS as UpdateLineItemsDescriptionLinesResponse, hk as UpdateOrderLineItemRequest, hl as UpdateOrderLineItemsRequest, hn as UpdateOrderLineItemsResponse, gP as UpdateOrderRequest, gQ as UpdateOrderResponse, hg as UpdateOrderShippingAddressRequest, hh as UpdateOrderShippingAddressResponse, hW as UpdateOrderStatusRequest, fA as UserDefinedPaymentMethodName, fB as UserDefinedPaymentMethodNameKindOneOf, fl as UserDomainMediaDisabled, fk as UserDomainMediaEnabled, ic as V1BulkMarkOrdersAsPaidRequest, id as V1BulkMarkOrdersAsPaidResponse, ie as V1CreatePaymentGatewayOrderRequest, ig as V1CreatePaymentGatewayOrderResponse, gY as V1LineItemDelta, gZ as V1LineItemDeltaDeltaOneOf, ia as V1MarkOrderAsPaidRequest, ib as V1MarkOrderAsPaidResponse, dq as V1RestockItem, g6 as V1ScheduledAction, bR as V1ShippingInformation, j5 as Value, b7 as ValueType, k3 as ValueTypeWithLiterals, bQ as VatId, aq as VatType, jn as VatTypeWithLiterals, e4 as VersionedDeleteByIdsOperation, e5 as VersionedDocumentId, e3 as VersionedDocumentUpdateOperation, aH as VersioningMode, jD as VersioningModeWithLiterals, gn as VoidAuthorizedPaymentsRequest, aG as WebhookIdentityType, jC as WebhookIdentityTypeWithLiterals, ap as WeightUnit, jm as WeightUnitWithLiterals, cX as WixReceipt, gb as WixReceiptInfo, fg as WixelAssigned, fh as WixelUnassigned, jb as utils } from './ecom-v1-order-orders.universal-C-bXR9fM.mjs';
2
+ import { O as Order, I as ImportOrderResponse, S as SetOrderNumberCounterOptions, a as SetOrderNumberCounterResponse, B as BulkDeleteImportedOrdersOptions, b as BulkDeleteImportedOrdersResponse, P as Price, c as PreparePaymentCollectionOptions, d as PreparePaymentCollectionResponse, e as PreparePaymentCollectionApplicationErrors, G as GetPaymentCollectabilityStatusResponse, R as RecordManuallyCollectedPaymentOptions, f as RecordManuallyCollectedPaymentApplicationErrors, g as PaymentCollectionMarkOrderAsPaidOptions, M as MarkOrderAsPaidResponse, h as PaymentCollectionMarkOrderAsPaidApplicationErrors, i as BulkMarkOrdersAsPaidResponse, j as GetRefundabilityStatusResponse, k as PaymentCollectionCreatePaymentGatewayOrderOptions, C as CreatePaymentGatewayOrderResponse, l as PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, m as ChargeMembershipsOptions, n as PaymentRefund, T as TriggerRefundOptions, o as TriggerRefundResponse, p as TriggerRefundApplicationErrors, V as VoidAuthorizedPaymentsResponse, q as VoidAuthorizedPaymentsApplicationErrors, r as PaymentCapture, s as CaptureAuthorizedPaymentsResponse, t as CaptureAuthorizedPaymentsApplicationErrors, u as GetOrderApplicationErrors, v as OrderSearch, w as SearchOrdersResponse, x as CreateOrderOptions, y as CreateOrderApplicationErrors, U as UpdateOrder, z as UpdateOrderApplicationErrors, A as MaskedOrder, D as BulkUpdateOrdersOptions, E as BulkUpdateOrdersResponse, F as UpdateOrderLineItemIdentifiers, H as UpdateOrderLineItem, J as UpdateOrderLineItemResponse, K as PublicActivity, L as AddActivityResponse, N as AddActivitiesOptions, Q as AddActivitiesResponse, W as UpdateActivityIdentifiers, X as UpdateActivityResponse, Y as DeleteActivityIdentifiers, Z as DeleteActivityResponse, _ as CancelOrderOptions, $ as CancelOrderResponse, a0 as CancelOrderApplicationErrors, a1 as OrderStatusWithLiterals, a2 as UpdateOrderStatusResponse, a3 as UpdateOrderStatusApplicationErrors, a4 as AggregateOrdersOptions, a5 as AggregateOrdersResponse, a6 as BulkUpdateOrderTagsOptions, a7 as BulkUpdateOrderTagsResponse, a8 as OrderApprovedEnvelope, a9 as OrderCanceledEnvelope, aa as OrderCommittedEnvelope, ab as OrderCreatedEnvelope, ac as OrderFulfilledEnvelope, ad as OrderPaymentStatusUpdatedEnvelope, ae as OrderUpdatedEnvelope } from './ecom-v1-order-orders.universal-EuJc-gqd.mjs';
3
+ export { dW as AccountInfo, j9 as AccountInfoMetadata, dS as ActionEvent, aZ as ActionType, jV as ActionTypeWithLiterals, ca as Activity, cb as ActivityContentOneOf, aw as ActivityType, js as ActivityTypeWithLiterals, hN as AddActivitiesRequest, hL as AddActivityRequest, ho as AddInternalActivityRequest, hK as AddInternalActivityResponse, fq as AddToAutomationMigrationPopulationRequest, fr as AddToAutomationMigrationPopulationResponse, d7 as AdditionalFee, dF as AdditionalFeeDelta, dG as AdditionalFeeDeltaDeltaOneOf, eC as AdditionalFeeRefund, aA as AdditionalFeeSource, jw as AdditionalFeeSourceWithLiterals, bM as Address, iH as AddressDescription, bO as AddressLocation, bL as AddressWithContact, al as AdjustmentType, ji as AdjustmentTypeWithLiterals, ij as AggregateOrdersRequest, gg as AggregatedRefundSummary, fH as ApplicationError, c0 as AppliedDiscount, dD as AppliedDiscountDelta, dE as AppliedDiscountDeltaDeltaOneOf, c1 as AppliedDiscountDiscountSourceOneOf, g$ as ArchiveOrderRequest, h0 as ArchiveOrderResponse, eV as Asset, ay as AttributionSource, ju as AttributionSourceWithLiterals, g4 as AuthorizationActionFailureDetails, g3 as AuthorizationCapture, aW as AuthorizationCaptureStatus, jS as AuthorizationCaptureStatusWithLiterals, g2 as AuthorizationDetails, g5 as AuthorizationVoid, aX as AuthorizationVoidStatus, jT as AuthorizationVoidStatusWithLiterals, cB as AuthorizedPaymentCaptured, cA as AuthorizedPaymentCreated, cC as AuthorizedPaymentVoided, d6 as Balance, d5 as BalanceSummary, j7 as BaseEventMetadata, iR as BigDecimalWrapper, bx as BillingAdjustment, by as BillingAdjustmentPriceSummary, fI as BulkActionMetadata, h3 as BulkArchiveOrdersByFilterRequest, h4 as BulkArchiveOrdersByFilterResponse, h1 as BulkArchiveOrdersRequest, h2 as BulkArchiveOrdersResponse, dL as BulkDeleteImportedOrdersRequest, h$ as BulkMarkAsFulfilledByFilterRequest, i0 as BulkMarkAsFulfilledByFilterResponse, hZ as BulkMarkAsFulfilledRequest, h_ as BulkMarkAsFulfilledResponse, i5 as BulkMarkAsUnfulfilledByFilterRequest, i6 as BulkMarkAsUnfulfilledByFilterResponse, i3 as BulkMarkAsUnfulfilledRequest, i4 as BulkMarkAsUnfulfilledResponse, fE as BulkMarkOrdersAsPaidRequest, fF as BulkOrderResult, eg as BulkSendBuyerPickupConfirmationEmailsRequest, eh as BulkSendBuyerPickupConfirmationEmailsResponse, ek as BulkSendBuyerShippingConfirmationEmailsRequest, el as BulkSendBuyerShippingConfirmationEmailsResponse, i7 as BulkSetBusinessLocationRequest, i8 as BulkSetBusinessLocationResponse, i9 as BulkSetBusinessLocationResult, h9 as BulkUnArchiveOrdersByFilterRequest, ha as BulkUnArchiveOrdersByFilterResponse, h7 as BulkUnArchiveOrdersRequest, h8 as BulkUnArchiveOrdersResponse, io as BulkUpdateOrderTagsRequest, ir as BulkUpdateOrderTagsResult, gR as BulkUpdateOrdersRequest, bH as BuyerInfo, bI as BuyerInfoIdOneOf, hc as BuyerInfoUpdate, gk as CalculateRefundItemRequest, gm as CalculateRefundItemResponse, gj as CalculateRefundRequest, gl as CalculateRefundResponse, i$ as CalculatedTax, i_ as CalculatedTaxes, iz as Cancel, hV as CancelOrderRequest, go as CaptureAuthorizedPaymentsRequest, bc as CatalogReference, d3 as ChannelInfo, az as ChannelType, jv as ChannelTypeWithLiterals, fO as ChargeMembershipsRequest, fS as ChargeMembershipsResponse, gp as ChargeSavedPaymentMethodRequest, gq as ChargeSavedPaymentMethodResponse, aD as ChargeType, jz as ChargeTypeWithLiterals, g7 as Chargeback, c$ as ChargebackCreated, d0 as ChargebackReversed, a_ as ChargebackStatus, jW as ChargebackStatusWithLiterals, fN as ChargedBy, bi as Color, gS as CommitDeltasRequest, g_ as CommitDeltasResponse, dx as CommittedDiffs, dy as CommittedDiffsShippingUpdateInfoOneOf, iK as CommonAddress, iL as CommonAddressStreetOneOf, k6 as CommonSearchWithEntityContext, iJ as Company, iy as Complete, c2 as Coupon, gK as CreateOrderRequest, gO as CreateOrderResponse, fM as CreatePaymentGatewayOrderRequest, d1 as CreatedBy, d2 as CreatedByStringOneOf, cQ as CreditCardDetails, g1 as CreditCardPaymentMethodDetails, bJ as CurrencyConversionDetails, gA as CursorPaging, gJ as CursorPagingMetadata, gH as CursorSearch, gI as CursorSearchPagingMethodOneOf, gD as Cursors, cc as CustomActivity, df as CustomAllowedActions, d4 as CustomField, b6 as CustomFieldGroup, k2 as CustomFieldGroupWithLiterals, j4 as CustomFieldValue, iE as Customer, il as DecrementData, ik as DecrementItemsQuantityRequest, im as DecrementItemsQuantityResponse, fw as DelayedCaptureSettings, hP as DeleteActivityRequest, e0 as DeleteByFilterOperation, d$ as DeleteByIdsOperation, eZ as DeleteContext, aM as DeleteStatus, jI as DeleteStatusWithLiterals, bS as DeliveryLogistics, bT as DeliveryLogisticsAddressOneOf, bW as DeliveryTimeSlot, aE as DeltaPaymentOptionType, jA as DeltaPaymentOptionTypeWithLiterals, j6 as Deposit, b8 as DepositType, k4 as DepositTypeWithLiterals, bd as DescriptionLine, bf as DescriptionLineDescriptionLineValueOneOf, bg as DescriptionLineName, af as DescriptionLineType, jc as DescriptionLineTypeWithLiterals, be as DescriptionLineValueOneOf, gr as DiffmatokyPayload, br as DigitalFile, bl as Dimensions, ag as DimensionsUnit, jd as DimensionsUnitWithLiterals, iY as Discount, iZ as DiscountOneDiscountTypeOneOf, au as DiscountReason, jq as DiscountReasonWithLiterals, c5 as DiscountRule, c6 as DiscountRuleName, at as DiscountType, jp as DiscountTypeWithLiterals, dM as DomainEvent, dN as DomainEventBodyOneOf, hw as DownloadLinkSent, ci as DraftOrderChangesApplied, dH as DraftOrderCommitSettings, gT as DraftOrderDiffs, gW as DraftOrderDiffsBillingUpdateInfoOneOf, gV as DraftOrderDiffsBuyerUpdateInfoOneOf, gX as DraftOrderDiffsRecipientUpdateInfoOneOf, gU as DraftOrderDiffsShippingUpdateInfoOneOf, fx as Duration, aO as DurationUnit, jK as DurationUnitWithLiterals, fm as EditorlessAssigned, fn as EditorlessUnassigned, iF as Email, hF as EmailEdited, e8 as Empty, dO as EntityCreatedEvent, dR as EntityDeletedEvent, dQ as EntityUpdatedEvent, gs as ErrorInformation, j8 as EventMetadata, bD as ExtendedFields, cY as ExternalReceipt, gc as ExternalReceiptInfo, bj as FocalPoint, di as FormIdentifier, dh as FormInfo, bw as FreeTrialPeriod, hD as FulfillerEmailSent, ao as FulfillmentStatus, du as FulfillmentStatusUpdated, jl as FulfillmentStatusWithLiterals, d8 as FulfillmentStatusesAggregate, bP as FullAddressContactDetails, gt as GetOrderRequest, gu as GetOrderResponse, fy as GetPaymentCollectabilityStatusRequest, fJ as GetRefundabilityStatusRequest, ih as GetShipmentsRequest, ii as GetShipmentsResponse, g9 as GiftCardPaymentDetails, cH as GiftCardPaymentRefund, fo as HasCustomEmailConfigurationsRequest, fp as HasCustomEmailConfigurationsResponse, iC as IdAndVersion, dU as IdentificationData, dV as IdentificationDataIdOneOf, dJ as ImportOrderRequest, ds as ImportedOrderDeleted, hp as InternalActivity, hq as InternalActivityContentOneOf, dZ as InternalDocument, e1 as InternalDocumentUpdateByFilterOperation, d_ as InternalDocumentUpdateOperation, gv as InternalQueryOrdersRequest, gB as InternalQueryOrdersResponse, e2 as InternalUpdateExistingOperation, aF as InventoryAction, jB as InventoryActionWithLiterals, dI as InventoryUpdateDetails, hB as InvoiceAdded, iO as InvoiceDates, j3 as InvoiceDynamicPriceTotals, iD as InvoiceFields, hC as InvoiceSent, iB as InvoiceSentEvent, b9 as InvoiceStatus, k5 as InvoiceStatusWithLiterals, j1 as InvoicesPayment, fs as IsInAutomationMigrationPopulationRequest, ft as IsInAutomationMigrationPopulationResponse, dz as ItemChangedDetails, c8 as ItemCombination, c9 as ItemCombinationLineItem, fG as ItemMetadata, bG as ItemModifier, bo as ItemTaxFullDetails, bm as ItemType, bn as ItemTypeItemTypeDataOneOf, ah as ItemTypePreset, je as ItemTypePresetWithLiterals, iX as ItemizedFee, aj as JurisdictionType, jg as JurisdictionTypeWithLiterals, iQ as LineItem, cu as LineItemAmount, cl as LineItemChanges, dB as LineItemDelta, dC as LineItemDeltaDeltaOneOf, cp as LineItemDescriptionLineChange, c7 as LineItemDiscount, ch as LineItemExchangeData, iU as LineItemMetaData, cq as LineItemModifiersChange, cn as LineItemPriceChange, co as LineItemProductNameChange, cm as LineItemQuantityChange, av as LineItemQuantityChangeType, jr as LineItemQuantityChangeTypeWithLiterals, eB as LineItemRefund, gi as LineItemRefundSummary, iS as LineItemTax, bq as LineItemTaxBreakdown, bp as LineItemTaxInfo, hR as LineItemUpdate, iP as LineItems, iV as Locale, db as Location, bA as LocationAndQuantity, cv as ManagedAdditionalFee, cs as ManagedDiscount, cr as ManagedLineItem, aT as ManuallyRefundableReason, jP as ManuallyRefundableReasonWithLiterals, hX as MarkAsFulfilledRequest, hY as MarkAsFulfilledResponse, i1 as MarkAsUnfulfilledRequest, i2 as MarkAsUnfulfilledResponse, fD as MarkOrderAsPaidRequest, hT as MarkOrderAsSeenByHumanRequest, hU as MarkOrderAsSeenByHumanResponse, hm as MaskedOrderLineItem, fP as MembershipChargeItem, fQ as MembershipName, ga as MembershipPaymentDetails, cI as MembershipPaymentRefund, a$ as MembershipPaymentStatus, jX as MembershipPaymentStatusWithLiterals, cd as MerchantComment, c3 as MerchantDiscount, c4 as MerchantDiscountMerchantDiscountReasonOneOf, dT as MessageEnvelope, j2 as MetaData, eT as MetaSiteSpecialEvent, eU as MetaSiteSpecialEventPayloadOneOf, bE as ModifierGroup, aL as Namespace, f7 as NamespaceChanged, jH as NamespaceWithLiterals, cg as NewExchangeOrderCreated, aS as NonRefundableReason, jO as NonRefundableReasonWithLiterals, fc as OdeditorAssigned, fd as OdeditorUnassigned, aB as OrderActionType, jx as OrderActionTypeWithLiterals, ax as OrderActivityTypeEnumActivityType, jt as OrderActivityTypeEnumActivityTypeWithLiterals, b2 as OrderApprovalStrategy, j_ as OrderApprovalStrategyWithLiterals, dl as OrderApproved, hv as OrderCanceled, dv as OrderCanceledEventOrderCanceled, cj as OrderChange, ck as OrderChangeValueOneOf, gN as OrderCreateNotifications, cf as OrderCreatedFromExchange, gL as OrderCreationSettings, gM as OrderCreationSettingsEditableByOneOf, dw as OrderDeltasCommitted, ht as OrderFulfilled, dr as OrderImported, dp as OrderItemsRestocked, ba as OrderLineItem, dA as OrderLineItemChangedDetails, hu as OrderNotFulfilled, hs as OrderPaid, hH as OrderPartiallyPaid, hI as OrderPending, hr as OrderPlaced, ce as OrderRefunded, hJ as OrderRejected, dn as OrderRejectedEventOrderRejected, ja as OrderSearchSpec, dc as OrderSettings, dd as OrderSettingsAllowedActionsOneOf, de as OrderSettingsEditableByOneOf, as as OrderStatus, b$ as OrderTaxBreakdown, b_ as OrderTaxInfo, fX as OrderTransactions, dm as OrdersExperiments, dg as OwnerApps, fY as Payment, cR as PaymentCanceled, cS as PaymentCanceledPaymentDetailsOneOf, aP as PaymentCollectabilityStatus, jL as PaymentCollectabilityStatusWithLiterals, cT as PaymentDeclined, cU as PaymentDeclinedPaymentDetailsOneOf, g8 as PaymentMethodName, ai as PaymentOptionType, jf as PaymentOptionTypeWithLiterals, fZ as PaymentPaymentDetailsOneOf, cM as PaymentPending, cN as PaymentPendingPaymentDetailsOneOf, f_ as PaymentReceiptInfoOneOf, cK as PaymentRefundFailed, cJ as PaymentRefunded, an as PaymentStatus, dt as PaymentStatusUpdated, jk as PaymentStatusWithLiterals, j0 as Payments, iI as Phone, bk as PhysicalProperties, fe as PicassoAssigned, ff as PicassoUnassigned, bV as PickupAddress, bU as PickupDetails, ar as PickupMethod, jo as PickupMethodWithLiterals, hG as PickupReadyEmailSent, b3 as Placement, j$ as PlacementWithLiterals, bh as PlainTextValue, dk as PlatformFee, dj as PlatformFeeSummary, gz as PlatformPaging, gC as PlatformPagingMetadata, gw as PlatformQuery, gx as PlatformQueryPagingMethodOneOf, aQ as PredefinedPaymentMethod, jM as PredefinedPaymentMethodWithLiterals, fu as PreparePaymentCollectionRequest, eL as PreviewBuyerConfirmationEmailRequest, eM as PreviewBuyerConfirmationEmailResponse, eJ as PreviewBuyerPaymentsReceivedEmailRequest, eK as PreviewBuyerPaymentsReceivedEmailResponse, eN as PreviewBuyerPickupConfirmationEmailRequest, eO as PreviewBuyerPickupConfirmationEmailResponse, eF as PreviewCancelEmailRequest, eG as PreviewCancelEmailResponse, eH as PreviewCancelRefundEmailRequest, eI as PreviewCancelRefundEmailResponse, ew as PreviewEmailByTypeRequest, ex as PreviewEmailByTypeResponse, aI as PreviewEmailType, jE as PreviewEmailTypeWithLiterals, ey as PreviewRefundEmailRequest, eE as PreviewRefundEmailResponse, eR as PreviewResendDownloadLinksEmailRequest, eS as PreviewResendDownloadLinksEmailResponse, eP as PreviewShippingConfirmationEmailRequest, eQ as PreviewShippingConfirmationEmailResponse, bz as PriceDescription, bK as PriceSummary, bb as ProductName, hM as PublicActivityContentOneOf, gE as QueryOrderRequest, gF as QueryOrderResponse, iG as QuotesAddress, aY as Reason, jU as ReasonWithLiterals, cV as ReceiptCreated, cW as ReceiptCreatedReceiptInfoOneOf, cZ as ReceiptSent, c_ as ReceiptSentReceiptInfoOneOf, fz as RecordManuallyCollectedPaymentRequest, fC as RecordManuallyCollectedPaymentResponse, fv as RedirectUrls, gd as Refund, ez as RefundDetails, cD as RefundInitiated, eA as RefundItem, gh as RefundItemsBreakdown, fU as RefundSideEffects, b0 as RefundStatus, gf as RefundStatusInfo, jY as RefundStatusWithLiterals, ge as RefundTransaction, fK as Refundability, fL as RefundabilityAdditionalRefundabilityInfoOneOf, aR as RefundableStatus, jN as RefundableStatusWithLiterals, cL as RefundedAsStoreCredit, cE as RefundedPayment, cF as RefundedPaymentKindOneOf, cO as RegularPayment, f$ as RegularPaymentDetails, g0 as RegularPaymentDetailsPaymentMethodDetailsOneOf, cP as RegularPaymentPaymentMethodDetailsOneOf, cG as RegularPaymentRefund, iA as Reschedule, fV as RestockInfo, fW as RestockItem, aU as RestockType, jQ as RestockTypeWithLiterals, dP as RestoreInfo, cz as SavedPaymentMethod, aN as ScheduledAction, jJ as ScheduledActionWithLiterals, gG as SearchOrdersRequest, ea as SendBuyerConfirmationEmailRequest, eb as SendBuyerConfirmationEmailResponse, ec as SendBuyerPaymentsReceivedEmailRequest, ed as SendBuyerPaymentsReceivedEmailResponse, ee as SendBuyerPickupConfirmationEmailRequest, ef as SendBuyerPickupConfirmationEmailResponse, ei as SendBuyerShippingConfirmationEmailRequest, ej as SendBuyerShippingConfirmationEmailResponse, eo as SendCancelRefundEmailRequest, ep as SendCancelRefundEmailResponse, es as SendFulfillmentEmailRequest, et as SendFulfillmentEmailResponse, em as SendMerchantOrderReceivedNotificationRequest, en as SendMerchantOrderReceivedNotificationResponse, eu as SendMerchantOrderReceivedPushRequest, ev as SendMerchantOrderReceivedPushResponse, is as SendOrderUpdatedDomainEventRequest, it as SendOrderUpdatedDomainEventResponse, eq as SendRefundEmailRequest, er as SendRefundEmailResponse, fR as ServiceProperties, f3 as ServiceProvisioned, f4 as ServiceRemoved, dK as SetOrderNumberCounterRequest, hE as ShippingAddressEdited, hA as ShippingConfirmationEmailSent, cy as ShippingInformation, cx as ShippingInformationChange, bX as ShippingPrice, eD as ShippingRefund, bY as ShippingRegion, eW as SiteCreated, aK as SiteCreatedContext, jG as SiteCreatedContextWithLiterals, eY as SiteDeleted, f6 as SiteHardDeleted, f1 as SiteMarkedAsTemplate, f2 as SiteMarkedAsWixSite, e$ as SitePublished, fb as SitePurgedExternally, f5 as SiteRenamed, eX as SiteTransferred, e_ as SiteUndeleted, f0 as SiteUnpublished, fa as SiteUrlChanged, b1 as SortOrder, jZ as SortOrderWithLiterals, gy as Sorting, iT as Source, b5 as SourceType, k1 as SourceTypeWithLiterals, aC as SpecificItemsCouponBehavior, jy as SpecificItemsCouponBehaviorWithLiterals, iN as StandardDetails, aJ as State, jF as StateWithLiterals, bN as StreetAddress, f8 as StudioAssigned, fi as StudioTwoAssigned, fj as StudioTwoUnassigned, f9 as StudioUnassigned, iM as Subdivision, b4 as SubdivisionType, k0 as SubdivisionTypeWithLiterals, bu as SubscriptionDescription, ak as SubscriptionFrequency, jh as SubscriptionFrequencyWithLiterals, bs as SubscriptionInfo, bv as SubscriptionSettings, bt as SubscriptionTitle, da as TagList, d9 as Tags, iq as TagsTagList, ip as TagsTags, iu as Task, iw as TaskAction, ix as TaskActionActionOneOf, iv as TaskKey, bZ as TaxSummary, bB as TaxableAddress, bC as TaxableAddressTaxableAddressDataOneOf, am as TaxableAddressType, jj as TaxableAddressTypeWithLiterals, iW as TotalPrice, cw as TotalPriceChange, hz as TrackingLinkAdded, hx as TrackingNumberAdded, hy as TrackingNumberEdited, aV as TransactionStatus, jR as TransactionStatusWithLiterals, bF as TranslatableString, ct as TranslatedValue, fT as TriggerRefundRequest, e9 as TriggerReindexOrderRequest, e6 as TriggerReindexRequest, e7 as TriggerReindexResponse, h5 as UnArchiveOrderRequest, h6 as UnArchiveOrderResponse, hO as UpdateActivityRequest, hi as UpdateBillingContactDetailsRequest, hj as UpdateBillingContactDetailsResponse, he as UpdateBuyerEmailRequest, hf as UpdateBuyerEmailResponse, hb as UpdateBuyerInfoRequest, hd as UpdateBuyerInfoResponse, dX as UpdateInternalDocumentsEvent, dY as UpdateInternalDocumentsEventOperationOneOf, hQ as UpdateLineItemsDescriptionLinesRequest, hS as UpdateLineItemsDescriptionLinesResponse, hk as UpdateOrderLineItemRequest, hl as UpdateOrderLineItemsRequest, hn as UpdateOrderLineItemsResponse, gP as UpdateOrderRequest, gQ as UpdateOrderResponse, hg as UpdateOrderShippingAddressRequest, hh as UpdateOrderShippingAddressResponse, hW as UpdateOrderStatusRequest, fA as UserDefinedPaymentMethodName, fB as UserDefinedPaymentMethodNameKindOneOf, fl as UserDomainMediaDisabled, fk as UserDomainMediaEnabled, ic as V1BulkMarkOrdersAsPaidRequest, id as V1BulkMarkOrdersAsPaidResponse, ie as V1CreatePaymentGatewayOrderRequest, ig as V1CreatePaymentGatewayOrderResponse, gY as V1LineItemDelta, gZ as V1LineItemDeltaDeltaOneOf, ia as V1MarkOrderAsPaidRequest, ib as V1MarkOrderAsPaidResponse, dq as V1RestockItem, g6 as V1ScheduledAction, bR as V1ShippingInformation, j5 as Value, b7 as ValueType, k3 as ValueTypeWithLiterals, bQ as VatId, aq as VatType, jn as VatTypeWithLiterals, e4 as VersionedDeleteByIdsOperation, e5 as VersionedDocumentId, e3 as VersionedDocumentUpdateOperation, aH as VersioningMode, jD as VersioningModeWithLiterals, gn as VoidAuthorizedPaymentsRequest, aG as WebhookIdentityType, jC as WebhookIdentityTypeWithLiterals, ap as WeightUnit, jm as WeightUnitWithLiterals, cX as WixReceipt, gb as WixReceiptInfo, fg as WixelAssigned, fh as WixelUnassigned, jb as utils } from './ecom-v1-order-orders.universal-EuJc-gqd.mjs';
4
4
 
5
5
  /** @internal */
6
6
  declare function importOrder$1(httpClient: HttpClient): ImportOrderSignature;
@@ -75,8 +75,8 @@ interface RecordManuallyCollectedPaymentSignature {
75
75
  }>;
76
76
  }
77
77
  /** @internal */
78
- declare function markOrderAsPaid$1(httpClient: HttpClient): MarkOrderAsPaidSignature;
79
- interface MarkOrderAsPaidSignature {
78
+ declare function paymentCollectionMarkOrderAsPaid$1(httpClient: HttpClient): PaymentCollectionMarkOrderAsPaidSignature;
79
+ interface PaymentCollectionMarkOrderAsPaidSignature {
80
80
  /**
81
81
  * Marks the order as paid. `order.paymentStatus` field *eventually* changes to `PAID`.
82
82
  * In case the order already has an offline payment transaction associated with it
@@ -86,13 +86,13 @@ interface MarkOrderAsPaidSignature {
86
86
  * will be created and approved.
87
87
  * @param - Ecom order ID.
88
88
  */
89
- (ecomOrderId: string, options?: MarkOrderAsPaidOptions): Promise<NonNullablePaths<MarkOrderAsPaidResponse, `order.number` | `order.lineItems` | `order.lineItems.${number}._id` | `order.lineItems.${number}.productName.original` | `order.lineItems.${number}.catalogReference.catalogItemId` | `order.lineItems.${number}.catalogReference.appId` | `order.lineItems.${number}.quantity` | `order.lineItems.${number}.totalDiscount.amount` | `order.lineItems.${number}.totalDiscount.formattedAmount` | `order.lineItems.${number}.physicalProperties.shippable` | `order.lineItems.${number}.itemType.preset` | `order.lineItems.${number}.itemType.custom` | `order.lineItems.${number}.paymentOption` | `order.lineItems.${number}.taxDetails.taxRate` | `order.lineItems.${number}.taxInfo.taxIncludedInPrice` | `order.lineItems.${number}.digitalFile.fileId` | `order.lineItems.${number}.subscriptionInfo.cycleNumber` | `order.lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `order.lineItems.${number}.priceDescription.original` | `order.lineItems.${number}.taxableAddress.addressType` | `order.lineItems.${number}.priceUndetermined` | `order.buyerInfo.visitorId` | `order.buyerInfo.memberId` | `order.paymentStatus` | `order.fulfillmentStatus` | `order.weightUnit` | `order.taxIncludedInPrices` | `order.billingInfo.address.streetAddress.number` | `order.billingInfo.address.streetAddress.name` | `order.billingInfo.contactDetails.vatId._id` | `order.billingInfo.contactDetails.vatId.type` | `order.shippingInfo.title` | `order.shippingInfo.logistics.pickupDetails.pickupMethod` | `order.status` | `order.taxInfo.taxBreakdown` | `order.taxInfo.taxBreakdown.${number}.taxName` | `order.taxInfo.taxBreakdown.${number}.taxType` | `order.taxInfo.taxBreakdown.${number}.jurisdiction` | `order.taxInfo.taxBreakdown.${number}.jurisdictionType` | `order.taxInfo.taxBreakdown.${number}.rate` | `order.appliedDiscounts` | `order.appliedDiscounts.${number}.coupon._id` | `order.appliedDiscounts.${number}.coupon.code` | `order.appliedDiscounts.${number}.coupon.name` | `order.appliedDiscounts.${number}.merchantDiscount.discountReason` | `order.appliedDiscounts.${number}.discountRule._id` | `order.appliedDiscounts.${number}.discountRule.name.original` | `order.appliedDiscounts.${number}.discountType` | `order.activities` | `order.activities.${number}.merchantComment.message` | `order.activities.${number}.orderRefunded.manual` | `order.activities.${number}.orderRefunded.reason` | `order.activities.${number}.draftOrderChangesApplied.draftOrderId` | `order.activities.${number}.savedPaymentMethod.name` | `order.activities.${number}.authorizedPaymentCreated.paymentId` | `order.activities.${number}.authorizedPaymentCaptured.paymentId` | `order.activities.${number}.authorizedPaymentVoided.paymentId` | `order.activities.${number}.refundInitiated.refundId` | `order.activities.${number}.paymentRefunded.refundId` | `order.activities.${number}.paymentRefundFailed.refundId` | `order.activities.${number}.paymentPending.paymentId` | `order.activities.${number}.paymentCanceled.paymentId` | `order.activities.${number}.paymentDeclined.paymentId` | `order.activities.${number}.receiptCreated.wixReceipt.receiptId` | `order.activities.${number}.receiptCreated.paymentId` | `order.activities.${number}.receiptSent.paymentId` | `order.activities.${number}.chargebackCreated.paymentId` | `order.activities.${number}.chargebackCreated.chargebackId` | `order.activities.${number}.chargebackReversed.paymentId` | `order.activities.${number}.chargebackReversed.chargebackId` | `order.activities.${number}.type` | `order.activities.${number}.activityType` | `order.attributionSource` | `order.createdBy.userId` | `order.createdBy.memberId` | `order.createdBy.visitorId` | `order.createdBy.appId` | `order.channelInfo.type` | `order.customFields` | `order.customFields.${number}.title` | `order.balanceSummary.balance.amount` | `order.balanceSummary.balance.formattedAmount` | `order.additionalFees` | `order.additionalFees.${number}.name` | `order.additionalFees.${number}._id` | `order.tags.privateTags.tagIds` | `order.businessLocation._id` | `order.businessLocation.name`, 7> & {
90
- __applicationErrorsType?: MarkOrderAsPaidApplicationErrors;
89
+ (ecomOrderId: string, options?: PaymentCollectionMarkOrderAsPaidOptions): Promise<NonNullablePaths<MarkOrderAsPaidResponse, `order.number` | `order.lineItems` | `order.lineItems.${number}._id` | `order.lineItems.${number}.productName.original` | `order.lineItems.${number}.catalogReference.catalogItemId` | `order.lineItems.${number}.catalogReference.appId` | `order.lineItems.${number}.quantity` | `order.lineItems.${number}.totalDiscount.amount` | `order.lineItems.${number}.totalDiscount.formattedAmount` | `order.lineItems.${number}.physicalProperties.shippable` | `order.lineItems.${number}.itemType.preset` | `order.lineItems.${number}.itemType.custom` | `order.lineItems.${number}.paymentOption` | `order.lineItems.${number}.taxDetails.taxRate` | `order.lineItems.${number}.taxInfo.taxIncludedInPrice` | `order.lineItems.${number}.digitalFile.fileId` | `order.lineItems.${number}.subscriptionInfo.cycleNumber` | `order.lineItems.${number}.subscriptionInfo.subscriptionOptionTitle` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.frequency` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.autoRenewal` | `order.lineItems.${number}.subscriptionInfo.subscriptionSettings.enableCustomerCancellation` | `order.lineItems.${number}.priceDescription.original` | `order.lineItems.${number}.taxableAddress.addressType` | `order.lineItems.${number}.priceUndetermined` | `order.buyerInfo.visitorId` | `order.buyerInfo.memberId` | `order.paymentStatus` | `order.fulfillmentStatus` | `order.weightUnit` | `order.taxIncludedInPrices` | `order.billingInfo.address.streetAddress.number` | `order.billingInfo.address.streetAddress.name` | `order.billingInfo.contactDetails.vatId._id` | `order.billingInfo.contactDetails.vatId.type` | `order.shippingInfo.title` | `order.shippingInfo.logistics.pickupDetails.pickupMethod` | `order.status` | `order.taxInfo.taxBreakdown` | `order.taxInfo.taxBreakdown.${number}.taxName` | `order.taxInfo.taxBreakdown.${number}.taxType` | `order.taxInfo.taxBreakdown.${number}.jurisdiction` | `order.taxInfo.taxBreakdown.${number}.jurisdictionType` | `order.taxInfo.taxBreakdown.${number}.rate` | `order.appliedDiscounts` | `order.appliedDiscounts.${number}.coupon._id` | `order.appliedDiscounts.${number}.coupon.code` | `order.appliedDiscounts.${number}.coupon.name` | `order.appliedDiscounts.${number}.merchantDiscount.discountReason` | `order.appliedDiscounts.${number}.discountRule._id` | `order.appliedDiscounts.${number}.discountRule.name.original` | `order.appliedDiscounts.${number}.discountType` | `order.activities` | `order.activities.${number}.merchantComment.message` | `order.activities.${number}.orderRefunded.manual` | `order.activities.${number}.orderRefunded.reason` | `order.activities.${number}.draftOrderChangesApplied.draftOrderId` | `order.activities.${number}.savedPaymentMethod.name` | `order.activities.${number}.authorizedPaymentCreated.paymentId` | `order.activities.${number}.authorizedPaymentCaptured.paymentId` | `order.activities.${number}.authorizedPaymentVoided.paymentId` | `order.activities.${number}.refundInitiated.refundId` | `order.activities.${number}.paymentRefunded.refundId` | `order.activities.${number}.paymentRefundFailed.refundId` | `order.activities.${number}.paymentPending.paymentId` | `order.activities.${number}.paymentCanceled.paymentId` | `order.activities.${number}.paymentDeclined.paymentId` | `order.activities.${number}.receiptCreated.wixReceipt.receiptId` | `order.activities.${number}.receiptCreated.paymentId` | `order.activities.${number}.receiptSent.paymentId` | `order.activities.${number}.chargebackCreated.paymentId` | `order.activities.${number}.chargebackCreated.chargebackId` | `order.activities.${number}.chargebackReversed.paymentId` | `order.activities.${number}.chargebackReversed.chargebackId` | `order.activities.${number}.type` | `order.activities.${number}.activityType` | `order.attributionSource` | `order.createdBy.userId` | `order.createdBy.memberId` | `order.createdBy.visitorId` | `order.createdBy.appId` | `order.channelInfo.type` | `order.customFields` | `order.customFields.${number}.title` | `order.balanceSummary.balance.amount` | `order.balanceSummary.balance.formattedAmount` | `order.additionalFees` | `order.additionalFees.${number}.name` | `order.additionalFees.${number}._id` | `order.tags.privateTags.tagIds` | `order.businessLocation._id` | `order.businessLocation.name`, 7> & {
90
+ __applicationErrorsType?: PaymentCollectionMarkOrderAsPaidApplicationErrors;
91
91
  }>;
92
92
  }
93
93
  /** @internal */
94
- declare function bulkMarkOrdersAsPaid$1(httpClient: HttpClient): BulkMarkOrdersAsPaidSignature;
95
- interface BulkMarkOrdersAsPaidSignature {
94
+ declare function paymentCollectionBulkMarkOrdersAsPaid$1(httpClient: HttpClient): PaymentCollectionBulkMarkOrdersAsPaidSignature;
95
+ interface PaymentCollectionBulkMarkOrdersAsPaidSignature {
96
96
  /**
97
97
  * Marks multiple orders as paid. `order.paymentStatus` field *eventually* changes to `PAID`.
98
98
  * @param - IDs of orders to mark as paid.
@@ -109,8 +109,8 @@ interface GetRefundabilityStatusSignature {
109
109
  (ecomOrderId: string): Promise<NonNullablePaths<GetRefundabilityStatusResponse, `refundabilities` | `refundabilities.${number}.nonRefundableReason` | `refundabilities.${number}.manuallyRefundableReason` | `refundabilities.${number}.paymentId` | `refundabilities.${number}.refundabilityStatus` | `refundablePerItem`, 4>>;
110
110
  }
111
111
  /** @internal */
112
- declare function createPaymentGatewayOrder$1(httpClient: HttpClient): CreatePaymentGatewayOrderSignature;
113
- interface CreatePaymentGatewayOrderSignature {
112
+ declare function paymentCollectionCreatePaymentGatewayOrder$1(httpClient: HttpClient): PaymentCollectionCreatePaymentGatewayOrderSignature;
113
+ interface PaymentCollectionCreatePaymentGatewayOrderSignature {
114
114
  /**
115
115
  * Call this endpoint to create an order in the payment gateway system. The amount of the order would be either:
116
116
  * 1. An explicit amount provided in the request, or;
@@ -119,8 +119,8 @@ interface CreatePaymentGatewayOrderSignature {
119
119
  * You can then use Wix Payments APIs to approve that order or collect payment, which will eventually change the eCom order state (e.g mark it as paid).
120
120
  * @param - Ecom order ID.
121
121
  */
122
- (ecomOrderId: string, options?: CreatePaymentGatewayOrderOptions): Promise<NonNullablePaths<CreatePaymentGatewayOrderResponse, `paymentGatewayOrderId`, 2> & {
123
- __applicationErrorsType?: CreatePaymentGatewayOrderApplicationErrors;
122
+ (ecomOrderId: string, options?: PaymentCollectionCreatePaymentGatewayOrderOptions): Promise<NonNullablePaths<CreatePaymentGatewayOrderResponse, `paymentGatewayOrderId`, 2> & {
123
+ __applicationErrorsType?: PaymentCollectionCreatePaymentGatewayOrderApplicationErrors;
124
124
  }>;
125
125
  }
126
126
  /** @internal */
@@ -411,13 +411,13 @@ declare const getPaymentCollectabilityStatus: MaybeContext<BuildRESTFunction<typ
411
411
  /** @internal */
412
412
  declare const recordManuallyCollectedPayment: MaybeContext<BuildRESTFunction<typeof recordManuallyCollectedPayment$1> & typeof recordManuallyCollectedPayment$1>;
413
413
  /** @internal */
414
- declare const markOrderAsPaid: MaybeContext<BuildRESTFunction<typeof markOrderAsPaid$1> & typeof markOrderAsPaid$1>;
414
+ declare const paymentCollectionMarkOrderAsPaid: MaybeContext<BuildRESTFunction<typeof paymentCollectionMarkOrderAsPaid$1> & typeof paymentCollectionMarkOrderAsPaid$1>;
415
415
  /** @internal */
416
- declare const bulkMarkOrdersAsPaid: MaybeContext<BuildRESTFunction<typeof bulkMarkOrdersAsPaid$1> & typeof bulkMarkOrdersAsPaid$1>;
416
+ declare const paymentCollectionBulkMarkOrdersAsPaid: MaybeContext<BuildRESTFunction<typeof paymentCollectionBulkMarkOrdersAsPaid$1> & typeof paymentCollectionBulkMarkOrdersAsPaid$1>;
417
417
  /** @internal */
418
418
  declare const getRefundabilityStatus: MaybeContext<BuildRESTFunction<typeof getRefundabilityStatus$1> & typeof getRefundabilityStatus$1>;
419
419
  /** @internal */
420
- declare const createPaymentGatewayOrder: MaybeContext<BuildRESTFunction<typeof createPaymentGatewayOrder$1> & typeof createPaymentGatewayOrder$1>;
420
+ declare const paymentCollectionCreatePaymentGatewayOrder: MaybeContext<BuildRESTFunction<typeof paymentCollectionCreatePaymentGatewayOrder$1> & typeof paymentCollectionCreatePaymentGatewayOrder$1>;
421
421
  /** @internal */
422
422
  declare const chargeMemberships: MaybeContext<BuildRESTFunction<typeof chargeMemberships$1> & typeof chargeMemberships$1>;
423
423
  /** @internal */
@@ -473,4 +473,4 @@ declare const onOrderPaymentStatusUpdated: BuildEventDefinition<typeof onOrderPa
473
473
  */
474
474
  declare const onOrderUpdated: BuildEventDefinition<typeof onOrderUpdated$1> & typeof onOrderUpdated$1;
475
475
 
476
- export { AddActivitiesOptions, AddActivitiesResponse, AddActivityResponse, AggregateOrdersOptions, AggregateOrdersResponse, BulkDeleteImportedOrdersOptions, BulkDeleteImportedOrdersResponse, BulkMarkOrdersAsPaidResponse, BulkUpdateOrderTagsOptions, BulkUpdateOrderTagsResponse, BulkUpdateOrdersOptions, BulkUpdateOrdersResponse, CancelOrderApplicationErrors, CancelOrderOptions, CancelOrderResponse, CaptureAuthorizedPaymentsApplicationErrors, CaptureAuthorizedPaymentsResponse, ChargeMembershipsOptions, CreateOrderApplicationErrors, CreateOrderOptions, CreatePaymentGatewayOrderApplicationErrors, CreatePaymentGatewayOrderOptions, CreatePaymentGatewayOrderResponse, DeleteActivityIdentifiers, DeleteActivityResponse, GetOrderApplicationErrors, GetPaymentCollectabilityStatusResponse, GetRefundabilityStatusResponse, ImportOrderResponse, MarkOrderAsPaidApplicationErrors, MarkOrderAsPaidOptions, MarkOrderAsPaidResponse, MaskedOrder, Order, OrderApprovedEnvelope, OrderCanceledEnvelope, OrderCommittedEnvelope, OrderCreatedEnvelope, OrderFulfilledEnvelope, OrderPaymentStatusUpdatedEnvelope, OrderSearch, OrderStatusWithLiterals, OrderUpdatedEnvelope, PaymentCapture, PaymentRefund, PreparePaymentCollectionApplicationErrors, PreparePaymentCollectionOptions, PreparePaymentCollectionResponse, Price, PublicActivity, RecordManuallyCollectedPaymentApplicationErrors, RecordManuallyCollectedPaymentOptions, SearchOrdersResponse, SetOrderNumberCounterOptions, SetOrderNumberCounterResponse, TriggerRefundApplicationErrors, TriggerRefundOptions, TriggerRefundResponse, UpdateActivityIdentifiers, UpdateActivityResponse, UpdateOrder, UpdateOrderApplicationErrors, UpdateOrderLineItem, UpdateOrderLineItemIdentifiers, UpdateOrderLineItemResponse, UpdateOrderStatusApplicationErrors, UpdateOrderStatusResponse, VoidAuthorizedPaymentsApplicationErrors, VoidAuthorizedPaymentsResponse, addActivities, addActivity, aggregateOrders, bulkDeleteImportedOrders, bulkMarkOrdersAsPaid, bulkUpdateOrderTags, bulkUpdateOrders, cancelOrder, captureAuthorizedPayments, chargeMemberships, createOrder, createPaymentGatewayOrder, deleteActivity, getOrder, getPaymentCollectabilityStatus, getRefundabilityStatus, importOrder, markOrderAsPaid, onOrderApproved, onOrderCanceled, onOrderCommitted, onOrderCreated, onOrderFulfilled, onOrderPaymentStatusUpdated, onOrderUpdated, preparePaymentCollection, recordManuallyCollectedPayment, searchOrders, setOrderNumberCounter, triggerRefund, updateActivity, updateOrder, updateOrderLineItem, updateOrderStatus, voidAuthorizedPayments };
476
+ export { AddActivitiesOptions, AddActivitiesResponse, AddActivityResponse, AggregateOrdersOptions, AggregateOrdersResponse, BulkDeleteImportedOrdersOptions, BulkDeleteImportedOrdersResponse, BulkMarkOrdersAsPaidResponse, BulkUpdateOrderTagsOptions, BulkUpdateOrderTagsResponse, BulkUpdateOrdersOptions, BulkUpdateOrdersResponse, CancelOrderApplicationErrors, CancelOrderOptions, CancelOrderResponse, CaptureAuthorizedPaymentsApplicationErrors, CaptureAuthorizedPaymentsResponse, ChargeMembershipsOptions, CreateOrderApplicationErrors, CreateOrderOptions, CreatePaymentGatewayOrderResponse, DeleteActivityIdentifiers, DeleteActivityResponse, GetOrderApplicationErrors, GetPaymentCollectabilityStatusResponse, GetRefundabilityStatusResponse, ImportOrderResponse, MarkOrderAsPaidResponse, MaskedOrder, Order, OrderApprovedEnvelope, OrderCanceledEnvelope, OrderCommittedEnvelope, OrderCreatedEnvelope, OrderFulfilledEnvelope, OrderPaymentStatusUpdatedEnvelope, OrderSearch, OrderStatusWithLiterals, OrderUpdatedEnvelope, PaymentCapture, PaymentCollectionCreatePaymentGatewayOrderApplicationErrors, PaymentCollectionCreatePaymentGatewayOrderOptions, PaymentCollectionMarkOrderAsPaidApplicationErrors, PaymentCollectionMarkOrderAsPaidOptions, PaymentRefund, PreparePaymentCollectionApplicationErrors, PreparePaymentCollectionOptions, PreparePaymentCollectionResponse, Price, PublicActivity, RecordManuallyCollectedPaymentApplicationErrors, RecordManuallyCollectedPaymentOptions, SearchOrdersResponse, SetOrderNumberCounterOptions, SetOrderNumberCounterResponse, TriggerRefundApplicationErrors, TriggerRefundOptions, TriggerRefundResponse, UpdateActivityIdentifiers, UpdateActivityResponse, UpdateOrder, UpdateOrderApplicationErrors, UpdateOrderLineItem, UpdateOrderLineItemIdentifiers, UpdateOrderLineItemResponse, UpdateOrderStatusApplicationErrors, UpdateOrderStatusResponse, VoidAuthorizedPaymentsApplicationErrors, VoidAuthorizedPaymentsResponse, addActivities, addActivity, aggregateOrders, bulkDeleteImportedOrders, bulkUpdateOrderTags, bulkUpdateOrders, cancelOrder, captureAuthorizedPayments, chargeMemberships, createOrder, deleteActivity, getOrder, getPaymentCollectabilityStatus, getRefundabilityStatus, importOrder, onOrderApproved, onOrderCanceled, onOrderCommitted, onOrderCreated, onOrderFulfilled, onOrderPaymentStatusUpdated, onOrderUpdated, paymentCollectionBulkMarkOrdersAsPaid, paymentCollectionCreatePaymentGatewayOrder, paymentCollectionMarkOrderAsPaid, preparePaymentCollection, recordManuallyCollectedPayment, searchOrders, setOrderNumberCounter, triggerRefund, updateActivity, updateOrder, updateOrderLineItem, updateOrderStatus, voidAuthorizedPayments };
@@ -336,8 +336,8 @@ function recordManuallyCollectedPayment(payload) {
336
336
  }
337
337
  return __recordManuallyCollectedPayment;
338
338
  }
339
- function markOrderAsPaid(payload) {
340
- function __markOrderAsPaid({ host }) {
339
+ function paymentCollectionMarkOrderAsPaid(payload) {
340
+ function __paymentCollectionMarkOrderAsPaid({ host }) {
341
341
  const metadata = {
342
342
  entityFqdn: "wix.ecom.v1.order",
343
343
  method: "POST",
@@ -398,10 +398,10 @@ function markOrderAsPaid(payload) {
398
398
  };
399
399
  return metadata;
400
400
  }
401
- return __markOrderAsPaid;
401
+ return __paymentCollectionMarkOrderAsPaid;
402
402
  }
403
- function bulkMarkOrdersAsPaid(payload) {
404
- function __bulkMarkOrdersAsPaid({ host }) {
403
+ function paymentCollectionBulkMarkOrdersAsPaid(payload) {
404
+ function __paymentCollectionBulkMarkOrdersAsPaid({ host }) {
405
405
  const metadata = {
406
406
  entityFqdn: "wix.ecom.v1.order",
407
407
  method: "POST",
@@ -466,7 +466,7 @@ function bulkMarkOrdersAsPaid(payload) {
466
466
  };
467
467
  return metadata;
468
468
  }
469
- return __bulkMarkOrdersAsPaid;
469
+ return __paymentCollectionBulkMarkOrdersAsPaid;
470
470
  }
471
471
  function getRefundabilityStatus(payload) {
472
472
  function __getRefundabilityStatus({ host }) {
@@ -489,8 +489,8 @@ function getRefundabilityStatus(payload) {
489
489
  }
490
490
  return __getRefundabilityStatus;
491
491
  }
492
- function createPaymentGatewayOrder(payload) {
493
- function __createPaymentGatewayOrder({ host }) {
492
+ function paymentCollectionCreatePaymentGatewayOrder(payload) {
493
+ function __paymentCollectionCreatePaymentGatewayOrder({ host }) {
494
494
  const metadata = {
495
495
  entityFqdn: "wix.ecom.v1.order",
496
496
  method: "POST",
@@ -508,7 +508,7 @@ function createPaymentGatewayOrder(payload) {
508
508
  };
509
509
  return metadata;
510
510
  }
511
- return __createPaymentGatewayOrder;
511
+ return __paymentCollectionCreatePaymentGatewayOrder;
512
512
  }
513
513
  function chargeMemberships(payload) {
514
514
  function __chargeMemberships({ host }) {
@@ -2451,13 +2451,13 @@ async function recordManuallyCollectedPayment2(orderId, amount, options) {
2451
2451
  throw transformedError;
2452
2452
  }
2453
2453
  }
2454
- async function markOrderAsPaid2(ecomOrderId, options) {
2454
+ async function paymentCollectionMarkOrderAsPaid2(ecomOrderId, options) {
2455
2455
  const { httpClient, sideEffects } = arguments[2];
2456
2456
  const payload = renameKeysFromSDKRequestToRESTRequest({
2457
2457
  ecomOrderId,
2458
2458
  userDefinedPaymentMethodName: options?.userDefinedPaymentMethodName
2459
2459
  });
2460
- const reqOpts = markOrderAsPaid(payload);
2460
+ const reqOpts = paymentCollectionMarkOrderAsPaid(payload);
2461
2461
  sideEffects?.onSiteCall?.();
2462
2462
  try {
2463
2463
  const result = await httpClient.request(reqOpts);
@@ -2498,12 +2498,12 @@ async function markOrderAsPaid2(ecomOrderId, options) {
2498
2498
  throw transformedError;
2499
2499
  }
2500
2500
  }
2501
- async function bulkMarkOrdersAsPaid2(ecomOrderIds) {
2501
+ async function paymentCollectionBulkMarkOrdersAsPaid2(ecomOrderIds) {
2502
2502
  const { httpClient, sideEffects } = arguments[1];
2503
2503
  const payload = renameKeysFromSDKRequestToRESTRequest({
2504
2504
  ecomOrderIds
2505
2505
  });
2506
- const reqOpts = bulkMarkOrdersAsPaid(payload);
2506
+ const reqOpts = paymentCollectionBulkMarkOrdersAsPaid(payload);
2507
2507
  sideEffects?.onSiteCall?.();
2508
2508
  try {
2509
2509
  const result = await httpClient.request(reqOpts);
@@ -2568,13 +2568,15 @@ async function getRefundabilityStatus2(ecomOrderId) {
2568
2568
  throw transformedError;
2569
2569
  }
2570
2570
  }
2571
- async function createPaymentGatewayOrder2(ecomOrderId, options) {
2571
+ async function paymentCollectionCreatePaymentGatewayOrder2(ecomOrderId, options) {
2572
2572
  const { httpClient, sideEffects } = arguments[2];
2573
2573
  const payload = renameKeysFromSDKRequestToRESTRequest({
2574
2574
  ecomOrderId,
2575
2575
  chargedBy: options?.chargedBy
2576
2576
  });
2577
- const reqOpts = createPaymentGatewayOrder(payload);
2577
+ const reqOpts = paymentCollectionCreatePaymentGatewayOrder(
2578
+ payload
2579
+ );
2578
2580
  sideEffects?.onSiteCall?.();
2579
2581
  try {
2580
2582
  const result = await httpClient.request(reqOpts);
@@ -3434,16 +3436,16 @@ function recordManuallyCollectedPayment3(httpClient) {
3434
3436
  { httpClient }
3435
3437
  );
3436
3438
  }
3437
- function markOrderAsPaid3(httpClient) {
3438
- return (ecomOrderId, options) => markOrderAsPaid2(
3439
+ function paymentCollectionMarkOrderAsPaid3(httpClient) {
3440
+ return (ecomOrderId, options) => paymentCollectionMarkOrderAsPaid2(
3439
3441
  ecomOrderId,
3440
3442
  options,
3441
3443
  // @ts-ignore
3442
3444
  { httpClient }
3443
3445
  );
3444
3446
  }
3445
- function bulkMarkOrdersAsPaid3(httpClient) {
3446
- return (ecomOrderIds) => bulkMarkOrdersAsPaid2(
3447
+ function paymentCollectionBulkMarkOrdersAsPaid3(httpClient) {
3448
+ return (ecomOrderIds) => paymentCollectionBulkMarkOrdersAsPaid2(
3447
3449
  ecomOrderIds,
3448
3450
  // @ts-ignore
3449
3451
  { httpClient }
@@ -3456,8 +3458,8 @@ function getRefundabilityStatus3(httpClient) {
3456
3458
  { httpClient }
3457
3459
  );
3458
3460
  }
3459
- function createPaymentGatewayOrder3(httpClient) {
3460
- return (ecomOrderId, options) => createPaymentGatewayOrder2(
3461
+ function paymentCollectionCreatePaymentGatewayOrder3(httpClient) {
3462
+ return (ecomOrderId, options) => paymentCollectionCreatePaymentGatewayOrder2(
3461
3463
  ecomOrderId,
3462
3464
  options,
3463
3465
  // @ts-ignore
@@ -3983,10 +3985,12 @@ var bulkDeleteImportedOrders4 = /* @__PURE__ */ createRESTModule(bulkDeleteImpor
3983
3985
  var preparePaymentCollection4 = /* @__PURE__ */ createRESTModule(preparePaymentCollection3);
3984
3986
  var getPaymentCollectabilityStatus4 = /* @__PURE__ */ createRESTModule(getPaymentCollectabilityStatus3);
3985
3987
  var recordManuallyCollectedPayment4 = /* @__PURE__ */ createRESTModule(recordManuallyCollectedPayment3);
3986
- var markOrderAsPaid4 = /* @__PURE__ */ createRESTModule(markOrderAsPaid3);
3987
- var bulkMarkOrdersAsPaid4 = /* @__PURE__ */ createRESTModule(bulkMarkOrdersAsPaid3);
3988
+ var paymentCollectionMarkOrderAsPaid4 = /* @__PURE__ */ createRESTModule(paymentCollectionMarkOrderAsPaid3);
3989
+ var paymentCollectionBulkMarkOrdersAsPaid4 = /* @__PURE__ */ createRESTModule(paymentCollectionBulkMarkOrdersAsPaid3);
3988
3990
  var getRefundabilityStatus4 = /* @__PURE__ */ createRESTModule(getRefundabilityStatus3);
3989
- var createPaymentGatewayOrder4 = /* @__PURE__ */ createRESTModule(createPaymentGatewayOrder3);
3991
+ var paymentCollectionCreatePaymentGatewayOrder4 = /* @__PURE__ */ createRESTModule(
3992
+ paymentCollectionCreatePaymentGatewayOrder3
3993
+ );
3990
3994
  var chargeMemberships4 = /* @__PURE__ */ createRESTModule(chargeMemberships3);
3991
3995
  var triggerRefund4 = /* @__PURE__ */ createRESTModule(triggerRefund3);
3992
3996
  var voidAuthorizedPayments4 = /* @__PURE__ */ createRESTModule(voidAuthorizedPayments3);
@@ -4078,20 +4082,17 @@ export {
4078
4082
  addActivity4 as addActivity,
4079
4083
  aggregateOrders4 as aggregateOrders,
4080
4084
  bulkDeleteImportedOrders4 as bulkDeleteImportedOrders,
4081
- bulkMarkOrdersAsPaid4 as bulkMarkOrdersAsPaid,
4082
4085
  bulkUpdateOrderTags4 as bulkUpdateOrderTags,
4083
4086
  bulkUpdateOrders4 as bulkUpdateOrders,
4084
4087
  cancelOrder4 as cancelOrder,
4085
4088
  captureAuthorizedPayments4 as captureAuthorizedPayments,
4086
4089
  chargeMemberships4 as chargeMemberships,
4087
4090
  createOrder4 as createOrder,
4088
- createPaymentGatewayOrder4 as createPaymentGatewayOrder,
4089
4091
  deleteActivity4 as deleteActivity,
4090
4092
  getOrder4 as getOrder,
4091
4093
  getPaymentCollectabilityStatus4 as getPaymentCollectabilityStatus,
4092
4094
  getRefundabilityStatus4 as getRefundabilityStatus,
4093
4095
  importOrder4 as importOrder,
4094
- markOrderAsPaid4 as markOrderAsPaid,
4095
4096
  onOrderApproved2 as onOrderApproved,
4096
4097
  onOrderCanceled2 as onOrderCanceled,
4097
4098
  onOrderCommitted2 as onOrderCommitted,
@@ -4099,6 +4100,9 @@ export {
4099
4100
  onOrderFulfilled2 as onOrderFulfilled,
4100
4101
  onOrderPaymentStatusUpdated2 as onOrderPaymentStatusUpdated,
4101
4102
  onOrderUpdated2 as onOrderUpdated,
4103
+ paymentCollectionBulkMarkOrdersAsPaid4 as paymentCollectionBulkMarkOrdersAsPaid,
4104
+ paymentCollectionCreatePaymentGatewayOrder4 as paymentCollectionCreatePaymentGatewayOrder,
4105
+ paymentCollectionMarkOrderAsPaid4 as paymentCollectionMarkOrderAsPaid,
4102
4106
  preparePaymentCollection4 as preparePaymentCollection,
4103
4107
  recordManuallyCollectedPayment4 as recordManuallyCollectedPayment,
4104
4108
  searchOrders4 as searchOrders,