@wix/app-extensions 1.0.101 → 1.0.102

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.
@@ -24582,11 +24582,12 @@ declare enum AssetType {
24582
24582
  SLIDE = "SLIDE",
24583
24583
  WIDGET = "WIDGET",
24584
24584
  FONT = "FONT",
24585
- ICONS = "ICONS"
24585
+ ICONS = "ICONS",
24586
+ STORY = "STORY"
24586
24587
  }
24587
24588
  /** @enumType */
24588
24589
  /** @internal */
24589
- type AssetTypeWithLiterals = AssetType | 'UNKNOWN' | 'IMAGE' | 'VIDEO' | 'LOGO' | 'EVENT' | 'FORM' | 'PDF' | 'RICOS' | 'DOC' | 'SLIDE' | 'WIDGET' | 'FONT' | 'ICONS';
24590
+ type AssetTypeWithLiterals = AssetType | 'UNKNOWN' | 'IMAGE' | 'VIDEO' | 'LOGO' | 'EVENT' | 'FORM' | 'PDF' | 'RICOS' | 'DOC' | 'SLIDE' | 'WIDGET' | 'FONT' | 'ICONS' | 'STORY';
24590
24591
  /** @internal */
24591
24592
  declare enum FileMediaType {
24592
24593
  UNKNOWN_FILE_MEDIA_TYPE = "UNKNOWN_FILE_MEDIA_TYPE",
@@ -2919,6 +2919,7 @@ var AssetType = /* @__PURE__ */ ((AssetType2) => {
2919
2919
  AssetType2["WIDGET"] = "WIDGET";
2920
2920
  AssetType2["FONT"] = "FONT";
2921
2921
  AssetType2["ICONS"] = "ICONS";
2922
+ AssetType2["STORY"] = "STORY";
2922
2923
  return AssetType2;
2923
2924
  })(AssetType || {});
2924
2925
  var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {