@wix/auto_sdk_ecom_order-transactions 1.0.35 → 1.0.36

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.
@@ -76,7 +76,12 @@ declare const bulkUpdatePaymentStatuses: MaybeContext<BuildRESTFunction<typeof b
76
76
  */
77
77
  declare const onOrderTransactionsDetailsUpdated: BuildEventDefinition<typeof onOrderTransactionsDetailsUpdated$1>;
78
78
  /**
79
- * Triggered (once) when all RefundTransactions in Refund become either SUCCEEDED or FAILED.
79
+ * Triggered when a refund has been fully processed and completed.
80
+ *
81
+ * This event is fired once when all refund transactions within a refund have reached
82
+ * their final state (either `SUCCEEDED` or `FAILED`). Contains the order ID, completed
83
+ * refund details, any side effects (such as inventory restocking or email notifications),
84
+ * and the updated order transaction state.
80
85
  */
81
86
  declare const onOrderTransactionsRefundCompleted: BuildEventDefinition<typeof onOrderTransactionsRefundCompleted$1>;
82
87
  /**