@gengage/assistant-fe 0.3.37 → 0.3.38
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/chat/catalog.d.ts +2 -0
- package/dist/{chat-BJu5cvMq.js → chat-DWbfqurG.js} +96 -88
- package/dist/chat.iife.js +11 -11
- package/dist/chat.js +1 -1
- package/dist/{common-DxR7wUEx.js → common-BnVSPZsM.js} +2 -2
- package/dist/common.js +4 -4
- package/dist/index.js +6 -6
- package/dist/{native-webview-BFWh8f-u.js → native-webview-etMxQ2jb.js} +4 -4
- package/dist/native.iife.js +10 -10
- package/dist/native.js +1 -1
- package/dist/{qna-6_XrdLG_.js → qna-CMjb645J.js} +1 -1
- package/dist/qna.iife.js +6 -6
- package/dist/qna.js +1 -1
- package/dist/{schemas-ZYhTx11k.js → schemas-BnHn9LX7.js} +491 -470
- package/dist/{simrel-jN_YPfC7.js → simrel-CSJ_9zSn.js} +1 -1
- package/dist/simrel.iife.js +6 -6
- package/dist/simrel.js +1 -1
- package/package.json +1 -1
package/dist/chat/catalog.d.ts
CHANGED
|
@@ -343,6 +343,7 @@ export declare const ProsAndConsSchema: z.ZodObject<{
|
|
|
343
343
|
export declare const CategoriesContainerSchema: z.ZodObject<{
|
|
344
344
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
345
345
|
groupName: z.ZodString;
|
|
346
|
+
image: z.ZodOptional<z.ZodString>;
|
|
346
347
|
products: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
347
348
|
}, z.core.$strip>>>;
|
|
348
349
|
filterTags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -736,6 +737,7 @@ export declare const chatCatalog: {
|
|
|
736
737
|
readonly schema: z.ZodObject<{
|
|
737
738
|
groups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
738
739
|
groupName: z.ZodString;
|
|
740
|
+
image: z.ZodOptional<z.ZodString>;
|
|
739
741
|
products: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
740
742
|
}, z.core.$strip>>>;
|
|
741
743
|
filterTags: z.ZodOptional<z.ZodArray<z.ZodObject<{
|