@liip/liipgpt 3.1.13 → 3.1.15
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/button/liipgpt-button.iife.js +26 -26
- package/chat/liipgpt-chat.iife.js +43 -43
- package/config/index.cjs +7 -1
- package/config/index.d.ts +84 -40
- package/config/index.js +7 -1
- package/configurator/_app/env.js +1 -1
- package/configurator/_app/immutable/chunks/C4smb4KD.js +279 -0
- package/configurator/_app/immutable/chunks/{B5b20vC5.js → DFZgwopc.js} +1 -1
- package/configurator/_app/immutable/chunks/DGvlRJ57.js +3 -0
- package/configurator/_app/immutable/chunks/{BmkBsBqo.js → DJ5qEkX6.js} +1 -1
- package/configurator/_app/immutable/chunks/{B0YFyw9m.js → DLsBQsIv.js} +1 -1
- package/configurator/_app/immutable/chunks/{BTlA0abw.js → DmhyMKU0.js} +1 -1
- package/configurator/_app/immutable/chunks/{wsC8zKOo.js → DvkaH2qk.js} +1 -1
- package/configurator/_app/immutable/chunks/{BW5HGSQX.js → Os9aTwtD.js} +1 -1
- package/configurator/_app/immutable/chunks/RKW_MteT.js +108 -0
- package/configurator/_app/immutable/chunks/Zg1oIjWv.js +143 -0
- package/configurator/_app/immutable/entry/{app.teVt-L9q.js → app.BOsUTo3n.js} +2 -2
- package/configurator/_app/immutable/entry/start.A9W2Zmif.js +1 -0
- package/configurator/_app/immutable/nodes/{0.CXBIpwD-.js → 0.D4OuOG-2.js} +1 -1
- package/configurator/_app/immutable/nodes/{1.BVvu-oNU.js → 1.DiYC3-E5.js} +1 -1
- package/configurator/_app/immutable/nodes/{2.D0EYnTHa.js → 2.Dn6Pm4Oa.js} +3 -3
- package/configurator/_app/immutable/nodes/{3.metSClos.js → 3.D0P8O9OU.js} +1 -1
- package/configurator/_app/version.json +1 -1
- package/configurator/index.html +7 -7
- package/configurator/sidebar.html +7 -7
- package/index.cjs +7 -1
- package/index.d.ts +162 -66
- package/index.js +7 -1
- package/package.json +1 -1
- package/configurator/_app/immutable/chunks/Bui4vWcG.js +0 -108
- package/configurator/_app/immutable/chunks/CDPxb1-d.js +0 -279
- package/configurator/_app/immutable/chunks/D7pwWfbv.js +0 -143
- package/configurator/_app/immutable/chunks/Dti0Jy1F.js +0 -3
- package/configurator/_app/immutable/entry/start.DdzAWzJ9.js +0 -1
package/index.d.ts
CHANGED
|
@@ -2180,6 +2180,11 @@ export declare const fullTranslations: z.ZodRecord<z.ZodEnum<[
|
|
|
2180
2180
|
ariaSettingsRegion: z.ZodString;
|
|
2181
2181
|
ariaReferencesRegion: z.ZodString;
|
|
2182
2182
|
ariaFlyoutRegion: z.ZodString;
|
|
2183
|
+
ariaSelected: z.ZodString;
|
|
2184
|
+
ariaUnselected: z.ZodString;
|
|
2185
|
+
ariaAllSelected: z.ZodString;
|
|
2186
|
+
ariaAllUnselected: z.ZodString;
|
|
2187
|
+
ariaAllReseted: z.ZodString;
|
|
2183
2188
|
popups: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
2184
2189
|
hash: z.ZodString;
|
|
2185
2190
|
title: z.ZodString;
|
|
@@ -2291,6 +2296,11 @@ export declare const fullTranslations: z.ZodRecord<z.ZodEnum<[
|
|
|
2291
2296
|
ariaSettingsRegion: string;
|
|
2292
2297
|
ariaReferencesRegion: string;
|
|
2293
2298
|
ariaFlyoutRegion: string;
|
|
2299
|
+
ariaSelected: string;
|
|
2300
|
+
ariaUnselected: string;
|
|
2301
|
+
ariaAllSelected: string;
|
|
2302
|
+
ariaAllUnselected: string;
|
|
2303
|
+
ariaAllReseted: string;
|
|
2294
2304
|
hideSettings: string;
|
|
2295
2305
|
showSettings: string;
|
|
2296
2306
|
chooseAtLeastOneOption: string;
|
|
@@ -2388,6 +2398,11 @@ export declare const fullTranslations: z.ZodRecord<z.ZodEnum<[
|
|
|
2388
2398
|
ariaSettingsRegion: string;
|
|
2389
2399
|
ariaReferencesRegion: string;
|
|
2390
2400
|
ariaFlyoutRegion: string;
|
|
2401
|
+
ariaSelected: string;
|
|
2402
|
+
ariaUnselected: string;
|
|
2403
|
+
ariaAllSelected: string;
|
|
2404
|
+
ariaAllUnselected: string;
|
|
2405
|
+
ariaAllReseted: string;
|
|
2391
2406
|
hideSettings: string;
|
|
2392
2407
|
showSettings: string;
|
|
2393
2408
|
chooseAtLeastOneOption: string;
|
|
@@ -3703,7 +3718,8 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
3703
3718
|
"sources",
|
|
3704
3719
|
"model",
|
|
3705
3720
|
"checkbox",
|
|
3706
|
-
"warning"
|
|
3721
|
+
"warning",
|
|
3722
|
+
"headerLogo"
|
|
3707
3723
|
]>, z.ZodString>>;
|
|
3708
3724
|
}, "strip", z.ZodTypeAny, {
|
|
3709
3725
|
font?: {
|
|
@@ -3836,7 +3852,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
3836
3852
|
borderColor?: string | undefined;
|
|
3837
3853
|
boxShadow?: string | undefined;
|
|
3838
3854
|
}> | undefined;
|
|
3839
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
3855
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
3840
3856
|
}, {
|
|
3841
3857
|
font?: {
|
|
3842
3858
|
family?: string | undefined;
|
|
@@ -3968,7 +3984,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
3968
3984
|
borderColor?: string | undefined;
|
|
3969
3985
|
boxShadow?: string | undefined;
|
|
3970
3986
|
}> | undefined;
|
|
3971
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
3987
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
3972
3988
|
}>>;
|
|
3973
3989
|
}, "strip", z.ZodTypeAny, {
|
|
3974
3990
|
customCSS?: string | undefined;
|
|
@@ -4105,7 +4121,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
4105
4121
|
borderColor?: string | undefined;
|
|
4106
4122
|
boxShadow?: string | undefined;
|
|
4107
4123
|
}> | undefined;
|
|
4108
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
4124
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
4109
4125
|
} | undefined;
|
|
4110
4126
|
}, {
|
|
4111
4127
|
customCSS?: string | undefined;
|
|
@@ -4242,7 +4258,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
4242
4258
|
borderColor?: string | undefined;
|
|
4243
4259
|
boxShadow?: string | undefined;
|
|
4244
4260
|
}> | undefined;
|
|
4245
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
4261
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
4246
4262
|
} | undefined;
|
|
4247
4263
|
}>>;
|
|
4248
4264
|
dark: z.ZodOptional<z.ZodObject<{
|
|
@@ -4887,7 +4903,8 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
4887
4903
|
"sources",
|
|
4888
4904
|
"model",
|
|
4889
4905
|
"checkbox",
|
|
4890
|
-
"warning"
|
|
4906
|
+
"warning",
|
|
4907
|
+
"headerLogo"
|
|
4891
4908
|
]>, z.ZodString>>;
|
|
4892
4909
|
}, "strip", z.ZodTypeAny, {
|
|
4893
4910
|
font?: {
|
|
@@ -5020,7 +5037,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5020
5037
|
borderColor?: string | undefined;
|
|
5021
5038
|
boxShadow?: string | undefined;
|
|
5022
5039
|
}> | undefined;
|
|
5023
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
5040
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
5024
5041
|
}, {
|
|
5025
5042
|
font?: {
|
|
5026
5043
|
family?: string | undefined;
|
|
@@ -5152,7 +5169,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5152
5169
|
borderColor?: string | undefined;
|
|
5153
5170
|
boxShadow?: string | undefined;
|
|
5154
5171
|
}> | undefined;
|
|
5155
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
5172
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
5156
5173
|
}>>;
|
|
5157
5174
|
}, "strip", z.ZodTypeAny, {
|
|
5158
5175
|
customCSS?: string | undefined;
|
|
@@ -5289,7 +5306,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5289
5306
|
borderColor?: string | undefined;
|
|
5290
5307
|
boxShadow?: string | undefined;
|
|
5291
5308
|
}> | undefined;
|
|
5292
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
5309
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
5293
5310
|
} | undefined;
|
|
5294
5311
|
}, {
|
|
5295
5312
|
customCSS?: string | undefined;
|
|
@@ -5426,7 +5443,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5426
5443
|
borderColor?: string | undefined;
|
|
5427
5444
|
boxShadow?: string | undefined;
|
|
5428
5445
|
}> | undefined;
|
|
5429
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
5446
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
5430
5447
|
} | undefined;
|
|
5431
5448
|
}>>;
|
|
5432
5449
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5565,7 +5582,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5565
5582
|
borderColor?: string | undefined;
|
|
5566
5583
|
boxShadow?: string | undefined;
|
|
5567
5584
|
}> | undefined;
|
|
5568
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
5585
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
5569
5586
|
} | undefined;
|
|
5570
5587
|
} | undefined;
|
|
5571
5588
|
dark?: {
|
|
@@ -5703,7 +5720,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5703
5720
|
borderColor?: string | undefined;
|
|
5704
5721
|
boxShadow?: string | undefined;
|
|
5705
5722
|
}> | undefined;
|
|
5706
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
5723
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
5707
5724
|
} | undefined;
|
|
5708
5725
|
} | undefined;
|
|
5709
5726
|
}, {
|
|
@@ -5842,7 +5859,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5842
5859
|
borderColor?: string | undefined;
|
|
5843
5860
|
boxShadow?: string | undefined;
|
|
5844
5861
|
}> | undefined;
|
|
5845
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
5862
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
5846
5863
|
} | undefined;
|
|
5847
5864
|
} | undefined;
|
|
5848
5865
|
dark?: {
|
|
@@ -5980,7 +5997,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5980
5997
|
borderColor?: string | undefined;
|
|
5981
5998
|
boxShadow?: string | undefined;
|
|
5982
5999
|
}> | undefined;
|
|
5983
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
6000
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
5984
6001
|
} | undefined;
|
|
5985
6002
|
} | undefined;
|
|
5986
6003
|
}>>;
|
|
@@ -6207,7 +6224,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
6207
6224
|
borderColor?: string | undefined;
|
|
6208
6225
|
boxShadow?: string | undefined;
|
|
6209
6226
|
}> | undefined;
|
|
6210
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
6227
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
6211
6228
|
} | undefined;
|
|
6212
6229
|
} | undefined;
|
|
6213
6230
|
dark?: {
|
|
@@ -6345,7 +6362,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
6345
6362
|
borderColor?: string | undefined;
|
|
6346
6363
|
boxShadow?: string | undefined;
|
|
6347
6364
|
}> | undefined;
|
|
6348
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
6365
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
6349
6366
|
} | undefined;
|
|
6350
6367
|
} | undefined;
|
|
6351
6368
|
} | undefined;
|
|
@@ -6572,7 +6589,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
6572
6589
|
borderColor?: string | undefined;
|
|
6573
6590
|
boxShadow?: string | undefined;
|
|
6574
6591
|
}> | undefined;
|
|
6575
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
6592
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
6576
6593
|
} | undefined;
|
|
6577
6594
|
} | undefined;
|
|
6578
6595
|
dark?: {
|
|
@@ -6710,7 +6727,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
6710
6727
|
borderColor?: string | undefined;
|
|
6711
6728
|
boxShadow?: string | undefined;
|
|
6712
6729
|
}> | undefined;
|
|
6713
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
6730
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
6714
6731
|
} | undefined;
|
|
6715
6732
|
} | undefined;
|
|
6716
6733
|
} | undefined;
|
|
@@ -6797,6 +6814,11 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
6797
6814
|
ariaSettingsRegion: z.ZodOptional<z.ZodString>;
|
|
6798
6815
|
ariaReferencesRegion: z.ZodOptional<z.ZodString>;
|
|
6799
6816
|
ariaFlyoutRegion: z.ZodOptional<z.ZodString>;
|
|
6817
|
+
ariaSelected: z.ZodOptional<z.ZodString>;
|
|
6818
|
+
ariaUnselected: z.ZodOptional<z.ZodString>;
|
|
6819
|
+
ariaAllSelected: z.ZodOptional<z.ZodString>;
|
|
6820
|
+
ariaAllUnselected: z.ZodOptional<z.ZodString>;
|
|
6821
|
+
ariaAllReseted: z.ZodOptional<z.ZodString>;
|
|
6800
6822
|
popups: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
6801
6823
|
hash: z.ZodString;
|
|
6802
6824
|
title: z.ZodString;
|
|
@@ -6915,6 +6937,11 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
6915
6937
|
ariaSettingsRegion?: string | undefined;
|
|
6916
6938
|
ariaReferencesRegion?: string | undefined;
|
|
6917
6939
|
ariaFlyoutRegion?: string | undefined;
|
|
6940
|
+
ariaSelected?: string | undefined;
|
|
6941
|
+
ariaUnselected?: string | undefined;
|
|
6942
|
+
ariaAllSelected?: string | undefined;
|
|
6943
|
+
ariaAllUnselected?: string | undefined;
|
|
6944
|
+
ariaAllReseted?: string | undefined;
|
|
6918
6945
|
popups?: {
|
|
6919
6946
|
content: string;
|
|
6920
6947
|
title: string;
|
|
@@ -7012,6 +7039,11 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
7012
7039
|
ariaSettingsRegion?: string | undefined;
|
|
7013
7040
|
ariaReferencesRegion?: string | undefined;
|
|
7014
7041
|
ariaFlyoutRegion?: string | undefined;
|
|
7042
|
+
ariaSelected?: string | undefined;
|
|
7043
|
+
ariaUnselected?: string | undefined;
|
|
7044
|
+
ariaAllSelected?: string | undefined;
|
|
7045
|
+
ariaAllUnselected?: string | undefined;
|
|
7046
|
+
ariaAllReseted?: string | undefined;
|
|
7015
7047
|
popups?: {
|
|
7016
7048
|
content: string;
|
|
7017
7049
|
title: string;
|
|
@@ -7329,7 +7361,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
7329
7361
|
borderColor?: string | undefined;
|
|
7330
7362
|
boxShadow?: string | undefined;
|
|
7331
7363
|
}> | undefined;
|
|
7332
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
7364
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
7333
7365
|
} | undefined;
|
|
7334
7366
|
} | undefined;
|
|
7335
7367
|
dark?: {
|
|
@@ -7467,7 +7499,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
7467
7499
|
borderColor?: string | undefined;
|
|
7468
7500
|
boxShadow?: string | undefined;
|
|
7469
7501
|
}> | undefined;
|
|
7470
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
7502
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
7471
7503
|
} | undefined;
|
|
7472
7504
|
} | undefined;
|
|
7473
7505
|
} | undefined;
|
|
@@ -7548,6 +7580,11 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
7548
7580
|
ariaSettingsRegion?: string | undefined;
|
|
7549
7581
|
ariaReferencesRegion?: string | undefined;
|
|
7550
7582
|
ariaFlyoutRegion?: string | undefined;
|
|
7583
|
+
ariaSelected?: string | undefined;
|
|
7584
|
+
ariaUnselected?: string | undefined;
|
|
7585
|
+
ariaAllSelected?: string | undefined;
|
|
7586
|
+
ariaAllUnselected?: string | undefined;
|
|
7587
|
+
ariaAllReseted?: string | undefined;
|
|
7551
7588
|
popups?: {
|
|
7552
7589
|
content: string;
|
|
7553
7590
|
title: string;
|
|
@@ -7846,7 +7883,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
7846
7883
|
borderColor?: string | undefined;
|
|
7847
7884
|
boxShadow?: string | undefined;
|
|
7848
7885
|
}> | undefined;
|
|
7849
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
7886
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
7850
7887
|
} | undefined;
|
|
7851
7888
|
} | undefined;
|
|
7852
7889
|
dark?: {
|
|
@@ -7984,7 +8021,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
7984
8021
|
borderColor?: string | undefined;
|
|
7985
8022
|
boxShadow?: string | undefined;
|
|
7986
8023
|
}> | undefined;
|
|
7987
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
8024
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
7988
8025
|
} | undefined;
|
|
7989
8026
|
} | undefined;
|
|
7990
8027
|
} | undefined;
|
|
@@ -8065,6 +8102,11 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
8065
8102
|
ariaSettingsRegion?: string | undefined;
|
|
8066
8103
|
ariaReferencesRegion?: string | undefined;
|
|
8067
8104
|
ariaFlyoutRegion?: string | undefined;
|
|
8105
|
+
ariaSelected?: string | undefined;
|
|
8106
|
+
ariaUnselected?: string | undefined;
|
|
8107
|
+
ariaAllSelected?: string | undefined;
|
|
8108
|
+
ariaAllUnselected?: string | undefined;
|
|
8109
|
+
ariaAllReseted?: string | undefined;
|
|
8068
8110
|
popups?: {
|
|
8069
8111
|
content: string;
|
|
8070
8112
|
title: string;
|
|
@@ -9365,7 +9407,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9365
9407
|
"sources",
|
|
9366
9408
|
"model",
|
|
9367
9409
|
"checkbox",
|
|
9368
|
-
"warning"
|
|
9410
|
+
"warning",
|
|
9411
|
+
"headerLogo"
|
|
9369
9412
|
]>, z.ZodString>>;
|
|
9370
9413
|
}, "strip", z.ZodTypeAny, {
|
|
9371
9414
|
font?: {
|
|
@@ -9498,7 +9541,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9498
9541
|
borderColor?: string | undefined;
|
|
9499
9542
|
boxShadow?: string | undefined;
|
|
9500
9543
|
}> | undefined;
|
|
9501
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
9544
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
9502
9545
|
}, {
|
|
9503
9546
|
font?: {
|
|
9504
9547
|
family?: string | undefined;
|
|
@@ -9630,7 +9673,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9630
9673
|
borderColor?: string | undefined;
|
|
9631
9674
|
boxShadow?: string | undefined;
|
|
9632
9675
|
}> | undefined;
|
|
9633
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
9676
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
9634
9677
|
}>>;
|
|
9635
9678
|
}, "strip", z.ZodTypeAny, {
|
|
9636
9679
|
customCSS?: string | undefined;
|
|
@@ -9767,7 +9810,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9767
9810
|
borderColor?: string | undefined;
|
|
9768
9811
|
boxShadow?: string | undefined;
|
|
9769
9812
|
}> | undefined;
|
|
9770
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
9813
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
9771
9814
|
} | undefined;
|
|
9772
9815
|
}, {
|
|
9773
9816
|
customCSS?: string | undefined;
|
|
@@ -9904,7 +9947,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9904
9947
|
borderColor?: string | undefined;
|
|
9905
9948
|
boxShadow?: string | undefined;
|
|
9906
9949
|
}> | undefined;
|
|
9907
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
9950
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
9908
9951
|
} | undefined;
|
|
9909
9952
|
}>>;
|
|
9910
9953
|
dark: z.ZodOptional<z.ZodObject<{
|
|
@@ -10549,7 +10592,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10549
10592
|
"sources",
|
|
10550
10593
|
"model",
|
|
10551
10594
|
"checkbox",
|
|
10552
|
-
"warning"
|
|
10595
|
+
"warning",
|
|
10596
|
+
"headerLogo"
|
|
10553
10597
|
]>, z.ZodString>>;
|
|
10554
10598
|
}, "strip", z.ZodTypeAny, {
|
|
10555
10599
|
font?: {
|
|
@@ -10682,7 +10726,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10682
10726
|
borderColor?: string | undefined;
|
|
10683
10727
|
boxShadow?: string | undefined;
|
|
10684
10728
|
}> | undefined;
|
|
10685
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
10729
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
10686
10730
|
}, {
|
|
10687
10731
|
font?: {
|
|
10688
10732
|
family?: string | undefined;
|
|
@@ -10814,7 +10858,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10814
10858
|
borderColor?: string | undefined;
|
|
10815
10859
|
boxShadow?: string | undefined;
|
|
10816
10860
|
}> | undefined;
|
|
10817
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
10861
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
10818
10862
|
}>>;
|
|
10819
10863
|
}, "strip", z.ZodTypeAny, {
|
|
10820
10864
|
customCSS?: string | undefined;
|
|
@@ -10951,7 +10995,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10951
10995
|
borderColor?: string | undefined;
|
|
10952
10996
|
boxShadow?: string | undefined;
|
|
10953
10997
|
}> | undefined;
|
|
10954
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
10998
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
10955
10999
|
} | undefined;
|
|
10956
11000
|
}, {
|
|
10957
11001
|
customCSS?: string | undefined;
|
|
@@ -11088,7 +11132,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11088
11132
|
borderColor?: string | undefined;
|
|
11089
11133
|
boxShadow?: string | undefined;
|
|
11090
11134
|
}> | undefined;
|
|
11091
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
11135
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
11092
11136
|
} | undefined;
|
|
11093
11137
|
}>>;
|
|
11094
11138
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11227,7 +11271,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11227
11271
|
borderColor?: string | undefined;
|
|
11228
11272
|
boxShadow?: string | undefined;
|
|
11229
11273
|
}> | undefined;
|
|
11230
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
11274
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
11231
11275
|
} | undefined;
|
|
11232
11276
|
} | undefined;
|
|
11233
11277
|
dark?: {
|
|
@@ -11365,7 +11409,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11365
11409
|
borderColor?: string | undefined;
|
|
11366
11410
|
boxShadow?: string | undefined;
|
|
11367
11411
|
}> | undefined;
|
|
11368
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
11412
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
11369
11413
|
} | undefined;
|
|
11370
11414
|
} | undefined;
|
|
11371
11415
|
}, {
|
|
@@ -11504,7 +11548,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11504
11548
|
borderColor?: string | undefined;
|
|
11505
11549
|
boxShadow?: string | undefined;
|
|
11506
11550
|
}> | undefined;
|
|
11507
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
11551
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
11508
11552
|
} | undefined;
|
|
11509
11553
|
} | undefined;
|
|
11510
11554
|
dark?: {
|
|
@@ -11642,7 +11686,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11642
11686
|
borderColor?: string | undefined;
|
|
11643
11687
|
boxShadow?: string | undefined;
|
|
11644
11688
|
}> | undefined;
|
|
11645
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
11689
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
11646
11690
|
} | undefined;
|
|
11647
11691
|
} | undefined;
|
|
11648
11692
|
}>>;
|
|
@@ -11869,7 +11913,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11869
11913
|
borderColor?: string | undefined;
|
|
11870
11914
|
boxShadow?: string | undefined;
|
|
11871
11915
|
}> | undefined;
|
|
11872
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
11916
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
11873
11917
|
} | undefined;
|
|
11874
11918
|
} | undefined;
|
|
11875
11919
|
dark?: {
|
|
@@ -12007,7 +12051,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12007
12051
|
borderColor?: string | undefined;
|
|
12008
12052
|
boxShadow?: string | undefined;
|
|
12009
12053
|
}> | undefined;
|
|
12010
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
12054
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
12011
12055
|
} | undefined;
|
|
12012
12056
|
} | undefined;
|
|
12013
12057
|
} | undefined;
|
|
@@ -12234,7 +12278,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12234
12278
|
borderColor?: string | undefined;
|
|
12235
12279
|
boxShadow?: string | undefined;
|
|
12236
12280
|
}> | undefined;
|
|
12237
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
12281
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
12238
12282
|
} | undefined;
|
|
12239
12283
|
} | undefined;
|
|
12240
12284
|
dark?: {
|
|
@@ -12372,7 +12416,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12372
12416
|
borderColor?: string | undefined;
|
|
12373
12417
|
boxShadow?: string | undefined;
|
|
12374
12418
|
}> | undefined;
|
|
12375
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
12419
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
12376
12420
|
} | undefined;
|
|
12377
12421
|
} | undefined;
|
|
12378
12422
|
} | undefined;
|
|
@@ -12458,6 +12502,11 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12458
12502
|
ariaSettingsRegion: z.ZodOptional<z.ZodString>;
|
|
12459
12503
|
ariaReferencesRegion: z.ZodOptional<z.ZodString>;
|
|
12460
12504
|
ariaFlyoutRegion: z.ZodOptional<z.ZodString>;
|
|
12505
|
+
ariaSelected: z.ZodOptional<z.ZodString>;
|
|
12506
|
+
ariaUnselected: z.ZodOptional<z.ZodString>;
|
|
12507
|
+
ariaAllSelected: z.ZodOptional<z.ZodString>;
|
|
12508
|
+
ariaAllUnselected: z.ZodOptional<z.ZodString>;
|
|
12509
|
+
ariaAllReseted: z.ZodOptional<z.ZodString>;
|
|
12461
12510
|
popups: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
12462
12511
|
hash: z.ZodString;
|
|
12463
12512
|
title: z.ZodString;
|
|
@@ -12576,6 +12625,11 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12576
12625
|
ariaSettingsRegion?: string | undefined;
|
|
12577
12626
|
ariaReferencesRegion?: string | undefined;
|
|
12578
12627
|
ariaFlyoutRegion?: string | undefined;
|
|
12628
|
+
ariaSelected?: string | undefined;
|
|
12629
|
+
ariaUnselected?: string | undefined;
|
|
12630
|
+
ariaAllSelected?: string | undefined;
|
|
12631
|
+
ariaAllUnselected?: string | undefined;
|
|
12632
|
+
ariaAllReseted?: string | undefined;
|
|
12579
12633
|
popups?: {
|
|
12580
12634
|
content: string;
|
|
12581
12635
|
title: string;
|
|
@@ -12673,6 +12727,11 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12673
12727
|
ariaSettingsRegion?: string | undefined;
|
|
12674
12728
|
ariaReferencesRegion?: string | undefined;
|
|
12675
12729
|
ariaFlyoutRegion?: string | undefined;
|
|
12730
|
+
ariaSelected?: string | undefined;
|
|
12731
|
+
ariaUnselected?: string | undefined;
|
|
12732
|
+
ariaAllSelected?: string | undefined;
|
|
12733
|
+
ariaAllUnselected?: string | undefined;
|
|
12734
|
+
ariaAllReseted?: string | undefined;
|
|
12676
12735
|
popups?: {
|
|
12677
12736
|
content: string;
|
|
12678
12737
|
title: string;
|
|
@@ -12998,7 +13057,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12998
13057
|
borderColor?: string | undefined;
|
|
12999
13058
|
boxShadow?: string | undefined;
|
|
13000
13059
|
}> | undefined;
|
|
13001
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
13060
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
13002
13061
|
} | undefined;
|
|
13003
13062
|
} | undefined;
|
|
13004
13063
|
dark?: {
|
|
@@ -13136,7 +13195,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
13136
13195
|
borderColor?: string | undefined;
|
|
13137
13196
|
boxShadow?: string | undefined;
|
|
13138
13197
|
}> | undefined;
|
|
13139
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
13198
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
13140
13199
|
} | undefined;
|
|
13141
13200
|
} | undefined;
|
|
13142
13201
|
} | undefined;
|
|
@@ -13217,6 +13276,11 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
13217
13276
|
ariaSettingsRegion?: string | undefined;
|
|
13218
13277
|
ariaReferencesRegion?: string | undefined;
|
|
13219
13278
|
ariaFlyoutRegion?: string | undefined;
|
|
13279
|
+
ariaSelected?: string | undefined;
|
|
13280
|
+
ariaUnselected?: string | undefined;
|
|
13281
|
+
ariaAllSelected?: string | undefined;
|
|
13282
|
+
ariaAllUnselected?: string | undefined;
|
|
13283
|
+
ariaAllReseted?: string | undefined;
|
|
13220
13284
|
popups?: {
|
|
13221
13285
|
content: string;
|
|
13222
13286
|
title: string;
|
|
@@ -13515,7 +13579,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
13515
13579
|
borderColor?: string | undefined;
|
|
13516
13580
|
boxShadow?: string | undefined;
|
|
13517
13581
|
}> | undefined;
|
|
13518
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
13582
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
13519
13583
|
} | undefined;
|
|
13520
13584
|
} | undefined;
|
|
13521
13585
|
dark?: {
|
|
@@ -13653,7 +13717,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
13653
13717
|
borderColor?: string | undefined;
|
|
13654
13718
|
boxShadow?: string | undefined;
|
|
13655
13719
|
}> | undefined;
|
|
13656
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
13720
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
13657
13721
|
} | undefined;
|
|
13658
13722
|
} | undefined;
|
|
13659
13723
|
} | undefined;
|
|
@@ -13734,6 +13798,11 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
13734
13798
|
ariaSettingsRegion?: string | undefined;
|
|
13735
13799
|
ariaReferencesRegion?: string | undefined;
|
|
13736
13800
|
ariaFlyoutRegion?: string | undefined;
|
|
13801
|
+
ariaSelected?: string | undefined;
|
|
13802
|
+
ariaUnselected?: string | undefined;
|
|
13803
|
+
ariaAllSelected?: string | undefined;
|
|
13804
|
+
ariaAllUnselected?: string | undefined;
|
|
13805
|
+
ariaAllReseted?: string | undefined;
|
|
13737
13806
|
popups?: {
|
|
13738
13807
|
content: string;
|
|
13739
13808
|
title: string;
|
|
@@ -15012,7 +15081,8 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
15012
15081
|
"sources",
|
|
15013
15082
|
"model",
|
|
15014
15083
|
"checkbox",
|
|
15015
|
-
"warning"
|
|
15084
|
+
"warning",
|
|
15085
|
+
"headerLogo"
|
|
15016
15086
|
]>, z.ZodString>>;
|
|
15017
15087
|
}, "strip", z.ZodTypeAny, {
|
|
15018
15088
|
font?: {
|
|
@@ -15145,7 +15215,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
15145
15215
|
borderColor?: string | undefined;
|
|
15146
15216
|
boxShadow?: string | undefined;
|
|
15147
15217
|
}> | undefined;
|
|
15148
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
15218
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
15149
15219
|
}, {
|
|
15150
15220
|
font?: {
|
|
15151
15221
|
family?: string | undefined;
|
|
@@ -15277,7 +15347,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
15277
15347
|
borderColor?: string | undefined;
|
|
15278
15348
|
boxShadow?: string | undefined;
|
|
15279
15349
|
}> | undefined;
|
|
15280
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
15350
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
15281
15351
|
}>>;
|
|
15282
15352
|
}, "strip", z.ZodTypeAny, {
|
|
15283
15353
|
customCSS?: string | undefined;
|
|
@@ -15414,7 +15484,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
15414
15484
|
borderColor?: string | undefined;
|
|
15415
15485
|
boxShadow?: string | undefined;
|
|
15416
15486
|
}> | undefined;
|
|
15417
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
15487
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
15418
15488
|
} | undefined;
|
|
15419
15489
|
}, {
|
|
15420
15490
|
customCSS?: string | undefined;
|
|
@@ -15551,7 +15621,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
15551
15621
|
borderColor?: string | undefined;
|
|
15552
15622
|
boxShadow?: string | undefined;
|
|
15553
15623
|
}> | undefined;
|
|
15554
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
15624
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
15555
15625
|
} | undefined;
|
|
15556
15626
|
}>>;
|
|
15557
15627
|
dark: z.ZodOptional<z.ZodObject<{
|
|
@@ -16196,7 +16266,8 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
16196
16266
|
"sources",
|
|
16197
16267
|
"model",
|
|
16198
16268
|
"checkbox",
|
|
16199
|
-
"warning"
|
|
16269
|
+
"warning",
|
|
16270
|
+
"headerLogo"
|
|
16200
16271
|
]>, z.ZodString>>;
|
|
16201
16272
|
}, "strip", z.ZodTypeAny, {
|
|
16202
16273
|
font?: {
|
|
@@ -16329,7 +16400,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
16329
16400
|
borderColor?: string | undefined;
|
|
16330
16401
|
boxShadow?: string | undefined;
|
|
16331
16402
|
}> | undefined;
|
|
16332
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
16403
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
16333
16404
|
}, {
|
|
16334
16405
|
font?: {
|
|
16335
16406
|
family?: string | undefined;
|
|
@@ -16461,7 +16532,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
16461
16532
|
borderColor?: string | undefined;
|
|
16462
16533
|
boxShadow?: string | undefined;
|
|
16463
16534
|
}> | undefined;
|
|
16464
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
16535
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
16465
16536
|
}>>;
|
|
16466
16537
|
}, "strip", z.ZodTypeAny, {
|
|
16467
16538
|
customCSS?: string | undefined;
|
|
@@ -16598,7 +16669,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
16598
16669
|
borderColor?: string | undefined;
|
|
16599
16670
|
boxShadow?: string | undefined;
|
|
16600
16671
|
}> | undefined;
|
|
16601
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
16672
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
16602
16673
|
} | undefined;
|
|
16603
16674
|
}, {
|
|
16604
16675
|
customCSS?: string | undefined;
|
|
@@ -16735,7 +16806,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
16735
16806
|
borderColor?: string | undefined;
|
|
16736
16807
|
boxShadow?: string | undefined;
|
|
16737
16808
|
}> | undefined;
|
|
16738
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
16809
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
16739
16810
|
} | undefined;
|
|
16740
16811
|
}>>;
|
|
16741
16812
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -16874,7 +16945,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
16874
16945
|
borderColor?: string | undefined;
|
|
16875
16946
|
boxShadow?: string | undefined;
|
|
16876
16947
|
}> | undefined;
|
|
16877
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
16948
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
16878
16949
|
} | undefined;
|
|
16879
16950
|
} | undefined;
|
|
16880
16951
|
dark?: {
|
|
@@ -17012,7 +17083,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
17012
17083
|
borderColor?: string | undefined;
|
|
17013
17084
|
boxShadow?: string | undefined;
|
|
17014
17085
|
}> | undefined;
|
|
17015
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
17086
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
17016
17087
|
} | undefined;
|
|
17017
17088
|
} | undefined;
|
|
17018
17089
|
}, {
|
|
@@ -17151,7 +17222,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
17151
17222
|
borderColor?: string | undefined;
|
|
17152
17223
|
boxShadow?: string | undefined;
|
|
17153
17224
|
}> | undefined;
|
|
17154
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
17225
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
17155
17226
|
} | undefined;
|
|
17156
17227
|
} | undefined;
|
|
17157
17228
|
dark?: {
|
|
@@ -17289,7 +17360,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
17289
17360
|
borderColor?: string | undefined;
|
|
17290
17361
|
boxShadow?: string | undefined;
|
|
17291
17362
|
}> | undefined;
|
|
17292
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
17363
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
17293
17364
|
} | undefined;
|
|
17294
17365
|
} | undefined;
|
|
17295
17366
|
}>>;
|
|
@@ -17516,7 +17587,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
17516
17587
|
borderColor?: string | undefined;
|
|
17517
17588
|
boxShadow?: string | undefined;
|
|
17518
17589
|
}> | undefined;
|
|
17519
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
17590
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
17520
17591
|
} | undefined;
|
|
17521
17592
|
} | undefined;
|
|
17522
17593
|
dark?: {
|
|
@@ -17654,7 +17725,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
17654
17725
|
borderColor?: string | undefined;
|
|
17655
17726
|
boxShadow?: string | undefined;
|
|
17656
17727
|
}> | undefined;
|
|
17657
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
17728
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
17658
17729
|
} | undefined;
|
|
17659
17730
|
} | undefined;
|
|
17660
17731
|
} | undefined;
|
|
@@ -17881,7 +17952,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
17881
17952
|
borderColor?: string | undefined;
|
|
17882
17953
|
boxShadow?: string | undefined;
|
|
17883
17954
|
}> | undefined;
|
|
17884
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
17955
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
17885
17956
|
} | undefined;
|
|
17886
17957
|
} | undefined;
|
|
17887
17958
|
dark?: {
|
|
@@ -18019,7 +18090,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
18019
18090
|
borderColor?: string | undefined;
|
|
18020
18091
|
boxShadow?: string | undefined;
|
|
18021
18092
|
}> | undefined;
|
|
18022
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
18093
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
18023
18094
|
} | undefined;
|
|
18024
18095
|
} | undefined;
|
|
18025
18096
|
} | undefined;
|
|
@@ -18105,6 +18176,11 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
18105
18176
|
ariaSettingsRegion: z.ZodOptional<z.ZodString>;
|
|
18106
18177
|
ariaReferencesRegion: z.ZodOptional<z.ZodString>;
|
|
18107
18178
|
ariaFlyoutRegion: z.ZodOptional<z.ZodString>;
|
|
18179
|
+
ariaSelected: z.ZodOptional<z.ZodString>;
|
|
18180
|
+
ariaUnselected: z.ZodOptional<z.ZodString>;
|
|
18181
|
+
ariaAllSelected: z.ZodOptional<z.ZodString>;
|
|
18182
|
+
ariaAllUnselected: z.ZodOptional<z.ZodString>;
|
|
18183
|
+
ariaAllReseted: z.ZodOptional<z.ZodString>;
|
|
18108
18184
|
popups: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
18109
18185
|
hash: z.ZodString;
|
|
18110
18186
|
title: z.ZodString;
|
|
@@ -18223,6 +18299,11 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
18223
18299
|
ariaSettingsRegion?: string | undefined;
|
|
18224
18300
|
ariaReferencesRegion?: string | undefined;
|
|
18225
18301
|
ariaFlyoutRegion?: string | undefined;
|
|
18302
|
+
ariaSelected?: string | undefined;
|
|
18303
|
+
ariaUnselected?: string | undefined;
|
|
18304
|
+
ariaAllSelected?: string | undefined;
|
|
18305
|
+
ariaAllUnselected?: string | undefined;
|
|
18306
|
+
ariaAllReseted?: string | undefined;
|
|
18226
18307
|
popups?: {
|
|
18227
18308
|
content: string;
|
|
18228
18309
|
title: string;
|
|
@@ -18320,6 +18401,11 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
18320
18401
|
ariaSettingsRegion?: string | undefined;
|
|
18321
18402
|
ariaReferencesRegion?: string | undefined;
|
|
18322
18403
|
ariaFlyoutRegion?: string | undefined;
|
|
18404
|
+
ariaSelected?: string | undefined;
|
|
18405
|
+
ariaUnselected?: string | undefined;
|
|
18406
|
+
ariaAllSelected?: string | undefined;
|
|
18407
|
+
ariaAllUnselected?: string | undefined;
|
|
18408
|
+
ariaAllReseted?: string | undefined;
|
|
18323
18409
|
popups?: {
|
|
18324
18410
|
content: string;
|
|
18325
18411
|
title: string;
|
|
@@ -18645,7 +18731,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
18645
18731
|
borderColor?: string | undefined;
|
|
18646
18732
|
boxShadow?: string | undefined;
|
|
18647
18733
|
}> | undefined;
|
|
18648
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
18734
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
18649
18735
|
} | undefined;
|
|
18650
18736
|
} | undefined;
|
|
18651
18737
|
dark?: {
|
|
@@ -18783,7 +18869,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
18783
18869
|
borderColor?: string | undefined;
|
|
18784
18870
|
boxShadow?: string | undefined;
|
|
18785
18871
|
}> | undefined;
|
|
18786
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
18872
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
18787
18873
|
} | undefined;
|
|
18788
18874
|
} | undefined;
|
|
18789
18875
|
} | undefined;
|
|
@@ -18864,6 +18950,11 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
18864
18950
|
ariaSettingsRegion?: string | undefined;
|
|
18865
18951
|
ariaReferencesRegion?: string | undefined;
|
|
18866
18952
|
ariaFlyoutRegion?: string | undefined;
|
|
18953
|
+
ariaSelected?: string | undefined;
|
|
18954
|
+
ariaUnselected?: string | undefined;
|
|
18955
|
+
ariaAllSelected?: string | undefined;
|
|
18956
|
+
ariaAllUnselected?: string | undefined;
|
|
18957
|
+
ariaAllReseted?: string | undefined;
|
|
18867
18958
|
popups?: {
|
|
18868
18959
|
content: string;
|
|
18869
18960
|
title: string;
|
|
@@ -19162,7 +19253,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
19162
19253
|
borderColor?: string | undefined;
|
|
19163
19254
|
boxShadow?: string | undefined;
|
|
19164
19255
|
}> | undefined;
|
|
19165
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
19256
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
19166
19257
|
} | undefined;
|
|
19167
19258
|
} | undefined;
|
|
19168
19259
|
dark?: {
|
|
@@ -19300,7 +19391,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
19300
19391
|
borderColor?: string | undefined;
|
|
19301
19392
|
boxShadow?: string | undefined;
|
|
19302
19393
|
}> | undefined;
|
|
19303
|
-
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning", string>> | undefined;
|
|
19394
|
+
svgs?: Partial<Record<"retry" | "thread" | "message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "messageLoading" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "chevronUp" | "chevronTopDown" | "chevronDownSmall" | "internalLink" | "externalLink" | "liip" | "avatar" | "avatarLarge" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "settings" | "settingsClose" | "sources" | "model" | "checkbox" | "warning" | "headerLogo", string>> | undefined;
|
|
19304
19395
|
} | undefined;
|
|
19305
19396
|
} | undefined;
|
|
19306
19397
|
} | undefined;
|
|
@@ -19381,6 +19472,11 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
19381
19472
|
ariaSettingsRegion?: string | undefined;
|
|
19382
19473
|
ariaReferencesRegion?: string | undefined;
|
|
19383
19474
|
ariaFlyoutRegion?: string | undefined;
|
|
19475
|
+
ariaSelected?: string | undefined;
|
|
19476
|
+
ariaUnselected?: string | undefined;
|
|
19477
|
+
ariaAllSelected?: string | undefined;
|
|
19478
|
+
ariaAllUnselected?: string | undefined;
|
|
19479
|
+
ariaAllReseted?: string | undefined;
|
|
19384
19480
|
popups?: {
|
|
19385
19481
|
content: string;
|
|
19386
19482
|
title: string;
|