@mxmweb/aichat 1.2.6 → 1.2.9
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/adopters/gientechCommon/components/Messages/GientechNewChatWelcome.d.ts +6 -6
- package/index.js +12245 -12204
- package/package.json +1 -1
- package/utils/index.d.ts +1 -0
package/package.json
CHANGED
package/utils/index.d.ts
CHANGED
|
@@ -18,3 +18,4 @@ export declare const getUrlPrefix: () => any;
|
|
|
18
18
|
export declare const getMinioUrlPrefix: () => any;
|
|
19
19
|
export declare const getNameFromFile: (fileUrl: string) => string;
|
|
20
20
|
export declare const handleDownLoad: (url: string) => void;
|
|
21
|
+
export declare const getTypeByName: (name: string) => string;
|