@liip/liipgpt 3.3.0 → 3.3.2

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.
Files changed (32) hide show
  1. package/button/liipgpt-button.iife.js +16 -16
  2. package/chat/liipgpt-chat.iife.js +53 -54
  3. package/config/index.cjs +6 -8
  4. package/config/index.d.ts +256 -417
  5. package/config/index.js +6 -8
  6. package/configurator/_app/env.js +1 -1
  7. package/configurator/_app/immutable/chunks/{Br-58faA.js → BHyoBcMB.js} +1 -1
  8. package/configurator/_app/immutable/chunks/Bwlnp1Fv.js +3 -0
  9. package/configurator/_app/immutable/chunks/{03vg6Qp7.js → C8ORMuNm.js} +1 -1
  10. package/configurator/_app/immutable/chunks/DEfNJr1d.js +1 -0
  11. package/configurator/_app/immutable/chunks/DShclvIF.js +116 -0
  12. package/configurator/_app/immutable/chunks/{CROVZbk3.js → Dzs3iOAP.js} +1 -1
  13. package/configurator/_app/immutable/chunks/{DSyPh3A4.js → KwlzJn94.js} +1 -1
  14. package/configurator/_app/immutable/chunks/{DZwn2NPr.js → bzMFxNOM.js} +1 -1
  15. package/configurator/_app/immutable/chunks/{C6XdV3Lv.js → tg4KZpKp.js} +1 -1
  16. package/configurator/_app/immutable/entry/{app.DCKqR20T.js → app.wS03Lw9v.js} +2 -2
  17. package/configurator/_app/immutable/entry/start.DC6usZVj.js +1 -0
  18. package/configurator/_app/immutable/nodes/{0.bJp16ZWw.js → 0.B1_BHoHM.js} +5 -7
  19. package/configurator/_app/immutable/nodes/{1.MUQxcZbH.js → 1.Qf-3txMY.js} +1 -1
  20. package/configurator/_app/immutable/nodes/{2.BtbFsQ_S.js → 2.QF2vvVAB.js} +6 -6
  21. package/configurator/_app/immutable/nodes/{3.FvTTpqZ0.js → 3.y9o-F-NC.js} +1 -1
  22. package/configurator/_app/version.json +1 -1
  23. package/configurator/index.html +6 -6
  24. package/configurator/sidebar.html +6 -6
  25. package/index.cjs +28 -13
  26. package/index.d.ts +3794 -4311
  27. package/index.js +28 -13
  28. package/package.json +1 -1
  29. package/configurator/_app/immutable/chunks/BE9gm6hD.js +0 -3
  30. package/configurator/_app/immutable/chunks/DKF3ACGN.js +0 -117
  31. package/configurator/_app/immutable/chunks/DNlyCRHN.js +0 -1
  32. package/configurator/_app/immutable/entry/start.BVpSXwgq.js +0 -1
package/config/index.d.ts CHANGED
@@ -1790,6 +1790,7 @@ declare const translationSchema: z.ZodObject<{
1790
1790
  ariaSettings: z.ZodString;
1791
1791
  ariaSettingsRegion: z.ZodString;
1792
1792
  ariaReferencesRegion: z.ZodString;
1793
+ ariaOpensInNewTab: z.ZodString;
1793
1794
  ariaFlyoutRegion: z.ZodString;
1794
1795
  ariaSelected: z.ZodString;
1795
1796
  ariaUnselected: z.ZodString;
@@ -1934,6 +1935,7 @@ declare const translationSchema: z.ZodObject<{
1934
1935
  ariaSettings: string;
1935
1936
  ariaSettingsRegion: string;
1936
1937
  ariaReferencesRegion: string;
1938
+ ariaOpensInNewTab: string;
1937
1939
  ariaFlyoutRegion: string;
1938
1940
  ariaSelected: string;
1939
1941
  ariaUnselected: string;
@@ -2044,6 +2046,7 @@ declare const translationSchema: z.ZodObject<{
2044
2046
  ariaSettings: string;
2045
2047
  ariaSettingsRegion: string;
2046
2048
  ariaReferencesRegion: string;
2049
+ ariaOpensInNewTab: string;
2047
2050
  ariaFlyoutRegion: string;
2048
2051
  ariaSelected: string;
2049
2052
  ariaUnselected: string;
@@ -8906,6 +8909,7 @@ export declare const chatConfigSchema: z.ZodObject<{
8906
8909
  ariaSettings: z.ZodOptional<z.ZodString>;
8907
8910
  ariaSettingsRegion: z.ZodOptional<z.ZodString>;
8908
8911
  ariaReferencesRegion: z.ZodOptional<z.ZodString>;
8912
+ ariaOpensInNewTab: z.ZodOptional<z.ZodString>;
8909
8913
  ariaFlyoutRegion: z.ZodOptional<z.ZodString>;
8910
8914
  ariaSelected: z.ZodOptional<z.ZodString>;
8911
8915
  ariaUnselected: z.ZodOptional<z.ZodString>;
@@ -9058,6 +9062,7 @@ export declare const chatConfigSchema: z.ZodObject<{
9058
9062
  ariaSettings?: string | undefined;
9059
9063
  ariaSettingsRegion?: string | undefined;
9060
9064
  ariaReferencesRegion?: string | undefined;
9065
+ ariaOpensInNewTab?: string | undefined;
9061
9066
  ariaFlyoutRegion?: string | undefined;
9062
9067
  ariaSelected?: string | undefined;
9063
9068
  ariaUnselected?: string | undefined;
@@ -9168,6 +9173,7 @@ export declare const chatConfigSchema: z.ZodObject<{
9168
9173
  ariaSettings?: string | undefined;
9169
9174
  ariaSettingsRegion?: string | undefined;
9170
9175
  ariaReferencesRegion?: string | undefined;
9176
+ ariaOpensInNewTab?: string | undefined;
9171
9177
  ariaFlyoutRegion?: string | undefined;
9172
9178
  ariaSelected?: string | undefined;
9173
9179
  ariaUnselected?: string | undefined;
@@ -9939,8 +9945,8 @@ export declare const chatConfigSchema: z.ZodObject<{
9939
9945
  text: string;
9940
9946
  };
9941
9947
  type: "bot";
9942
- time: string;
9943
9948
  id: string;
9949
+ time: string;
9944
9950
  references: {
9945
9951
  all: {
9946
9952
  url: string;
@@ -10037,8 +10043,8 @@ export declare const chatConfigSchema: z.ZodObject<{
10037
10043
  text: string;
10038
10044
  };
10039
10045
  type: "bot";
10040
- time: string;
10041
10046
  id: string;
10047
+ time: string;
10042
10048
  references: {
10043
10049
  all: {
10044
10050
  url: string;
@@ -10821,8 +10827,8 @@ export declare const chatConfigSchema: z.ZodObject<{
10821
10827
  text: string;
10822
10828
  };
10823
10829
  type: "bot";
10824
- time: string;
10825
10830
  id: string;
10831
+ time: string;
10826
10832
  references: {
10827
10833
  all: {
10828
10834
  url: string;
@@ -10919,8 +10925,8 @@ export declare const chatConfigSchema: z.ZodObject<{
10919
10925
  text: string;
10920
10926
  };
10921
10927
  type: "bot";
10922
- time: string;
10923
10928
  id: string;
10929
+ time: string;
10924
10930
  references: {
10925
10931
  all: {
10926
10932
  url: string;
@@ -11160,59 +11166,42 @@ export declare const chatConfigSchema: z.ZodObject<{
11160
11166
  }>,
11161
11167
  z.ZodObject<{
11162
11168
  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
- }>;
11169
+ data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
11170
11170
  }, "strip", z.ZodTypeAny, {
11171
11171
  componentName: "alva-init";
11172
- data: {
11173
- enable: boolean;
11174
- };
11172
+ data: {};
11175
11173
  }, {
11176
11174
  componentName: "alva-init";
11177
- data: {
11178
- enable: boolean;
11179
- };
11175
+ data: {};
11180
11176
  }>,
11181
11177
  z.ZodObject<{
11182
11178
  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
- }>;
11179
+ data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
11190
11180
  }, "strip", z.ZodTypeAny, {
11191
11181
  componentName: "alva-score-survey";
11192
- data: {
11193
- enable: boolean;
11194
- };
11182
+ data: {};
11195
11183
  }, {
11196
11184
  componentName: "alva-score-survey";
11197
- data: {
11198
- enable: boolean;
11199
- };
11185
+ data: {};
11200
11186
  }>
11201
11187
  ]>, z.ZodObject<{
11202
11188
  type: z.ZodLiteral<"component">;
11203
- time: z.ZodString;
11204
11189
  id: z.ZodOptional<z.ZodString>;
11190
+ time: z.ZodOptional<z.ZodString>;
11205
11191
  hideAvatar: z.ZodOptional<z.ZodBoolean>;
11192
+ noSectionPadding: z.ZodOptional<z.ZodBoolean>;
11206
11193
  }, "strip", z.ZodTypeAny, {
11207
11194
  type: "component";
11208
- time: string;
11209
11195
  id?: string | undefined;
11196
+ time?: string | undefined;
11210
11197
  hideAvatar?: boolean | undefined;
11198
+ noSectionPadding?: boolean | undefined;
11211
11199
  }, {
11212
11200
  type: "component";
11213
- time: string;
11214
11201
  id?: string | undefined;
11202
+ time?: string | undefined;
11215
11203
  hideAvatar?: boolean | undefined;
11204
+ noSectionPadding?: boolean | undefined;
11216
11205
  }>>
11217
11206
  ]>, "many">>;
11218
11207
  bot: z.ZodOptional<z.ZodObject<{
@@ -11907,8 +11896,8 @@ export declare const chatConfigSchema: z.ZodObject<{
11907
11896
  text: string;
11908
11897
  };
11909
11898
  type: "bot";
11910
- time: string;
11911
11899
  id: string;
11900
+ time: string;
11912
11901
  references: {
11913
11902
  all: {
11914
11903
  url: string;
@@ -12005,8 +11994,8 @@ export declare const chatConfigSchema: z.ZodObject<{
12005
11994
  text: string;
12006
11995
  };
12007
11996
  type: "bot";
12008
- time: string;
12009
11997
  id: string;
11998
+ time: string;
12010
11999
  references: {
12011
12000
  all: {
12012
12001
  url: string;
@@ -12789,8 +12778,8 @@ export declare const chatConfigSchema: z.ZodObject<{
12789
12778
  text: string;
12790
12779
  };
12791
12780
  type: "bot";
12792
- time: string;
12793
12781
  id: string;
12782
+ time: string;
12794
12783
  references: {
12795
12784
  all: {
12796
12785
  url: string;
@@ -12887,8 +12876,8 @@ export declare const chatConfigSchema: z.ZodObject<{
12887
12876
  text: string;
12888
12877
  };
12889
12878
  type: "bot";
12890
- time: string;
12891
12879
  id: string;
12880
+ time: string;
12892
12881
  references: {
12893
12882
  all: {
12894
12883
  url: string;
@@ -13128,59 +13117,42 @@ export declare const chatConfigSchema: z.ZodObject<{
13128
13117
  }>,
13129
13118
  z.ZodObject<{
13130
13119
  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
- }>;
13120
+ data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
13138
13121
  }, "strip", z.ZodTypeAny, {
13139
13122
  componentName: "alva-init";
13140
- data: {
13141
- enable: boolean;
13142
- };
13123
+ data: {};
13143
13124
  }, {
13144
13125
  componentName: "alva-init";
13145
- data: {
13146
- enable: boolean;
13147
- };
13126
+ data: {};
13148
13127
  }>,
13149
13128
  z.ZodObject<{
13150
13129
  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
- }>;
13130
+ data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
13158
13131
  }, "strip", z.ZodTypeAny, {
13159
13132
  componentName: "alva-score-survey";
13160
- data: {
13161
- enable: boolean;
13162
- };
13133
+ data: {};
13163
13134
  }, {
13164
13135
  componentName: "alva-score-survey";
13165
- data: {
13166
- enable: boolean;
13167
- };
13136
+ data: {};
13168
13137
  }>
13169
13138
  ]>, z.ZodObject<{
13170
13139
  type: z.ZodLiteral<"component">;
13171
- time: z.ZodString;
13172
13140
  id: z.ZodOptional<z.ZodString>;
13141
+ time: z.ZodOptional<z.ZodString>;
13173
13142
  hideAvatar: z.ZodOptional<z.ZodBoolean>;
13143
+ noSectionPadding: z.ZodOptional<z.ZodBoolean>;
13174
13144
  }, "strip", z.ZodTypeAny, {
13175
13145
  type: "component";
13176
- time: string;
13177
13146
  id?: string | undefined;
13147
+ time?: string | undefined;
13178
13148
  hideAvatar?: boolean | undefined;
13149
+ noSectionPadding?: boolean | undefined;
13179
13150
  }, {
13180
13151
  type: "component";
13181
- time: string;
13182
13152
  id?: string | undefined;
13153
+ time?: string | undefined;
13183
13154
  hideAvatar?: boolean | undefined;
13155
+ noSectionPadding?: boolean | undefined;
13184
13156
  }>>
13185
13157
  ]>, "many">>;
13186
13158
  after: z.ZodOptional<z.ZodArray<z.ZodUnion<[
@@ -13874,8 +13846,8 @@ export declare const chatConfigSchema: z.ZodObject<{
13874
13846
  text: string;
13875
13847
  };
13876
13848
  type: "bot";
13877
- time: string;
13878
13849
  id: string;
13850
+ time: string;
13879
13851
  references: {
13880
13852
  all: {
13881
13853
  url: string;
@@ -13972,8 +13944,8 @@ export declare const chatConfigSchema: z.ZodObject<{
13972
13944
  text: string;
13973
13945
  };
13974
13946
  type: "bot";
13975
- time: string;
13976
13947
  id: string;
13948
+ time: string;
13977
13949
  references: {
13978
13950
  all: {
13979
13951
  url: string;
@@ -14756,8 +14728,8 @@ export declare const chatConfigSchema: z.ZodObject<{
14756
14728
  text: string;
14757
14729
  };
14758
14730
  type: "bot";
14759
- time: string;
14760
14731
  id: string;
14732
+ time: string;
14761
14733
  references: {
14762
14734
  all: {
14763
14735
  url: string;
@@ -14854,8 +14826,8 @@ export declare const chatConfigSchema: z.ZodObject<{
14854
14826
  text: string;
14855
14827
  };
14856
14828
  type: "bot";
14857
- time: string;
14858
14829
  id: string;
14830
+ time: string;
14859
14831
  references: {
14860
14832
  all: {
14861
14833
  url: string;
@@ -15095,59 +15067,42 @@ export declare const chatConfigSchema: z.ZodObject<{
15095
15067
  }>,
15096
15068
  z.ZodObject<{
15097
15069
  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
- }>;
15070
+ data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
15105
15071
  }, "strip", z.ZodTypeAny, {
15106
15072
  componentName: "alva-init";
15107
- data: {
15108
- enable: boolean;
15109
- };
15073
+ data: {};
15110
15074
  }, {
15111
15075
  componentName: "alva-init";
15112
- data: {
15113
- enable: boolean;
15114
- };
15076
+ data: {};
15115
15077
  }>,
15116
15078
  z.ZodObject<{
15117
15079
  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
- }>;
15080
+ data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
15125
15081
  }, "strip", z.ZodTypeAny, {
15126
15082
  componentName: "alva-score-survey";
15127
- data: {
15128
- enable: boolean;
15129
- };
15083
+ data: {};
15130
15084
  }, {
15131
15085
  componentName: "alva-score-survey";
15132
- data: {
15133
- enable: boolean;
15134
- };
15086
+ data: {};
15135
15087
  }>
15136
15088
  ]>, z.ZodObject<{
15137
15089
  type: z.ZodLiteral<"component">;
15138
- time: z.ZodString;
15139
15090
  id: z.ZodOptional<z.ZodString>;
15091
+ time: z.ZodOptional<z.ZodString>;
15140
15092
  hideAvatar: z.ZodOptional<z.ZodBoolean>;
15093
+ noSectionPadding: z.ZodOptional<z.ZodBoolean>;
15141
15094
  }, "strip", z.ZodTypeAny, {
15142
15095
  type: "component";
15143
- time: string;
15144
15096
  id?: string | undefined;
15097
+ time?: string | undefined;
15145
15098
  hideAvatar?: boolean | undefined;
15099
+ noSectionPadding?: boolean | undefined;
15146
15100
  }, {
15147
15101
  type: "component";
15148
- time: string;
15149
15102
  id?: string | undefined;
15103
+ time?: string | undefined;
15150
15104
  hideAvatar?: boolean | undefined;
15105
+ noSectionPadding?: boolean | undefined;
15151
15106
  }>>
15152
15107
  ]>, "many">>;
15153
15108
  }, "strip", z.ZodTypeAny, {
@@ -15176,19 +15131,16 @@ export declare const chatConfigSchema: z.ZodObject<{
15176
15131
  };
15177
15132
  } | {
15178
15133
  componentName: "alva-init";
15179
- data: {
15180
- enable: boolean;
15181
- };
15134
+ data: {};
15182
15135
  } | {
15183
15136
  componentName: "alva-score-survey";
15184
- data: {
15185
- enable: boolean;
15186
- };
15137
+ data: {};
15187
15138
  }) & {
15188
15139
  type: "component";
15189
- time: string;
15190
15140
  id?: string | undefined;
15141
+ time?: string | undefined;
15191
15142
  hideAvatar?: boolean | undefined;
15143
+ noSectionPadding?: boolean | undefined;
15192
15144
  }) | {
15193
15145
  message: string;
15194
15146
  type: "user";
@@ -15201,8 +15153,8 @@ export declare const chatConfigSchema: z.ZodObject<{
15201
15153
  text: string;
15202
15154
  };
15203
15155
  type: "bot";
15204
- time: string;
15205
15156
  id: string;
15157
+ time: string;
15206
15158
  references: {
15207
15159
  all: {
15208
15160
  url: string;
@@ -15299,8 +15251,8 @@ export declare const chatConfigSchema: z.ZodObject<{
15299
15251
  text: string;
15300
15252
  };
15301
15253
  type: "bot";
15302
- time: string;
15303
15254
  id: string;
15255
+ time: string;
15304
15256
  references: {
15305
15257
  all: {
15306
15258
  url: string;
@@ -15416,19 +15368,16 @@ export declare const chatConfigSchema: z.ZodObject<{
15416
15368
  };
15417
15369
  } | {
15418
15370
  componentName: "alva-init";
15419
- data: {
15420
- enable: boolean;
15421
- };
15371
+ data: {};
15422
15372
  } | {
15423
15373
  componentName: "alva-score-survey";
15424
- data: {
15425
- enable: boolean;
15426
- };
15374
+ data: {};
15427
15375
  }) & {
15428
15376
  type: "component";
15429
- time: string;
15430
15377
  id?: string | undefined;
15378
+ time?: string | undefined;
15431
15379
  hideAvatar?: boolean | undefined;
15380
+ noSectionPadding?: boolean | undefined;
15432
15381
  }) | {
15433
15382
  message: string;
15434
15383
  type: "user";
@@ -15441,8 +15390,8 @@ export declare const chatConfigSchema: z.ZodObject<{
15441
15390
  text: string;
15442
15391
  };
15443
15392
  type: "bot";
15444
- time: string;
15445
15393
  id: string;
15394
+ time: string;
15446
15395
  references: {
15447
15396
  all: {
15448
15397
  url: string;
@@ -15539,8 +15488,8 @@ export declare const chatConfigSchema: z.ZodObject<{
15539
15488
  text: string;
15540
15489
  };
15541
15490
  type: "bot";
15542
- time: string;
15543
15491
  id: string;
15492
+ time: string;
15544
15493
  references: {
15545
15494
  all: {
15546
15495
  url: string;
@@ -15657,19 +15606,16 @@ export declare const chatConfigSchema: z.ZodObject<{
15657
15606
  };
15658
15607
  } | {
15659
15608
  componentName: "alva-init";
15660
- data: {
15661
- enable: boolean;
15662
- };
15609
+ data: {};
15663
15610
  } | {
15664
15611
  componentName: "alva-score-survey";
15665
- data: {
15666
- enable: boolean;
15667
- };
15612
+ data: {};
15668
15613
  }) & {
15669
15614
  type: "component";
15670
- time: string;
15671
15615
  id?: string | undefined;
15616
+ time?: string | undefined;
15672
15617
  hideAvatar?: boolean | undefined;
15618
+ noSectionPadding?: boolean | undefined;
15673
15619
  }) | {
15674
15620
  message: string;
15675
15621
  type: "user";
@@ -15682,8 +15628,8 @@ export declare const chatConfigSchema: z.ZodObject<{
15682
15628
  text: string;
15683
15629
  };
15684
15630
  type: "bot";
15685
- time: string;
15686
15631
  id: string;
15632
+ time: string;
15687
15633
  references: {
15688
15634
  all: {
15689
15635
  url: string;
@@ -15780,8 +15726,8 @@ export declare const chatConfigSchema: z.ZodObject<{
15780
15726
  text: string;
15781
15727
  };
15782
15728
  type: "bot";
15783
- time: string;
15784
15729
  id: string;
15730
+ time: string;
15785
15731
  references: {
15786
15732
  all: {
15787
15733
  url: string;
@@ -15897,19 +15843,16 @@ export declare const chatConfigSchema: z.ZodObject<{
15897
15843
  };
15898
15844
  } | {
15899
15845
  componentName: "alva-init";
15900
- data: {
15901
- enable: boolean;
15902
- };
15846
+ data: {};
15903
15847
  } | {
15904
15848
  componentName: "alva-score-survey";
15905
- data: {
15906
- enable: boolean;
15907
- };
15849
+ data: {};
15908
15850
  }) & {
15909
15851
  type: "component";
15910
- time: string;
15911
15852
  id?: string | undefined;
15853
+ time?: string | undefined;
15912
15854
  hideAvatar?: boolean | undefined;
15855
+ noSectionPadding?: boolean | undefined;
15913
15856
  }) | {
15914
15857
  message: string;
15915
15858
  type: "user";
@@ -15922,8 +15865,8 @@ export declare const chatConfigSchema: z.ZodObject<{
15922
15865
  text: string;
15923
15866
  };
15924
15867
  type: "bot";
15925
- time: string;
15926
15868
  id: string;
15869
+ time: string;
15927
15870
  references: {
15928
15871
  all: {
15929
15872
  url: string;
@@ -16020,8 +15963,8 @@ export declare const chatConfigSchema: z.ZodObject<{
16020
15963
  text: string;
16021
15964
  };
16022
15965
  type: "bot";
16023
- time: string;
16024
15966
  id: string;
15967
+ time: string;
16025
15968
  references: {
16026
15969
  all: {
16027
15970
  url: string;
@@ -16805,8 +16748,8 @@ export declare const chatConfigSchema: z.ZodObject<{
16805
16748
  text: string;
16806
16749
  };
16807
16750
  type: "bot";
16808
- time: string;
16809
16751
  id: string;
16752
+ time: string;
16810
16753
  references: {
16811
16754
  all: {
16812
16755
  url: string;
@@ -16903,8 +16846,8 @@ export declare const chatConfigSchema: z.ZodObject<{
16903
16846
  text: string;
16904
16847
  };
16905
16848
  type: "bot";
16906
- time: string;
16907
16849
  id: string;
16850
+ time: string;
16908
16851
  references: {
16909
16852
  all: {
16910
16853
  url: string;
@@ -17687,8 +17630,8 @@ export declare const chatConfigSchema: z.ZodObject<{
17687
17630
  text: string;
17688
17631
  };
17689
17632
  type: "bot";
17690
- time: string;
17691
17633
  id: string;
17634
+ time: string;
17692
17635
  references: {
17693
17636
  all: {
17694
17637
  url: string;
@@ -17785,8 +17728,8 @@ export declare const chatConfigSchema: z.ZodObject<{
17785
17728
  text: string;
17786
17729
  };
17787
17730
  type: "bot";
17788
- time: string;
17789
17731
  id: string;
17732
+ time: string;
17790
17733
  references: {
17791
17734
  all: {
17792
17735
  url: string;
@@ -18026,59 +17969,42 @@ export declare const chatConfigSchema: z.ZodObject<{
18026
17969
  }>,
18027
17970
  z.ZodObject<{
18028
17971
  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
- }>;
17972
+ data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
18036
17973
  }, "strip", z.ZodTypeAny, {
18037
17974
  componentName: "alva-init";
18038
- data: {
18039
- enable: boolean;
18040
- };
17975
+ data: {};
18041
17976
  }, {
18042
17977
  componentName: "alva-init";
18043
- data: {
18044
- enable: boolean;
18045
- };
17978
+ data: {};
18046
17979
  }>,
18047
17980
  z.ZodObject<{
18048
17981
  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
- }>;
17982
+ data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
18056
17983
  }, "strip", z.ZodTypeAny, {
18057
17984
  componentName: "alva-score-survey";
18058
- data: {
18059
- enable: boolean;
18060
- };
17985
+ data: {};
18061
17986
  }, {
18062
17987
  componentName: "alva-score-survey";
18063
- data: {
18064
- enable: boolean;
18065
- };
17988
+ data: {};
18066
17989
  }>
18067
17990
  ]>, z.ZodObject<{
18068
17991
  type: z.ZodLiteral<"component">;
18069
- time: z.ZodString;
18070
17992
  id: z.ZodOptional<z.ZodString>;
17993
+ time: z.ZodOptional<z.ZodString>;
18071
17994
  hideAvatar: z.ZodOptional<z.ZodBoolean>;
17995
+ noSectionPadding: z.ZodOptional<z.ZodBoolean>;
18072
17996
  }, "strip", z.ZodTypeAny, {
18073
17997
  type: "component";
18074
- time: string;
18075
17998
  id?: string | undefined;
17999
+ time?: string | undefined;
18076
18000
  hideAvatar?: boolean | undefined;
18001
+ noSectionPadding?: boolean | undefined;
18077
18002
  }, {
18078
18003
  type: "component";
18079
- time: string;
18080
18004
  id?: string | undefined;
18005
+ time?: string | undefined;
18081
18006
  hideAvatar?: boolean | undefined;
18007
+ noSectionPadding?: boolean | undefined;
18082
18008
  }>>
18083
18009
  ]>, "many">>;
18084
18010
  after: z.ZodOptional<z.ZodArray<z.ZodUnion<[
@@ -18772,8 +18698,8 @@ export declare const chatConfigSchema: z.ZodObject<{
18772
18698
  text: string;
18773
18699
  };
18774
18700
  type: "bot";
18775
- time: string;
18776
18701
  id: string;
18702
+ time: string;
18777
18703
  references: {
18778
18704
  all: {
18779
18705
  url: string;
@@ -18870,8 +18796,8 @@ export declare const chatConfigSchema: z.ZodObject<{
18870
18796
  text: string;
18871
18797
  };
18872
18798
  type: "bot";
18873
- time: string;
18874
18799
  id: string;
18800
+ time: string;
18875
18801
  references: {
18876
18802
  all: {
18877
18803
  url: string;
@@ -19654,8 +19580,8 @@ export declare const chatConfigSchema: z.ZodObject<{
19654
19580
  text: string;
19655
19581
  };
19656
19582
  type: "bot";
19657
- time: string;
19658
19583
  id: string;
19584
+ time: string;
19659
19585
  references: {
19660
19586
  all: {
19661
19587
  url: string;
@@ -19752,8 +19678,8 @@ export declare const chatConfigSchema: z.ZodObject<{
19752
19678
  text: string;
19753
19679
  };
19754
19680
  type: "bot";
19755
- time: string;
19756
19681
  id: string;
19682
+ time: string;
19757
19683
  references: {
19758
19684
  all: {
19759
19685
  url: string;
@@ -19993,59 +19919,42 @@ export declare const chatConfigSchema: z.ZodObject<{
19993
19919
  }>,
19994
19920
  z.ZodObject<{
19995
19921
  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
- }>;
19922
+ data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
20003
19923
  }, "strip", z.ZodTypeAny, {
20004
19924
  componentName: "alva-init";
20005
- data: {
20006
- enable: boolean;
20007
- };
19925
+ data: {};
20008
19926
  }, {
20009
19927
  componentName: "alva-init";
20010
- data: {
20011
- enable: boolean;
20012
- };
19928
+ data: {};
20013
19929
  }>,
20014
19930
  z.ZodObject<{
20015
19931
  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
- }>;
19932
+ data: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
20023
19933
  }, "strip", z.ZodTypeAny, {
20024
19934
  componentName: "alva-score-survey";
20025
- data: {
20026
- enable: boolean;
20027
- };
19935
+ data: {};
20028
19936
  }, {
20029
19937
  componentName: "alva-score-survey";
20030
- data: {
20031
- enable: boolean;
20032
- };
19938
+ data: {};
20033
19939
  }>
20034
19940
  ]>, z.ZodObject<{
20035
19941
  type: z.ZodLiteral<"component">;
20036
- time: z.ZodString;
20037
19942
  id: z.ZodOptional<z.ZodString>;
19943
+ time: z.ZodOptional<z.ZodString>;
20038
19944
  hideAvatar: z.ZodOptional<z.ZodBoolean>;
19945
+ noSectionPadding: z.ZodOptional<z.ZodBoolean>;
20039
19946
  }, "strip", z.ZodTypeAny, {
20040
19947
  type: "component";
20041
- time: string;
20042
19948
  id?: string | undefined;
19949
+ time?: string | undefined;
20043
19950
  hideAvatar?: boolean | undefined;
19951
+ noSectionPadding?: boolean | undefined;
20044
19952
  }, {
20045
19953
  type: "component";
20046
- time: string;
20047
19954
  id?: string | undefined;
19955
+ time?: string | undefined;
20048
19956
  hideAvatar?: boolean | undefined;
19957
+ noSectionPadding?: boolean | undefined;
20049
19958
  }>>
20050
19959
  ]>, "many">>;
20051
19960
  }, "strip", z.ZodTypeAny, {
@@ -20074,19 +19983,16 @@ export declare const chatConfigSchema: z.ZodObject<{
20074
19983
  };
20075
19984
  } | {
20076
19985
  componentName: "alva-init";
20077
- data: {
20078
- enable: boolean;
20079
- };
19986
+ data: {};
20080
19987
  } | {
20081
19988
  componentName: "alva-score-survey";
20082
- data: {
20083
- enable: boolean;
20084
- };
19989
+ data: {};
20085
19990
  }) & {
20086
19991
  type: "component";
20087
- time: string;
20088
19992
  id?: string | undefined;
19993
+ time?: string | undefined;
20089
19994
  hideAvatar?: boolean | undefined;
19995
+ noSectionPadding?: boolean | undefined;
20090
19996
  }) | {
20091
19997
  message: string;
20092
19998
  type: "user";
@@ -20099,8 +20005,8 @@ export declare const chatConfigSchema: z.ZodObject<{
20099
20005
  text: string;
20100
20006
  };
20101
20007
  type: "bot";
20102
- time: string;
20103
20008
  id: string;
20009
+ time: string;
20104
20010
  references: {
20105
20011
  all: {
20106
20012
  url: string;
@@ -20197,8 +20103,8 @@ export declare const chatConfigSchema: z.ZodObject<{
20197
20103
  text: string;
20198
20104
  };
20199
20105
  type: "bot";
20200
- time: string;
20201
20106
  id: string;
20107
+ time: string;
20202
20108
  references: {
20203
20109
  all: {
20204
20110
  url: string;
@@ -20314,19 +20220,16 @@ export declare const chatConfigSchema: z.ZodObject<{
20314
20220
  };
20315
20221
  } | {
20316
20222
  componentName: "alva-init";
20317
- data: {
20318
- enable: boolean;
20319
- };
20223
+ data: {};
20320
20224
  } | {
20321
20225
  componentName: "alva-score-survey";
20322
- data: {
20323
- enable: boolean;
20324
- };
20226
+ data: {};
20325
20227
  }) & {
20326
20228
  type: "component";
20327
- time: string;
20328
20229
  id?: string | undefined;
20230
+ time?: string | undefined;
20329
20231
  hideAvatar?: boolean | undefined;
20232
+ noSectionPadding?: boolean | undefined;
20330
20233
  }) | {
20331
20234
  message: string;
20332
20235
  type: "user";
@@ -20339,8 +20242,8 @@ export declare const chatConfigSchema: z.ZodObject<{
20339
20242
  text: string;
20340
20243
  };
20341
20244
  type: "bot";
20342
- time: string;
20343
20245
  id: string;
20246
+ time: string;
20344
20247
  references: {
20345
20248
  all: {
20346
20249
  url: string;
@@ -20437,8 +20340,8 @@ export declare const chatConfigSchema: z.ZodObject<{
20437
20340
  text: string;
20438
20341
  };
20439
20342
  type: "bot";
20440
- time: string;
20441
20343
  id: string;
20344
+ time: string;
20442
20345
  references: {
20443
20346
  all: {
20444
20347
  url: string;
@@ -20555,19 +20458,16 @@ export declare const chatConfigSchema: z.ZodObject<{
20555
20458
  };
20556
20459
  } | {
20557
20460
  componentName: "alva-init";
20558
- data: {
20559
- enable: boolean;
20560
- };
20461
+ data: {};
20561
20462
  } | {
20562
20463
  componentName: "alva-score-survey";
20563
- data: {
20564
- enable: boolean;
20565
- };
20464
+ data: {};
20566
20465
  }) & {
20567
20466
  type: "component";
20568
- time: string;
20569
20467
  id?: string | undefined;
20468
+ time?: string | undefined;
20570
20469
  hideAvatar?: boolean | undefined;
20470
+ noSectionPadding?: boolean | undefined;
20571
20471
  }) | {
20572
20472
  message: string;
20573
20473
  type: "user";
@@ -20580,8 +20480,8 @@ export declare const chatConfigSchema: z.ZodObject<{
20580
20480
  text: string;
20581
20481
  };
20582
20482
  type: "bot";
20583
- time: string;
20584
20483
  id: string;
20484
+ time: string;
20585
20485
  references: {
20586
20486
  all: {
20587
20487
  url: string;
@@ -20678,8 +20578,8 @@ export declare const chatConfigSchema: z.ZodObject<{
20678
20578
  text: string;
20679
20579
  };
20680
20580
  type: "bot";
20681
- time: string;
20682
20581
  id: string;
20582
+ time: string;
20683
20583
  references: {
20684
20584
  all: {
20685
20585
  url: string;
@@ -20795,19 +20695,16 @@ export declare const chatConfigSchema: z.ZodObject<{
20795
20695
  };
20796
20696
  } | {
20797
20697
  componentName: "alva-init";
20798
- data: {
20799
- enable: boolean;
20800
- };
20698
+ data: {};
20801
20699
  } | {
20802
20700
  componentName: "alva-score-survey";
20803
- data: {
20804
- enable: boolean;
20805
- };
20701
+ data: {};
20806
20702
  }) & {
20807
20703
  type: "component";
20808
- time: string;
20809
20704
  id?: string | undefined;
20705
+ time?: string | undefined;
20810
20706
  hideAvatar?: boolean | undefined;
20707
+ noSectionPadding?: boolean | undefined;
20811
20708
  }) | {
20812
20709
  message: string;
20813
20710
  type: "user";
@@ -20820,8 +20717,8 @@ export declare const chatConfigSchema: z.ZodObject<{
20820
20717
  text: string;
20821
20718
  };
20822
20719
  type: "bot";
20823
- time: string;
20824
20720
  id: string;
20721
+ time: string;
20825
20722
  references: {
20826
20723
  all: {
20827
20724
  url: string;
@@ -20918,8 +20815,8 @@ export declare const chatConfigSchema: z.ZodObject<{
20918
20815
  text: string;
20919
20816
  };
20920
20817
  type: "bot";
20921
- time: string;
20922
20818
  id: string;
20819
+ time: string;
20923
20820
  references: {
20924
20821
  all: {
20925
20822
  url: string;
@@ -21038,19 +20935,16 @@ export declare const chatConfigSchema: z.ZodObject<{
21038
20935
  };
21039
20936
  } | {
21040
20937
  componentName: "alva-init";
21041
- data: {
21042
- enable: boolean;
21043
- };
20938
+ data: {};
21044
20939
  } | {
21045
20940
  componentName: "alva-score-survey";
21046
- data: {
21047
- enable: boolean;
21048
- };
20941
+ data: {};
21049
20942
  }) & {
21050
20943
  type: "component";
21051
- time: string;
21052
20944
  id?: string | undefined;
20945
+ time?: string | undefined;
21053
20946
  hideAvatar?: boolean | undefined;
20947
+ noSectionPadding?: boolean | undefined;
21054
20948
  }) | {
21055
20949
  message: string;
21056
20950
  type: "user";
@@ -21063,8 +20957,8 @@ export declare const chatConfigSchema: z.ZodObject<{
21063
20957
  text: string;
21064
20958
  };
21065
20959
  type: "bot";
21066
- time: string;
21067
20960
  id: string;
20961
+ time: string;
21068
20962
  references: {
21069
20963
  all: {
21070
20964
  url: string;
@@ -21161,8 +21055,8 @@ export declare const chatConfigSchema: z.ZodObject<{
21161
21055
  text: string;
21162
21056
  };
21163
21057
  type: "bot";
21164
- time: string;
21165
21058
  id: string;
21059
+ time: string;
21166
21060
  references: {
21167
21061
  all: {
21168
21062
  url: string;
@@ -21278,19 +21172,16 @@ export declare const chatConfigSchema: z.ZodObject<{
21278
21172
  };
21279
21173
  } | {
21280
21174
  componentName: "alva-init";
21281
- data: {
21282
- enable: boolean;
21283
- };
21175
+ data: {};
21284
21176
  } | {
21285
21177
  componentName: "alva-score-survey";
21286
- data: {
21287
- enable: boolean;
21288
- };
21178
+ data: {};
21289
21179
  }) & {
21290
21180
  type: "component";
21291
- time: string;
21292
21181
  id?: string | undefined;
21182
+ time?: string | undefined;
21293
21183
  hideAvatar?: boolean | undefined;
21184
+ noSectionPadding?: boolean | undefined;
21294
21185
  }) | {
21295
21186
  message: string;
21296
21187
  type: "user";
@@ -21303,8 +21194,8 @@ export declare const chatConfigSchema: z.ZodObject<{
21303
21194
  text: string;
21304
21195
  };
21305
21196
  type: "bot";
21306
- time: string;
21307
21197
  id: string;
21198
+ time: string;
21308
21199
  references: {
21309
21200
  all: {
21310
21201
  url: string;
@@ -21401,8 +21292,8 @@ export declare const chatConfigSchema: z.ZodObject<{
21401
21292
  text: string;
21402
21293
  };
21403
21294
  type: "bot";
21404
- time: string;
21405
21295
  id: string;
21296
+ time: string;
21406
21297
  references: {
21407
21298
  all: {
21408
21299
  url: string;
@@ -21520,19 +21411,16 @@ export declare const chatConfigSchema: z.ZodObject<{
21520
21411
  };
21521
21412
  } | {
21522
21413
  componentName: "alva-init";
21523
- data: {
21524
- enable: boolean;
21525
- };
21414
+ data: {};
21526
21415
  } | {
21527
21416
  componentName: "alva-score-survey";
21528
- data: {
21529
- enable: boolean;
21530
- };
21417
+ data: {};
21531
21418
  }) & {
21532
21419
  type: "component";
21533
- time: string;
21534
21420
  id?: string | undefined;
21421
+ time?: string | undefined;
21535
21422
  hideAvatar?: boolean | undefined;
21423
+ noSectionPadding?: boolean | undefined;
21536
21424
  }) | {
21537
21425
  message: string;
21538
21426
  type: "user";
@@ -21545,8 +21433,8 @@ export declare const chatConfigSchema: z.ZodObject<{
21545
21433
  text: string;
21546
21434
  };
21547
21435
  type: "bot";
21548
- time: string;
21549
21436
  id: string;
21437
+ time: string;
21550
21438
  references: {
21551
21439
  all: {
21552
21440
  url: string;
@@ -21643,8 +21531,8 @@ export declare const chatConfigSchema: z.ZodObject<{
21643
21531
  text: string;
21644
21532
  };
21645
21533
  type: "bot";
21646
- time: string;
21647
21534
  id: string;
21535
+ time: string;
21648
21536
  references: {
21649
21537
  all: {
21650
21538
  url: string;
@@ -21760,19 +21648,16 @@ export declare const chatConfigSchema: z.ZodObject<{
21760
21648
  };
21761
21649
  } | {
21762
21650
  componentName: "alva-init";
21763
- data: {
21764
- enable: boolean;
21765
- };
21651
+ data: {};
21766
21652
  } | {
21767
21653
  componentName: "alva-score-survey";
21768
- data: {
21769
- enable: boolean;
21770
- };
21654
+ data: {};
21771
21655
  }) & {
21772
21656
  type: "component";
21773
- time: string;
21774
21657
  id?: string | undefined;
21658
+ time?: string | undefined;
21775
21659
  hideAvatar?: boolean | undefined;
21660
+ noSectionPadding?: boolean | undefined;
21776
21661
  }) | {
21777
21662
  message: string;
21778
21663
  type: "user";
@@ -21785,8 +21670,8 @@ export declare const chatConfigSchema: z.ZodObject<{
21785
21670
  text: string;
21786
21671
  };
21787
21672
  type: "bot";
21788
- time: string;
21789
21673
  id: string;
21674
+ time: string;
21790
21675
  references: {
21791
21676
  all: {
21792
21677
  url: string;
@@ -21883,8 +21768,8 @@ export declare const chatConfigSchema: z.ZodObject<{
21883
21768
  text: string;
21884
21769
  };
21885
21770
  type: "bot";
21886
- time: string;
21887
21771
  id: string;
21772
+ time: string;
21888
21773
  references: {
21889
21774
  all: {
21890
21775
  url: string;
@@ -22001,19 +21886,16 @@ export declare const chatConfigSchema: z.ZodObject<{
22001
21886
  };
22002
21887
  } | {
22003
21888
  componentName: "alva-init";
22004
- data: {
22005
- enable: boolean;
22006
- };
21889
+ data: {};
22007
21890
  } | {
22008
21891
  componentName: "alva-score-survey";
22009
- data: {
22010
- enable: boolean;
22011
- };
21892
+ data: {};
22012
21893
  }) & {
22013
21894
  type: "component";
22014
- time: string;
22015
21895
  id?: string | undefined;
21896
+ time?: string | undefined;
22016
21897
  hideAvatar?: boolean | undefined;
21898
+ noSectionPadding?: boolean | undefined;
22017
21899
  }) | {
22018
21900
  message: string;
22019
21901
  type: "user";
@@ -22026,8 +21908,8 @@ export declare const chatConfigSchema: z.ZodObject<{
22026
21908
  text: string;
22027
21909
  };
22028
21910
  type: "bot";
22029
- time: string;
22030
21911
  id: string;
21912
+ time: string;
22031
21913
  references: {
22032
21914
  all: {
22033
21915
  url: string;
@@ -22124,8 +22006,8 @@ export declare const chatConfigSchema: z.ZodObject<{
22124
22006
  text: string;
22125
22007
  };
22126
22008
  type: "bot";
22127
- time: string;
22128
22009
  id: string;
22010
+ time: string;
22129
22011
  references: {
22130
22012
  all: {
22131
22013
  url: string;
@@ -22243,19 +22125,16 @@ export declare const chatConfigSchema: z.ZodObject<{
22243
22125
  };
22244
22126
  } | {
22245
22127
  componentName: "alva-init";
22246
- data: {
22247
- enable: boolean;
22248
- };
22128
+ data: {};
22249
22129
  } | {
22250
22130
  componentName: "alva-score-survey";
22251
- data: {
22252
- enable: boolean;
22253
- };
22131
+ data: {};
22254
22132
  }) & {
22255
22133
  type: "component";
22256
- time: string;
22257
22134
  id?: string | undefined;
22135
+ time?: string | undefined;
22258
22136
  hideAvatar?: boolean | undefined;
22137
+ noSectionPadding?: boolean | undefined;
22259
22138
  }) | {
22260
22139
  message: string;
22261
22140
  type: "user";
@@ -22268,8 +22147,8 @@ export declare const chatConfigSchema: z.ZodObject<{
22268
22147
  text: string;
22269
22148
  };
22270
22149
  type: "bot";
22271
- time: string;
22272
22150
  id: string;
22151
+ time: string;
22273
22152
  references: {
22274
22153
  all: {
22275
22154
  url: string;
@@ -22366,8 +22245,8 @@ export declare const chatConfigSchema: z.ZodObject<{
22366
22245
  text: string;
22367
22246
  };
22368
22247
  type: "bot";
22369
- time: string;
22370
22248
  id: string;
22249
+ time: string;
22371
22250
  references: {
22372
22251
  all: {
22373
22252
  url: string;
@@ -22483,19 +22362,16 @@ export declare const chatConfigSchema: z.ZodObject<{
22483
22362
  };
22484
22363
  } | {
22485
22364
  componentName: "alva-init";
22486
- data: {
22487
- enable: boolean;
22488
- };
22365
+ data: {};
22489
22366
  } | {
22490
22367
  componentName: "alva-score-survey";
22491
- data: {
22492
- enable: boolean;
22493
- };
22368
+ data: {};
22494
22369
  }) & {
22495
22370
  type: "component";
22496
- time: string;
22497
22371
  id?: string | undefined;
22372
+ time?: string | undefined;
22498
22373
  hideAvatar?: boolean | undefined;
22374
+ noSectionPadding?: boolean | undefined;
22499
22375
  }) | {
22500
22376
  message: string;
22501
22377
  type: "user";
@@ -22508,8 +22384,8 @@ export declare const chatConfigSchema: z.ZodObject<{
22508
22384
  text: string;
22509
22385
  };
22510
22386
  type: "bot";
22511
- time: string;
22512
22387
  id: string;
22388
+ time: string;
22513
22389
  references: {
22514
22390
  all: {
22515
22391
  url: string;
@@ -22606,8 +22482,8 @@ export declare const chatConfigSchema: z.ZodObject<{
22606
22482
  text: string;
22607
22483
  };
22608
22484
  type: "bot";
22609
- time: string;
22610
22485
  id: string;
22486
+ time: string;
22611
22487
  references: {
22612
22488
  all: {
22613
22489
  url: string;
@@ -22725,19 +22601,16 @@ export declare const chatConfigSchema: z.ZodObject<{
22725
22601
  };
22726
22602
  } | {
22727
22603
  componentName: "alva-init";
22728
- data: {
22729
- enable: boolean;
22730
- };
22604
+ data: {};
22731
22605
  } | {
22732
22606
  componentName: "alva-score-survey";
22733
- data: {
22734
- enable: boolean;
22735
- };
22607
+ data: {};
22736
22608
  }) & {
22737
22609
  type: "component";
22738
- time: string;
22739
22610
  id?: string | undefined;
22611
+ time?: string | undefined;
22740
22612
  hideAvatar?: boolean | undefined;
22613
+ noSectionPadding?: boolean | undefined;
22741
22614
  }) | {
22742
22615
  message: string;
22743
22616
  type: "user";
@@ -22750,8 +22623,8 @@ export declare const chatConfigSchema: z.ZodObject<{
22750
22623
  text: string;
22751
22624
  };
22752
22625
  type: "bot";
22753
- time: string;
22754
22626
  id: string;
22627
+ time: string;
22755
22628
  references: {
22756
22629
  all: {
22757
22630
  url: string;
@@ -22848,8 +22721,8 @@ export declare const chatConfigSchema: z.ZodObject<{
22848
22721
  text: string;
22849
22722
  };
22850
22723
  type: "bot";
22851
- time: string;
22852
22724
  id: string;
22725
+ time: string;
22853
22726
  references: {
22854
22727
  all: {
22855
22728
  url: string;
@@ -22965,19 +22838,16 @@ export declare const chatConfigSchema: z.ZodObject<{
22965
22838
  };
22966
22839
  } | {
22967
22840
  componentName: "alva-init";
22968
- data: {
22969
- enable: boolean;
22970
- };
22841
+ data: {};
22971
22842
  } | {
22972
22843
  componentName: "alva-score-survey";
22973
- data: {
22974
- enable: boolean;
22975
- };
22844
+ data: {};
22976
22845
  }) & {
22977
22846
  type: "component";
22978
- time: string;
22979
22847
  id?: string | undefined;
22848
+ time?: string | undefined;
22980
22849
  hideAvatar?: boolean | undefined;
22850
+ noSectionPadding?: boolean | undefined;
22981
22851
  }) | {
22982
22852
  message: string;
22983
22853
  type: "user";
@@ -22990,8 +22860,8 @@ export declare const chatConfigSchema: z.ZodObject<{
22990
22860
  text: string;
22991
22861
  };
22992
22862
  type: "bot";
22993
- time: string;
22994
22863
  id: string;
22864
+ time: string;
22995
22865
  references: {
22996
22866
  all: {
22997
22867
  url: string;
@@ -23088,8 +22958,8 @@ export declare const chatConfigSchema: z.ZodObject<{
23088
22958
  text: string;
23089
22959
  };
23090
22960
  type: "bot";
23091
- time: string;
23092
22961
  id: string;
22962
+ time: string;
23093
22963
  references: {
23094
22964
  all: {
23095
22965
  url: string;
@@ -23206,19 +23076,16 @@ export declare const chatConfigSchema: z.ZodObject<{
23206
23076
  };
23207
23077
  } | {
23208
23078
  componentName: "alva-init";
23209
- data: {
23210
- enable: boolean;
23211
- };
23079
+ data: {};
23212
23080
  } | {
23213
23081
  componentName: "alva-score-survey";
23214
- data: {
23215
- enable: boolean;
23216
- };
23082
+ data: {};
23217
23083
  }) & {
23218
23084
  type: "component";
23219
- time: string;
23220
23085
  id?: string | undefined;
23086
+ time?: string | undefined;
23221
23087
  hideAvatar?: boolean | undefined;
23088
+ noSectionPadding?: boolean | undefined;
23222
23089
  }) | {
23223
23090
  message: string;
23224
23091
  type: "user";
@@ -23231,8 +23098,8 @@ export declare const chatConfigSchema: z.ZodObject<{
23231
23098
  text: string;
23232
23099
  };
23233
23100
  type: "bot";
23234
- time: string;
23235
23101
  id: string;
23102
+ time: string;
23236
23103
  references: {
23237
23104
  all: {
23238
23105
  url: string;
@@ -23329,8 +23196,8 @@ export declare const chatConfigSchema: z.ZodObject<{
23329
23196
  text: string;
23330
23197
  };
23331
23198
  type: "bot";
23332
- time: string;
23333
23199
  id: string;
23200
+ time: string;
23334
23201
  references: {
23335
23202
  all: {
23336
23203
  url: string;
@@ -23905,6 +23772,7 @@ export declare const chatConfigSchema: z.ZodObject<{
23905
23772
  ariaSettings?: string | undefined;
23906
23773
  ariaSettingsRegion?: string | undefined;
23907
23774
  ariaReferencesRegion?: string | undefined;
23775
+ ariaOpensInNewTab?: string | undefined;
23908
23776
  ariaFlyoutRegion?: string | undefined;
23909
23777
  ariaSelected?: string | undefined;
23910
23778
  ariaUnselected?: string | undefined;
@@ -23983,19 +23851,16 @@ export declare const chatConfigSchema: z.ZodObject<{
23983
23851
  };
23984
23852
  } | {
23985
23853
  componentName: "alva-init";
23986
- data: {
23987
- enable: boolean;
23988
- };
23854
+ data: {};
23989
23855
  } | {
23990
23856
  componentName: "alva-score-survey";
23991
- data: {
23992
- enable: boolean;
23993
- };
23857
+ data: {};
23994
23858
  }) & {
23995
23859
  type: "component";
23996
- time: string;
23997
23860
  id?: string | undefined;
23861
+ time?: string | undefined;
23998
23862
  hideAvatar?: boolean | undefined;
23863
+ noSectionPadding?: boolean | undefined;
23999
23864
  }) | {
24000
23865
  message: string;
24001
23866
  type: "user";
@@ -24008,8 +23873,8 @@ export declare const chatConfigSchema: z.ZodObject<{
24008
23873
  text: string;
24009
23874
  };
24010
23875
  type: "bot";
24011
- time: string;
24012
23876
  id: string;
23877
+ time: string;
24013
23878
  references: {
24014
23879
  all: {
24015
23880
  url: string;
@@ -24106,8 +23971,8 @@ export declare const chatConfigSchema: z.ZodObject<{
24106
23971
  text: string;
24107
23972
  };
24108
23973
  type: "bot";
24109
- time: string;
24110
23974
  id: string;
23975
+ time: string;
24111
23976
  references: {
24112
23977
  all: {
24113
23978
  url: string;
@@ -24223,19 +24088,16 @@ export declare const chatConfigSchema: z.ZodObject<{
24223
24088
  };
24224
24089
  } | {
24225
24090
  componentName: "alva-init";
24226
- data: {
24227
- enable: boolean;
24228
- };
24091
+ data: {};
24229
24092
  } | {
24230
24093
  componentName: "alva-score-survey";
24231
- data: {
24232
- enable: boolean;
24233
- };
24094
+ data: {};
24234
24095
  }) & {
24235
24096
  type: "component";
24236
- time: string;
24237
24097
  id?: string | undefined;
24098
+ time?: string | undefined;
24238
24099
  hideAvatar?: boolean | undefined;
24100
+ noSectionPadding?: boolean | undefined;
24239
24101
  }) | {
24240
24102
  message: string;
24241
24103
  type: "user";
@@ -24248,8 +24110,8 @@ export declare const chatConfigSchema: z.ZodObject<{
24248
24110
  text: string;
24249
24111
  };
24250
24112
  type: "bot";
24251
- time: string;
24252
24113
  id: string;
24114
+ time: string;
24253
24115
  references: {
24254
24116
  all: {
24255
24117
  url: string;
@@ -24346,8 +24208,8 @@ export declare const chatConfigSchema: z.ZodObject<{
24346
24208
  text: string;
24347
24209
  };
24348
24210
  type: "bot";
24349
- time: string;
24350
24211
  id: string;
24212
+ time: string;
24351
24213
  references: {
24352
24214
  all: {
24353
24215
  url: string;
@@ -24465,19 +24327,16 @@ export declare const chatConfigSchema: z.ZodObject<{
24465
24327
  };
24466
24328
  } | {
24467
24329
  componentName: "alva-init";
24468
- data: {
24469
- enable: boolean;
24470
- };
24330
+ data: {};
24471
24331
  } | {
24472
24332
  componentName: "alva-score-survey";
24473
- data: {
24474
- enable: boolean;
24475
- };
24333
+ data: {};
24476
24334
  }) & {
24477
24335
  type: "component";
24478
- time: string;
24479
24336
  id?: string | undefined;
24337
+ time?: string | undefined;
24480
24338
  hideAvatar?: boolean | undefined;
24339
+ noSectionPadding?: boolean | undefined;
24481
24340
  }) | {
24482
24341
  message: string;
24483
24342
  type: "user";
@@ -24490,8 +24349,8 @@ export declare const chatConfigSchema: z.ZodObject<{
24490
24349
  text: string;
24491
24350
  };
24492
24351
  type: "bot";
24493
- time: string;
24494
24352
  id: string;
24353
+ time: string;
24495
24354
  references: {
24496
24355
  all: {
24497
24356
  url: string;
@@ -24588,8 +24447,8 @@ export declare const chatConfigSchema: z.ZodObject<{
24588
24447
  text: string;
24589
24448
  };
24590
24449
  type: "bot";
24591
- time: string;
24592
24450
  id: string;
24451
+ time: string;
24593
24452
  references: {
24594
24453
  all: {
24595
24454
  url: string;
@@ -24705,19 +24564,16 @@ export declare const chatConfigSchema: z.ZodObject<{
24705
24564
  };
24706
24565
  } | {
24707
24566
  componentName: "alva-init";
24708
- data: {
24709
- enable: boolean;
24710
- };
24567
+ data: {};
24711
24568
  } | {
24712
24569
  componentName: "alva-score-survey";
24713
- data: {
24714
- enable: boolean;
24715
- };
24570
+ data: {};
24716
24571
  }) & {
24717
24572
  type: "component";
24718
- time: string;
24719
24573
  id?: string | undefined;
24574
+ time?: string | undefined;
24720
24575
  hideAvatar?: boolean | undefined;
24576
+ noSectionPadding?: boolean | undefined;
24721
24577
  }) | {
24722
24578
  message: string;
24723
24579
  type: "user";
@@ -24730,8 +24586,8 @@ export declare const chatConfigSchema: z.ZodObject<{
24730
24586
  text: string;
24731
24587
  };
24732
24588
  type: "bot";
24733
- time: string;
24734
24589
  id: string;
24590
+ time: string;
24735
24591
  references: {
24736
24592
  all: {
24737
24593
  url: string;
@@ -24828,8 +24684,8 @@ export declare const chatConfigSchema: z.ZodObject<{
24828
24684
  text: string;
24829
24685
  };
24830
24686
  type: "bot";
24831
- time: string;
24832
24687
  id: string;
24688
+ time: string;
24833
24689
  references: {
24834
24690
  all: {
24835
24691
  url: string;
@@ -24946,19 +24802,16 @@ export declare const chatConfigSchema: z.ZodObject<{
24946
24802
  };
24947
24803
  } | {
24948
24804
  componentName: "alva-init";
24949
- data: {
24950
- enable: boolean;
24951
- };
24805
+ data: {};
24952
24806
  } | {
24953
24807
  componentName: "alva-score-survey";
24954
- data: {
24955
- enable: boolean;
24956
- };
24808
+ data: {};
24957
24809
  }) & {
24958
24810
  type: "component";
24959
- time: string;
24960
24811
  id?: string | undefined;
24812
+ time?: string | undefined;
24961
24813
  hideAvatar?: boolean | undefined;
24814
+ noSectionPadding?: boolean | undefined;
24962
24815
  }) | {
24963
24816
  message: string;
24964
24817
  type: "user";
@@ -24971,8 +24824,8 @@ export declare const chatConfigSchema: z.ZodObject<{
24971
24824
  text: string;
24972
24825
  };
24973
24826
  type: "bot";
24974
- time: string;
24975
24827
  id: string;
24828
+ time: string;
24976
24829
  references: {
24977
24830
  all: {
24978
24831
  url: string;
@@ -25069,8 +24922,8 @@ export declare const chatConfigSchema: z.ZodObject<{
25069
24922
  text: string;
25070
24923
  };
25071
24924
  type: "bot";
25072
- time: string;
25073
24925
  id: string;
24926
+ time: string;
25074
24927
  references: {
25075
24928
  all: {
25076
24929
  url: string;
@@ -25645,6 +25498,7 @@ export declare const chatConfigSchema: z.ZodObject<{
25645
25498
  ariaSettings?: string | undefined;
25646
25499
  ariaSettingsRegion?: string | undefined;
25647
25500
  ariaReferencesRegion?: string | undefined;
25501
+ ariaOpensInNewTab?: string | undefined;
25648
25502
  ariaFlyoutRegion?: string | undefined;
25649
25503
  ariaSelected?: string | undefined;
25650
25504
  ariaUnselected?: string | undefined;
@@ -25723,19 +25577,16 @@ export declare const chatConfigSchema: z.ZodObject<{
25723
25577
  };
25724
25578
  } | {
25725
25579
  componentName: "alva-init";
25726
- data: {
25727
- enable: boolean;
25728
- };
25580
+ data: {};
25729
25581
  } | {
25730
25582
  componentName: "alva-score-survey";
25731
- data: {
25732
- enable: boolean;
25733
- };
25583
+ data: {};
25734
25584
  }) & {
25735
25585
  type: "component";
25736
- time: string;
25737
25586
  id?: string | undefined;
25587
+ time?: string | undefined;
25738
25588
  hideAvatar?: boolean | undefined;
25589
+ noSectionPadding?: boolean | undefined;
25739
25590
  }) | {
25740
25591
  message: string;
25741
25592
  type: "user";
@@ -25748,8 +25599,8 @@ export declare const chatConfigSchema: z.ZodObject<{
25748
25599
  text: string;
25749
25600
  };
25750
25601
  type: "bot";
25751
- time: string;
25752
25602
  id: string;
25603
+ time: string;
25753
25604
  references: {
25754
25605
  all: {
25755
25606
  url: string;
@@ -25846,8 +25697,8 @@ export declare const chatConfigSchema: z.ZodObject<{
25846
25697
  text: string;
25847
25698
  };
25848
25699
  type: "bot";
25849
- time: string;
25850
25700
  id: string;
25701
+ time: string;
25851
25702
  references: {
25852
25703
  all: {
25853
25704
  url: string;
@@ -25963,19 +25814,16 @@ export declare const chatConfigSchema: z.ZodObject<{
25963
25814
  };
25964
25815
  } | {
25965
25816
  componentName: "alva-init";
25966
- data: {
25967
- enable: boolean;
25968
- };
25817
+ data: {};
25969
25818
  } | {
25970
25819
  componentName: "alva-score-survey";
25971
- data: {
25972
- enable: boolean;
25973
- };
25820
+ data: {};
25974
25821
  }) & {
25975
25822
  type: "component";
25976
- time: string;
25977
25823
  id?: string | undefined;
25824
+ time?: string | undefined;
25978
25825
  hideAvatar?: boolean | undefined;
25826
+ noSectionPadding?: boolean | undefined;
25979
25827
  }) | {
25980
25828
  message: string;
25981
25829
  type: "user";
@@ -25988,8 +25836,8 @@ export declare const chatConfigSchema: z.ZodObject<{
25988
25836
  text: string;
25989
25837
  };
25990
25838
  type: "bot";
25991
- time: string;
25992
25839
  id: string;
25840
+ time: string;
25993
25841
  references: {
25994
25842
  all: {
25995
25843
  url: string;
@@ -26086,8 +25934,8 @@ export declare const chatConfigSchema: z.ZodObject<{
26086
25934
  text: string;
26087
25935
  };
26088
25936
  type: "bot";
26089
- time: string;
26090
25937
  id: string;
25938
+ time: string;
26091
25939
  references: {
26092
25940
  all: {
26093
25941
  url: string;
@@ -26205,19 +26053,16 @@ export declare const chatConfigSchema: z.ZodObject<{
26205
26053
  };
26206
26054
  } | {
26207
26055
  componentName: "alva-init";
26208
- data: {
26209
- enable: boolean;
26210
- };
26056
+ data: {};
26211
26057
  } | {
26212
26058
  componentName: "alva-score-survey";
26213
- data: {
26214
- enable: boolean;
26215
- };
26059
+ data: {};
26216
26060
  }) & {
26217
26061
  type: "component";
26218
- time: string;
26219
26062
  id?: string | undefined;
26063
+ time?: string | undefined;
26220
26064
  hideAvatar?: boolean | undefined;
26065
+ noSectionPadding?: boolean | undefined;
26221
26066
  }) | {
26222
26067
  message: string;
26223
26068
  type: "user";
@@ -26230,8 +26075,8 @@ export declare const chatConfigSchema: z.ZodObject<{
26230
26075
  text: string;
26231
26076
  };
26232
26077
  type: "bot";
26233
- time: string;
26234
26078
  id: string;
26079
+ time: string;
26235
26080
  references: {
26236
26081
  all: {
26237
26082
  url: string;
@@ -26328,8 +26173,8 @@ export declare const chatConfigSchema: z.ZodObject<{
26328
26173
  text: string;
26329
26174
  };
26330
26175
  type: "bot";
26331
- time: string;
26332
26176
  id: string;
26177
+ time: string;
26333
26178
  references: {
26334
26179
  all: {
26335
26180
  url: string;
@@ -26445,19 +26290,16 @@ export declare const chatConfigSchema: z.ZodObject<{
26445
26290
  };
26446
26291
  } | {
26447
26292
  componentName: "alva-init";
26448
- data: {
26449
- enable: boolean;
26450
- };
26293
+ data: {};
26451
26294
  } | {
26452
26295
  componentName: "alva-score-survey";
26453
- data: {
26454
- enable: boolean;
26455
- };
26296
+ data: {};
26456
26297
  }) & {
26457
26298
  type: "component";
26458
- time: string;
26459
26299
  id?: string | undefined;
26300
+ time?: string | undefined;
26460
26301
  hideAvatar?: boolean | undefined;
26302
+ noSectionPadding?: boolean | undefined;
26461
26303
  }) | {
26462
26304
  message: string;
26463
26305
  type: "user";
@@ -26470,8 +26312,8 @@ export declare const chatConfigSchema: z.ZodObject<{
26470
26312
  text: string;
26471
26313
  };
26472
26314
  type: "bot";
26473
- time: string;
26474
26315
  id: string;
26316
+ time: string;
26475
26317
  references: {
26476
26318
  all: {
26477
26319
  url: string;
@@ -26568,8 +26410,8 @@ export declare const chatConfigSchema: z.ZodObject<{
26568
26410
  text: string;
26569
26411
  };
26570
26412
  type: "bot";
26571
- time: string;
26572
26413
  id: string;
26414
+ time: string;
26573
26415
  references: {
26574
26416
  all: {
26575
26417
  url: string;
@@ -26686,19 +26528,16 @@ export declare const chatConfigSchema: z.ZodObject<{
26686
26528
  };
26687
26529
  } | {
26688
26530
  componentName: "alva-init";
26689
- data: {
26690
- enable: boolean;
26691
- };
26531
+ data: {};
26692
26532
  } | {
26693
26533
  componentName: "alva-score-survey";
26694
- data: {
26695
- enable: boolean;
26696
- };
26534
+ data: {};
26697
26535
  }) & {
26698
26536
  type: "component";
26699
- time: string;
26700
26537
  id?: string | undefined;
26538
+ time?: string | undefined;
26701
26539
  hideAvatar?: boolean | undefined;
26540
+ noSectionPadding?: boolean | undefined;
26702
26541
  }) | {
26703
26542
  message: string;
26704
26543
  type: "user";
@@ -26711,8 +26550,8 @@ export declare const chatConfigSchema: z.ZodObject<{
26711
26550
  text: string;
26712
26551
  };
26713
26552
  type: "bot";
26714
- time: string;
26715
26553
  id: string;
26554
+ time: string;
26716
26555
  references: {
26717
26556
  all: {
26718
26557
  url: string;
@@ -26809,8 +26648,8 @@ export declare const chatConfigSchema: z.ZodObject<{
26809
26648
  text: string;
26810
26649
  };
26811
26650
  type: "bot";
26812
- time: string;
26813
26651
  id: string;
26652
+ time: string;
26814
26653
  references: {
26815
26654
  all: {
26816
26655
  url: string;