@wix/auto_sdk_ecom_checkout 1.0.62 → 1.0.63

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.
@@ -207,18 +207,18 @@ declare const updateLineItemsQuantity: MaybeContext<BuildRESTFunction<typeof upd
207
207
  /**
208
208
  * Triggered when an order created from this checkout is successfully paid for or when a checkout is marked as completed.
209
209
  */
210
- declare const onCheckoutCompleted: BuildEventDefinition<typeof onCheckoutCompleted$1>;
210
+ declare const onCheckoutCompleted: BuildEventDefinition<typeof onCheckoutCompleted$1> & typeof onCheckoutCompleted$1;
211
211
  /**
212
212
  * Triggered when a checkout is created.
213
213
  */
214
- declare const onCheckoutCreated: BuildEventDefinition<typeof onCheckoutCreated$1>;
214
+ declare const onCheckoutCreated: BuildEventDefinition<typeof onCheckoutCreated$1> & typeof onCheckoutCreated$1;
215
215
  /**
216
216
  * Triggered when a checkout is deleted.
217
217
  */
218
- declare const onCheckoutDeleted: BuildEventDefinition<typeof onCheckoutDeleted$1>;
218
+ declare const onCheckoutDeleted: BuildEventDefinition<typeof onCheckoutDeleted$1> & typeof onCheckoutDeleted$1;
219
219
  /**
220
220
  * Triggered when a checkout is updated.
221
221
  */
222
- declare const onCheckoutUpdated: BuildEventDefinition<typeof onCheckoutUpdated$1>;
222
+ declare const onCheckoutUpdated: BuildEventDefinition<typeof onCheckoutUpdated$1> & typeof onCheckoutUpdated$1;
223
223
 
224
224
  export { AddToCheckoutApplicationErrors, AddToCheckoutOptions, AddToCheckoutResponse, Checkout, CheckoutCompletedEnvelope, CheckoutCreatedEnvelope, CheckoutDeletedEnvelope, CheckoutUpdatedEnvelope, CreateCheckoutApplicationErrors, CreateCheckoutOptions, CreateOrderApplicationErrors, CreateOrderOptions, CreateOrderResponse, GetCheckoutByCartIdResponse, GetCheckoutURLResponse, LineItemQuantityUpdate, MarkCheckoutAsCompletedAndRedirectToUrlApplicationErrors, RawHttpResponse, RemoveCouponResponse, RemoveGiftCardResponse, RemoveLineItemsResponse, RemoveOverrideCheckoutUrlResponse, UpdateCheckout, UpdateCheckoutApplicationErrors, UpdateCheckoutOptions, UpdateLineItemsQuantityResponse, addToCheckout, createCheckout, createOrder, getCheckout, getCheckoutByCartId, getCheckoutUrl, markCheckoutAsCompleted, markCheckoutAsCompletedAndRedirectToUrl, onCheckoutCompleted, onCheckoutCreated, onCheckoutDeleted, onCheckoutUpdated, removeCoupon, removeGiftCard, removeLineItems, removeOverrideCheckoutUrl, updateCheckout, updateLineItemsQuantity };
@@ -2807,7 +2807,9 @@ var markCheckoutAsCompletedAndRedirectToUrl4 = /* @__PURE__ */ (0, import_rest_m
2807
2807
  var markCheckoutAsCompleted4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(markCheckoutAsCompleted3);
2808
2808
  var updateLineItemsQuantity4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(updateLineItemsQuantity3);
2809
2809
  var getCheckoutPaymentSettings4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getCheckoutPaymentSettings3);
2810
- var onCheckoutCompleted2 = (0, import_event_definition_modules.createEventModule)(onCheckoutCompleted);
2810
+ var onCheckoutCompleted2 = (0, import_event_definition_modules.createEventModule)(
2811
+ onCheckoutCompleted
2812
+ );
2811
2813
  var onCheckoutCreated2 = (0, import_event_definition_modules.createEventModule)(onCheckoutCreated);
2812
2814
  var onCheckoutDeleted2 = (0, import_event_definition_modules.createEventModule)(onCheckoutDeleted);
2813
2815
  var onCheckoutUpdated2 = (0, import_event_definition_modules.createEventModule)(onCheckoutUpdated);