@wix/ecom 1.0.680 → 1.0.681

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.680",
3
+ "version": "1.0.681",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -30,15 +30,15 @@
30
30
  "@wix/ecom_currencies": "1.0.29",
31
31
  "@wix/ecom_current-cart": "1.0.57",
32
32
  "@wix/ecom_custom-triggers": "1.0.12",
33
- "@wix/ecom_delivery-profile": "1.0.8",
33
+ "@wix/ecom_delivery-profile": "1.0.9",
34
34
  "@wix/ecom_discount-rules": "1.0.44",
35
35
  "@wix/ecom_discounts-custom-trigger": "1.0.0",
36
36
  "@wix/ecom_draft-orders": "1.0.0",
37
37
  "@wix/ecom_local-delivery-options": "1.0.0",
38
38
  "@wix/ecom_order-fulfillments": "1.0.39",
39
39
  "@wix/ecom_order-invoices": "1.0.32",
40
- "@wix/ecom_order-transactions": "1.0.52",
41
- "@wix/ecom_orders": "1.0.85",
40
+ "@wix/ecom_order-transactions": "1.0.53",
41
+ "@wix/ecom_orders": "1.0.86",
42
42
  "@wix/ecom_orders-settings": "1.0.38",
43
43
  "@wix/ecom_payment-settings": "1.0.20",
44
44
  "@wix/ecom_pickup-locations": "1.0.0",
@@ -69,5 +69,5 @@
69
69
  "fqdn": ""
70
70
  }
71
71
  },
72
- "falconPackageHash": "b453b438d36ba44706e63a72c1c3b4ccfe50f2e891b7c0028d9bdc6a"
72
+ "falconPackageHash": "7653516da0dc3801cd8872de2d5d8171badbcf84c9cec93c12455f64"
73
73
  }
@@ -14112,7 +14112,9 @@ declare enum Namespace$1 {
14112
14112
  * There's a blank site behind the scene but it's blank).
14113
14113
  * The Mobile company will be the owner of this namespace.
14114
14114
  */
14115
- BRANDED_FIRST = "BRANDED_FIRST"
14115
+ BRANDED_FIRST = "BRANDED_FIRST",
14116
+ /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
14117
+ NOWNIA = "NOWNIA"
14116
14118
  }
14117
14119
  /** Site transferred to another user. */
14118
14120
  interface SiteTransferred {
@@ -14227,7 +14229,7 @@ interface DomainEvent$8 extends DomainEventBodyOneOf$8 {
14227
14229
  slug?: string;
14228
14230
  /** ID of the entity associated with the event. */
14229
14231
  entityId?: string;
14230
- /** Event timestamp. */
14232
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
14231
14233
  eventTime?: Date;
14232
14234
  /**
14233
14235
  * Whether the event was triggered as a result of a privacy regulation application
@@ -14439,7 +14441,7 @@ interface EventMetadata$7 extends BaseEventMetadata$7 {
14439
14441
  slug?: string;
14440
14442
  /** ID of the entity associated with the event. */
14441
14443
  entityId?: string;
14442
- /** Event timestamp. */
14444
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
14443
14445
  eventTime?: Date;
14444
14446
  /**
14445
14447
  * Whether the event was triggered as a result of a privacy regulation application
@@ -20846,7 +20848,9 @@ declare enum Namespace {
20846
20848
  * There's a blank site behind the scene but it's blank).
20847
20849
  * The Mobile company will be the owner of this namespace.
20848
20850
  */
20849
- BRANDED_FIRST = "BRANDED_FIRST"
20851
+ BRANDED_FIRST = "BRANDED_FIRST",
20852
+ /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
20853
+ NOWNIA = "NOWNIA"
20850
20854
  }
20851
20855
  interface SeoData {
20852
20856
  /** A title. */
@@ -21197,6 +21201,12 @@ interface RefundItem$1 {
21197
21201
  /** Line item quantity refunded. */
21198
21202
  quantity?: number;
21199
21203
  }
21204
+ interface V1LineItemRefund {
21205
+ }
21206
+ interface V1AdditionalFeeRefund {
21207
+ }
21208
+ interface V1ShippingRefund {
21209
+ }
21200
21210
  interface AggregatedRefundSummary$1 {
21201
21211
  }
21202
21212
  interface TestUrlAdditionalBindingsRequest {
@@ -22005,11 +22015,11 @@ interface CalculateRefundV2Request {
22005
22015
  }
22006
22016
  interface RefundDetails$1 {
22007
22017
  }
22008
- interface LineItemRefund {
22018
+ interface LineItemRefund$1 {
22009
22019
  }
22010
- interface AdditionalFeeRefund {
22020
+ interface AdditionalFeeRefund$1 {
22011
22021
  }
22012
- interface ShippingRefund {
22022
+ interface ShippingRefund$1 {
22013
22023
  }
22014
22024
  interface CalculateRefundV2Response extends CalculateRefundV2ResponseStatusOneOf {
22015
22025
  }
@@ -24208,7 +24218,6 @@ type index_d$5_AddInternalActivityResponse = AddInternalActivityResponse;
24208
24218
  type index_d$5_AdditionalFee = AdditionalFee;
24209
24219
  type index_d$5_AdditionalFeeDelta = AdditionalFeeDelta;
24210
24220
  type index_d$5_AdditionalFeeDeltaDeltaOneOf = AdditionalFeeDeltaDeltaOneOf;
24211
- type index_d$5_AdditionalFeeRefund = AdditionalFeeRefund;
24212
24221
  type index_d$5_AdditionalFeeRefundOption = AdditionalFeeRefundOption;
24213
24222
  type index_d$5_AddressDescription = AddressDescription;
24214
24223
  type index_d$5_AddressWithContact = AddressWithContact;
@@ -24415,7 +24424,6 @@ type index_d$5_LineItemPriceChange = LineItemPriceChange;
24415
24424
  type index_d$5_LineItemQuantityChange = LineItemQuantityChange;
24416
24425
  type index_d$5_LineItemQuantityChangeType = LineItemQuantityChangeType;
24417
24426
  declare const index_d$5_LineItemQuantityChangeType: typeof LineItemQuantityChangeType;
24418
- type index_d$5_LineItemRefund = LineItemRefund;
24419
24427
  type index_d$5_LineItemRefundOption = LineItemRefundOption;
24420
24428
  type index_d$5_LineItemTax = LineItemTax;
24421
24429
  type index_d$5_LineItemTaxBreakdown = LineItemTaxBreakdown;
@@ -24580,7 +24588,6 @@ type index_d$5_ShippingAddressEdited = ShippingAddressEdited;
24580
24588
  type index_d$5_ShippingConfirmationEmailSent = ShippingConfirmationEmailSent;
24581
24589
  type index_d$5_ShippingInformation = ShippingInformation;
24582
24590
  type index_d$5_ShippingPrice = ShippingPrice;
24583
- type index_d$5_ShippingRefund = ShippingRefund;
24584
24591
  type index_d$5_ShippingRefundOption = ShippingRefundOption;
24585
24592
  type index_d$5_ShippingRegion = ShippingRegion;
24586
24593
  type index_d$5_Source = Source;
@@ -24637,18 +24644,21 @@ type index_d$5_UpdateOrderResponseNonNullableFields = UpdateOrderResponseNonNull
24637
24644
  type index_d$5_UpdateOrderShippingAddressRequest = UpdateOrderShippingAddressRequest;
24638
24645
  type index_d$5_UpdateOrderShippingAddressResponse = UpdateOrderShippingAddressResponse;
24639
24646
  type index_d$5_UserDataResponse = UserDataResponse;
24647
+ type index_d$5_V1AdditionalFeeRefund = V1AdditionalFeeRefund;
24640
24648
  type index_d$5_V1BulkMarkOrdersAsPaidRequest = V1BulkMarkOrdersAsPaidRequest;
24641
24649
  type index_d$5_V1BulkMarkOrdersAsPaidResponse = V1BulkMarkOrdersAsPaidResponse;
24642
24650
  type index_d$5_V1CreatePaymentGatewayOrderRequest = V1CreatePaymentGatewayOrderRequest;
24643
24651
  type index_d$5_V1CreatePaymentGatewayOrderResponse = V1CreatePaymentGatewayOrderResponse;
24644
24652
  type index_d$5_V1LineItemDelta = V1LineItemDelta;
24645
24653
  type index_d$5_V1LineItemDeltaDeltaOneOf = V1LineItemDeltaDeltaOneOf;
24654
+ type index_d$5_V1LineItemRefund = V1LineItemRefund;
24646
24655
  type index_d$5_V1MarkOrderAsPaidRequest = V1MarkOrderAsPaidRequest;
24647
24656
  type index_d$5_V1MarkOrderAsPaidResponse = V1MarkOrderAsPaidResponse;
24648
24657
  type index_d$5_V1PaymentRefund = V1PaymentRefund;
24649
24658
  type index_d$5_V1RefundDetails = V1RefundDetails;
24650
24659
  type index_d$5_V1RefundSideEffects = V1RefundSideEffects;
24651
24660
  type index_d$5_V1RestockItem = V1RestockItem;
24661
+ type index_d$5_V1ShippingRefund = V1ShippingRefund;
24652
24662
  type index_d$5_ValidationError = ValidationError;
24653
24663
  type index_d$5_Value = Value;
24654
24664
  type index_d$5_ValueType = ValueType;
@@ -24674,7 +24684,7 @@ declare const index_d$5_onOrderUpdated: typeof onOrderUpdated;
24674
24684
  declare const index_d$5_searchOrders: typeof searchOrders;
24675
24685
  declare const index_d$5_updateOrder: typeof updateOrder;
24676
24686
  declare namespace index_d$5 {
24677
- export { type ActionEvent$4 as ActionEvent, type Activity$1 as Activity, type index_d$5_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$5_AddActivitiesRequest as AddActivitiesRequest, type index_d$5_AddActivitiesResponse as AddActivitiesResponse, type index_d$5_AddActivityRequest as AddActivityRequest, type index_d$5_AddActivityResponse as AddActivityResponse, type index_d$5_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$5_AddInternalActivityResponse as AddInternalActivityResponse, type index_d$5_AdditionalFee as AdditionalFee, type index_d$5_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$5_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type index_d$5_AdditionalFeeRefund as AdditionalFeeRefund, type index_d$5_AdditionalFeeRefundOption as AdditionalFeeRefundOption, type Address$3 as Address, type index_d$5_AddressDescription as AddressDescription, type AddressLocation$1 as AddressLocation, type index_d$5_AddressWithContact as AddressWithContact, type index_d$5_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$5_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type index_d$5_App as App, type ApplicationError$2 as ApplicationError, type index_d$5_AppliedDiscount as AppliedDiscount, type index_d$5_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$5_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type index_d$5_AppliedDiscountDiscountSourceOneOf as AppliedDiscountDiscountSourceOneOf, type index_d$5_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$5_ArchiveOrderResponse as ArchiveOrderResponse, index_d$5_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$1 as AuthorizationActionFailureDetails, type AuthorizationCapture$1 as AuthorizationCapture, AuthorizationCaptureStatus$1 as AuthorizationCaptureStatus, type AuthorizationDetails$1 as AuthorizationDetails, type AuthorizationVoid$1 as AuthorizationVoid, AuthorizationVoidStatus$1 as AuthorizationVoidStatus, type index_d$5_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$5_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$5_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$5_Balance as Balance, type index_d$5_BalanceSummary as BalanceSummary, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$5_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$5_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$5_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$5_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$5_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$5_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$5_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$5_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$5_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$5_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$5_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$5_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$5_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$5_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$5_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$5_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$5_BulkOrderResult as BulkOrderResult, type index_d$5_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$5_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$5_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$5_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$5_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$5_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$5_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$5_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$5_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$5_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$5_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$5_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$5_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type BuyerInfo$1 as BuyerInfo, type index_d$5_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$5_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type index_d$5_CalculateRefundV1Request as CalculateRefundV1Request, type index_d$5_CalculateRefundV1Response as CalculateRefundV1Response, type index_d$5_CalculateRefundV2Request as CalculateRefundV2Request, type index_d$5_CalculateRefundV2Response as CalculateRefundV2Response, type index_d$5_CalculateRefundV2ResponseStatusOneOf as CalculateRefundV2ResponseStatusOneOf, type index_d$5_CalculatedAdditionalFeeRefund as CalculatedAdditionalFeeRefund, type index_d$5_CalculatedLineItemRefund as CalculatedLineItemRefund, type index_d$5_CalculatedRefundDetails as CalculatedRefundDetails, type index_d$5_CalculatedRefundNotAvailableStatus as CalculatedRefundNotAvailableStatus, type index_d$5_CalculatedRefundSummary as CalculatedRefundSummary, type index_d$5_CalculatedShippingRefund as CalculatedShippingRefund, type index_d$5_CalculatedTax as CalculatedTax, type index_d$5_CalculatedTaxes as CalculatedTaxes, type index_d$5_CalculationError as CalculationError, type index_d$5_CalculationErrorItemOneOf as CalculationErrorItemOneOf, type index_d$5_Cancel as Cancel, type index_d$5_CancelOrderOptions as CancelOrderOptions, type index_d$5_CancelOrderRequest as CancelOrderRequest, type index_d$5_CancelOrderResponse as CancelOrderResponse, type index_d$5_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$5_CaptureAuthorizedPaymentRequest as CaptureAuthorizedPaymentRequest, type index_d$5_CaptureAuthorizedPaymentResponse as CaptureAuthorizedPaymentResponse, type index_d$5_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$5_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$5_CatalogReference as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$5_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$5_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$5_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$5_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$5_ChargedBy as ChargedBy, type index_d$5_Color as Color, type index_d$5_CommitDeltasRequest as CommitDeltasRequest, type index_d$5_CommitDeltasResponse as CommitDeltasResponse, type index_d$5_CommittedDiffs as CommittedDiffs, type index_d$5_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$5_CommonAddress as CommonAddress, type index_d$5_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$5_Company as Company, type index_d$5_Complete as Complete, type index_d$5_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type index_d$5_Coupon as Coupon, type index_d$5_CreateOrderRequest as CreateOrderRequest, type index_d$5_CreateOrderResponse as CreateOrderResponse, type index_d$5_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$5_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$5_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$5_CreatedBy as CreatedBy, type index_d$5_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type index_d$5_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$5_CustomFieldGroup as CustomFieldGroup, type index_d$5_CustomFieldValue as CustomFieldValue, type index_d$5_Customer as Customer, type index_d$5_DecrementData as DecrementData, type index_d$5_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$5_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$5_DeleteActivityRequest as DeleteActivityRequest, type index_d$5_DeleteActivityResponse as DeleteActivityResponse, type index_d$5_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$5_DeleteByIdsOperation as DeleteByIdsOperation, type index_d$5_DeliveryLogistics as DeliveryLogistics, type index_d$5_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$5_DeliveryTimeSlot as DeliveryTimeSlot, index_d$5_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$5_Deposit as Deposit, index_d$5_DepositType as DepositType, type index_d$5_DescriptionLine as DescriptionLine, type index_d$5_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$5_DescriptionLineName as DescriptionLineName, index_d$5_DescriptionLineType as DescriptionLineType, type index_d$5_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$5_Details as Details, type index_d$5_DetailsKindOneOf as DetailsKindOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$5_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$5_DiscountReason as DiscountReason, type index_d$5_DiscountRule as DiscountRule, type index_d$5_DiscountRuleName as DiscountRuleName, index_d$5_DiscountType as DiscountType, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$5_DownloadLinkSent as DownloadLinkSent, type index_d$5_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$5_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$5_DraftOrderDiffs as DraftOrderDiffs, type index_d$5_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$5_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$5_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$5_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$5_Email as Email, type index_d$5_EmailEdited as EmailEdited, type Empty$2 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$4 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type index_d$5_ExternalUriMapping as ExternalUriMapping, type index_d$5_FieldViolation as FieldViolation, type index_d$5_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$5_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$5_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$5_FullAddressContactDetails as FullAddressContactDetails, type index_d$5_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$5_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$5_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$5_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$5_GetOrderRequest as GetOrderRequest, type index_d$5_GetOrderResponse as GetOrderResponse, type index_d$5_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$5_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$5_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$5_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type index_d$5_GetRefundOptionsRequest as GetRefundOptionsRequest, type index_d$5_GetRefundOptionsResponse as GetRefundOptionsResponse, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$5_GetShipmentsRequest as GetShipmentsRequest, type index_d$5_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type index_d$5_HtmlApplication as HtmlApplication, type index_d$5_IdAndVersion as IdAndVersion, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$5_InternalActivity as InternalActivity, type index_d$5_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$5_InternalDocument as InternalDocument, type index_d$5_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$5_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$5_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$5_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$5_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$5_InventoryAction as InventoryAction, type index_d$5_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$5_InvoiceAdded as InvoiceAdded, type index_d$5_InvoiceDates as InvoiceDates, type index_d$5_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$5_InvoiceFields as InvoiceFields, type index_d$5_InvoiceSent as InvoiceSent, type index_d$5_InvoiceSentEvent as InvoiceSentEvent, index_d$5_InvoiceStatus as InvoiceStatus, type index_d$5_InvoicesPayment as InvoicesPayment, type index_d$5_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type index_d$5_ItemTaxFullDetails as ItemTaxFullDetails, type index_d$5_ItemType as ItemType, index_d$5_ItemTypeItemType as ItemTypeItemType, type index_d$5_ItemTypeItemTypeDataOneOf as ItemTypeItemTypeDataOneOf, type index_d$5_ItemizedFee as ItemizedFee, index_d$5_JurisdictionType as JurisdictionType, type LineItem$1 as LineItem, type index_d$5_LineItemAmount as LineItemAmount, type index_d$5_LineItemChanges as LineItemChanges, type index_d$5_LineItemDelta as LineItemDelta, type index_d$5_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type index_d$5_LineItemDiscount as LineItemDiscount, type index_d$5_LineItemExchangeData as LineItemExchangeData, type index_d$5_LineItemMetaData as LineItemMetaData, type index_d$5_LineItemPriceChange as LineItemPriceChange, type index_d$5_LineItemQuantityChange as LineItemQuantityChange, index_d$5_LineItemQuantityChangeType as LineItemQuantityChangeType, type index_d$5_LineItemRefund as LineItemRefund, type index_d$5_LineItemRefundOption as LineItemRefundOption, type index_d$5_LineItemTax as LineItemTax, type index_d$5_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$5_LineItemTaxInfo as LineItemTaxInfo, type index_d$5_LineItemUpdate as LineItemUpdate, type index_d$5_LineItems as LineItems, type index_d$5_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$5_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$5_Locale as Locale, type index_d$5_LocationAndQuantity as LocationAndQuantity, type index_d$5_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$5_ManagedDiscount as ManagedDiscount, type index_d$5_ManagedLineItem as ManagedLineItem, type index_d$5_ManuallyRefundablePaymentStatus as ManuallyRefundablePaymentStatus, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$5_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$5_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$5_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$5_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$5_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$5_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$5_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$5_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$5_MaskedOrder as MaskedOrder, type index_d$5_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$5_MembershipChargeItem as MembershipChargeItem, type MembershipName$1 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type index_d$5_MembershipPaymentSummary as MembershipPaymentSummary, type index_d$5_MerchantComment as MerchantComment, type index_d$5_MerchantDiscount as MerchantDiscount, type index_d$5_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$4 as MessageEnvelope, type index_d$5_MetaData as MetaData, type index_d$5_MetaSite as MetaSite, type index_d$5_MetaTag as MetaTag, type index_d$5_MonetaryPaymentSummary as MonetaryPaymentSummary, index_d$5_Namespace as Namespace, type index_d$5_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$5_NonRefundablePaymentStatus as NonRefundablePaymentStatus, NonRefundableReason$1 as NonRefundableReason, type index_d$5_NotificationSideEffects as NotificationSideEffects, type Order$1 as Order, index_d$5_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$5_OrderApproved as OrderApproved, type index_d$5_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$5_OrderCanceled as OrderCanceled, type index_d$5_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$5_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$5_OrderChange as OrderChange, type index_d$5_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$5_OrderCreateNotifications as OrderCreateNotifications, type index_d$5_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$5_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$5_OrderCreationSettings as OrderCreationSettings, type index_d$5_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$5_OrderFulfilled as OrderFulfilled, type index_d$5_OrderItemsRestocked as OrderItemsRestocked, type index_d$5_OrderLineItem as OrderLineItem, type index_d$5_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$5_OrderNonNullableFields as OrderNonNullableFields, type index_d$5_OrderNotFulfilled as OrderNotFulfilled, type index_d$5_OrderPaid as OrderPaid, type index_d$5_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$5_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$5_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$5_OrderStatus as OrderStatus, type index_d$5_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$5_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$1 as OrderTransactions, type index_d$5_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$5_OrdersExperiments as OrdersExperiments, type index_d$5_OrdersV1RestockItem as OrdersV1RestockItem, type Payment$1 as Payment, type index_d$5_PaymentCapture as PaymentCapture, index_d$5_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type index_d$5_PaymentInfo as PaymentInfo, type index_d$5_PaymentInfoPaymentMethodDetailsOneOf as PaymentInfoPaymentMethodDetailsOneOf, type index_d$5_PaymentInfoSummaryOneOf as PaymentInfoSummaryOneOf, index_d$5_PaymentOptionType as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$5_PaymentRefundOption as PaymentRefundOption, type index_d$5_PaymentRefundOptionStatusOneOf as PaymentRefundOptionStatusOneOf, PaymentStatus$1 as PaymentStatus, type index_d$5_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$5_Payments as Payments, type index_d$5_PaymentsSummary as PaymentsSummary, type index_d$5_Phone as Phone, type index_d$5_PhysicalProperties as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$1 as PickupDetails, index_d$5_PickupMethod as PickupMethod, type index_d$5_PickupReadyEmailSent as PickupReadyEmailSent, index_d$5_Placement as Placement, type index_d$5_PlainTextValue as PlainTextValue, type index_d$5_PlatformPaging as PlatformPaging, type index_d$5_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$5_PlatformQuery as PlatformQuery, type index_d$5_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$5_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$5_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$5_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$5_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$5_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$5_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$5_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$5_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$5_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$5_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$5_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$5_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$5_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$5_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$5_PreviewEmailType as PreviewEmailType, type index_d$5_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$5_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$5_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$5_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$5_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$5_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$1 as Price, type index_d$5_PriceDescription as PriceDescription, type index_d$5_PriceSummary as PriceSummary, type index_d$5_ProductName as ProductName, type index_d$5_PublicActivity as PublicActivity, type index_d$5_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$5_QueryOrderRequest as QueryOrderRequest, type index_d$5_QueryOrderResponse as QueryOrderResponse, type index_d$5_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$5_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$5_QuotesAddress as QuotesAddress, type index_d$5_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$5_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$5_RedirectUrls as RedirectUrls, type Refund$1 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, type index_d$5_RefundRequest as RefundRequest, type index_d$5_RefundResponse as RefundResponse, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$5_RefundabilityManuallyRefundableReason as RefundabilityManuallyRefundableReason, index_d$5_RefundabilityNonRefundableReason as RefundabilityNonRefundableReason, RefundableStatus$1 as RefundableStatus, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$5_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, type index_d$5_RestockSideEffects as RestockSideEffects, RestockType$1 as RestockType, type RestoreInfo$4 as RestoreInfo, index_d$5_RuleType as RuleType, type index_d$5_SavedPaymentMethod as SavedPaymentMethod, type index_d$5_SearchOrdersOptions as SearchOrdersOptions, type index_d$5_SearchOrdersRequest as SearchOrdersRequest, type index_d$5_SearchOrdersResponse as SearchOrdersResponse, type index_d$5_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$5_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$5_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$5_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$5_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$5_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$5_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$5_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$5_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$5_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$5_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$5_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$5_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$5_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$5_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$5_SeoData as SeoData, type index_d$5_ServiceProperties as ServiceProperties, type index_d$5_ShippingAddressEdited as ShippingAddressEdited, type index_d$5_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type index_d$5_ShippingInformation as ShippingInformation, type index_d$5_ShippingPrice as ShippingPrice, type index_d$5_ShippingRefund as ShippingRefund, type index_d$5_ShippingRefundOption as ShippingRefundOption, type index_d$5_ShippingRegion as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type index_d$5_Source as Source, index_d$5_SourceType as SourceType, type index_d$5_StandardDetails as StandardDetails, index_d$5_State as State, type StreetAddress$2 as StreetAddress, type index_d$5_Subdivision as Subdivision, index_d$5_SubdivisionType as SubdivisionType, SubscriptionFrequency$1 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$5_SystemError as SystemError, type index_d$5_TagList as TagList, type index_d$5_Tags as Tags, type index_d$5_Task as Task, type index_d$5_TaskAction as TaskAction, type index_d$5_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$5_TaskKey as TaskKey, type index_d$5_TaxSummary as TaxSummary, type index_d$5_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$5_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$5_TotalPrice as TotalPrice, type index_d$5_TotalPriceChange as TotalPriceChange, type index_d$5_TrackingLinkAdded as TrackingLinkAdded, type index_d$5_TrackingNumberAdded as TrackingNumberAdded, type index_d$5_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$1 as TransactionStatus, type index_d$5_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$5_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$5_TriggerReindexRequest as TriggerReindexRequest, type index_d$5_TriggerReindexResponse as TriggerReindexResponse, type index_d$5_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$5_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$5_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$5_UpdateActivityRequest as UpdateActivityRequest, type index_d$5_UpdateActivityResponse as UpdateActivityResponse, type index_d$5_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$5_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$5_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$5_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$5_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$5_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$5_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$5_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$5_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$5_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$5_UpdateOrder as UpdateOrder, type index_d$5_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$5_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$5_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$5_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$5_UpdateOrderRequest as UpdateOrderRequest, type index_d$5_UpdateOrderResponse as UpdateOrderResponse, type index_d$5_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$5_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$5_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$5_UserDataResponse as UserDataResponse, type index_d$5_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$5_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$5_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$5_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$5_V1LineItemDelta as V1LineItemDelta, type index_d$5_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$5_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$5_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$5_V1PaymentRefund as V1PaymentRefund, type index_d$5_V1RefundDetails as V1RefundDetails, type index_d$5_V1RefundSideEffects as V1RefundSideEffects, type index_d$5_V1RestockItem as V1RestockItem, type index_d$5_ValidationError as ValidationError, type index_d$5_Value as Value, index_d$5_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$5_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$5_VersionedDocumentId as VersionedDocumentId, type index_d$5_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$5_VersioningMode as VersioningMode, type index_d$5_VoidAuthorizedPaymentRequest as VoidAuthorizedPaymentRequest, type index_d$5_VoidAuthorizedPaymentResponse as VoidAuthorizedPaymentResponse, type index_d$5_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$5_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$4 as WebhookIdentityType, WeightUnit$1 as WeightUnit, index_d$5_cancelOrder as cancelOrder, index_d$5_createOrder as createOrder, index_d$5_getOrder as getOrder, index_d$5_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$5_onOrderApproved as onOrderApproved, index_d$5_onOrderCanceled as onOrderCanceled, index_d$5_onOrderCreated as onOrderCreated, index_d$5_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, index_d$5_onOrderUpdated as onOrderUpdated, index_d$5_searchOrders as searchOrders, index_d$5_updateOrder as updateOrder };
24687
+ export { type ActionEvent$4 as ActionEvent, type Activity$1 as Activity, type index_d$5_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$5_AddActivitiesRequest as AddActivitiesRequest, type index_d$5_AddActivitiesResponse as AddActivitiesResponse, type index_d$5_AddActivityRequest as AddActivityRequest, type index_d$5_AddActivityResponse as AddActivityResponse, type index_d$5_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$5_AddInternalActivityResponse as AddInternalActivityResponse, type index_d$5_AdditionalFee as AdditionalFee, type index_d$5_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$5_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$1 as AdditionalFeeRefund, type index_d$5_AdditionalFeeRefundOption as AdditionalFeeRefundOption, type Address$3 as Address, type index_d$5_AddressDescription as AddressDescription, type AddressLocation$1 as AddressLocation, type index_d$5_AddressWithContact as AddressWithContact, type index_d$5_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$5_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$1 as AggregatedRefundSummary, type index_d$5_App as App, type ApplicationError$2 as ApplicationError, type index_d$5_AppliedDiscount as AppliedDiscount, type index_d$5_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$5_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type index_d$5_AppliedDiscountDiscountSourceOneOf as AppliedDiscountDiscountSourceOneOf, type index_d$5_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$5_ArchiveOrderResponse as ArchiveOrderResponse, index_d$5_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$1 as AuthorizationActionFailureDetails, type AuthorizationCapture$1 as AuthorizationCapture, AuthorizationCaptureStatus$1 as AuthorizationCaptureStatus, type AuthorizationDetails$1 as AuthorizationDetails, type AuthorizationVoid$1 as AuthorizationVoid, AuthorizationVoidStatus$1 as AuthorizationVoidStatus, type index_d$5_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$5_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$5_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$5_Balance as Balance, type index_d$5_BalanceSummary as BalanceSummary, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$5_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$5_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$5_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$5_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$5_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$5_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$5_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$5_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$5_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$5_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$5_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$5_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$5_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$5_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$5_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$5_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$5_BulkOrderResult as BulkOrderResult, type index_d$5_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$5_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$5_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$5_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$5_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$5_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$5_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$5_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$5_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$5_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$5_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$5_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$5_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type BuyerInfo$1 as BuyerInfo, type index_d$5_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$5_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type index_d$5_CalculateRefundV1Request as CalculateRefundV1Request, type index_d$5_CalculateRefundV1Response as CalculateRefundV1Response, type index_d$5_CalculateRefundV2Request as CalculateRefundV2Request, type index_d$5_CalculateRefundV2Response as CalculateRefundV2Response, type index_d$5_CalculateRefundV2ResponseStatusOneOf as CalculateRefundV2ResponseStatusOneOf, type index_d$5_CalculatedAdditionalFeeRefund as CalculatedAdditionalFeeRefund, type index_d$5_CalculatedLineItemRefund as CalculatedLineItemRefund, type index_d$5_CalculatedRefundDetails as CalculatedRefundDetails, type index_d$5_CalculatedRefundNotAvailableStatus as CalculatedRefundNotAvailableStatus, type index_d$5_CalculatedRefundSummary as CalculatedRefundSummary, type index_d$5_CalculatedShippingRefund as CalculatedShippingRefund, type index_d$5_CalculatedTax as CalculatedTax, type index_d$5_CalculatedTaxes as CalculatedTaxes, type index_d$5_CalculationError as CalculationError, type index_d$5_CalculationErrorItemOneOf as CalculationErrorItemOneOf, type index_d$5_Cancel as Cancel, type index_d$5_CancelOrderOptions as CancelOrderOptions, type index_d$5_CancelOrderRequest as CancelOrderRequest, type index_d$5_CancelOrderResponse as CancelOrderResponse, type index_d$5_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$5_CaptureAuthorizedPaymentRequest as CaptureAuthorizedPaymentRequest, type index_d$5_CaptureAuthorizedPaymentResponse as CaptureAuthorizedPaymentResponse, type index_d$5_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$5_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$5_CatalogReference as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$5_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$5_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$5_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$5_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$5_ChargedBy as ChargedBy, type index_d$5_Color as Color, type index_d$5_CommitDeltasRequest as CommitDeltasRequest, type index_d$5_CommitDeltasResponse as CommitDeltasResponse, type index_d$5_CommittedDiffs as CommittedDiffs, type index_d$5_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$5_CommonAddress as CommonAddress, type index_d$5_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$5_Company as Company, type index_d$5_Complete as Complete, type index_d$5_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type index_d$5_Coupon as Coupon, type index_d$5_CreateOrderRequest as CreateOrderRequest, type index_d$5_CreateOrderResponse as CreateOrderResponse, type index_d$5_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$5_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$5_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$5_CreatedBy as CreatedBy, type index_d$5_CreatedByStringOneOf as CreatedByStringOneOf, type CreditCardPaymentMethodDetails$1 as CreditCardPaymentMethodDetails, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type index_d$5_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$5_CustomFieldGroup as CustomFieldGroup, type index_d$5_CustomFieldValue as CustomFieldValue, type index_d$5_Customer as Customer, type index_d$5_DecrementData as DecrementData, type index_d$5_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$5_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$5_DeleteActivityRequest as DeleteActivityRequest, type index_d$5_DeleteActivityResponse as DeleteActivityResponse, type index_d$5_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$5_DeleteByIdsOperation as DeleteByIdsOperation, type index_d$5_DeliveryLogistics as DeliveryLogistics, type index_d$5_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$5_DeliveryTimeSlot as DeliveryTimeSlot, index_d$5_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$5_Deposit as Deposit, index_d$5_DepositType as DepositType, type index_d$5_DescriptionLine as DescriptionLine, type index_d$5_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$5_DescriptionLineName as DescriptionLineName, index_d$5_DescriptionLineType as DescriptionLineType, type index_d$5_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$5_Details as Details, type index_d$5_DetailsKindOneOf as DetailsKindOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$5_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$5_DiscountReason as DiscountReason, type index_d$5_DiscountRule as DiscountRule, type index_d$5_DiscountRuleName as DiscountRuleName, index_d$5_DiscountType as DiscountType, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$5_DownloadLinkSent as DownloadLinkSent, type index_d$5_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$5_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$5_DraftOrderDiffs as DraftOrderDiffs, type index_d$5_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$5_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$5_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$5_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$5_Email as Email, type index_d$5_EmailEdited as EmailEdited, type Empty$2 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$4 as EventMetadata, type ExtendedFields$1 as ExtendedFields, type index_d$5_ExternalUriMapping as ExternalUriMapping, type index_d$5_FieldViolation as FieldViolation, type index_d$5_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$5_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$5_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type index_d$5_FullAddressContactDetails as FullAddressContactDetails, type index_d$5_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$5_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$5_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$5_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$5_GetOrderRequest as GetOrderRequest, type index_d$5_GetOrderResponse as GetOrderResponse, type index_d$5_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$5_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$5_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$5_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type index_d$5_GetRefundOptionsRequest as GetRefundOptionsRequest, type index_d$5_GetRefundOptionsResponse as GetRefundOptionsResponse, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$5_GetShipmentsRequest as GetShipmentsRequest, type index_d$5_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$1 as GiftCardPaymentDetails, type index_d$5_HtmlApplication as HtmlApplication, type index_d$5_IdAndVersion as IdAndVersion, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$5_InternalActivity as InternalActivity, type index_d$5_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$5_InternalDocument as InternalDocument, type index_d$5_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$5_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$5_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$5_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$5_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$5_InventoryAction as InventoryAction, type index_d$5_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$5_InvoiceAdded as InvoiceAdded, type index_d$5_InvoiceDates as InvoiceDates, type index_d$5_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$5_InvoiceFields as InvoiceFields, type index_d$5_InvoiceSent as InvoiceSent, type index_d$5_InvoiceSentEvent as InvoiceSentEvent, index_d$5_InvoiceStatus as InvoiceStatus, type index_d$5_InvoicesPayment as InvoicesPayment, type index_d$5_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type index_d$5_ItemTaxFullDetails as ItemTaxFullDetails, type index_d$5_ItemType as ItemType, index_d$5_ItemTypeItemType as ItemTypeItemType, type index_d$5_ItemTypeItemTypeDataOneOf as ItemTypeItemTypeDataOneOf, type index_d$5_ItemizedFee as ItemizedFee, index_d$5_JurisdictionType as JurisdictionType, type LineItem$1 as LineItem, type index_d$5_LineItemAmount as LineItemAmount, type index_d$5_LineItemChanges as LineItemChanges, type index_d$5_LineItemDelta as LineItemDelta, type index_d$5_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type index_d$5_LineItemDiscount as LineItemDiscount, type index_d$5_LineItemExchangeData as LineItemExchangeData, type index_d$5_LineItemMetaData as LineItemMetaData, type index_d$5_LineItemPriceChange as LineItemPriceChange, type index_d$5_LineItemQuantityChange as LineItemQuantityChange, index_d$5_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$1 as LineItemRefund, type index_d$5_LineItemRefundOption as LineItemRefundOption, type index_d$5_LineItemTax as LineItemTax, type index_d$5_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$5_LineItemTaxInfo as LineItemTaxInfo, type index_d$5_LineItemUpdate as LineItemUpdate, type index_d$5_LineItems as LineItems, type index_d$5_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$5_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$5_Locale as Locale, type index_d$5_LocationAndQuantity as LocationAndQuantity, type index_d$5_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$5_ManagedDiscount as ManagedDiscount, type index_d$5_ManagedLineItem as ManagedLineItem, type index_d$5_ManuallyRefundablePaymentStatus as ManuallyRefundablePaymentStatus, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$5_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$5_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$5_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$5_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$5_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$5_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$5_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$5_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$5_MaskedOrder as MaskedOrder, type index_d$5_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$5_MembershipChargeItem as MembershipChargeItem, type MembershipName$1 as MembershipName, type MembershipPaymentDetails$1 as MembershipPaymentDetails, MembershipPaymentStatus$1 as MembershipPaymentStatus, type index_d$5_MembershipPaymentSummary as MembershipPaymentSummary, type index_d$5_MerchantComment as MerchantComment, type index_d$5_MerchantDiscount as MerchantDiscount, type index_d$5_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$4 as MessageEnvelope, type index_d$5_MetaData as MetaData, type index_d$5_MetaSite as MetaSite, type index_d$5_MetaTag as MetaTag, type index_d$5_MonetaryPaymentSummary as MonetaryPaymentSummary, index_d$5_Namespace as Namespace, type index_d$5_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$5_NonRefundablePaymentStatus as NonRefundablePaymentStatus, NonRefundableReason$1 as NonRefundableReason, type index_d$5_NotificationSideEffects as NotificationSideEffects, type Order$1 as Order, index_d$5_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$5_OrderApproved as OrderApproved, type index_d$5_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$5_OrderCanceled as OrderCanceled, type index_d$5_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$5_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$5_OrderChange as OrderChange, type index_d$5_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$5_OrderCreateNotifications as OrderCreateNotifications, type index_d$5_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$5_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$5_OrderCreationSettings as OrderCreationSettings, type index_d$5_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$5_OrderFulfilled as OrderFulfilled, type index_d$5_OrderItemsRestocked as OrderItemsRestocked, type index_d$5_OrderLineItem as OrderLineItem, type index_d$5_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$5_OrderNonNullableFields as OrderNonNullableFields, type index_d$5_OrderNotFulfilled as OrderNotFulfilled, type index_d$5_OrderPaid as OrderPaid, type index_d$5_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$5_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$5_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$5_OrderStatus as OrderStatus, type index_d$5_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$5_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$1 as OrderTransactions, type index_d$5_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$5_OrdersExperiments as OrdersExperiments, type index_d$5_OrdersV1RestockItem as OrdersV1RestockItem, type Payment$1 as Payment, type index_d$5_PaymentCapture as PaymentCapture, index_d$5_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type index_d$5_PaymentInfo as PaymentInfo, type index_d$5_PaymentInfoPaymentMethodDetailsOneOf as PaymentInfoPaymentMethodDetailsOneOf, type index_d$5_PaymentInfoSummaryOneOf as PaymentInfoSummaryOneOf, index_d$5_PaymentOptionType as PaymentOptionType, type PaymentPaymentDetailsOneOf$1 as PaymentPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$5_PaymentRefundOption as PaymentRefundOption, type index_d$5_PaymentRefundOptionStatusOneOf as PaymentRefundOptionStatusOneOf, PaymentStatus$1 as PaymentStatus, type index_d$5_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$5_Payments as Payments, type index_d$5_PaymentsSummary as PaymentsSummary, type index_d$5_Phone as Phone, type index_d$5_PhysicalProperties as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$1 as PickupDetails, index_d$5_PickupMethod as PickupMethod, type index_d$5_PickupReadyEmailSent as PickupReadyEmailSent, index_d$5_Placement as Placement, type index_d$5_PlainTextValue as PlainTextValue, type index_d$5_PlatformPaging as PlatformPaging, type index_d$5_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$5_PlatformQuery as PlatformQuery, type index_d$5_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$5_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$5_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$5_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$5_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$5_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$5_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$5_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$5_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$5_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$5_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$5_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$5_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$5_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$5_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$5_PreviewEmailType as PreviewEmailType, type index_d$5_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$5_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$5_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$5_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$5_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$5_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$1 as Price, type index_d$5_PriceDescription as PriceDescription, type index_d$5_PriceSummary as PriceSummary, type index_d$5_ProductName as ProductName, type index_d$5_PublicActivity as PublicActivity, type index_d$5_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$5_QueryOrderRequest as QueryOrderRequest, type index_d$5_QueryOrderResponse as QueryOrderResponse, type index_d$5_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$5_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$5_QuotesAddress as QuotesAddress, type index_d$5_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$5_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$5_RedirectUrls as RedirectUrls, type Refund$1 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$1 as RefundDetails, type RefundItem$1 as RefundItem, type index_d$5_RefundRequest as RefundRequest, type index_d$5_RefundResponse as RefundResponse, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$1 as RefundStatus, type RefundTransaction$1 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$5_RefundabilityManuallyRefundableReason as RefundabilityManuallyRefundableReason, index_d$5_RefundabilityNonRefundableReason as RefundabilityNonRefundableReason, RefundableStatus$1 as RefundableStatus, type RegularPaymentDetails$1 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$1 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$5_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, type index_d$5_RestockSideEffects as RestockSideEffects, RestockType$1 as RestockType, type RestoreInfo$4 as RestoreInfo, index_d$5_RuleType as RuleType, type index_d$5_SavedPaymentMethod as SavedPaymentMethod, type index_d$5_SearchOrdersOptions as SearchOrdersOptions, type index_d$5_SearchOrdersRequest as SearchOrdersRequest, type index_d$5_SearchOrdersResponse as SearchOrdersResponse, type index_d$5_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$5_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$5_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$5_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$5_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$5_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$5_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$5_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$5_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$5_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$5_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$5_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$5_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$5_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$5_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$5_SeoData as SeoData, type index_d$5_ServiceProperties as ServiceProperties, type index_d$5_ShippingAddressEdited as ShippingAddressEdited, type index_d$5_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type index_d$5_ShippingInformation as ShippingInformation, type index_d$5_ShippingPrice as ShippingPrice, type ShippingRefund$1 as ShippingRefund, type index_d$5_ShippingRefundOption as ShippingRefundOption, type index_d$5_ShippingRegion as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type index_d$5_Source as Source, index_d$5_SourceType as SourceType, type index_d$5_StandardDetails as StandardDetails, index_d$5_State as State, type StreetAddress$2 as StreetAddress, type index_d$5_Subdivision as Subdivision, index_d$5_SubdivisionType as SubdivisionType, SubscriptionFrequency$1 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$5_SystemError as SystemError, type index_d$5_TagList as TagList, type index_d$5_Tags as Tags, type index_d$5_Task as Task, type index_d$5_TaskAction as TaskAction, type index_d$5_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$5_TaskKey as TaskKey, type index_d$5_TaxSummary as TaxSummary, type index_d$5_TestUrlAdditionalBindingsRequest as TestUrlAdditionalBindingsRequest, type index_d$5_TestUrlAdditionalBindingsResponse as TestUrlAdditionalBindingsResponse, type index_d$5_TotalPrice as TotalPrice, type index_d$5_TotalPriceChange as TotalPriceChange, type index_d$5_TrackingLinkAdded as TrackingLinkAdded, type index_d$5_TrackingNumberAdded as TrackingNumberAdded, type index_d$5_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$1 as TransactionStatus, type index_d$5_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$5_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$5_TriggerReindexRequest as TriggerReindexRequest, type index_d$5_TriggerReindexResponse as TriggerReindexResponse, type index_d$5_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$5_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$5_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$5_UpdateActivityRequest as UpdateActivityRequest, type index_d$5_UpdateActivityResponse as UpdateActivityResponse, type index_d$5_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$5_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$5_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$5_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$5_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$5_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$5_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$5_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$5_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$5_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$5_UpdateOrder as UpdateOrder, type index_d$5_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$5_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$5_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$5_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$5_UpdateOrderRequest as UpdateOrderRequest, type index_d$5_UpdateOrderResponse as UpdateOrderResponse, type index_d$5_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$5_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$5_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$5_UserDataResponse as UserDataResponse, type index_d$5_V1AdditionalFeeRefund as V1AdditionalFeeRefund, type index_d$5_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$5_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$5_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$5_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$5_V1LineItemDelta as V1LineItemDelta, type index_d$5_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$5_V1LineItemRefund as V1LineItemRefund, type index_d$5_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$5_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$5_V1PaymentRefund as V1PaymentRefund, type index_d$5_V1RefundDetails as V1RefundDetails, type index_d$5_V1RefundSideEffects as V1RefundSideEffects, type index_d$5_V1RestockItem as V1RestockItem, type index_d$5_V1ShippingRefund as V1ShippingRefund, type index_d$5_ValidationError as ValidationError, type index_d$5_Value as Value, index_d$5_ValueType as ValueType, type VatId$1 as VatId, VatType$1 as VatType, type index_d$5_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$5_VersionedDocumentId as VersionedDocumentId, type index_d$5_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$5_VersioningMode as VersioningMode, type index_d$5_VoidAuthorizedPaymentRequest as VoidAuthorizedPaymentRequest, type index_d$5_VoidAuthorizedPaymentResponse as VoidAuthorizedPaymentResponse, type index_d$5_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$5_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, WebhookIdentityType$4 as WebhookIdentityType, WeightUnit$1 as WeightUnit, index_d$5_cancelOrder as cancelOrder, index_d$5_createOrder as createOrder, index_d$5_getOrder as getOrder, index_d$5_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$5_onOrderApproved as onOrderApproved, index_d$5_onOrderCanceled as onOrderCanceled, index_d$5_onOrderCreated as onOrderCreated, index_d$5_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, index_d$5_onOrderUpdated as onOrderUpdated, index_d$5_searchOrders as searchOrders, index_d$5_updateOrder as updateOrder };
24678
24688
  }
24679
24689
 
24680
24690
  interface OrderTransactions {
@@ -24882,6 +24892,12 @@ interface RefundItem {
24882
24892
  /** Line item quantity refunded. */
24883
24893
  quantity?: number;
24884
24894
  }
24895
+ interface LineItemRefund {
24896
+ }
24897
+ interface AdditionalFeeRefund {
24898
+ }
24899
+ interface ShippingRefund {
24900
+ }
24885
24901
  interface AggregatedRefundSummary {
24886
24902
  }
24887
24903
  interface SnapshotMessage {
@@ -26277,9 +26293,23 @@ interface RefundItemNonNullableFields {
26277
26293
  lineItemId: string;
26278
26294
  quantity: number;
26279
26295
  }
26296
+ interface LineItemRefundNonNullableFields {
26297
+ lineItemId: string;
26298
+ quantity: number;
26299
+ }
26300
+ interface AdditionalFeeRefundNonNullableFields {
26301
+ additionalFeeId: string;
26302
+ amount?: PriceNonNullableFields;
26303
+ }
26304
+ interface ShippingRefundNonNullableFields {
26305
+ amount?: PriceNonNullableFields;
26306
+ }
26280
26307
  interface RefundDetailsNonNullableFields {
26281
26308
  items: RefundItemNonNullableFields[];
26282
26309
  shippingIncluded: boolean;
26310
+ lineItems: LineItemRefundNonNullableFields[];
26311
+ additionalFees: AdditionalFeeRefundNonNullableFields[];
26312
+ shipping?: ShippingRefundNonNullableFields;
26283
26313
  }
26284
26314
  interface AggregatedRefundSummaryNonNullableFields {
26285
26315
  requestedRefund?: PriceNonNullableFields;
@@ -26422,6 +26452,7 @@ type index_d$4_AddPaymentsResponse = AddPaymentsResponse;
26422
26452
  type index_d$4_AddPaymentsResponseNonNullableFields = AddPaymentsResponseNonNullableFields;
26423
26453
  type index_d$4_AddRefundRequest = AddRefundRequest;
26424
26454
  type index_d$4_AddRefundResponse = AddRefundResponse;
26455
+ type index_d$4_AdditionalFeeRefund = AdditionalFeeRefund;
26425
26456
  type index_d$4_AddressAddressLine1OptionsOneOf = AddressAddressLine1OptionsOneOf;
26426
26457
  type index_d$4_AggregatedRefundSummary = AggregatedRefundSummary;
26427
26458
  type index_d$4_AppliedCoupon = AppliedCoupon;
@@ -26485,6 +26516,7 @@ type index_d$4_InvoicesForOrder = InvoicesForOrder;
26485
26516
  type index_d$4_ItemMetadata = ItemMetadata;
26486
26517
  type index_d$4_LineItem = LineItem;
26487
26518
  type index_d$4_LineItemPriceData = LineItemPriceData;
26519
+ type index_d$4_LineItemRefund = LineItemRefund;
26488
26520
  type index_d$4_LineItemType = LineItemType;
26489
26521
  declare const index_d$4_LineItemType: typeof LineItemType;
26490
26522
  type index_d$4_ListInvoicesForMultipleOrdersRequest = ListInvoicesForMultipleOrdersRequest;
@@ -26547,6 +26579,7 @@ type index_d$4_ShipmentDetails = ShipmentDetails;
26547
26579
  type index_d$4_ShippingInfo = ShippingInfo;
26548
26580
  type index_d$4_ShippingInfoDetailsOneOf = ShippingInfoDetailsOneOf;
26549
26581
  type index_d$4_ShippingPriceData = ShippingPriceData;
26582
+ type index_d$4_ShippingRefund = ShippingRefund;
26550
26583
  type index_d$4_SnapshotMessage = SnapshotMessage;
26551
26584
  type index_d$4_Street = Street;
26552
26585
  type index_d$4_SubscriptionFrequency = SubscriptionFrequency;
@@ -26581,7 +26614,7 @@ declare const index_d$4_listTransactionsForSingleOrder: typeof listTransactionsF
26581
26614
  declare const index_d$4_onOrderTransactionsUpdated: typeof onOrderTransactionsUpdated;
26582
26615
  declare const index_d$4_updatePaymentStatus: typeof updatePaymentStatus;
26583
26616
  declare namespace index_d$4 {
26584
- export { type ActionEvent$3 as ActionEvent, type index_d$4_Activity as Activity, index_d$4_ActivityType as ActivityType, type index_d$4_AddInvoiceToOrderRequest as AddInvoiceToOrderRequest, type index_d$4_AddInvoiceToOrderResponse as AddInvoiceToOrderResponse, type index_d$4_AddPaymentsRequest as AddPaymentsRequest, type index_d$4_AddPaymentsResponse as AddPaymentsResponse, type index_d$4_AddPaymentsResponseNonNullableFields as AddPaymentsResponseNonNullableFields, type index_d$4_AddRefundRequest as AddRefundRequest, type index_d$4_AddRefundResponse as AddRefundResponse, type Address$2 as Address, type index_d$4_AddressAddressLine1OptionsOneOf as AddressAddressLine1OptionsOneOf, type index_d$4_AggregatedRefundSummary as AggregatedRefundSummary, type ApplicationError$1 as ApplicationError, type index_d$4_AppliedCoupon as AppliedCoupon, type index_d$4_AuthorizationActionFailureDetails as AuthorizationActionFailureDetails, type index_d$4_AuthorizationCapture as AuthorizationCapture, index_d$4_AuthorizationCaptureStatus as AuthorizationCaptureStatus, type index_d$4_AuthorizationDetails as AuthorizationDetails, type index_d$4_AuthorizationVoid as AuthorizationVoid, index_d$4_AuthorizationVoidStatus as AuthorizationVoidStatus, type BaseEventMetadata$3 as BaseEventMetadata, type index_d$4_BillingInfo as BillingInfo, type index_d$4_BulkActionMetadata as BulkActionMetadata, type index_d$4_BulkGenerateInvoicesRequest as BulkGenerateInvoicesRequest, type index_d$4_BulkGenerateInvoicesResponse as BulkGenerateInvoicesResponse, type index_d$4_BulkInvoiceResult as BulkInvoiceResult, type index_d$4_BulkPaymentResult as BulkPaymentResult, type index_d$4_BulkUpdatePaymentStatusesOptions as BulkUpdatePaymentStatusesOptions, type index_d$4_BulkUpdatePaymentStatusesRequest as BulkUpdatePaymentStatusesRequest, type index_d$4_BulkUpdatePaymentStatusesResponse as BulkUpdatePaymentStatusesResponse, type index_d$4_BulkUpdatePaymentStatusesResponseNonNullableFields as BulkUpdatePaymentStatusesResponseNonNullableFields, type index_d$4_BuyerDetails as BuyerDetails, type index_d$4_BuyerInfo as BuyerInfo, type index_d$4_CalculateRefundItemRequest as CalculateRefundItemRequest, type index_d$4_CalculateRefundItemResponse as CalculateRefundItemResponse, type index_d$4_CalculateRefundRequest as CalculateRefundRequest, type index_d$4_CalculateRefundResponse as CalculateRefundResponse, type index_d$4_ChannelInfo as ChannelInfo, index_d$4_ChannelType as ChannelType, type index_d$4_CreditCardPaymentMethodDetails as CreditCardPaymentMethodDetails, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type index_d$4_CursorSearch as CursorSearch, type index_d$4_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type index_d$4_CustomField as CustomField, type index_d$4_CustomTextFieldSelection as CustomTextFieldSelection, type DiffmatokyPayload$1 as DiffmatokyPayload, type index_d$4_DigitalFile as DigitalFile, type index_d$4_Discount as Discount, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type index_d$4_EnteredBy as EnteredBy, index_d$4_EnteredByIdentityType as EnteredByIdentityType, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type ErrorInformation$1 as ErrorInformation, type EventMetadata$3 as EventMetadata, type index_d$4_Fulfillment as Fulfillment, type index_d$4_FulfillmentLineItem as FulfillmentLineItem, index_d$4_FulfillmentStatus as FulfillmentStatus, type index_d$4_FulfillmentTrackingInfo as FulfillmentTrackingInfo, type index_d$4_FullName as FullName, type index_d$4_GenerateInvoiceRequest as GenerateInvoiceRequest, type index_d$4_GenerateInvoiceResponse as GenerateInvoiceResponse, type index_d$4_GetRefundabilityStatusRequest as GetRefundabilityStatusRequest, type index_d$4_GetRefundabilityStatusResponse as GetRefundabilityStatusResponse, type index_d$4_GiftCard as GiftCard, type index_d$4_GiftCardPaymentDetails as GiftCardPaymentDetails, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, index_d$4_IdentityType as IdentityType, type index_d$4_IndexingMessage as IndexingMessage, type index_d$4_InvoiceForOrder as InvoiceForOrder, type index_d$4_InvoiceInfo as InvoiceInfo, index_d$4_InvoiceSource as InvoiceSource, type index_d$4_InvoicesForOrder as InvoicesForOrder, type index_d$4_ItemMetadata as ItemMetadata, type index_d$4_LineItem as LineItem, type index_d$4_LineItemPriceData as LineItemPriceData, index_d$4_LineItemType as LineItemType, type index_d$4_ListInvoicesForMultipleOrdersRequest as ListInvoicesForMultipleOrdersRequest, type index_d$4_ListInvoicesForMultipleOrdersResponse as ListInvoicesForMultipleOrdersResponse, type index_d$4_ListInvoicesForSingleOrderRequest as ListInvoicesForSingleOrderRequest, type index_d$4_ListInvoicesForSingleOrderResponse as ListInvoicesForSingleOrderResponse, type index_d$4_ListTransactionsForMultipleOrdersRequest as ListTransactionsForMultipleOrdersRequest, type index_d$4_ListTransactionsForMultipleOrdersResponse as ListTransactionsForMultipleOrdersResponse, type index_d$4_ListTransactionsForMultipleOrdersResponseNonNullableFields as ListTransactionsForMultipleOrdersResponseNonNullableFields, type index_d$4_ListTransactionsForSingleOrderRequest as ListTransactionsForSingleOrderRequest, type index_d$4_ListTransactionsForSingleOrderResponse as ListTransactionsForSingleOrderResponse, type index_d$4_ListTransactionsForSingleOrderResponseNonNullableFields as ListTransactionsForSingleOrderResponseNonNullableFields, index_d$4_ManuallyRefundableReason as ManuallyRefundableReason, type index_d$4_MediaItem as MediaItem, index_d$4_MediaItemType as MediaItemType, type index_d$4_MembershipName as MembershipName, type index_d$4_MembershipPaymentDetails as MembershipPaymentDetails, index_d$4_MembershipPaymentStatus as MembershipPaymentStatus, type MessageEnvelope$3 as MessageEnvelope, index_d$4_NonRefundableReason as NonRefundableReason, type index_d$4_OptionSelection as OptionSelection, type index_d$4_Order as Order, type index_d$4_OrderRefunded as OrderRefunded, type index_d$4_OrderTransactions as OrderTransactions, type index_d$4_OrderTransactionsUpdatedEnvelope as OrderTransactionsUpdatedEnvelope, type index_d$4_Payment as Payment, type index_d$4_PaymentAndOrderId as PaymentAndOrderId, type index_d$4_PaymentPaymentDetailsOneOf as PaymentPaymentDetailsOneOf, type index_d$4_PaymentRefund as PaymentRefund, index_d$4_PaymentStatus as PaymentStatus, type index_d$4_PaymentsUpdated as PaymentsUpdated, type index_d$4_PickupAddress as PickupAddress, type index_d$4_PickupDetails as PickupDetails, type index_d$4_Price as Price, type index_d$4_Refund as Refund, type index_d$4_RefundCreated as RefundCreated, type index_d$4_RefundDetails as RefundDetails, type index_d$4_RefundItem as RefundItem, type index_d$4_RefundSideEffects as RefundSideEffects, index_d$4_RefundStatus as RefundStatus, type index_d$4_RefundTransaction as RefundTransaction, type index_d$4_Refundability as Refundability, type index_d$4_RefundabilityAdditionalRefundabilityInfoOneOf as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$4_RefundableStatus as RefundableStatus, type index_d$4_RegularPaymentDetails as RegularPaymentDetails, type index_d$4_RegularPaymentDetailsPaymentMethodDetailsOneOf as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$4_RestockInfo as RestockInfo, type index_d$4_RestockItem as RestockItem, index_d$4_RestockType as RestockType, type RestoreInfo$3 as RestoreInfo, type index_d$4_SearchOrderTransactionsRequest as SearchOrderTransactionsRequest, type index_d$4_SearchOrderTransactionsResponse as SearchOrderTransactionsResponse, type index_d$4_ShipmentDetails as ShipmentDetails, type index_d$4_ShippingInfo as ShippingInfo, type index_d$4_ShippingInfoDetailsOneOf as ShippingInfoDetailsOneOf, type index_d$4_ShippingPriceData as ShippingPriceData, type index_d$4_SnapshotMessage as SnapshotMessage, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, type index_d$4_Street as Street, index_d$4_SubscriptionFrequency as SubscriptionFrequency, type index_d$4_SubscriptionInfo as SubscriptionInfo, type index_d$4_SubscriptionOptionInfo as SubscriptionOptionInfo, type index_d$4_SubscriptionSettings as SubscriptionSettings, type index_d$4_Totals as Totals, type index_d$4_TrackingInfo as TrackingInfo, index_d$4_TransactionStatus as TransactionStatus, type index_d$4_TriggerRefundRequest as TriggerRefundRequest, type index_d$4_TriggerRefundResponse as TriggerRefundResponse, type index_d$4_UpdatePaymentStatusIdentifiers as UpdatePaymentStatusIdentifiers, type index_d$4_UpdatePaymentStatusOptions as UpdatePaymentStatusOptions, type index_d$4_UpdatePaymentStatusRequest as UpdatePaymentStatusRequest, type index_d$4_UpdatePaymentStatusResponse as UpdatePaymentStatusResponse, type index_d$4_UpdatePaymentStatusResponseNonNullableFields as UpdatePaymentStatusResponseNonNullableFields, type index_d$4_UpdateRefundTransactionRequest as UpdateRefundTransactionRequest, type index_d$4_UpdateRefundTransactionResponse as UpdateRefundTransactionResponse, type index_d$4_V2InvoiceInfo as V2InvoiceInfo, type index_d$4_V2Refund as V2Refund, type index_d$4_VatId as VatId, index_d$4_VatType as VatType, WebhookIdentityType$3 as WebhookIdentityType, index_d$4_WeightUnit as WeightUnit, index_d$4_addPayments as addPayments, index_d$4_bulkUpdatePaymentStatuses as bulkUpdatePaymentStatuses, index_d$4_listTransactionsForMultipleOrders as listTransactionsForMultipleOrders, index_d$4_listTransactionsForSingleOrder as listTransactionsForSingleOrder, index_d$4_onOrderTransactionsUpdated as onOrderTransactionsUpdated, index_d$4_updatePaymentStatus as updatePaymentStatus };
26617
+ export { type ActionEvent$3 as ActionEvent, type index_d$4_Activity as Activity, index_d$4_ActivityType as ActivityType, type index_d$4_AddInvoiceToOrderRequest as AddInvoiceToOrderRequest, type index_d$4_AddInvoiceToOrderResponse as AddInvoiceToOrderResponse, type index_d$4_AddPaymentsRequest as AddPaymentsRequest, type index_d$4_AddPaymentsResponse as AddPaymentsResponse, type index_d$4_AddPaymentsResponseNonNullableFields as AddPaymentsResponseNonNullableFields, type index_d$4_AddRefundRequest as AddRefundRequest, type index_d$4_AddRefundResponse as AddRefundResponse, type index_d$4_AdditionalFeeRefund as AdditionalFeeRefund, type Address$2 as Address, type index_d$4_AddressAddressLine1OptionsOneOf as AddressAddressLine1OptionsOneOf, type index_d$4_AggregatedRefundSummary as AggregatedRefundSummary, type ApplicationError$1 as ApplicationError, type index_d$4_AppliedCoupon as AppliedCoupon, type index_d$4_AuthorizationActionFailureDetails as AuthorizationActionFailureDetails, type index_d$4_AuthorizationCapture as AuthorizationCapture, index_d$4_AuthorizationCaptureStatus as AuthorizationCaptureStatus, type index_d$4_AuthorizationDetails as AuthorizationDetails, type index_d$4_AuthorizationVoid as AuthorizationVoid, index_d$4_AuthorizationVoidStatus as AuthorizationVoidStatus, type BaseEventMetadata$3 as BaseEventMetadata, type index_d$4_BillingInfo as BillingInfo, type index_d$4_BulkActionMetadata as BulkActionMetadata, type index_d$4_BulkGenerateInvoicesRequest as BulkGenerateInvoicesRequest, type index_d$4_BulkGenerateInvoicesResponse as BulkGenerateInvoicesResponse, type index_d$4_BulkInvoiceResult as BulkInvoiceResult, type index_d$4_BulkPaymentResult as BulkPaymentResult, type index_d$4_BulkUpdatePaymentStatusesOptions as BulkUpdatePaymentStatusesOptions, type index_d$4_BulkUpdatePaymentStatusesRequest as BulkUpdatePaymentStatusesRequest, type index_d$4_BulkUpdatePaymentStatusesResponse as BulkUpdatePaymentStatusesResponse, type index_d$4_BulkUpdatePaymentStatusesResponseNonNullableFields as BulkUpdatePaymentStatusesResponseNonNullableFields, type index_d$4_BuyerDetails as BuyerDetails, type index_d$4_BuyerInfo as BuyerInfo, type index_d$4_CalculateRefundItemRequest as CalculateRefundItemRequest, type index_d$4_CalculateRefundItemResponse as CalculateRefundItemResponse, type index_d$4_CalculateRefundRequest as CalculateRefundRequest, type index_d$4_CalculateRefundResponse as CalculateRefundResponse, type index_d$4_ChannelInfo as ChannelInfo, index_d$4_ChannelType as ChannelType, type index_d$4_CreditCardPaymentMethodDetails as CreditCardPaymentMethodDetails, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type index_d$4_CursorSearch as CursorSearch, type index_d$4_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type index_d$4_CustomField as CustomField, type index_d$4_CustomTextFieldSelection as CustomTextFieldSelection, type DiffmatokyPayload$1 as DiffmatokyPayload, type index_d$4_DigitalFile as DigitalFile, type index_d$4_Discount as Discount, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type index_d$4_EnteredBy as EnteredBy, index_d$4_EnteredByIdentityType as EnteredByIdentityType, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type ErrorInformation$1 as ErrorInformation, type EventMetadata$3 as EventMetadata, type index_d$4_Fulfillment as Fulfillment, type index_d$4_FulfillmentLineItem as FulfillmentLineItem, index_d$4_FulfillmentStatus as FulfillmentStatus, type index_d$4_FulfillmentTrackingInfo as FulfillmentTrackingInfo, type index_d$4_FullName as FullName, type index_d$4_GenerateInvoiceRequest as GenerateInvoiceRequest, type index_d$4_GenerateInvoiceResponse as GenerateInvoiceResponse, type index_d$4_GetRefundabilityStatusRequest as GetRefundabilityStatusRequest, type index_d$4_GetRefundabilityStatusResponse as GetRefundabilityStatusResponse, type index_d$4_GiftCard as GiftCard, type index_d$4_GiftCardPaymentDetails as GiftCardPaymentDetails, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, index_d$4_IdentityType as IdentityType, type index_d$4_IndexingMessage as IndexingMessage, type index_d$4_InvoiceForOrder as InvoiceForOrder, type index_d$4_InvoiceInfo as InvoiceInfo, index_d$4_InvoiceSource as InvoiceSource, type index_d$4_InvoicesForOrder as InvoicesForOrder, type index_d$4_ItemMetadata as ItemMetadata, type index_d$4_LineItem as LineItem, type index_d$4_LineItemPriceData as LineItemPriceData, type index_d$4_LineItemRefund as LineItemRefund, index_d$4_LineItemType as LineItemType, type index_d$4_ListInvoicesForMultipleOrdersRequest as ListInvoicesForMultipleOrdersRequest, type index_d$4_ListInvoicesForMultipleOrdersResponse as ListInvoicesForMultipleOrdersResponse, type index_d$4_ListInvoicesForSingleOrderRequest as ListInvoicesForSingleOrderRequest, type index_d$4_ListInvoicesForSingleOrderResponse as ListInvoicesForSingleOrderResponse, type index_d$4_ListTransactionsForMultipleOrdersRequest as ListTransactionsForMultipleOrdersRequest, type index_d$4_ListTransactionsForMultipleOrdersResponse as ListTransactionsForMultipleOrdersResponse, type index_d$4_ListTransactionsForMultipleOrdersResponseNonNullableFields as ListTransactionsForMultipleOrdersResponseNonNullableFields, type index_d$4_ListTransactionsForSingleOrderRequest as ListTransactionsForSingleOrderRequest, type index_d$4_ListTransactionsForSingleOrderResponse as ListTransactionsForSingleOrderResponse, type index_d$4_ListTransactionsForSingleOrderResponseNonNullableFields as ListTransactionsForSingleOrderResponseNonNullableFields, index_d$4_ManuallyRefundableReason as ManuallyRefundableReason, type index_d$4_MediaItem as MediaItem, index_d$4_MediaItemType as MediaItemType, type index_d$4_MembershipName as MembershipName, type index_d$4_MembershipPaymentDetails as MembershipPaymentDetails, index_d$4_MembershipPaymentStatus as MembershipPaymentStatus, type MessageEnvelope$3 as MessageEnvelope, index_d$4_NonRefundableReason as NonRefundableReason, type index_d$4_OptionSelection as OptionSelection, type index_d$4_Order as Order, type index_d$4_OrderRefunded as OrderRefunded, type index_d$4_OrderTransactions as OrderTransactions, type index_d$4_OrderTransactionsUpdatedEnvelope as OrderTransactionsUpdatedEnvelope, type index_d$4_Payment as Payment, type index_d$4_PaymentAndOrderId as PaymentAndOrderId, type index_d$4_PaymentPaymentDetailsOneOf as PaymentPaymentDetailsOneOf, type index_d$4_PaymentRefund as PaymentRefund, index_d$4_PaymentStatus as PaymentStatus, type index_d$4_PaymentsUpdated as PaymentsUpdated, type index_d$4_PickupAddress as PickupAddress, type index_d$4_PickupDetails as PickupDetails, type index_d$4_Price as Price, type index_d$4_Refund as Refund, type index_d$4_RefundCreated as RefundCreated, type index_d$4_RefundDetails as RefundDetails, type index_d$4_RefundItem as RefundItem, type index_d$4_RefundSideEffects as RefundSideEffects, index_d$4_RefundStatus as RefundStatus, type index_d$4_RefundTransaction as RefundTransaction, type index_d$4_Refundability as Refundability, type index_d$4_RefundabilityAdditionalRefundabilityInfoOneOf as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$4_RefundableStatus as RefundableStatus, type index_d$4_RegularPaymentDetails as RegularPaymentDetails, type index_d$4_RegularPaymentDetailsPaymentMethodDetailsOneOf as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$4_RestockInfo as RestockInfo, type index_d$4_RestockItem as RestockItem, index_d$4_RestockType as RestockType, type RestoreInfo$3 as RestoreInfo, type index_d$4_SearchOrderTransactionsRequest as SearchOrderTransactionsRequest, type index_d$4_SearchOrderTransactionsResponse as SearchOrderTransactionsResponse, type index_d$4_ShipmentDetails as ShipmentDetails, type index_d$4_ShippingInfo as ShippingInfo, type index_d$4_ShippingInfoDetailsOneOf as ShippingInfoDetailsOneOf, type index_d$4_ShippingPriceData as ShippingPriceData, type index_d$4_ShippingRefund as ShippingRefund, type index_d$4_SnapshotMessage as SnapshotMessage, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, type index_d$4_Street as Street, index_d$4_SubscriptionFrequency as SubscriptionFrequency, type index_d$4_SubscriptionInfo as SubscriptionInfo, type index_d$4_SubscriptionOptionInfo as SubscriptionOptionInfo, type index_d$4_SubscriptionSettings as SubscriptionSettings, type index_d$4_Totals as Totals, type index_d$4_TrackingInfo as TrackingInfo, index_d$4_TransactionStatus as TransactionStatus, type index_d$4_TriggerRefundRequest as TriggerRefundRequest, type index_d$4_TriggerRefundResponse as TriggerRefundResponse, type index_d$4_UpdatePaymentStatusIdentifiers as UpdatePaymentStatusIdentifiers, type index_d$4_UpdatePaymentStatusOptions as UpdatePaymentStatusOptions, type index_d$4_UpdatePaymentStatusRequest as UpdatePaymentStatusRequest, type index_d$4_UpdatePaymentStatusResponse as UpdatePaymentStatusResponse, type index_d$4_UpdatePaymentStatusResponseNonNullableFields as UpdatePaymentStatusResponseNonNullableFields, type index_d$4_UpdateRefundTransactionRequest as UpdateRefundTransactionRequest, type index_d$4_UpdateRefundTransactionResponse as UpdateRefundTransactionResponse, type index_d$4_V2InvoiceInfo as V2InvoiceInfo, type index_d$4_V2Refund as V2Refund, type index_d$4_VatId as VatId, index_d$4_VatType as VatType, WebhookIdentityType$3 as WebhookIdentityType, index_d$4_WeightUnit as WeightUnit, index_d$4_addPayments as addPayments, index_d$4_bulkUpdatePaymentStatuses as bulkUpdatePaymentStatuses, index_d$4_listTransactionsForMultipleOrders as listTransactionsForMultipleOrders, index_d$4_listTransactionsForSingleOrder as listTransactionsForSingleOrder, index_d$4_onOrderTransactionsUpdated as onOrderTransactionsUpdated, index_d$4_updatePaymentStatus as updatePaymentStatus };
26585
26618
  }
26586
26619
 
26587
26620
  interface OrdersSettings {
@@ -25808,9 +25808,23 @@ interface RefundItemNonNullableFields$1 {
25808
25808
  lineItemId: string;
25809
25809
  quantity: number;
25810
25810
  }
25811
+ interface LineItemRefundNonNullableFields$1 {
25812
+ lineItemId: string;
25813
+ quantity: number;
25814
+ }
25815
+ interface AdditionalFeeRefundNonNullableFields$1 {
25816
+ additionalFeeId: string;
25817
+ amount?: PriceNonNullableFields$1;
25818
+ }
25819
+ interface ShippingRefundNonNullableFields$1 {
25820
+ amount?: PriceNonNullableFields$1;
25821
+ }
25811
25822
  interface RefundDetailsNonNullableFields$1 {
25812
25823
  items: RefundItemNonNullableFields$1[];
25813
25824
  shippingIncluded: boolean;
25825
+ lineItems: LineItemRefundNonNullableFields$1[];
25826
+ additionalFees: AdditionalFeeRefundNonNullableFields$1[];
25827
+ shipping?: ShippingRefundNonNullableFields$1;
25814
25828
  }
25815
25829
  interface AggregatedRefundSummaryNonNullableFields$1 {
25816
25830
  requestedRefund?: PriceNonNullableFields$1;
@@ -26192,9 +26206,23 @@ interface RefundItemNonNullableFields {
26192
26206
  lineItemId: string;
26193
26207
  quantity: number;
26194
26208
  }
26209
+ interface LineItemRefundNonNullableFields {
26210
+ lineItemId: string;
26211
+ quantity: number;
26212
+ }
26213
+ interface AdditionalFeeRefundNonNullableFields {
26214
+ additionalFeeId: string;
26215
+ amount?: PriceNonNullableFields;
26216
+ }
26217
+ interface ShippingRefundNonNullableFields {
26218
+ amount?: PriceNonNullableFields;
26219
+ }
26195
26220
  interface RefundDetailsNonNullableFields {
26196
26221
  items: RefundItemNonNullableFields[];
26197
26222
  shippingIncluded: boolean;
26223
+ lineItems: LineItemRefundNonNullableFields[];
26224
+ additionalFees: AdditionalFeeRefundNonNullableFields[];
26225
+ shipping?: ShippingRefundNonNullableFields;
26198
26226
  }
26199
26227
  interface AggregatedRefundSummaryNonNullableFields {
26200
26228
  requestedRefund?: PriceNonNullableFields;