@wix/auto_sdk_stores_customizations-v-3 1.0.70 → 1.0.71

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.
@@ -833,26 +833,22 @@ var import_image2 = require("@wix/sdk-runtime/transformations/image");
833
833
  var import_transform_paths2 = require("@wix/sdk-runtime/transformations/transform-paths");
834
834
  var import_query_builder_utils = require("@wix/sdk-runtime/query-builder-utils");
835
835
  var CustomizationType = /* @__PURE__ */ ((CustomizationType2) => {
836
- CustomizationType2["UNKNOWN_CUSTOMIZATION_TYPE"] = "UNKNOWN_CUSTOMIZATION_TYPE";
837
836
  CustomizationType2["PRODUCT_OPTION"] = "PRODUCT_OPTION";
838
837
  CustomizationType2["MODIFIER"] = "MODIFIER";
839
838
  return CustomizationType2;
840
839
  })(CustomizationType || {});
841
840
  var CustomizationRenderType = /* @__PURE__ */ ((CustomizationRenderType2) => {
842
- CustomizationRenderType2["UNKNOWN_CUSTOMIZATION_RENDER_TYPE"] = "UNKNOWN_CUSTOMIZATION_RENDER_TYPE";
843
841
  CustomizationRenderType2["FREE_TEXT"] = "FREE_TEXT";
844
842
  CustomizationRenderType2["TEXT_CHOICES"] = "TEXT_CHOICES";
845
843
  CustomizationRenderType2["SWATCH_CHOICES"] = "SWATCH_CHOICES";
846
844
  return CustomizationRenderType2;
847
845
  })(CustomizationRenderType || {});
848
846
  var ChoiceType = /* @__PURE__ */ ((ChoiceType2) => {
849
- ChoiceType2["UNKNOWN_CHOICE_TYPE"] = "UNKNOWN_CHOICE_TYPE";
850
847
  ChoiceType2["CHOICE_TEXT"] = "CHOICE_TEXT";
851
848
  ChoiceType2["ONE_COLOR"] = "ONE_COLOR";
852
849
  return ChoiceType2;
853
850
  })(ChoiceType || {});
854
851
  var ChoiceSortStrategy = /* @__PURE__ */ ((ChoiceSortStrategy2) => {
855
- ChoiceSortStrategy2["UNKNOWN_CHOICE_SORT_STRATEGY"] = "UNKNOWN_CHOICE_SORT_STRATEGY";
856
852
  ChoiceSortStrategy2["DEFAULT"] = "DEFAULT";
857
853
  ChoiceSortStrategy2["BY_NAME"] = "BY_NAME";
858
854
  ChoiceSortStrategy2["BY_PRODUCT_COUNT"] = "BY_PRODUCT_COUNT";
@@ -860,7 +856,6 @@ var ChoiceSortStrategy = /* @__PURE__ */ ((ChoiceSortStrategy2) => {
860
856
  return ChoiceSortStrategy2;
861
857
  })(ChoiceSortStrategy || {});
862
858
  var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
863
- RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
864
859
  RequestedFields2["ASSIGNED_PRODUCTS_COUNT"] = "ASSIGNED_PRODUCTS_COUNT";
865
860
  return RequestedFields2;
866
861
  })(RequestedFields || {});