@rxdrag/rxcms-models 0.3.96 → 0.3.97

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.
package/dist/index.mjs CHANGED
@@ -1223,6 +1223,7 @@ var MediaType = /* @__PURE__ */ ((MediaType2) => {
1223
1223
  MediaType2["image"] = "image";
1224
1224
  MediaType2["video"] = "video";
1225
1225
  MediaType2["document"] = "document";
1226
+ MediaType2["file"] = "file";
1226
1227
  return MediaType2;
1227
1228
  })(MediaType || {});
1228
1229
  const MailEntityName = "Mail";