@wix/app-extensions 1.0.154 → 1.0.155

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.
@@ -25524,11 +25524,12 @@ declare enum AssetType {
25524
25524
  WIDGET = "WIDGET",
25525
25525
  FONT = "FONT",
25526
25526
  ICONS = "ICONS",
25527
- STORY = "STORY"
25527
+ STORY = "STORY",
25528
+ MODEL_3D = "MODEL_3D"
25528
25529
  }
25529
25530
  /** @enumType */
25530
25531
  /** @internal */
25531
- type AssetTypeWithLiterals = AssetType | 'UNKNOWN' | 'IMAGE' | 'VIDEO' | 'LOGO' | 'EVENT' | 'FORM' | 'PDF' | 'RICOS' | 'DOC' | 'SLIDE' | 'WIDGET' | 'FONT' | 'ICONS' | 'STORY';
25532
+ type AssetTypeWithLiterals = AssetType | 'UNKNOWN' | 'IMAGE' | 'VIDEO' | 'LOGO' | 'EVENT' | 'FORM' | 'PDF' | 'RICOS' | 'DOC' | 'SLIDE' | 'WIDGET' | 'FONT' | 'ICONS' | 'STORY' | 'MODEL_3D';
25532
25533
  /** @internal */
25533
25534
  declare enum FileMediaType {
25534
25535
  UNKNOWN_FILE_MEDIA_TYPE = "UNKNOWN_FILE_MEDIA_TYPE",
@@ -3629,6 +3629,7 @@ var AssetType = /* @__PURE__ */ ((AssetType2) => {
3629
3629
  AssetType2["FONT"] = "FONT";
3630
3630
  AssetType2["ICONS"] = "ICONS";
3631
3631
  AssetType2["STORY"] = "STORY";
3632
+ AssetType2["MODEL_3D"] = "MODEL_3D";
3632
3633
  return AssetType2;
3633
3634
  })(AssetType || {});
3634
3635
  var FileMediaType = /* @__PURE__ */ ((FileMediaType2) => {