@liip/liipgpt 2.4.0 → 2.5.0
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 +2 -2
- package/chat/liipgpt-chat.iife.js +26 -26
- package/config/index.cjs +2 -1
- package/config/index.d.ts +44 -40
- package/config/index.js +2 -1
- package/configurator/_app/env.js +1 -1
- package/configurator/_app/immutable/chunks/{DIlqUbFX.js → BgEp-IXK.js} +1 -1
- package/configurator/_app/immutable/chunks/{Bgk1m0O8.js → BomA0xkn.js} +1 -1
- package/configurator/_app/immutable/chunks/{CMJv8DxQ.js → CGt_7eBt.js} +1 -1
- package/configurator/_app/immutable/chunks/{B1SAX13t.js → CVGFiFDF.js} +1 -1
- package/configurator/_app/immutable/chunks/{CSOT-TMw.js → CXdK-dRV.js} +3 -3
- package/configurator/_app/immutable/chunks/{SMXnfRO5.js → Dk65hsuc.js} +11 -11
- package/configurator/_app/immutable/chunks/{CPije5QE.js → DkjsutUp.js} +1 -1
- package/configurator/_app/immutable/chunks/{COoGMG0q.js → FW73PcT5.js} +1 -1
- package/configurator/_app/immutable/chunks/{ezaeL4Os.js → g33UHIPf.js} +1 -1
- package/configurator/_app/immutable/entry/{app.Bnx0eV-L.js → app.EbRNj2Ex.js} +2 -2
- package/configurator/_app/immutable/entry/start.DEh3tu3P.js +1 -0
- package/configurator/_app/immutable/nodes/{0.CvycOA52.js → 0.DQoGmNN3.js} +1 -1
- package/configurator/_app/immutable/nodes/{1.C_OwhBk_.js → 1.DxaWpt7I.js} +1 -1
- package/configurator/_app/immutable/nodes/{2.CJrAsi3s.js → 2.CgyaBcKr.js} +3 -3
- package/configurator/_app/immutable/nodes/{3.CYtkkAlU.js → 3.BEwp3oml.js} +1 -1
- package/configurator/_app/version.json +1 -1
- package/configurator/index.html +6 -6
- package/configurator/sidebar.html +6 -6
- package/index.cjs +2 -1
- package/index.d.ts +72 -66
- package/index.js +2 -1
- package/package.json +1 -1
- package/configurator/_app/immutable/entry/start.1zeU6pQ5.js +0 -1
package/index.d.ts
CHANGED
|
@@ -3478,7 +3478,8 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
3478
3478
|
"speechInput",
|
|
3479
3479
|
"listUnordered",
|
|
3480
3480
|
"lightMode",
|
|
3481
|
-
"darkMode"
|
|
3481
|
+
"darkMode",
|
|
3482
|
+
"avatarLarge"
|
|
3482
3483
|
]>, z.ZodString>>;
|
|
3483
3484
|
}, "strip", z.ZodTypeAny, {
|
|
3484
3485
|
font?: {
|
|
@@ -3611,7 +3612,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
3611
3612
|
borderColor?: string | undefined;
|
|
3612
3613
|
boxShadow?: string | undefined;
|
|
3613
3614
|
}> | undefined;
|
|
3614
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
3615
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
3615
3616
|
}, {
|
|
3616
3617
|
font?: {
|
|
3617
3618
|
family?: string | undefined;
|
|
@@ -3743,7 +3744,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
3743
3744
|
borderColor?: string | undefined;
|
|
3744
3745
|
boxShadow?: string | undefined;
|
|
3745
3746
|
}> | undefined;
|
|
3746
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
3747
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
3747
3748
|
}>>;
|
|
3748
3749
|
}, "strip", z.ZodTypeAny, {
|
|
3749
3750
|
customCSS?: string | undefined;
|
|
@@ -3880,7 +3881,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
3880
3881
|
borderColor?: string | undefined;
|
|
3881
3882
|
boxShadow?: string | undefined;
|
|
3882
3883
|
}> | undefined;
|
|
3883
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
3884
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
3884
3885
|
} | undefined;
|
|
3885
3886
|
}, {
|
|
3886
3887
|
customCSS?: string | undefined;
|
|
@@ -4017,7 +4018,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
4017
4018
|
borderColor?: string | undefined;
|
|
4018
4019
|
boxShadow?: string | undefined;
|
|
4019
4020
|
}> | undefined;
|
|
4020
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
4021
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
4021
4022
|
} | undefined;
|
|
4022
4023
|
}>>;
|
|
4023
4024
|
dark: z.ZodOptional<z.ZodObject<{
|
|
@@ -4653,7 +4654,8 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
4653
4654
|
"speechInput",
|
|
4654
4655
|
"listUnordered",
|
|
4655
4656
|
"lightMode",
|
|
4656
|
-
"darkMode"
|
|
4657
|
+
"darkMode",
|
|
4658
|
+
"avatarLarge"
|
|
4657
4659
|
]>, z.ZodString>>;
|
|
4658
4660
|
}, "strip", z.ZodTypeAny, {
|
|
4659
4661
|
font?: {
|
|
@@ -4786,7 +4788,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
4786
4788
|
borderColor?: string | undefined;
|
|
4787
4789
|
boxShadow?: string | undefined;
|
|
4788
4790
|
}> | undefined;
|
|
4789
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
4791
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
4790
4792
|
}, {
|
|
4791
4793
|
font?: {
|
|
4792
4794
|
family?: string | undefined;
|
|
@@ -4918,7 +4920,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
4918
4920
|
borderColor?: string | undefined;
|
|
4919
4921
|
boxShadow?: string | undefined;
|
|
4920
4922
|
}> | undefined;
|
|
4921
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
4923
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
4922
4924
|
}>>;
|
|
4923
4925
|
}, "strip", z.ZodTypeAny, {
|
|
4924
4926
|
customCSS?: string | undefined;
|
|
@@ -5055,7 +5057,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5055
5057
|
borderColor?: string | undefined;
|
|
5056
5058
|
boxShadow?: string | undefined;
|
|
5057
5059
|
}> | undefined;
|
|
5058
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5060
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
5059
5061
|
} | undefined;
|
|
5060
5062
|
}, {
|
|
5061
5063
|
customCSS?: string | undefined;
|
|
@@ -5192,7 +5194,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5192
5194
|
borderColor?: string | undefined;
|
|
5193
5195
|
boxShadow?: string | undefined;
|
|
5194
5196
|
}> | undefined;
|
|
5195
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5197
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
5196
5198
|
} | undefined;
|
|
5197
5199
|
}>>;
|
|
5198
5200
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5331,7 +5333,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5331
5333
|
borderColor?: string | undefined;
|
|
5332
5334
|
boxShadow?: string | undefined;
|
|
5333
5335
|
}> | undefined;
|
|
5334
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5336
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
5335
5337
|
} | undefined;
|
|
5336
5338
|
} | undefined;
|
|
5337
5339
|
dark?: {
|
|
@@ -5469,7 +5471,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5469
5471
|
borderColor?: string | undefined;
|
|
5470
5472
|
boxShadow?: string | undefined;
|
|
5471
5473
|
}> | undefined;
|
|
5472
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5474
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
5473
5475
|
} | undefined;
|
|
5474
5476
|
} | undefined;
|
|
5475
5477
|
}, {
|
|
@@ -5608,7 +5610,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5608
5610
|
borderColor?: string | undefined;
|
|
5609
5611
|
boxShadow?: string | undefined;
|
|
5610
5612
|
}> | undefined;
|
|
5611
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5613
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
5612
5614
|
} | undefined;
|
|
5613
5615
|
} | undefined;
|
|
5614
5616
|
dark?: {
|
|
@@ -5746,7 +5748,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5746
5748
|
borderColor?: string | undefined;
|
|
5747
5749
|
boxShadow?: string | undefined;
|
|
5748
5750
|
}> | undefined;
|
|
5749
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5751
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
5750
5752
|
} | undefined;
|
|
5751
5753
|
} | undefined;
|
|
5752
5754
|
}>>;
|
|
@@ -5973,7 +5975,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
5973
5975
|
borderColor?: string | undefined;
|
|
5974
5976
|
boxShadow?: string | undefined;
|
|
5975
5977
|
}> | undefined;
|
|
5976
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5978
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
5977
5979
|
} | undefined;
|
|
5978
5980
|
} | undefined;
|
|
5979
5981
|
dark?: {
|
|
@@ -6111,7 +6113,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
6111
6113
|
borderColor?: string | undefined;
|
|
6112
6114
|
boxShadow?: string | undefined;
|
|
6113
6115
|
}> | undefined;
|
|
6114
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
6116
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
6115
6117
|
} | undefined;
|
|
6116
6118
|
} | undefined;
|
|
6117
6119
|
} | undefined;
|
|
@@ -6338,7 +6340,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
6338
6340
|
borderColor?: string | undefined;
|
|
6339
6341
|
boxShadow?: string | undefined;
|
|
6340
6342
|
}> | undefined;
|
|
6341
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
6343
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
6342
6344
|
} | undefined;
|
|
6343
6345
|
} | undefined;
|
|
6344
6346
|
dark?: {
|
|
@@ -6476,7 +6478,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
6476
6478
|
borderColor?: string | undefined;
|
|
6477
6479
|
boxShadow?: string | undefined;
|
|
6478
6480
|
}> | undefined;
|
|
6479
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
6481
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
6480
6482
|
} | undefined;
|
|
6481
6483
|
} | undefined;
|
|
6482
6484
|
} | undefined;
|
|
@@ -6877,7 +6879,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
6877
6879
|
borderColor?: string | undefined;
|
|
6878
6880
|
boxShadow?: string | undefined;
|
|
6879
6881
|
}> | undefined;
|
|
6880
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
6882
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
6881
6883
|
} | undefined;
|
|
6882
6884
|
} | undefined;
|
|
6883
6885
|
dark?: {
|
|
@@ -7015,7 +7017,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
7015
7017
|
borderColor?: string | undefined;
|
|
7016
7018
|
boxShadow?: string | undefined;
|
|
7017
7019
|
}> | undefined;
|
|
7018
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
7020
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
7019
7021
|
} | undefined;
|
|
7020
7022
|
} | undefined;
|
|
7021
7023
|
} | undefined;
|
|
@@ -7329,7 +7331,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
7329
7331
|
borderColor?: string | undefined;
|
|
7330
7332
|
boxShadow?: string | undefined;
|
|
7331
7333
|
}> | 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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
7334
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
7333
7335
|
} | undefined;
|
|
7334
7336
|
} | undefined;
|
|
7335
7337
|
dark?: {
|
|
@@ -7467,7 +7469,7 @@ export declare const completeChatConfigSchema: z.ZodObject<{
|
|
|
7467
7469
|
borderColor?: string | undefined;
|
|
7468
7470
|
boxShadow?: string | undefined;
|
|
7469
7471
|
}> | 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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
7472
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
7471
7473
|
} | undefined;
|
|
7472
7474
|
} | undefined;
|
|
7473
7475
|
} | undefined;
|
|
@@ -8774,7 +8776,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8774
8776
|
"speechInput",
|
|
8775
8777
|
"listUnordered",
|
|
8776
8778
|
"lightMode",
|
|
8777
|
-
"darkMode"
|
|
8779
|
+
"darkMode",
|
|
8780
|
+
"avatarLarge"
|
|
8778
8781
|
]>, z.ZodString>>;
|
|
8779
8782
|
}, "strip", z.ZodTypeAny, {
|
|
8780
8783
|
font?: {
|
|
@@ -8907,7 +8910,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
8907
8910
|
borderColor?: string | undefined;
|
|
8908
8911
|
boxShadow?: string | undefined;
|
|
8909
8912
|
}> | undefined;
|
|
8910
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
8913
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
8911
8914
|
}, {
|
|
8912
8915
|
font?: {
|
|
8913
8916
|
family?: string | undefined;
|
|
@@ -9039,7 +9042,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9039
9042
|
borderColor?: string | undefined;
|
|
9040
9043
|
boxShadow?: string | undefined;
|
|
9041
9044
|
}> | undefined;
|
|
9042
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
9045
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
9043
9046
|
}>>;
|
|
9044
9047
|
}, "strip", z.ZodTypeAny, {
|
|
9045
9048
|
customCSS?: string | undefined;
|
|
@@ -9176,7 +9179,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9176
9179
|
borderColor?: string | undefined;
|
|
9177
9180
|
boxShadow?: string | undefined;
|
|
9178
9181
|
}> | undefined;
|
|
9179
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
9182
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
9180
9183
|
} | undefined;
|
|
9181
9184
|
}, {
|
|
9182
9185
|
customCSS?: string | undefined;
|
|
@@ -9313,7 +9316,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9313
9316
|
borderColor?: string | undefined;
|
|
9314
9317
|
boxShadow?: string | undefined;
|
|
9315
9318
|
}> | undefined;
|
|
9316
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
9319
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
9317
9320
|
} | undefined;
|
|
9318
9321
|
}>>;
|
|
9319
9322
|
dark: z.ZodOptional<z.ZodObject<{
|
|
@@ -9949,7 +9952,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9949
9952
|
"speechInput",
|
|
9950
9953
|
"listUnordered",
|
|
9951
9954
|
"lightMode",
|
|
9952
|
-
"darkMode"
|
|
9955
|
+
"darkMode",
|
|
9956
|
+
"avatarLarge"
|
|
9953
9957
|
]>, z.ZodString>>;
|
|
9954
9958
|
}, "strip", z.ZodTypeAny, {
|
|
9955
9959
|
font?: {
|
|
@@ -10082,7 +10086,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10082
10086
|
borderColor?: string | undefined;
|
|
10083
10087
|
boxShadow?: string | undefined;
|
|
10084
10088
|
}> | undefined;
|
|
10085
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10089
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
10086
10090
|
}, {
|
|
10087
10091
|
font?: {
|
|
10088
10092
|
family?: string | undefined;
|
|
@@ -10214,7 +10218,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10214
10218
|
borderColor?: string | undefined;
|
|
10215
10219
|
boxShadow?: string | undefined;
|
|
10216
10220
|
}> | undefined;
|
|
10217
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10221
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
10218
10222
|
}>>;
|
|
10219
10223
|
}, "strip", z.ZodTypeAny, {
|
|
10220
10224
|
customCSS?: string | undefined;
|
|
@@ -10351,7 +10355,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10351
10355
|
borderColor?: string | undefined;
|
|
10352
10356
|
boxShadow?: string | undefined;
|
|
10353
10357
|
}> | undefined;
|
|
10354
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10358
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
10355
10359
|
} | undefined;
|
|
10356
10360
|
}, {
|
|
10357
10361
|
customCSS?: string | undefined;
|
|
@@ -10488,7 +10492,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10488
10492
|
borderColor?: string | undefined;
|
|
10489
10493
|
boxShadow?: string | undefined;
|
|
10490
10494
|
}> | undefined;
|
|
10491
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10495
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
10492
10496
|
} | undefined;
|
|
10493
10497
|
}>>;
|
|
10494
10498
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -10627,7 +10631,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10627
10631
|
borderColor?: string | undefined;
|
|
10628
10632
|
boxShadow?: string | undefined;
|
|
10629
10633
|
}> | undefined;
|
|
10630
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10634
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
10631
10635
|
} | undefined;
|
|
10632
10636
|
} | undefined;
|
|
10633
10637
|
dark?: {
|
|
@@ -10765,7 +10769,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10765
10769
|
borderColor?: string | undefined;
|
|
10766
10770
|
boxShadow?: string | undefined;
|
|
10767
10771
|
}> | undefined;
|
|
10768
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10772
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
10769
10773
|
} | undefined;
|
|
10770
10774
|
} | undefined;
|
|
10771
10775
|
}, {
|
|
@@ -10904,7 +10908,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10904
10908
|
borderColor?: string | undefined;
|
|
10905
10909
|
boxShadow?: string | undefined;
|
|
10906
10910
|
}> | undefined;
|
|
10907
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10911
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
10908
10912
|
} | undefined;
|
|
10909
10913
|
} | undefined;
|
|
10910
10914
|
dark?: {
|
|
@@ -11042,7 +11046,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11042
11046
|
borderColor?: string | undefined;
|
|
11043
11047
|
boxShadow?: string | undefined;
|
|
11044
11048
|
}> | undefined;
|
|
11045
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
11049
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
11046
11050
|
} | undefined;
|
|
11047
11051
|
} | undefined;
|
|
11048
11052
|
}>>;
|
|
@@ -11269,7 +11273,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11269
11273
|
borderColor?: string | undefined;
|
|
11270
11274
|
boxShadow?: string | undefined;
|
|
11271
11275
|
}> | undefined;
|
|
11272
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
11276
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
11273
11277
|
} | undefined;
|
|
11274
11278
|
} | undefined;
|
|
11275
11279
|
dark?: {
|
|
@@ -11407,7 +11411,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11407
11411
|
borderColor?: string | undefined;
|
|
11408
11412
|
boxShadow?: string | undefined;
|
|
11409
11413
|
}> | undefined;
|
|
11410
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
11414
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
11411
11415
|
} | undefined;
|
|
11412
11416
|
} | undefined;
|
|
11413
11417
|
} | undefined;
|
|
@@ -11634,7 +11638,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11634
11638
|
borderColor?: string | undefined;
|
|
11635
11639
|
boxShadow?: string | undefined;
|
|
11636
11640
|
}> | undefined;
|
|
11637
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
11641
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
11638
11642
|
} | undefined;
|
|
11639
11643
|
} | undefined;
|
|
11640
11644
|
dark?: {
|
|
@@ -11772,7 +11776,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11772
11776
|
borderColor?: string | undefined;
|
|
11773
11777
|
boxShadow?: string | undefined;
|
|
11774
11778
|
}> | undefined;
|
|
11775
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
11779
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
11776
11780
|
} | undefined;
|
|
11777
11781
|
} | undefined;
|
|
11778
11782
|
} | undefined;
|
|
@@ -12189,7 +12193,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12189
12193
|
borderColor?: string | undefined;
|
|
12190
12194
|
boxShadow?: string | undefined;
|
|
12191
12195
|
}> | undefined;
|
|
12192
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
12196
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
12193
12197
|
} | undefined;
|
|
12194
12198
|
} | undefined;
|
|
12195
12199
|
dark?: {
|
|
@@ -12327,7 +12331,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12327
12331
|
borderColor?: string | undefined;
|
|
12328
12332
|
boxShadow?: string | undefined;
|
|
12329
12333
|
}> | undefined;
|
|
12330
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
12334
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
12331
12335
|
} | undefined;
|
|
12332
12336
|
} | undefined;
|
|
12333
12337
|
} | undefined;
|
|
@@ -12641,7 +12645,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12641
12645
|
borderColor?: string | undefined;
|
|
12642
12646
|
boxShadow?: string | undefined;
|
|
12643
12647
|
}> | undefined;
|
|
12644
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
12648
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
12645
12649
|
} | undefined;
|
|
12646
12650
|
} | undefined;
|
|
12647
12651
|
dark?: {
|
|
@@ -12779,7 +12783,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12779
12783
|
borderColor?: string | undefined;
|
|
12780
12784
|
boxShadow?: string | undefined;
|
|
12781
12785
|
}> | undefined;
|
|
12782
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
12786
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
12783
12787
|
} | undefined;
|
|
12784
12788
|
} | undefined;
|
|
12785
12789
|
} | undefined;
|
|
@@ -14064,7 +14068,8 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
14064
14068
|
"speechInput",
|
|
14065
14069
|
"listUnordered",
|
|
14066
14070
|
"lightMode",
|
|
14067
|
-
"darkMode"
|
|
14071
|
+
"darkMode",
|
|
14072
|
+
"avatarLarge"
|
|
14068
14073
|
]>, z.ZodString>>;
|
|
14069
14074
|
}, "strip", z.ZodTypeAny, {
|
|
14070
14075
|
font?: {
|
|
@@ -14197,7 +14202,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
14197
14202
|
borderColor?: string | undefined;
|
|
14198
14203
|
boxShadow?: string | undefined;
|
|
14199
14204
|
}> | undefined;
|
|
14200
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
14205
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
14201
14206
|
}, {
|
|
14202
14207
|
font?: {
|
|
14203
14208
|
family?: string | undefined;
|
|
@@ -14329,7 +14334,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
14329
14334
|
borderColor?: string | undefined;
|
|
14330
14335
|
boxShadow?: string | undefined;
|
|
14331
14336
|
}> | undefined;
|
|
14332
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
14337
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
14333
14338
|
}>>;
|
|
14334
14339
|
}, "strip", z.ZodTypeAny, {
|
|
14335
14340
|
customCSS?: string | undefined;
|
|
@@ -14466,7 +14471,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
14466
14471
|
borderColor?: string | undefined;
|
|
14467
14472
|
boxShadow?: string | undefined;
|
|
14468
14473
|
}> | undefined;
|
|
14469
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
14474
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
14470
14475
|
} | undefined;
|
|
14471
14476
|
}, {
|
|
14472
14477
|
customCSS?: string | undefined;
|
|
@@ -14603,7 +14608,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
14603
14608
|
borderColor?: string | undefined;
|
|
14604
14609
|
boxShadow?: string | undefined;
|
|
14605
14610
|
}> | undefined;
|
|
14606
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
14611
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
14607
14612
|
} | undefined;
|
|
14608
14613
|
}>>;
|
|
14609
14614
|
dark: z.ZodOptional<z.ZodObject<{
|
|
@@ -15239,7 +15244,8 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
15239
15244
|
"speechInput",
|
|
15240
15245
|
"listUnordered",
|
|
15241
15246
|
"lightMode",
|
|
15242
|
-
"darkMode"
|
|
15247
|
+
"darkMode",
|
|
15248
|
+
"avatarLarge"
|
|
15243
15249
|
]>, z.ZodString>>;
|
|
15244
15250
|
}, "strip", z.ZodTypeAny, {
|
|
15245
15251
|
font?: {
|
|
@@ -15372,7 +15378,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
15372
15378
|
borderColor?: string | undefined;
|
|
15373
15379
|
boxShadow?: string | undefined;
|
|
15374
15380
|
}> | undefined;
|
|
15375
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
15381
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
15376
15382
|
}, {
|
|
15377
15383
|
font?: {
|
|
15378
15384
|
family?: string | undefined;
|
|
@@ -15504,7 +15510,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
15504
15510
|
borderColor?: string | undefined;
|
|
15505
15511
|
boxShadow?: string | undefined;
|
|
15506
15512
|
}> | undefined;
|
|
15507
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
15513
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
15508
15514
|
}>>;
|
|
15509
15515
|
}, "strip", z.ZodTypeAny, {
|
|
15510
15516
|
customCSS?: string | undefined;
|
|
@@ -15641,7 +15647,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
15641
15647
|
borderColor?: string | undefined;
|
|
15642
15648
|
boxShadow?: string | undefined;
|
|
15643
15649
|
}> | undefined;
|
|
15644
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
15650
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
15645
15651
|
} | undefined;
|
|
15646
15652
|
}, {
|
|
15647
15653
|
customCSS?: string | undefined;
|
|
@@ -15778,7 +15784,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
15778
15784
|
borderColor?: string | undefined;
|
|
15779
15785
|
boxShadow?: string | undefined;
|
|
15780
15786
|
}> | undefined;
|
|
15781
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
15787
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
15782
15788
|
} | undefined;
|
|
15783
15789
|
}>>;
|
|
15784
15790
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15917,7 +15923,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
15917
15923
|
borderColor?: string | undefined;
|
|
15918
15924
|
boxShadow?: string | undefined;
|
|
15919
15925
|
}> | undefined;
|
|
15920
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
15926
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
15921
15927
|
} | undefined;
|
|
15922
15928
|
} | undefined;
|
|
15923
15929
|
dark?: {
|
|
@@ -16055,7 +16061,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
16055
16061
|
borderColor?: string | undefined;
|
|
16056
16062
|
boxShadow?: string | undefined;
|
|
16057
16063
|
}> | undefined;
|
|
16058
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
16064
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
16059
16065
|
} | undefined;
|
|
16060
16066
|
} | undefined;
|
|
16061
16067
|
}, {
|
|
@@ -16194,7 +16200,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
16194
16200
|
borderColor?: string | undefined;
|
|
16195
16201
|
boxShadow?: string | undefined;
|
|
16196
16202
|
}> | undefined;
|
|
16197
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
16203
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
16198
16204
|
} | undefined;
|
|
16199
16205
|
} | undefined;
|
|
16200
16206
|
dark?: {
|
|
@@ -16332,7 +16338,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
16332
16338
|
borderColor?: string | undefined;
|
|
16333
16339
|
boxShadow?: string | undefined;
|
|
16334
16340
|
}> | undefined;
|
|
16335
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
16341
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
16336
16342
|
} | undefined;
|
|
16337
16343
|
} | undefined;
|
|
16338
16344
|
}>>;
|
|
@@ -16559,7 +16565,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
16559
16565
|
borderColor?: string | undefined;
|
|
16560
16566
|
boxShadow?: string | undefined;
|
|
16561
16567
|
}> | undefined;
|
|
16562
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
16568
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
16563
16569
|
} | undefined;
|
|
16564
16570
|
} | undefined;
|
|
16565
16571
|
dark?: {
|
|
@@ -16697,7 +16703,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
16697
16703
|
borderColor?: string | undefined;
|
|
16698
16704
|
boxShadow?: string | undefined;
|
|
16699
16705
|
}> | undefined;
|
|
16700
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
16706
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
16701
16707
|
} | undefined;
|
|
16702
16708
|
} | undefined;
|
|
16703
16709
|
} | undefined;
|
|
@@ -16924,7 +16930,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
16924
16930
|
borderColor?: string | undefined;
|
|
16925
16931
|
boxShadow?: string | undefined;
|
|
16926
16932
|
}> | undefined;
|
|
16927
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
16933
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
16928
16934
|
} | undefined;
|
|
16929
16935
|
} | undefined;
|
|
16930
16936
|
dark?: {
|
|
@@ -17062,7 +17068,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
17062
17068
|
borderColor?: string | undefined;
|
|
17063
17069
|
boxShadow?: string | undefined;
|
|
17064
17070
|
}> | undefined;
|
|
17065
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
17071
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
17066
17072
|
} | undefined;
|
|
17067
17073
|
} | undefined;
|
|
17068
17074
|
} | undefined;
|
|
@@ -17479,7 +17485,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
17479
17485
|
borderColor?: string | undefined;
|
|
17480
17486
|
boxShadow?: string | undefined;
|
|
17481
17487
|
}> | undefined;
|
|
17482
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
17488
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
17483
17489
|
} | undefined;
|
|
17484
17490
|
} | undefined;
|
|
17485
17491
|
dark?: {
|
|
@@ -17617,7 +17623,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
17617
17623
|
borderColor?: string | undefined;
|
|
17618
17624
|
boxShadow?: string | undefined;
|
|
17619
17625
|
}> | undefined;
|
|
17620
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
17626
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
17621
17627
|
} | undefined;
|
|
17622
17628
|
} | undefined;
|
|
17623
17629
|
} | undefined;
|
|
@@ -17931,7 +17937,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
17931
17937
|
borderColor?: string | undefined;
|
|
17932
17938
|
boxShadow?: string | undefined;
|
|
17933
17939
|
}> | undefined;
|
|
17934
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
17940
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
17935
17941
|
} | undefined;
|
|
17936
17942
|
} | undefined;
|
|
17937
17943
|
dark?: {
|
|
@@ -18069,7 +18075,7 @@ export declare const chatConfigSchemaWithLegacyThemeName: z.ZodIntersection<z.Zo
|
|
|
18069
18075
|
borderColor?: string | undefined;
|
|
18070
18076
|
boxShadow?: string | undefined;
|
|
18071
18077
|
}> | undefined;
|
|
18072
|
-
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
18078
|
+
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" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode" | "avatarLarge", string>> | undefined;
|
|
18073
18079
|
} | undefined;
|
|
18074
18080
|
} | undefined;
|
|
18075
18081
|
} | undefined;
|