@onyx-p/imlib-web 1.0.18 → 1.0.20

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.
@@ -212,6 +212,10 @@ export declare enum ErrorCode {
212
212
  * 会话数量超出上限
213
213
  */
214
214
  CONVER_OUT_LIMIT_ERROR = 34013,
215
+ /**
216
+ * 媒体文件上传异常,媒体文件不存在或文件大小为 0 或超过限制
217
+ */
218
+ MEDIA_EXCEPTION = 34018,
215
219
  /**
216
220
  * 获取会话失败
217
221
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onyx-p/imlib-web",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "main": "./dist/index.umd.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/types/index.d.ts",