@wix/auto_sdk_ecom_checkout 1.0.164 → 1.0.165

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.
@@ -2515,7 +2515,7 @@ function updateLineItemsQuantity3(httpClient) {
2515
2515
  { httpClient }
2516
2516
  );
2517
2517
  }
2518
- var onCheckoutCompleted = (0, import_sdk_types.EventDefinition)(
2518
+ var onCheckoutCompleted = /* @__PURE__ */ (0, import_sdk_types.EventDefinition)(
2519
2519
  "wix.ecom.v1.checkout_completed",
2520
2520
  true,
2521
2521
  (event) => (0, import_rename_all_nested_keys2.renameKeysFromRESTResponseToSDKResponse)(
@@ -2593,7 +2593,7 @@ var onCheckoutCompleted = (0, import_sdk_types.EventDefinition)(
2593
2593
  ])
2594
2594
  )
2595
2595
  )();
2596
- var onCheckoutCreated = (0, import_sdk_types.EventDefinition)(
2596
+ var onCheckoutCreated = /* @__PURE__ */ (0, import_sdk_types.EventDefinition)(
2597
2597
  "wix.ecom.v1.checkout_created",
2598
2598
  true,
2599
2599
  (event) => (0, import_rename_all_nested_keys2.renameKeysFromRESTResponseToSDKResponse)(
@@ -2667,7 +2667,7 @@ var onCheckoutCreated = (0, import_sdk_types.EventDefinition)(
2667
2667
  ])
2668
2668
  )
2669
2669
  )();
2670
- var onCheckoutDeleted = (0, import_sdk_types.EventDefinition)(
2670
+ var onCheckoutDeleted = /* @__PURE__ */ (0, import_sdk_types.EventDefinition)(
2671
2671
  "wix.ecom.v1.checkout_deleted",
2672
2672
  true,
2673
2673
  (event) => (0, import_rename_all_nested_keys2.renameKeysFromRESTResponseToSDKResponse)(
@@ -2741,7 +2741,7 @@ var onCheckoutDeleted = (0, import_sdk_types.EventDefinition)(
2741
2741
  ])
2742
2742
  )
2743
2743
  )();
2744
- var onCheckoutUpdated = (0, import_sdk_types.EventDefinition)(
2744
+ var onCheckoutUpdated = /* @__PURE__ */ (0, import_sdk_types.EventDefinition)(
2745
2745
  "wix.ecom.v1.checkout_updated",
2746
2746
  true,
2747
2747
  (event) => (0, import_rename_all_nested_keys2.renameKeysFromRESTResponseToSDKResponse)(
@@ -2887,12 +2887,18 @@ var markCheckoutAsCompletedAndRedirectToUrl4 = /* @__PURE__ */ (0, import_rest_m
2887
2887
  );
2888
2888
  var markCheckoutAsCompleted4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(markCheckoutAsCompleted3);
2889
2889
  var updateLineItemsQuantity4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(updateLineItemsQuantity3);
2890
- var onCheckoutCompleted2 = (0, import_event_definition_modules.createEventModule)(
2890
+ var onCheckoutCompleted2 = /* @__PURE__ */ (0, import_event_definition_modules.createEventModule)(
2891
2891
  onCheckoutCompleted
2892
2892
  );
2893
- var onCheckoutCreated2 = (0, import_event_definition_modules.createEventModule)(onCheckoutCreated);
2894
- var onCheckoutDeleted2 = (0, import_event_definition_modules.createEventModule)(onCheckoutDeleted);
2895
- var onCheckoutUpdated2 = (0, import_event_definition_modules.createEventModule)(onCheckoutUpdated);
2893
+ var onCheckoutCreated2 = /* @__PURE__ */ (0, import_event_definition_modules.createEventModule)(
2894
+ onCheckoutCreated
2895
+ );
2896
+ var onCheckoutDeleted2 = /* @__PURE__ */ (0, import_event_definition_modules.createEventModule)(
2897
+ onCheckoutDeleted
2898
+ );
2899
+ var onCheckoutUpdated2 = /* @__PURE__ */ (0, import_event_definition_modules.createEventModule)(
2900
+ onCheckoutUpdated
2901
+ );
2896
2902
  // Annotate the CommonJS export names for ESM import in node:
2897
2903
  0 && (module.exports = {
2898
2904
  AdditionalFeeSource,