@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.
@@ -13790,13 +13790,19 @@ declare enum VectorArtCategoryTypes {
13790
13790
  SHAPE_BASIC = "SHAPE_BASIC",
13791
13791
  /** Vector Art Shapes - mapped to SHAPE_ART */
13792
13792
  SHAPE_ART = "SHAPE_ART",
13793
- /** Social Icons - mapped to ICON_SOCIAL */
13793
+ /** Social Icons - deprecated use SHAPE_SOCIAL instead */
13794
13794
  ICON_SOCIAL = "ICON_SOCIAL",
13795
13795
  /** Location Icons - mapped to SHAPE_LOCATION */
13796
- SHAPE_LOCATION = "SHAPE_LOCATION"
13796
+ SHAPE_LOCATION = "SHAPE_LOCATION",
13797
+ /** Documents Icons - mapped to SHAPE_DOCUMENTS */
13798
+ SHAPE_DOCUMENTS = "SHAPE_DOCUMENTS",
13799
+ /** Social Icons - mapped to SHAPE_SOCIAL from type SVG */
13800
+ SHAPE_SOCIAL = "SHAPE_SOCIAL",
13801
+ /** Arrow Icons - mapped to SHAPE_ARROWS */
13802
+ SHAPE_ARROWS = "SHAPE_ARROWS"
13797
13803
  }
13798
13804
  /** @enumType */
13799
- type VectorArtCategoryTypesWithLiterals = VectorArtCategoryTypes | 'UNKNOWN_VectorArtCategoryTypes' | 'SHAPE_ALL' | 'SHAPE_BASIC' | 'SHAPE_ART' | 'ICON_SOCIAL' | 'SHAPE_LOCATION';
13805
+ type VectorArtCategoryTypesWithLiterals = VectorArtCategoryTypes | 'UNKNOWN_VectorArtCategoryTypes' | 'SHAPE_ALL' | 'SHAPE_BASIC' | 'SHAPE_ART' | 'ICON_SOCIAL' | 'SHAPE_LOCATION' | 'SHAPE_DOCUMENTS' | 'SHAPE_SOCIAL' | 'SHAPE_ARROWS';
13800
13806
  /** DEPRECATED: This message is deprecated and will be removed in the future */
13801
13807
  interface CustomEnum {
13802
13808
  /**
@@ -2373,6 +2373,9 @@ var VectorArtCategoryTypes = /* @__PURE__ */ ((VectorArtCategoryTypes2) => {
2373
2373
  VectorArtCategoryTypes2["SHAPE_ART"] = "SHAPE_ART";
2374
2374
  VectorArtCategoryTypes2["ICON_SOCIAL"] = "ICON_SOCIAL";
2375
2375
  VectorArtCategoryTypes2["SHAPE_LOCATION"] = "SHAPE_LOCATION";
2376
+ VectorArtCategoryTypes2["SHAPE_DOCUMENTS"] = "SHAPE_DOCUMENTS";
2377
+ VectorArtCategoryTypes2["SHAPE_SOCIAL"] = "SHAPE_SOCIAL";
2378
+ VectorArtCategoryTypes2["SHAPE_ARROWS"] = "SHAPE_ARROWS";
2376
2379
  return VectorArtCategoryTypes2;
2377
2380
  })(VectorArtCategoryTypes || {});
2378
2381
  var CssDataType = /* @__PURE__ */ ((CssDataType2) => {