@epam/ai-dial-chat-shared 1.1.0-dev.300 → 1.1.0-dev.307

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.
@@ -1 +1 @@
1
- {"version":3,"file":"mime-types.d.ts","sourceRoot":"","sources":["../../src/constants/mime-types.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAsCpD,CAAC;AAEF,wDAAwD;AACxD,eAAO,MAAM,kBAAkB,QAAQ,CAAC;AACxC,0DAA0D;AAC1D,eAAO,MAAM,sBAAsB,WAAW,CAAC"}
1
+ {"version":3,"file":"mime-types.d.ts","sourceRoot":"","sources":["../../src/constants/mime-types.ts"],"names":[],"mappings":"AAAA,oDAAoD;AACpD,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAyCpD,CAAC;AAEF,wDAAwD;AACxD,eAAO,MAAM,kBAAkB,QAAQ,CAAC;AACxC,0DAA0D;AAC1D,eAAO,MAAM,sBAAsB,WAAW,CAAC"}
package/index.js CHANGED
@@ -1902,6 +1902,7 @@ var un = (e) => {
1902
1902
  }, vn = {
1903
1903
  "text/markdown": "md",
1904
1904
  "text/plain": "txt",
1905
+ "text/html": "html",
1905
1906
  "text/javascript": "js",
1906
1907
  "text/typescript": "ts",
1907
1908
  "text/jsx": "jsx",
@@ -1910,6 +1911,8 @@ var un = (e) => {
1910
1911
  "text/x-php": "php",
1911
1912
  "text/x-rustsrc": "rs",
1912
1913
  "text/x-vue": "vue",
1914
+ "application/json": "json",
1915
+ "application/pdf": "pdf",
1913
1916
  "application/javascript": "js",
1914
1917
  "application/typescript": "ts",
1915
1918
  "application/xhtml+xml": "xhtml",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-chat-shared",
3
3
  "description": "Shared domain models, utilities, and UI components for AI DIAL Chat libraries",
4
- "version": "1.1.0-dev.300",
4
+ "version": "1.1.0-dev.307",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./index.js",