@liip/liipgpt 3.3.0 → 3.3.1
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 +50 -51
- package/config/index.cjs +5 -8
- package/config/index.d.ts +248 -417
- package/config/index.js +5 -8
- package/configurator/_app/env.js +1 -1
- package/configurator/_app/immutable/chunks/BGT7v_PO.js +3 -0
- package/configurator/_app/immutable/chunks/{Br-58faA.js → BmNVqpyR.js} +1 -1
- package/configurator/_app/immutable/chunks/CHHZrRW9.js +1 -0
- package/configurator/_app/immutable/chunks/{03vg6Qp7.js → CNi2SaPI.js} +1 -1
- package/configurator/_app/immutable/chunks/{DSyPh3A4.js → CQLbX6SP.js} +1 -1
- package/configurator/_app/immutable/chunks/{C6XdV3Lv.js → Dqt5NNAB.js} +1 -1
- package/configurator/_app/immutable/chunks/{CROVZbk3.js → czwAZopm.js} +1 -1
- package/configurator/_app/immutable/chunks/{DZwn2NPr.js → fmyr5tfx.js} +1 -1
- package/configurator/_app/immutable/chunks/jGV_UJJM.js +116 -0
- package/configurator/_app/immutable/entry/{app.DCKqR20T.js → app.DCW8hLCH.js} +2 -2
- package/configurator/_app/immutable/entry/start.WJWOQTjS.js +1 -0
- package/configurator/_app/immutable/nodes/{0.bJp16ZWw.js → 0.BlJDDfTA.js} +5 -7
- package/configurator/_app/immutable/nodes/{1.MUQxcZbH.js → 1.B9nip427.js} +1 -1
- package/configurator/_app/immutable/nodes/{2.BtbFsQ_S.js → 2.BzN7n4XH.js} +6 -6
- package/configurator/_app/immutable/nodes/{3.FvTTpqZ0.js → 3.NW61fGoD.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 +5 -8
- package/index.d.ts +1105 -1646
- package/index.js +5 -8
- package/package.json +1 -1
- package/configurator/_app/immutable/chunks/BE9gm6hD.js +0 -3
- package/configurator/_app/immutable/chunks/DKF3ACGN.js +0 -117
- package/configurator/_app/immutable/chunks/DNlyCRHN.js +0 -1
- package/configurator/_app/immutable/entry/start.BVpSXwgq.js +0 -1
package/config/index.d.ts
CHANGED
|
@@ -9939,8 +9939,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
9939
9939
|
text: string;
|
|
9940
9940
|
};
|
|
9941
9941
|
type: "bot";
|
|
9942
|
-
time: string;
|
|
9943
9942
|
id: string;
|
|
9943
|
+
time: string;
|
|
9944
9944
|
references: {
|
|
9945
9945
|
all: {
|
|
9946
9946
|
url: string;
|
|
@@ -10037,8 +10037,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10037
10037
|
text: string;
|
|
10038
10038
|
};
|
|
10039
10039
|
type: "bot";
|
|
10040
|
-
time: string;
|
|
10041
10040
|
id: string;
|
|
10041
|
+
time: string;
|
|
10042
10042
|
references: {
|
|
10043
10043
|
all: {
|
|
10044
10044
|
url: string;
|
|
@@ -10821,8 +10821,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10821
10821
|
text: string;
|
|
10822
10822
|
};
|
|
10823
10823
|
type: "bot";
|
|
10824
|
-
time: string;
|
|
10825
10824
|
id: string;
|
|
10825
|
+
time: string;
|
|
10826
10826
|
references: {
|
|
10827
10827
|
all: {
|
|
10828
10828
|
url: string;
|
|
@@ -10919,8 +10919,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
10919
10919
|
text: string;
|
|
10920
10920
|
};
|
|
10921
10921
|
type: "bot";
|
|
10922
|
-
time: string;
|
|
10923
10922
|
id: string;
|
|
10923
|
+
time: string;
|
|
10924
10924
|
references: {
|
|
10925
10925
|
all: {
|
|
10926
10926
|
url: string;
|
|
@@ -11160,59 +11160,42 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11160
11160
|
}>,
|
|
11161
11161
|
z.ZodObject<{
|
|
11162
11162
|
componentName: z.ZodLiteral<"alva-init">;
|
|
11163
|
-
data: z.ZodObject<{
|
|
11164
|
-
enable: z.ZodBoolean;
|
|
11165
|
-
}, "strip", z.ZodTypeAny, {
|
|
11166
|
-
enable: boolean;
|
|
11167
|
-
}, {
|
|
11168
|
-
enable: boolean;
|
|
11169
|
-
}>;
|
|
11163
|
+
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
11170
11164
|
}, "strip", z.ZodTypeAny, {
|
|
11171
11165
|
componentName: "alva-init";
|
|
11172
|
-
data: {
|
|
11173
|
-
enable: boolean;
|
|
11174
|
-
};
|
|
11166
|
+
data: {};
|
|
11175
11167
|
}, {
|
|
11176
11168
|
componentName: "alva-init";
|
|
11177
|
-
data: {
|
|
11178
|
-
enable: boolean;
|
|
11179
|
-
};
|
|
11169
|
+
data: {};
|
|
11180
11170
|
}>,
|
|
11181
11171
|
z.ZodObject<{
|
|
11182
11172
|
componentName: z.ZodLiteral<"alva-score-survey">;
|
|
11183
|
-
data: z.ZodObject<{
|
|
11184
|
-
enable: z.ZodBoolean;
|
|
11185
|
-
}, "strip", z.ZodTypeAny, {
|
|
11186
|
-
enable: boolean;
|
|
11187
|
-
}, {
|
|
11188
|
-
enable: boolean;
|
|
11189
|
-
}>;
|
|
11173
|
+
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
11190
11174
|
}, "strip", z.ZodTypeAny, {
|
|
11191
11175
|
componentName: "alva-score-survey";
|
|
11192
|
-
data: {
|
|
11193
|
-
enable: boolean;
|
|
11194
|
-
};
|
|
11176
|
+
data: {};
|
|
11195
11177
|
}, {
|
|
11196
11178
|
componentName: "alva-score-survey";
|
|
11197
|
-
data: {
|
|
11198
|
-
enable: boolean;
|
|
11199
|
-
};
|
|
11179
|
+
data: {};
|
|
11200
11180
|
}>
|
|
11201
11181
|
]>, z.ZodObject<{
|
|
11202
11182
|
type: z.ZodLiteral<"component">;
|
|
11203
|
-
time: z.ZodString;
|
|
11204
11183
|
id: z.ZodOptional<z.ZodString>;
|
|
11184
|
+
time: z.ZodOptional<z.ZodString>;
|
|
11205
11185
|
hideAvatar: z.ZodOptional<z.ZodBoolean>;
|
|
11186
|
+
noSectionPadding: z.ZodOptional<z.ZodBoolean>;
|
|
11206
11187
|
}, "strip", z.ZodTypeAny, {
|
|
11207
11188
|
type: "component";
|
|
11208
|
-
time: string;
|
|
11209
11189
|
id?: string | undefined;
|
|
11190
|
+
time?: string | undefined;
|
|
11210
11191
|
hideAvatar?: boolean | undefined;
|
|
11192
|
+
noSectionPadding?: boolean | undefined;
|
|
11211
11193
|
}, {
|
|
11212
11194
|
type: "component";
|
|
11213
|
-
time: string;
|
|
11214
11195
|
id?: string | undefined;
|
|
11196
|
+
time?: string | undefined;
|
|
11215
11197
|
hideAvatar?: boolean | undefined;
|
|
11198
|
+
noSectionPadding?: boolean | undefined;
|
|
11216
11199
|
}>>
|
|
11217
11200
|
]>, "many">>;
|
|
11218
11201
|
bot: z.ZodOptional<z.ZodObject<{
|
|
@@ -11907,8 +11890,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
11907
11890
|
text: string;
|
|
11908
11891
|
};
|
|
11909
11892
|
type: "bot";
|
|
11910
|
-
time: string;
|
|
11911
11893
|
id: string;
|
|
11894
|
+
time: string;
|
|
11912
11895
|
references: {
|
|
11913
11896
|
all: {
|
|
11914
11897
|
url: string;
|
|
@@ -12005,8 +11988,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12005
11988
|
text: string;
|
|
12006
11989
|
};
|
|
12007
11990
|
type: "bot";
|
|
12008
|
-
time: string;
|
|
12009
11991
|
id: string;
|
|
11992
|
+
time: string;
|
|
12010
11993
|
references: {
|
|
12011
11994
|
all: {
|
|
12012
11995
|
url: string;
|
|
@@ -12789,8 +12772,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12789
12772
|
text: string;
|
|
12790
12773
|
};
|
|
12791
12774
|
type: "bot";
|
|
12792
|
-
time: string;
|
|
12793
12775
|
id: string;
|
|
12776
|
+
time: string;
|
|
12794
12777
|
references: {
|
|
12795
12778
|
all: {
|
|
12796
12779
|
url: string;
|
|
@@ -12887,8 +12870,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
12887
12870
|
text: string;
|
|
12888
12871
|
};
|
|
12889
12872
|
type: "bot";
|
|
12890
|
-
time: string;
|
|
12891
12873
|
id: string;
|
|
12874
|
+
time: string;
|
|
12892
12875
|
references: {
|
|
12893
12876
|
all: {
|
|
12894
12877
|
url: string;
|
|
@@ -13128,59 +13111,42 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
13128
13111
|
}>,
|
|
13129
13112
|
z.ZodObject<{
|
|
13130
13113
|
componentName: z.ZodLiteral<"alva-init">;
|
|
13131
|
-
data: z.ZodObject<{
|
|
13132
|
-
enable: z.ZodBoolean;
|
|
13133
|
-
}, "strip", z.ZodTypeAny, {
|
|
13134
|
-
enable: boolean;
|
|
13135
|
-
}, {
|
|
13136
|
-
enable: boolean;
|
|
13137
|
-
}>;
|
|
13114
|
+
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
13138
13115
|
}, "strip", z.ZodTypeAny, {
|
|
13139
13116
|
componentName: "alva-init";
|
|
13140
|
-
data: {
|
|
13141
|
-
enable: boolean;
|
|
13142
|
-
};
|
|
13117
|
+
data: {};
|
|
13143
13118
|
}, {
|
|
13144
13119
|
componentName: "alva-init";
|
|
13145
|
-
data: {
|
|
13146
|
-
enable: boolean;
|
|
13147
|
-
};
|
|
13120
|
+
data: {};
|
|
13148
13121
|
}>,
|
|
13149
13122
|
z.ZodObject<{
|
|
13150
13123
|
componentName: z.ZodLiteral<"alva-score-survey">;
|
|
13151
|
-
data: z.ZodObject<{
|
|
13152
|
-
enable: z.ZodBoolean;
|
|
13153
|
-
}, "strip", z.ZodTypeAny, {
|
|
13154
|
-
enable: boolean;
|
|
13155
|
-
}, {
|
|
13156
|
-
enable: boolean;
|
|
13157
|
-
}>;
|
|
13124
|
+
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
13158
13125
|
}, "strip", z.ZodTypeAny, {
|
|
13159
13126
|
componentName: "alva-score-survey";
|
|
13160
|
-
data: {
|
|
13161
|
-
enable: boolean;
|
|
13162
|
-
};
|
|
13127
|
+
data: {};
|
|
13163
13128
|
}, {
|
|
13164
13129
|
componentName: "alva-score-survey";
|
|
13165
|
-
data: {
|
|
13166
|
-
enable: boolean;
|
|
13167
|
-
};
|
|
13130
|
+
data: {};
|
|
13168
13131
|
}>
|
|
13169
13132
|
]>, z.ZodObject<{
|
|
13170
13133
|
type: z.ZodLiteral<"component">;
|
|
13171
|
-
time: z.ZodString;
|
|
13172
13134
|
id: z.ZodOptional<z.ZodString>;
|
|
13135
|
+
time: z.ZodOptional<z.ZodString>;
|
|
13173
13136
|
hideAvatar: z.ZodOptional<z.ZodBoolean>;
|
|
13137
|
+
noSectionPadding: z.ZodOptional<z.ZodBoolean>;
|
|
13174
13138
|
}, "strip", z.ZodTypeAny, {
|
|
13175
13139
|
type: "component";
|
|
13176
|
-
time: string;
|
|
13177
13140
|
id?: string | undefined;
|
|
13141
|
+
time?: string | undefined;
|
|
13178
13142
|
hideAvatar?: boolean | undefined;
|
|
13143
|
+
noSectionPadding?: boolean | undefined;
|
|
13179
13144
|
}, {
|
|
13180
13145
|
type: "component";
|
|
13181
|
-
time: string;
|
|
13182
13146
|
id?: string | undefined;
|
|
13147
|
+
time?: string | undefined;
|
|
13183
13148
|
hideAvatar?: boolean | undefined;
|
|
13149
|
+
noSectionPadding?: boolean | undefined;
|
|
13184
13150
|
}>>
|
|
13185
13151
|
]>, "many">>;
|
|
13186
13152
|
after: z.ZodOptional<z.ZodArray<z.ZodUnion<[
|
|
@@ -13874,8 +13840,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
13874
13840
|
text: string;
|
|
13875
13841
|
};
|
|
13876
13842
|
type: "bot";
|
|
13877
|
-
time: string;
|
|
13878
13843
|
id: string;
|
|
13844
|
+
time: string;
|
|
13879
13845
|
references: {
|
|
13880
13846
|
all: {
|
|
13881
13847
|
url: string;
|
|
@@ -13972,8 +13938,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
13972
13938
|
text: string;
|
|
13973
13939
|
};
|
|
13974
13940
|
type: "bot";
|
|
13975
|
-
time: string;
|
|
13976
13941
|
id: string;
|
|
13942
|
+
time: string;
|
|
13977
13943
|
references: {
|
|
13978
13944
|
all: {
|
|
13979
13945
|
url: string;
|
|
@@ -14756,8 +14722,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
14756
14722
|
text: string;
|
|
14757
14723
|
};
|
|
14758
14724
|
type: "bot";
|
|
14759
|
-
time: string;
|
|
14760
14725
|
id: string;
|
|
14726
|
+
time: string;
|
|
14761
14727
|
references: {
|
|
14762
14728
|
all: {
|
|
14763
14729
|
url: string;
|
|
@@ -14854,8 +14820,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
14854
14820
|
text: string;
|
|
14855
14821
|
};
|
|
14856
14822
|
type: "bot";
|
|
14857
|
-
time: string;
|
|
14858
14823
|
id: string;
|
|
14824
|
+
time: string;
|
|
14859
14825
|
references: {
|
|
14860
14826
|
all: {
|
|
14861
14827
|
url: string;
|
|
@@ -15095,59 +15061,42 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
15095
15061
|
}>,
|
|
15096
15062
|
z.ZodObject<{
|
|
15097
15063
|
componentName: z.ZodLiteral<"alva-init">;
|
|
15098
|
-
data: z.ZodObject<{
|
|
15099
|
-
enable: z.ZodBoolean;
|
|
15100
|
-
}, "strip", z.ZodTypeAny, {
|
|
15101
|
-
enable: boolean;
|
|
15102
|
-
}, {
|
|
15103
|
-
enable: boolean;
|
|
15104
|
-
}>;
|
|
15064
|
+
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
15105
15065
|
}, "strip", z.ZodTypeAny, {
|
|
15106
15066
|
componentName: "alva-init";
|
|
15107
|
-
data: {
|
|
15108
|
-
enable: boolean;
|
|
15109
|
-
};
|
|
15067
|
+
data: {};
|
|
15110
15068
|
}, {
|
|
15111
15069
|
componentName: "alva-init";
|
|
15112
|
-
data: {
|
|
15113
|
-
enable: boolean;
|
|
15114
|
-
};
|
|
15070
|
+
data: {};
|
|
15115
15071
|
}>,
|
|
15116
15072
|
z.ZodObject<{
|
|
15117
15073
|
componentName: z.ZodLiteral<"alva-score-survey">;
|
|
15118
|
-
data: z.ZodObject<{
|
|
15119
|
-
enable: z.ZodBoolean;
|
|
15120
|
-
}, "strip", z.ZodTypeAny, {
|
|
15121
|
-
enable: boolean;
|
|
15122
|
-
}, {
|
|
15123
|
-
enable: boolean;
|
|
15124
|
-
}>;
|
|
15074
|
+
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
15125
15075
|
}, "strip", z.ZodTypeAny, {
|
|
15126
15076
|
componentName: "alva-score-survey";
|
|
15127
|
-
data: {
|
|
15128
|
-
enable: boolean;
|
|
15129
|
-
};
|
|
15077
|
+
data: {};
|
|
15130
15078
|
}, {
|
|
15131
15079
|
componentName: "alva-score-survey";
|
|
15132
|
-
data: {
|
|
15133
|
-
enable: boolean;
|
|
15134
|
-
};
|
|
15080
|
+
data: {};
|
|
15135
15081
|
}>
|
|
15136
15082
|
]>, z.ZodObject<{
|
|
15137
15083
|
type: z.ZodLiteral<"component">;
|
|
15138
|
-
time: z.ZodString;
|
|
15139
15084
|
id: z.ZodOptional<z.ZodString>;
|
|
15085
|
+
time: z.ZodOptional<z.ZodString>;
|
|
15140
15086
|
hideAvatar: z.ZodOptional<z.ZodBoolean>;
|
|
15087
|
+
noSectionPadding: z.ZodOptional<z.ZodBoolean>;
|
|
15141
15088
|
}, "strip", z.ZodTypeAny, {
|
|
15142
15089
|
type: "component";
|
|
15143
|
-
time: string;
|
|
15144
15090
|
id?: string | undefined;
|
|
15091
|
+
time?: string | undefined;
|
|
15145
15092
|
hideAvatar?: boolean | undefined;
|
|
15093
|
+
noSectionPadding?: boolean | undefined;
|
|
15146
15094
|
}, {
|
|
15147
15095
|
type: "component";
|
|
15148
|
-
time: string;
|
|
15149
15096
|
id?: string | undefined;
|
|
15097
|
+
time?: string | undefined;
|
|
15150
15098
|
hideAvatar?: boolean | undefined;
|
|
15099
|
+
noSectionPadding?: boolean | undefined;
|
|
15151
15100
|
}>>
|
|
15152
15101
|
]>, "many">>;
|
|
15153
15102
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -15176,19 +15125,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
15176
15125
|
};
|
|
15177
15126
|
} | {
|
|
15178
15127
|
componentName: "alva-init";
|
|
15179
|
-
data: {
|
|
15180
|
-
enable: boolean;
|
|
15181
|
-
};
|
|
15128
|
+
data: {};
|
|
15182
15129
|
} | {
|
|
15183
15130
|
componentName: "alva-score-survey";
|
|
15184
|
-
data: {
|
|
15185
|
-
enable: boolean;
|
|
15186
|
-
};
|
|
15131
|
+
data: {};
|
|
15187
15132
|
}) & {
|
|
15188
15133
|
type: "component";
|
|
15189
|
-
time: string;
|
|
15190
15134
|
id?: string | undefined;
|
|
15135
|
+
time?: string | undefined;
|
|
15191
15136
|
hideAvatar?: boolean | undefined;
|
|
15137
|
+
noSectionPadding?: boolean | undefined;
|
|
15192
15138
|
}) | {
|
|
15193
15139
|
message: string;
|
|
15194
15140
|
type: "user";
|
|
@@ -15201,8 +15147,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
15201
15147
|
text: string;
|
|
15202
15148
|
};
|
|
15203
15149
|
type: "bot";
|
|
15204
|
-
time: string;
|
|
15205
15150
|
id: string;
|
|
15151
|
+
time: string;
|
|
15206
15152
|
references: {
|
|
15207
15153
|
all: {
|
|
15208
15154
|
url: string;
|
|
@@ -15299,8 +15245,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
15299
15245
|
text: string;
|
|
15300
15246
|
};
|
|
15301
15247
|
type: "bot";
|
|
15302
|
-
time: string;
|
|
15303
15248
|
id: string;
|
|
15249
|
+
time: string;
|
|
15304
15250
|
references: {
|
|
15305
15251
|
all: {
|
|
15306
15252
|
url: string;
|
|
@@ -15416,19 +15362,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
15416
15362
|
};
|
|
15417
15363
|
} | {
|
|
15418
15364
|
componentName: "alva-init";
|
|
15419
|
-
data: {
|
|
15420
|
-
enable: boolean;
|
|
15421
|
-
};
|
|
15365
|
+
data: {};
|
|
15422
15366
|
} | {
|
|
15423
15367
|
componentName: "alva-score-survey";
|
|
15424
|
-
data: {
|
|
15425
|
-
enable: boolean;
|
|
15426
|
-
};
|
|
15368
|
+
data: {};
|
|
15427
15369
|
}) & {
|
|
15428
15370
|
type: "component";
|
|
15429
|
-
time: string;
|
|
15430
15371
|
id?: string | undefined;
|
|
15372
|
+
time?: string | undefined;
|
|
15431
15373
|
hideAvatar?: boolean | undefined;
|
|
15374
|
+
noSectionPadding?: boolean | undefined;
|
|
15432
15375
|
}) | {
|
|
15433
15376
|
message: string;
|
|
15434
15377
|
type: "user";
|
|
@@ -15441,8 +15384,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
15441
15384
|
text: string;
|
|
15442
15385
|
};
|
|
15443
15386
|
type: "bot";
|
|
15444
|
-
time: string;
|
|
15445
15387
|
id: string;
|
|
15388
|
+
time: string;
|
|
15446
15389
|
references: {
|
|
15447
15390
|
all: {
|
|
15448
15391
|
url: string;
|
|
@@ -15539,8 +15482,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
15539
15482
|
text: string;
|
|
15540
15483
|
};
|
|
15541
15484
|
type: "bot";
|
|
15542
|
-
time: string;
|
|
15543
15485
|
id: string;
|
|
15486
|
+
time: string;
|
|
15544
15487
|
references: {
|
|
15545
15488
|
all: {
|
|
15546
15489
|
url: string;
|
|
@@ -15657,19 +15600,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
15657
15600
|
};
|
|
15658
15601
|
} | {
|
|
15659
15602
|
componentName: "alva-init";
|
|
15660
|
-
data: {
|
|
15661
|
-
enable: boolean;
|
|
15662
|
-
};
|
|
15603
|
+
data: {};
|
|
15663
15604
|
} | {
|
|
15664
15605
|
componentName: "alva-score-survey";
|
|
15665
|
-
data: {
|
|
15666
|
-
enable: boolean;
|
|
15667
|
-
};
|
|
15606
|
+
data: {};
|
|
15668
15607
|
}) & {
|
|
15669
15608
|
type: "component";
|
|
15670
|
-
time: string;
|
|
15671
15609
|
id?: string | undefined;
|
|
15610
|
+
time?: string | undefined;
|
|
15672
15611
|
hideAvatar?: boolean | undefined;
|
|
15612
|
+
noSectionPadding?: boolean | undefined;
|
|
15673
15613
|
}) | {
|
|
15674
15614
|
message: string;
|
|
15675
15615
|
type: "user";
|
|
@@ -15682,8 +15622,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
15682
15622
|
text: string;
|
|
15683
15623
|
};
|
|
15684
15624
|
type: "bot";
|
|
15685
|
-
time: string;
|
|
15686
15625
|
id: string;
|
|
15626
|
+
time: string;
|
|
15687
15627
|
references: {
|
|
15688
15628
|
all: {
|
|
15689
15629
|
url: string;
|
|
@@ -15780,8 +15720,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
15780
15720
|
text: string;
|
|
15781
15721
|
};
|
|
15782
15722
|
type: "bot";
|
|
15783
|
-
time: string;
|
|
15784
15723
|
id: string;
|
|
15724
|
+
time: string;
|
|
15785
15725
|
references: {
|
|
15786
15726
|
all: {
|
|
15787
15727
|
url: string;
|
|
@@ -15897,19 +15837,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
15897
15837
|
};
|
|
15898
15838
|
} | {
|
|
15899
15839
|
componentName: "alva-init";
|
|
15900
|
-
data: {
|
|
15901
|
-
enable: boolean;
|
|
15902
|
-
};
|
|
15840
|
+
data: {};
|
|
15903
15841
|
} | {
|
|
15904
15842
|
componentName: "alva-score-survey";
|
|
15905
|
-
data: {
|
|
15906
|
-
enable: boolean;
|
|
15907
|
-
};
|
|
15843
|
+
data: {};
|
|
15908
15844
|
}) & {
|
|
15909
15845
|
type: "component";
|
|
15910
|
-
time: string;
|
|
15911
15846
|
id?: string | undefined;
|
|
15847
|
+
time?: string | undefined;
|
|
15912
15848
|
hideAvatar?: boolean | undefined;
|
|
15849
|
+
noSectionPadding?: boolean | undefined;
|
|
15913
15850
|
}) | {
|
|
15914
15851
|
message: string;
|
|
15915
15852
|
type: "user";
|
|
@@ -15922,8 +15859,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
15922
15859
|
text: string;
|
|
15923
15860
|
};
|
|
15924
15861
|
type: "bot";
|
|
15925
|
-
time: string;
|
|
15926
15862
|
id: string;
|
|
15863
|
+
time: string;
|
|
15927
15864
|
references: {
|
|
15928
15865
|
all: {
|
|
15929
15866
|
url: string;
|
|
@@ -16020,8 +15957,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
16020
15957
|
text: string;
|
|
16021
15958
|
};
|
|
16022
15959
|
type: "bot";
|
|
16023
|
-
time: string;
|
|
16024
15960
|
id: string;
|
|
15961
|
+
time: string;
|
|
16025
15962
|
references: {
|
|
16026
15963
|
all: {
|
|
16027
15964
|
url: string;
|
|
@@ -16805,8 +16742,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
16805
16742
|
text: string;
|
|
16806
16743
|
};
|
|
16807
16744
|
type: "bot";
|
|
16808
|
-
time: string;
|
|
16809
16745
|
id: string;
|
|
16746
|
+
time: string;
|
|
16810
16747
|
references: {
|
|
16811
16748
|
all: {
|
|
16812
16749
|
url: string;
|
|
@@ -16903,8 +16840,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
16903
16840
|
text: string;
|
|
16904
16841
|
};
|
|
16905
16842
|
type: "bot";
|
|
16906
|
-
time: string;
|
|
16907
16843
|
id: string;
|
|
16844
|
+
time: string;
|
|
16908
16845
|
references: {
|
|
16909
16846
|
all: {
|
|
16910
16847
|
url: string;
|
|
@@ -17687,8 +17624,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
17687
17624
|
text: string;
|
|
17688
17625
|
};
|
|
17689
17626
|
type: "bot";
|
|
17690
|
-
time: string;
|
|
17691
17627
|
id: string;
|
|
17628
|
+
time: string;
|
|
17692
17629
|
references: {
|
|
17693
17630
|
all: {
|
|
17694
17631
|
url: string;
|
|
@@ -17785,8 +17722,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
17785
17722
|
text: string;
|
|
17786
17723
|
};
|
|
17787
17724
|
type: "bot";
|
|
17788
|
-
time: string;
|
|
17789
17725
|
id: string;
|
|
17726
|
+
time: string;
|
|
17790
17727
|
references: {
|
|
17791
17728
|
all: {
|
|
17792
17729
|
url: string;
|
|
@@ -18026,59 +17963,42 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
18026
17963
|
}>,
|
|
18027
17964
|
z.ZodObject<{
|
|
18028
17965
|
componentName: z.ZodLiteral<"alva-init">;
|
|
18029
|
-
data: z.ZodObject<{
|
|
18030
|
-
enable: z.ZodBoolean;
|
|
18031
|
-
}, "strip", z.ZodTypeAny, {
|
|
18032
|
-
enable: boolean;
|
|
18033
|
-
}, {
|
|
18034
|
-
enable: boolean;
|
|
18035
|
-
}>;
|
|
17966
|
+
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
18036
17967
|
}, "strip", z.ZodTypeAny, {
|
|
18037
17968
|
componentName: "alva-init";
|
|
18038
|
-
data: {
|
|
18039
|
-
enable: boolean;
|
|
18040
|
-
};
|
|
17969
|
+
data: {};
|
|
18041
17970
|
}, {
|
|
18042
17971
|
componentName: "alva-init";
|
|
18043
|
-
data: {
|
|
18044
|
-
enable: boolean;
|
|
18045
|
-
};
|
|
17972
|
+
data: {};
|
|
18046
17973
|
}>,
|
|
18047
17974
|
z.ZodObject<{
|
|
18048
17975
|
componentName: z.ZodLiteral<"alva-score-survey">;
|
|
18049
|
-
data: z.ZodObject<{
|
|
18050
|
-
enable: z.ZodBoolean;
|
|
18051
|
-
}, "strip", z.ZodTypeAny, {
|
|
18052
|
-
enable: boolean;
|
|
18053
|
-
}, {
|
|
18054
|
-
enable: boolean;
|
|
18055
|
-
}>;
|
|
17976
|
+
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
18056
17977
|
}, "strip", z.ZodTypeAny, {
|
|
18057
17978
|
componentName: "alva-score-survey";
|
|
18058
|
-
data: {
|
|
18059
|
-
enable: boolean;
|
|
18060
|
-
};
|
|
17979
|
+
data: {};
|
|
18061
17980
|
}, {
|
|
18062
17981
|
componentName: "alva-score-survey";
|
|
18063
|
-
data: {
|
|
18064
|
-
enable: boolean;
|
|
18065
|
-
};
|
|
17982
|
+
data: {};
|
|
18066
17983
|
}>
|
|
18067
17984
|
]>, z.ZodObject<{
|
|
18068
17985
|
type: z.ZodLiteral<"component">;
|
|
18069
|
-
time: z.ZodString;
|
|
18070
17986
|
id: z.ZodOptional<z.ZodString>;
|
|
17987
|
+
time: z.ZodOptional<z.ZodString>;
|
|
18071
17988
|
hideAvatar: z.ZodOptional<z.ZodBoolean>;
|
|
17989
|
+
noSectionPadding: z.ZodOptional<z.ZodBoolean>;
|
|
18072
17990
|
}, "strip", z.ZodTypeAny, {
|
|
18073
17991
|
type: "component";
|
|
18074
|
-
time: string;
|
|
18075
17992
|
id?: string | undefined;
|
|
17993
|
+
time?: string | undefined;
|
|
18076
17994
|
hideAvatar?: boolean | undefined;
|
|
17995
|
+
noSectionPadding?: boolean | undefined;
|
|
18077
17996
|
}, {
|
|
18078
17997
|
type: "component";
|
|
18079
|
-
time: string;
|
|
18080
17998
|
id?: string | undefined;
|
|
17999
|
+
time?: string | undefined;
|
|
18081
18000
|
hideAvatar?: boolean | undefined;
|
|
18001
|
+
noSectionPadding?: boolean | undefined;
|
|
18082
18002
|
}>>
|
|
18083
18003
|
]>, "many">>;
|
|
18084
18004
|
after: z.ZodOptional<z.ZodArray<z.ZodUnion<[
|
|
@@ -18772,8 +18692,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
18772
18692
|
text: string;
|
|
18773
18693
|
};
|
|
18774
18694
|
type: "bot";
|
|
18775
|
-
time: string;
|
|
18776
18695
|
id: string;
|
|
18696
|
+
time: string;
|
|
18777
18697
|
references: {
|
|
18778
18698
|
all: {
|
|
18779
18699
|
url: string;
|
|
@@ -18870,8 +18790,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
18870
18790
|
text: string;
|
|
18871
18791
|
};
|
|
18872
18792
|
type: "bot";
|
|
18873
|
-
time: string;
|
|
18874
18793
|
id: string;
|
|
18794
|
+
time: string;
|
|
18875
18795
|
references: {
|
|
18876
18796
|
all: {
|
|
18877
18797
|
url: string;
|
|
@@ -19654,8 +19574,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
19654
19574
|
text: string;
|
|
19655
19575
|
};
|
|
19656
19576
|
type: "bot";
|
|
19657
|
-
time: string;
|
|
19658
19577
|
id: string;
|
|
19578
|
+
time: string;
|
|
19659
19579
|
references: {
|
|
19660
19580
|
all: {
|
|
19661
19581
|
url: string;
|
|
@@ -19752,8 +19672,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
19752
19672
|
text: string;
|
|
19753
19673
|
};
|
|
19754
19674
|
type: "bot";
|
|
19755
|
-
time: string;
|
|
19756
19675
|
id: string;
|
|
19676
|
+
time: string;
|
|
19757
19677
|
references: {
|
|
19758
19678
|
all: {
|
|
19759
19679
|
url: string;
|
|
@@ -19993,59 +19913,42 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
19993
19913
|
}>,
|
|
19994
19914
|
z.ZodObject<{
|
|
19995
19915
|
componentName: z.ZodLiteral<"alva-init">;
|
|
19996
|
-
data: z.ZodObject<{
|
|
19997
|
-
enable: z.ZodBoolean;
|
|
19998
|
-
}, "strip", z.ZodTypeAny, {
|
|
19999
|
-
enable: boolean;
|
|
20000
|
-
}, {
|
|
20001
|
-
enable: boolean;
|
|
20002
|
-
}>;
|
|
19916
|
+
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
20003
19917
|
}, "strip", z.ZodTypeAny, {
|
|
20004
19918
|
componentName: "alva-init";
|
|
20005
|
-
data: {
|
|
20006
|
-
enable: boolean;
|
|
20007
|
-
};
|
|
19919
|
+
data: {};
|
|
20008
19920
|
}, {
|
|
20009
19921
|
componentName: "alva-init";
|
|
20010
|
-
data: {
|
|
20011
|
-
enable: boolean;
|
|
20012
|
-
};
|
|
19922
|
+
data: {};
|
|
20013
19923
|
}>,
|
|
20014
19924
|
z.ZodObject<{
|
|
20015
19925
|
componentName: z.ZodLiteral<"alva-score-survey">;
|
|
20016
|
-
data: z.ZodObject<{
|
|
20017
|
-
enable: z.ZodBoolean;
|
|
20018
|
-
}, "strip", z.ZodTypeAny, {
|
|
20019
|
-
enable: boolean;
|
|
20020
|
-
}, {
|
|
20021
|
-
enable: boolean;
|
|
20022
|
-
}>;
|
|
19926
|
+
data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
20023
19927
|
}, "strip", z.ZodTypeAny, {
|
|
20024
19928
|
componentName: "alva-score-survey";
|
|
20025
|
-
data: {
|
|
20026
|
-
enable: boolean;
|
|
20027
|
-
};
|
|
19929
|
+
data: {};
|
|
20028
19930
|
}, {
|
|
20029
19931
|
componentName: "alva-score-survey";
|
|
20030
|
-
data: {
|
|
20031
|
-
enable: boolean;
|
|
20032
|
-
};
|
|
19932
|
+
data: {};
|
|
20033
19933
|
}>
|
|
20034
19934
|
]>, z.ZodObject<{
|
|
20035
19935
|
type: z.ZodLiteral<"component">;
|
|
20036
|
-
time: z.ZodString;
|
|
20037
19936
|
id: z.ZodOptional<z.ZodString>;
|
|
19937
|
+
time: z.ZodOptional<z.ZodString>;
|
|
20038
19938
|
hideAvatar: z.ZodOptional<z.ZodBoolean>;
|
|
19939
|
+
noSectionPadding: z.ZodOptional<z.ZodBoolean>;
|
|
20039
19940
|
}, "strip", z.ZodTypeAny, {
|
|
20040
19941
|
type: "component";
|
|
20041
|
-
time: string;
|
|
20042
19942
|
id?: string | undefined;
|
|
19943
|
+
time?: string | undefined;
|
|
20043
19944
|
hideAvatar?: boolean | undefined;
|
|
19945
|
+
noSectionPadding?: boolean | undefined;
|
|
20044
19946
|
}, {
|
|
20045
19947
|
type: "component";
|
|
20046
|
-
time: string;
|
|
20047
19948
|
id?: string | undefined;
|
|
19949
|
+
time?: string | undefined;
|
|
20048
19950
|
hideAvatar?: boolean | undefined;
|
|
19951
|
+
noSectionPadding?: boolean | undefined;
|
|
20049
19952
|
}>>
|
|
20050
19953
|
]>, "many">>;
|
|
20051
19954
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20074,19 +19977,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
20074
19977
|
};
|
|
20075
19978
|
} | {
|
|
20076
19979
|
componentName: "alva-init";
|
|
20077
|
-
data: {
|
|
20078
|
-
enable: boolean;
|
|
20079
|
-
};
|
|
19980
|
+
data: {};
|
|
20080
19981
|
} | {
|
|
20081
19982
|
componentName: "alva-score-survey";
|
|
20082
|
-
data: {
|
|
20083
|
-
enable: boolean;
|
|
20084
|
-
};
|
|
19983
|
+
data: {};
|
|
20085
19984
|
}) & {
|
|
20086
19985
|
type: "component";
|
|
20087
|
-
time: string;
|
|
20088
19986
|
id?: string | undefined;
|
|
19987
|
+
time?: string | undefined;
|
|
20089
19988
|
hideAvatar?: boolean | undefined;
|
|
19989
|
+
noSectionPadding?: boolean | undefined;
|
|
20090
19990
|
}) | {
|
|
20091
19991
|
message: string;
|
|
20092
19992
|
type: "user";
|
|
@@ -20099,8 +19999,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
20099
19999
|
text: string;
|
|
20100
20000
|
};
|
|
20101
20001
|
type: "bot";
|
|
20102
|
-
time: string;
|
|
20103
20002
|
id: string;
|
|
20003
|
+
time: string;
|
|
20104
20004
|
references: {
|
|
20105
20005
|
all: {
|
|
20106
20006
|
url: string;
|
|
@@ -20197,8 +20097,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
20197
20097
|
text: string;
|
|
20198
20098
|
};
|
|
20199
20099
|
type: "bot";
|
|
20200
|
-
time: string;
|
|
20201
20100
|
id: string;
|
|
20101
|
+
time: string;
|
|
20202
20102
|
references: {
|
|
20203
20103
|
all: {
|
|
20204
20104
|
url: string;
|
|
@@ -20314,19 +20214,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
20314
20214
|
};
|
|
20315
20215
|
} | {
|
|
20316
20216
|
componentName: "alva-init";
|
|
20317
|
-
data: {
|
|
20318
|
-
enable: boolean;
|
|
20319
|
-
};
|
|
20217
|
+
data: {};
|
|
20320
20218
|
} | {
|
|
20321
20219
|
componentName: "alva-score-survey";
|
|
20322
|
-
data: {
|
|
20323
|
-
enable: boolean;
|
|
20324
|
-
};
|
|
20220
|
+
data: {};
|
|
20325
20221
|
}) & {
|
|
20326
20222
|
type: "component";
|
|
20327
|
-
time: string;
|
|
20328
20223
|
id?: string | undefined;
|
|
20224
|
+
time?: string | undefined;
|
|
20329
20225
|
hideAvatar?: boolean | undefined;
|
|
20226
|
+
noSectionPadding?: boolean | undefined;
|
|
20330
20227
|
}) | {
|
|
20331
20228
|
message: string;
|
|
20332
20229
|
type: "user";
|
|
@@ -20339,8 +20236,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
20339
20236
|
text: string;
|
|
20340
20237
|
};
|
|
20341
20238
|
type: "bot";
|
|
20342
|
-
time: string;
|
|
20343
20239
|
id: string;
|
|
20240
|
+
time: string;
|
|
20344
20241
|
references: {
|
|
20345
20242
|
all: {
|
|
20346
20243
|
url: string;
|
|
@@ -20437,8 +20334,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
20437
20334
|
text: string;
|
|
20438
20335
|
};
|
|
20439
20336
|
type: "bot";
|
|
20440
|
-
time: string;
|
|
20441
20337
|
id: string;
|
|
20338
|
+
time: string;
|
|
20442
20339
|
references: {
|
|
20443
20340
|
all: {
|
|
20444
20341
|
url: string;
|
|
@@ -20555,19 +20452,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
20555
20452
|
};
|
|
20556
20453
|
} | {
|
|
20557
20454
|
componentName: "alva-init";
|
|
20558
|
-
data: {
|
|
20559
|
-
enable: boolean;
|
|
20560
|
-
};
|
|
20455
|
+
data: {};
|
|
20561
20456
|
} | {
|
|
20562
20457
|
componentName: "alva-score-survey";
|
|
20563
|
-
data: {
|
|
20564
|
-
enable: boolean;
|
|
20565
|
-
};
|
|
20458
|
+
data: {};
|
|
20566
20459
|
}) & {
|
|
20567
20460
|
type: "component";
|
|
20568
|
-
time: string;
|
|
20569
20461
|
id?: string | undefined;
|
|
20462
|
+
time?: string | undefined;
|
|
20570
20463
|
hideAvatar?: boolean | undefined;
|
|
20464
|
+
noSectionPadding?: boolean | undefined;
|
|
20571
20465
|
}) | {
|
|
20572
20466
|
message: string;
|
|
20573
20467
|
type: "user";
|
|
@@ -20580,8 +20474,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
20580
20474
|
text: string;
|
|
20581
20475
|
};
|
|
20582
20476
|
type: "bot";
|
|
20583
|
-
time: string;
|
|
20584
20477
|
id: string;
|
|
20478
|
+
time: string;
|
|
20585
20479
|
references: {
|
|
20586
20480
|
all: {
|
|
20587
20481
|
url: string;
|
|
@@ -20678,8 +20572,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
20678
20572
|
text: string;
|
|
20679
20573
|
};
|
|
20680
20574
|
type: "bot";
|
|
20681
|
-
time: string;
|
|
20682
20575
|
id: string;
|
|
20576
|
+
time: string;
|
|
20683
20577
|
references: {
|
|
20684
20578
|
all: {
|
|
20685
20579
|
url: string;
|
|
@@ -20795,19 +20689,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
20795
20689
|
};
|
|
20796
20690
|
} | {
|
|
20797
20691
|
componentName: "alva-init";
|
|
20798
|
-
data: {
|
|
20799
|
-
enable: boolean;
|
|
20800
|
-
};
|
|
20692
|
+
data: {};
|
|
20801
20693
|
} | {
|
|
20802
20694
|
componentName: "alva-score-survey";
|
|
20803
|
-
data: {
|
|
20804
|
-
enable: boolean;
|
|
20805
|
-
};
|
|
20695
|
+
data: {};
|
|
20806
20696
|
}) & {
|
|
20807
20697
|
type: "component";
|
|
20808
|
-
time: string;
|
|
20809
20698
|
id?: string | undefined;
|
|
20699
|
+
time?: string | undefined;
|
|
20810
20700
|
hideAvatar?: boolean | undefined;
|
|
20701
|
+
noSectionPadding?: boolean | undefined;
|
|
20811
20702
|
}) | {
|
|
20812
20703
|
message: string;
|
|
20813
20704
|
type: "user";
|
|
@@ -20820,8 +20711,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
20820
20711
|
text: string;
|
|
20821
20712
|
};
|
|
20822
20713
|
type: "bot";
|
|
20823
|
-
time: string;
|
|
20824
20714
|
id: string;
|
|
20715
|
+
time: string;
|
|
20825
20716
|
references: {
|
|
20826
20717
|
all: {
|
|
20827
20718
|
url: string;
|
|
@@ -20918,8 +20809,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
20918
20809
|
text: string;
|
|
20919
20810
|
};
|
|
20920
20811
|
type: "bot";
|
|
20921
|
-
time: string;
|
|
20922
20812
|
id: string;
|
|
20813
|
+
time: string;
|
|
20923
20814
|
references: {
|
|
20924
20815
|
all: {
|
|
20925
20816
|
url: string;
|
|
@@ -21038,19 +20929,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
21038
20929
|
};
|
|
21039
20930
|
} | {
|
|
21040
20931
|
componentName: "alva-init";
|
|
21041
|
-
data: {
|
|
21042
|
-
enable: boolean;
|
|
21043
|
-
};
|
|
20932
|
+
data: {};
|
|
21044
20933
|
} | {
|
|
21045
20934
|
componentName: "alva-score-survey";
|
|
21046
|
-
data: {
|
|
21047
|
-
enable: boolean;
|
|
21048
|
-
};
|
|
20935
|
+
data: {};
|
|
21049
20936
|
}) & {
|
|
21050
20937
|
type: "component";
|
|
21051
|
-
time: string;
|
|
21052
20938
|
id?: string | undefined;
|
|
20939
|
+
time?: string | undefined;
|
|
21053
20940
|
hideAvatar?: boolean | undefined;
|
|
20941
|
+
noSectionPadding?: boolean | undefined;
|
|
21054
20942
|
}) | {
|
|
21055
20943
|
message: string;
|
|
21056
20944
|
type: "user";
|
|
@@ -21063,8 +20951,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
21063
20951
|
text: string;
|
|
21064
20952
|
};
|
|
21065
20953
|
type: "bot";
|
|
21066
|
-
time: string;
|
|
21067
20954
|
id: string;
|
|
20955
|
+
time: string;
|
|
21068
20956
|
references: {
|
|
21069
20957
|
all: {
|
|
21070
20958
|
url: string;
|
|
@@ -21161,8 +21049,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
21161
21049
|
text: string;
|
|
21162
21050
|
};
|
|
21163
21051
|
type: "bot";
|
|
21164
|
-
time: string;
|
|
21165
21052
|
id: string;
|
|
21053
|
+
time: string;
|
|
21166
21054
|
references: {
|
|
21167
21055
|
all: {
|
|
21168
21056
|
url: string;
|
|
@@ -21278,19 +21166,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
21278
21166
|
};
|
|
21279
21167
|
} | {
|
|
21280
21168
|
componentName: "alva-init";
|
|
21281
|
-
data: {
|
|
21282
|
-
enable: boolean;
|
|
21283
|
-
};
|
|
21169
|
+
data: {};
|
|
21284
21170
|
} | {
|
|
21285
21171
|
componentName: "alva-score-survey";
|
|
21286
|
-
data: {
|
|
21287
|
-
enable: boolean;
|
|
21288
|
-
};
|
|
21172
|
+
data: {};
|
|
21289
21173
|
}) & {
|
|
21290
21174
|
type: "component";
|
|
21291
|
-
time: string;
|
|
21292
21175
|
id?: string | undefined;
|
|
21176
|
+
time?: string | undefined;
|
|
21293
21177
|
hideAvatar?: boolean | undefined;
|
|
21178
|
+
noSectionPadding?: boolean | undefined;
|
|
21294
21179
|
}) | {
|
|
21295
21180
|
message: string;
|
|
21296
21181
|
type: "user";
|
|
@@ -21303,8 +21188,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
21303
21188
|
text: string;
|
|
21304
21189
|
};
|
|
21305
21190
|
type: "bot";
|
|
21306
|
-
time: string;
|
|
21307
21191
|
id: string;
|
|
21192
|
+
time: string;
|
|
21308
21193
|
references: {
|
|
21309
21194
|
all: {
|
|
21310
21195
|
url: string;
|
|
@@ -21401,8 +21286,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
21401
21286
|
text: string;
|
|
21402
21287
|
};
|
|
21403
21288
|
type: "bot";
|
|
21404
|
-
time: string;
|
|
21405
21289
|
id: string;
|
|
21290
|
+
time: string;
|
|
21406
21291
|
references: {
|
|
21407
21292
|
all: {
|
|
21408
21293
|
url: string;
|
|
@@ -21520,19 +21405,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
21520
21405
|
};
|
|
21521
21406
|
} | {
|
|
21522
21407
|
componentName: "alva-init";
|
|
21523
|
-
data: {
|
|
21524
|
-
enable: boolean;
|
|
21525
|
-
};
|
|
21408
|
+
data: {};
|
|
21526
21409
|
} | {
|
|
21527
21410
|
componentName: "alva-score-survey";
|
|
21528
|
-
data: {
|
|
21529
|
-
enable: boolean;
|
|
21530
|
-
};
|
|
21411
|
+
data: {};
|
|
21531
21412
|
}) & {
|
|
21532
21413
|
type: "component";
|
|
21533
|
-
time: string;
|
|
21534
21414
|
id?: string | undefined;
|
|
21415
|
+
time?: string | undefined;
|
|
21535
21416
|
hideAvatar?: boolean | undefined;
|
|
21417
|
+
noSectionPadding?: boolean | undefined;
|
|
21536
21418
|
}) | {
|
|
21537
21419
|
message: string;
|
|
21538
21420
|
type: "user";
|
|
@@ -21545,8 +21427,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
21545
21427
|
text: string;
|
|
21546
21428
|
};
|
|
21547
21429
|
type: "bot";
|
|
21548
|
-
time: string;
|
|
21549
21430
|
id: string;
|
|
21431
|
+
time: string;
|
|
21550
21432
|
references: {
|
|
21551
21433
|
all: {
|
|
21552
21434
|
url: string;
|
|
@@ -21643,8 +21525,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
21643
21525
|
text: string;
|
|
21644
21526
|
};
|
|
21645
21527
|
type: "bot";
|
|
21646
|
-
time: string;
|
|
21647
21528
|
id: string;
|
|
21529
|
+
time: string;
|
|
21648
21530
|
references: {
|
|
21649
21531
|
all: {
|
|
21650
21532
|
url: string;
|
|
@@ -21760,19 +21642,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
21760
21642
|
};
|
|
21761
21643
|
} | {
|
|
21762
21644
|
componentName: "alva-init";
|
|
21763
|
-
data: {
|
|
21764
|
-
enable: boolean;
|
|
21765
|
-
};
|
|
21645
|
+
data: {};
|
|
21766
21646
|
} | {
|
|
21767
21647
|
componentName: "alva-score-survey";
|
|
21768
|
-
data: {
|
|
21769
|
-
enable: boolean;
|
|
21770
|
-
};
|
|
21648
|
+
data: {};
|
|
21771
21649
|
}) & {
|
|
21772
21650
|
type: "component";
|
|
21773
|
-
time: string;
|
|
21774
21651
|
id?: string | undefined;
|
|
21652
|
+
time?: string | undefined;
|
|
21775
21653
|
hideAvatar?: boolean | undefined;
|
|
21654
|
+
noSectionPadding?: boolean | undefined;
|
|
21776
21655
|
}) | {
|
|
21777
21656
|
message: string;
|
|
21778
21657
|
type: "user";
|
|
@@ -21785,8 +21664,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
21785
21664
|
text: string;
|
|
21786
21665
|
};
|
|
21787
21666
|
type: "bot";
|
|
21788
|
-
time: string;
|
|
21789
21667
|
id: string;
|
|
21668
|
+
time: string;
|
|
21790
21669
|
references: {
|
|
21791
21670
|
all: {
|
|
21792
21671
|
url: string;
|
|
@@ -21883,8 +21762,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
21883
21762
|
text: string;
|
|
21884
21763
|
};
|
|
21885
21764
|
type: "bot";
|
|
21886
|
-
time: string;
|
|
21887
21765
|
id: string;
|
|
21766
|
+
time: string;
|
|
21888
21767
|
references: {
|
|
21889
21768
|
all: {
|
|
21890
21769
|
url: string;
|
|
@@ -22001,19 +21880,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22001
21880
|
};
|
|
22002
21881
|
} | {
|
|
22003
21882
|
componentName: "alva-init";
|
|
22004
|
-
data: {
|
|
22005
|
-
enable: boolean;
|
|
22006
|
-
};
|
|
21883
|
+
data: {};
|
|
22007
21884
|
} | {
|
|
22008
21885
|
componentName: "alva-score-survey";
|
|
22009
|
-
data: {
|
|
22010
|
-
enable: boolean;
|
|
22011
|
-
};
|
|
21886
|
+
data: {};
|
|
22012
21887
|
}) & {
|
|
22013
21888
|
type: "component";
|
|
22014
|
-
time: string;
|
|
22015
21889
|
id?: string | undefined;
|
|
21890
|
+
time?: string | undefined;
|
|
22016
21891
|
hideAvatar?: boolean | undefined;
|
|
21892
|
+
noSectionPadding?: boolean | undefined;
|
|
22017
21893
|
}) | {
|
|
22018
21894
|
message: string;
|
|
22019
21895
|
type: "user";
|
|
@@ -22026,8 +21902,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22026
21902
|
text: string;
|
|
22027
21903
|
};
|
|
22028
21904
|
type: "bot";
|
|
22029
|
-
time: string;
|
|
22030
21905
|
id: string;
|
|
21906
|
+
time: string;
|
|
22031
21907
|
references: {
|
|
22032
21908
|
all: {
|
|
22033
21909
|
url: string;
|
|
@@ -22124,8 +22000,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22124
22000
|
text: string;
|
|
22125
22001
|
};
|
|
22126
22002
|
type: "bot";
|
|
22127
|
-
time: string;
|
|
22128
22003
|
id: string;
|
|
22004
|
+
time: string;
|
|
22129
22005
|
references: {
|
|
22130
22006
|
all: {
|
|
22131
22007
|
url: string;
|
|
@@ -22243,19 +22119,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22243
22119
|
};
|
|
22244
22120
|
} | {
|
|
22245
22121
|
componentName: "alva-init";
|
|
22246
|
-
data: {
|
|
22247
|
-
enable: boolean;
|
|
22248
|
-
};
|
|
22122
|
+
data: {};
|
|
22249
22123
|
} | {
|
|
22250
22124
|
componentName: "alva-score-survey";
|
|
22251
|
-
data: {
|
|
22252
|
-
enable: boolean;
|
|
22253
|
-
};
|
|
22125
|
+
data: {};
|
|
22254
22126
|
}) & {
|
|
22255
22127
|
type: "component";
|
|
22256
|
-
time: string;
|
|
22257
22128
|
id?: string | undefined;
|
|
22129
|
+
time?: string | undefined;
|
|
22258
22130
|
hideAvatar?: boolean | undefined;
|
|
22131
|
+
noSectionPadding?: boolean | undefined;
|
|
22259
22132
|
}) | {
|
|
22260
22133
|
message: string;
|
|
22261
22134
|
type: "user";
|
|
@@ -22268,8 +22141,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22268
22141
|
text: string;
|
|
22269
22142
|
};
|
|
22270
22143
|
type: "bot";
|
|
22271
|
-
time: string;
|
|
22272
22144
|
id: string;
|
|
22145
|
+
time: string;
|
|
22273
22146
|
references: {
|
|
22274
22147
|
all: {
|
|
22275
22148
|
url: string;
|
|
@@ -22366,8 +22239,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22366
22239
|
text: string;
|
|
22367
22240
|
};
|
|
22368
22241
|
type: "bot";
|
|
22369
|
-
time: string;
|
|
22370
22242
|
id: string;
|
|
22243
|
+
time: string;
|
|
22371
22244
|
references: {
|
|
22372
22245
|
all: {
|
|
22373
22246
|
url: string;
|
|
@@ -22483,19 +22356,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22483
22356
|
};
|
|
22484
22357
|
} | {
|
|
22485
22358
|
componentName: "alva-init";
|
|
22486
|
-
data: {
|
|
22487
|
-
enable: boolean;
|
|
22488
|
-
};
|
|
22359
|
+
data: {};
|
|
22489
22360
|
} | {
|
|
22490
22361
|
componentName: "alva-score-survey";
|
|
22491
|
-
data: {
|
|
22492
|
-
enable: boolean;
|
|
22493
|
-
};
|
|
22362
|
+
data: {};
|
|
22494
22363
|
}) & {
|
|
22495
22364
|
type: "component";
|
|
22496
|
-
time: string;
|
|
22497
22365
|
id?: string | undefined;
|
|
22366
|
+
time?: string | undefined;
|
|
22498
22367
|
hideAvatar?: boolean | undefined;
|
|
22368
|
+
noSectionPadding?: boolean | undefined;
|
|
22499
22369
|
}) | {
|
|
22500
22370
|
message: string;
|
|
22501
22371
|
type: "user";
|
|
@@ -22508,8 +22378,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22508
22378
|
text: string;
|
|
22509
22379
|
};
|
|
22510
22380
|
type: "bot";
|
|
22511
|
-
time: string;
|
|
22512
22381
|
id: string;
|
|
22382
|
+
time: string;
|
|
22513
22383
|
references: {
|
|
22514
22384
|
all: {
|
|
22515
22385
|
url: string;
|
|
@@ -22606,8 +22476,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22606
22476
|
text: string;
|
|
22607
22477
|
};
|
|
22608
22478
|
type: "bot";
|
|
22609
|
-
time: string;
|
|
22610
22479
|
id: string;
|
|
22480
|
+
time: string;
|
|
22611
22481
|
references: {
|
|
22612
22482
|
all: {
|
|
22613
22483
|
url: string;
|
|
@@ -22725,19 +22595,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22725
22595
|
};
|
|
22726
22596
|
} | {
|
|
22727
22597
|
componentName: "alva-init";
|
|
22728
|
-
data: {
|
|
22729
|
-
enable: boolean;
|
|
22730
|
-
};
|
|
22598
|
+
data: {};
|
|
22731
22599
|
} | {
|
|
22732
22600
|
componentName: "alva-score-survey";
|
|
22733
|
-
data: {
|
|
22734
|
-
enable: boolean;
|
|
22735
|
-
};
|
|
22601
|
+
data: {};
|
|
22736
22602
|
}) & {
|
|
22737
22603
|
type: "component";
|
|
22738
|
-
time: string;
|
|
22739
22604
|
id?: string | undefined;
|
|
22605
|
+
time?: string | undefined;
|
|
22740
22606
|
hideAvatar?: boolean | undefined;
|
|
22607
|
+
noSectionPadding?: boolean | undefined;
|
|
22741
22608
|
}) | {
|
|
22742
22609
|
message: string;
|
|
22743
22610
|
type: "user";
|
|
@@ -22750,8 +22617,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22750
22617
|
text: string;
|
|
22751
22618
|
};
|
|
22752
22619
|
type: "bot";
|
|
22753
|
-
time: string;
|
|
22754
22620
|
id: string;
|
|
22621
|
+
time: string;
|
|
22755
22622
|
references: {
|
|
22756
22623
|
all: {
|
|
22757
22624
|
url: string;
|
|
@@ -22848,8 +22715,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22848
22715
|
text: string;
|
|
22849
22716
|
};
|
|
22850
22717
|
type: "bot";
|
|
22851
|
-
time: string;
|
|
22852
22718
|
id: string;
|
|
22719
|
+
time: string;
|
|
22853
22720
|
references: {
|
|
22854
22721
|
all: {
|
|
22855
22722
|
url: string;
|
|
@@ -22965,19 +22832,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22965
22832
|
};
|
|
22966
22833
|
} | {
|
|
22967
22834
|
componentName: "alva-init";
|
|
22968
|
-
data: {
|
|
22969
|
-
enable: boolean;
|
|
22970
|
-
};
|
|
22835
|
+
data: {};
|
|
22971
22836
|
} | {
|
|
22972
22837
|
componentName: "alva-score-survey";
|
|
22973
|
-
data: {
|
|
22974
|
-
enable: boolean;
|
|
22975
|
-
};
|
|
22838
|
+
data: {};
|
|
22976
22839
|
}) & {
|
|
22977
22840
|
type: "component";
|
|
22978
|
-
time: string;
|
|
22979
22841
|
id?: string | undefined;
|
|
22842
|
+
time?: string | undefined;
|
|
22980
22843
|
hideAvatar?: boolean | undefined;
|
|
22844
|
+
noSectionPadding?: boolean | undefined;
|
|
22981
22845
|
}) | {
|
|
22982
22846
|
message: string;
|
|
22983
22847
|
type: "user";
|
|
@@ -22990,8 +22854,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
22990
22854
|
text: string;
|
|
22991
22855
|
};
|
|
22992
22856
|
type: "bot";
|
|
22993
|
-
time: string;
|
|
22994
22857
|
id: string;
|
|
22858
|
+
time: string;
|
|
22995
22859
|
references: {
|
|
22996
22860
|
all: {
|
|
22997
22861
|
url: string;
|
|
@@ -23088,8 +22952,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
23088
22952
|
text: string;
|
|
23089
22953
|
};
|
|
23090
22954
|
type: "bot";
|
|
23091
|
-
time: string;
|
|
23092
22955
|
id: string;
|
|
22956
|
+
time: string;
|
|
23093
22957
|
references: {
|
|
23094
22958
|
all: {
|
|
23095
22959
|
url: string;
|
|
@@ -23206,19 +23070,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
23206
23070
|
};
|
|
23207
23071
|
} | {
|
|
23208
23072
|
componentName: "alva-init";
|
|
23209
|
-
data: {
|
|
23210
|
-
enable: boolean;
|
|
23211
|
-
};
|
|
23073
|
+
data: {};
|
|
23212
23074
|
} | {
|
|
23213
23075
|
componentName: "alva-score-survey";
|
|
23214
|
-
data: {
|
|
23215
|
-
enable: boolean;
|
|
23216
|
-
};
|
|
23076
|
+
data: {};
|
|
23217
23077
|
}) & {
|
|
23218
23078
|
type: "component";
|
|
23219
|
-
time: string;
|
|
23220
23079
|
id?: string | undefined;
|
|
23080
|
+
time?: string | undefined;
|
|
23221
23081
|
hideAvatar?: boolean | undefined;
|
|
23082
|
+
noSectionPadding?: boolean | undefined;
|
|
23222
23083
|
}) | {
|
|
23223
23084
|
message: string;
|
|
23224
23085
|
type: "user";
|
|
@@ -23231,8 +23092,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
23231
23092
|
text: string;
|
|
23232
23093
|
};
|
|
23233
23094
|
type: "bot";
|
|
23234
|
-
time: string;
|
|
23235
23095
|
id: string;
|
|
23096
|
+
time: string;
|
|
23236
23097
|
references: {
|
|
23237
23098
|
all: {
|
|
23238
23099
|
url: string;
|
|
@@ -23329,8 +23190,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
23329
23190
|
text: string;
|
|
23330
23191
|
};
|
|
23331
23192
|
type: "bot";
|
|
23332
|
-
time: string;
|
|
23333
23193
|
id: string;
|
|
23194
|
+
time: string;
|
|
23334
23195
|
references: {
|
|
23335
23196
|
all: {
|
|
23336
23197
|
url: string;
|
|
@@ -23983,19 +23844,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
23983
23844
|
};
|
|
23984
23845
|
} | {
|
|
23985
23846
|
componentName: "alva-init";
|
|
23986
|
-
data: {
|
|
23987
|
-
enable: boolean;
|
|
23988
|
-
};
|
|
23847
|
+
data: {};
|
|
23989
23848
|
} | {
|
|
23990
23849
|
componentName: "alva-score-survey";
|
|
23991
|
-
data: {
|
|
23992
|
-
enable: boolean;
|
|
23993
|
-
};
|
|
23850
|
+
data: {};
|
|
23994
23851
|
}) & {
|
|
23995
23852
|
type: "component";
|
|
23996
|
-
time: string;
|
|
23997
23853
|
id?: string | undefined;
|
|
23854
|
+
time?: string | undefined;
|
|
23998
23855
|
hideAvatar?: boolean | undefined;
|
|
23856
|
+
noSectionPadding?: boolean | undefined;
|
|
23999
23857
|
}) | {
|
|
24000
23858
|
message: string;
|
|
24001
23859
|
type: "user";
|
|
@@ -24008,8 +23866,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24008
23866
|
text: string;
|
|
24009
23867
|
};
|
|
24010
23868
|
type: "bot";
|
|
24011
|
-
time: string;
|
|
24012
23869
|
id: string;
|
|
23870
|
+
time: string;
|
|
24013
23871
|
references: {
|
|
24014
23872
|
all: {
|
|
24015
23873
|
url: string;
|
|
@@ -24106,8 +23964,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24106
23964
|
text: string;
|
|
24107
23965
|
};
|
|
24108
23966
|
type: "bot";
|
|
24109
|
-
time: string;
|
|
24110
23967
|
id: string;
|
|
23968
|
+
time: string;
|
|
24111
23969
|
references: {
|
|
24112
23970
|
all: {
|
|
24113
23971
|
url: string;
|
|
@@ -24223,19 +24081,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24223
24081
|
};
|
|
24224
24082
|
} | {
|
|
24225
24083
|
componentName: "alva-init";
|
|
24226
|
-
data: {
|
|
24227
|
-
enable: boolean;
|
|
24228
|
-
};
|
|
24084
|
+
data: {};
|
|
24229
24085
|
} | {
|
|
24230
24086
|
componentName: "alva-score-survey";
|
|
24231
|
-
data: {
|
|
24232
|
-
enable: boolean;
|
|
24233
|
-
};
|
|
24087
|
+
data: {};
|
|
24234
24088
|
}) & {
|
|
24235
24089
|
type: "component";
|
|
24236
|
-
time: string;
|
|
24237
24090
|
id?: string | undefined;
|
|
24091
|
+
time?: string | undefined;
|
|
24238
24092
|
hideAvatar?: boolean | undefined;
|
|
24093
|
+
noSectionPadding?: boolean | undefined;
|
|
24239
24094
|
}) | {
|
|
24240
24095
|
message: string;
|
|
24241
24096
|
type: "user";
|
|
@@ -24248,8 +24103,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24248
24103
|
text: string;
|
|
24249
24104
|
};
|
|
24250
24105
|
type: "bot";
|
|
24251
|
-
time: string;
|
|
24252
24106
|
id: string;
|
|
24107
|
+
time: string;
|
|
24253
24108
|
references: {
|
|
24254
24109
|
all: {
|
|
24255
24110
|
url: string;
|
|
@@ -24346,8 +24201,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24346
24201
|
text: string;
|
|
24347
24202
|
};
|
|
24348
24203
|
type: "bot";
|
|
24349
|
-
time: string;
|
|
24350
24204
|
id: string;
|
|
24205
|
+
time: string;
|
|
24351
24206
|
references: {
|
|
24352
24207
|
all: {
|
|
24353
24208
|
url: string;
|
|
@@ -24465,19 +24320,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24465
24320
|
};
|
|
24466
24321
|
} | {
|
|
24467
24322
|
componentName: "alva-init";
|
|
24468
|
-
data: {
|
|
24469
|
-
enable: boolean;
|
|
24470
|
-
};
|
|
24323
|
+
data: {};
|
|
24471
24324
|
} | {
|
|
24472
24325
|
componentName: "alva-score-survey";
|
|
24473
|
-
data: {
|
|
24474
|
-
enable: boolean;
|
|
24475
|
-
};
|
|
24326
|
+
data: {};
|
|
24476
24327
|
}) & {
|
|
24477
24328
|
type: "component";
|
|
24478
|
-
time: string;
|
|
24479
24329
|
id?: string | undefined;
|
|
24330
|
+
time?: string | undefined;
|
|
24480
24331
|
hideAvatar?: boolean | undefined;
|
|
24332
|
+
noSectionPadding?: boolean | undefined;
|
|
24481
24333
|
}) | {
|
|
24482
24334
|
message: string;
|
|
24483
24335
|
type: "user";
|
|
@@ -24490,8 +24342,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24490
24342
|
text: string;
|
|
24491
24343
|
};
|
|
24492
24344
|
type: "bot";
|
|
24493
|
-
time: string;
|
|
24494
24345
|
id: string;
|
|
24346
|
+
time: string;
|
|
24495
24347
|
references: {
|
|
24496
24348
|
all: {
|
|
24497
24349
|
url: string;
|
|
@@ -24588,8 +24440,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24588
24440
|
text: string;
|
|
24589
24441
|
};
|
|
24590
24442
|
type: "bot";
|
|
24591
|
-
time: string;
|
|
24592
24443
|
id: string;
|
|
24444
|
+
time: string;
|
|
24593
24445
|
references: {
|
|
24594
24446
|
all: {
|
|
24595
24447
|
url: string;
|
|
@@ -24705,19 +24557,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24705
24557
|
};
|
|
24706
24558
|
} | {
|
|
24707
24559
|
componentName: "alva-init";
|
|
24708
|
-
data: {
|
|
24709
|
-
enable: boolean;
|
|
24710
|
-
};
|
|
24560
|
+
data: {};
|
|
24711
24561
|
} | {
|
|
24712
24562
|
componentName: "alva-score-survey";
|
|
24713
|
-
data: {
|
|
24714
|
-
enable: boolean;
|
|
24715
|
-
};
|
|
24563
|
+
data: {};
|
|
24716
24564
|
}) & {
|
|
24717
24565
|
type: "component";
|
|
24718
|
-
time: string;
|
|
24719
24566
|
id?: string | undefined;
|
|
24567
|
+
time?: string | undefined;
|
|
24720
24568
|
hideAvatar?: boolean | undefined;
|
|
24569
|
+
noSectionPadding?: boolean | undefined;
|
|
24721
24570
|
}) | {
|
|
24722
24571
|
message: string;
|
|
24723
24572
|
type: "user";
|
|
@@ -24730,8 +24579,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24730
24579
|
text: string;
|
|
24731
24580
|
};
|
|
24732
24581
|
type: "bot";
|
|
24733
|
-
time: string;
|
|
24734
24582
|
id: string;
|
|
24583
|
+
time: string;
|
|
24735
24584
|
references: {
|
|
24736
24585
|
all: {
|
|
24737
24586
|
url: string;
|
|
@@ -24828,8 +24677,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24828
24677
|
text: string;
|
|
24829
24678
|
};
|
|
24830
24679
|
type: "bot";
|
|
24831
|
-
time: string;
|
|
24832
24680
|
id: string;
|
|
24681
|
+
time: string;
|
|
24833
24682
|
references: {
|
|
24834
24683
|
all: {
|
|
24835
24684
|
url: string;
|
|
@@ -24946,19 +24795,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24946
24795
|
};
|
|
24947
24796
|
} | {
|
|
24948
24797
|
componentName: "alva-init";
|
|
24949
|
-
data: {
|
|
24950
|
-
enable: boolean;
|
|
24951
|
-
};
|
|
24798
|
+
data: {};
|
|
24952
24799
|
} | {
|
|
24953
24800
|
componentName: "alva-score-survey";
|
|
24954
|
-
data: {
|
|
24955
|
-
enable: boolean;
|
|
24956
|
-
};
|
|
24801
|
+
data: {};
|
|
24957
24802
|
}) & {
|
|
24958
24803
|
type: "component";
|
|
24959
|
-
time: string;
|
|
24960
24804
|
id?: string | undefined;
|
|
24805
|
+
time?: string | undefined;
|
|
24961
24806
|
hideAvatar?: boolean | undefined;
|
|
24807
|
+
noSectionPadding?: boolean | undefined;
|
|
24962
24808
|
}) | {
|
|
24963
24809
|
message: string;
|
|
24964
24810
|
type: "user";
|
|
@@ -24971,8 +24817,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
24971
24817
|
text: string;
|
|
24972
24818
|
};
|
|
24973
24819
|
type: "bot";
|
|
24974
|
-
time: string;
|
|
24975
24820
|
id: string;
|
|
24821
|
+
time: string;
|
|
24976
24822
|
references: {
|
|
24977
24823
|
all: {
|
|
24978
24824
|
url: string;
|
|
@@ -25069,8 +24915,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
25069
24915
|
text: string;
|
|
25070
24916
|
};
|
|
25071
24917
|
type: "bot";
|
|
25072
|
-
time: string;
|
|
25073
24918
|
id: string;
|
|
24919
|
+
time: string;
|
|
25074
24920
|
references: {
|
|
25075
24921
|
all: {
|
|
25076
24922
|
url: string;
|
|
@@ -25723,19 +25569,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
25723
25569
|
};
|
|
25724
25570
|
} | {
|
|
25725
25571
|
componentName: "alva-init";
|
|
25726
|
-
data: {
|
|
25727
|
-
enable: boolean;
|
|
25728
|
-
};
|
|
25572
|
+
data: {};
|
|
25729
25573
|
} | {
|
|
25730
25574
|
componentName: "alva-score-survey";
|
|
25731
|
-
data: {
|
|
25732
|
-
enable: boolean;
|
|
25733
|
-
};
|
|
25575
|
+
data: {};
|
|
25734
25576
|
}) & {
|
|
25735
25577
|
type: "component";
|
|
25736
|
-
time: string;
|
|
25737
25578
|
id?: string | undefined;
|
|
25579
|
+
time?: string | undefined;
|
|
25738
25580
|
hideAvatar?: boolean | undefined;
|
|
25581
|
+
noSectionPadding?: boolean | undefined;
|
|
25739
25582
|
}) | {
|
|
25740
25583
|
message: string;
|
|
25741
25584
|
type: "user";
|
|
@@ -25748,8 +25591,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
25748
25591
|
text: string;
|
|
25749
25592
|
};
|
|
25750
25593
|
type: "bot";
|
|
25751
|
-
time: string;
|
|
25752
25594
|
id: string;
|
|
25595
|
+
time: string;
|
|
25753
25596
|
references: {
|
|
25754
25597
|
all: {
|
|
25755
25598
|
url: string;
|
|
@@ -25846,8 +25689,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
25846
25689
|
text: string;
|
|
25847
25690
|
};
|
|
25848
25691
|
type: "bot";
|
|
25849
|
-
time: string;
|
|
25850
25692
|
id: string;
|
|
25693
|
+
time: string;
|
|
25851
25694
|
references: {
|
|
25852
25695
|
all: {
|
|
25853
25696
|
url: string;
|
|
@@ -25963,19 +25806,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
25963
25806
|
};
|
|
25964
25807
|
} | {
|
|
25965
25808
|
componentName: "alva-init";
|
|
25966
|
-
data: {
|
|
25967
|
-
enable: boolean;
|
|
25968
|
-
};
|
|
25809
|
+
data: {};
|
|
25969
25810
|
} | {
|
|
25970
25811
|
componentName: "alva-score-survey";
|
|
25971
|
-
data: {
|
|
25972
|
-
enable: boolean;
|
|
25973
|
-
};
|
|
25812
|
+
data: {};
|
|
25974
25813
|
}) & {
|
|
25975
25814
|
type: "component";
|
|
25976
|
-
time: string;
|
|
25977
25815
|
id?: string | undefined;
|
|
25816
|
+
time?: string | undefined;
|
|
25978
25817
|
hideAvatar?: boolean | undefined;
|
|
25818
|
+
noSectionPadding?: boolean | undefined;
|
|
25979
25819
|
}) | {
|
|
25980
25820
|
message: string;
|
|
25981
25821
|
type: "user";
|
|
@@ -25988,8 +25828,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
25988
25828
|
text: string;
|
|
25989
25829
|
};
|
|
25990
25830
|
type: "bot";
|
|
25991
|
-
time: string;
|
|
25992
25831
|
id: string;
|
|
25832
|
+
time: string;
|
|
25993
25833
|
references: {
|
|
25994
25834
|
all: {
|
|
25995
25835
|
url: string;
|
|
@@ -26086,8 +25926,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
26086
25926
|
text: string;
|
|
26087
25927
|
};
|
|
26088
25928
|
type: "bot";
|
|
26089
|
-
time: string;
|
|
26090
25929
|
id: string;
|
|
25930
|
+
time: string;
|
|
26091
25931
|
references: {
|
|
26092
25932
|
all: {
|
|
26093
25933
|
url: string;
|
|
@@ -26205,19 +26045,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
26205
26045
|
};
|
|
26206
26046
|
} | {
|
|
26207
26047
|
componentName: "alva-init";
|
|
26208
|
-
data: {
|
|
26209
|
-
enable: boolean;
|
|
26210
|
-
};
|
|
26048
|
+
data: {};
|
|
26211
26049
|
} | {
|
|
26212
26050
|
componentName: "alva-score-survey";
|
|
26213
|
-
data: {
|
|
26214
|
-
enable: boolean;
|
|
26215
|
-
};
|
|
26051
|
+
data: {};
|
|
26216
26052
|
}) & {
|
|
26217
26053
|
type: "component";
|
|
26218
|
-
time: string;
|
|
26219
26054
|
id?: string | undefined;
|
|
26055
|
+
time?: string | undefined;
|
|
26220
26056
|
hideAvatar?: boolean | undefined;
|
|
26057
|
+
noSectionPadding?: boolean | undefined;
|
|
26221
26058
|
}) | {
|
|
26222
26059
|
message: string;
|
|
26223
26060
|
type: "user";
|
|
@@ -26230,8 +26067,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
26230
26067
|
text: string;
|
|
26231
26068
|
};
|
|
26232
26069
|
type: "bot";
|
|
26233
|
-
time: string;
|
|
26234
26070
|
id: string;
|
|
26071
|
+
time: string;
|
|
26235
26072
|
references: {
|
|
26236
26073
|
all: {
|
|
26237
26074
|
url: string;
|
|
@@ -26328,8 +26165,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
26328
26165
|
text: string;
|
|
26329
26166
|
};
|
|
26330
26167
|
type: "bot";
|
|
26331
|
-
time: string;
|
|
26332
26168
|
id: string;
|
|
26169
|
+
time: string;
|
|
26333
26170
|
references: {
|
|
26334
26171
|
all: {
|
|
26335
26172
|
url: string;
|
|
@@ -26445,19 +26282,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
26445
26282
|
};
|
|
26446
26283
|
} | {
|
|
26447
26284
|
componentName: "alva-init";
|
|
26448
|
-
data: {
|
|
26449
|
-
enable: boolean;
|
|
26450
|
-
};
|
|
26285
|
+
data: {};
|
|
26451
26286
|
} | {
|
|
26452
26287
|
componentName: "alva-score-survey";
|
|
26453
|
-
data: {
|
|
26454
|
-
enable: boolean;
|
|
26455
|
-
};
|
|
26288
|
+
data: {};
|
|
26456
26289
|
}) & {
|
|
26457
26290
|
type: "component";
|
|
26458
|
-
time: string;
|
|
26459
26291
|
id?: string | undefined;
|
|
26292
|
+
time?: string | undefined;
|
|
26460
26293
|
hideAvatar?: boolean | undefined;
|
|
26294
|
+
noSectionPadding?: boolean | undefined;
|
|
26461
26295
|
}) | {
|
|
26462
26296
|
message: string;
|
|
26463
26297
|
type: "user";
|
|
@@ -26470,8 +26304,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
26470
26304
|
text: string;
|
|
26471
26305
|
};
|
|
26472
26306
|
type: "bot";
|
|
26473
|
-
time: string;
|
|
26474
26307
|
id: string;
|
|
26308
|
+
time: string;
|
|
26475
26309
|
references: {
|
|
26476
26310
|
all: {
|
|
26477
26311
|
url: string;
|
|
@@ -26568,8 +26402,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
26568
26402
|
text: string;
|
|
26569
26403
|
};
|
|
26570
26404
|
type: "bot";
|
|
26571
|
-
time: string;
|
|
26572
26405
|
id: string;
|
|
26406
|
+
time: string;
|
|
26573
26407
|
references: {
|
|
26574
26408
|
all: {
|
|
26575
26409
|
url: string;
|
|
@@ -26686,19 +26520,16 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
26686
26520
|
};
|
|
26687
26521
|
} | {
|
|
26688
26522
|
componentName: "alva-init";
|
|
26689
|
-
data: {
|
|
26690
|
-
enable: boolean;
|
|
26691
|
-
};
|
|
26523
|
+
data: {};
|
|
26692
26524
|
} | {
|
|
26693
26525
|
componentName: "alva-score-survey";
|
|
26694
|
-
data: {
|
|
26695
|
-
enable: boolean;
|
|
26696
|
-
};
|
|
26526
|
+
data: {};
|
|
26697
26527
|
}) & {
|
|
26698
26528
|
type: "component";
|
|
26699
|
-
time: string;
|
|
26700
26529
|
id?: string | undefined;
|
|
26530
|
+
time?: string | undefined;
|
|
26701
26531
|
hideAvatar?: boolean | undefined;
|
|
26532
|
+
noSectionPadding?: boolean | undefined;
|
|
26702
26533
|
}) | {
|
|
26703
26534
|
message: string;
|
|
26704
26535
|
type: "user";
|
|
@@ -26711,8 +26542,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
26711
26542
|
text: string;
|
|
26712
26543
|
};
|
|
26713
26544
|
type: "bot";
|
|
26714
|
-
time: string;
|
|
26715
26545
|
id: string;
|
|
26546
|
+
time: string;
|
|
26716
26547
|
references: {
|
|
26717
26548
|
all: {
|
|
26718
26549
|
url: string;
|
|
@@ -26809,8 +26640,8 @@ export declare const chatConfigSchema: z.ZodObject<{
|
|
|
26809
26640
|
text: string;
|
|
26810
26641
|
};
|
|
26811
26642
|
type: "bot";
|
|
26812
|
-
time: string;
|
|
26813
26643
|
id: string;
|
|
26644
|
+
time: string;
|
|
26814
26645
|
references: {
|
|
26815
26646
|
all: {
|
|
26816
26647
|
url: string;
|