@wix/auto_sdk_data-extension-schema_schemas 1.0.92 → 1.0.93

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.
@@ -13816,13 +13816,19 @@ declare enum VectorArtCategoryTypes {
13816
13816
  SHAPE_BASIC = "SHAPE_BASIC",
13817
13817
  /** Vector Art Shapes - mapped to SHAPE_ART */
13818
13818
  SHAPE_ART = "SHAPE_ART",
13819
- /** Social Icons - mapped to ICON_SOCIAL */
13819
+ /** Social Icons - deprecated use SHAPE_SOCIAL instead */
13820
13820
  ICON_SOCIAL = "ICON_SOCIAL",
13821
13821
  /** Location Icons - mapped to SHAPE_LOCATION */
13822
- SHAPE_LOCATION = "SHAPE_LOCATION"
13822
+ SHAPE_LOCATION = "SHAPE_LOCATION",
13823
+ /** Documents Icons - mapped to SHAPE_DOCUMENTS */
13824
+ SHAPE_DOCUMENTS = "SHAPE_DOCUMENTS",
13825
+ /** Social Icons - mapped to SHAPE_SOCIAL from type SVG */
13826
+ SHAPE_SOCIAL = "SHAPE_SOCIAL",
13827
+ /** Arrow Icons - mapped to SHAPE_ARROWS */
13828
+ SHAPE_ARROWS = "SHAPE_ARROWS"
13823
13829
  }
13824
13830
  /** @enumType */
13825
- type VectorArtCategoryTypesWithLiterals = VectorArtCategoryTypes | 'UNKNOWN_VectorArtCategoryTypes' | 'SHAPE_ALL' | 'SHAPE_BASIC' | 'SHAPE_ART' | 'ICON_SOCIAL' | 'SHAPE_LOCATION';
13831
+ type VectorArtCategoryTypesWithLiterals = VectorArtCategoryTypes | 'UNKNOWN_VectorArtCategoryTypes' | 'SHAPE_ALL' | 'SHAPE_BASIC' | 'SHAPE_ART' | 'ICON_SOCIAL' | 'SHAPE_LOCATION' | 'SHAPE_DOCUMENTS' | 'SHAPE_SOCIAL' | 'SHAPE_ARROWS';
13826
13832
  /** DEPRECATED: This message is deprecated and will be removed in the future */
13827
13833
  interface CustomEnum {
13828
13834
  /**
@@ -2103,6 +2103,9 @@ var VectorArtCategoryTypes = /* @__PURE__ */ ((VectorArtCategoryTypes2) => {
2103
2103
  VectorArtCategoryTypes2["SHAPE_ART"] = "SHAPE_ART";
2104
2104
  VectorArtCategoryTypes2["ICON_SOCIAL"] = "ICON_SOCIAL";
2105
2105
  VectorArtCategoryTypes2["SHAPE_LOCATION"] = "SHAPE_LOCATION";
2106
+ VectorArtCategoryTypes2["SHAPE_DOCUMENTS"] = "SHAPE_DOCUMENTS";
2107
+ VectorArtCategoryTypes2["SHAPE_SOCIAL"] = "SHAPE_SOCIAL";
2108
+ VectorArtCategoryTypes2["SHAPE_ARROWS"] = "SHAPE_ARROWS";
2106
2109
  return VectorArtCategoryTypes2;
2107
2110
  })(VectorArtCategoryTypes || {});
2108
2111
  var CssDataType = /* @__PURE__ */ ((CssDataType2) => {