@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.
- package/build/cjs/index.d.ts +6 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +6 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +6 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -1
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +6 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
/**
|