@wix/ecom 1.0.793 → 1.0.795

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.793",
3
+ "version": "1.0.795",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -32,11 +32,11 @@
32
32
  "@wix/ecom_current-cart": "1.0.85",
33
33
  "@wix/ecom_custom-triggers": "1.0.26",
34
34
  "@wix/ecom_delivery-profile": "1.0.23",
35
- "@wix/ecom_delivery-solutions": "1.0.2",
35
+ "@wix/ecom_delivery-solutions": "1.0.3",
36
36
  "@wix/ecom_discount-rules": "1.0.56",
37
37
  "@wix/ecom_discounts": "1.0.8",
38
38
  "@wix/ecom_discounts-custom-trigger": "1.0.11",
39
- "@wix/ecom_draft-orders": "1.0.30",
39
+ "@wix/ecom_draft-orders": "1.0.31",
40
40
  "@wix/ecom_gift-vouchers": "1.0.7",
41
41
  "@wix/ecom_gift-vouchers-provider": "1.0.7",
42
42
  "@wix/ecom_local-delivery-options": "1.0.12",
@@ -45,9 +45,9 @@
45
45
  "@wix/ecom_order-invoices": "1.0.43",
46
46
  "@wix/ecom_order-payment-requests": "1.0.14",
47
47
  "@wix/ecom_order-transactions": "1.0.71",
48
- "@wix/ecom_orders": "1.0.132",
48
+ "@wix/ecom_orders": "1.0.133",
49
49
  "@wix/ecom_orders-settings": "1.0.49",
50
- "@wix/ecom_payment-settings": "1.0.54",
50
+ "@wix/ecom_payment-settings": "1.0.55",
51
51
  "@wix/ecom_pickup-locations": "1.0.13",
52
52
  "@wix/ecom_recommendations": "1.0.46",
53
53
  "@wix/ecom_recommendations-provider": "1.0.4",
@@ -81,5 +81,5 @@
81
81
  "fqdn": ""
82
82
  }
83
83
  },
84
- "falconPackageHash": "c1883fb36982ddfb9d74ef87209219e0021ede76e65a07aa2d307f3e"
84
+ "falconPackageHash": "fb2981d63787f69c5a89f2db508b2196943fef0ed91a2118a4098540"
85
85
  }
@@ -20622,6 +20622,10 @@ interface RefundInitiated$1 {
20622
20622
  interface RefundedPayment$1 extends RefundedPaymentKindOneOf$1 {
20623
20623
  /** Regular payment refund. */
20624
20624
  regular?: RegularPaymentRefund$1;
20625
+ /** Gift card payment refund. */
20626
+ giftCard?: GiftCardPaymentRefund$1;
20627
+ /** Membership payment refund. */
20628
+ membership?: MembershipPaymentRefund$1;
20625
20629
  /** Payment ID. */
20626
20630
  paymentId?: string;
20627
20631
  /** Whether refund was made externally and manually on the payment provider's side. */
@@ -20631,6 +20635,10 @@ interface RefundedPayment$1 extends RefundedPaymentKindOneOf$1 {
20631
20635
  interface RefundedPaymentKindOneOf$1 {
20632
20636
  /** Regular payment refund. */
20633
20637
  regular?: RegularPaymentRefund$1;
20638
+ /** Gift card payment refund. */
20639
+ giftCard?: GiftCardPaymentRefund$1;
20640
+ /** Membership payment refund. */
20641
+ membership?: MembershipPaymentRefund$1;
20634
20642
  }
20635
20643
  interface RegularPaymentRefund$1 {
20636
20644
  /** Refund amount */
@@ -20640,6 +20648,16 @@ interface RegularPaymentRefund$1 {
20640
20648
  /** Card issuer's brand. */
20641
20649
  brand?: string | null;
20642
20650
  }
20651
+ interface GiftCardPaymentRefund$1 {
20652
+ /** Gift card payment ID */
20653
+ giftCardPaymentId?: string | null;
20654
+ /** Refund amount */
20655
+ amount?: Price$3;
20656
+ }
20657
+ interface MembershipPaymentRefund$1 {
20658
+ /** Membership ID */
20659
+ membershipId?: string | null;
20660
+ }
20643
20661
  interface PaymentRefunded$1 {
20644
20662
  /** Refund ID. */
20645
20663
  refundId?: string;
@@ -21602,8 +21620,12 @@ interface AuthorizedPaymentVoidedNonNullableFields$1 {
21602
21620
  interface RegularPaymentRefundNonNullableFields$1 {
21603
21621
  amount?: PriceNonNullableFields$3;
21604
21622
  }
21623
+ interface GiftCardPaymentRefundNonNullableFields$1 {
21624
+ amount?: PriceNonNullableFields$3;
21625
+ }
21605
21626
  interface RefundedPaymentNonNullableFields$1 {
21606
21627
  regular?: RegularPaymentRefundNonNullableFields$1;
21628
+ giftCard?: GiftCardPaymentRefundNonNullableFields$1;
21607
21629
  paymentId: string;
21608
21630
  externalRefund: boolean;
21609
21631
  }
@@ -21676,6 +21698,7 @@ interface V1BalanceSummaryNonNullableFields {
21676
21698
  refunded?: PriceNonNullableFields$3;
21677
21699
  authorized?: PriceNonNullableFields$3;
21678
21700
  pendingRefund?: PriceNonNullableFields$3;
21701
+ pending?: PriceNonNullableFields$3;
21679
21702
  }
21680
21703
  interface TagListNonNullableFields$1 {
21681
21704
  tagIds: string[];
@@ -22164,7 +22187,7 @@ declare const context$d_setRecipientInfo: typeof setRecipientInfo;
22164
22187
  declare const context$d_setShippingInfo: typeof setShippingInfo;
22165
22188
  declare const context$d_updateLineItems: typeof updateLineItems;
22166
22189
  declare namespace context$d {
22167
- export { type ActionEvent$a as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type context$d_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type context$d_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type context$d_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type context$d_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type context$d_AdditionalFeeDetails as AdditionalFeeDetails, type context$d_AdditionalFeeOption as AdditionalFeeOption, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$6 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, context$d_AppliedDiscountDiscountType as AppliedDiscountDiscountType, AttributionSource$1 as AttributionSource, type AuthorizedPaymentCaptured$1 as AuthorizedPaymentCaptured, type AuthorizedPaymentCreated$1 as AuthorizedPaymentCreated, type AuthorizedPaymentVoided$1 as AuthorizedPaymentVoided, type Balance$1 as Balance, type BalanceSummary$1 as BalanceSummary, type context$d_BillingChangedDetails as BillingChangedDetails, type context$d_BillingDetails as BillingDetails, type context$d_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type context$d_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type context$d_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type context$d_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$3 as CatalogReference, type context$d_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type context$d_CommitDraftOrderOptions as CommitDraftOrderOptions, type context$d_CommitDraftOrderRequest as CommitDraftOrderRequest, type context$d_CommitDraftOrderResponse as CommitDraftOrderResponse, type context$d_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type context$d_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type context$d_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type context$d_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type context$d_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type context$d_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type context$d_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type context$d_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type context$d_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type context$d_CreateDraftOrderRequest as CreateDraftOrderRequest, type context$d_CreateDraftOrderResponse as CreateDraftOrderResponse, type context$d_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type context$d_CreateEmptyDraftOrderRequest as CreateEmptyDraftOrderRequest, type context$d_CreateEmptyDraftOrderResponse as CreateEmptyDraftOrderResponse, type context$d_CreateEmptyDraftOrderResponseNonNullableFields as CreateEmptyDraftOrderResponseNonNullableFields, type context$d_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type context$d_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type context$d_CreateOrderFromDraftResponseNonNullableFields as CreateOrderFromDraftResponseNonNullableFields, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CreditCardDetails$1 as CreditCardDetails, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type context$d_CustomLineItem as CustomLineItem, type context$d_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type context$d_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type context$d_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type context$d_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type context$d_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type context$d_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type context$d_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type context$d_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type context$d_DiscountDetails as DiscountDetails, type context$d_DiscountOption as DiscountOption, type context$d_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type context$d_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type context$d_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type context$d_DraftOrdersQueryResult as DraftOrdersQueryResult, context$d_EditingStatus as EditingStatus, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$2 as FieldViolation, context$d_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$2 as FullAddressContactDetails, type context$d_GetDraftEditabilityStatusRequest as GetDraftEditabilityStatusRequest, type context$d_GetDraftEditabilityStatusResponse as GetDraftEditabilityStatusResponse, type context$d_GetDraftOrderRequest as GetDraftOrderRequest, type context$d_GetDraftOrderResponse as GetDraftOrderResponse, type context$d_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type context$d_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type context$d_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type context$d_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type context$d_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$d_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type context$d_ItemDetails as ItemDetails, type context$d_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type context$d_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$2 as LineItemDiscount, type LineItemExchangeData$1 as LineItemExchangeData, type LineItemPriceChange$1 as LineItemPriceChange, type LineItemQuantityChange$1 as LineItemQuantityChange, LineItemQuantityChangeType$1 as LineItemQuantityChangeType, type LineItemTaxBreakdown$1 as LineItemTaxBreakdown, type LineItemTaxInfo$1 as LineItemTaxInfo, type LocationAndQuantity$1 as LocationAndQuantity, type ManagedAdditionalFee$1 as ManagedAdditionalFee, type ManagedDiscount$1 as ManagedDiscount, type ManagedLineItem$1 as ManagedLineItem, type MerchantComment$1 as MerchantComment, type MerchantDiscount$2 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$9 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, context$d_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type context$d_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, type PaymentCanceled$1 as PaymentCanceled, type PaymentCanceledPaymentDetailsOneOf$1 as PaymentCanceledPaymentDetailsOneOf, type PaymentDeclined$1 as PaymentDeclined, type PaymentDeclinedPaymentDetailsOneOf$1 as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$2 as PaymentOptionType, type PaymentPending$1 as PaymentPending, type PaymentPendingPaymentDetailsOneOf$1 as PaymentPendingPaymentDetailsOneOf, type PaymentRefundFailed$1 as PaymentRefundFailed, type PaymentRefunded$1 as PaymentRefunded, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$3 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$4 as PickupDetails, context$d_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$3 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$3 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$1 as ProductName, type context$d_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type context$d_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type context$d_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type context$d_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type context$d_RecipientInfoDetails as RecipientInfoDetails, type context$d_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RefundInitiated$1 as RefundInitiated, type RefundedAsStoreCredit$1 as RefundedAsStoreCredit, type RefundedPayment$1 as RefundedPayment, type RefundedPaymentKindOneOf$1 as RefundedPaymentKindOneOf, type RegularPayment$1 as RegularPayment, type RegularPaymentPaymentMethodDetailsOneOf$1 as RegularPaymentPaymentMethodDetailsOneOf, type RegularPaymentRefund$1 as RegularPaymentRefund, type RestoreInfo$a as RestoreInfo, RuleType$2 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type context$d_SecuredMedia as SecuredMedia, type context$d_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type context$d_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type context$d_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type context$d_SetBillingInfoRequest as SetBillingInfoRequest, type context$d_SetBillingInfoResponse as SetBillingInfoResponse, type context$d_SetBillingInfoResponseNonNullableFields as SetBillingInfoResponseNonNullableFields, type context$d_SetBuyerInfoRequest as SetBuyerInfoRequest, type context$d_SetBuyerInfoResponse as SetBuyerInfoResponse, type context$d_SetBuyerInfoResponseNonNullableFields as SetBuyerInfoResponseNonNullableFields, type context$d_SetDiscountsRequest as SetDiscountsRequest, type context$d_SetDiscountsResponse as SetDiscountsResponse, type context$d_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type context$d_SetRecipientInfoRequest as SetRecipientInfoRequest, type context$d_SetRecipientInfoResponse as SetRecipientInfoResponse, type context$d_SetRecipientInfoResponseNonNullableFields as SetRecipientInfoResponseNonNullableFields, type context$d_SetShippingInfoRequest as SetShippingInfoRequest, type context$d_SetShippingInfoResponse as SetShippingInfoResponse, type context$d_SetShippingInfoResponseNonNullableFields as SetShippingInfoResponseNonNullableFields, type context$d_SetTaxExemptionRequest as SetTaxExemptionRequest, type context$d_SetTaxExemptionResponse as SetTaxExemptionResponse, type context$d_ShippingChangedDetails as ShippingChangedDetails, type context$d_ShippingDetails as ShippingDetails, type context$d_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$2 as ShippingInformation, type ShippingInformationChange$1 as ShippingInformationChange, type ShippingOption$2 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, SourceType$1 as SourceType, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$2 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TaxableAddress$2 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$2 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$2 as TaxableAddressType, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type context$d_UpdateLineItemsOptions as UpdateLineItemsOptions, type context$d_UpdateLineItemsRequest as UpdateLineItemsRequest, type context$d_UpdateLineItemsResponse as UpdateLineItemsResponse, type context$d_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type context$d_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type context$d_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type context$d_V1BalanceSummary as V1BalanceSummary, type context$d_V1CreatedBy as V1CreatedBy, type context$d_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$d_V1DeliveryLogistics as V1DeliveryLogistics, type context$d_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type context$d_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$d_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type context$d_V1ShippingPrice as V1ShippingPrice, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$4 as WeightUnit, context$d_addLineItemsToDraftOrder as addLineItemsToDraftOrder, context$d_commitDraftOrder as commitDraftOrder, context$d_createCustomAdditionalFees as createCustomAdditionalFees, context$d_createCustomDiscounts as createCustomDiscounts, context$d_createDraftOrder as createDraftOrder, context$d_createEmptyDraftOrder as createEmptyDraftOrder, context$d_createOrderFromDraft as createOrderFromDraft, context$d_deleteCustomAdditionalFees as deleteCustomAdditionalFees, context$d_deleteCustomDiscounts as deleteCustomDiscounts, context$d_deleteDraftOrder as deleteDraftOrder, context$d_getDraftOrder as getDraftOrder, context$d_getOrderDraftabilityStatus as getOrderDraftabilityStatus, context$d_queryDraftOrders as queryDraftOrders, context$d_setAdditionalFees as setAdditionalFees, context$d_setBillingInfo as setBillingInfo, context$d_setBuyerInfo as setBuyerInfo, context$d_setDiscounts as setDiscounts, context$d_setRecipientInfo as setRecipientInfo, context$d_setShippingInfo as setShippingInfo, context$d_updateLineItems as updateLineItems };
22190
+ export { type ActionEvent$a as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type context$d_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type context$d_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type context$d_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type context$d_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type context$d_AdditionalFeeDetails as AdditionalFeeDetails, type context$d_AdditionalFeeOption as AdditionalFeeOption, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$6 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, context$d_AppliedDiscountDiscountType as AppliedDiscountDiscountType, AttributionSource$1 as AttributionSource, type AuthorizedPaymentCaptured$1 as AuthorizedPaymentCaptured, type AuthorizedPaymentCreated$1 as AuthorizedPaymentCreated, type AuthorizedPaymentVoided$1 as AuthorizedPaymentVoided, type Balance$1 as Balance, type BalanceSummary$1 as BalanceSummary, type context$d_BillingChangedDetails as BillingChangedDetails, type context$d_BillingDetails as BillingDetails, type context$d_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type context$d_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type context$d_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type context$d_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$3 as CatalogReference, type context$d_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type context$d_CommitDraftOrderOptions as CommitDraftOrderOptions, type context$d_CommitDraftOrderRequest as CommitDraftOrderRequest, type context$d_CommitDraftOrderResponse as CommitDraftOrderResponse, type context$d_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type context$d_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type context$d_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type context$d_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type context$d_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type context$d_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type context$d_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type context$d_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type context$d_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type context$d_CreateDraftOrderRequest as CreateDraftOrderRequest, type context$d_CreateDraftOrderResponse as CreateDraftOrderResponse, type context$d_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type context$d_CreateEmptyDraftOrderRequest as CreateEmptyDraftOrderRequest, type context$d_CreateEmptyDraftOrderResponse as CreateEmptyDraftOrderResponse, type context$d_CreateEmptyDraftOrderResponseNonNullableFields as CreateEmptyDraftOrderResponseNonNullableFields, type context$d_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type context$d_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type context$d_CreateOrderFromDraftResponseNonNullableFields as CreateOrderFromDraftResponseNonNullableFields, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CreditCardDetails$1 as CreditCardDetails, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type context$d_CustomLineItem as CustomLineItem, type context$d_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type context$d_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type context$d_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type context$d_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type context$d_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type context$d_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type context$d_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type context$d_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type context$d_DiscountDetails as DiscountDetails, type context$d_DiscountOption as DiscountOption, type context$d_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type context$d_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type context$d_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type context$d_DraftOrdersQueryResult as DraftOrdersQueryResult, context$d_EditingStatus as EditingStatus, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$2 as FieldViolation, context$d_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$2 as FullAddressContactDetails, type context$d_GetDraftEditabilityStatusRequest as GetDraftEditabilityStatusRequest, type context$d_GetDraftEditabilityStatusResponse as GetDraftEditabilityStatusResponse, type context$d_GetDraftOrderRequest as GetDraftOrderRequest, type context$d_GetDraftOrderResponse as GetDraftOrderResponse, type context$d_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type context$d_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type context$d_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type context$d_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type GiftCardPaymentRefund$1 as GiftCardPaymentRefund, type context$d_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$d_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type context$d_ItemDetails as ItemDetails, type context$d_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type context$d_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$2 as LineItemDiscount, type LineItemExchangeData$1 as LineItemExchangeData, type LineItemPriceChange$1 as LineItemPriceChange, type LineItemQuantityChange$1 as LineItemQuantityChange, LineItemQuantityChangeType$1 as LineItemQuantityChangeType, type LineItemTaxBreakdown$1 as LineItemTaxBreakdown, type LineItemTaxInfo$1 as LineItemTaxInfo, type LocationAndQuantity$1 as LocationAndQuantity, type ManagedAdditionalFee$1 as ManagedAdditionalFee, type ManagedDiscount$1 as ManagedDiscount, type ManagedLineItem$1 as ManagedLineItem, type MembershipPaymentRefund$1 as MembershipPaymentRefund, type MerchantComment$1 as MerchantComment, type MerchantDiscount$2 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$9 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, context$d_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type context$d_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, type PaymentCanceled$1 as PaymentCanceled, type PaymentCanceledPaymentDetailsOneOf$1 as PaymentCanceledPaymentDetailsOneOf, type PaymentDeclined$1 as PaymentDeclined, type PaymentDeclinedPaymentDetailsOneOf$1 as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$2 as PaymentOptionType, type PaymentPending$1 as PaymentPending, type PaymentPendingPaymentDetailsOneOf$1 as PaymentPendingPaymentDetailsOneOf, type PaymentRefundFailed$1 as PaymentRefundFailed, type PaymentRefunded$1 as PaymentRefunded, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$3 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$4 as PickupDetails, context$d_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$3 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$3 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$1 as ProductName, type context$d_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type context$d_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type context$d_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type context$d_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type context$d_RecipientInfoDetails as RecipientInfoDetails, type context$d_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RefundInitiated$1 as RefundInitiated, type RefundedAsStoreCredit$1 as RefundedAsStoreCredit, type RefundedPayment$1 as RefundedPayment, type RefundedPaymentKindOneOf$1 as RefundedPaymentKindOneOf, type RegularPayment$1 as RegularPayment, type RegularPaymentPaymentMethodDetailsOneOf$1 as RegularPaymentPaymentMethodDetailsOneOf, type RegularPaymentRefund$1 as RegularPaymentRefund, type RestoreInfo$a as RestoreInfo, RuleType$2 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type context$d_SecuredMedia as SecuredMedia, type context$d_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type context$d_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type context$d_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type context$d_SetBillingInfoRequest as SetBillingInfoRequest, type context$d_SetBillingInfoResponse as SetBillingInfoResponse, type context$d_SetBillingInfoResponseNonNullableFields as SetBillingInfoResponseNonNullableFields, type context$d_SetBuyerInfoRequest as SetBuyerInfoRequest, type context$d_SetBuyerInfoResponse as SetBuyerInfoResponse, type context$d_SetBuyerInfoResponseNonNullableFields as SetBuyerInfoResponseNonNullableFields, type context$d_SetDiscountsRequest as SetDiscountsRequest, type context$d_SetDiscountsResponse as SetDiscountsResponse, type context$d_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type context$d_SetRecipientInfoRequest as SetRecipientInfoRequest, type context$d_SetRecipientInfoResponse as SetRecipientInfoResponse, type context$d_SetRecipientInfoResponseNonNullableFields as SetRecipientInfoResponseNonNullableFields, type context$d_SetShippingInfoRequest as SetShippingInfoRequest, type context$d_SetShippingInfoResponse as SetShippingInfoResponse, type context$d_SetShippingInfoResponseNonNullableFields as SetShippingInfoResponseNonNullableFields, type context$d_SetTaxExemptionRequest as SetTaxExemptionRequest, type context$d_SetTaxExemptionResponse as SetTaxExemptionResponse, type context$d_ShippingChangedDetails as ShippingChangedDetails, type context$d_ShippingDetails as ShippingDetails, type context$d_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$2 as ShippingInformation, type ShippingInformationChange$1 as ShippingInformationChange, type ShippingOption$2 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, SourceType$1 as SourceType, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$2 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TaxableAddress$2 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$2 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$2 as TaxableAddressType, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type context$d_UpdateLineItemsOptions as UpdateLineItemsOptions, type context$d_UpdateLineItemsRequest as UpdateLineItemsRequest, type context$d_UpdateLineItemsResponse as UpdateLineItemsResponse, type context$d_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type context$d_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type context$d_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type context$d_V1BalanceSummary as V1BalanceSummary, type context$d_V1CreatedBy as V1CreatedBy, type context$d_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$d_V1DeliveryLogistics as V1DeliveryLogistics, type context$d_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type context$d_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$d_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type context$d_V1ShippingPrice as V1ShippingPrice, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$4 as WeightUnit, context$d_addLineItemsToDraftOrder as addLineItemsToDraftOrder, context$d_commitDraftOrder as commitDraftOrder, context$d_createCustomAdditionalFees as createCustomAdditionalFees, context$d_createCustomDiscounts as createCustomDiscounts, context$d_createDraftOrder as createDraftOrder, context$d_createEmptyDraftOrder as createEmptyDraftOrder, context$d_createOrderFromDraft as createOrderFromDraft, context$d_deleteCustomAdditionalFees as deleteCustomAdditionalFees, context$d_deleteCustomDiscounts as deleteCustomDiscounts, context$d_deleteDraftOrder as deleteDraftOrder, context$d_getDraftOrder as getDraftOrder, context$d_getOrderDraftabilityStatus as getOrderDraftabilityStatus, context$d_queryDraftOrders as queryDraftOrders, context$d_setAdditionalFees as setAdditionalFees, context$d_setBillingInfo as setBillingInfo, context$d_setBuyerInfo as setBuyerInfo, context$d_setDiscounts as setDiscounts, context$d_setRecipientInfo as setRecipientInfo, context$d_setShippingInfo as setShippingInfo, context$d_updateLineItems as updateLineItems };
22168
22191
  }
22169
22192
 
22170
22193
  interface OrderWithFulfillments {
@@ -24756,6 +24779,10 @@ interface RefundInitiated {
24756
24779
  interface RefundedPayment extends RefundedPaymentKindOneOf {
24757
24780
  /** Regular payment refund. */
24758
24781
  regular?: RegularPaymentRefund;
24782
+ /** Gift card payment refund. */
24783
+ giftCard?: GiftCardPaymentRefund;
24784
+ /** Membership payment refund. */
24785
+ membership?: MembershipPaymentRefund;
24759
24786
  /** Payment ID. */
24760
24787
  paymentId?: string;
24761
24788
  /** Whether refund was made externally and manually on the payment provider's side. */
@@ -24765,6 +24792,10 @@ interface RefundedPayment extends RefundedPaymentKindOneOf {
24765
24792
  interface RefundedPaymentKindOneOf {
24766
24793
  /** Regular payment refund. */
24767
24794
  regular?: RegularPaymentRefund;
24795
+ /** Gift card payment refund. */
24796
+ giftCard?: GiftCardPaymentRefund;
24797
+ /** Membership payment refund. */
24798
+ membership?: MembershipPaymentRefund;
24768
24799
  }
24769
24800
  interface RegularPaymentRefund {
24770
24801
  /** Refund amount */
@@ -24774,6 +24805,16 @@ interface RegularPaymentRefund {
24774
24805
  /** Card issuer's brand. */
24775
24806
  brand?: string | null;
24776
24807
  }
24808
+ interface GiftCardPaymentRefund {
24809
+ /** Gift card payment ID */
24810
+ giftCardPaymentId?: string | null;
24811
+ /** Refund amount */
24812
+ amount?: Price$2;
24813
+ }
24814
+ interface MembershipPaymentRefund {
24815
+ /** Membership ID */
24816
+ membershipId?: string | null;
24817
+ }
24777
24818
  interface PaymentRefunded {
24778
24819
  /** Refund ID. */
24779
24820
  refundId?: string;
@@ -27243,6 +27284,12 @@ interface PickupReadyEmailSent {
27243
27284
  /** Order marked as partially paid when an online transaction was confirmed with partial minimal required amount of total sum */
27244
27285
  interface OrderPartiallyPaid {
27245
27286
  }
27287
+ /** Order reject */
27288
+ interface OrderPending {
27289
+ }
27290
+ /** Order reject */
27291
+ interface OrderRejected {
27292
+ }
27246
27293
  interface AddInternalActivityResponse {
27247
27294
  /** Updated order. */
27248
27295
  order?: Order$1;
@@ -28385,8 +28432,12 @@ interface AuthorizedPaymentVoidedNonNullableFields {
28385
28432
  interface RegularPaymentRefundNonNullableFields {
28386
28433
  amount?: PriceNonNullableFields$2;
28387
28434
  }
28435
+ interface GiftCardPaymentRefundNonNullableFields {
28436
+ amount?: PriceNonNullableFields$2;
28437
+ }
28388
28438
  interface RefundedPaymentNonNullableFields {
28389
28439
  regular?: RegularPaymentRefundNonNullableFields;
28440
+ giftCard?: GiftCardPaymentRefundNonNullableFields;
28390
28441
  paymentId: string;
28391
28442
  externalRefund: boolean;
28392
28443
  }
@@ -28463,6 +28514,7 @@ interface BalanceSummaryNonNullableFields {
28463
28514
  refunded?: PriceNonNullableFields$2;
28464
28515
  authorized?: PriceNonNullableFields$2;
28465
28516
  pendingRefund?: PriceNonNullableFields$2;
28517
+ pending?: PriceNonNullableFields$2;
28466
28518
  }
28467
28519
  interface AdditionalFeeNonNullableFields {
28468
28520
  name: string;
@@ -29184,6 +29236,7 @@ type context$9_GetPaymentCollectabilityStatusResponse = GetPaymentCollectability
29184
29236
  type context$9_GetPaymentCollectabilityStatusResponseNonNullableFields = GetPaymentCollectabilityStatusResponseNonNullableFields;
29185
29237
  type context$9_GetShipmentsRequest = GetShipmentsRequest;
29186
29238
  type context$9_GetShipmentsResponse = GetShipmentsResponse;
29239
+ type context$9_GiftCardPaymentRefund = GiftCardPaymentRefund;
29187
29240
  type context$9_HtmlApplication = HtmlApplication;
29188
29241
  type context$9_IdAndVersion = IdAndVersion;
29189
29242
  type context$9_InternalActivity = InternalActivity;
@@ -29241,6 +29294,7 @@ type context$9_MarkOrderAsSeenByHumanResponse = MarkOrderAsSeenByHumanResponse;
29241
29294
  type context$9_MaskedOrder = MaskedOrder;
29242
29295
  type context$9_MaskedOrderLineItem = MaskedOrderLineItem;
29243
29296
  type context$9_MembershipChargeItem = MembershipChargeItem;
29297
+ type context$9_MembershipPaymentRefund = MembershipPaymentRefund;
29244
29298
  type context$9_MerchantComment = MerchantComment;
29245
29299
  type context$9_MerchantDiscountMerchantDiscountReasonOneOf = MerchantDiscountMerchantDiscountReasonOneOf;
29246
29300
  type context$9_MetaData = MetaData;
@@ -29272,7 +29326,9 @@ type context$9_OrderNotFulfilled = OrderNotFulfilled;
29272
29326
  type context$9_OrderPaid = OrderPaid;
29273
29327
  type context$9_OrderPartiallyPaid = OrderPartiallyPaid;
29274
29328
  type context$9_OrderPaymentStatusUpdatedEnvelope = OrderPaymentStatusUpdatedEnvelope;
29329
+ type context$9_OrderPending = OrderPending;
29275
29330
  type context$9_OrderPlaced = OrderPlaced;
29331
+ type context$9_OrderRejected = OrderRejected;
29276
29332
  type context$9_OrderStatus = OrderStatus;
29277
29333
  declare const context$9_OrderStatus: typeof OrderStatus;
29278
29334
  type context$9_OrderTaxBreakdown = OrderTaxBreakdown;
@@ -29462,7 +29518,7 @@ declare const context$9_searchOrders: typeof searchOrders;
29462
29518
  declare const context$9_updateOrder: typeof updateOrder;
29463
29519
  declare const context$9_voidAuthorizedPayments: typeof voidAuthorizedPayments;
29464
29520
  declare namespace context$9 {
29465
- export { type ActionEvent$7 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type context$9_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type context$9_AddActivitiesRequest as AddActivitiesRequest, type context$9_AddActivitiesResponse as AddActivitiesResponse, type context$9_AddActivityRequest as AddActivityRequest, type context$9_AddActivityResponse as AddActivityResponse, type context$9_AddInternalActivityRequest as AddInternalActivityRequest, type context$9_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type context$9_AdditionalFeeDelta as AdditionalFeeDelta, type context$9_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$5 as Address, type context$9_AddressDescription as AddressDescription, type AddressLocation$3 as AddressLocation, type context$9_AddressWithContact as AddressWithContact, type context$9_AggregateOrdersRequest as AggregateOrdersRequest, type context$9_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type context$9_App as App, type ApplicationError$4 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type context$9_AppliedDiscountDelta as AppliedDiscountDelta, type context$9_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type context$9_ArchiveOrderRequest as ArchiveOrderRequest, type context$9_ArchiveOrderResponse as ArchiveOrderResponse, context$9_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$2 as AuthorizationActionFailureDetails, type AuthorizationCapture$2 as AuthorizationCapture, AuthorizationCaptureStatus$2 as AuthorizationCaptureStatus, type AuthorizationDetails$2 as AuthorizationDetails, type AuthorizationVoid$2 as AuthorizationVoid, AuthorizationVoidStatus$2 as AuthorizationVoidStatus, type context$9_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$9_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$9_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$9_Balance as Balance, type context$9_BalanceSummary as BalanceSummary, type BaseEventMetadata$4 as BaseEventMetadata, type context$9_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type context$9_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type context$9_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type context$9_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type context$9_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type context$9_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type context$9_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type context$9_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type context$9_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type context$9_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type context$9_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type context$9_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type context$9_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type context$9_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type context$9_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type context$9_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type context$9_BulkOrderResult as BulkOrderResult, type context$9_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type context$9_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type context$9_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type context$9_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type context$9_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type context$9_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type context$9_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type context$9_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type context$9_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type context$9_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$9_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type context$9_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, type context$9_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type context$9_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$9_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$9_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$9_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type context$9_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$9_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type context$9_CalculatedTax as CalculatedTax, type context$9_CalculatedTaxes as CalculatedTaxes, type context$9_Cancel as Cancel, type context$9_CancelOrderOptions as CancelOrderOptions, type context$9_CancelOrderRequest as CancelOrderRequest, type context$9_CancelOrderResponse as CancelOrderResponse, type context$9_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type context$9_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type context$9_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type context$9_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$2 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type context$9_ChargeMembershipsRequest as ChargeMembershipsRequest, type context$9_ChargeMembershipsResponse as ChargeMembershipsResponse, type context$9_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type context$9_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type context$9_ChargedBy as ChargedBy, type context$9_Color as Color, type context$9_CommitDeltasRequest as CommitDeltasRequest, type context$9_CommitDeltasResponse as CommitDeltasResponse, type context$9_CommittedDiffs as CommittedDiffs, type context$9_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type context$9_CommonAddress as CommonAddress, type context$9_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$9_Company as Company, type context$9_Complete as Complete, type context$9_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type context$9_CreateOrderRequest as CreateOrderRequest, type context$9_CreateOrderResponse as CreateOrderResponse, type context$9_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type context$9_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type context$9_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type context$9_CreatedBy as CreatedBy, type context$9_CreatedByStringOneOf as CreatedByStringOneOf, type context$9_CreditCardDetails as CreditCardDetails, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type context$9_CursorSearch as CursorSearch, type context$9_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type context$9_CustomActivity as CustomActivity, type CustomField$1 as CustomField, context$9_CustomFieldGroup as CustomFieldGroup, type context$9_CustomFieldValue as CustomFieldValue, type context$9_Customer as Customer, type context$9_DecrementData as DecrementData, type context$9_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type context$9_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type context$9_DelayedCaptureSettings as DelayedCaptureSettings, type context$9_DeleteActivityRequest as DeleteActivityRequest, type context$9_DeleteActivityResponse as DeleteActivityResponse, type context$9_DeleteByFilterOperation as DeleteByFilterOperation, type context$9_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$2 as DeliveryLogistics, type context$9_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$2 as DeliveryTimeSlot, context$9_DeltaPaymentOptionType as DeltaPaymentOptionType, type context$9_Deposit as Deposit, context$9_DepositType as DepositType, type context$9_DescriptionLine as DescriptionLine, type context$9_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$9_DescriptionLineName as DescriptionLineName, context$9_DescriptionLineType as DescriptionLineType, type context$9_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type context$9_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, context$9_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type context$9_DownloadLinkSent as DownloadLinkSent, type context$9_DraftOrderChangesApplied as DraftOrderChangesApplied, type context$9_DraftOrderCommitSettings as DraftOrderCommitSettings, type context$9_DraftOrderDiffs as DraftOrderDiffs, type context$9_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type context$9_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type context$9_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type context$9_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type context$9_Duration as Duration, context$9_DurationUnit as DurationUnit, type context$9_Email as Email, type context$9_EmailEdited as EmailEdited, type Empty$5 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$4 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type context$9_ExternalUriMapping as ExternalUriMapping, type context$9_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type context$9_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type context$9_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$9_GetMetasiteDataRequest as GetMetasiteDataRequest, type context$9_GetMetasiteDataResponse as GetMetasiteDataResponse, type context$9_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type context$9_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type context$9_GetOrderRequest as GetOrderRequest, type context$9_GetOrderResponse as GetOrderResponse, type context$9_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$9_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type context$9_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type context$9_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type context$9_GetShipmentsRequest as GetShipmentsRequest, type context$9_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type context$9_HtmlApplication as HtmlApplication, type context$9_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type context$9_InternalActivity as InternalActivity, type context$9_InternalActivityContentOneOf as InternalActivityContentOneOf, type context$9_InternalDocument as InternalDocument, type context$9_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context$9_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context$9_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type context$9_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type context$9_InternalUpdateExistingOperation as InternalUpdateExistingOperation, context$9_InventoryAction as InventoryAction, type context$9_InventoryUpdateDetails as InventoryUpdateDetails, type context$9_InvoiceAdded as InvoiceAdded, type context$9_InvoiceDates as InvoiceDates, type context$9_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type context$9_InvoiceFields as InvoiceFields, type context$9_InvoiceSent as InvoiceSent, type context$9_InvoiceSentEvent as InvoiceSentEvent, context$9_InvoiceStatus as InvoiceStatus, type context$9_InvoicesPayment as InvoicesPayment, type context$9_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type context$9_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type context$9_LineItemAmount as LineItemAmount, type context$9_LineItemChanges as LineItemChanges, type context$9_LineItemDelta as LineItemDelta, type context$9_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type context$9_LineItemExchangeData as LineItemExchangeData, type context$9_LineItemMetaData as LineItemMetaData, type context$9_LineItemPriceChange as LineItemPriceChange, type context$9_LineItemQuantityChange as LineItemQuantityChange, context$9_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type context$9_LineItemTax as LineItemTax, type context$9_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$9_LineItemTaxInfo as LineItemTaxInfo, type context$9_LineItemUpdate as LineItemUpdate, type context$9_LineItems as LineItems, type context$9_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type context$9_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type context$9_Locale as Locale, type context$9_LocationAndQuantity as LocationAndQuantity, type context$9_ManagedAdditionalFee as ManagedAdditionalFee, type context$9_ManagedDiscount as ManagedDiscount, type context$9_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type context$9_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type context$9_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type context$9_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type context$9_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type context$9_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type context$9_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type context$9_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type context$9_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type context$9_MaskedOrder as MaskedOrder, type context$9_MaskedOrderLineItem as MaskedOrderLineItem, type context$9_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type context$9_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$9_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type context$9_MetaData as MetaData, type context$9_MetaSite as MetaSite, type context$9_MetaTag as MetaTag, context$9_Namespace as Namespace, type context$9_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, context$9_OrderApprovalStrategy as OrderApprovalStrategy, type context$9_OrderApproved as OrderApproved, type context$9_OrderApprovedEnvelope as OrderApprovedEnvelope, type context$9_OrderCanceled as OrderCanceled, type context$9_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$9_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type context$9_OrderChange as OrderChange, type context$9_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$9_OrderCreateNotifications as OrderCreateNotifications, type context$9_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$9_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$9_OrderCreationSettings as OrderCreationSettings, type context$9_OrderDeltasCommitted as OrderDeltasCommitted, type context$9_OrderFulfilled as OrderFulfilled, type context$9_OrderItemsRestocked as OrderItemsRestocked, type context$9_OrderLineItem as OrderLineItem, type context$9_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type context$9_OrderNonNullableFields as OrderNonNullableFields, type context$9_OrderNotFulfilled as OrderNotFulfilled, type context$9_OrderPaid as OrderPaid, type context$9_OrderPartiallyPaid as OrderPartiallyPaid, type context$9_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type context$9_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, context$9_OrderStatus as OrderStatus, type context$9_OrderTaxBreakdown as OrderTaxBreakdown, type context$9_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type context$9_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$9_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type context$9_PaymentCanceled as PaymentCanceled, type context$9_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type context$9_PaymentCapture as PaymentCapture, context$9_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type context$9_PaymentDeclined as PaymentDeclined, type context$9_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type context$9_PaymentPending as PaymentPending, type context$9_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type context$9_PaymentRefundFailed as PaymentRefundFailed, type context$9_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type context$9_PaymentStatusUpdated as PaymentStatusUpdated, type context$9_Payments as Payments, type context$9_Phone as Phone, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$3 as PickupDetails, PickupMethod$2 as PickupMethod, type context$9_PickupReadyEmailSent as PickupReadyEmailSent, context$9_Placement as Placement, type context$9_PlainTextValue as PlainTextValue, type context$9_PlatformPaging as PlatformPaging, type context$9_PlatformPagingMetadata as PlatformPagingMetadata, type context$9_PlatformQuery as PlatformQuery, type context$9_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context$9_PreparePaymentCollectionOptions as PreparePaymentCollectionOptions, type context$9_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type context$9_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type context$9_PreparePaymentCollectionResponseNonNullableFields as PreparePaymentCollectionResponseNonNullableFields, type context$9_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type context$9_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type context$9_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type context$9_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type context$9_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type context$9_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type context$9_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type context$9_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type context$9_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type context$9_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type context$9_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type context$9_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, context$9_PreviewEmailType as PreviewEmailType, type context$9_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type context$9_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type context$9_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type context$9_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type context$9_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type context$9_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type context$9_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type context$9_ProductName as ProductName, type context$9_PublicActivity as PublicActivity, type context$9_PublicActivityContentOneOf as PublicActivityContentOneOf, type context$9_QueryOrderRequest as QueryOrderRequest, type context$9_QueryOrderResponse as QueryOrderResponse, type context$9_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type context$9_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type context$9_QuotesAddress as QuotesAddress, Reason$2 as Reason, type context$9_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type context$9_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type context$9_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, type context$9_RefundInitiated as RefundInitiated, type RefundItem$2 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$2 as RefundStatus, type RefundTransaction$2 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type context$9_RefundedAsStoreCredit as RefundedAsStoreCredit, type context$9_RefundedPayment as RefundedPayment, type context$9_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$9_RegularPayment as RegularPayment, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$9_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type context$9_RegularPaymentRefund as RegularPaymentRefund, type context$9_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$7 as RestoreInfo, type context$9_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type context$9_SearchOrdersOptions as SearchOrdersOptions, type context$9_SearchOrdersRequest as SearchOrdersRequest, type context$9_SearchOrdersResponse as SearchOrdersResponse, type context$9_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type context$9_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type context$9_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type context$9_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type context$9_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type context$9_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type context$9_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type context$9_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type context$9_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type context$9_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type context$9_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type context$9_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type context$9_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type context$9_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type context$9_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type context$9_SendRefundEmailRequest as SendRefundEmailRequest, type context$9_SendRefundEmailResponse as SendRefundEmailResponse, type context$9_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type context$9_ShippingAddressEdited as ShippingAddressEdited, type context$9_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type context$9_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$2 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type Source$1 as Source, context$9_SourceType as SourceType, type context$9_StandardDetails as StandardDetails, context$9_State as State, type StreetAddress$4 as StreetAddress, type Subdivision$1 as Subdivision, SubdivisionType$1 as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type context$9_TagList as TagList, type context$9_Tags as Tags, type context$9_Task as Task, type context$9_TaskAction as TaskAction, type context$9_TaskActionActionOneOf as TaskActionActionOneOf, type context$9_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type context$9_TotalPrice as TotalPrice, type context$9_TotalPriceChange as TotalPriceChange, type context$9_TrackingLinkAdded as TrackingLinkAdded, type context$9_TrackingNumberAdded as TrackingNumberAdded, type context$9_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type context$9_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type context$9_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type context$9_TriggerReindexRequest as TriggerReindexRequest, type context$9_TriggerReindexResponse as TriggerReindexResponse, type context$9_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type context$9_UnArchiveOrderRequest as UnArchiveOrderRequest, type context$9_UnArchiveOrderResponse as UnArchiveOrderResponse, type context$9_UpdateActivityRequest as UpdateActivityRequest, type context$9_UpdateActivityResponse as UpdateActivityResponse, type context$9_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type context$9_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type context$9_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type context$9_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type context$9_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type context$9_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type context$9_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context$9_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context$9_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type context$9_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type context$9_UpdateOrder as UpdateOrder, type context$9_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type context$9_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type context$9_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type context$9_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type context$9_UpdateOrderRequest as UpdateOrderRequest, type context$9_UpdateOrderResponse as UpdateOrderResponse, type context$9_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type context$9_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type context$9_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type context$9_UpsertRefundRequest as UpsertRefundRequest, type context$9_UpsertRefundResponse as UpsertRefundResponse, type context$9_UserDataResponse as UserDataResponse, type context$9_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type context$9_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type context$9_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type context$9_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type context$9_V1LineItemDelta as V1LineItemDelta, type context$9_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type context$9_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type context$9_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type context$9_V1RestockItem as V1RestockItem, type context$9_V1ScheduledAction as V1ScheduledAction, type context$9_V1ShippingInformation as V1ShippingInformation, type context$9_Value as Value, context$9_ValueType as ValueType, type VatId$2 as VatId, VatType$2 as VatType, type context$9_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context$9_VersionedDocumentId as VersionedDocumentId, type context$9_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context$9_VersioningMode as VersioningMode, type context$9_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type context$9_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type context$9_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$3 as WeightUnit, type context$9__publicOnOrderApprovedType as _publicOnOrderApprovedType, type context$9__publicOnOrderCanceledType as _publicOnOrderCanceledType, type context$9__publicOnOrderCreatedType as _publicOnOrderCreatedType, type context$9__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type context$9__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, context$9_bulkUpdateOrderTags as bulkUpdateOrderTags, context$9_bulkUpdateOrders as bulkUpdateOrders, context$9_cancelOrder as cancelOrder, context$9_captureAuthorizedPayments as captureAuthorizedPayments, context$9_createOrder as createOrder, context$9_getOrder as getOrder, context$9_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, context$9_onOrderApproved as onOrderApproved, context$9_onOrderCanceled as onOrderCanceled, context$9_onOrderCreated as onOrderCreated, context$9_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, context$9_onOrderUpdated as onOrderUpdated, context$9_preparePaymentCollection as preparePaymentCollection, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, onOrderUpdated$1 as publicOnOrderUpdated, context$9_searchOrders as searchOrders, context$9_updateOrder as updateOrder, context$9_voidAuthorizedPayments as voidAuthorizedPayments };
29521
+ export { type ActionEvent$7 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type context$9_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type context$9_AddActivitiesRequest as AddActivitiesRequest, type context$9_AddActivitiesResponse as AddActivitiesResponse, type context$9_AddActivityRequest as AddActivityRequest, type context$9_AddActivityResponse as AddActivityResponse, type context$9_AddInternalActivityRequest as AddInternalActivityRequest, type context$9_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type context$9_AdditionalFeeDelta as AdditionalFeeDelta, type context$9_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$5 as Address, type context$9_AddressDescription as AddressDescription, type AddressLocation$3 as AddressLocation, type context$9_AddressWithContact as AddressWithContact, type context$9_AggregateOrdersRequest as AggregateOrdersRequest, type context$9_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type context$9_App as App, type ApplicationError$4 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type context$9_AppliedDiscountDelta as AppliedDiscountDelta, type context$9_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type context$9_ArchiveOrderRequest as ArchiveOrderRequest, type context$9_ArchiveOrderResponse as ArchiveOrderResponse, context$9_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$2 as AuthorizationActionFailureDetails, type AuthorizationCapture$2 as AuthorizationCapture, AuthorizationCaptureStatus$2 as AuthorizationCaptureStatus, type AuthorizationDetails$2 as AuthorizationDetails, type AuthorizationVoid$2 as AuthorizationVoid, AuthorizationVoidStatus$2 as AuthorizationVoidStatus, type context$9_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$9_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$9_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$9_Balance as Balance, type context$9_BalanceSummary as BalanceSummary, type BaseEventMetadata$4 as BaseEventMetadata, type context$9_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type context$9_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type context$9_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type context$9_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type context$9_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type context$9_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type context$9_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type context$9_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type context$9_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type context$9_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type context$9_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type context$9_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type context$9_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type context$9_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type context$9_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type context$9_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type context$9_BulkOrderResult as BulkOrderResult, type context$9_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type context$9_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type context$9_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type context$9_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type context$9_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type context$9_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type context$9_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type context$9_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type context$9_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type context$9_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type context$9_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type context$9_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, type context$9_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type context$9_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$9_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$9_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$9_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type context$9_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$9_BuyerInfoUpdate as BuyerInfoUpdate, type CalculateRefundItemRequest$1 as CalculateRefundItemRequest, type CalculateRefundItemResponse$1 as CalculateRefundItemResponse, type CalculateRefundRequest$1 as CalculateRefundRequest, type CalculateRefundResponse$1 as CalculateRefundResponse, type context$9_CalculatedTax as CalculatedTax, type context$9_CalculatedTaxes as CalculatedTaxes, type context$9_Cancel as Cancel, type context$9_CancelOrderOptions as CancelOrderOptions, type context$9_CancelOrderRequest as CancelOrderRequest, type context$9_CancelOrderResponse as CancelOrderResponse, type context$9_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type context$9_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type context$9_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type context$9_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$2 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type context$9_ChargeMembershipsRequest as ChargeMembershipsRequest, type context$9_ChargeMembershipsResponse as ChargeMembershipsResponse, type context$9_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type context$9_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type context$9_ChargedBy as ChargedBy, type context$9_Color as Color, type context$9_CommitDeltasRequest as CommitDeltasRequest, type context$9_CommitDeltasResponse as CommitDeltasResponse, type context$9_CommittedDiffs as CommittedDiffs, type context$9_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type context$9_CommonAddress as CommonAddress, type context$9_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$9_Company as Company, type context$9_Complete as Complete, type context$9_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type context$9_CreateOrderRequest as CreateOrderRequest, type context$9_CreateOrderResponse as CreateOrderResponse, type context$9_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type context$9_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type context$9_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type context$9_CreatedBy as CreatedBy, type context$9_CreatedByStringOneOf as CreatedByStringOneOf, type context$9_CreditCardDetails as CreditCardDetails, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type context$9_CursorSearch as CursorSearch, type context$9_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type context$9_CustomActivity as CustomActivity, type CustomField$1 as CustomField, context$9_CustomFieldGroup as CustomFieldGroup, type context$9_CustomFieldValue as CustomFieldValue, type context$9_Customer as Customer, type context$9_DecrementData as DecrementData, type context$9_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type context$9_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type context$9_DelayedCaptureSettings as DelayedCaptureSettings, type context$9_DeleteActivityRequest as DeleteActivityRequest, type context$9_DeleteActivityResponse as DeleteActivityResponse, type context$9_DeleteByFilterOperation as DeleteByFilterOperation, type context$9_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$2 as DeliveryLogistics, type context$9_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$2 as DeliveryTimeSlot, context$9_DeltaPaymentOptionType as DeltaPaymentOptionType, type context$9_Deposit as Deposit, context$9_DepositType as DepositType, type context$9_DescriptionLine as DescriptionLine, type context$9_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$9_DescriptionLineName as DescriptionLineName, context$9_DescriptionLineType as DescriptionLineType, type context$9_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type context$9_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, context$9_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type context$9_DownloadLinkSent as DownloadLinkSent, type context$9_DraftOrderChangesApplied as DraftOrderChangesApplied, type context$9_DraftOrderCommitSettings as DraftOrderCommitSettings, type context$9_DraftOrderDiffs as DraftOrderDiffs, type context$9_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type context$9_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type context$9_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type context$9_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type context$9_Duration as Duration, context$9_DurationUnit as DurationUnit, type context$9_Email as Email, type context$9_EmailEdited as EmailEdited, type Empty$5 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$4 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type context$9_ExternalUriMapping as ExternalUriMapping, type context$9_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type context$9_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type context$9_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$9_GetMetasiteDataRequest as GetMetasiteDataRequest, type context$9_GetMetasiteDataResponse as GetMetasiteDataResponse, type context$9_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type context$9_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type context$9_GetOrderRequest as GetOrderRequest, type context$9_GetOrderResponse as GetOrderResponse, type context$9_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$9_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type context$9_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type context$9_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type context$9_GetShipmentsRequest as GetShipmentsRequest, type context$9_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type context$9_GiftCardPaymentRefund as GiftCardPaymentRefund, type context$9_HtmlApplication as HtmlApplication, type context$9_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type context$9_InternalActivity as InternalActivity, type context$9_InternalActivityContentOneOf as InternalActivityContentOneOf, type context$9_InternalDocument as InternalDocument, type context$9_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type context$9_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type context$9_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type context$9_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type context$9_InternalUpdateExistingOperation as InternalUpdateExistingOperation, context$9_InventoryAction as InventoryAction, type context$9_InventoryUpdateDetails as InventoryUpdateDetails, type context$9_InvoiceAdded as InvoiceAdded, type context$9_InvoiceDates as InvoiceDates, type context$9_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type context$9_InvoiceFields as InvoiceFields, type context$9_InvoiceSent as InvoiceSent, type context$9_InvoiceSentEvent as InvoiceSentEvent, context$9_InvoiceStatus as InvoiceStatus, type context$9_InvoicesPayment as InvoicesPayment, type context$9_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type context$9_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type context$9_LineItemAmount as LineItemAmount, type context$9_LineItemChanges as LineItemChanges, type context$9_LineItemDelta as LineItemDelta, type context$9_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type context$9_LineItemExchangeData as LineItemExchangeData, type context$9_LineItemMetaData as LineItemMetaData, type context$9_LineItemPriceChange as LineItemPriceChange, type context$9_LineItemQuantityChange as LineItemQuantityChange, context$9_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type context$9_LineItemTax as LineItemTax, type context$9_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$9_LineItemTaxInfo as LineItemTaxInfo, type context$9_LineItemUpdate as LineItemUpdate, type context$9_LineItems as LineItems, type context$9_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type context$9_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type context$9_Locale as Locale, type context$9_LocationAndQuantity as LocationAndQuantity, type context$9_ManagedAdditionalFee as ManagedAdditionalFee, type context$9_ManagedDiscount as ManagedDiscount, type context$9_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type context$9_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type context$9_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type context$9_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type context$9_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type context$9_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type context$9_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type context$9_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type context$9_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type context$9_MaskedOrder as MaskedOrder, type context$9_MaskedOrderLineItem as MaskedOrderLineItem, type context$9_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, type context$9_MembershipPaymentRefund as MembershipPaymentRefund, MembershipPaymentStatus$2 as MembershipPaymentStatus, type context$9_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$9_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type context$9_MetaData as MetaData, type context$9_MetaSite as MetaSite, type context$9_MetaTag as MetaTag, context$9_Namespace as Namespace, type context$9_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, context$9_OrderApprovalStrategy as OrderApprovalStrategy, type context$9_OrderApproved as OrderApproved, type context$9_OrderApprovedEnvelope as OrderApprovedEnvelope, type context$9_OrderCanceled as OrderCanceled, type context$9_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$9_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type context$9_OrderChange as OrderChange, type context$9_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$9_OrderCreateNotifications as OrderCreateNotifications, type context$9_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$9_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$9_OrderCreationSettings as OrderCreationSettings, type context$9_OrderDeltasCommitted as OrderDeltasCommitted, type context$9_OrderFulfilled as OrderFulfilled, type context$9_OrderItemsRestocked as OrderItemsRestocked, type context$9_OrderLineItem as OrderLineItem, type context$9_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type context$9_OrderNonNullableFields as OrderNonNullableFields, type context$9_OrderNotFulfilled as OrderNotFulfilled, type context$9_OrderPaid as OrderPaid, type context$9_OrderPartiallyPaid as OrderPartiallyPaid, type context$9_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type context$9_OrderPending as OrderPending, type context$9_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, type context$9_OrderRejected as OrderRejected, context$9_OrderStatus as OrderStatus, type context$9_OrderTaxBreakdown as OrderTaxBreakdown, type context$9_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type context$9_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$9_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type context$9_PaymentCanceled as PaymentCanceled, type context$9_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type context$9_PaymentCapture as PaymentCapture, context$9_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type context$9_PaymentDeclined as PaymentDeclined, type context$9_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type context$9_PaymentPending as PaymentPending, type context$9_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type context$9_PaymentRefundFailed as PaymentRefundFailed, type context$9_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type context$9_PaymentStatusUpdated as PaymentStatusUpdated, type context$9_Payments as Payments, type context$9_Phone as Phone, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$3 as PickupDetails, PickupMethod$2 as PickupMethod, type context$9_PickupReadyEmailSent as PickupReadyEmailSent, context$9_Placement as Placement, type context$9_PlainTextValue as PlainTextValue, type context$9_PlatformPaging as PlatformPaging, type context$9_PlatformPagingMetadata as PlatformPagingMetadata, type context$9_PlatformQuery as PlatformQuery, type context$9_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type context$9_PreparePaymentCollectionOptions as PreparePaymentCollectionOptions, type context$9_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type context$9_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type context$9_PreparePaymentCollectionResponseNonNullableFields as PreparePaymentCollectionResponseNonNullableFields, type context$9_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type context$9_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type context$9_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type context$9_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type context$9_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type context$9_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type context$9_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type context$9_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type context$9_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type context$9_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type context$9_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type context$9_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, context$9_PreviewEmailType as PreviewEmailType, type context$9_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type context$9_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type context$9_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type context$9_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type context$9_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type context$9_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type context$9_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type context$9_ProductName as ProductName, type context$9_PublicActivity as PublicActivity, type context$9_PublicActivityContentOneOf as PublicActivityContentOneOf, type context$9_QueryOrderRequest as QueryOrderRequest, type context$9_QueryOrderResponse as QueryOrderResponse, type context$9_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type context$9_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type context$9_QuotesAddress as QuotesAddress, Reason$2 as Reason, type context$9_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type context$9_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type context$9_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, type context$9_RefundInitiated as RefundInitiated, type RefundItem$2 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$2 as RefundStatus, type RefundTransaction$2 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type context$9_RefundedAsStoreCredit as RefundedAsStoreCredit, type context$9_RefundedPayment as RefundedPayment, type context$9_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$9_RegularPayment as RegularPayment, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type context$9_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type context$9_RegularPaymentRefund as RegularPaymentRefund, type context$9_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$7 as RestoreInfo, type context$9_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type context$9_SearchOrdersOptions as SearchOrdersOptions, type context$9_SearchOrdersRequest as SearchOrdersRequest, type context$9_SearchOrdersResponse as SearchOrdersResponse, type context$9_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type context$9_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type context$9_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type context$9_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type context$9_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type context$9_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type context$9_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type context$9_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type context$9_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type context$9_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type context$9_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type context$9_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type context$9_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type context$9_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type context$9_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type context$9_SendRefundEmailRequest as SendRefundEmailRequest, type context$9_SendRefundEmailResponse as SendRefundEmailResponse, type context$9_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type context$9_ShippingAddressEdited as ShippingAddressEdited, type context$9_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type context$9_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$2 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type Source$1 as Source, context$9_SourceType as SourceType, type context$9_StandardDetails as StandardDetails, context$9_State as State, type StreetAddress$4 as StreetAddress, type Subdivision$1 as Subdivision, SubdivisionType$1 as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type context$9_TagList as TagList, type context$9_Tags as Tags, type context$9_Task as Task, type context$9_TaskAction as TaskAction, type context$9_TaskActionActionOneOf as TaskActionActionOneOf, type context$9_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type context$9_TotalPrice as TotalPrice, type context$9_TotalPriceChange as TotalPriceChange, type context$9_TrackingLinkAdded as TrackingLinkAdded, type context$9_TrackingNumberAdded as TrackingNumberAdded, type context$9_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type context$9_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type context$9_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type context$9_TriggerReindexRequest as TriggerReindexRequest, type context$9_TriggerReindexResponse as TriggerReindexResponse, type context$9_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type context$9_UnArchiveOrderRequest as UnArchiveOrderRequest, type context$9_UnArchiveOrderResponse as UnArchiveOrderResponse, type context$9_UpdateActivityRequest as UpdateActivityRequest, type context$9_UpdateActivityResponse as UpdateActivityResponse, type context$9_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type context$9_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type context$9_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type context$9_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type context$9_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type context$9_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type context$9_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type context$9_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type context$9_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type context$9_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type context$9_UpdateOrder as UpdateOrder, type context$9_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type context$9_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type context$9_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type context$9_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type context$9_UpdateOrderRequest as UpdateOrderRequest, type context$9_UpdateOrderResponse as UpdateOrderResponse, type context$9_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type context$9_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type context$9_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type context$9_UpsertRefundRequest as UpsertRefundRequest, type context$9_UpsertRefundResponse as UpsertRefundResponse, type context$9_UserDataResponse as UserDataResponse, type context$9_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type context$9_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type context$9_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type context$9_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type context$9_V1LineItemDelta as V1LineItemDelta, type context$9_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type context$9_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type context$9_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type context$9_V1RestockItem as V1RestockItem, type context$9_V1ScheduledAction as V1ScheduledAction, type context$9_V1ShippingInformation as V1ShippingInformation, type context$9_Value as Value, context$9_ValueType as ValueType, type VatId$2 as VatId, VatType$2 as VatType, type context$9_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type context$9_VersionedDocumentId as VersionedDocumentId, type context$9_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, context$9_VersioningMode as VersioningMode, type context$9_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type context$9_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type context$9_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$3 as WeightUnit, type context$9__publicOnOrderApprovedType as _publicOnOrderApprovedType, type context$9__publicOnOrderCanceledType as _publicOnOrderCanceledType, type context$9__publicOnOrderCreatedType as _publicOnOrderCreatedType, type context$9__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type context$9__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, context$9_bulkUpdateOrderTags as bulkUpdateOrderTags, context$9_bulkUpdateOrders as bulkUpdateOrders, context$9_cancelOrder as cancelOrder, context$9_captureAuthorizedPayments as captureAuthorizedPayments, context$9_createOrder as createOrder, context$9_getOrder as getOrder, context$9_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, context$9_onOrderApproved as onOrderApproved, context$9_onOrderCanceled as onOrderCanceled, context$9_onOrderCreated as onOrderCreated, context$9_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, context$9_onOrderUpdated as onOrderUpdated, context$9_preparePaymentCollection as preparePaymentCollection, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, onOrderUpdated$1 as publicOnOrderUpdated, context$9_searchOrders as searchOrders, context$9_updateOrder as updateOrder, context$9_voidAuthorizedPayments as voidAuthorizedPayments };
29466
29522
  }
29467
29523
 
29468
29524
  interface OrderPaymentRequest {
@@ -36836,9 +36892,9 @@ interface Breakdown {
36836
36892
  /** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
36837
36893
  deliveryCarrier?: Carrier;
36838
36894
  /** The delivery regions that are relevant for this delivery option, could be multiple if the delivery option is a combination of multiple profiles */
36839
- deliveryRegion?: Region;
36895
+ deliveryRegions?: Region[];
36840
36896
  /** should contain line ids for this specific carrier */
36841
- itemIds?: string[];
36897
+ lineItemIds?: string[];
36842
36898
  }
36843
36899
  interface Carrier {
36844
36900
  /** The carrier app id */
@@ -36963,7 +37019,7 @@ interface CarrierNonNullableFields {
36963
37019
  }
36964
37020
  interface BreakdownNonNullableFields {
36965
37021
  deliveryCarrier?: CarrierNonNullableFields;
36966
- itemIds: string[];
37022
+ lineItemIds: string[];
36967
37023
  }
36968
37024
  interface PartialNonNullableFields {
36969
37025
  lineItemIds: string[];
@@ -20622,6 +20622,10 @@ interface RefundInitiated$1 {
20622
20622
  interface RefundedPayment$1 extends RefundedPaymentKindOneOf$1 {
20623
20623
  /** Regular payment refund. */
20624
20624
  regular?: RegularPaymentRefund$1;
20625
+ /** Gift card payment refund. */
20626
+ giftCard?: GiftCardPaymentRefund$1;
20627
+ /** Membership payment refund. */
20628
+ membership?: MembershipPaymentRefund$1;
20625
20629
  /** Payment ID. */
20626
20630
  paymentId?: string;
20627
20631
  /** Whether refund was made externally and manually on the payment provider's side. */
@@ -20631,6 +20635,10 @@ interface RefundedPayment$1 extends RefundedPaymentKindOneOf$1 {
20631
20635
  interface RefundedPaymentKindOneOf$1 {
20632
20636
  /** Regular payment refund. */
20633
20637
  regular?: RegularPaymentRefund$1;
20638
+ /** Gift card payment refund. */
20639
+ giftCard?: GiftCardPaymentRefund$1;
20640
+ /** Membership payment refund. */
20641
+ membership?: MembershipPaymentRefund$1;
20634
20642
  }
20635
20643
  interface RegularPaymentRefund$1 {
20636
20644
  /** Refund amount */
@@ -20640,6 +20648,16 @@ interface RegularPaymentRefund$1 {
20640
20648
  /** Card issuer's brand. */
20641
20649
  brand?: string | null;
20642
20650
  }
20651
+ interface GiftCardPaymentRefund$1 {
20652
+ /** Gift card payment ID */
20653
+ giftCardPaymentId?: string | null;
20654
+ /** Refund amount */
20655
+ amount?: Price$3;
20656
+ }
20657
+ interface MembershipPaymentRefund$1 {
20658
+ /** Membership ID */
20659
+ membershipId?: string | null;
20660
+ }
20643
20661
  interface PaymentRefunded$1 {
20644
20662
  /** Refund ID. */
20645
20663
  refundId?: string;
@@ -21602,8 +21620,12 @@ interface AuthorizedPaymentVoidedNonNullableFields$1 {
21602
21620
  interface RegularPaymentRefundNonNullableFields$1 {
21603
21621
  amount?: PriceNonNullableFields$3;
21604
21622
  }
21623
+ interface GiftCardPaymentRefundNonNullableFields$1 {
21624
+ amount?: PriceNonNullableFields$3;
21625
+ }
21605
21626
  interface RefundedPaymentNonNullableFields$1 {
21606
21627
  regular?: RegularPaymentRefundNonNullableFields$1;
21628
+ giftCard?: GiftCardPaymentRefundNonNullableFields$1;
21607
21629
  paymentId: string;
21608
21630
  externalRefund: boolean;
21609
21631
  }
@@ -21676,6 +21698,7 @@ interface V1BalanceSummaryNonNullableFields {
21676
21698
  refunded?: PriceNonNullableFields$3;
21677
21699
  authorized?: PriceNonNullableFields$3;
21678
21700
  pendingRefund?: PriceNonNullableFields$3;
21701
+ pending?: PriceNonNullableFields$3;
21679
21702
  }
21680
21703
  interface TagListNonNullableFields$1 {
21681
21704
  tagIds: string[];
@@ -22164,7 +22187,7 @@ declare const index_d$d_setRecipientInfo: typeof setRecipientInfo;
22164
22187
  declare const index_d$d_setShippingInfo: typeof setShippingInfo;
22165
22188
  declare const index_d$d_updateLineItems: typeof updateLineItems;
22166
22189
  declare namespace index_d$d {
22167
- export { type ActionEvent$a as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type index_d$d_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type index_d$d_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type index_d$d_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type index_d$d_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type index_d$d_AdditionalFeeDetails as AdditionalFeeDetails, type index_d$d_AdditionalFeeOption as AdditionalFeeOption, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$6 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, index_d$d_AppliedDiscountDiscountType as AppliedDiscountDiscountType, AttributionSource$1 as AttributionSource, type AuthorizedPaymentCaptured$1 as AuthorizedPaymentCaptured, type AuthorizedPaymentCreated$1 as AuthorizedPaymentCreated, type AuthorizedPaymentVoided$1 as AuthorizedPaymentVoided, type Balance$1 as Balance, type BalanceSummary$1 as BalanceSummary, type index_d$d_BillingChangedDetails as BillingChangedDetails, type index_d$d_BillingDetails as BillingDetails, type index_d$d_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type index_d$d_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type index_d$d_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type index_d$d_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$3 as CatalogReference, type index_d$d_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type index_d$d_CommitDraftOrderOptions as CommitDraftOrderOptions, type index_d$d_CommitDraftOrderRequest as CommitDraftOrderRequest, type index_d$d_CommitDraftOrderResponse as CommitDraftOrderResponse, type index_d$d_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type index_d$d_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type index_d$d_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type index_d$d_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type index_d$d_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type index_d$d_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type index_d$d_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type index_d$d_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type index_d$d_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type index_d$d_CreateDraftOrderRequest as CreateDraftOrderRequest, type index_d$d_CreateDraftOrderResponse as CreateDraftOrderResponse, type index_d$d_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type index_d$d_CreateEmptyDraftOrderRequest as CreateEmptyDraftOrderRequest, type index_d$d_CreateEmptyDraftOrderResponse as CreateEmptyDraftOrderResponse, type index_d$d_CreateEmptyDraftOrderResponseNonNullableFields as CreateEmptyDraftOrderResponseNonNullableFields, type index_d$d_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type index_d$d_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type index_d$d_CreateOrderFromDraftResponseNonNullableFields as CreateOrderFromDraftResponseNonNullableFields, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CreditCardDetails$1 as CreditCardDetails, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type index_d$d_CustomLineItem as CustomLineItem, type index_d$d_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type index_d$d_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type index_d$d_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type index_d$d_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type index_d$d_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type index_d$d_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type index_d$d_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type index_d$d_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type index_d$d_DiscountDetails as DiscountDetails, type index_d$d_DiscountOption as DiscountOption, type index_d$d_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type index_d$d_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type index_d$d_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type index_d$d_DraftOrdersQueryResult as DraftOrdersQueryResult, index_d$d_EditingStatus as EditingStatus, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$2 as FieldViolation, index_d$d_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$2 as FullAddressContactDetails, type index_d$d_GetDraftEditabilityStatusRequest as GetDraftEditabilityStatusRequest, type index_d$d_GetDraftEditabilityStatusResponse as GetDraftEditabilityStatusResponse, type index_d$d_GetDraftOrderRequest as GetDraftOrderRequest, type index_d$d_GetDraftOrderResponse as GetDraftOrderResponse, type index_d$d_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type index_d$d_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type index_d$d_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type index_d$d_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type index_d$d_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$d_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type index_d$d_ItemDetails as ItemDetails, type index_d$d_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type index_d$d_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$2 as LineItemDiscount, type LineItemExchangeData$1 as LineItemExchangeData, type LineItemPriceChange$1 as LineItemPriceChange, type LineItemQuantityChange$1 as LineItemQuantityChange, LineItemQuantityChangeType$1 as LineItemQuantityChangeType, type LineItemTaxBreakdown$1 as LineItemTaxBreakdown, type LineItemTaxInfo$1 as LineItemTaxInfo, type LocationAndQuantity$1 as LocationAndQuantity, type ManagedAdditionalFee$1 as ManagedAdditionalFee, type ManagedDiscount$1 as ManagedDiscount, type ManagedLineItem$1 as ManagedLineItem, type MerchantComment$1 as MerchantComment, type MerchantDiscount$2 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$9 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, index_d$d_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type index_d$d_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, type PaymentCanceled$1 as PaymentCanceled, type PaymentCanceledPaymentDetailsOneOf$1 as PaymentCanceledPaymentDetailsOneOf, type PaymentDeclined$1 as PaymentDeclined, type PaymentDeclinedPaymentDetailsOneOf$1 as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$2 as PaymentOptionType, type PaymentPending$1 as PaymentPending, type PaymentPendingPaymentDetailsOneOf$1 as PaymentPendingPaymentDetailsOneOf, type PaymentRefundFailed$1 as PaymentRefundFailed, type PaymentRefunded$1 as PaymentRefunded, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$3 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$4 as PickupDetails, index_d$d_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$3 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$3 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$1 as ProductName, type index_d$d_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type index_d$d_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type index_d$d_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type index_d$d_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type index_d$d_RecipientInfoDetails as RecipientInfoDetails, type index_d$d_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RefundInitiated$1 as RefundInitiated, type RefundedAsStoreCredit$1 as RefundedAsStoreCredit, type RefundedPayment$1 as RefundedPayment, type RefundedPaymentKindOneOf$1 as RefundedPaymentKindOneOf, type RegularPayment$1 as RegularPayment, type RegularPaymentPaymentMethodDetailsOneOf$1 as RegularPaymentPaymentMethodDetailsOneOf, type RegularPaymentRefund$1 as RegularPaymentRefund, type RestoreInfo$a as RestoreInfo, RuleType$2 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type index_d$d_SecuredMedia as SecuredMedia, type index_d$d_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type index_d$d_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type index_d$d_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type index_d$d_SetBillingInfoRequest as SetBillingInfoRequest, type index_d$d_SetBillingInfoResponse as SetBillingInfoResponse, type index_d$d_SetBillingInfoResponseNonNullableFields as SetBillingInfoResponseNonNullableFields, type index_d$d_SetBuyerInfoRequest as SetBuyerInfoRequest, type index_d$d_SetBuyerInfoResponse as SetBuyerInfoResponse, type index_d$d_SetBuyerInfoResponseNonNullableFields as SetBuyerInfoResponseNonNullableFields, type index_d$d_SetDiscountsRequest as SetDiscountsRequest, type index_d$d_SetDiscountsResponse as SetDiscountsResponse, type index_d$d_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type index_d$d_SetRecipientInfoRequest as SetRecipientInfoRequest, type index_d$d_SetRecipientInfoResponse as SetRecipientInfoResponse, type index_d$d_SetRecipientInfoResponseNonNullableFields as SetRecipientInfoResponseNonNullableFields, type index_d$d_SetShippingInfoRequest as SetShippingInfoRequest, type index_d$d_SetShippingInfoResponse as SetShippingInfoResponse, type index_d$d_SetShippingInfoResponseNonNullableFields as SetShippingInfoResponseNonNullableFields, type index_d$d_SetTaxExemptionRequest as SetTaxExemptionRequest, type index_d$d_SetTaxExemptionResponse as SetTaxExemptionResponse, type index_d$d_ShippingChangedDetails as ShippingChangedDetails, type index_d$d_ShippingDetails as ShippingDetails, type index_d$d_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$2 as ShippingInformation, type ShippingInformationChange$1 as ShippingInformationChange, type ShippingOption$2 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, SourceType$1 as SourceType, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$2 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TaxableAddress$2 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$2 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$2 as TaxableAddressType, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type index_d$d_UpdateLineItemsOptions as UpdateLineItemsOptions, type index_d$d_UpdateLineItemsRequest as UpdateLineItemsRequest, type index_d$d_UpdateLineItemsResponse as UpdateLineItemsResponse, type index_d$d_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type index_d$d_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type index_d$d_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type index_d$d_V1BalanceSummary as V1BalanceSummary, type index_d$d_V1CreatedBy as V1CreatedBy, type index_d$d_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$d_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$d_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type index_d$d_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$d_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type index_d$d_V1ShippingPrice as V1ShippingPrice, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$4 as WeightUnit, index_d$d_addLineItemsToDraftOrder as addLineItemsToDraftOrder, index_d$d_commitDraftOrder as commitDraftOrder, index_d$d_createCustomAdditionalFees as createCustomAdditionalFees, index_d$d_createCustomDiscounts as createCustomDiscounts, index_d$d_createDraftOrder as createDraftOrder, index_d$d_createEmptyDraftOrder as createEmptyDraftOrder, index_d$d_createOrderFromDraft as createOrderFromDraft, index_d$d_deleteCustomAdditionalFees as deleteCustomAdditionalFees, index_d$d_deleteCustomDiscounts as deleteCustomDiscounts, index_d$d_deleteDraftOrder as deleteDraftOrder, index_d$d_getDraftOrder as getDraftOrder, index_d$d_getOrderDraftabilityStatus as getOrderDraftabilityStatus, index_d$d_queryDraftOrders as queryDraftOrders, index_d$d_setAdditionalFees as setAdditionalFees, index_d$d_setBillingInfo as setBillingInfo, index_d$d_setBuyerInfo as setBuyerInfo, index_d$d_setDiscounts as setDiscounts, index_d$d_setRecipientInfo as setRecipientInfo, index_d$d_setShippingInfo as setShippingInfo, index_d$d_updateLineItems as updateLineItems };
22190
+ export { type ActionEvent$a as ActionEvent, type Activity$2 as Activity, type ActivityContentOneOf$1 as ActivityContentOneOf, ActivityType$2 as ActivityType, type index_d$d_AddLineItemsToDraftOrderOptions as AddLineItemsToDraftOrderOptions, type index_d$d_AddLineItemsToDraftOrderRequest as AddLineItemsToDraftOrderRequest, type index_d$d_AddLineItemsToDraftOrderResponse as AddLineItemsToDraftOrderResponse, type index_d$d_AddLineItemsToDraftOrderResponseNonNullableFields as AddLineItemsToDraftOrderResponseNonNullableFields, type AdditionalFee$2 as AdditionalFee, type index_d$d_AdditionalFeeDetails as AdditionalFeeDetails, type index_d$d_AdditionalFeeOption as AdditionalFeeOption, type Address$6 as Address, type AddressLocation$5 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type ApplicationError$6 as ApplicationError, type AppliedDiscount$2 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$2 as AppliedDiscountDiscountSourceOneOf, index_d$d_AppliedDiscountDiscountType as AppliedDiscountDiscountType, AttributionSource$1 as AttributionSource, type AuthorizedPaymentCaptured$1 as AuthorizedPaymentCaptured, type AuthorizedPaymentCreated$1 as AuthorizedPaymentCreated, type AuthorizedPaymentVoided$1 as AuthorizedPaymentVoided, type Balance$1 as Balance, type BalanceSummary$1 as BalanceSummary, type index_d$d_BillingChangedDetails as BillingChangedDetails, type index_d$d_BillingDetails as BillingDetails, type index_d$d_BillingDetailsChangeTypeOneOf as BillingDetailsChangeTypeOneOf, type index_d$d_BuyerChangedDetails as BuyerChangedDetails, type BuyerDetails$1 as BuyerDetails, type index_d$d_BuyerDetailsChangeTypeOneOf as BuyerDetailsChangeTypeOneOf, type BuyerInfo$3 as BuyerInfo, type BuyerInfoIdOneOf$1 as BuyerInfoIdOneOf, type index_d$d_CalculatedDraftOrder as CalculatedDraftOrder, type CalculationErrors$1 as CalculationErrors, type CalculationErrorsShippingCalculationErrorOneOf$1 as CalculationErrorsShippingCalculationErrorOneOf, type CarrierError$2 as CarrierError, type CarrierErrors$1 as CarrierErrors, type CatalogReference$3 as CatalogReference, type index_d$d_CatalogReferenceLineItem as CatalogReferenceLineItem, type ChannelInfo$2 as ChannelInfo, ChannelType$2 as ChannelType, type Color$1 as Color, type index_d$d_CommitDraftOrderOptions as CommitDraftOrderOptions, type index_d$d_CommitDraftOrderRequest as CommitDraftOrderRequest, type index_d$d_CommitDraftOrderResponse as CommitDraftOrderResponse, type index_d$d_CommitDraftOrderResponseNonNullableFields as CommitDraftOrderResponseNonNullableFields, type Coupon$2 as Coupon, type index_d$d_CreateCustomAdditionalFeesOptions as CreateCustomAdditionalFeesOptions, type index_d$d_CreateCustomAdditionalFeesRequest as CreateCustomAdditionalFeesRequest, type index_d$d_CreateCustomAdditionalFeesResponse as CreateCustomAdditionalFeesResponse, type index_d$d_CreateCustomAdditionalFeesResponseNonNullableFields as CreateCustomAdditionalFeesResponseNonNullableFields, type index_d$d_CreateCustomDiscountsOptions as CreateCustomDiscountsOptions, type index_d$d_CreateCustomDiscountsRequest as CreateCustomDiscountsRequest, type index_d$d_CreateCustomDiscountsResponse as CreateCustomDiscountsResponse, type index_d$d_CreateCustomDiscountsResponseNonNullableFields as CreateCustomDiscountsResponseNonNullableFields, type index_d$d_CreateDraftOrderRequest as CreateDraftOrderRequest, type index_d$d_CreateDraftOrderResponse as CreateDraftOrderResponse, type index_d$d_CreateDraftOrderResponseNonNullableFields as CreateDraftOrderResponseNonNullableFields, type index_d$d_CreateEmptyDraftOrderRequest as CreateEmptyDraftOrderRequest, type index_d$d_CreateEmptyDraftOrderResponse as CreateEmptyDraftOrderResponse, type index_d$d_CreateEmptyDraftOrderResponseNonNullableFields as CreateEmptyDraftOrderResponseNonNullableFields, type index_d$d_CreateOrderFromDraftRequest as CreateOrderFromDraftRequest, type index_d$d_CreateOrderFromDraftResponse as CreateOrderFromDraftResponse, type index_d$d_CreateOrderFromDraftResponseNonNullableFields as CreateOrderFromDraftResponseNonNullableFields, type CreatedBy$1 as CreatedBy, type CreatedByStringOneOf$1 as CreatedByStringOneOf, type CreditCardDetails$1 as CreditCardDetails, type CursorPaging$6 as CursorPaging, type CursorPagingMetadata$6 as CursorPagingMetadata, type CursorQuery$4 as CursorQuery, type CursorQueryPagingMethodOneOf$4 as CursorQueryPagingMethodOneOf, type Cursors$6 as Cursors, type CustomActivity$1 as CustomActivity, type CustomField$2 as CustomField, type index_d$d_CustomLineItem as CustomLineItem, type index_d$d_DeleteCustomAdditionalFeesRequest as DeleteCustomAdditionalFeesRequest, type index_d$d_DeleteCustomAdditionalFeesResponse as DeleteCustomAdditionalFeesResponse, type index_d$d_DeleteCustomAdditionalFeesResponseNonNullableFields as DeleteCustomAdditionalFeesResponseNonNullableFields, type index_d$d_DeleteCustomDiscountsRequest as DeleteCustomDiscountsRequest, type index_d$d_DeleteCustomDiscountsResponse as DeleteCustomDiscountsResponse, type index_d$d_DeleteCustomDiscountsResponseNonNullableFields as DeleteCustomDiscountsResponseNonNullableFields, type index_d$d_DeleteDraftOrderRequest as DeleteDraftOrderRequest, type index_d$d_DeleteDraftOrderResponse as DeleteDraftOrderResponse, type DeliveryLogistics$3 as DeliveryLogistics, type DeliveryTimeSlot$3 as DeliveryTimeSlot, type DescriptionLine$1 as DescriptionLine, type DescriptionLineDescriptionLineValueOneOf$1 as DescriptionLineDescriptionLineValueOneOf, type DescriptionLineName$1 as DescriptionLineName, DescriptionLineType$1 as DescriptionLineType, type DescriptionLineValueOneOf$1 as DescriptionLineValueOneOf, type Details$2 as Details, type DetailsKindOneOf$2 as DetailsKindOneOf, type DigitalFile$2 as DigitalFile, type index_d$d_DiscountDetails as DiscountDetails, type index_d$d_DiscountOption as DiscountOption, type index_d$d_DiscountOptionDiscountAmountOneOf as DiscountOptionDiscountAmountOneOf, DiscountReason$1 as DiscountReason, type DiscountRule$2 as DiscountRule, type DiscountRuleName$2 as DiscountRuleName, DiscountType$2 as DiscountType, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type index_d$d_DraftOrder as DraftOrder, type DraftOrderChangesApplied$1 as DraftOrderChangesApplied, type DraftOrderCommitSettings$1 as DraftOrderCommitSettings, type index_d$d_DraftOrdersQueryBuilder as DraftOrdersQueryBuilder, type index_d$d_DraftOrdersQueryResult as DraftOrdersQueryResult, index_d$d_EditingStatus as EditingStatus, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, type ExtendedFields$4 as ExtendedFields, type FieldViolation$2 as FieldViolation, index_d$d_FileType as FileType, FulfillmentStatus$3 as FulfillmentStatus, type FulfillmentStatusesAggregate$1 as FulfillmentStatusesAggregate, type FullAddressContactDetails$2 as FullAddressContactDetails, type index_d$d_GetDraftEditabilityStatusRequest as GetDraftEditabilityStatusRequest, type index_d$d_GetDraftEditabilityStatusResponse as GetDraftEditabilityStatusResponse, type index_d$d_GetDraftOrderRequest as GetDraftOrderRequest, type index_d$d_GetDraftOrderResponse as GetDraftOrderResponse, type index_d$d_GetDraftOrderResponseNonNullableFields as GetDraftOrderResponseNonNullableFields, type index_d$d_GetOrderDraftabilityStatusRequest as GetOrderDraftabilityStatusRequest, type index_d$d_GetOrderDraftabilityStatusResponse as GetOrderDraftabilityStatusResponse, type index_d$d_GetOrderDraftabilityStatusResponseNonNullableFields as GetOrderDraftabilityStatusResponseNonNullableFields, type GiftCardPaymentRefund$1 as GiftCardPaymentRefund, type index_d$d_IdAndApplied as IdAndApplied, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$d_InventoryUpdate as InventoryUpdate, type ItemChangedDetails$1 as ItemChangedDetails, type index_d$d_ItemDetails as ItemDetails, type index_d$d_ItemDetailsChangeTypeOneOf as ItemDetailsChangeTypeOneOf, type ItemTaxFullDetails$2 as ItemTaxFullDetails, type ItemType$2 as ItemType, ItemTypeItemType$2 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$2 as ItemTypeItemTypeDataOneOf, JurisdictionType$2 as JurisdictionType, type LineItemAmount$1 as LineItemAmount, type index_d$d_LineItemChangeDetails as LineItemChangeDetails, type LineItemChanges$1 as LineItemChanges, type LineItemDiscount$2 as LineItemDiscount, type LineItemExchangeData$1 as LineItemExchangeData, type LineItemPriceChange$1 as LineItemPriceChange, type LineItemQuantityChange$1 as LineItemQuantityChange, LineItemQuantityChangeType$1 as LineItemQuantityChangeType, type LineItemTaxBreakdown$1 as LineItemTaxBreakdown, type LineItemTaxInfo$1 as LineItemTaxInfo, type LocationAndQuantity$1 as LocationAndQuantity, type ManagedAdditionalFee$1 as ManagedAdditionalFee, type ManagedDiscount$1 as ManagedDiscount, type ManagedLineItem$1 as ManagedLineItem, type MembershipPaymentRefund$1 as MembershipPaymentRefund, type MerchantComment$1 as MerchantComment, type MerchantDiscount$2 as MerchantDiscount, type MerchantDiscountMerchantDiscountReasonOneOf$1 as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$9 as MessageEnvelope, type NewExchangeOrderCreated$1 as NewExchangeOrderCreated, index_d$d_NonDraftableReason as NonDraftableReason, type Order$2 as Order, type OrderChange$1 as OrderChange, type OrderChangeValueOneOf$1 as OrderChangeValueOneOf, type OrderCreateNotifications$1 as OrderCreateNotifications, type index_d$d_OrderCreateSettings as OrderCreateSettings, type OrderCreatedFromExchange$1 as OrderCreatedFromExchange, type OrderLineItem$1 as OrderLineItem, type OrderRefunded$2 as OrderRefunded, OrderStatus$1 as OrderStatus, type OrderTaxBreakdown$1 as OrderTaxBreakdown, type OrderTaxInfo$1 as OrderTaxInfo, type PaymentCanceled$1 as PaymentCanceled, type PaymentCanceledPaymentDetailsOneOf$1 as PaymentCanceledPaymentDetailsOneOf, type PaymentDeclined$1 as PaymentDeclined, type PaymentDeclinedPaymentDetailsOneOf$1 as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$2 as PaymentOptionType, type PaymentPending$1 as PaymentPending, type PaymentPendingPaymentDetailsOneOf$1 as PaymentPendingPaymentDetailsOneOf, type PaymentRefundFailed$1 as PaymentRefundFailed, type PaymentRefunded$1 as PaymentRefunded, PaymentStatus$2 as PaymentStatus, type PhysicalProperties$3 as PhysicalProperties, type PickupAddress$2 as PickupAddress, type PickupDetails$4 as PickupDetails, index_d$d_PickupDetailsPickupMethod as PickupDetailsPickupMethod, PickupMethod$3 as PickupMethod, type PlainTextValue$1 as PlainTextValue, type Price$3 as Price, type PriceDescription$1 as PriceDescription, type PriceSummary$2 as PriceSummary, type ProductName$1 as ProductName, type index_d$d_QueryDraftOrdersRequest as QueryDraftOrdersRequest, type index_d$d_QueryDraftOrdersResponse as QueryDraftOrdersResponse, type index_d$d_QueryDraftOrdersResponseNonNullableFields as QueryDraftOrdersResponseNonNullableFields, type index_d$d_RecipientInfoChangedDetails as RecipientInfoChangedDetails, type index_d$d_RecipientInfoDetails as RecipientInfoDetails, type index_d$d_RecipientInfoDetailsChangeTypeOneOf as RecipientInfoDetailsChangeTypeOneOf, type RefundInitiated$1 as RefundInitiated, type RefundedAsStoreCredit$1 as RefundedAsStoreCredit, type RefundedPayment$1 as RefundedPayment, type RefundedPaymentKindOneOf$1 as RefundedPaymentKindOneOf, type RegularPayment$1 as RegularPayment, type RegularPaymentPaymentMethodDetailsOneOf$1 as RegularPaymentPaymentMethodDetailsOneOf, type RegularPaymentRefund$1 as RegularPaymentRefund, type RestoreInfo$a as RestoreInfo, RuleType$2 as RuleType, type SavedPaymentMethod$1 as SavedPaymentMethod, type index_d$d_SecuredMedia as SecuredMedia, type index_d$d_SetAdditionalFeesRequest as SetAdditionalFeesRequest, type index_d$d_SetAdditionalFeesResponse as SetAdditionalFeesResponse, type index_d$d_SetAdditionalFeesResponseNonNullableFields as SetAdditionalFeesResponseNonNullableFields, type index_d$d_SetBillingInfoRequest as SetBillingInfoRequest, type index_d$d_SetBillingInfoResponse as SetBillingInfoResponse, type index_d$d_SetBillingInfoResponseNonNullableFields as SetBillingInfoResponseNonNullableFields, type index_d$d_SetBuyerInfoRequest as SetBuyerInfoRequest, type index_d$d_SetBuyerInfoResponse as SetBuyerInfoResponse, type index_d$d_SetBuyerInfoResponseNonNullableFields as SetBuyerInfoResponseNonNullableFields, type index_d$d_SetDiscountsRequest as SetDiscountsRequest, type index_d$d_SetDiscountsResponse as SetDiscountsResponse, type index_d$d_SetDiscountsResponseNonNullableFields as SetDiscountsResponseNonNullableFields, type index_d$d_SetRecipientInfoRequest as SetRecipientInfoRequest, type index_d$d_SetRecipientInfoResponse as SetRecipientInfoResponse, type index_d$d_SetRecipientInfoResponseNonNullableFields as SetRecipientInfoResponseNonNullableFields, type index_d$d_SetShippingInfoRequest as SetShippingInfoRequest, type index_d$d_SetShippingInfoResponse as SetShippingInfoResponse, type index_d$d_SetShippingInfoResponseNonNullableFields as SetShippingInfoResponseNonNullableFields, type index_d$d_SetTaxExemptionRequest as SetTaxExemptionRequest, type index_d$d_SetTaxExemptionResponse as SetTaxExemptionResponse, type index_d$d_ShippingChangedDetails as ShippingChangedDetails, type index_d$d_ShippingDetails as ShippingDetails, type index_d$d_ShippingDetailsChangeTypeOneOf as ShippingDetailsChangeTypeOneOf, type ShippingInformation$2 as ShippingInformation, type ShippingInformationChange$1 as ShippingInformationChange, type ShippingOption$2 as ShippingOption, type ShippingPrice$2 as ShippingPrice, type ShippingRegion$2 as ShippingRegion, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, SourceType$1 as SourceType, type StreetAddress$5 as StreetAddress, SubscriptionFrequency$3 as SubscriptionFrequency, type SubscriptionInfo$2 as SubscriptionInfo, type SubscriptionSettings$3 as SubscriptionSettings, type SystemError$2 as SystemError, type TagList$1 as TagList, type Tags$1 as Tags, type TaxDetails$1 as TaxDetails, type TaxSummary$2 as TaxSummary, type TaxableAddress$2 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$2 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$2 as TaxableAddressType, type TotalPriceChange$1 as TotalPriceChange, type TranslatedValue$1 as TranslatedValue, type UpdateExtendedFieldsRequest$3 as UpdateExtendedFieldsRequest, type UpdateExtendedFieldsResponse$3 as UpdateExtendedFieldsResponse, type index_d$d_UpdateLineItemsOptions as UpdateLineItemsOptions, type index_d$d_UpdateLineItemsRequest as UpdateLineItemsRequest, type index_d$d_UpdateLineItemsResponse as UpdateLineItemsResponse, type index_d$d_UpdateLineItemsResponseNonNullableFields as UpdateLineItemsResponseNonNullableFields, type index_d$d_UpdateShippingInfoRequest as UpdateShippingInfoRequest, type index_d$d_UpdateShippingInfoResponse as UpdateShippingInfoResponse, type index_d$d_V1BalanceSummary as V1BalanceSummary, type index_d$d_V1CreatedBy as V1CreatedBy, type index_d$d_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$d_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$d_V1DeliveryLogisticsAddressOneOf as V1DeliveryLogisticsAddressOneOf, type index_d$d_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$d_V1PickupDetails as V1PickupDetails, type V1ShippingInformation$1 as V1ShippingInformation, type index_d$d_V1ShippingPrice as V1ShippingPrice, type ValidationError$2 as ValidationError, type VatId$3 as VatId, VatType$3 as VatType, WebhookIdentityType$9 as WebhookIdentityType, WeightUnit$4 as WeightUnit, index_d$d_addLineItemsToDraftOrder as addLineItemsToDraftOrder, index_d$d_commitDraftOrder as commitDraftOrder, index_d$d_createCustomAdditionalFees as createCustomAdditionalFees, index_d$d_createCustomDiscounts as createCustomDiscounts, index_d$d_createDraftOrder as createDraftOrder, index_d$d_createEmptyDraftOrder as createEmptyDraftOrder, index_d$d_createOrderFromDraft as createOrderFromDraft, index_d$d_deleteCustomAdditionalFees as deleteCustomAdditionalFees, index_d$d_deleteCustomDiscounts as deleteCustomDiscounts, index_d$d_deleteDraftOrder as deleteDraftOrder, index_d$d_getDraftOrder as getDraftOrder, index_d$d_getOrderDraftabilityStatus as getOrderDraftabilityStatus, index_d$d_queryDraftOrders as queryDraftOrders, index_d$d_setAdditionalFees as setAdditionalFees, index_d$d_setBillingInfo as setBillingInfo, index_d$d_setBuyerInfo as setBuyerInfo, index_d$d_setDiscounts as setDiscounts, index_d$d_setRecipientInfo as setRecipientInfo, index_d$d_setShippingInfo as setShippingInfo, index_d$d_updateLineItems as updateLineItems };
22168
22191
  }
22169
22192
 
22170
22193
  interface OrderWithFulfillments {
@@ -24756,6 +24779,10 @@ interface RefundInitiated {
24756
24779
  interface RefundedPayment extends RefundedPaymentKindOneOf {
24757
24780
  /** Regular payment refund. */
24758
24781
  regular?: RegularPaymentRefund;
24782
+ /** Gift card payment refund. */
24783
+ giftCard?: GiftCardPaymentRefund;
24784
+ /** Membership payment refund. */
24785
+ membership?: MembershipPaymentRefund;
24759
24786
  /** Payment ID. */
24760
24787
  paymentId?: string;
24761
24788
  /** Whether refund was made externally and manually on the payment provider's side. */
@@ -24765,6 +24792,10 @@ interface RefundedPayment extends RefundedPaymentKindOneOf {
24765
24792
  interface RefundedPaymentKindOneOf {
24766
24793
  /** Regular payment refund. */
24767
24794
  regular?: RegularPaymentRefund;
24795
+ /** Gift card payment refund. */
24796
+ giftCard?: GiftCardPaymentRefund;
24797
+ /** Membership payment refund. */
24798
+ membership?: MembershipPaymentRefund;
24768
24799
  }
24769
24800
  interface RegularPaymentRefund {
24770
24801
  /** Refund amount */
@@ -24774,6 +24805,16 @@ interface RegularPaymentRefund {
24774
24805
  /** Card issuer's brand. */
24775
24806
  brand?: string | null;
24776
24807
  }
24808
+ interface GiftCardPaymentRefund {
24809
+ /** Gift card payment ID */
24810
+ giftCardPaymentId?: string | null;
24811
+ /** Refund amount */
24812
+ amount?: Price$2;
24813
+ }
24814
+ interface MembershipPaymentRefund {
24815
+ /** Membership ID */
24816
+ membershipId?: string | null;
24817
+ }
24777
24818
  interface PaymentRefunded {
24778
24819
  /** Refund ID. */
24779
24820
  refundId?: string;
@@ -27243,6 +27284,12 @@ interface PickupReadyEmailSent {
27243
27284
  /** Order marked as partially paid when an online transaction was confirmed with partial minimal required amount of total sum */
27244
27285
  interface OrderPartiallyPaid {
27245
27286
  }
27287
+ /** Order reject */
27288
+ interface OrderPending {
27289
+ }
27290
+ /** Order reject */
27291
+ interface OrderRejected {
27292
+ }
27246
27293
  interface AddInternalActivityResponse {
27247
27294
  /** Updated order. */
27248
27295
  order?: Order$1;
@@ -28385,8 +28432,12 @@ interface AuthorizedPaymentVoidedNonNullableFields {
28385
28432
  interface RegularPaymentRefundNonNullableFields {
28386
28433
  amount?: PriceNonNullableFields$2;
28387
28434
  }
28435
+ interface GiftCardPaymentRefundNonNullableFields {
28436
+ amount?: PriceNonNullableFields$2;
28437
+ }
28388
28438
  interface RefundedPaymentNonNullableFields {
28389
28439
  regular?: RegularPaymentRefundNonNullableFields;
28440
+ giftCard?: GiftCardPaymentRefundNonNullableFields;
28390
28441
  paymentId: string;
28391
28442
  externalRefund: boolean;
28392
28443
  }
@@ -28463,6 +28514,7 @@ interface BalanceSummaryNonNullableFields {
28463
28514
  refunded?: PriceNonNullableFields$2;
28464
28515
  authorized?: PriceNonNullableFields$2;
28465
28516
  pendingRefund?: PriceNonNullableFields$2;
28517
+ pending?: PriceNonNullableFields$2;
28466
28518
  }
28467
28519
  interface AdditionalFeeNonNullableFields {
28468
28520
  name: string;
@@ -29184,6 +29236,7 @@ type index_d$9_GetPaymentCollectabilityStatusResponse = GetPaymentCollectability
29184
29236
  type index_d$9_GetPaymentCollectabilityStatusResponseNonNullableFields = GetPaymentCollectabilityStatusResponseNonNullableFields;
29185
29237
  type index_d$9_GetShipmentsRequest = GetShipmentsRequest;
29186
29238
  type index_d$9_GetShipmentsResponse = GetShipmentsResponse;
29239
+ type index_d$9_GiftCardPaymentRefund = GiftCardPaymentRefund;
29187
29240
  type index_d$9_HtmlApplication = HtmlApplication;
29188
29241
  type index_d$9_IdAndVersion = IdAndVersion;
29189
29242
  type index_d$9_InternalActivity = InternalActivity;
@@ -29241,6 +29294,7 @@ type index_d$9_MarkOrderAsSeenByHumanResponse = MarkOrderAsSeenByHumanResponse;
29241
29294
  type index_d$9_MaskedOrder = MaskedOrder;
29242
29295
  type index_d$9_MaskedOrderLineItem = MaskedOrderLineItem;
29243
29296
  type index_d$9_MembershipChargeItem = MembershipChargeItem;
29297
+ type index_d$9_MembershipPaymentRefund = MembershipPaymentRefund;
29244
29298
  type index_d$9_MerchantComment = MerchantComment;
29245
29299
  type index_d$9_MerchantDiscountMerchantDiscountReasonOneOf = MerchantDiscountMerchantDiscountReasonOneOf;
29246
29300
  type index_d$9_MetaData = MetaData;
@@ -29272,7 +29326,9 @@ type index_d$9_OrderNotFulfilled = OrderNotFulfilled;
29272
29326
  type index_d$9_OrderPaid = OrderPaid;
29273
29327
  type index_d$9_OrderPartiallyPaid = OrderPartiallyPaid;
29274
29328
  type index_d$9_OrderPaymentStatusUpdatedEnvelope = OrderPaymentStatusUpdatedEnvelope;
29329
+ type index_d$9_OrderPending = OrderPending;
29275
29330
  type index_d$9_OrderPlaced = OrderPlaced;
29331
+ type index_d$9_OrderRejected = OrderRejected;
29276
29332
  type index_d$9_OrderStatus = OrderStatus;
29277
29333
  declare const index_d$9_OrderStatus: typeof OrderStatus;
29278
29334
  type index_d$9_OrderTaxBreakdown = OrderTaxBreakdown;
@@ -29462,7 +29518,7 @@ declare const index_d$9_searchOrders: typeof searchOrders;
29462
29518
  declare const index_d$9_updateOrder: typeof updateOrder;
29463
29519
  declare const index_d$9_voidAuthorizedPayments: typeof voidAuthorizedPayments;
29464
29520
  declare namespace index_d$9 {
29465
- export { type ActionEvent$7 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type index_d$9_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$9_AddActivitiesRequest as AddActivitiesRequest, type index_d$9_AddActivitiesResponse as AddActivitiesResponse, type index_d$9_AddActivityRequest as AddActivityRequest, type index_d$9_AddActivityResponse as AddActivityResponse, type index_d$9_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$9_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type index_d$9_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$9_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$5 as Address, type index_d$9_AddressDescription as AddressDescription, type AddressLocation$3 as AddressLocation, type index_d$9_AddressWithContact as AddressWithContact, type index_d$9_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$9_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type index_d$9_App as App, type ApplicationError$4 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type index_d$9_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$9_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type index_d$9_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$9_ArchiveOrderResponse as ArchiveOrderResponse, index_d$9_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$2 as AuthorizationActionFailureDetails, type AuthorizationCapture$2 as AuthorizationCapture, AuthorizationCaptureStatus$2 as AuthorizationCaptureStatus, type AuthorizationDetails$2 as AuthorizationDetails, type AuthorizationVoid$2 as AuthorizationVoid, AuthorizationVoidStatus$2 as AuthorizationVoidStatus, type index_d$9_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$9_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$9_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$9_Balance as Balance, type index_d$9_BalanceSummary as BalanceSummary, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$9_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$9_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$9_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$9_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$9_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$9_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$9_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$9_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$9_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$9_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$9_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$9_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$9_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$9_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$9_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$9_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$9_BulkOrderResult as BulkOrderResult, type index_d$9_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$9_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$9_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$9_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$9_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$9_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$9_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$9_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$9_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type index_d$9_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$9_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$9_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, type index_d$9_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$9_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$9_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$9_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$9_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$9_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$9_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$9_CalculatedTax as CalculatedTax, type index_d$9_CalculatedTaxes as CalculatedTaxes, type index_d$9_Cancel as Cancel, type index_d$9_CancelOrderOptions as CancelOrderOptions, type index_d$9_CancelOrderRequest as CancelOrderRequest, type index_d$9_CancelOrderResponse as CancelOrderResponse, type index_d$9_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$9_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$9_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$9_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$2 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$9_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$9_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$9_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$9_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$9_ChargedBy as ChargedBy, type index_d$9_Color as Color, type index_d$9_CommitDeltasRequest as CommitDeltasRequest, type index_d$9_CommitDeltasResponse as CommitDeltasResponse, type index_d$9_CommittedDiffs as CommittedDiffs, type index_d$9_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$9_CommonAddress as CommonAddress, type index_d$9_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$9_Company as Company, type index_d$9_Complete as Complete, type index_d$9_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type index_d$9_CreateOrderRequest as CreateOrderRequest, type index_d$9_CreateOrderResponse as CreateOrderResponse, type index_d$9_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$9_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$9_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$9_CreatedBy as CreatedBy, type index_d$9_CreatedByStringOneOf as CreatedByStringOneOf, type index_d$9_CreditCardDetails as CreditCardDetails, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type index_d$9_CursorSearch as CursorSearch, type index_d$9_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type index_d$9_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$9_CustomFieldGroup as CustomFieldGroup, type index_d$9_CustomFieldValue as CustomFieldValue, type index_d$9_Customer as Customer, type index_d$9_DecrementData as DecrementData, type index_d$9_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$9_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$9_DelayedCaptureSettings as DelayedCaptureSettings, type index_d$9_DeleteActivityRequest as DeleteActivityRequest, type index_d$9_DeleteActivityResponse as DeleteActivityResponse, type index_d$9_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$9_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$2 as DeliveryLogistics, type index_d$9_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$2 as DeliveryTimeSlot, index_d$9_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$9_Deposit as Deposit, index_d$9_DepositType as DepositType, type index_d$9_DescriptionLine as DescriptionLine, type index_d$9_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$9_DescriptionLineName as DescriptionLineName, index_d$9_DescriptionLineType as DescriptionLineType, type index_d$9_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$9_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$9_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type index_d$9_DownloadLinkSent as DownloadLinkSent, type index_d$9_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$9_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$9_DraftOrderDiffs as DraftOrderDiffs, type index_d$9_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$9_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$9_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$9_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$9_Duration as Duration, index_d$9_DurationUnit as DurationUnit, type index_d$9_Email as Email, type index_d$9_EmailEdited as EmailEdited, type Empty$5 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$4 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type index_d$9_ExternalUriMapping as ExternalUriMapping, type index_d$9_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$9_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$9_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$9_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$9_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$9_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$9_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$9_GetOrderRequest as GetOrderRequest, type index_d$9_GetOrderResponse as GetOrderResponse, type index_d$9_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$9_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$9_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$9_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$9_GetShipmentsRequest as GetShipmentsRequest, type index_d$9_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type index_d$9_HtmlApplication as HtmlApplication, type index_d$9_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$9_InternalActivity as InternalActivity, type index_d$9_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$9_InternalDocument as InternalDocument, type index_d$9_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$9_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$9_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$9_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$9_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$9_InventoryAction as InventoryAction, type index_d$9_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$9_InvoiceAdded as InvoiceAdded, type index_d$9_InvoiceDates as InvoiceDates, type index_d$9_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$9_InvoiceFields as InvoiceFields, type index_d$9_InvoiceSent as InvoiceSent, type index_d$9_InvoiceSentEvent as InvoiceSentEvent, index_d$9_InvoiceStatus as InvoiceStatus, type index_d$9_InvoicesPayment as InvoicesPayment, type index_d$9_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type index_d$9_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type index_d$9_LineItemAmount as LineItemAmount, type index_d$9_LineItemChanges as LineItemChanges, type index_d$9_LineItemDelta as LineItemDelta, type index_d$9_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type index_d$9_LineItemExchangeData as LineItemExchangeData, type index_d$9_LineItemMetaData as LineItemMetaData, type index_d$9_LineItemPriceChange as LineItemPriceChange, type index_d$9_LineItemQuantityChange as LineItemQuantityChange, index_d$9_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type index_d$9_LineItemTax as LineItemTax, type index_d$9_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$9_LineItemTaxInfo as LineItemTaxInfo, type index_d$9_LineItemUpdate as LineItemUpdate, type index_d$9_LineItems as LineItems, type index_d$9_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$9_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$9_Locale as Locale, type index_d$9_LocationAndQuantity as LocationAndQuantity, type index_d$9_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$9_ManagedDiscount as ManagedDiscount, type index_d$9_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$9_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$9_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$9_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$9_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$9_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$9_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$9_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$9_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$9_MaskedOrder as MaskedOrder, type index_d$9_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$9_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, MembershipPaymentStatus$2 as MembershipPaymentStatus, type index_d$9_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$9_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type index_d$9_MetaData as MetaData, type index_d$9_MetaSite as MetaSite, type index_d$9_MetaTag as MetaTag, index_d$9_Namespace as Namespace, type index_d$9_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, index_d$9_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$9_OrderApproved as OrderApproved, type index_d$9_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$9_OrderCanceled as OrderCanceled, type index_d$9_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$9_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$9_OrderChange as OrderChange, type index_d$9_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$9_OrderCreateNotifications as OrderCreateNotifications, type index_d$9_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$9_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$9_OrderCreationSettings as OrderCreationSettings, type index_d$9_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$9_OrderFulfilled as OrderFulfilled, type index_d$9_OrderItemsRestocked as OrderItemsRestocked, type index_d$9_OrderLineItem as OrderLineItem, type index_d$9_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$9_OrderNonNullableFields as OrderNonNullableFields, type index_d$9_OrderNotFulfilled as OrderNotFulfilled, type index_d$9_OrderPaid as OrderPaid, type index_d$9_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$9_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$9_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, index_d$9_OrderStatus as OrderStatus, type index_d$9_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$9_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type index_d$9_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$9_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type index_d$9_PaymentCanceled as PaymentCanceled, type index_d$9_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type index_d$9_PaymentCapture as PaymentCapture, index_d$9_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type index_d$9_PaymentDeclined as PaymentDeclined, type index_d$9_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type index_d$9_PaymentPending as PaymentPending, type index_d$9_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$9_PaymentRefundFailed as PaymentRefundFailed, type index_d$9_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type index_d$9_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$9_Payments as Payments, type index_d$9_Phone as Phone, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$3 as PickupDetails, PickupMethod$2 as PickupMethod, type index_d$9_PickupReadyEmailSent as PickupReadyEmailSent, index_d$9_Placement as Placement, type index_d$9_PlainTextValue as PlainTextValue, type index_d$9_PlatformPaging as PlatformPaging, type index_d$9_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$9_PlatformQuery as PlatformQuery, type index_d$9_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$9_PreparePaymentCollectionOptions as PreparePaymentCollectionOptions, type index_d$9_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$9_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$9_PreparePaymentCollectionResponseNonNullableFields as PreparePaymentCollectionResponseNonNullableFields, type index_d$9_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$9_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$9_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$9_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$9_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$9_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$9_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$9_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$9_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$9_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$9_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$9_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$9_PreviewEmailType as PreviewEmailType, type index_d$9_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$9_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$9_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$9_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$9_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$9_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type index_d$9_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type index_d$9_ProductName as ProductName, type index_d$9_PublicActivity as PublicActivity, type index_d$9_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$9_QueryOrderRequest as QueryOrderRequest, type index_d$9_QueryOrderResponse as QueryOrderResponse, type index_d$9_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$9_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$9_QuotesAddress as QuotesAddress, Reason$2 as Reason, type index_d$9_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$9_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$9_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, type index_d$9_RefundInitiated as RefundInitiated, type RefundItem$2 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$2 as RefundStatus, type RefundTransaction$2 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type index_d$9_RefundedAsStoreCredit as RefundedAsStoreCredit, type index_d$9_RefundedPayment as RefundedPayment, type index_d$9_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type index_d$9_RegularPayment as RegularPayment, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$9_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type index_d$9_RegularPaymentRefund as RegularPaymentRefund, type index_d$9_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$7 as RestoreInfo, type index_d$9_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type index_d$9_SearchOrdersOptions as SearchOrdersOptions, type index_d$9_SearchOrdersRequest as SearchOrdersRequest, type index_d$9_SearchOrdersResponse as SearchOrdersResponse, type index_d$9_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$9_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$9_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$9_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$9_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$9_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$9_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$9_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$9_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$9_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$9_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$9_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$9_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$9_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$9_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$9_SendRefundEmailRequest as SendRefundEmailRequest, type index_d$9_SendRefundEmailResponse as SendRefundEmailResponse, type index_d$9_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type index_d$9_ShippingAddressEdited as ShippingAddressEdited, type index_d$9_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type index_d$9_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$2 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type Source$1 as Source, index_d$9_SourceType as SourceType, type index_d$9_StandardDetails as StandardDetails, index_d$9_State as State, type StreetAddress$4 as StreetAddress, type Subdivision$1 as Subdivision, SubdivisionType$1 as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type index_d$9_TagList as TagList, type index_d$9_Tags as Tags, type index_d$9_Task as Task, type index_d$9_TaskAction as TaskAction, type index_d$9_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$9_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type index_d$9_TotalPrice as TotalPrice, type index_d$9_TotalPriceChange as TotalPriceChange, type index_d$9_TrackingLinkAdded as TrackingLinkAdded, type index_d$9_TrackingNumberAdded as TrackingNumberAdded, type index_d$9_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type index_d$9_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$9_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$9_TriggerReindexRequest as TriggerReindexRequest, type index_d$9_TriggerReindexResponse as TriggerReindexResponse, type index_d$9_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$9_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$9_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$9_UpdateActivityRequest as UpdateActivityRequest, type index_d$9_UpdateActivityResponse as UpdateActivityResponse, type index_d$9_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$9_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$9_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$9_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$9_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$9_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$9_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$9_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$9_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$9_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$9_UpdateOrder as UpdateOrder, type index_d$9_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$9_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$9_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$9_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$9_UpdateOrderRequest as UpdateOrderRequest, type index_d$9_UpdateOrderResponse as UpdateOrderResponse, type index_d$9_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$9_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$9_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$9_UpsertRefundRequest as UpsertRefundRequest, type index_d$9_UpsertRefundResponse as UpsertRefundResponse, type index_d$9_UserDataResponse as UserDataResponse, type index_d$9_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$9_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$9_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$9_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$9_V1LineItemDelta as V1LineItemDelta, type index_d$9_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$9_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$9_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$9_V1RestockItem as V1RestockItem, type index_d$9_V1ScheduledAction as V1ScheduledAction, type index_d$9_V1ShippingInformation as V1ShippingInformation, type index_d$9_Value as Value, index_d$9_ValueType as ValueType, type VatId$2 as VatId, VatType$2 as VatType, type index_d$9_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$9_VersionedDocumentId as VersionedDocumentId, type index_d$9_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$9_VersioningMode as VersioningMode, type index_d$9_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$9_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type index_d$9_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$3 as WeightUnit, type index_d$9__publicOnOrderApprovedType as _publicOnOrderApprovedType, type index_d$9__publicOnOrderCanceledType as _publicOnOrderCanceledType, type index_d$9__publicOnOrderCreatedType as _publicOnOrderCreatedType, type index_d$9__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type index_d$9__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, index_d$9_bulkUpdateOrderTags as bulkUpdateOrderTags, index_d$9_bulkUpdateOrders as bulkUpdateOrders, index_d$9_cancelOrder as cancelOrder, index_d$9_captureAuthorizedPayments as captureAuthorizedPayments, index_d$9_createOrder as createOrder, index_d$9_getOrder as getOrder, index_d$9_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$9_onOrderApproved as onOrderApproved, index_d$9_onOrderCanceled as onOrderCanceled, index_d$9_onOrderCreated as onOrderCreated, index_d$9_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, index_d$9_onOrderUpdated as onOrderUpdated, index_d$9_preparePaymentCollection as preparePaymentCollection, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, onOrderUpdated$1 as publicOnOrderUpdated, index_d$9_searchOrders as searchOrders, index_d$9_updateOrder as updateOrder, index_d$9_voidAuthorizedPayments as voidAuthorizedPayments };
29521
+ export { type ActionEvent$7 as ActionEvent, ActionType$2 as ActionType, type Activity$1 as Activity, type index_d$9_ActivityContentOneOf as ActivityContentOneOf, ActivityType$1 as ActivityType, type index_d$9_AddActivitiesRequest as AddActivitiesRequest, type index_d$9_AddActivitiesResponse as AddActivitiesResponse, type index_d$9_AddActivityRequest as AddActivityRequest, type index_d$9_AddActivityResponse as AddActivityResponse, type index_d$9_AddInternalActivityRequest as AddInternalActivityRequest, type index_d$9_AddInternalActivityResponse as AddInternalActivityResponse, type AdditionalFee$1 as AdditionalFee, type index_d$9_AdditionalFeeDelta as AdditionalFeeDelta, type index_d$9_AdditionalFeeDeltaDeltaOneOf as AdditionalFeeDeltaDeltaOneOf, type AdditionalFeeRefund$2 as AdditionalFeeRefund, type Address$5 as Address, type index_d$9_AddressDescription as AddressDescription, type AddressLocation$3 as AddressLocation, type index_d$9_AddressWithContact as AddressWithContact, type index_d$9_AggregateOrdersRequest as AggregateOrdersRequest, type index_d$9_AggregateOrdersResponse as AggregateOrdersResponse, type AggregatedRefundSummary$2 as AggregatedRefundSummary, type index_d$9_App as App, type ApplicationError$4 as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type index_d$9_AppliedDiscountDelta as AppliedDiscountDelta, type index_d$9_AppliedDiscountDeltaDeltaOneOf as AppliedDiscountDeltaDeltaOneOf, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, type index_d$9_ArchiveOrderRequest as ArchiveOrderRequest, type index_d$9_ArchiveOrderResponse as ArchiveOrderResponse, index_d$9_AttributionSource as AttributionSource, type AuthorizationActionFailureDetails$2 as AuthorizationActionFailureDetails, type AuthorizationCapture$2 as AuthorizationCapture, AuthorizationCaptureStatus$2 as AuthorizationCaptureStatus, type AuthorizationDetails$2 as AuthorizationDetails, type AuthorizationVoid$2 as AuthorizationVoid, AuthorizationVoidStatus$2 as AuthorizationVoidStatus, type index_d$9_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$9_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$9_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$9_Balance as Balance, type index_d$9_BalanceSummary as BalanceSummary, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$9_BatchOfTriggerReindexOrderRequest as BatchOfTriggerReindexOrderRequest, type index_d$9_BigDecimalWrapper as BigDecimalWrapper, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$9_BulkArchiveOrdersByFilterRequest as BulkArchiveOrdersByFilterRequest, type index_d$9_BulkArchiveOrdersByFilterResponse as BulkArchiveOrdersByFilterResponse, type index_d$9_BulkArchiveOrdersRequest as BulkArchiveOrdersRequest, type index_d$9_BulkArchiveOrdersResponse as BulkArchiveOrdersResponse, type index_d$9_BulkMarkAsFulfilledByFilterRequest as BulkMarkAsFulfilledByFilterRequest, type index_d$9_BulkMarkAsFulfilledByFilterResponse as BulkMarkAsFulfilledByFilterResponse, type index_d$9_BulkMarkAsFulfilledRequest as BulkMarkAsFulfilledRequest, type index_d$9_BulkMarkAsFulfilledResponse as BulkMarkAsFulfilledResponse, type index_d$9_BulkMarkAsUnfulfilledByFilterRequest as BulkMarkAsUnfulfilledByFilterRequest, type index_d$9_BulkMarkAsUnfulfilledByFilterResponse as BulkMarkAsUnfulfilledByFilterResponse, type index_d$9_BulkMarkAsUnfulfilledRequest as BulkMarkAsUnfulfilledRequest, type index_d$9_BulkMarkAsUnfulfilledResponse as BulkMarkAsUnfulfilledResponse, type index_d$9_BulkMarkOrdersAsPaidRequest as BulkMarkOrdersAsPaidRequest, type index_d$9_BulkMarkOrdersAsPaidResponse as BulkMarkOrdersAsPaidResponse, type index_d$9_BulkOrderResult as BulkOrderResult, type index_d$9_BulkSendBuyerPickupConfirmationEmailsRequest as BulkSendBuyerPickupConfirmationEmailsRequest, type index_d$9_BulkSendBuyerPickupConfirmationEmailsResponse as BulkSendBuyerPickupConfirmationEmailsResponse, type index_d$9_BulkSendBuyerShippingConfirmationEmailsRequest as BulkSendBuyerShippingConfirmationEmailsRequest, type index_d$9_BulkSendBuyerShippingConfirmationEmailsResponse as BulkSendBuyerShippingConfirmationEmailsResponse, type index_d$9_BulkUnArchiveOrdersByFilterRequest as BulkUnArchiveOrdersByFilterRequest, type index_d$9_BulkUnArchiveOrdersByFilterResponse as BulkUnArchiveOrdersByFilterResponse, type index_d$9_BulkUnArchiveOrdersRequest as BulkUnArchiveOrdersRequest, type index_d$9_BulkUnArchiveOrdersResponse as BulkUnArchiveOrdersResponse, type index_d$9_BulkUpdateOrderTagsOptions as BulkUpdateOrderTagsOptions, type index_d$9_BulkUpdateOrderTagsRequest as BulkUpdateOrderTagsRequest, type index_d$9_BulkUpdateOrderTagsResponse as BulkUpdateOrderTagsResponse, type index_d$9_BulkUpdateOrderTagsResponseNonNullableFields as BulkUpdateOrderTagsResponseNonNullableFields, type index_d$9_BulkUpdateOrderTagsResult as BulkUpdateOrderTagsResult, type index_d$9_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$9_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$9_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$9_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type BuyerInfo$1 as BuyerInfo, type index_d$9_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$9_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$9_CalculatedTax as CalculatedTax, type index_d$9_CalculatedTaxes as CalculatedTaxes, type index_d$9_Cancel as Cancel, type index_d$9_CancelOrderOptions as CancelOrderOptions, type index_d$9_CancelOrderRequest as CancelOrderRequest, type index_d$9_CancelOrderResponse as CancelOrderResponse, type index_d$9_CancelOrderResponseNonNullableFields as CancelOrderResponseNonNullableFields, type index_d$9_CaptureAuthorizedPaymentsRequest as CaptureAuthorizedPaymentsRequest, type index_d$9_CaptureAuthorizedPaymentsResponse as CaptureAuthorizedPaymentsResponse, type index_d$9_CaptureAuthorizedPaymentsResponseNonNullableFields as CaptureAuthorizedPaymentsResponseNonNullableFields, type CatalogReference$2 as CatalogReference, type ChannelInfo$1 as ChannelInfo, ChannelType$1 as ChannelType, type index_d$9_ChargeMembershipsRequest as ChargeMembershipsRequest, type index_d$9_ChargeMembershipsResponse as ChargeMembershipsResponse, type index_d$9_ChargeSavedPaymentMethodRequest as ChargeSavedPaymentMethodRequest, type index_d$9_ChargeSavedPaymentMethodResponse as ChargeSavedPaymentMethodResponse, type index_d$9_ChargedBy as ChargedBy, type index_d$9_Color as Color, type index_d$9_CommitDeltasRequest as CommitDeltasRequest, type index_d$9_CommitDeltasResponse as CommitDeltasResponse, type index_d$9_CommittedDiffs as CommittedDiffs, type index_d$9_CommittedDiffsShippingUpdateInfoOneOf as CommittedDiffsShippingUpdateInfoOneOf, type index_d$9_CommonAddress as CommonAddress, type index_d$9_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$9_Company as Company, type index_d$9_Complete as Complete, type index_d$9_ContinueSideEffectsFlowInLegacyData as ContinueSideEffectsFlowInLegacyData, type Coupon$1 as Coupon, type index_d$9_CreateOrderRequest as CreateOrderRequest, type index_d$9_CreateOrderResponse as CreateOrderResponse, type index_d$9_CreateOrderResponseNonNullableFields as CreateOrderResponseNonNullableFields, type index_d$9_CreatePaymentGatewayOrderRequest as CreatePaymentGatewayOrderRequest, type index_d$9_CreatePaymentGatewayOrderResponse as CreatePaymentGatewayOrderResponse, type index_d$9_CreatedBy as CreatedBy, type index_d$9_CreatedByStringOneOf as CreatedByStringOneOf, type index_d$9_CreditCardDetails as CreditCardDetails, type CreditCardPaymentMethodDetails$2 as CreditCardPaymentMethodDetails, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$5 as CursorPagingMetadata, type index_d$9_CursorSearch as CursorSearch, type index_d$9_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$5 as Cursors, type index_d$9_CustomActivity as CustomActivity, type CustomField$1 as CustomField, index_d$9_CustomFieldGroup as CustomFieldGroup, type index_d$9_CustomFieldValue as CustomFieldValue, type index_d$9_Customer as Customer, type index_d$9_DecrementData as DecrementData, type index_d$9_DecrementItemsQuantityRequest as DecrementItemsQuantityRequest, type index_d$9_DecrementItemsQuantityResponse as DecrementItemsQuantityResponse, type index_d$9_DelayedCaptureSettings as DelayedCaptureSettings, type index_d$9_DeleteActivityRequest as DeleteActivityRequest, type index_d$9_DeleteActivityResponse as DeleteActivityResponse, type index_d$9_DeleteByFilterOperation as DeleteByFilterOperation, type index_d$9_DeleteByIdsOperation as DeleteByIdsOperation, type DeliveryLogistics$2 as DeliveryLogistics, type index_d$9_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type DeliveryTimeSlot$2 as DeliveryTimeSlot, index_d$9_DeltaPaymentOptionType as DeltaPaymentOptionType, type index_d$9_Deposit as Deposit, index_d$9_DepositType as DepositType, type index_d$9_DescriptionLine as DescriptionLine, type index_d$9_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$9_DescriptionLineName as DescriptionLineName, index_d$9_DescriptionLineType as DescriptionLineType, type index_d$9_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type DiffmatokyPayload$2 as DiffmatokyPayload, type DigitalFile$1 as DigitalFile, type Discount$1 as Discount, type index_d$9_DiscountOneDiscountTypeOneOf as DiscountOneDiscountTypeOneOf, index_d$9_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type index_d$9_DownloadLinkSent as DownloadLinkSent, type index_d$9_DraftOrderChangesApplied as DraftOrderChangesApplied, type index_d$9_DraftOrderCommitSettings as DraftOrderCommitSettings, type index_d$9_DraftOrderDiffs as DraftOrderDiffs, type index_d$9_DraftOrderDiffsBillingUpdateInfoOneOf as DraftOrderDiffsBillingUpdateInfoOneOf, type index_d$9_DraftOrderDiffsBuyerUpdateInfoOneOf as DraftOrderDiffsBuyerUpdateInfoOneOf, type index_d$9_DraftOrderDiffsRecipientUpdateInfoOneOf as DraftOrderDiffsRecipientUpdateInfoOneOf, type index_d$9_DraftOrderDiffsShippingUpdateInfoOneOf as DraftOrderDiffsShippingUpdateInfoOneOf, type index_d$9_Duration as Duration, index_d$9_DurationUnit as DurationUnit, type index_d$9_Email as Email, type index_d$9_EmailEdited as EmailEdited, type Empty$5 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type ErrorInformation$2 as ErrorInformation, type EventMetadata$4 as EventMetadata, type ExtendedFields$3 as ExtendedFields, type index_d$9_ExternalUriMapping as ExternalUriMapping, type index_d$9_FulfillerEmailSent as FulfillerEmailSent, FulfillmentStatus$1 as FulfillmentStatus, type index_d$9_FulfillmentStatusUpdated as FulfillmentStatusUpdated, type index_d$9_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$9_GetMetasiteDataRequest as GetMetasiteDataRequest, type index_d$9_GetMetasiteDataResponse as GetMetasiteDataResponse, type index_d$9_GetOrderForMetasiteRequest as GetOrderForMetasiteRequest, type index_d$9_GetOrderForMetasiteResponse as GetOrderForMetasiteResponse, type index_d$9_GetOrderRequest as GetOrderRequest, type index_d$9_GetOrderResponse as GetOrderResponse, type index_d$9_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$9_GetPaymentCollectabilityStatusRequest as GetPaymentCollectabilityStatusRequest, type index_d$9_GetPaymentCollectabilityStatusResponse as GetPaymentCollectabilityStatusResponse, type index_d$9_GetPaymentCollectabilityStatusResponseNonNullableFields as GetPaymentCollectabilityStatusResponseNonNullableFields, type GetRefundabilityStatusRequest$1 as GetRefundabilityStatusRequest, type GetRefundabilityStatusResponse$1 as GetRefundabilityStatusResponse, type index_d$9_GetShipmentsRequest as GetShipmentsRequest, type index_d$9_GetShipmentsResponse as GetShipmentsResponse, type GiftCardPaymentDetails$2 as GiftCardPaymentDetails, type index_d$9_GiftCardPaymentRefund as GiftCardPaymentRefund, type index_d$9_HtmlApplication as HtmlApplication, type index_d$9_IdAndVersion as IdAndVersion, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type IndexingMessage$1 as IndexingMessage, type index_d$9_InternalActivity as InternalActivity, type index_d$9_InternalActivityContentOneOf as InternalActivityContentOneOf, type index_d$9_InternalDocument as InternalDocument, type index_d$9_InternalDocumentUpdateByFilterOperation as InternalDocumentUpdateByFilterOperation, type index_d$9_InternalDocumentUpdateOperation as InternalDocumentUpdateOperation, type index_d$9_InternalQueryOrdersRequest as InternalQueryOrdersRequest, type index_d$9_InternalQueryOrdersResponse as InternalQueryOrdersResponse, type index_d$9_InternalUpdateExistingOperation as InternalUpdateExistingOperation, index_d$9_InventoryAction as InventoryAction, type index_d$9_InventoryUpdateDetails as InventoryUpdateDetails, type index_d$9_InvoiceAdded as InvoiceAdded, type index_d$9_InvoiceDates as InvoiceDates, type index_d$9_InvoiceDynamicPriceTotals as InvoiceDynamicPriceTotals, type index_d$9_InvoiceFields as InvoiceFields, type index_d$9_InvoiceSent as InvoiceSent, type index_d$9_InvoiceSentEvent as InvoiceSentEvent, index_d$9_InvoiceStatus as InvoiceStatus, type index_d$9_InvoicesPayment as InvoicesPayment, type index_d$9_ItemChangedDetails as ItemChangedDetails, type ItemMetadata$1 as ItemMetadata, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, type index_d$9_ItemizedFee as ItemizedFee, JurisdictionType$1 as JurisdictionType, type LineItem$2 as LineItem, type index_d$9_LineItemAmount as LineItemAmount, type index_d$9_LineItemChanges as LineItemChanges, type index_d$9_LineItemDelta as LineItemDelta, type index_d$9_LineItemDeltaDeltaOneOf as LineItemDeltaDeltaOneOf, type LineItemDiscount$1 as LineItemDiscount, type index_d$9_LineItemExchangeData as LineItemExchangeData, type index_d$9_LineItemMetaData as LineItemMetaData, type index_d$9_LineItemPriceChange as LineItemPriceChange, type index_d$9_LineItemQuantityChange as LineItemQuantityChange, index_d$9_LineItemQuantityChangeType as LineItemQuantityChangeType, type LineItemRefund$2 as LineItemRefund, type index_d$9_LineItemTax as LineItemTax, type index_d$9_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$9_LineItemTaxInfo as LineItemTaxInfo, type index_d$9_LineItemUpdate as LineItemUpdate, type index_d$9_LineItems as LineItems, type index_d$9_ListOrderTransactionsForMetasiteRequest as ListOrderTransactionsForMetasiteRequest, type index_d$9_ListOrderTransactionsForMetasiteResponse as ListOrderTransactionsForMetasiteResponse, type index_d$9_Locale as Locale, type index_d$9_LocationAndQuantity as LocationAndQuantity, type index_d$9_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$9_ManagedDiscount as ManagedDiscount, type index_d$9_ManagedLineItem as ManagedLineItem, ManuallyRefundableReason$1 as ManuallyRefundableReason, type index_d$9_MarkAsFulfilledRequest as MarkAsFulfilledRequest, type index_d$9_MarkAsFulfilledResponse as MarkAsFulfilledResponse, type index_d$9_MarkAsUnfulfilledRequest as MarkAsUnfulfilledRequest, type index_d$9_MarkAsUnfulfilledResponse as MarkAsUnfulfilledResponse, type index_d$9_MarkOrderAsPaidRequest as MarkOrderAsPaidRequest, type index_d$9_MarkOrderAsPaidResponse as MarkOrderAsPaidResponse, type index_d$9_MarkOrderAsSeenByHumanRequest as MarkOrderAsSeenByHumanRequest, type index_d$9_MarkOrderAsSeenByHumanResponse as MarkOrderAsSeenByHumanResponse, type index_d$9_MaskedOrder as MaskedOrder, type index_d$9_MaskedOrderLineItem as MaskedOrderLineItem, type index_d$9_MembershipChargeItem as MembershipChargeItem, type MembershipName$3 as MembershipName, type MembershipPaymentDetails$2 as MembershipPaymentDetails, type index_d$9_MembershipPaymentRefund as MembershipPaymentRefund, MembershipPaymentStatus$2 as MembershipPaymentStatus, type index_d$9_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$9_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MessageEnvelope$6 as MessageEnvelope, type index_d$9_MetaData as MetaData, type index_d$9_MetaSite as MetaSite, type index_d$9_MetaTag as MetaTag, index_d$9_Namespace as Namespace, type index_d$9_NewExchangeOrderCreated as NewExchangeOrderCreated, NonRefundableReason$1 as NonRefundableReason, type Order$1 as Order, index_d$9_OrderApprovalStrategy as OrderApprovalStrategy, type index_d$9_OrderApproved as OrderApproved, type index_d$9_OrderApprovedEnvelope as OrderApprovedEnvelope, type index_d$9_OrderCanceled as OrderCanceled, type index_d$9_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$9_OrderCanceledEventOrderCanceled as OrderCanceledEventOrderCanceled, type index_d$9_OrderChange as OrderChange, type index_d$9_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$9_OrderCreateNotifications as OrderCreateNotifications, type index_d$9_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$9_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$9_OrderCreationSettings as OrderCreationSettings, type index_d$9_OrderDeltasCommitted as OrderDeltasCommitted, type index_d$9_OrderFulfilled as OrderFulfilled, type index_d$9_OrderItemsRestocked as OrderItemsRestocked, type index_d$9_OrderLineItem as OrderLineItem, type index_d$9_OrderLineItemChangedDetails as OrderLineItemChangedDetails, type index_d$9_OrderNonNullableFields as OrderNonNullableFields, type index_d$9_OrderNotFulfilled as OrderNotFulfilled, type index_d$9_OrderPaid as OrderPaid, type index_d$9_OrderPartiallyPaid as OrderPartiallyPaid, type index_d$9_OrderPaymentStatusUpdatedEnvelope as OrderPaymentStatusUpdatedEnvelope, type index_d$9_OrderPending as OrderPending, type index_d$9_OrderPlaced as OrderPlaced, type OrderRefunded$1 as OrderRefunded, type index_d$9_OrderRejected as OrderRejected, index_d$9_OrderStatus as OrderStatus, type index_d$9_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$9_OrderTaxInfo as OrderTaxInfo, type OrderTransactions$2 as OrderTransactions, type index_d$9_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$9_OrdersExperiments as OrdersExperiments, type Payment$2 as Payment, type index_d$9_PaymentCanceled as PaymentCanceled, type index_d$9_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type index_d$9_PaymentCapture as PaymentCapture, index_d$9_PaymentCollectabilityStatus as PaymentCollectabilityStatus, type index_d$9_PaymentDeclined as PaymentDeclined, type index_d$9_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, PaymentOptionType$1 as PaymentOptionType, type PaymentPaymentDetailsOneOf$2 as PaymentPaymentDetailsOneOf, type index_d$9_PaymentPending as PaymentPending, type index_d$9_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type PaymentRefund$1 as PaymentRefund, type index_d$9_PaymentRefundFailed as PaymentRefundFailed, type index_d$9_PaymentRefunded as PaymentRefunded, PaymentStatus$1 as PaymentStatus, type index_d$9_PaymentStatusUpdated as PaymentStatusUpdated, type index_d$9_Payments as Payments, type index_d$9_Phone as Phone, type PhysicalProperties$2 as PhysicalProperties, type PickupAddress$1 as PickupAddress, type PickupDetails$3 as PickupDetails, PickupMethod$2 as PickupMethod, type index_d$9_PickupReadyEmailSent as PickupReadyEmailSent, index_d$9_Placement as Placement, type index_d$9_PlainTextValue as PlainTextValue, type index_d$9_PlatformPaging as PlatformPaging, type index_d$9_PlatformPagingMetadata as PlatformPagingMetadata, type index_d$9_PlatformQuery as PlatformQuery, type index_d$9_PlatformQueryPagingMethodOneOf as PlatformQueryPagingMethodOneOf, type index_d$9_PreparePaymentCollectionOptions as PreparePaymentCollectionOptions, type index_d$9_PreparePaymentCollectionRequest as PreparePaymentCollectionRequest, type index_d$9_PreparePaymentCollectionResponse as PreparePaymentCollectionResponse, type index_d$9_PreparePaymentCollectionResponseNonNullableFields as PreparePaymentCollectionResponseNonNullableFields, type index_d$9_PreviewBuyerConfirmationEmailRequest as PreviewBuyerConfirmationEmailRequest, type index_d$9_PreviewBuyerConfirmationEmailResponse as PreviewBuyerConfirmationEmailResponse, type index_d$9_PreviewBuyerPaymentsReceivedEmailRequest as PreviewBuyerPaymentsReceivedEmailRequest, type index_d$9_PreviewBuyerPaymentsReceivedEmailResponse as PreviewBuyerPaymentsReceivedEmailResponse, type index_d$9_PreviewBuyerPickupConfirmationEmailRequest as PreviewBuyerPickupConfirmationEmailRequest, type index_d$9_PreviewBuyerPickupConfirmationEmailResponse as PreviewBuyerPickupConfirmationEmailResponse, type index_d$9_PreviewCancelEmailRequest as PreviewCancelEmailRequest, type index_d$9_PreviewCancelEmailResponse as PreviewCancelEmailResponse, type index_d$9_PreviewCancelRefundEmailRequest as PreviewCancelRefundEmailRequest, type index_d$9_PreviewCancelRefundEmailResponse as PreviewCancelRefundEmailResponse, type index_d$9_PreviewEmailByTypeRequest as PreviewEmailByTypeRequest, type index_d$9_PreviewEmailByTypeResponse as PreviewEmailByTypeResponse, index_d$9_PreviewEmailType as PreviewEmailType, type index_d$9_PreviewRefundEmailRequest as PreviewRefundEmailRequest, type index_d$9_PreviewRefundEmailResponse as PreviewRefundEmailResponse, type index_d$9_PreviewResendDownloadLinksEmailRequest as PreviewResendDownloadLinksEmailRequest, type index_d$9_PreviewResendDownloadLinksEmailResponse as PreviewResendDownloadLinksEmailResponse, type index_d$9_PreviewShippingConfirmationEmailRequest as PreviewShippingConfirmationEmailRequest, type index_d$9_PreviewShippingConfirmationEmailResponse as PreviewShippingConfirmationEmailResponse, type Price$2 as Price, type index_d$9_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type index_d$9_ProductName as ProductName, type index_d$9_PublicActivity as PublicActivity, type index_d$9_PublicActivityContentOneOf as PublicActivityContentOneOf, type index_d$9_QueryOrderRequest as QueryOrderRequest, type index_d$9_QueryOrderResponse as QueryOrderResponse, type index_d$9_QueryOrdersForMetasiteRequest as QueryOrdersForMetasiteRequest, type index_d$9_QueryOrdersForMetasiteResponse as QueryOrdersForMetasiteResponse, type index_d$9_QuotesAddress as QuotesAddress, Reason$2 as Reason, type index_d$9_RecordManuallyCollectedPaymentRequest as RecordManuallyCollectedPaymentRequest, type index_d$9_RecordManuallyCollectedPaymentResponse as RecordManuallyCollectedPaymentResponse, type index_d$9_RedirectUrls as RedirectUrls, type Refund$2 as Refund, type RefundCreated$1 as RefundCreated, type RefundDetails$2 as RefundDetails, type index_d$9_RefundInitiated as RefundInitiated, type RefundItem$2 as RefundItem, type RefundSideEffects$1 as RefundSideEffects, RefundStatus$2 as RefundStatus, type RefundTransaction$2 as RefundTransaction, type Refundability$1 as Refundability, type RefundabilityAdditionalRefundabilityInfoOneOf$1 as RefundabilityAdditionalRefundabilityInfoOneOf, RefundableStatus$1 as RefundableStatus, type index_d$9_RefundedAsStoreCredit as RefundedAsStoreCredit, type index_d$9_RefundedPayment as RefundedPayment, type index_d$9_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type index_d$9_RegularPayment as RegularPayment, type RegularPaymentDetails$2 as RegularPaymentDetails, type RegularPaymentDetailsPaymentMethodDetailsOneOf$2 as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$9_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type index_d$9_RegularPaymentRefund as RegularPaymentRefund, type index_d$9_Reschedule as Reschedule, type RestockInfo$1 as RestockInfo, type RestockItem$1 as RestockItem, RestockType$1 as RestockType, type RestoreInfo$7 as RestoreInfo, type index_d$9_SavedPaymentMethod as SavedPaymentMethod, ScheduledAction$2 as ScheduledAction, type index_d$9_SearchOrdersOptions as SearchOrdersOptions, type index_d$9_SearchOrdersRequest as SearchOrdersRequest, type index_d$9_SearchOrdersResponse as SearchOrdersResponse, type index_d$9_SearchOrdersResponseNonNullableFields as SearchOrdersResponseNonNullableFields, type index_d$9_SendBuyerConfirmationEmailRequest as SendBuyerConfirmationEmailRequest, type index_d$9_SendBuyerConfirmationEmailResponse as SendBuyerConfirmationEmailResponse, type index_d$9_SendBuyerPaymentsReceivedEmailRequest as SendBuyerPaymentsReceivedEmailRequest, type index_d$9_SendBuyerPaymentsReceivedEmailResponse as SendBuyerPaymentsReceivedEmailResponse, type index_d$9_SendBuyerPickupConfirmationEmailRequest as SendBuyerPickupConfirmationEmailRequest, type index_d$9_SendBuyerPickupConfirmationEmailResponse as SendBuyerPickupConfirmationEmailResponse, type index_d$9_SendBuyerShippingConfirmationEmailRequest as SendBuyerShippingConfirmationEmailRequest, type index_d$9_SendBuyerShippingConfirmationEmailResponse as SendBuyerShippingConfirmationEmailResponse, type index_d$9_SendCancelRefundEmailRequest as SendCancelRefundEmailRequest, type index_d$9_SendCancelRefundEmailResponse as SendCancelRefundEmailResponse, type index_d$9_SendMerchantOrderReceivedNotificationRequest as SendMerchantOrderReceivedNotificationRequest, type index_d$9_SendMerchantOrderReceivedNotificationResponse as SendMerchantOrderReceivedNotificationResponse, type index_d$9_SendMerchantOrderReceivedPushRequest as SendMerchantOrderReceivedPushRequest, type index_d$9_SendMerchantOrderReceivedPushResponse as SendMerchantOrderReceivedPushResponse, type index_d$9_SendRefundEmailRequest as SendRefundEmailRequest, type index_d$9_SendRefundEmailResponse as SendRefundEmailResponse, type index_d$9_SeoData as SeoData, type ServiceProperties$1 as ServiceProperties, type index_d$9_ShippingAddressEdited as ShippingAddressEdited, type index_d$9_ShippingConfirmationEmailSent as ShippingConfirmationEmailSent, type ShippingInformation$1 as ShippingInformation, type index_d$9_ShippingInformationChange as ShippingInformationChange, type ShippingPrice$1 as ShippingPrice, type ShippingRefund$2 as ShippingRefund, type ShippingRegion$1 as ShippingRegion, type SnapshotMessage$1 as SnapshotMessage, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type Source$1 as Source, index_d$9_SourceType as SourceType, type index_d$9_StandardDetails as StandardDetails, index_d$9_State as State, type StreetAddress$4 as StreetAddress, type Subdivision$1 as Subdivision, SubdivisionType$1 as SubdivisionType, SubscriptionFrequency$2 as SubscriptionFrequency, type SubscriptionInfo$1 as SubscriptionInfo, type SubscriptionSettings$2 as SubscriptionSettings, type index_d$9_TagList as TagList, type index_d$9_Tags as Tags, type index_d$9_Task as Task, type index_d$9_TaskAction as TaskAction, type index_d$9_TaskActionActionOneOf as TaskActionActionOneOf, type index_d$9_TaskKey as TaskKey, type TaxSummary$1 as TaxSummary, type TaxableAddress$1 as TaxableAddress, type TaxableAddressTaxableAddressDataOneOf$1 as TaxableAddressTaxableAddressDataOneOf, TaxableAddressType$1 as TaxableAddressType, type index_d$9_TotalPrice as TotalPrice, type index_d$9_TotalPriceChange as TotalPriceChange, type index_d$9_TrackingLinkAdded as TrackingLinkAdded, type index_d$9_TrackingNumberAdded as TrackingNumberAdded, type index_d$9_TrackingNumberEdited as TrackingNumberEdited, TransactionStatus$2 as TransactionStatus, type index_d$9_TranslatedValue as TranslatedValue, type TriggerRefundRequest$1 as TriggerRefundRequest, type TriggerRefundResponse$1 as TriggerRefundResponse, type index_d$9_TriggerReindexOrderRequest as TriggerReindexOrderRequest, type index_d$9_TriggerReindexRequest as TriggerReindexRequest, type index_d$9_TriggerReindexResponse as TriggerReindexResponse, type index_d$9_TriggerSideEffectsFromLegacyData as TriggerSideEffectsFromLegacyData, type index_d$9_UnArchiveOrderRequest as UnArchiveOrderRequest, type index_d$9_UnArchiveOrderResponse as UnArchiveOrderResponse, type index_d$9_UpdateActivityRequest as UpdateActivityRequest, type index_d$9_UpdateActivityResponse as UpdateActivityResponse, type index_d$9_UpdateBillingContactDetailsRequest as UpdateBillingContactDetailsRequest, type index_d$9_UpdateBillingContactDetailsResponse as UpdateBillingContactDetailsResponse, type index_d$9_UpdateBuyerEmailRequest as UpdateBuyerEmailRequest, type index_d$9_UpdateBuyerEmailResponse as UpdateBuyerEmailResponse, type index_d$9_UpdateBuyerInfoRequest as UpdateBuyerInfoRequest, type index_d$9_UpdateBuyerInfoResponse as UpdateBuyerInfoResponse, type index_d$9_UpdateInternalDocumentsEvent as UpdateInternalDocumentsEvent, type index_d$9_UpdateInternalDocumentsEventOperationOneOf as UpdateInternalDocumentsEventOperationOneOf, type index_d$9_UpdateLineItemsDescriptionLinesRequest as UpdateLineItemsDescriptionLinesRequest, type index_d$9_UpdateLineItemsDescriptionLinesResponse as UpdateLineItemsDescriptionLinesResponse, type index_d$9_UpdateOrder as UpdateOrder, type index_d$9_UpdateOrderLineItemRequest as UpdateOrderLineItemRequest, type index_d$9_UpdateOrderLineItemResponse as UpdateOrderLineItemResponse, type index_d$9_UpdateOrderLineItemsRequest as UpdateOrderLineItemsRequest, type index_d$9_UpdateOrderLineItemsResponse as UpdateOrderLineItemsResponse, type index_d$9_UpdateOrderRequest as UpdateOrderRequest, type index_d$9_UpdateOrderResponse as UpdateOrderResponse, type index_d$9_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, type index_d$9_UpdateOrderShippingAddressRequest as UpdateOrderShippingAddressRequest, type index_d$9_UpdateOrderShippingAddressResponse as UpdateOrderShippingAddressResponse, type index_d$9_UpsertRefundRequest as UpsertRefundRequest, type index_d$9_UpsertRefundResponse as UpsertRefundResponse, type index_d$9_UserDataResponse as UserDataResponse, type index_d$9_V1BulkMarkOrdersAsPaidRequest as V1BulkMarkOrdersAsPaidRequest, type index_d$9_V1BulkMarkOrdersAsPaidResponse as V1BulkMarkOrdersAsPaidResponse, type index_d$9_V1CreatePaymentGatewayOrderRequest as V1CreatePaymentGatewayOrderRequest, type index_d$9_V1CreatePaymentGatewayOrderResponse as V1CreatePaymentGatewayOrderResponse, type index_d$9_V1LineItemDelta as V1LineItemDelta, type index_d$9_V1LineItemDeltaDeltaOneOf as V1LineItemDeltaDeltaOneOf, type index_d$9_V1MarkOrderAsPaidRequest as V1MarkOrderAsPaidRequest, type index_d$9_V1MarkOrderAsPaidResponse as V1MarkOrderAsPaidResponse, type index_d$9_V1RestockItem as V1RestockItem, type index_d$9_V1ScheduledAction as V1ScheduledAction, type index_d$9_V1ShippingInformation as V1ShippingInformation, type index_d$9_Value as Value, index_d$9_ValueType as ValueType, type VatId$2 as VatId, VatType$2 as VatType, type index_d$9_VersionedDeleteByIdsOperation as VersionedDeleteByIdsOperation, type index_d$9_VersionedDocumentId as VersionedDocumentId, type index_d$9_VersionedDocumentUpdateOperation as VersionedDocumentUpdateOperation, index_d$9_VersioningMode as VersioningMode, type index_d$9_VoidAuthorizedPaymentsRequest as VoidAuthorizedPaymentsRequest, type index_d$9_VoidAuthorizedPaymentsResponse as VoidAuthorizedPaymentsResponse, type index_d$9_VoidAuthorizedPaymentsResponseNonNullableFields as VoidAuthorizedPaymentsResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, WeightUnit$3 as WeightUnit, type index_d$9__publicOnOrderApprovedType as _publicOnOrderApprovedType, type index_d$9__publicOnOrderCanceledType as _publicOnOrderCanceledType, type index_d$9__publicOnOrderCreatedType as _publicOnOrderCreatedType, type index_d$9__publicOnOrderPaymentStatusUpdatedType as _publicOnOrderPaymentStatusUpdatedType, type index_d$9__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, index_d$9_bulkUpdateOrderTags as bulkUpdateOrderTags, index_d$9_bulkUpdateOrders as bulkUpdateOrders, index_d$9_cancelOrder as cancelOrder, index_d$9_captureAuthorizedPayments as captureAuthorizedPayments, index_d$9_createOrder as createOrder, index_d$9_getOrder as getOrder, index_d$9_getPaymentCollectabilityStatus as getPaymentCollectabilityStatus, index_d$9_onOrderApproved as onOrderApproved, index_d$9_onOrderCanceled as onOrderCanceled, index_d$9_onOrderCreated as onOrderCreated, index_d$9_onOrderPaymentStatusUpdated as onOrderPaymentStatusUpdated, index_d$9_onOrderUpdated as onOrderUpdated, index_d$9_preparePaymentCollection as preparePaymentCollection, onOrderApproved$1 as publicOnOrderApproved, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderPaymentStatusUpdated$1 as publicOnOrderPaymentStatusUpdated, onOrderUpdated$1 as publicOnOrderUpdated, index_d$9_searchOrders as searchOrders, index_d$9_updateOrder as updateOrder, index_d$9_voidAuthorizedPayments as voidAuthorizedPayments };
29466
29522
  }
29467
29523
 
29468
29524
  interface OrderPaymentRequest {
@@ -36836,9 +36892,9 @@ interface Breakdown {
36836
36892
  /** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
36837
36893
  deliveryCarrier?: Carrier;
36838
36894
  /** The delivery regions that are relevant for this delivery option, could be multiple if the delivery option is a combination of multiple profiles */
36839
- deliveryRegion?: Region;
36895
+ deliveryRegions?: Region[];
36840
36896
  /** should contain line ids for this specific carrier */
36841
- itemIds?: string[];
36897
+ lineItemIds?: string[];
36842
36898
  }
36843
36899
  interface Carrier {
36844
36900
  /** The carrier app id */
@@ -36963,7 +37019,7 @@ interface CarrierNonNullableFields {
36963
37019
  }
36964
37020
  interface BreakdownNonNullableFields {
36965
37021
  deliveryCarrier?: CarrierNonNullableFields;
36966
- itemIds: string[];
37022
+ lineItemIds: string[];
36967
37023
  }
36968
37024
  interface PartialNonNullableFields {
36969
37025
  lineItemIds: string[];
@@ -22939,8 +22939,12 @@ interface AuthorizedPaymentVoidedNonNullableFields$3 {
22939
22939
  interface RegularPaymentRefundNonNullableFields$3 {
22940
22940
  amount?: PriceNonNullableFields$7;
22941
22941
  }
22942
+ interface GiftCardPaymentRefundNonNullableFields$3 {
22943
+ amount?: PriceNonNullableFields$7;
22944
+ }
22942
22945
  interface RefundedPaymentNonNullableFields$3 {
22943
22946
  regular?: RegularPaymentRefundNonNullableFields$3;
22947
+ giftCard?: GiftCardPaymentRefundNonNullableFields$3;
22944
22948
  paymentId: string;
22945
22949
  externalRefund: boolean;
22946
22950
  }
@@ -23013,6 +23017,7 @@ interface V1BalanceSummaryNonNullableFields$1 {
23013
23017
  refunded?: PriceNonNullableFields$7;
23014
23018
  authorized?: PriceNonNullableFields$7;
23015
23019
  pendingRefund?: PriceNonNullableFields$7;
23020
+ pending?: PriceNonNullableFields$7;
23016
23021
  }
23017
23022
  interface TagListNonNullableFields$3 {
23018
23023
  tagIds: string[];
@@ -25497,8 +25502,12 @@ interface AuthorizedPaymentVoidedNonNullableFields$2 {
25497
25502
  interface RegularPaymentRefundNonNullableFields$2 {
25498
25503
  amount?: PriceNonNullableFields$6;
25499
25504
  }
25505
+ interface GiftCardPaymentRefundNonNullableFields$2 {
25506
+ amount?: PriceNonNullableFields$6;
25507
+ }
25500
25508
  interface RefundedPaymentNonNullableFields$2 {
25501
25509
  regular?: RegularPaymentRefundNonNullableFields$2;
25510
+ giftCard?: GiftCardPaymentRefundNonNullableFields$2;
25502
25511
  paymentId: string;
25503
25512
  externalRefund: boolean;
25504
25513
  }
@@ -25571,6 +25580,7 @@ interface V1BalanceSummaryNonNullableFields {
25571
25580
  refunded?: PriceNonNullableFields$6;
25572
25581
  authorized?: PriceNonNullableFields$6;
25573
25582
  pendingRefund?: PriceNonNullableFields$6;
25583
+ pending?: PriceNonNullableFields$6;
25574
25584
  }
25575
25585
  interface TagListNonNullableFields$2 {
25576
25586
  tagIds: string[];
@@ -29166,8 +29176,12 @@ interface AuthorizedPaymentVoidedNonNullableFields$1 {
29166
29176
  interface RegularPaymentRefundNonNullableFields$1 {
29167
29177
  amount?: PriceNonNullableFields$5;
29168
29178
  }
29179
+ interface GiftCardPaymentRefundNonNullableFields$1 {
29180
+ amount?: PriceNonNullableFields$5;
29181
+ }
29169
29182
  interface RefundedPaymentNonNullableFields$1 {
29170
29183
  regular?: RegularPaymentRefundNonNullableFields$1;
29184
+ giftCard?: GiftCardPaymentRefundNonNullableFields$1;
29171
29185
  paymentId: string;
29172
29186
  externalRefund: boolean;
29173
29187
  }
@@ -29244,6 +29258,7 @@ interface BalanceSummaryNonNullableFields$1 {
29244
29258
  refunded?: PriceNonNullableFields$5;
29245
29259
  authorized?: PriceNonNullableFields$5;
29246
29260
  pendingRefund?: PriceNonNullableFields$5;
29261
+ pending?: PriceNonNullableFields$5;
29247
29262
  }
29248
29263
  interface AdditionalFeeNonNullableFields$1 {
29249
29264
  name: string;
@@ -31415,8 +31430,12 @@ interface AuthorizedPaymentVoidedNonNullableFields {
31415
31430
  interface RegularPaymentRefundNonNullableFields {
31416
31431
  amount?: PriceNonNullableFields$4;
31417
31432
  }
31433
+ interface GiftCardPaymentRefundNonNullableFields {
31434
+ amount?: PriceNonNullableFields$4;
31435
+ }
31418
31436
  interface RefundedPaymentNonNullableFields {
31419
31437
  regular?: RegularPaymentRefundNonNullableFields;
31438
+ giftCard?: GiftCardPaymentRefundNonNullableFields;
31420
31439
  paymentId: string;
31421
31440
  externalRefund: boolean;
31422
31441
  }
@@ -31493,6 +31512,7 @@ interface BalanceSummaryNonNullableFields {
31493
31512
  refunded?: PriceNonNullableFields$4;
31494
31513
  authorized?: PriceNonNullableFields$4;
31495
31514
  pendingRefund?: PriceNonNullableFields$4;
31515
+ pending?: PriceNonNullableFields$4;
31496
31516
  }
31497
31517
  interface AdditionalFeeNonNullableFields {
31498
31518
  name: string;
@@ -38016,9 +38036,9 @@ interface Breakdown$1 {
38016
38036
  /** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
38017
38037
  deliveryCarrier?: Carrier$1;
38018
38038
  /** The delivery regions that are relevant for this delivery option, could be multiple if the delivery option is a combination of multiple profiles */
38019
- deliveryRegion?: Region$1;
38039
+ deliveryRegions?: Region$1[];
38020
38040
  /** should contain line ids for this specific carrier */
38021
- itemIds?: string[];
38041
+ lineItemIds?: string[];
38022
38042
  }
38023
38043
  interface Carrier$1 {
38024
38044
  /** The carrier app id */
@@ -38077,7 +38097,7 @@ interface CarrierNonNullableFields$1 {
38077
38097
  }
38078
38098
  interface BreakdownNonNullableFields$1 {
38079
38099
  deliveryCarrier?: CarrierNonNullableFields$1;
38080
- itemIds: string[];
38100
+ lineItemIds: string[];
38081
38101
  }
38082
38102
  interface PartialNonNullableFields$1 {
38083
38103
  lineItemIds: string[];
@@ -38438,9 +38458,9 @@ interface Breakdown {
38438
38458
  /** The delivery option's carrier details, could be multiple if the delivery option is a combination of multiple carriers */
38439
38459
  deliveryCarrier?: Carrier;
38440
38460
  /** The delivery regions that are relevant for this delivery option, could be multiple if the delivery option is a combination of multiple profiles */
38441
- deliveryRegion?: Region;
38461
+ deliveryRegions?: Region[];
38442
38462
  /** should contain line ids for this specific carrier */
38443
- itemIds?: string[];
38463
+ lineItemIds?: string[];
38444
38464
  }
38445
38465
  interface Carrier {
38446
38466
  /** The carrier app id */
@@ -38493,7 +38513,7 @@ interface CarrierNonNullableFields {
38493
38513
  }
38494
38514
  interface BreakdownNonNullableFields {
38495
38515
  deliveryCarrier?: CarrierNonNullableFields;
38496
- itemIds: string[];
38516
+ lineItemIds: string[];
38497
38517
  }
38498
38518
  interface PartialNonNullableFields {
38499
38519
  lineItemIds: string[];
@@ -3807,6 +3807,10 @@ interface RefundInitiated {
3807
3807
  interface RefundedPayment extends RefundedPaymentKindOneOf {
3808
3808
  /** Regular payment refund. */
3809
3809
  regular?: RegularPaymentRefund;
3810
+ /** Gift card payment refund. */
3811
+ giftCard?: GiftCardPaymentRefund;
3812
+ /** Membership payment refund. */
3813
+ membership?: MembershipPaymentRefund;
3810
3814
  /** Payment ID. */
3811
3815
  paymentId?: string;
3812
3816
  /** Whether refund was made externally and manually on the payment provider's side. */
@@ -3816,6 +3820,10 @@ interface RefundedPayment extends RefundedPaymentKindOneOf {
3816
3820
  interface RefundedPaymentKindOneOf {
3817
3821
  /** Regular payment refund. */
3818
3822
  regular?: RegularPaymentRefund;
3823
+ /** Gift card payment refund. */
3824
+ giftCard?: GiftCardPaymentRefund;
3825
+ /** Membership payment refund. */
3826
+ membership?: MembershipPaymentRefund;
3819
3827
  }
3820
3828
  interface RegularPaymentRefund {
3821
3829
  /** Refund amount */
@@ -3825,6 +3833,16 @@ interface RegularPaymentRefund {
3825
3833
  /** Card issuer's brand. */
3826
3834
  brand?: string | null;
3827
3835
  }
3836
+ interface GiftCardPaymentRefund {
3837
+ /** Gift card payment ID */
3838
+ giftCardPaymentId?: string | null;
3839
+ /** Refund amount */
3840
+ amount?: Price;
3841
+ }
3842
+ interface MembershipPaymentRefund {
3843
+ /** Membership ID */
3844
+ membershipId?: string | null;
3845
+ }
3828
3846
  interface PaymentRefunded {
3829
3847
  /** Refund ID. */
3830
3848
  refundId?: string;
@@ -5513,6 +5531,7 @@ type context$1_GetPaymentSettingsForCheckoutRequest = GetPaymentSettingsForCheck
5513
5531
  type context$1_GetPaymentSettingsForCheckoutResponse = GetPaymentSettingsForCheckoutResponse;
5514
5532
  type context$1_GetPaymentSettingsRequest = GetPaymentSettingsRequest;
5515
5533
  type context$1_GetPaymentSettingsResponse = GetPaymentSettingsResponse;
5534
+ type context$1_GiftCardPaymentRefund = GiftCardPaymentRefund;
5516
5535
  type context$1_Group = Group;
5517
5536
  type context$1_InvalidMembership = InvalidMembership;
5518
5537
  type context$1_ItemAvailabilityInfo = ItemAvailabilityInfo;
@@ -5538,6 +5557,7 @@ type context$1_Membership = Membership;
5538
5557
  type context$1_MembershipName = MembershipName;
5539
5558
  type context$1_MembershipOptions = MembershipOptions;
5540
5559
  type context$1_MembershipPaymentCredits = MembershipPaymentCredits;
5560
+ type context$1_MembershipPaymentRefund = MembershipPaymentRefund;
5541
5561
  type context$1_MerchantComment = MerchantComment;
5542
5562
  type context$1_MerchantDiscountMerchantDiscountReasonOneOf = MerchantDiscountMerchantDiscountReasonOneOf;
5543
5563
  type context$1_NewExchangeOrderCreated = NewExchangeOrderCreated;
@@ -5640,7 +5660,7 @@ type context$1_V1SubscriptionSettings = V1SubscriptionSettings;
5640
5660
  type context$1_V1TaxSummary = V1TaxSummary;
5641
5661
  type context$1_ValidationError = ValidationError;
5642
5662
  declare namespace context$1 {
5643
- export { type context$1_Activity as Activity, type context$1_ActivityContentOneOf as ActivityContentOneOf, context$1_ActivityType as ActivityType, type context$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type context$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type context$1_ApiAddressWithContact as ApiAddressWithContact, type context$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, context$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, context$1_AttributionSource as AttributionSource, type context$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type context$1_Balance as Balance, type context$1_BalanceSummary as BalanceSummary, type context$1_BuyerInfo as BuyerInfo, type context$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$1_CalculationErrors as CalculationErrors, type context$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type context$1_CarrierError as CarrierError, type context$1_CarrierErrors as CarrierErrors, type context$1_CarrierServiceOption as CarrierServiceOption, type context$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type context$1_ChannelInfo as ChannelInfo, context$1_ChannelType as ChannelType, context$1_ChargeType as ChargeType, type context$1_Checkout as Checkout, type context$1_Color as Color, type Context$1 as Context, type context$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type context$1_CreatedBy as CreatedBy, type context$1_CreatedByIdOneOf as CreatedByIdOneOf, type context$1_CreditCardDetails as CreditCardDetails, type context$1_CustomActivity as CustomActivity, type context$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type context$1_CustomSettings as CustomSettings, type context$1_DeliveryLogistics as DeliveryLogistics, type context$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type context$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type context$1_DescriptionLine as DescriptionLine, type context$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$1_DescriptionLineName as DescriptionLineName, context$1_DescriptionLineType as DescriptionLineType, type context$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type context$1_Details as Details, type context$1_DetailsKindOneOf as DetailsKindOneOf, type context$1_DigitalFile as DigitalFile, context$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type context$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, context$1_FallbackReason as FallbackReason, type context$1_FieldViolation as FieldViolation, context$1_FileType as FileType, context$1_FulfillmentStatus as FulfillmentStatus, type context$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type context$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type context$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type context$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type context$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type context$1_InvalidMembership as InvalidMembership, type context$1_ItemAvailabilityInfo as ItemAvailabilityInfo, context$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type context$1_LineItemAmount as LineItemAmount, type context$1_LineItemChanges as LineItemChanges, type context$1_LineItemDiscount as LineItemDiscount, type context$1_LineItemExchangeData as LineItemExchangeData, type context$1_LineItemPriceChange as LineItemPriceChange, type context$1_LineItemQuantityChange as LineItemQuantityChange, context$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type context$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$1_LineItemTaxInfo as LineItemTaxInfo, type context$1_LocationAndQuantity as LocationAndQuantity, type context$1_ManagedAdditionalFee as ManagedAdditionalFee, type context$1_ManagedDiscount as ManagedDiscount, type context$1_ManagedLineItem as ManagedLineItem, context$1_ManualCalculationReason as ManualCalculationReason, type context$1_Membership as Membership, type context$1_MembershipName as MembershipName, type context$1_MembershipOptions as MembershipOptions, type context$1_MembershipPaymentCredits as MembershipPaymentCredits, type context$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type context$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type context$1_Order as Order, type context$1_OrderChange as OrderChange, type context$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$1_OrderLineItem as OrderLineItem, type context$1_OrderRefunded as OrderRefunded, context$1_OrderStatus as OrderStatus, type context$1_OrderTaxBreakdown as OrderTaxBreakdown, type context$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type context$1_OtherCharge as OtherCharge, type context$1_PaymentCanceled as PaymentCanceled, type context$1_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type context$1_PaymentDeclined as PaymentDeclined, type context$1_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, context$1_PaymentOption as PaymentOption, context$1_PaymentOptionType as PaymentOptionType, type context$1_PaymentPending as PaymentPending, type context$1_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type context$1_PaymentRefundFailed as PaymentRefundFailed, type context$1_PaymentRefunded as PaymentRefunded, type context$1_PaymentSettings as PaymentSettings, type context$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, context$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type context$1_PickupAddress as PickupAddress, type context$1_PickupDetails as PickupDetails, context$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, context$1_PickupMethod as PickupMethod, type context$1_PlainTextValue as PlainTextValue, type context$1_Price as Price, type context$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, context$1_RateType as RateType, type context$1_RefundInitiated as RefundInitiated, type context$1_RefundedAsStoreCredit as RefundedAsStoreCredit, type context$1_RefundedPayment as RefundedPayment, type context$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$1_RegularPayment as RegularPayment, type context$1_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type context$1_RegularPaymentRefund as RegularPaymentRefund, context$1_RuleType as RuleType, type context$1_SavedPaymentMethod as SavedPaymentMethod, type context$1_Scope as Scope, type context$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type context$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type context$1_SelectedMembership as SelectedMembership, type context$1_SelectedMemberships as SelectedMemberships, type context$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type context$1_ShippingInformation as ShippingInformation, type context$1_ShippingInformationChange as ShippingInformationChange, type context$1_ShippingOption as ShippingOption, type context$1_ShippingPrice as ShippingPrice, type context$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type context$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type context$1_SystemError as SystemError, type context$1_TagList as TagList, type context$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type context$1_TaxCalculationDetails as TaxCalculationDetails, type context$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type context$1_TaxRateBreakdown as TaxRateBreakdown, type context$1_TaxSummary as TaxSummary, type context$1_TaxableAddress as TaxableAddress, type context$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, context$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type context$1_TotalPriceChange as TotalPriceChange, type context$1_TranslatedValue as TranslatedValue, type context$1_V1AdditionalFee as V1AdditionalFee, type context$1_V1AppliedDiscount as V1AppliedDiscount, type context$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type context$1_V1BuyerInfo as V1BuyerInfo, type context$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type context$1_V1Coupon as V1Coupon, type context$1_V1CreatedBy as V1CreatedBy, type context$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$1_V1DeliveryLogistics as V1DeliveryLogistics, type context$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$1_V1DiscountRule as V1DiscountRule, type context$1_V1DiscountRuleName as V1DiscountRuleName, type context$1_V1ItemTaxFullDetails as V1ItemTaxFullDetails, context$1_V1JurisdictionType as V1JurisdictionType, type context$1_V1LineItemDiscount as V1LineItemDiscount, type context$1_V1MerchantDiscount as V1MerchantDiscount, type context$1_V1PickupDetails as V1PickupDetails, type context$1_V1PriceSummary as V1PriceSummary, type context$1_V1ShippingInformation as V1ShippingInformation, type context$1_V1ShippingPrice as V1ShippingPrice, type context$1_V1ShippingRegion as V1ShippingRegion, type context$1_V1SubscriptionSettings as V1SubscriptionSettings, type context$1_V1TaxSummary as V1TaxSummary, type context$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
5663
+ export { type context$1_Activity as Activity, type context$1_ActivityContentOneOf as ActivityContentOneOf, context$1_ActivityType as ActivityType, type context$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type context$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type context$1_ApiAddressWithContact as ApiAddressWithContact, type context$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, context$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, context$1_AttributionSource as AttributionSource, type context$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type context$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type context$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type context$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type context$1_Balance as Balance, type context$1_BalanceSummary as BalanceSummary, type context$1_BuyerInfo as BuyerInfo, type context$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type context$1_CalculationErrors as CalculationErrors, type context$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type context$1_CarrierError as CarrierError, type context$1_CarrierErrors as CarrierErrors, type context$1_CarrierServiceOption as CarrierServiceOption, type context$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type context$1_ChannelInfo as ChannelInfo, context$1_ChannelType as ChannelType, context$1_ChargeType as ChargeType, type context$1_Checkout as Checkout, type context$1_Color as Color, type Context$1 as Context, type context$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type context$1_CreatedBy as CreatedBy, type context$1_CreatedByIdOneOf as CreatedByIdOneOf, type context$1_CreditCardDetails as CreditCardDetails, type context$1_CustomActivity as CustomActivity, type context$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type context$1_CustomSettings as CustomSettings, type context$1_DeliveryLogistics as DeliveryLogistics, type context$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type context$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type context$1_DescriptionLine as DescriptionLine, type context$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type context$1_DescriptionLineName as DescriptionLineName, context$1_DescriptionLineType as DescriptionLineType, type context$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type context$1_Details as Details, type context$1_DetailsKindOneOf as DetailsKindOneOf, type context$1_DigitalFile as DigitalFile, context$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type context$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, context$1_FallbackReason as FallbackReason, type context$1_FieldViolation as FieldViolation, context$1_FileType as FileType, context$1_FulfillmentStatus as FulfillmentStatus, type context$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type context$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type context$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type context$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type context$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type context$1_GiftCardPaymentRefund as GiftCardPaymentRefund, type context$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type context$1_InvalidMembership as InvalidMembership, type context$1_ItemAvailabilityInfo as ItemAvailabilityInfo, context$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type context$1_LineItemAmount as LineItemAmount, type context$1_LineItemChanges as LineItemChanges, type context$1_LineItemDiscount as LineItemDiscount, type context$1_LineItemExchangeData as LineItemExchangeData, type context$1_LineItemPriceChange as LineItemPriceChange, type context$1_LineItemQuantityChange as LineItemQuantityChange, context$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type context$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type context$1_LineItemTaxInfo as LineItemTaxInfo, type context$1_LocationAndQuantity as LocationAndQuantity, type context$1_ManagedAdditionalFee as ManagedAdditionalFee, type context$1_ManagedDiscount as ManagedDiscount, type context$1_ManagedLineItem as ManagedLineItem, context$1_ManualCalculationReason as ManualCalculationReason, type context$1_Membership as Membership, type context$1_MembershipName as MembershipName, type context$1_MembershipOptions as MembershipOptions, type context$1_MembershipPaymentCredits as MembershipPaymentCredits, type context$1_MembershipPaymentRefund as MembershipPaymentRefund, type context$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type context$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type context$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type context$1_Order as Order, type context$1_OrderChange as OrderChange, type context$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type context$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type context$1_OrderLineItem as OrderLineItem, type context$1_OrderRefunded as OrderRefunded, context$1_OrderStatus as OrderStatus, type context$1_OrderTaxBreakdown as OrderTaxBreakdown, type context$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type context$1_OtherCharge as OtherCharge, type context$1_PaymentCanceled as PaymentCanceled, type context$1_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type context$1_PaymentDeclined as PaymentDeclined, type context$1_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, context$1_PaymentOption as PaymentOption, context$1_PaymentOptionType as PaymentOptionType, type context$1_PaymentPending as PaymentPending, type context$1_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type context$1_PaymentRefundFailed as PaymentRefundFailed, type context$1_PaymentRefunded as PaymentRefunded, type context$1_PaymentSettings as PaymentSettings, type context$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, context$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type context$1_PickupAddress as PickupAddress, type context$1_PickupDetails as PickupDetails, context$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, context$1_PickupMethod as PickupMethod, type context$1_PlainTextValue as PlainTextValue, type context$1_Price as Price, type context$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, context$1_RateType as RateType, type context$1_RefundInitiated as RefundInitiated, type context$1_RefundedAsStoreCredit as RefundedAsStoreCredit, type context$1_RefundedPayment as RefundedPayment, type context$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type context$1_RegularPayment as RegularPayment, type context$1_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type context$1_RegularPaymentRefund as RegularPaymentRefund, context$1_RuleType as RuleType, type context$1_SavedPaymentMethod as SavedPaymentMethod, type context$1_Scope as Scope, type context$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type context$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type context$1_SelectedMembership as SelectedMembership, type context$1_SelectedMemberships as SelectedMemberships, type context$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type context$1_ShippingInformation as ShippingInformation, type context$1_ShippingInformationChange as ShippingInformationChange, type context$1_ShippingOption as ShippingOption, type context$1_ShippingPrice as ShippingPrice, type context$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type context$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type context$1_SystemError as SystemError, type context$1_TagList as TagList, type context$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type context$1_TaxCalculationDetails as TaxCalculationDetails, type context$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type context$1_TaxRateBreakdown as TaxRateBreakdown, type context$1_TaxSummary as TaxSummary, type context$1_TaxableAddress as TaxableAddress, type context$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, context$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type context$1_TotalPriceChange as TotalPriceChange, type context$1_TranslatedValue as TranslatedValue, type context$1_V1AdditionalFee as V1AdditionalFee, type context$1_V1AppliedDiscount as V1AppliedDiscount, type context$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type context$1_V1BuyerInfo as V1BuyerInfo, type context$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type context$1_V1Coupon as V1Coupon, type context$1_V1CreatedBy as V1CreatedBy, type context$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type context$1_V1DeliveryLogistics as V1DeliveryLogistics, type context$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type context$1_V1DiscountRule as V1DiscountRule, type context$1_V1DiscountRuleName as V1DiscountRuleName, type context$1_V1ItemTaxFullDetails as V1ItemTaxFullDetails, context$1_V1JurisdictionType as V1JurisdictionType, type context$1_V1LineItemDiscount as V1LineItemDiscount, type context$1_V1MerchantDiscount as V1MerchantDiscount, type context$1_V1PickupDetails as V1PickupDetails, type context$1_V1PriceSummary as V1PriceSummary, type context$1_V1ShippingInformation as V1ShippingInformation, type context$1_V1ShippingPrice as V1ShippingPrice, type context$1_V1ShippingRegion as V1ShippingRegion, type context$1_V1SubscriptionSettings as V1SubscriptionSettings, type context$1_V1TaxSummary as V1TaxSummary, type context$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
5644
5664
  }
5645
5665
 
5646
5666
  interface GetValidationViolationsRequest {
@@ -3807,6 +3807,10 @@ interface RefundInitiated {
3807
3807
  interface RefundedPayment extends RefundedPaymentKindOneOf {
3808
3808
  /** Regular payment refund. */
3809
3809
  regular?: RegularPaymentRefund;
3810
+ /** Gift card payment refund. */
3811
+ giftCard?: GiftCardPaymentRefund;
3812
+ /** Membership payment refund. */
3813
+ membership?: MembershipPaymentRefund;
3810
3814
  /** Payment ID. */
3811
3815
  paymentId?: string;
3812
3816
  /** Whether refund was made externally and manually on the payment provider's side. */
@@ -3816,6 +3820,10 @@ interface RefundedPayment extends RefundedPaymentKindOneOf {
3816
3820
  interface RefundedPaymentKindOneOf {
3817
3821
  /** Regular payment refund. */
3818
3822
  regular?: RegularPaymentRefund;
3823
+ /** Gift card payment refund. */
3824
+ giftCard?: GiftCardPaymentRefund;
3825
+ /** Membership payment refund. */
3826
+ membership?: MembershipPaymentRefund;
3819
3827
  }
3820
3828
  interface RegularPaymentRefund {
3821
3829
  /** Refund amount */
@@ -3825,6 +3833,16 @@ interface RegularPaymentRefund {
3825
3833
  /** Card issuer's brand. */
3826
3834
  brand?: string | null;
3827
3835
  }
3836
+ interface GiftCardPaymentRefund {
3837
+ /** Gift card payment ID */
3838
+ giftCardPaymentId?: string | null;
3839
+ /** Refund amount */
3840
+ amount?: Price;
3841
+ }
3842
+ interface MembershipPaymentRefund {
3843
+ /** Membership ID */
3844
+ membershipId?: string | null;
3845
+ }
3828
3846
  interface PaymentRefunded {
3829
3847
  /** Refund ID. */
3830
3848
  refundId?: string;
@@ -5513,6 +5531,7 @@ type index_d$1_GetPaymentSettingsForCheckoutRequest = GetPaymentSettingsForCheck
5513
5531
  type index_d$1_GetPaymentSettingsForCheckoutResponse = GetPaymentSettingsForCheckoutResponse;
5514
5532
  type index_d$1_GetPaymentSettingsRequest = GetPaymentSettingsRequest;
5515
5533
  type index_d$1_GetPaymentSettingsResponse = GetPaymentSettingsResponse;
5534
+ type index_d$1_GiftCardPaymentRefund = GiftCardPaymentRefund;
5516
5535
  type index_d$1_Group = Group;
5517
5536
  type index_d$1_InvalidMembership = InvalidMembership;
5518
5537
  type index_d$1_ItemAvailabilityInfo = ItemAvailabilityInfo;
@@ -5538,6 +5557,7 @@ type index_d$1_Membership = Membership;
5538
5557
  type index_d$1_MembershipName = MembershipName;
5539
5558
  type index_d$1_MembershipOptions = MembershipOptions;
5540
5559
  type index_d$1_MembershipPaymentCredits = MembershipPaymentCredits;
5560
+ type index_d$1_MembershipPaymentRefund = MembershipPaymentRefund;
5541
5561
  type index_d$1_MerchantComment = MerchantComment;
5542
5562
  type index_d$1_MerchantDiscountMerchantDiscountReasonOneOf = MerchantDiscountMerchantDiscountReasonOneOf;
5543
5563
  type index_d$1_NewExchangeOrderCreated = NewExchangeOrderCreated;
@@ -5640,7 +5660,7 @@ type index_d$1_V1SubscriptionSettings = V1SubscriptionSettings;
5640
5660
  type index_d$1_V1TaxSummary = V1TaxSummary;
5641
5661
  type index_d$1_ValidationError = ValidationError;
5642
5662
  declare namespace index_d$1 {
5643
- export { type index_d$1_Activity as Activity, type index_d$1_ActivityContentOneOf as ActivityContentOneOf, index_d$1_ActivityType as ActivityType, type index_d$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type index_d$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type index_d$1_ApiAddressWithContact as ApiAddressWithContact, type index_d$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, index_d$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, index_d$1_AttributionSource as AttributionSource, type index_d$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type index_d$1_Balance as Balance, type index_d$1_BalanceSummary as BalanceSummary, type index_d$1_BuyerInfo as BuyerInfo, type index_d$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$1_CalculationErrors as CalculationErrors, type index_d$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type index_d$1_CarrierError as CarrierError, type index_d$1_CarrierErrors as CarrierErrors, type index_d$1_CarrierServiceOption as CarrierServiceOption, type index_d$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type index_d$1_ChannelInfo as ChannelInfo, index_d$1_ChannelType as ChannelType, index_d$1_ChargeType as ChargeType, type index_d$1_Checkout as Checkout, type index_d$1_Color as Color, type Context$1 as Context, type index_d$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type index_d$1_CreatedBy as CreatedBy, type index_d$1_CreatedByIdOneOf as CreatedByIdOneOf, type index_d$1_CreditCardDetails as CreditCardDetails, type index_d$1_CustomActivity as CustomActivity, type index_d$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type index_d$1_CustomSettings as CustomSettings, type index_d$1_DeliveryLogistics as DeliveryLogistics, type index_d$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type index_d$1_DescriptionLine as DescriptionLine, type index_d$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$1_DescriptionLineName as DescriptionLineName, index_d$1_DescriptionLineType as DescriptionLineType, type index_d$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$1_Details as Details, type index_d$1_DetailsKindOneOf as DetailsKindOneOf, type index_d$1_DigitalFile as DigitalFile, index_d$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type index_d$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, index_d$1_FallbackReason as FallbackReason, type index_d$1_FieldViolation as FieldViolation, index_d$1_FileType as FileType, index_d$1_FulfillmentStatus as FulfillmentStatus, type index_d$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type index_d$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type index_d$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type index_d$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type index_d$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type index_d$1_InvalidMembership as InvalidMembership, type index_d$1_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type index_d$1_LineItemAmount as LineItemAmount, type index_d$1_LineItemChanges as LineItemChanges, type index_d$1_LineItemDiscount as LineItemDiscount, type index_d$1_LineItemExchangeData as LineItemExchangeData, type index_d$1_LineItemPriceChange as LineItemPriceChange, type index_d$1_LineItemQuantityChange as LineItemQuantityChange, index_d$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type index_d$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$1_LineItemTaxInfo as LineItemTaxInfo, type index_d$1_LocationAndQuantity as LocationAndQuantity, type index_d$1_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$1_ManagedDiscount as ManagedDiscount, type index_d$1_ManagedLineItem as ManagedLineItem, index_d$1_ManualCalculationReason as ManualCalculationReason, type index_d$1_Membership as Membership, type index_d$1_MembershipName as MembershipName, type index_d$1_MembershipOptions as MembershipOptions, type index_d$1_MembershipPaymentCredits as MembershipPaymentCredits, type index_d$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type index_d$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$1_Order as Order, type index_d$1_OrderChange as OrderChange, type index_d$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$1_OrderLineItem as OrderLineItem, type index_d$1_OrderRefunded as OrderRefunded, index_d$1_OrderStatus as OrderStatus, type index_d$1_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type index_d$1_OtherCharge as OtherCharge, type index_d$1_PaymentCanceled as PaymentCanceled, type index_d$1_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type index_d$1_PaymentDeclined as PaymentDeclined, type index_d$1_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, index_d$1_PaymentOption as PaymentOption, index_d$1_PaymentOptionType as PaymentOptionType, type index_d$1_PaymentPending as PaymentPending, type index_d$1_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type index_d$1_PaymentRefundFailed as PaymentRefundFailed, type index_d$1_PaymentRefunded as PaymentRefunded, type index_d$1_PaymentSettings as PaymentSettings, type index_d$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, index_d$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type index_d$1_PickupAddress as PickupAddress, type index_d$1_PickupDetails as PickupDetails, index_d$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, index_d$1_PickupMethod as PickupMethod, type index_d$1_PlainTextValue as PlainTextValue, type index_d$1_Price as Price, type index_d$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, index_d$1_RateType as RateType, type index_d$1_RefundInitiated as RefundInitiated, type index_d$1_RefundedAsStoreCredit as RefundedAsStoreCredit, type index_d$1_RefundedPayment as RefundedPayment, type index_d$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type index_d$1_RegularPayment as RegularPayment, type index_d$1_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type index_d$1_RegularPaymentRefund as RegularPaymentRefund, index_d$1_RuleType as RuleType, type index_d$1_SavedPaymentMethod as SavedPaymentMethod, type index_d$1_Scope as Scope, type index_d$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type index_d$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type index_d$1_SelectedMembership as SelectedMembership, type index_d$1_SelectedMemberships as SelectedMemberships, type index_d$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type index_d$1_ShippingInformation as ShippingInformation, type index_d$1_ShippingInformationChange as ShippingInformationChange, type index_d$1_ShippingOption as ShippingOption, type index_d$1_ShippingPrice as ShippingPrice, type index_d$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type index_d$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$1_SystemError as SystemError, type index_d$1_TagList as TagList, type index_d$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type index_d$1_TaxCalculationDetails as TaxCalculationDetails, type index_d$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type index_d$1_TaxRateBreakdown as TaxRateBreakdown, type index_d$1_TaxSummary as TaxSummary, type index_d$1_TaxableAddress as TaxableAddress, type index_d$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, index_d$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type index_d$1_TotalPriceChange as TotalPriceChange, type index_d$1_TranslatedValue as TranslatedValue, type index_d$1_V1AdditionalFee as V1AdditionalFee, type index_d$1_V1AppliedDiscount as V1AppliedDiscount, type index_d$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type index_d$1_V1BuyerInfo as V1BuyerInfo, type index_d$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type index_d$1_V1Coupon as V1Coupon, type index_d$1_V1CreatedBy as V1CreatedBy, type index_d$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$1_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$1_V1DiscountRule as V1DiscountRule, type index_d$1_V1DiscountRuleName as V1DiscountRuleName, type index_d$1_V1ItemTaxFullDetails as V1ItemTaxFullDetails, index_d$1_V1JurisdictionType as V1JurisdictionType, type index_d$1_V1LineItemDiscount as V1LineItemDiscount, type index_d$1_V1MerchantDiscount as V1MerchantDiscount, type index_d$1_V1PickupDetails as V1PickupDetails, type index_d$1_V1PriceSummary as V1PriceSummary, type index_d$1_V1ShippingInformation as V1ShippingInformation, type index_d$1_V1ShippingPrice as V1ShippingPrice, type index_d$1_V1ShippingRegion as V1ShippingRegion, type index_d$1_V1SubscriptionSettings as V1SubscriptionSettings, type index_d$1_V1TaxSummary as V1TaxSummary, type index_d$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
5663
+ export { type index_d$1_Activity as Activity, type index_d$1_ActivityContentOneOf as ActivityContentOneOf, index_d$1_ActivityType as ActivityType, type index_d$1_AdditionalFee as AdditionalFee, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressWithContact$1 as AddressWithContact, type index_d$1_AggregatedTaxBreakdown as AggregatedTaxBreakdown, type index_d$1_ApiAddressWithContact as ApiAddressWithContact, type index_d$1_ApplicationError as ApplicationError, type AppliedDiscount$1 as AppliedDiscount, type AppliedDiscountDiscountSourceOneOf$1 as AppliedDiscountDiscountSourceOneOf, index_d$1_AppliedDiscountDiscountType as AppliedDiscountDiscountType, index_d$1_AttributionSource as AttributionSource, type index_d$1_AuthorizedPaymentCaptured as AuthorizedPaymentCaptured, type index_d$1_AuthorizedPaymentCreated as AuthorizedPaymentCreated, type index_d$1_AuthorizedPaymentVoided as AuthorizedPaymentVoided, type index_d$1_AutoTaxFallbackCalculationDetails as AutoTaxFallbackCalculationDetails, type index_d$1_Balance as Balance, type index_d$1_BalanceSummary as BalanceSummary, type index_d$1_BuyerInfo as BuyerInfo, type index_d$1_BuyerInfoIdOneOf as BuyerInfoIdOneOf, type index_d$1_CalculationErrors as CalculationErrors, type index_d$1_CalculationErrorsShippingCalculationErrorOneOf as CalculationErrorsShippingCalculationErrorOneOf, type index_d$1_CarrierError as CarrierError, type index_d$1_CarrierErrors as CarrierErrors, type index_d$1_CarrierServiceOption as CarrierServiceOption, type index_d$1_CatalogOverrideFields as CatalogOverrideFields, type CatalogReference$1 as CatalogReference, type index_d$1_ChannelInfo as ChannelInfo, index_d$1_ChannelType as ChannelType, index_d$1_ChargeType as ChargeType, type index_d$1_Checkout as Checkout, type index_d$1_Color as Color, type Context$1 as Context, type index_d$1_ConversionInfo as ConversionInfo, type Coupon$1 as Coupon, type index_d$1_CreatedBy as CreatedBy, type index_d$1_CreatedByIdOneOf as CreatedByIdOneOf, type index_d$1_CreditCardDetails as CreditCardDetails, type index_d$1_CustomActivity as CustomActivity, type index_d$1_CustomContentReference as CustomContentReference, type CustomField$1 as CustomField, type index_d$1_CustomSettings as CustomSettings, type index_d$1_DeliveryLogistics as DeliveryLogistics, type index_d$1_DeliveryLogisticsAddressOneOf as DeliveryLogisticsAddressOneOf, type index_d$1_DeliveryTimeSlot as DeliveryTimeSlot, type Description$1 as Description, type index_d$1_DescriptionLine as DescriptionLine, type index_d$1_DescriptionLineDescriptionLineValueOneOf as DescriptionLineDescriptionLineValueOneOf, type index_d$1_DescriptionLineName as DescriptionLineName, index_d$1_DescriptionLineType as DescriptionLineType, type index_d$1_DescriptionLineValueOneOf as DescriptionLineValueOneOf, type index_d$1_Details as Details, type index_d$1_DetailsKindOneOf as DetailsKindOneOf, type index_d$1_DigitalFile as DigitalFile, index_d$1_DiscountReason as DiscountReason, type DiscountRule$1 as DiscountRule, type DiscountRuleName$1 as DiscountRuleName, DiscountType$1 as DiscountType, type index_d$1_DraftOrderChangesApplied as DraftOrderChangesApplied, type ExtendedFields$1 as ExtendedFields, type ExternalReference$1 as ExternalReference, index_d$1_FallbackReason as FallbackReason, type index_d$1_FieldViolation as FieldViolation, index_d$1_FileType as FileType, index_d$1_FulfillmentStatus as FulfillmentStatus, type index_d$1_FulfillmentStatusesAggregate as FulfillmentStatusesAggregate, type FullAddressContactDetails$1 as FullAddressContactDetails, type index_d$1_GetPaymentSettingsForCheckoutRequest as GetPaymentSettingsForCheckoutRequest, type index_d$1_GetPaymentSettingsForCheckoutResponse as GetPaymentSettingsForCheckoutResponse, type index_d$1_GetPaymentSettingsRequest as GetPaymentSettingsRequest, type index_d$1_GetPaymentSettingsResponse as GetPaymentSettingsResponse, type GiftCard$1 as GiftCard, type index_d$1_GiftCardPaymentRefund as GiftCardPaymentRefund, type index_d$1_Group as Group, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type index_d$1_InvalidMembership as InvalidMembership, type index_d$1_ItemAvailabilityInfo as ItemAvailabilityInfo, index_d$1_ItemAvailabilityStatus as ItemAvailabilityStatus, type ItemTaxFullDetails$1 as ItemTaxFullDetails, type ItemType$1 as ItemType, ItemTypeItemType$1 as ItemTypeItemType, type ItemTypeItemTypeDataOneOf$1 as ItemTypeItemTypeDataOneOf, JurisdictionType$1 as JurisdictionType, type LineItem$1 as LineItem, type index_d$1_LineItemAmount as LineItemAmount, type index_d$1_LineItemChanges as LineItemChanges, type index_d$1_LineItemDiscount as LineItemDiscount, type index_d$1_LineItemExchangeData as LineItemExchangeData, type index_d$1_LineItemPriceChange as LineItemPriceChange, type index_d$1_LineItemQuantityChange as LineItemQuantityChange, index_d$1_LineItemQuantityChangeType as LineItemQuantityChangeType, type index_d$1_LineItemTaxBreakdown as LineItemTaxBreakdown, type index_d$1_LineItemTaxInfo as LineItemTaxInfo, type index_d$1_LocationAndQuantity as LocationAndQuantity, type index_d$1_ManagedAdditionalFee as ManagedAdditionalFee, type index_d$1_ManagedDiscount as ManagedDiscount, type index_d$1_ManagedLineItem as ManagedLineItem, index_d$1_ManualCalculationReason as ManualCalculationReason, type index_d$1_Membership as Membership, type index_d$1_MembershipName as MembershipName, type index_d$1_MembershipOptions as MembershipOptions, type index_d$1_MembershipPaymentCredits as MembershipPaymentCredits, type index_d$1_MembershipPaymentRefund as MembershipPaymentRefund, type index_d$1_MerchantComment as MerchantComment, type MerchantDiscount$1 as MerchantDiscount, type index_d$1_MerchantDiscountMerchantDiscountReasonOneOf as MerchantDiscountMerchantDiscountReasonOneOf, type MultiCurrencyPrice$1 as MultiCurrencyPrice, NameInLineItem$1 as NameInLineItem, NameInOther$1 as NameInOther, type index_d$1_NewExchangeOrderCreated as NewExchangeOrderCreated, type index_d$1_Order as Order, type index_d$1_OrderChange as OrderChange, type index_d$1_OrderChangeValueOneOf as OrderChangeValueOneOf, type index_d$1_OrderCreatedFromExchange as OrderCreatedFromExchange, type index_d$1_OrderLineItem as OrderLineItem, type index_d$1_OrderRefunded as OrderRefunded, index_d$1_OrderStatus as OrderStatus, type index_d$1_OrderTaxBreakdown as OrderTaxBreakdown, type index_d$1_OrderTaxInfo as OrderTaxInfo, type Other$1 as Other, type index_d$1_OtherCharge as OtherCharge, type index_d$1_PaymentCanceled as PaymentCanceled, type index_d$1_PaymentCanceledPaymentDetailsOneOf as PaymentCanceledPaymentDetailsOneOf, type index_d$1_PaymentDeclined as PaymentDeclined, type index_d$1_PaymentDeclinedPaymentDetailsOneOf as PaymentDeclinedPaymentDetailsOneOf, index_d$1_PaymentOption as PaymentOption, index_d$1_PaymentOptionType as PaymentOptionType, type index_d$1_PaymentPending as PaymentPending, type index_d$1_PaymentPendingPaymentDetailsOneOf as PaymentPendingPaymentDetailsOneOf, type index_d$1_PaymentRefundFailed as PaymentRefundFailed, type index_d$1_PaymentRefunded as PaymentRefunded, type index_d$1_PaymentSettings as PaymentSettings, type index_d$1_PaymentSettingsSPIConfig as PaymentSettingsSPIConfig, index_d$1_PaymentStatus as PaymentStatus, type PhysicalProperties$1 as PhysicalProperties, type index_d$1_PickupAddress as PickupAddress, type index_d$1_PickupDetails as PickupDetails, index_d$1_PickupDetailsPickupMethod as PickupDetailsPickupMethod, index_d$1_PickupMethod as PickupMethod, type index_d$1_PlainTextValue as PlainTextValue, type index_d$1_Price as Price, type index_d$1_PriceDescription as PriceDescription, type PriceSummary$1 as PriceSummary, type ProductName$1 as ProductName, index_d$1_RateType as RateType, type index_d$1_RefundInitiated as RefundInitiated, type index_d$1_RefundedAsStoreCredit as RefundedAsStoreCredit, type index_d$1_RefundedPayment as RefundedPayment, type index_d$1_RefundedPaymentKindOneOf as RefundedPaymentKindOneOf, type index_d$1_RegularPayment as RegularPayment, type index_d$1_RegularPaymentPaymentMethodDetailsOneOf as RegularPaymentPaymentMethodDetailsOneOf, type index_d$1_RegularPaymentRefund as RegularPaymentRefund, index_d$1_RuleType as RuleType, type index_d$1_SavedPaymentMethod as SavedPaymentMethod, type index_d$1_Scope as Scope, type index_d$1_SecuredMedia as SecuredMedia, type SelectedCarrierServiceOption$1 as SelectedCarrierServiceOption, type index_d$1_SelectedCarrierServiceOptionOtherCharge as SelectedCarrierServiceOptionOtherCharge, type SelectedCarrierServiceOptionPrices$1 as SelectedCarrierServiceOptionPrices, type index_d$1_SelectedMembership as SelectedMembership, type index_d$1_SelectedMemberships as SelectedMemberships, type index_d$1_ServiceProperties as ServiceProperties, Severity$1 as Severity, type ShippingInfo$1 as ShippingInfo, type index_d$1_ShippingInformation as ShippingInformation, type index_d$1_ShippingInformationChange as ShippingInformationChange, type index_d$1_ShippingOption as ShippingOption, type index_d$1_ShippingPrice as ShippingPrice, type index_d$1_ShippingRegion as ShippingRegion, type StreetAddress$1 as StreetAddress, SubscriptionFrequency$1 as SubscriptionFrequency, type index_d$1_SubscriptionInfo as SubscriptionInfo, type SubscriptionOptionInfo$1 as SubscriptionOptionInfo, type SubscriptionSettings$1 as SubscriptionSettings, type index_d$1_SystemError as SystemError, type index_d$1_TagList as TagList, type index_d$1_Tags as Tags, type Target$1 as Target, type TargetLineItem$1 as TargetLineItem, type TargetTargetTypeOneOf$1 as TargetTargetTypeOneOf, type TaxBreakdown$1 as TaxBreakdown, type index_d$1_TaxCalculationDetails as TaxCalculationDetails, type index_d$1_TaxCalculationDetailsCalculationDetailsOneOf as TaxCalculationDetailsCalculationDetailsOneOf, type index_d$1_TaxRateBreakdown as TaxRateBreakdown, type index_d$1_TaxSummary as TaxSummary, type index_d$1_TaxableAddress as TaxableAddress, type index_d$1_TaxableAddressTaxableAddressDataOneOf as TaxableAddressTaxableAddressDataOneOf, index_d$1_TaxableAddressType as TaxableAddressType, type Title$1 as Title, type index_d$1_TotalPriceChange as TotalPriceChange, type index_d$1_TranslatedValue as TranslatedValue, type index_d$1_V1AdditionalFee as V1AdditionalFee, type index_d$1_V1AppliedDiscount as V1AppliedDiscount, type index_d$1_V1AppliedDiscountDiscountSourceOneOf as V1AppliedDiscountDiscountSourceOneOf, type index_d$1_V1BuyerInfo as V1BuyerInfo, type index_d$1_V1BuyerInfoIdOneOf as V1BuyerInfoIdOneOf, type index_d$1_V1Coupon as V1Coupon, type index_d$1_V1CreatedBy as V1CreatedBy, type index_d$1_V1CreatedByStringOneOf as V1CreatedByStringOneOf, type index_d$1_V1DeliveryLogistics as V1DeliveryLogistics, type index_d$1_V1DeliveryTimeSlot as V1DeliveryTimeSlot, type index_d$1_V1DiscountRule as V1DiscountRule, type index_d$1_V1DiscountRuleName as V1DiscountRuleName, type index_d$1_V1ItemTaxFullDetails as V1ItemTaxFullDetails, index_d$1_V1JurisdictionType as V1JurisdictionType, type index_d$1_V1LineItemDiscount as V1LineItemDiscount, type index_d$1_V1MerchantDiscount as V1MerchantDiscount, type index_d$1_V1PickupDetails as V1PickupDetails, type index_d$1_V1PriceSummary as V1PriceSummary, type index_d$1_V1ShippingInformation as V1ShippingInformation, type index_d$1_V1ShippingPrice as V1ShippingPrice, type index_d$1_V1ShippingRegion as V1ShippingRegion, type index_d$1_V1SubscriptionSettings as V1SubscriptionSettings, type index_d$1_V1TaxSummary as V1TaxSummary, type index_d$1_ValidationError as ValidationError, type VatId$1 as VatId, VatType$1 as VatType, type Violation$1 as Violation, WeightUnit$1 as WeightUnit, type _publicProvideHandlersType$1 as _publicProvideHandlersType, provideHandlers$2 as provideHandlers, provideHandlers$3 as publicProvideHandlers };
5644
5664
  }
5645
5665
 
5646
5666
  interface GetValidationViolationsRequest {