@koredev/agentai-web-sdk 3.20.8-rc → 3.21.0-rc
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/dist/components/common/constants/projConsts.d.ts +7 -0
- package/dist/components/common/i18n/ar.d.ts +4 -0
- package/dist/components/common/i18n/as.d.ts +4 -0
- package/dist/components/common/i18n/az.d.ts +4 -0
- package/dist/components/common/i18n/bn.d.ts +4 -0
- package/dist/components/common/i18n/ca.d.ts +4 -0
- package/dist/components/common/i18n/da.d.ts +4 -0
- package/dist/components/common/i18n/de.d.ts +4 -0
- package/dist/components/common/i18n/en.d.ts +4 -0
- package/dist/components/common/i18n/es.d.ts +4 -0
- package/dist/components/common/i18n/fa.d.ts +4 -0
- package/dist/components/common/i18n/fi.d.ts +4 -0
- package/dist/components/common/i18n/fr.d.ts +4 -0
- package/dist/components/common/i18n/gu.d.ts +4 -0
- package/dist/components/common/i18n/he.d.ts +4 -0
- package/dist/components/common/i18n/hi.d.ts +4 -0
- package/dist/components/common/i18n/ht.d.ts +4 -0
- package/dist/components/common/i18n/id.d.ts +4 -0
- package/dist/components/common/i18n/it.d.ts +4 -0
- package/dist/components/common/i18n/ja.d.ts +4 -0
- package/dist/components/common/i18n/kn.d.ts +4 -0
- package/dist/components/common/i18n/ko.d.ts +4 -0
- package/dist/components/common/i18n/ml.d.ts +4 -0
- package/dist/components/common/i18n/mr.d.ts +4 -0
- package/dist/components/common/i18n/ms.d.ts +4 -0
- package/dist/components/common/i18n/my.d.ts +4 -0
- package/dist/components/common/i18n/ne.d.ts +4 -0
- package/dist/components/common/i18n/nl.d.ts +4 -0
- package/dist/components/common/i18n/or.d.ts +4 -0
- package/dist/components/common/i18n/pa.d.ts +4 -0
- package/dist/components/common/i18n/pl.d.ts +4 -0
- package/dist/components/common/i18n/pt.d.ts +4 -0
- package/dist/components/common/i18n/pt_pt.d.ts +4 -0
- package/dist/components/common/i18n/ru.d.ts +4 -0
- package/dist/components/common/i18n/sv.d.ts +4 -0
- package/dist/components/common/i18n/ta.d.ts +4 -0
- package/dist/components/common/i18n/te.d.ts +4 -0
- package/dist/components/common/i18n/th.d.ts +4 -0
- package/dist/components/common/i18n/tl.d.ts +4 -0
- package/dist/components/common/i18n/tr.d.ts +4 -0
- package/dist/components/common/i18n/uk.d.ts +4 -0
- package/dist/components/common/i18n/ur.d.ts +4 -0
- package/dist/components/common/i18n/vi.d.ts +4 -0
- package/dist/components/common/i18n/zh_cn.d.ts +4 -0
- package/dist/components/common/i18n/zh_tw.d.ts +4 -0
- package/dist/components/common/services/rootService.d.ts +8 -1
- package/dist/components/common/templatemanager/tabs/conversation-search/conversationSearch.d.ts +3 -0
- package/dist/components/common/templatemanager/tabs/search-bar-config/searchBarConfig.d.ts +3 -0
- package/dist/components/common/templatemanager/tabs/skeleton-loader/skeleton-loader.d.ts +19 -0
- package/dist/components/common/utils/randomuuid.d.ts +1 -1
- package/dist/esm/agentai-web-sdk.min.js +1 -1
- package/dist/plugins/i18n.d.ts +176 -0
- package/dist/umd/agentai-web-sdk-umd.min.js +1 -1
- package/package.json +1 -1
package/dist/plugins/i18n.d.ts
CHANGED
|
@@ -188,6 +188,10 @@ declare class aai18nPlugin {
|
|
|
188
188
|
PAUSE_AGENTIC: string;
|
|
189
189
|
RESUME_AGENTIC: string;
|
|
190
190
|
RESUME_AUTO_SEND: string;
|
|
191
|
+
NO_CONVERSATION_SEARCH: string;
|
|
192
|
+
SEARCH_WORKFLOWS: string;
|
|
193
|
+
NO_SEARCH_RESULTS: string;
|
|
194
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
191
195
|
};
|
|
192
196
|
ar: {
|
|
193
197
|
TRIGGER_LISTEN: string;
|
|
@@ -361,6 +365,10 @@ declare class aai18nPlugin {
|
|
|
361
365
|
PAUSE_AGENTIC: string;
|
|
362
366
|
RESUME_AGENTIC: string;
|
|
363
367
|
RESUME_AUTO_SEND: string;
|
|
368
|
+
NO_CONVERSATION_SEARCH: string;
|
|
369
|
+
SEARCH_WORKFLOWS: string;
|
|
370
|
+
NO_SEARCH_RESULTS: string;
|
|
371
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
364
372
|
};
|
|
365
373
|
da: {
|
|
366
374
|
TRIGGER_LISTEN: string;
|
|
@@ -539,6 +547,10 @@ declare class aai18nPlugin {
|
|
|
539
547
|
PAUSE_AGENTIC: string;
|
|
540
548
|
RESUME_AGENTIC: string;
|
|
541
549
|
RESUME_AUTO_SEND: string;
|
|
550
|
+
NO_CONVERSATION_SEARCH: string;
|
|
551
|
+
SEARCH_WORKFLOWS: string;
|
|
552
|
+
NO_SEARCH_RESULTS: string;
|
|
553
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
542
554
|
};
|
|
543
555
|
de: {
|
|
544
556
|
TRIGGER_LISTEN: string;
|
|
@@ -711,6 +723,10 @@ declare class aai18nPlugin {
|
|
|
711
723
|
PAUSE_AGENTIC: string;
|
|
712
724
|
RESUME_AGENTIC: string;
|
|
713
725
|
RESUME_AUTO_SEND: string;
|
|
726
|
+
NO_CONVERSATION_SEARCH: string;
|
|
727
|
+
SEARCH_WORKFLOWS: string;
|
|
728
|
+
NO_SEARCH_RESULTS: string;
|
|
729
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
714
730
|
};
|
|
715
731
|
es: {
|
|
716
732
|
TRIGGER_LISTEN: string;
|
|
@@ -883,6 +899,10 @@ declare class aai18nPlugin {
|
|
|
883
899
|
PAUSE_AGENTIC: string;
|
|
884
900
|
RESUME_AGENTIC: string;
|
|
885
901
|
RESUME_AUTO_SEND: string;
|
|
902
|
+
NO_CONVERSATION_SEARCH: string;
|
|
903
|
+
SEARCH_WORKFLOWS: string;
|
|
904
|
+
NO_SEARCH_RESULTS: string;
|
|
905
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
886
906
|
};
|
|
887
907
|
fa: {
|
|
888
908
|
TRIGGER_LISTEN: string;
|
|
@@ -1062,6 +1082,10 @@ declare class aai18nPlugin {
|
|
|
1062
1082
|
PAUSE_AGENTIC: string;
|
|
1063
1083
|
RESUME_AGENTIC: string;
|
|
1064
1084
|
RESUME_AUTO_SEND: string;
|
|
1085
|
+
NO_CONVERSATION_SEARCH: string;
|
|
1086
|
+
SEARCH_WORKFLOWS: string;
|
|
1087
|
+
NO_SEARCH_RESULTS: string;
|
|
1088
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
1065
1089
|
};
|
|
1066
1090
|
fi: {
|
|
1067
1091
|
TRIGGER_LISTEN: string;
|
|
@@ -1241,6 +1265,10 @@ declare class aai18nPlugin {
|
|
|
1241
1265
|
PAUSE_AGENTIC: string;
|
|
1242
1266
|
RESUME_AGENTIC: string;
|
|
1243
1267
|
RESUME_AUTO_SEND: string;
|
|
1268
|
+
NO_CONVERSATION_SEARCH: string;
|
|
1269
|
+
SEARCH_WORKFLOWS: string;
|
|
1270
|
+
NO_SEARCH_RESULTS: string;
|
|
1271
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
1244
1272
|
};
|
|
1245
1273
|
fr: {
|
|
1246
1274
|
TRIGGER_LISTEN: string;
|
|
@@ -1413,6 +1441,10 @@ declare class aai18nPlugin {
|
|
|
1413
1441
|
PAUSE_AGENTIC: string;
|
|
1414
1442
|
RESUME_AGENTIC: string;
|
|
1415
1443
|
RESUME_AUTO_SEND: string;
|
|
1444
|
+
NO_CONVERSATION_SEARCH: string;
|
|
1445
|
+
SEARCH_WORKFLOWS: string;
|
|
1446
|
+
NO_SEARCH_RESULTS: string;
|
|
1447
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
1416
1448
|
};
|
|
1417
1449
|
hi: {
|
|
1418
1450
|
TRIGGER_LISTEN: string;
|
|
@@ -1592,6 +1624,10 @@ declare class aai18nPlugin {
|
|
|
1592
1624
|
PAUSE_AGENTIC: string;
|
|
1593
1625
|
RESUME_AGENTIC: string;
|
|
1594
1626
|
RESUME_AUTO_SEND: string;
|
|
1627
|
+
NO_CONVERSATION_SEARCH: string;
|
|
1628
|
+
SEARCH_WORKFLOWS: string;
|
|
1629
|
+
NO_SEARCH_RESULTS: string;
|
|
1630
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
1595
1631
|
};
|
|
1596
1632
|
he: {
|
|
1597
1633
|
TRIGGER_LISTEN: string;
|
|
@@ -1771,6 +1807,10 @@ declare class aai18nPlugin {
|
|
|
1771
1807
|
PAUSE_AGENTIC: string;
|
|
1772
1808
|
RESUME_AGENTIC: string;
|
|
1773
1809
|
RESUME_AUTO_SEND: string;
|
|
1810
|
+
NO_CONVERSATION_SEARCH: string;
|
|
1811
|
+
SEARCH_WORKFLOWS: string;
|
|
1812
|
+
NO_SEARCH_RESULTS: string;
|
|
1813
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
1774
1814
|
};
|
|
1775
1815
|
gu: {
|
|
1776
1816
|
TRIGGER_LISTEN: string;
|
|
@@ -1950,6 +1990,10 @@ declare class aai18nPlugin {
|
|
|
1950
1990
|
PAUSE_AGENTIC: string;
|
|
1951
1991
|
RESUME_AGENTIC: string;
|
|
1952
1992
|
RESUME_AUTO_SEND: string;
|
|
1993
|
+
NO_CONVERSATION_SEARCH: string;
|
|
1994
|
+
SEARCH_WORKFLOWS: string;
|
|
1995
|
+
NO_SEARCH_RESULTS: string;
|
|
1996
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
1953
1997
|
};
|
|
1954
1998
|
id: {
|
|
1955
1999
|
TRIGGER_LISTEN: string;
|
|
@@ -2129,6 +2173,10 @@ declare class aai18nPlugin {
|
|
|
2129
2173
|
PAUSE_AGENTIC: string;
|
|
2130
2174
|
RESUME_AGENTIC: string;
|
|
2131
2175
|
RESUME_AUTO_SEND: string;
|
|
2176
|
+
NO_CONVERSATION_SEARCH: string;
|
|
2177
|
+
SEARCH_WORKFLOWS: string;
|
|
2178
|
+
NO_SEARCH_RESULTS: string;
|
|
2179
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
2132
2180
|
};
|
|
2133
2181
|
as: {
|
|
2134
2182
|
TRIGGER_LISTEN: string;
|
|
@@ -2308,6 +2356,10 @@ declare class aai18nPlugin {
|
|
|
2308
2356
|
PAUSE_AGENTIC: string;
|
|
2309
2357
|
RESUME_AGENTIC: string;
|
|
2310
2358
|
RESUME_AUTO_SEND: string;
|
|
2359
|
+
NO_CONVERSATION_SEARCH: string;
|
|
2360
|
+
SEARCH_WORKFLOWS: string;
|
|
2361
|
+
NO_SEARCH_RESULTS: string;
|
|
2362
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
2311
2363
|
};
|
|
2312
2364
|
it: {
|
|
2313
2365
|
TRIGGER_LISTEN: string;
|
|
@@ -2480,6 +2532,10 @@ declare class aai18nPlugin {
|
|
|
2480
2532
|
PAUSE_AGENTIC: string;
|
|
2481
2533
|
RESUME_AGENTIC: string;
|
|
2482
2534
|
RESUME_AUTO_SEND: string;
|
|
2535
|
+
NO_CONVERSATION_SEARCH: string;
|
|
2536
|
+
SEARCH_WORKFLOWS: string;
|
|
2537
|
+
NO_SEARCH_RESULTS: string;
|
|
2538
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
2483
2539
|
};
|
|
2484
2540
|
ja: {
|
|
2485
2541
|
TRIGGER_LISTEN: string;
|
|
@@ -2652,6 +2708,10 @@ declare class aai18nPlugin {
|
|
|
2652
2708
|
PAUSE_AGENTIC: string;
|
|
2653
2709
|
RESUME_AGENTIC: string;
|
|
2654
2710
|
RESUME_AUTO_SEND: string;
|
|
2711
|
+
NO_CONVERSATION_SEARCH: string;
|
|
2712
|
+
SEARCH_WORKFLOWS: string;
|
|
2713
|
+
NO_SEARCH_RESULTS: string;
|
|
2714
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
2655
2715
|
};
|
|
2656
2716
|
kn: {
|
|
2657
2717
|
TRIGGER_LISTEN: string;
|
|
@@ -2831,6 +2891,10 @@ declare class aai18nPlugin {
|
|
|
2831
2891
|
PAUSE_AGENTIC: string;
|
|
2832
2892
|
RESUME_AGENTIC: string;
|
|
2833
2893
|
RESUME_AUTO_SEND: string;
|
|
2894
|
+
NO_CONVERSATION_SEARCH: string;
|
|
2895
|
+
SEARCH_WORKFLOWS: string;
|
|
2896
|
+
NO_SEARCH_RESULTS: string;
|
|
2897
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
2834
2898
|
};
|
|
2835
2899
|
ko: {
|
|
2836
2900
|
TRIGGER_LISTEN: string;
|
|
@@ -3003,6 +3067,10 @@ declare class aai18nPlugin {
|
|
|
3003
3067
|
PAUSE_AGENTIC: string;
|
|
3004
3068
|
RESUME_AGENTIC: string;
|
|
3005
3069
|
RESUME_AUTO_SEND: string;
|
|
3070
|
+
NO_CONVERSATION_SEARCH: string;
|
|
3071
|
+
SEARCH_WORKFLOWS: string;
|
|
3072
|
+
NO_SEARCH_RESULTS: string;
|
|
3073
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
3006
3074
|
};
|
|
3007
3075
|
ml: {
|
|
3008
3076
|
TRIGGER_LISTEN: string;
|
|
@@ -3182,6 +3250,10 @@ declare class aai18nPlugin {
|
|
|
3182
3250
|
PAUSE_AGENTIC: string;
|
|
3183
3251
|
RESUME_AGENTIC: string;
|
|
3184
3252
|
RESUME_AUTO_SEND: string;
|
|
3253
|
+
NO_CONVERSATION_SEARCH: string;
|
|
3254
|
+
SEARCH_WORKFLOWS: string;
|
|
3255
|
+
NO_SEARCH_RESULTS: string;
|
|
3256
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
3185
3257
|
};
|
|
3186
3258
|
mr: {
|
|
3187
3259
|
TRIGGER_LISTEN: string;
|
|
@@ -3361,6 +3433,10 @@ declare class aai18nPlugin {
|
|
|
3361
3433
|
PAUSE_AGENTIC: string;
|
|
3362
3434
|
RESUME_AGENTIC: string;
|
|
3363
3435
|
RESUME_AUTO_SEND: string;
|
|
3436
|
+
NO_CONVERSATION_SEARCH: string;
|
|
3437
|
+
SEARCH_WORKFLOWS: string;
|
|
3438
|
+
NO_SEARCH_RESULTS: string;
|
|
3439
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
3364
3440
|
};
|
|
3365
3441
|
ms: {
|
|
3366
3442
|
TRIGGER_LISTEN: string;
|
|
@@ -3540,6 +3616,10 @@ declare class aai18nPlugin {
|
|
|
3540
3616
|
PAUSE_AGENTIC: string;
|
|
3541
3617
|
RESUME_AGENTIC: string;
|
|
3542
3618
|
RESUME_AUTO_SEND: string;
|
|
3619
|
+
NO_CONVERSATION_SEARCH: string;
|
|
3620
|
+
SEARCH_WORKFLOWS: string;
|
|
3621
|
+
NO_SEARCH_RESULTS: string;
|
|
3622
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
3543
3623
|
};
|
|
3544
3624
|
ne: {
|
|
3545
3625
|
TRIGGER_LISTEN: string;
|
|
@@ -3719,6 +3799,10 @@ declare class aai18nPlugin {
|
|
|
3719
3799
|
PAUSE_AGENTIC: string;
|
|
3720
3800
|
RESUME_AGENTIC: string;
|
|
3721
3801
|
RESUME_AUTO_SEND: string;
|
|
3802
|
+
NO_CONVERSATION_SEARCH: string;
|
|
3803
|
+
SEARCH_WORKFLOWS: string;
|
|
3804
|
+
NO_SEARCH_RESULTS: string;
|
|
3805
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
3722
3806
|
};
|
|
3723
3807
|
nl: {
|
|
3724
3808
|
TRIGGER_LISTEN: string;
|
|
@@ -3898,6 +3982,10 @@ declare class aai18nPlugin {
|
|
|
3898
3982
|
PAUSE_AGENTIC: string;
|
|
3899
3983
|
RESUME_AGENTIC: string;
|
|
3900
3984
|
RESUME_AUTO_SEND: string;
|
|
3985
|
+
NO_CONVERSATION_SEARCH: string;
|
|
3986
|
+
SEARCH_WORKFLOWS: string;
|
|
3987
|
+
NO_SEARCH_RESULTS: string;
|
|
3988
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
3901
3989
|
};
|
|
3902
3990
|
or: {
|
|
3903
3991
|
TRIGGER_LISTEN: string;
|
|
@@ -4077,6 +4165,10 @@ declare class aai18nPlugin {
|
|
|
4077
4165
|
PAUSE_AGENTIC: string;
|
|
4078
4166
|
RESUME_AGENTIC: string;
|
|
4079
4167
|
RESUME_AUTO_SEND: string;
|
|
4168
|
+
NO_CONVERSATION_SEARCH: string;
|
|
4169
|
+
SEARCH_WORKFLOWS: string;
|
|
4170
|
+
NO_SEARCH_RESULTS: string;
|
|
4171
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
4080
4172
|
};
|
|
4081
4173
|
pa: {
|
|
4082
4174
|
TRIGGER_LISTEN: string;
|
|
@@ -4256,6 +4348,10 @@ declare class aai18nPlugin {
|
|
|
4256
4348
|
PAUSE_AGENTIC: string;
|
|
4257
4349
|
RESUME_AGENTIC: string;
|
|
4258
4350
|
RESUME_AUTO_SEND: string;
|
|
4351
|
+
NO_CONVERSATION_SEARCH: string;
|
|
4352
|
+
SEARCH_WORKFLOWS: string;
|
|
4353
|
+
NO_SEARCH_RESULTS: string;
|
|
4354
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
4259
4355
|
};
|
|
4260
4356
|
pl: {
|
|
4261
4357
|
TRIGGER_LISTEN: string;
|
|
@@ -4435,6 +4531,10 @@ declare class aai18nPlugin {
|
|
|
4435
4531
|
PAUSE_AGENTIC: string;
|
|
4436
4532
|
RESUME_AGENTIC: string;
|
|
4437
4533
|
RESUME_AUTO_SEND: string;
|
|
4534
|
+
NO_CONVERSATION_SEARCH: string;
|
|
4535
|
+
SEARCH_WORKFLOWS: string;
|
|
4536
|
+
NO_SEARCH_RESULTS: string;
|
|
4537
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
4438
4538
|
};
|
|
4439
4539
|
pt: {
|
|
4440
4540
|
TRIGGER_LISTEN: string;
|
|
@@ -4614,6 +4714,10 @@ declare class aai18nPlugin {
|
|
|
4614
4714
|
PAUSE_AGENTIC: string;
|
|
4615
4715
|
RESUME_AGENTIC: string;
|
|
4616
4716
|
RESUME_AUTO_SEND: string;
|
|
4717
|
+
NO_CONVERSATION_SEARCH: string;
|
|
4718
|
+
SEARCH_WORKFLOWS: string;
|
|
4719
|
+
NO_SEARCH_RESULTS: string;
|
|
4720
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
4617
4721
|
};
|
|
4618
4722
|
pt_pt: {
|
|
4619
4723
|
TRIGGER_LISTEN: string;
|
|
@@ -4793,6 +4897,10 @@ declare class aai18nPlugin {
|
|
|
4793
4897
|
PAUSE_AGENTIC: string;
|
|
4794
4898
|
RESUME_AGENTIC: string;
|
|
4795
4899
|
RESUME_AUTO_SEND: string;
|
|
4900
|
+
NO_CONVERSATION_SEARCH: string;
|
|
4901
|
+
SEARCH_WORKFLOWS: string;
|
|
4902
|
+
NO_SEARCH_RESULTS: string;
|
|
4903
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
4796
4904
|
};
|
|
4797
4905
|
ru: {
|
|
4798
4906
|
TRIGGER_LISTEN: string;
|
|
@@ -4972,6 +5080,10 @@ declare class aai18nPlugin {
|
|
|
4972
5080
|
PAUSE_AGENTIC: string;
|
|
4973
5081
|
RESUME_AGENTIC: string;
|
|
4974
5082
|
RESUME_AUTO_SEND: string;
|
|
5083
|
+
NO_CONVERSATION_SEARCH: string;
|
|
5084
|
+
SEARCH_WORKFLOWS: string;
|
|
5085
|
+
NO_SEARCH_RESULTS: string;
|
|
5086
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
4975
5087
|
};
|
|
4976
5088
|
sv: {
|
|
4977
5089
|
TRIGGER_LISTEN: string;
|
|
@@ -5151,6 +5263,10 @@ declare class aai18nPlugin {
|
|
|
5151
5263
|
PAUSE_AGENTIC: string;
|
|
5152
5264
|
RESUME_AGENTIC: string;
|
|
5153
5265
|
RESUME_AUTO_SEND: string;
|
|
5266
|
+
NO_CONVERSATION_SEARCH: string;
|
|
5267
|
+
SEARCH_WORKFLOWS: string;
|
|
5268
|
+
NO_SEARCH_RESULTS: string;
|
|
5269
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
5154
5270
|
};
|
|
5155
5271
|
ta: {
|
|
5156
5272
|
TRIGGER_LISTEN: string;
|
|
@@ -5330,6 +5446,10 @@ declare class aai18nPlugin {
|
|
|
5330
5446
|
PAUSE_AGENTIC: string;
|
|
5331
5447
|
RESUME_AGENTIC: string;
|
|
5332
5448
|
RESUME_AUTO_SEND: string;
|
|
5449
|
+
NO_CONVERSATION_SEARCH: string;
|
|
5450
|
+
SEARCH_WORKFLOWS: string;
|
|
5451
|
+
NO_SEARCH_RESULTS: string;
|
|
5452
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
5333
5453
|
};
|
|
5334
5454
|
te: {
|
|
5335
5455
|
TRIGGER_LISTEN: string;
|
|
@@ -5509,6 +5629,10 @@ declare class aai18nPlugin {
|
|
|
5509
5629
|
PAUSE_AGENTIC: string;
|
|
5510
5630
|
RESUME_AGENTIC: string;
|
|
5511
5631
|
RESUME_AUTO_SEND: string;
|
|
5632
|
+
NO_CONVERSATION_SEARCH: string;
|
|
5633
|
+
SEARCH_WORKFLOWS: string;
|
|
5634
|
+
NO_SEARCH_RESULTS: string;
|
|
5635
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
5512
5636
|
};
|
|
5513
5637
|
tl: {
|
|
5514
5638
|
TRIGGER_LISTEN: string;
|
|
@@ -5688,6 +5812,10 @@ declare class aai18nPlugin {
|
|
|
5688
5812
|
PAUSE_AGENTIC: string;
|
|
5689
5813
|
RESUME_AGENTIC: string;
|
|
5690
5814
|
RESUME_AUTO_SEND: string;
|
|
5815
|
+
NO_CONVERSATION_SEARCH: string;
|
|
5816
|
+
SEARCH_WORKFLOWS: string;
|
|
5817
|
+
NO_SEARCH_RESULTS: string;
|
|
5818
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
5691
5819
|
};
|
|
5692
5820
|
tr: {
|
|
5693
5821
|
TRIGGER_LISTEN: string;
|
|
@@ -5867,6 +5995,10 @@ declare class aai18nPlugin {
|
|
|
5867
5995
|
PAUSE_AGENTIC: string;
|
|
5868
5996
|
RESUME_AGENTIC: string;
|
|
5869
5997
|
RESUME_AUTO_SEND: string;
|
|
5998
|
+
NO_CONVERSATION_SEARCH: string;
|
|
5999
|
+
SEARCH_WORKFLOWS: string;
|
|
6000
|
+
NO_SEARCH_RESULTS: string;
|
|
6001
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
5870
6002
|
};
|
|
5871
6003
|
uk: {
|
|
5872
6004
|
TRIGGER_LISTEN: string;
|
|
@@ -6046,6 +6178,10 @@ declare class aai18nPlugin {
|
|
|
6046
6178
|
PAUSE_AGENTIC: string;
|
|
6047
6179
|
RESUME_AGENTIC: string;
|
|
6048
6180
|
RESUME_AUTO_SEND: string;
|
|
6181
|
+
NO_CONVERSATION_SEARCH: string;
|
|
6182
|
+
SEARCH_WORKFLOWS: string;
|
|
6183
|
+
NO_SEARCH_RESULTS: string;
|
|
6184
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
6049
6185
|
};
|
|
6050
6186
|
ur: {
|
|
6051
6187
|
TRIGGER_LISTEN: string;
|
|
@@ -6225,6 +6361,10 @@ declare class aai18nPlugin {
|
|
|
6225
6361
|
PAUSE_AGENTIC: string;
|
|
6226
6362
|
RESUME_AGENTIC: string;
|
|
6227
6363
|
RESUME_AUTO_SEND: string;
|
|
6364
|
+
NO_CONVERSATION_SEARCH: string;
|
|
6365
|
+
SEARCH_WORKFLOWS: string;
|
|
6366
|
+
NO_SEARCH_RESULTS: string;
|
|
6367
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
6228
6368
|
};
|
|
6229
6369
|
bn: {
|
|
6230
6370
|
TRIGGER_LISTEN: string;
|
|
@@ -6404,6 +6544,10 @@ declare class aai18nPlugin {
|
|
|
6404
6544
|
PAUSE_AGENTIC: string;
|
|
6405
6545
|
RESUME_AGENTIC: string;
|
|
6406
6546
|
RESUME_AUTO_SEND: string;
|
|
6547
|
+
NO_CONVERSATION_SEARCH: string;
|
|
6548
|
+
SEARCH_WORKFLOWS: string;
|
|
6549
|
+
NO_SEARCH_RESULTS: string;
|
|
6550
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
6407
6551
|
};
|
|
6408
6552
|
ht: {
|
|
6409
6553
|
TRIGGER_LISTEN: string;
|
|
@@ -6583,6 +6727,10 @@ declare class aai18nPlugin {
|
|
|
6583
6727
|
PAUSE_AGENTIC: string;
|
|
6584
6728
|
RESUME_AGENTIC: string;
|
|
6585
6729
|
RESUME_AUTO_SEND: string;
|
|
6730
|
+
NO_CONVERSATION_SEARCH: string;
|
|
6731
|
+
SEARCH_WORKFLOWS: string;
|
|
6732
|
+
NO_SEARCH_RESULTS: string;
|
|
6733
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
6586
6734
|
};
|
|
6587
6735
|
ca: {
|
|
6588
6736
|
TRIGGER_LISTEN: string;
|
|
@@ -6762,6 +6910,10 @@ declare class aai18nPlugin {
|
|
|
6762
6910
|
PAUSE_AGENTIC: string;
|
|
6763
6911
|
RESUME_AGENTIC: string;
|
|
6764
6912
|
RESUME_AUTO_SEND: string;
|
|
6913
|
+
NO_CONVERSATION_SEARCH: string;
|
|
6914
|
+
SEARCH_WORKFLOWS: string;
|
|
6915
|
+
NO_SEARCH_RESULTS: string;
|
|
6916
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
6765
6917
|
};
|
|
6766
6918
|
az: {
|
|
6767
6919
|
TRIGGER_LISTEN: string;
|
|
@@ -6941,6 +7093,10 @@ declare class aai18nPlugin {
|
|
|
6941
7093
|
PAUSE_AGENTIC: string;
|
|
6942
7094
|
RESUME_AGENTIC: string;
|
|
6943
7095
|
RESUME_AUTO_SEND: string;
|
|
7096
|
+
NO_CONVERSATION_SEARCH: string;
|
|
7097
|
+
SEARCH_WORKFLOWS: string;
|
|
7098
|
+
NO_SEARCH_RESULTS: string;
|
|
7099
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
6944
7100
|
};
|
|
6945
7101
|
my: {
|
|
6946
7102
|
TRIGGER_LISTEN: string;
|
|
@@ -7119,6 +7275,10 @@ declare class aai18nPlugin {
|
|
|
7119
7275
|
PAUSE_AGENTIC: string;
|
|
7120
7276
|
RESUME_AGENTIC: string;
|
|
7121
7277
|
RESUME_AUTO_SEND: string;
|
|
7278
|
+
NO_CONVERSATION_SEARCH: string;
|
|
7279
|
+
SEARCH_WORKFLOWS: string;
|
|
7280
|
+
NO_SEARCH_RESULTS: string;
|
|
7281
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
7122
7282
|
};
|
|
7123
7283
|
th: {
|
|
7124
7284
|
TRIGGER_LISTEN: string;
|
|
@@ -7298,6 +7458,10 @@ declare class aai18nPlugin {
|
|
|
7298
7458
|
PAUSE_AGENTIC: string;
|
|
7299
7459
|
RESUME_AGENTIC: string;
|
|
7300
7460
|
RESUME_AUTO_SEND: string;
|
|
7461
|
+
NO_CONVERSATION_SEARCH: string;
|
|
7462
|
+
SEARCH_WORKFLOWS: string;
|
|
7463
|
+
NO_SEARCH_RESULTS: string;
|
|
7464
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
7301
7465
|
};
|
|
7302
7466
|
vi: {
|
|
7303
7467
|
TRIGGER_LISTEN: string;
|
|
@@ -7477,6 +7641,10 @@ declare class aai18nPlugin {
|
|
|
7477
7641
|
PAUSE_AGENTIC: string;
|
|
7478
7642
|
RESUME_AGENTIC: string;
|
|
7479
7643
|
RESUME_AUTO_SEND: string;
|
|
7644
|
+
NO_CONVERSATION_SEARCH: string;
|
|
7645
|
+
SEARCH_WORKFLOWS: string;
|
|
7646
|
+
NO_SEARCH_RESULTS: string;
|
|
7647
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
7480
7648
|
};
|
|
7481
7649
|
zh_cn: {
|
|
7482
7650
|
TRIGGER_LISTEN: string;
|
|
@@ -7649,6 +7817,10 @@ declare class aai18nPlugin {
|
|
|
7649
7817
|
PAUSE_AGENTIC: string;
|
|
7650
7818
|
RESUME_AGENTIC: string;
|
|
7651
7819
|
RESUME_AUTO_SEND: string;
|
|
7820
|
+
NO_CONVERSATION_SEARCH: string;
|
|
7821
|
+
SEARCH_WORKFLOWS: string;
|
|
7822
|
+
NO_SEARCH_RESULTS: string;
|
|
7823
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
7652
7824
|
};
|
|
7653
7825
|
zh_tw: {
|
|
7654
7826
|
TRIGGER_LISTEN: string;
|
|
@@ -7828,6 +8000,10 @@ declare class aai18nPlugin {
|
|
|
7828
8000
|
PAUSE_AGENTIC: string;
|
|
7829
8001
|
RESUME_AGENTIC: string;
|
|
7830
8002
|
RESUME_AUTO_SEND: string;
|
|
8003
|
+
NO_CONVERSATION_SEARCH: string;
|
|
8004
|
+
SEARCH_WORKFLOWS: string;
|
|
8005
|
+
NO_SEARCH_RESULTS: string;
|
|
8006
|
+
CONVERSATION_SEARCH_LIBRARY: string;
|
|
7831
8007
|
};
|
|
7832
8008
|
};
|
|
7833
8009
|
};
|