@wix/ecom 1.0.675 → 1.0.677

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.675",
3
+ "version": "1.0.677",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -32,9 +32,9 @@
32
32
  "@wix/ecom_custom-triggers": "1.0.12",
33
33
  "@wix/ecom_delivery-profile": "1.0.7",
34
34
  "@wix/ecom_discount-rules": "1.0.43",
35
- "@wix/ecom_order-fulfillments": "1.0.37",
35
+ "@wix/ecom_order-fulfillments": "1.0.38",
36
36
  "@wix/ecom_order-invoices": "1.0.31",
37
- "@wix/ecom_order-transactions": "1.0.50",
37
+ "@wix/ecom_order-transactions": "1.0.51",
38
38
  "@wix/ecom_orders": "1.0.84",
39
39
  "@wix/ecom_orders-settings": "1.0.37",
40
40
  "@wix/ecom_payment-settings": "1.0.20",
@@ -65,5 +65,5 @@
65
65
  "fqdn": ""
66
66
  }
67
67
  },
68
- "falconPackageHash": "8da9443f9f219760ad897a25361c181958c3f2b625f857181d2f69a0"
68
+ "falconPackageHash": "fc101359021b3040c976cc9dcd4c61a3df00aa24d2782319b244fe74"
69
69
  }
@@ -14914,7 +14914,7 @@ interface DomainEvent$4 extends DomainEventBodyOneOf$4 {
14914
14914
  slug?: string;
14915
14915
  /** ID of the entity associated with the event. */
14916
14916
  entityId?: string;
14917
- /** Event timestamp. */
14917
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
14918
14918
  eventTime?: Date;
14919
14919
  /**
14920
14920
  * Whether the event was triggered as a result of a privacy regulation application
@@ -15076,7 +15076,7 @@ interface EventMetadata$4 extends BaseEventMetadata$4 {
15076
15076
  slug?: string;
15077
15077
  /** ID of the entity associated with the event. */
15078
15078
  entityId?: string;
15079
- /** Event timestamp. */
15079
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
15080
15080
  eventTime?: Date;
15081
15081
  /**
15082
15082
  * Whether the event was triggered as a result of a privacy regulation application
@@ -20659,17 +20659,6 @@ declare enum AuthorizationVoidStatus {
20659
20659
  /** The void operation was failed */
20660
20660
  FAILED = "FAILED"
20661
20661
  }
20662
- interface ScheduledAction {
20663
- /** type of the action */
20664
- actionType?: ScheduledActionType;
20665
- /** the date and time of the action */
20666
- executionDate?: Date;
20667
- }
20668
- declare enum ScheduledActionType {
20669
- NONE = "NONE",
20670
- VOID = "VOID",
20671
- CAPTURE = "CAPTURE"
20672
- }
20673
20662
  interface GiftCardPaymentDetails {
20674
20663
  /** Gift card payment ID. */
20675
20664
  giftCardPaymentId?: string;
@@ -22112,14 +22101,10 @@ interface AuthorizationVoidNonNullableFields {
22112
22101
  status: AuthorizationVoidStatus;
22113
22102
  failureDetails?: AuthorizationActionFailureDetailsNonNullableFields;
22114
22103
  }
22115
- interface ScheduledActionNonNullableFields {
22116
- actionType: ScheduledActionType;
22117
- }
22118
22104
  interface AuthorizationDetailsNonNullableFields {
22119
22105
  delayedCapture: boolean;
22120
22106
  captures: AuthorizationCaptureNonNullableFields[];
22121
22107
  void?: AuthorizationVoidNonNullableFields;
22122
- scheduledAction?: ScheduledActionNonNullableFields;
22123
22108
  }
22124
22109
  interface RegularPaymentDetailsNonNullableFields {
22125
22110
  offlinePayment: boolean;
@@ -22428,9 +22413,6 @@ type index_d$3_RestockInfo = RestockInfo;
22428
22413
  type index_d$3_RestockItem = RestockItem;
22429
22414
  type index_d$3_RestockType = RestockType;
22430
22415
  declare const index_d$3_RestockType: typeof RestockType;
22431
- type index_d$3_ScheduledAction = ScheduledAction;
22432
- type index_d$3_ScheduledActionType = ScheduledActionType;
22433
- declare const index_d$3_ScheduledActionType: typeof ScheduledActionType;
22434
22416
  type index_d$3_SearchOrderTransactionsRequest = SearchOrderTransactionsRequest;
22435
22417
  type index_d$3_SearchOrderTransactionsResponse = SearchOrderTransactionsResponse;
22436
22418
  type index_d$3_ShipmentDetails = ShipmentDetails;
@@ -22471,7 +22453,7 @@ declare const index_d$3_listTransactionsForSingleOrder: typeof listTransactionsF
22471
22453
  declare const index_d$3_onOrderTransactionsUpdated: typeof onOrderTransactionsUpdated;
22472
22454
  declare const index_d$3_updatePaymentStatus: typeof updatePaymentStatus;
22473
22455
  declare namespace index_d$3 {
22474
- export { type ActionEvent$2 as ActionEvent, type index_d$3_Activity as Activity, index_d$3_ActivityType as ActivityType, type index_d$3_AddInvoiceToOrderRequest as AddInvoiceToOrderRequest, type index_d$3_AddInvoiceToOrderResponse as AddInvoiceToOrderResponse, type index_d$3_AddPaymentsRequest as AddPaymentsRequest, type index_d$3_AddPaymentsResponse as AddPaymentsResponse, type index_d$3_AddPaymentsResponseNonNullableFields as AddPaymentsResponseNonNullableFields, type index_d$3_AddRefundRequest as AddRefundRequest, type index_d$3_AddRefundResponse as AddRefundResponse, type Address$1 as Address, type index_d$3_AddressAddressLine1OptionsOneOf as AddressAddressLine1OptionsOneOf, type index_d$3_AggregatedRefundSummary as AggregatedRefundSummary, type index_d$3_ApplicationError as ApplicationError, type index_d$3_AppliedCoupon as AppliedCoupon, type index_d$3_AuthorizationActionFailureDetails as AuthorizationActionFailureDetails, type index_d$3_AuthorizationCapture as AuthorizationCapture, index_d$3_AuthorizationCaptureStatus as AuthorizationCaptureStatus, type index_d$3_AuthorizationDetails as AuthorizationDetails, type index_d$3_AuthorizationVoid as AuthorizationVoid, index_d$3_AuthorizationVoidStatus as AuthorizationVoidStatus, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$3_BillingInfo as BillingInfo, type index_d$3_BulkActionMetadata as BulkActionMetadata, type index_d$3_BulkGenerateInvoicesRequest as BulkGenerateInvoicesRequest, type index_d$3_BulkGenerateInvoicesResponse as BulkGenerateInvoicesResponse, type index_d$3_BulkInvoiceResult as BulkInvoiceResult, type index_d$3_BulkPaymentResult as BulkPaymentResult, type index_d$3_BulkUpdatePaymentStatusesOptions as BulkUpdatePaymentStatusesOptions, type index_d$3_BulkUpdatePaymentStatusesRequest as BulkUpdatePaymentStatusesRequest, type index_d$3_BulkUpdatePaymentStatusesResponse as BulkUpdatePaymentStatusesResponse, type index_d$3_BulkUpdatePaymentStatusesResponseNonNullableFields as BulkUpdatePaymentStatusesResponseNonNullableFields, type index_d$3_BuyerDetails as BuyerDetails, type index_d$3_BuyerInfo as BuyerInfo, type index_d$3_CalculateRefundItemRequest as CalculateRefundItemRequest, type index_d$3_CalculateRefundItemResponse as CalculateRefundItemResponse, type index_d$3_CalculateRefundRequest as CalculateRefundRequest, type index_d$3_CalculateRefundResponse as CalculateRefundResponse, type index_d$3_ChannelInfo as ChannelInfo, index_d$3_ChannelType as ChannelType, type index_d$3_CreditCardPaymentMethodDetails as CreditCardPaymentMethodDetails, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type index_d$3_CursorSearch as CursorSearch, type index_d$3_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$1 as Cursors, type index_d$3_CustomField as CustomField, type index_d$3_CustomTextFieldSelection as CustomTextFieldSelection, type index_d$3_DiffmatokyPayload as DiffmatokyPayload, type index_d$3_DigitalFile as DigitalFile, type index_d$3_Discount as Discount, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type index_d$3_EnteredBy as EnteredBy, index_d$3_EnteredByIdentityType as EnteredByIdentityType, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type index_d$3_ErrorInformation as ErrorInformation, type EventMetadata$2 as EventMetadata, type index_d$3_Fulfillment as Fulfillment, type index_d$3_FulfillmentLineItem as FulfillmentLineItem, index_d$3_FulfillmentStatus as FulfillmentStatus, type index_d$3_FulfillmentTrackingInfo as FulfillmentTrackingInfo, type index_d$3_FullName as FullName, type index_d$3_GenerateInvoiceRequest as GenerateInvoiceRequest, type index_d$3_GenerateInvoiceResponse as GenerateInvoiceResponse, type index_d$3_GetRefundabilityStatusRequest as GetRefundabilityStatusRequest, type index_d$3_GetRefundabilityStatusResponse as GetRefundabilityStatusResponse, type index_d$3_GiftCard as GiftCard, type index_d$3_GiftCardPaymentDetails as GiftCardPaymentDetails, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, index_d$3_IdentityType as IdentityType, type index_d$3_IndexingMessage as IndexingMessage, type index_d$3_InvoiceForOrder as InvoiceForOrder, type index_d$3_InvoiceInfo as InvoiceInfo, index_d$3_InvoiceSource as InvoiceSource, type index_d$3_InvoicesForOrder as InvoicesForOrder, type index_d$3_ItemMetadata as ItemMetadata, type index_d$3_LineItem as LineItem, type index_d$3_LineItemPriceData as LineItemPriceData, index_d$3_LineItemType as LineItemType, type index_d$3_ListInvoicesForMultipleOrdersRequest as ListInvoicesForMultipleOrdersRequest, type index_d$3_ListInvoicesForMultipleOrdersResponse as ListInvoicesForMultipleOrdersResponse, type index_d$3_ListInvoicesForSingleOrderRequest as ListInvoicesForSingleOrderRequest, type index_d$3_ListInvoicesForSingleOrderResponse as ListInvoicesForSingleOrderResponse, type index_d$3_ListTransactionsForMultipleOrdersRequest as ListTransactionsForMultipleOrdersRequest, type index_d$3_ListTransactionsForMultipleOrdersResponse as ListTransactionsForMultipleOrdersResponse, type index_d$3_ListTransactionsForMultipleOrdersResponseNonNullableFields as ListTransactionsForMultipleOrdersResponseNonNullableFields, type index_d$3_ListTransactionsForSingleOrderRequest as ListTransactionsForSingleOrderRequest, type index_d$3_ListTransactionsForSingleOrderResponse as ListTransactionsForSingleOrderResponse, type index_d$3_ListTransactionsForSingleOrderResponseNonNullableFields as ListTransactionsForSingleOrderResponseNonNullableFields, index_d$3_ManuallyRefundableReason as ManuallyRefundableReason, type index_d$3_MediaItem as MediaItem, index_d$3_MediaItemType as MediaItemType, type index_d$3_MembershipName as MembershipName, type index_d$3_MembershipPaymentDetails as MembershipPaymentDetails, index_d$3_MembershipPaymentStatus as MembershipPaymentStatus, type MessageEnvelope$2 as MessageEnvelope, index_d$3_NonRefundableReason as NonRefundableReason, type index_d$3_OptionSelection as OptionSelection, type index_d$3_Order as Order, type index_d$3_OrderRefunded as OrderRefunded, type index_d$3_OrderTransactions as OrderTransactions, type index_d$3_OrderTransactionsUpdatedEnvelope as OrderTransactionsUpdatedEnvelope, type index_d$3_Payment as Payment, type index_d$3_PaymentAndOrderId as PaymentAndOrderId, type index_d$3_PaymentPaymentDetailsOneOf as PaymentPaymentDetailsOneOf, type index_d$3_PaymentRefund as PaymentRefund, index_d$3_PaymentStatus as PaymentStatus, type index_d$3_PaymentsUpdated as PaymentsUpdated, type index_d$3_PickupAddress as PickupAddress, type index_d$3_PickupDetails as PickupDetails, type index_d$3_Price as Price, type index_d$3_Refund as Refund, type index_d$3_RefundCreated as RefundCreated, type index_d$3_RefundDetails as RefundDetails, type index_d$3_RefundItem as RefundItem, type index_d$3_RefundSideEffects as RefundSideEffects, index_d$3_RefundStatus as RefundStatus, type index_d$3_RefundTransaction as RefundTransaction, type index_d$3_Refundability as Refundability, type index_d$3_RefundabilityAdditionalRefundabilityInfoOneOf as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$3_RefundableStatus as RefundableStatus, type index_d$3_RegularPaymentDetails as RegularPaymentDetails, type index_d$3_RegularPaymentDetailsPaymentMethodDetailsOneOf as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$3_RestockInfo as RestockInfo, type index_d$3_RestockItem as RestockItem, index_d$3_RestockType as RestockType, type RestoreInfo$2 as RestoreInfo, type index_d$3_ScheduledAction as ScheduledAction, index_d$3_ScheduledActionType as ScheduledActionType, type index_d$3_SearchOrderTransactionsRequest as SearchOrderTransactionsRequest, type index_d$3_SearchOrderTransactionsResponse as SearchOrderTransactionsResponse, type index_d$3_ShipmentDetails as ShipmentDetails, type index_d$3_ShippingInfo as ShippingInfo, type index_d$3_ShippingInfoDetailsOneOf as ShippingInfoDetailsOneOf, type index_d$3_ShippingPriceData as ShippingPriceData, type index_d$3_SnapshotMessage as SnapshotMessage, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type index_d$3_Street as Street, index_d$3_SubscriptionFrequency as SubscriptionFrequency, type index_d$3_SubscriptionInfo as SubscriptionInfo, type index_d$3_SubscriptionOptionInfo as SubscriptionOptionInfo, type index_d$3_SubscriptionSettings as SubscriptionSettings, type index_d$3_Totals as Totals, type index_d$3_TrackingInfo as TrackingInfo, index_d$3_TransactionStatus as TransactionStatus, type index_d$3_TriggerRefundRequest as TriggerRefundRequest, type index_d$3_TriggerRefundResponse as TriggerRefundResponse, type index_d$3_UpdatePaymentStatusIdentifiers as UpdatePaymentStatusIdentifiers, type index_d$3_UpdatePaymentStatusOptions as UpdatePaymentStatusOptions, type index_d$3_UpdatePaymentStatusRequest as UpdatePaymentStatusRequest, type index_d$3_UpdatePaymentStatusResponse as UpdatePaymentStatusResponse, type index_d$3_UpdatePaymentStatusResponseNonNullableFields as UpdatePaymentStatusResponseNonNullableFields, type index_d$3_UpdateRefundTransactionRequest as UpdateRefundTransactionRequest, type index_d$3_UpdateRefundTransactionResponse as UpdateRefundTransactionResponse, type index_d$3_V2InvoiceInfo as V2InvoiceInfo, type index_d$3_V2Refund as V2Refund, type index_d$3_VatId as VatId, index_d$3_VatType as VatType, WebhookIdentityType$2 as WebhookIdentityType, index_d$3_WeightUnit as WeightUnit, index_d$3_addPayments as addPayments, index_d$3_bulkUpdatePaymentStatuses as bulkUpdatePaymentStatuses, index_d$3_listTransactionsForMultipleOrders as listTransactionsForMultipleOrders, index_d$3_listTransactionsForSingleOrder as listTransactionsForSingleOrder, index_d$3_onOrderTransactionsUpdated as onOrderTransactionsUpdated, index_d$3_updatePaymentStatus as updatePaymentStatus };
22456
+ export { type ActionEvent$2 as ActionEvent, type index_d$3_Activity as Activity, index_d$3_ActivityType as ActivityType, type index_d$3_AddInvoiceToOrderRequest as AddInvoiceToOrderRequest, type index_d$3_AddInvoiceToOrderResponse as AddInvoiceToOrderResponse, type index_d$3_AddPaymentsRequest as AddPaymentsRequest, type index_d$3_AddPaymentsResponse as AddPaymentsResponse, type index_d$3_AddPaymentsResponseNonNullableFields as AddPaymentsResponseNonNullableFields, type index_d$3_AddRefundRequest as AddRefundRequest, type index_d$3_AddRefundResponse as AddRefundResponse, type Address$1 as Address, type index_d$3_AddressAddressLine1OptionsOneOf as AddressAddressLine1OptionsOneOf, type index_d$3_AggregatedRefundSummary as AggregatedRefundSummary, type index_d$3_ApplicationError as ApplicationError, type index_d$3_AppliedCoupon as AppliedCoupon, type index_d$3_AuthorizationActionFailureDetails as AuthorizationActionFailureDetails, type index_d$3_AuthorizationCapture as AuthorizationCapture, index_d$3_AuthorizationCaptureStatus as AuthorizationCaptureStatus, type index_d$3_AuthorizationDetails as AuthorizationDetails, type index_d$3_AuthorizationVoid as AuthorizationVoid, index_d$3_AuthorizationVoidStatus as AuthorizationVoidStatus, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$3_BillingInfo as BillingInfo, type index_d$3_BulkActionMetadata as BulkActionMetadata, type index_d$3_BulkGenerateInvoicesRequest as BulkGenerateInvoicesRequest, type index_d$3_BulkGenerateInvoicesResponse as BulkGenerateInvoicesResponse, type index_d$3_BulkInvoiceResult as BulkInvoiceResult, type index_d$3_BulkPaymentResult as BulkPaymentResult, type index_d$3_BulkUpdatePaymentStatusesOptions as BulkUpdatePaymentStatusesOptions, type index_d$3_BulkUpdatePaymentStatusesRequest as BulkUpdatePaymentStatusesRequest, type index_d$3_BulkUpdatePaymentStatusesResponse as BulkUpdatePaymentStatusesResponse, type index_d$3_BulkUpdatePaymentStatusesResponseNonNullableFields as BulkUpdatePaymentStatusesResponseNonNullableFields, type index_d$3_BuyerDetails as BuyerDetails, type index_d$3_BuyerInfo as BuyerInfo, type index_d$3_CalculateRefundItemRequest as CalculateRefundItemRequest, type index_d$3_CalculateRefundItemResponse as CalculateRefundItemResponse, type index_d$3_CalculateRefundRequest as CalculateRefundRequest, type index_d$3_CalculateRefundResponse as CalculateRefundResponse, type index_d$3_ChannelInfo as ChannelInfo, index_d$3_ChannelType as ChannelType, type index_d$3_CreditCardPaymentMethodDetails as CreditCardPaymentMethodDetails, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type index_d$3_CursorSearch as CursorSearch, type index_d$3_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$1 as Cursors, type index_d$3_CustomField as CustomField, type index_d$3_CustomTextFieldSelection as CustomTextFieldSelection, type index_d$3_DiffmatokyPayload as DiffmatokyPayload, type index_d$3_DigitalFile as DigitalFile, type index_d$3_Discount as Discount, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type index_d$3_EnteredBy as EnteredBy, index_d$3_EnteredByIdentityType as EnteredByIdentityType, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type index_d$3_ErrorInformation as ErrorInformation, type EventMetadata$2 as EventMetadata, type index_d$3_Fulfillment as Fulfillment, type index_d$3_FulfillmentLineItem as FulfillmentLineItem, index_d$3_FulfillmentStatus as FulfillmentStatus, type index_d$3_FulfillmentTrackingInfo as FulfillmentTrackingInfo, type index_d$3_FullName as FullName, type index_d$3_GenerateInvoiceRequest as GenerateInvoiceRequest, type index_d$3_GenerateInvoiceResponse as GenerateInvoiceResponse, type index_d$3_GetRefundabilityStatusRequest as GetRefundabilityStatusRequest, type index_d$3_GetRefundabilityStatusResponse as GetRefundabilityStatusResponse, type index_d$3_GiftCard as GiftCard, type index_d$3_GiftCardPaymentDetails as GiftCardPaymentDetails, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, index_d$3_IdentityType as IdentityType, type index_d$3_IndexingMessage as IndexingMessage, type index_d$3_InvoiceForOrder as InvoiceForOrder, type index_d$3_InvoiceInfo as InvoiceInfo, index_d$3_InvoiceSource as InvoiceSource, type index_d$3_InvoicesForOrder as InvoicesForOrder, type index_d$3_ItemMetadata as ItemMetadata, type index_d$3_LineItem as LineItem, type index_d$3_LineItemPriceData as LineItemPriceData, index_d$3_LineItemType as LineItemType, type index_d$3_ListInvoicesForMultipleOrdersRequest as ListInvoicesForMultipleOrdersRequest, type index_d$3_ListInvoicesForMultipleOrdersResponse as ListInvoicesForMultipleOrdersResponse, type index_d$3_ListInvoicesForSingleOrderRequest as ListInvoicesForSingleOrderRequest, type index_d$3_ListInvoicesForSingleOrderResponse as ListInvoicesForSingleOrderResponse, type index_d$3_ListTransactionsForMultipleOrdersRequest as ListTransactionsForMultipleOrdersRequest, type index_d$3_ListTransactionsForMultipleOrdersResponse as ListTransactionsForMultipleOrdersResponse, type index_d$3_ListTransactionsForMultipleOrdersResponseNonNullableFields as ListTransactionsForMultipleOrdersResponseNonNullableFields, type index_d$3_ListTransactionsForSingleOrderRequest as ListTransactionsForSingleOrderRequest, type index_d$3_ListTransactionsForSingleOrderResponse as ListTransactionsForSingleOrderResponse, type index_d$3_ListTransactionsForSingleOrderResponseNonNullableFields as ListTransactionsForSingleOrderResponseNonNullableFields, index_d$3_ManuallyRefundableReason as ManuallyRefundableReason, type index_d$3_MediaItem as MediaItem, index_d$3_MediaItemType as MediaItemType, type index_d$3_MembershipName as MembershipName, type index_d$3_MembershipPaymentDetails as MembershipPaymentDetails, index_d$3_MembershipPaymentStatus as MembershipPaymentStatus, type MessageEnvelope$2 as MessageEnvelope, index_d$3_NonRefundableReason as NonRefundableReason, type index_d$3_OptionSelection as OptionSelection, type index_d$3_Order as Order, type index_d$3_OrderRefunded as OrderRefunded, type index_d$3_OrderTransactions as OrderTransactions, type index_d$3_OrderTransactionsUpdatedEnvelope as OrderTransactionsUpdatedEnvelope, type index_d$3_Payment as Payment, type index_d$3_PaymentAndOrderId as PaymentAndOrderId, type index_d$3_PaymentPaymentDetailsOneOf as PaymentPaymentDetailsOneOf, type index_d$3_PaymentRefund as PaymentRefund, index_d$3_PaymentStatus as PaymentStatus, type index_d$3_PaymentsUpdated as PaymentsUpdated, type index_d$3_PickupAddress as PickupAddress, type index_d$3_PickupDetails as PickupDetails, type index_d$3_Price as Price, type index_d$3_Refund as Refund, type index_d$3_RefundCreated as RefundCreated, type index_d$3_RefundDetails as RefundDetails, type index_d$3_RefundItem as RefundItem, type index_d$3_RefundSideEffects as RefundSideEffects, index_d$3_RefundStatus as RefundStatus, type index_d$3_RefundTransaction as RefundTransaction, type index_d$3_Refundability as Refundability, type index_d$3_RefundabilityAdditionalRefundabilityInfoOneOf as RefundabilityAdditionalRefundabilityInfoOneOf, index_d$3_RefundableStatus as RefundableStatus, type index_d$3_RegularPaymentDetails as RegularPaymentDetails, type index_d$3_RegularPaymentDetailsPaymentMethodDetailsOneOf as RegularPaymentDetailsPaymentMethodDetailsOneOf, type index_d$3_RestockInfo as RestockInfo, type index_d$3_RestockItem as RestockItem, index_d$3_RestockType as RestockType, type RestoreInfo$2 as RestoreInfo, type index_d$3_SearchOrderTransactionsRequest as SearchOrderTransactionsRequest, type index_d$3_SearchOrderTransactionsResponse as SearchOrderTransactionsResponse, type index_d$3_ShipmentDetails as ShipmentDetails, type index_d$3_ShippingInfo as ShippingInfo, type index_d$3_ShippingInfoDetailsOneOf as ShippingInfoDetailsOneOf, type index_d$3_ShippingPriceData as ShippingPriceData, type index_d$3_SnapshotMessage as SnapshotMessage, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type index_d$3_Street as Street, index_d$3_SubscriptionFrequency as SubscriptionFrequency, type index_d$3_SubscriptionInfo as SubscriptionInfo, type index_d$3_SubscriptionOptionInfo as SubscriptionOptionInfo, type index_d$3_SubscriptionSettings as SubscriptionSettings, type index_d$3_Totals as Totals, type index_d$3_TrackingInfo as TrackingInfo, index_d$3_TransactionStatus as TransactionStatus, type index_d$3_TriggerRefundRequest as TriggerRefundRequest, type index_d$3_TriggerRefundResponse as TriggerRefundResponse, type index_d$3_UpdatePaymentStatusIdentifiers as UpdatePaymentStatusIdentifiers, type index_d$3_UpdatePaymentStatusOptions as UpdatePaymentStatusOptions, type index_d$3_UpdatePaymentStatusRequest as UpdatePaymentStatusRequest, type index_d$3_UpdatePaymentStatusResponse as UpdatePaymentStatusResponse, type index_d$3_UpdatePaymentStatusResponseNonNullableFields as UpdatePaymentStatusResponseNonNullableFields, type index_d$3_UpdateRefundTransactionRequest as UpdateRefundTransactionRequest, type index_d$3_UpdateRefundTransactionResponse as UpdateRefundTransactionResponse, type index_d$3_V2InvoiceInfo as V2InvoiceInfo, type index_d$3_V2Refund as V2Refund, type index_d$3_VatId as VatId, index_d$3_VatType as VatType, WebhookIdentityType$2 as WebhookIdentityType, index_d$3_WeightUnit as WeightUnit, index_d$3_addPayments as addPayments, index_d$3_bulkUpdatePaymentStatuses as bulkUpdatePaymentStatuses, index_d$3_listTransactionsForMultipleOrders as listTransactionsForMultipleOrders, index_d$3_listTransactionsForSingleOrder as listTransactionsForSingleOrder, index_d$3_onOrderTransactionsUpdated as onOrderTransactionsUpdated, index_d$3_updatePaymentStatus as updatePaymentStatus };
22475
22457
  }
22476
22458
 
22477
22459
  interface OrdersSettings {
@@ -19845,11 +19845,6 @@ declare enum AuthorizationVoidStatus$1 {
19845
19845
  /** The void operation was failed */
19846
19846
  FAILED = "FAILED"
19847
19847
  }
19848
- declare enum ScheduledActionType$1 {
19849
- NONE = "NONE",
19850
- VOID = "VOID",
19851
- CAPTURE = "CAPTURE"
19852
- }
19853
19848
  interface GiftCardPaymentDetails$1 {
19854
19849
  /** Gift card payment ID. */
19855
19850
  giftCardPaymentId?: string;
@@ -20028,14 +20023,10 @@ interface AuthorizationVoidNonNullableFields$1 {
20028
20023
  status: AuthorizationVoidStatus$1;
20029
20024
  failureDetails?: AuthorizationActionFailureDetailsNonNullableFields$1;
20030
20025
  }
20031
- interface ScheduledActionNonNullableFields$1 {
20032
- actionType: ScheduledActionType$1;
20033
- }
20034
20026
  interface AuthorizationDetailsNonNullableFields$1 {
20035
20027
  delayedCapture: boolean;
20036
20028
  captures: AuthorizationCaptureNonNullableFields$1[];
20037
20029
  void?: AuthorizationVoidNonNullableFields$1;
20038
- scheduledAction?: ScheduledActionNonNullableFields$1;
20039
20030
  }
20040
20031
  interface RegularPaymentDetailsNonNullableFields$1 {
20041
20032
  offlinePayment: boolean;
@@ -20238,11 +20229,6 @@ declare enum AuthorizationVoidStatus {
20238
20229
  /** The void operation was failed */
20239
20230
  FAILED = "FAILED"
20240
20231
  }
20241
- declare enum ScheduledActionType {
20242
- NONE = "NONE",
20243
- VOID = "VOID",
20244
- CAPTURE = "CAPTURE"
20245
- }
20246
20232
  interface GiftCardPaymentDetails {
20247
20233
  /** Gift card payment ID. */
20248
20234
  giftCardPaymentId?: string;
@@ -20421,14 +20407,10 @@ interface AuthorizationVoidNonNullableFields {
20421
20407
  status: AuthorizationVoidStatus;
20422
20408
  failureDetails?: AuthorizationActionFailureDetailsNonNullableFields;
20423
20409
  }
20424
- interface ScheduledActionNonNullableFields {
20425
- actionType: ScheduledActionType;
20426
- }
20427
20410
  interface AuthorizationDetailsNonNullableFields {
20428
20411
  delayedCapture: boolean;
20429
20412
  captures: AuthorizationCaptureNonNullableFields[];
20430
20413
  void?: AuthorizationVoidNonNullableFields;
20431
- scheduledAction?: ScheduledActionNonNullableFields;
20432
20414
  }
20433
20415
  interface RegularPaymentDetailsNonNullableFields {
20434
20416
  offlinePayment: boolean;