@liip/liipgpt 2.3.1 → 2.3.3
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 +7 -7
- package/chat/liipgpt-chat.iife.js +57 -56
- package/config/index.cjs +3 -0
- package/config/index.d.ts +52 -36
- package/config/index.js +3 -0
- package/configurator/_app/env.js +1 -1
- package/configurator/_app/immutable/chunks/{BML9F06z.js → BHYdGlfZ.js} +4 -4
- package/configurator/_app/immutable/chunks/BRINjubN.js +210 -0
- package/configurator/_app/immutable/chunks/{DvEdoyY3.js → Bu5Euvdy.js} +1 -1
- package/configurator/_app/immutable/chunks/{Cgm2UlUC.js → Buwjqn5O.js} +1 -1
- package/configurator/_app/immutable/chunks/CMhjWVcv.js +3 -0
- package/configurator/_app/immutable/chunks/{DmwaT34V.js → ChzxYFTX.js} +1 -1
- package/configurator/_app/immutable/chunks/{TMezqz9A.js → DC-s52-u.js} +1 -1
- package/configurator/_app/immutable/chunks/{DcPfJCrW.js → DoMONjgj.js} +1 -1
- package/configurator/_app/immutable/chunks/I-jbfJxN.js +1 -0
- package/configurator/_app/immutable/chunks/{CfQtRUjK.js → M-YrVFI7.js} +1 -1
- package/configurator/_app/immutable/chunks/{DKRY1Cqw.js → YALcB7vb.js} +1 -1
- package/configurator/_app/immutable/chunks/{Ce2lcy1S.js → pgYKILma.js} +1 -1
- package/configurator/_app/immutable/chunks/vuCcyO86.js +1 -0
- package/configurator/_app/immutable/entry/{app.BYzXTniq.js → app.Y1bd1xIC.js} +2 -2
- package/configurator/_app/immutable/entry/start.D8fYJWo_.js +1 -0
- package/configurator/_app/immutable/nodes/{0.DAiqE2kA.js → 0.CxkD4i3a.js} +1 -1
- package/configurator/_app/immutable/nodes/{1.itG9j9V6.js → 1.BaXCqRdz.js} +1 -1
- package/configurator/_app/immutable/nodes/{2.D3zZiAoh.js → 2.Ca9GV8Pp.js} +9 -9
- package/configurator/_app/immutable/nodes/{3.CKJhJY8T.js → 3.CXPj1r62.js} +12 -12
- package/configurator/_app/version.json +1 -1
- package/configurator/index.html +10 -10
- package/configurator/sidebar.html +10 -10
- package/index.cjs +3 -0
- package/index.d.ts +90 -60
- package/index.js +3 -0
- package/package.json +1 -1
- package/configurator/_app/immutable/chunks/CiGqq2_-.js +0 -1
- package/configurator/_app/immutable/chunks/Cy4MqGlM.js +0 -3
- package/configurator/_app/immutable/chunks/DIBZf736.js +0 -209
- package/configurator/_app/immutable/chunks/Dk4GrwWF.js +0 -1
- package/configurator/_app/immutable/entry/start.CapcJxRW.js +0 -1
package/config/index.cjs
CHANGED
|
@@ -4068,6 +4068,8 @@ var svgsSchema = exports_external.record(exports_external.enum([
|
|
|
4068
4068
|
"info",
|
|
4069
4069
|
"menuClose",
|
|
4070
4070
|
"chevronDown",
|
|
4071
|
+
"chevronUp",
|
|
4072
|
+
"chevronTopDown",
|
|
4071
4073
|
"internalLink",
|
|
4072
4074
|
"externalLink",
|
|
4073
4075
|
"liip",
|
|
@@ -4240,6 +4242,7 @@ var translationSchema = exports_external.object({
|
|
|
4240
4242
|
messageBotLoading: exports_external.string(),
|
|
4241
4243
|
messageBotError: exports_external.string(),
|
|
4242
4244
|
messageBotDefaultError: exports_external.string(),
|
|
4245
|
+
noResultsFound: exports_external.string(),
|
|
4243
4246
|
chatFooterText: exports_external.string().optional(),
|
|
4244
4247
|
scrollToBottom: exports_external.string(),
|
|
4245
4248
|
openButtonTitle: exports_external.string().optional(),
|
package/config/index.d.ts
CHANGED
|
@@ -3545,6 +3545,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
3545
3545
|
"info",
|
|
3546
3546
|
"menuClose",
|
|
3547
3547
|
"chevronDown",
|
|
3548
|
+
"chevronUp",
|
|
3549
|
+
"chevronTopDown",
|
|
3548
3550
|
"internalLink",
|
|
3549
3551
|
"externalLink",
|
|
3550
3552
|
"liip",
|
|
@@ -3686,7 +3688,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
3686
3688
|
borderColor?: string | undefined;
|
|
3687
3689
|
boxShadow?: string | undefined;
|
|
3688
3690
|
}> | undefined;
|
|
3689
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
3691
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
3690
3692
|
}, {
|
|
3691
3693
|
font?: {
|
|
3692
3694
|
family?: string | undefined;
|
|
@@ -3818,7 +3820,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
3818
3820
|
borderColor?: string | undefined;
|
|
3819
3821
|
boxShadow?: string | undefined;
|
|
3820
3822
|
}> | undefined;
|
|
3821
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
3823
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
3822
3824
|
}>>;
|
|
3823
3825
|
}, "strip", z.ZodTypeAny, {
|
|
3824
3826
|
customCSS?: string | undefined;
|
|
@@ -3955,7 +3957,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
3955
3957
|
borderColor?: string | undefined;
|
|
3956
3958
|
boxShadow?: string | undefined;
|
|
3957
3959
|
}> | undefined;
|
|
3958
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
3960
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
3959
3961
|
} | undefined;
|
|
3960
3962
|
}, {
|
|
3961
3963
|
customCSS?: string | undefined;
|
|
@@ -4092,7 +4094,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
4092
4094
|
borderColor?: string | undefined;
|
|
4093
4095
|
boxShadow?: string | undefined;
|
|
4094
4096
|
}> | undefined;
|
|
4095
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
4097
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
4096
4098
|
} | undefined;
|
|
4097
4099
|
}>>;
|
|
4098
4100
|
dark: z.ZodOptional<z.ZodObject<{
|
|
@@ -4718,6 +4720,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
4718
4720
|
"info",
|
|
4719
4721
|
"menuClose",
|
|
4720
4722
|
"chevronDown",
|
|
4723
|
+
"chevronUp",
|
|
4724
|
+
"chevronTopDown",
|
|
4721
4725
|
"internalLink",
|
|
4722
4726
|
"externalLink",
|
|
4723
4727
|
"liip",
|
|
@@ -4859,7 +4863,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
4859
4863
|
borderColor?: string | undefined;
|
|
4860
4864
|
boxShadow?: string | undefined;
|
|
4861
4865
|
}> | undefined;
|
|
4862
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
4866
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
4863
4867
|
}, {
|
|
4864
4868
|
font?: {
|
|
4865
4869
|
family?: string | undefined;
|
|
@@ -4991,7 +4995,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
4991
4995
|
borderColor?: string | undefined;
|
|
4992
4996
|
boxShadow?: string | undefined;
|
|
4993
4997
|
}> | undefined;
|
|
4994
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
4998
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
4995
4999
|
}>>;
|
|
4996
5000
|
}, "strip", z.ZodTypeAny, {
|
|
4997
5001
|
customCSS?: string | undefined;
|
|
@@ -5128,7 +5132,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
5128
5132
|
borderColor?: string | undefined;
|
|
5129
5133
|
boxShadow?: string | undefined;
|
|
5130
5134
|
}> | undefined;
|
|
5131
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5135
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
5132
5136
|
} | undefined;
|
|
5133
5137
|
}, {
|
|
5134
5138
|
customCSS?: string | undefined;
|
|
@@ -5265,7 +5269,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
5265
5269
|
borderColor?: string | undefined;
|
|
5266
5270
|
boxShadow?: string | undefined;
|
|
5267
5271
|
}> | undefined;
|
|
5268
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5272
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
5269
5273
|
} | undefined;
|
|
5270
5274
|
}>>;
|
|
5271
5275
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5404,7 +5408,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
5404
5408
|
borderColor?: string | undefined;
|
|
5405
5409
|
boxShadow?: string | undefined;
|
|
5406
5410
|
}> | undefined;
|
|
5407
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5411
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
5408
5412
|
} | undefined;
|
|
5409
5413
|
} | undefined;
|
|
5410
5414
|
dark?: {
|
|
@@ -5542,7 +5546,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
5542
5546
|
borderColor?: string | undefined;
|
|
5543
5547
|
boxShadow?: string | undefined;
|
|
5544
5548
|
}> | undefined;
|
|
5545
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5549
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
5546
5550
|
} | undefined;
|
|
5547
5551
|
} | undefined;
|
|
5548
5552
|
}, {
|
|
@@ -5681,7 +5685,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
5681
5685
|
borderColor?: string | undefined;
|
|
5682
5686
|
boxShadow?: string | undefined;
|
|
5683
5687
|
}> | undefined;
|
|
5684
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5688
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
5685
5689
|
} | undefined;
|
|
5686
5690
|
} | undefined;
|
|
5687
5691
|
dark?: {
|
|
@@ -5819,7 +5823,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
5819
5823
|
borderColor?: string | undefined;
|
|
5820
5824
|
boxShadow?: string | undefined;
|
|
5821
5825
|
}> | undefined;
|
|
5822
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
5826
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
5823
5827
|
} | undefined;
|
|
5824
5828
|
} | undefined;
|
|
5825
5829
|
}>>;
|
|
@@ -6046,7 +6050,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
6046
6050
|
borderColor?: string | undefined;
|
|
6047
6051
|
boxShadow?: string | undefined;
|
|
6048
6052
|
}> | undefined;
|
|
6049
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
6053
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
6050
6054
|
} | undefined;
|
|
6051
6055
|
} | undefined;
|
|
6052
6056
|
dark?: {
|
|
@@ -6184,7 +6188,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
6184
6188
|
borderColor?: string | undefined;
|
|
6185
6189
|
boxShadow?: string | undefined;
|
|
6186
6190
|
}> | undefined;
|
|
6187
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
6191
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
6188
6192
|
} | undefined;
|
|
6189
6193
|
} | undefined;
|
|
6190
6194
|
} | undefined;
|
|
@@ -6411,7 +6415,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
6411
6415
|
borderColor?: string | undefined;
|
|
6412
6416
|
boxShadow?: string | undefined;
|
|
6413
6417
|
}> | undefined;
|
|
6414
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
6418
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
6415
6419
|
} | undefined;
|
|
6416
6420
|
} | undefined;
|
|
6417
6421
|
dark?: {
|
|
@@ -6549,7 +6553,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
6549
6553
|
borderColor?: string | undefined;
|
|
6550
6554
|
boxShadow?: string | undefined;
|
|
6551
6555
|
}> | undefined;
|
|
6552
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
6556
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
6553
6557
|
} | undefined;
|
|
6554
6558
|
} | undefined;
|
|
6555
6559
|
} | undefined;
|
|
@@ -6578,6 +6582,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
6578
6582
|
messageBotLoading: z.ZodOptional<z.ZodString>;
|
|
6579
6583
|
messageBotError: z.ZodOptional<z.ZodString>;
|
|
6580
6584
|
messageBotDefaultError: z.ZodOptional<z.ZodString>;
|
|
6585
|
+
noResultsFound: z.ZodOptional<z.ZodString>;
|
|
6581
6586
|
chatFooterText: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
6582
6587
|
scrollToBottom: z.ZodOptional<z.ZodString>;
|
|
6583
6588
|
openButtonTitle: z.ZodOptional<z.ZodOptional<z.ZodString>>;
|
|
@@ -6626,6 +6631,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
6626
6631
|
messageBotLoading?: string | undefined;
|
|
6627
6632
|
messageBotError?: string | undefined;
|
|
6628
6633
|
messageBotDefaultError?: string | undefined;
|
|
6634
|
+
noResultsFound?: string | undefined;
|
|
6629
6635
|
chatFooterText?: string | undefined;
|
|
6630
6636
|
scrollToBottom?: string | undefined;
|
|
6631
6637
|
openButtonTitle?: string | undefined;
|
|
@@ -6672,6 +6678,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
6672
6678
|
messageBotLoading?: string | undefined;
|
|
6673
6679
|
messageBotError?: string | undefined;
|
|
6674
6680
|
messageBotDefaultError?: string | undefined;
|
|
6681
|
+
noResultsFound?: string | undefined;
|
|
6675
6682
|
chatFooterText?: string | undefined;
|
|
6676
6683
|
scrollToBottom?: string | undefined;
|
|
6677
6684
|
openButtonTitle?: string | undefined;
|
|
@@ -6958,7 +6965,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
6958
6965
|
borderColor?: string | undefined;
|
|
6959
6966
|
boxShadow?: string | undefined;
|
|
6960
6967
|
}> | undefined;
|
|
6961
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
6968
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
6962
6969
|
} | undefined;
|
|
6963
6970
|
} | undefined;
|
|
6964
6971
|
dark?: {
|
|
@@ -7096,7 +7103,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
7096
7103
|
borderColor?: string | undefined;
|
|
7097
7104
|
boxShadow?: string | undefined;
|
|
7098
7105
|
}> | undefined;
|
|
7099
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
7106
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
7100
7107
|
} | undefined;
|
|
7101
7108
|
} | undefined;
|
|
7102
7109
|
} | undefined;
|
|
@@ -7122,6 +7129,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
7122
7129
|
messageBotLoading?: string | undefined;
|
|
7123
7130
|
messageBotError?: string | undefined;
|
|
7124
7131
|
messageBotDefaultError?: string | undefined;
|
|
7132
|
+
noResultsFound?: string | undefined;
|
|
7125
7133
|
chatFooterText?: string | undefined;
|
|
7126
7134
|
scrollToBottom?: string | undefined;
|
|
7127
7135
|
openButtonTitle?: string | undefined;
|
|
@@ -7408,7 +7416,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
7408
7416
|
borderColor?: string | undefined;
|
|
7409
7417
|
boxShadow?: string | undefined;
|
|
7410
7418
|
}> | undefined;
|
|
7411
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
7419
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
7412
7420
|
} | undefined;
|
|
7413
7421
|
} | undefined;
|
|
7414
7422
|
dark?: {
|
|
@@ -7546,7 +7554,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
7546
7554
|
borderColor?: string | undefined;
|
|
7547
7555
|
boxShadow?: string | undefined;
|
|
7548
7556
|
}> | undefined;
|
|
7549
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
7557
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
7550
7558
|
} | undefined;
|
|
7551
7559
|
} | undefined;
|
|
7552
7560
|
} | undefined;
|
|
@@ -7572,6 +7580,7 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
7572
7580
|
messageBotLoading?: string | undefined;
|
|
7573
7581
|
messageBotError?: string | undefined;
|
|
7574
7582
|
messageBotDefaultError?: string | undefined;
|
|
7583
|
+
noResultsFound?: string | undefined;
|
|
7575
7584
|
chatFooterText?: string | undefined;
|
|
7576
7585
|
scrollToBottom?: string | undefined;
|
|
7577
7586
|
openButtonTitle?: string | undefined;
|
|
@@ -8731,6 +8740,8 @@ declare const themeSchema: ZodObject<{
|
|
|
8731
8740
|
"info",
|
|
8732
8741
|
"menuClose",
|
|
8733
8742
|
"chevronDown",
|
|
8743
|
+
"chevronUp",
|
|
8744
|
+
"chevronTopDown",
|
|
8734
8745
|
"internalLink",
|
|
8735
8746
|
"externalLink",
|
|
8736
8747
|
"liip",
|
|
@@ -8872,7 +8883,7 @@ declare const themeSchema: ZodObject<{
|
|
|
8872
8883
|
borderColor?: string | undefined;
|
|
8873
8884
|
boxShadow?: string | undefined;
|
|
8874
8885
|
}> | undefined;
|
|
8875
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
8886
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
8876
8887
|
}, {
|
|
8877
8888
|
font?: {
|
|
8878
8889
|
family?: string | undefined;
|
|
@@ -9004,7 +9015,7 @@ declare const themeSchema: ZodObject<{
|
|
|
9004
9015
|
borderColor?: string | undefined;
|
|
9005
9016
|
boxShadow?: string | undefined;
|
|
9006
9017
|
}> | undefined;
|
|
9007
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
9018
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
9008
9019
|
}>>;
|
|
9009
9020
|
}, "strip", ZodTypeAny, {
|
|
9010
9021
|
customCSS?: string | undefined;
|
|
@@ -9141,7 +9152,7 @@ declare const themeSchema: ZodObject<{
|
|
|
9141
9152
|
borderColor?: string | undefined;
|
|
9142
9153
|
boxShadow?: string | undefined;
|
|
9143
9154
|
}> | undefined;
|
|
9144
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
9155
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
9145
9156
|
} | undefined;
|
|
9146
9157
|
}, {
|
|
9147
9158
|
customCSS?: string | undefined;
|
|
@@ -9278,7 +9289,7 @@ declare const themeSchema: ZodObject<{
|
|
|
9278
9289
|
borderColor?: string | undefined;
|
|
9279
9290
|
boxShadow?: string | undefined;
|
|
9280
9291
|
}> | undefined;
|
|
9281
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
9292
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
9282
9293
|
} | undefined;
|
|
9283
9294
|
}>>;
|
|
9284
9295
|
dark: ZodOptional<ZodObject<{
|
|
@@ -9904,6 +9915,8 @@ declare const themeSchema: ZodObject<{
|
|
|
9904
9915
|
"info",
|
|
9905
9916
|
"menuClose",
|
|
9906
9917
|
"chevronDown",
|
|
9918
|
+
"chevronUp",
|
|
9919
|
+
"chevronTopDown",
|
|
9907
9920
|
"internalLink",
|
|
9908
9921
|
"externalLink",
|
|
9909
9922
|
"liip",
|
|
@@ -10045,7 +10058,7 @@ declare const themeSchema: ZodObject<{
|
|
|
10045
10058
|
borderColor?: string | undefined;
|
|
10046
10059
|
boxShadow?: string | undefined;
|
|
10047
10060
|
}> | undefined;
|
|
10048
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10061
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
10049
10062
|
}, {
|
|
10050
10063
|
font?: {
|
|
10051
10064
|
family?: string | undefined;
|
|
@@ -10177,7 +10190,7 @@ declare const themeSchema: ZodObject<{
|
|
|
10177
10190
|
borderColor?: string | undefined;
|
|
10178
10191
|
boxShadow?: string | undefined;
|
|
10179
10192
|
}> | undefined;
|
|
10180
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10193
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
10181
10194
|
}>>;
|
|
10182
10195
|
}, "strip", ZodTypeAny, {
|
|
10183
10196
|
customCSS?: string | undefined;
|
|
@@ -10314,7 +10327,7 @@ declare const themeSchema: ZodObject<{
|
|
|
10314
10327
|
borderColor?: string | undefined;
|
|
10315
10328
|
boxShadow?: string | undefined;
|
|
10316
10329
|
}> | undefined;
|
|
10317
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10330
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
10318
10331
|
} | undefined;
|
|
10319
10332
|
}, {
|
|
10320
10333
|
customCSS?: string | undefined;
|
|
@@ -10451,7 +10464,7 @@ declare const themeSchema: ZodObject<{
|
|
|
10451
10464
|
borderColor?: string | undefined;
|
|
10452
10465
|
boxShadow?: string | undefined;
|
|
10453
10466
|
}> | undefined;
|
|
10454
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10467
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
10455
10468
|
} | undefined;
|
|
10456
10469
|
}>>;
|
|
10457
10470
|
}, "strip", ZodTypeAny, {
|
|
@@ -10590,7 +10603,7 @@ declare const themeSchema: ZodObject<{
|
|
|
10590
10603
|
borderColor?: string | undefined;
|
|
10591
10604
|
boxShadow?: string | undefined;
|
|
10592
10605
|
}> | undefined;
|
|
10593
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10606
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
10594
10607
|
} | undefined;
|
|
10595
10608
|
} | undefined;
|
|
10596
10609
|
dark?: {
|
|
@@ -10728,7 +10741,7 @@ declare const themeSchema: ZodObject<{
|
|
|
10728
10741
|
borderColor?: string | undefined;
|
|
10729
10742
|
boxShadow?: string | undefined;
|
|
10730
10743
|
}> | undefined;
|
|
10731
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10744
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
10732
10745
|
} | undefined;
|
|
10733
10746
|
} | undefined;
|
|
10734
10747
|
}, {
|
|
@@ -10867,7 +10880,7 @@ declare const themeSchema: ZodObject<{
|
|
|
10867
10880
|
borderColor?: string | undefined;
|
|
10868
10881
|
boxShadow?: string | undefined;
|
|
10869
10882
|
}> | undefined;
|
|
10870
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
10883
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
10871
10884
|
} | undefined;
|
|
10872
10885
|
} | undefined;
|
|
10873
10886
|
dark?: {
|
|
@@ -11005,7 +11018,7 @@ declare const themeSchema: ZodObject<{
|
|
|
11005
11018
|
borderColor?: string | undefined;
|
|
11006
11019
|
boxShadow?: string | undefined;
|
|
11007
11020
|
}> | undefined;
|
|
11008
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
11021
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
11009
11022
|
} | undefined;
|
|
11010
11023
|
} | undefined;
|
|
11011
11024
|
}>>;
|
|
@@ -11232,7 +11245,7 @@ declare const themeSchema: ZodObject<{
|
|
|
11232
11245
|
borderColor?: string | undefined;
|
|
11233
11246
|
boxShadow?: string | undefined;
|
|
11234
11247
|
}> | undefined;
|
|
11235
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
11248
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
11236
11249
|
} | undefined;
|
|
11237
11250
|
} | undefined;
|
|
11238
11251
|
dark?: {
|
|
@@ -11370,7 +11383,7 @@ declare const themeSchema: ZodObject<{
|
|
|
11370
11383
|
borderColor?: string | undefined;
|
|
11371
11384
|
boxShadow?: string | undefined;
|
|
11372
11385
|
}> | undefined;
|
|
11373
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
11386
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
11374
11387
|
} | undefined;
|
|
11375
11388
|
} | undefined;
|
|
11376
11389
|
} | undefined;
|
|
@@ -11597,7 +11610,7 @@ declare const themeSchema: ZodObject<{
|
|
|
11597
11610
|
borderColor?: string | undefined;
|
|
11598
11611
|
boxShadow?: string | undefined;
|
|
11599
11612
|
}> | undefined;
|
|
11600
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
11613
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
11601
11614
|
} | undefined;
|
|
11602
11615
|
} | undefined;
|
|
11603
11616
|
dark?: {
|
|
@@ -11735,7 +11748,7 @@ declare const themeSchema: ZodObject<{
|
|
|
11735
11748
|
borderColor?: string | undefined;
|
|
11736
11749
|
boxShadow?: string | undefined;
|
|
11737
11750
|
}> | undefined;
|
|
11738
|
-
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "submit" | "abort" | "expand" | "help" | "attach" | "record" | "reward" | "share" | "audio" | "copy" | "dismiss" | "menu" | "info" | "menuClose" | "chevronDown" | "internalLink" | "externalLink" | "liip" | "avatar" | "openChat" | "speechInput" | "listUnordered" | "lightMode" | "darkMode", string>> | undefined;
|
|
11751
|
+
svgs?: Partial<Record<"message" | "predefinedQuestion" | "edit" | "newConversation" | "voteUp" | "voteDown" | "retry" | "messageLoading" | "thread" | "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;
|
|
11739
11752
|
} | undefined;
|
|
11740
11753
|
} | undefined;
|
|
11741
11754
|
} | undefined;
|
|
@@ -11760,6 +11773,7 @@ declare const translationSchema: z.ZodObject<{
|
|
|
11760
11773
|
messageBotLoading: z.ZodString;
|
|
11761
11774
|
messageBotError: z.ZodString;
|
|
11762
11775
|
messageBotDefaultError: z.ZodString;
|
|
11776
|
+
noResultsFound: z.ZodString;
|
|
11763
11777
|
chatFooterText: z.ZodOptional<z.ZodString>;
|
|
11764
11778
|
scrollToBottom: z.ZodString;
|
|
11765
11779
|
openButtonTitle: z.ZodOptional<z.ZodString>;
|
|
@@ -11806,6 +11820,7 @@ declare const translationSchema: z.ZodObject<{
|
|
|
11806
11820
|
messageBotLoading: string;
|
|
11807
11821
|
messageBotError: string;
|
|
11808
11822
|
messageBotDefaultError: string;
|
|
11823
|
+
noResultsFound: string;
|
|
11809
11824
|
scrollToBottom: string;
|
|
11810
11825
|
openMenu: string;
|
|
11811
11826
|
openInfo: string;
|
|
@@ -11852,6 +11867,7 @@ declare const translationSchema: z.ZodObject<{
|
|
|
11852
11867
|
messageBotLoading: string;
|
|
11853
11868
|
messageBotError: string;
|
|
11854
11869
|
messageBotDefaultError: string;
|
|
11870
|
+
noResultsFound: string;
|
|
11855
11871
|
scrollToBottom: string;
|
|
11856
11872
|
openMenu: string;
|
|
11857
11873
|
openInfo: string;
|
package/config/index.js
CHANGED
|
@@ -4044,6 +4044,8 @@ var svgsSchema = exports_external.record(exports_external.enum([
|
|
|
4044
4044
|
"info",
|
|
4045
4045
|
"menuClose",
|
|
4046
4046
|
"chevronDown",
|
|
4047
|
+
"chevronUp",
|
|
4048
|
+
"chevronTopDown",
|
|
4047
4049
|
"internalLink",
|
|
4048
4050
|
"externalLink",
|
|
4049
4051
|
"liip",
|
|
@@ -4216,6 +4218,7 @@ var translationSchema = exports_external.object({
|
|
|
4216
4218
|
messageBotLoading: exports_external.string(),
|
|
4217
4219
|
messageBotError: exports_external.string(),
|
|
4218
4220
|
messageBotDefaultError: exports_external.string(),
|
|
4221
|
+
noResultsFound: exports_external.string(),
|
|
4219
4222
|
chatFooterText: exports_external.string().optional(),
|
|
4220
4223
|
scrollToBottom: exports_external.string(),
|
|
4221
4224
|
openButtonTitle: exports_external.string().optional(),
|
package/configurator/_app/env.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const env={"PUBLIC_API_URL":"https://liipgpt.api.dev.genai.liip.ch/liipgpt","PUBLIC_CI_COMMIT_TAG":"2.3.
|
|
1
|
+
export const env={"PUBLIC_API_URL":"https://liipgpt.api.dev.genai.liip.ch/liipgpt","PUBLIC_CI_COMMIT_TAG":"2.3.3"}
|