@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
  /**
package/build/cjs/meta.js CHANGED
@@ -2369,6 +2369,9 @@ var VectorArtCategoryTypes = /* @__PURE__ */ ((VectorArtCategoryTypes2) => {
2369
2369
  VectorArtCategoryTypes2["SHAPE_ART"] = "SHAPE_ART";
2370
2370
  VectorArtCategoryTypes2["ICON_SOCIAL"] = "ICON_SOCIAL";
2371
2371
  VectorArtCategoryTypes2["SHAPE_LOCATION"] = "SHAPE_LOCATION";
2372
+ VectorArtCategoryTypes2["SHAPE_DOCUMENTS"] = "SHAPE_DOCUMENTS";
2373
+ VectorArtCategoryTypes2["SHAPE_SOCIAL"] = "SHAPE_SOCIAL";
2374
+ VectorArtCategoryTypes2["SHAPE_ARROWS"] = "SHAPE_ARROWS";
2372
2375
  return VectorArtCategoryTypes2;
2373
2376
  })(VectorArtCategoryTypes || {});
2374
2377
  var CssDataType = /* @__PURE__ */ ((CssDataType2) => {