deep-chat-dev 9.0.133 → 9.0.134
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/README.md +3 -3
- package/custom-elements.json +1413 -1399
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.d.ts +2 -2
- package/dist/deepChat.js +425 -418
- package/dist/services/serviceIO.d.ts +2 -2
- package/dist/services/utils/baseServiceIO.d.ts +2 -2
- package/dist/types/{request.d.ts → connect.d.ts} +2 -2
- package/dist/types/{request.d.ts.map → connect.d.ts.map} +1 -1
- package/dist/types/fileServiceConfigs.d.ts +4 -4
- package/dist/utils/HTTP/requestUtils.d.ts +2 -2
- package/dist/utils/legacy/legacy.d.ts +2 -1
- package/dist/utils/legacy/legacy.d.ts.map +1 -1
- package/dist/views/chat/messages/messages.d.ts +1 -1
- package/dist/views/chat/messages/messages.d.ts.map +1 -1
- package/dist/webModel/webModel.d.ts +1 -1
- package/dist/webModel/webModel.d.ts.map +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
@@ -20,9 +20,9 @@
|
|
20
20
|
},
|
21
21
|
{
|
22
22
|
"kind": "field",
|
23
|
-
"name": "
|
23
|
+
"name": "connect",
|
24
24
|
"type": {
|
25
|
-
"text": "
|
25
|
+
"text": "Connect | undefined"
|
26
26
|
}
|
27
27
|
},
|
28
28
|
{
|
@@ -501,6 +501,54 @@
|
|
501
501
|
}
|
502
502
|
]
|
503
503
|
},
|
504
|
+
{
|
505
|
+
"kind": "javascript-module",
|
506
|
+
"path": "src/services/serviceIO.ts",
|
507
|
+
"declarations": [],
|
508
|
+
"exports": []
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"kind": "javascript-module",
|
512
|
+
"path": "src/services/serviceIOFactory.ts",
|
513
|
+
"declarations": [
|
514
|
+
{
|
515
|
+
"kind": "class",
|
516
|
+
"description": "",
|
517
|
+
"name": "ServiceIOFactory",
|
518
|
+
"members": [
|
519
|
+
{
|
520
|
+
"kind": "method",
|
521
|
+
"name": "create",
|
522
|
+
"privacy": "public",
|
523
|
+
"static": true,
|
524
|
+
"return": {
|
525
|
+
"type": {
|
526
|
+
"text": "ServiceIO"
|
527
|
+
}
|
528
|
+
},
|
529
|
+
"parameters": [
|
530
|
+
{
|
531
|
+
"name": "deepChat",
|
532
|
+
"type": {
|
533
|
+
"text": "DeepChat"
|
534
|
+
}
|
535
|
+
}
|
536
|
+
]
|
537
|
+
}
|
538
|
+
]
|
539
|
+
}
|
540
|
+
],
|
541
|
+
"exports": [
|
542
|
+
{
|
543
|
+
"kind": "js",
|
544
|
+
"name": "ServiceIOFactory",
|
545
|
+
"declaration": {
|
546
|
+
"name": "ServiceIOFactory",
|
547
|
+
"module": "src/services/serviceIOFactory.ts"
|
548
|
+
}
|
549
|
+
}
|
550
|
+
]
|
551
|
+
},
|
504
552
|
{
|
505
553
|
"kind": "javascript-module",
|
506
554
|
"path": "src/icons/audioIcon.ts",
|
@@ -858,378 +906,6 @@
|
|
858
906
|
}
|
859
907
|
]
|
860
908
|
},
|
861
|
-
{
|
862
|
-
"kind": "javascript-module",
|
863
|
-
"path": "src/services/serviceIO.ts",
|
864
|
-
"declarations": [],
|
865
|
-
"exports": []
|
866
|
-
},
|
867
|
-
{
|
868
|
-
"kind": "javascript-module",
|
869
|
-
"path": "src/services/serviceIOFactory.ts",
|
870
|
-
"declarations": [
|
871
|
-
{
|
872
|
-
"kind": "class",
|
873
|
-
"description": "",
|
874
|
-
"name": "ServiceIOFactory",
|
875
|
-
"members": [
|
876
|
-
{
|
877
|
-
"kind": "method",
|
878
|
-
"name": "create",
|
879
|
-
"privacy": "public",
|
880
|
-
"static": true,
|
881
|
-
"return": {
|
882
|
-
"type": {
|
883
|
-
"text": "ServiceIO"
|
884
|
-
}
|
885
|
-
},
|
886
|
-
"parameters": [
|
887
|
-
{
|
888
|
-
"name": "deepChat",
|
889
|
-
"type": {
|
890
|
-
"text": "DeepChat"
|
891
|
-
}
|
892
|
-
}
|
893
|
-
]
|
894
|
-
}
|
895
|
-
]
|
896
|
-
}
|
897
|
-
],
|
898
|
-
"exports": [
|
899
|
-
{
|
900
|
-
"kind": "js",
|
901
|
-
"name": "ServiceIOFactory",
|
902
|
-
"declaration": {
|
903
|
-
"name": "ServiceIOFactory",
|
904
|
-
"module": "src/services/serviceIOFactory.ts"
|
905
|
-
}
|
906
|
-
}
|
907
|
-
]
|
908
|
-
},
|
909
|
-
{
|
910
|
-
"kind": "javascript-module",
|
911
|
-
"path": "src/types/APIKey.ts",
|
912
|
-
"declarations": [],
|
913
|
-
"exports": []
|
914
|
-
},
|
915
|
-
{
|
916
|
-
"kind": "javascript-module",
|
917
|
-
"path": "src/types/GCP.ts",
|
918
|
-
"declarations": [],
|
919
|
-
"exports": []
|
920
|
-
},
|
921
|
-
{
|
922
|
-
"kind": "javascript-module",
|
923
|
-
"path": "src/types/assemblyAI.ts",
|
924
|
-
"declarations": [],
|
925
|
-
"exports": []
|
926
|
-
},
|
927
|
-
{
|
928
|
-
"kind": "javascript-module",
|
929
|
-
"path": "src/types/assemblyAIResult.ts",
|
930
|
-
"declarations": [],
|
931
|
-
"exports": []
|
932
|
-
},
|
933
|
-
{
|
934
|
-
"kind": "javascript-module",
|
935
|
-
"path": "src/types/avatars.ts",
|
936
|
-
"declarations": [],
|
937
|
-
"exports": []
|
938
|
-
},
|
939
|
-
{
|
940
|
-
"kind": "javascript-module",
|
941
|
-
"path": "src/types/azure.ts",
|
942
|
-
"declarations": [],
|
943
|
-
"exports": []
|
944
|
-
},
|
945
|
-
{
|
946
|
-
"kind": "javascript-module",
|
947
|
-
"path": "src/types/azureResult.ts",
|
948
|
-
"declarations": [],
|
949
|
-
"exports": []
|
950
|
-
},
|
951
|
-
{
|
952
|
-
"kind": "javascript-module",
|
953
|
-
"path": "src/types/button.ts",
|
954
|
-
"declarations": [],
|
955
|
-
"exports": []
|
956
|
-
},
|
957
|
-
{
|
958
|
-
"kind": "javascript-module",
|
959
|
-
"path": "src/types/buttonInternal.ts",
|
960
|
-
"declarations": [],
|
961
|
-
"exports": []
|
962
|
-
},
|
963
|
-
{
|
964
|
-
"kind": "javascript-module",
|
965
|
-
"path": "src/types/buttonTypes.ts",
|
966
|
-
"declarations": [],
|
967
|
-
"exports": []
|
968
|
-
},
|
969
|
-
{
|
970
|
-
"kind": "javascript-module",
|
971
|
-
"path": "src/types/camera.ts",
|
972
|
-
"declarations": [],
|
973
|
-
"exports": []
|
974
|
-
},
|
975
|
-
{
|
976
|
-
"kind": "javascript-module",
|
977
|
-
"path": "src/types/chatLimits.ts",
|
978
|
-
"declarations": [],
|
979
|
-
"exports": []
|
980
|
-
},
|
981
|
-
{
|
982
|
-
"kind": "javascript-module",
|
983
|
-
"path": "src/types/cohere.ts",
|
984
|
-
"declarations": [],
|
985
|
-
"exports": []
|
986
|
-
},
|
987
|
-
{
|
988
|
-
"kind": "javascript-module",
|
989
|
-
"path": "src/types/cohereResult.ts",
|
990
|
-
"declarations": [],
|
991
|
-
"exports": []
|
992
|
-
},
|
993
|
-
{
|
994
|
-
"kind": "javascript-module",
|
995
|
-
"path": "src/types/demo.ts",
|
996
|
-
"declarations": [],
|
997
|
-
"exports": []
|
998
|
-
},
|
999
|
-
{
|
1000
|
-
"kind": "javascript-module",
|
1001
|
-
"path": "src/types/directConnection.ts",
|
1002
|
-
"declarations": [],
|
1003
|
-
"exports": []
|
1004
|
-
},
|
1005
|
-
{
|
1006
|
-
"kind": "javascript-module",
|
1007
|
-
"path": "src/types/dropupStyles.ts",
|
1008
|
-
"declarations": [],
|
1009
|
-
"exports": []
|
1010
|
-
},
|
1011
|
-
{
|
1012
|
-
"kind": "javascript-module",
|
1013
|
-
"path": "src/types/error.ts",
|
1014
|
-
"declarations": [],
|
1015
|
-
"exports": []
|
1016
|
-
},
|
1017
|
-
{
|
1018
|
-
"kind": "javascript-module",
|
1019
|
-
"path": "src/types/fileAttachments.ts",
|
1020
|
-
"declarations": [],
|
1021
|
-
"exports": []
|
1022
|
-
},
|
1023
|
-
{
|
1024
|
-
"kind": "javascript-module",
|
1025
|
-
"path": "src/types/fileServiceConfigs.ts",
|
1026
|
-
"declarations": [],
|
1027
|
-
"exports": []
|
1028
|
-
},
|
1029
|
-
{
|
1030
|
-
"kind": "javascript-module",
|
1031
|
-
"path": "src/types/fileTypes.ts",
|
1032
|
-
"declarations": [],
|
1033
|
-
"exports": []
|
1034
|
-
},
|
1035
|
-
{
|
1036
|
-
"kind": "javascript-module",
|
1037
|
-
"path": "src/types/genericInputButton.ts",
|
1038
|
-
"declarations": [],
|
1039
|
-
"exports": []
|
1040
|
-
},
|
1041
|
-
{
|
1042
|
-
"kind": "javascript-module",
|
1043
|
-
"path": "src/types/handler.ts",
|
1044
|
-
"declarations": [],
|
1045
|
-
"exports": []
|
1046
|
-
},
|
1047
|
-
{
|
1048
|
-
"kind": "javascript-module",
|
1049
|
-
"path": "src/types/headers.ts",
|
1050
|
-
"declarations": [],
|
1051
|
-
"exports": []
|
1052
|
-
},
|
1053
|
-
{
|
1054
|
-
"kind": "javascript-module",
|
1055
|
-
"path": "src/types/html.ts",
|
1056
|
-
"declarations": [],
|
1057
|
-
"exports": []
|
1058
|
-
},
|
1059
|
-
{
|
1060
|
-
"kind": "javascript-module",
|
1061
|
-
"path": "src/types/huggingFace.ts",
|
1062
|
-
"declarations": [],
|
1063
|
-
"exports": []
|
1064
|
-
},
|
1065
|
-
{
|
1066
|
-
"kind": "javascript-module",
|
1067
|
-
"path": "src/types/huggingFaceResult.ts",
|
1068
|
-
"declarations": [],
|
1069
|
-
"exports": []
|
1070
|
-
},
|
1071
|
-
{
|
1072
|
-
"kind": "javascript-module",
|
1073
|
-
"path": "src/types/insertKeyViewStyles.ts",
|
1074
|
-
"declarations": [],
|
1075
|
-
"exports": []
|
1076
|
-
},
|
1077
|
-
{
|
1078
|
-
"kind": "javascript-module",
|
1079
|
-
"path": "src/types/interceptors.ts",
|
1080
|
-
"declarations": [],
|
1081
|
-
"exports": []
|
1082
|
-
},
|
1083
|
-
{
|
1084
|
-
"kind": "javascript-module",
|
1085
|
-
"path": "src/types/keyVerificationDetails.ts",
|
1086
|
-
"declarations": [],
|
1087
|
-
"exports": []
|
1088
|
-
},
|
1089
|
-
{
|
1090
|
-
"kind": "javascript-module",
|
1091
|
-
"path": "src/types/messageFile.ts",
|
1092
|
-
"declarations": [],
|
1093
|
-
"exports": []
|
1094
|
-
},
|
1095
|
-
{
|
1096
|
-
"kind": "javascript-module",
|
1097
|
-
"path": "src/types/messages.ts",
|
1098
|
-
"declarations": [],
|
1099
|
-
"exports": []
|
1100
|
-
},
|
1101
|
-
{
|
1102
|
-
"kind": "javascript-module",
|
1103
|
-
"path": "src/types/messagesInternal.ts",
|
1104
|
-
"declarations": [],
|
1105
|
-
"exports": []
|
1106
|
-
},
|
1107
|
-
{
|
1108
|
-
"kind": "javascript-module",
|
1109
|
-
"path": "src/types/microphone.ts",
|
1110
|
-
"declarations": [],
|
1111
|
-
"exports": []
|
1112
|
-
},
|
1113
|
-
{
|
1114
|
-
"kind": "javascript-module",
|
1115
|
-
"path": "src/types/names.ts",
|
1116
|
-
"declarations": [],
|
1117
|
-
"exports": []
|
1118
|
-
},
|
1119
|
-
{
|
1120
|
-
"kind": "javascript-module",
|
1121
|
-
"path": "src/types/object.ts",
|
1122
|
-
"declarations": [],
|
1123
|
-
"exports": []
|
1124
|
-
},
|
1125
|
-
{
|
1126
|
-
"kind": "javascript-module",
|
1127
|
-
"path": "src/types/openAI.ts",
|
1128
|
-
"declarations": [],
|
1129
|
-
"exports": []
|
1130
|
-
},
|
1131
|
-
{
|
1132
|
-
"kind": "javascript-module",
|
1133
|
-
"path": "src/types/openAIInternal.ts",
|
1134
|
-
"declarations": [],
|
1135
|
-
"exports": []
|
1136
|
-
},
|
1137
|
-
{
|
1138
|
-
"kind": "javascript-module",
|
1139
|
-
"path": "src/types/openAIResult.ts",
|
1140
|
-
"declarations": [],
|
1141
|
-
"exports": []
|
1142
|
-
},
|
1143
|
-
{
|
1144
|
-
"kind": "javascript-module",
|
1145
|
-
"path": "src/types/permittedErrorMessage.ts",
|
1146
|
-
"declarations": [],
|
1147
|
-
"exports": []
|
1148
|
-
},
|
1149
|
-
{
|
1150
|
-
"kind": "javascript-module",
|
1151
|
-
"path": "src/types/request.ts",
|
1152
|
-
"declarations": [],
|
1153
|
-
"exports": []
|
1154
|
-
},
|
1155
|
-
{
|
1156
|
-
"kind": "javascript-module",
|
1157
|
-
"path": "src/types/response.ts",
|
1158
|
-
"declarations": [],
|
1159
|
-
"exports": []
|
1160
|
-
},
|
1161
|
-
{
|
1162
|
-
"kind": "javascript-module",
|
1163
|
-
"path": "src/types/responseInternal.ts",
|
1164
|
-
"declarations": [],
|
1165
|
-
"exports": []
|
1166
|
-
},
|
1167
|
-
{
|
1168
|
-
"kind": "javascript-module",
|
1169
|
-
"path": "src/types/stabilityAI.ts",
|
1170
|
-
"declarations": [],
|
1171
|
-
"exports": []
|
1172
|
-
},
|
1173
|
-
{
|
1174
|
-
"kind": "javascript-module",
|
1175
|
-
"path": "src/types/stabilityAIResult.ts",
|
1176
|
-
"declarations": [],
|
1177
|
-
"exports": []
|
1178
|
-
},
|
1179
|
-
{
|
1180
|
-
"kind": "javascript-module",
|
1181
|
-
"path": "src/types/stream.ts",
|
1182
|
-
"declarations": [],
|
1183
|
-
"exports": []
|
1184
|
-
},
|
1185
|
-
{
|
1186
|
-
"kind": "javascript-module",
|
1187
|
-
"path": "src/types/styles.ts",
|
1188
|
-
"declarations": [],
|
1189
|
-
"exports": []
|
1190
|
-
},
|
1191
|
-
{
|
1192
|
-
"kind": "javascript-module",
|
1193
|
-
"path": "src/types/submitButton.ts",
|
1194
|
-
"declarations": [],
|
1195
|
-
"exports": []
|
1196
|
-
},
|
1197
|
-
{
|
1198
|
-
"kind": "javascript-module",
|
1199
|
-
"path": "src/types/textInput.ts",
|
1200
|
-
"declarations": [],
|
1201
|
-
"exports": []
|
1202
|
-
},
|
1203
|
-
{
|
1204
|
-
"kind": "javascript-module",
|
1205
|
-
"path": "src/types/textToSpeech.ts",
|
1206
|
-
"declarations": [],
|
1207
|
-
"exports": []
|
1208
|
-
},
|
1209
|
-
{
|
1210
|
-
"kind": "javascript-module",
|
1211
|
-
"path": "src/types/typeConverters.ts",
|
1212
|
-
"declarations": [],
|
1213
|
-
"exports": []
|
1214
|
-
},
|
1215
|
-
{
|
1216
|
-
"kind": "javascript-module",
|
1217
|
-
"path": "src/types/utilityTypes.ts",
|
1218
|
-
"declarations": [],
|
1219
|
-
"exports": []
|
1220
|
-
},
|
1221
|
-
{
|
1222
|
-
"kind": "javascript-module",
|
1223
|
-
"path": "src/types/validateInput.ts",
|
1224
|
-
"declarations": [],
|
1225
|
-
"exports": []
|
1226
|
-
},
|
1227
|
-
{
|
1228
|
-
"kind": "javascript-module",
|
1229
|
-
"path": "src/types/validationHandler.ts",
|
1230
|
-
"declarations": [],
|
1231
|
-
"exports": []
|
1232
|
-
},
|
1233
909
|
{
|
1234
910
|
"kind": "javascript-module",
|
1235
911
|
"path": "src/webModel/webModel.ts",
|
@@ -1424,7 +1100,7 @@
|
|
1424
1100
|
},
|
1425
1101
|
{
|
1426
1102
|
"kind": "method",
|
1427
|
-
"name": "
|
1103
|
+
"name": "shouldAddIntroMessage",
|
1428
1104
|
"privacy": "private",
|
1429
1105
|
"parameters": [
|
1430
1106
|
{
|
@@ -1807,7 +1483,7 @@
|
|
1807
1483
|
"kind": "field",
|
1808
1484
|
"name": "requestSettings",
|
1809
1485
|
"type": {
|
1810
|
-
"text": "
|
1486
|
+
"text": "Connect"
|
1811
1487
|
},
|
1812
1488
|
"default": "{}",
|
1813
1489
|
"inheritedFrom": {
|
@@ -2327,6 +2003,330 @@
|
|
2327
2003
|
"declarations": [],
|
2328
2004
|
"exports": []
|
2329
2005
|
},
|
2006
|
+
{
|
2007
|
+
"kind": "javascript-module",
|
2008
|
+
"path": "src/types/APIKey.ts",
|
2009
|
+
"declarations": [],
|
2010
|
+
"exports": []
|
2011
|
+
},
|
2012
|
+
{
|
2013
|
+
"kind": "javascript-module",
|
2014
|
+
"path": "src/types/GCP.ts",
|
2015
|
+
"declarations": [],
|
2016
|
+
"exports": []
|
2017
|
+
},
|
2018
|
+
{
|
2019
|
+
"kind": "javascript-module",
|
2020
|
+
"path": "src/types/assemblyAI.ts",
|
2021
|
+
"declarations": [],
|
2022
|
+
"exports": []
|
2023
|
+
},
|
2024
|
+
{
|
2025
|
+
"kind": "javascript-module",
|
2026
|
+
"path": "src/types/assemblyAIResult.ts",
|
2027
|
+
"declarations": [],
|
2028
|
+
"exports": []
|
2029
|
+
},
|
2030
|
+
{
|
2031
|
+
"kind": "javascript-module",
|
2032
|
+
"path": "src/types/avatars.ts",
|
2033
|
+
"declarations": [],
|
2034
|
+
"exports": []
|
2035
|
+
},
|
2036
|
+
{
|
2037
|
+
"kind": "javascript-module",
|
2038
|
+
"path": "src/types/azure.ts",
|
2039
|
+
"declarations": [],
|
2040
|
+
"exports": []
|
2041
|
+
},
|
2042
|
+
{
|
2043
|
+
"kind": "javascript-module",
|
2044
|
+
"path": "src/types/azureResult.ts",
|
2045
|
+
"declarations": [],
|
2046
|
+
"exports": []
|
2047
|
+
},
|
2048
|
+
{
|
2049
|
+
"kind": "javascript-module",
|
2050
|
+
"path": "src/types/button.ts",
|
2051
|
+
"declarations": [],
|
2052
|
+
"exports": []
|
2053
|
+
},
|
2054
|
+
{
|
2055
|
+
"kind": "javascript-module",
|
2056
|
+
"path": "src/types/buttonInternal.ts",
|
2057
|
+
"declarations": [],
|
2058
|
+
"exports": []
|
2059
|
+
},
|
2060
|
+
{
|
2061
|
+
"kind": "javascript-module",
|
2062
|
+
"path": "src/types/buttonTypes.ts",
|
2063
|
+
"declarations": [],
|
2064
|
+
"exports": []
|
2065
|
+
},
|
2066
|
+
{
|
2067
|
+
"kind": "javascript-module",
|
2068
|
+
"path": "src/types/camera.ts",
|
2069
|
+
"declarations": [],
|
2070
|
+
"exports": []
|
2071
|
+
},
|
2072
|
+
{
|
2073
|
+
"kind": "javascript-module",
|
2074
|
+
"path": "src/types/chatLimits.ts",
|
2075
|
+
"declarations": [],
|
2076
|
+
"exports": []
|
2077
|
+
},
|
2078
|
+
{
|
2079
|
+
"kind": "javascript-module",
|
2080
|
+
"path": "src/types/cohere.ts",
|
2081
|
+
"declarations": [],
|
2082
|
+
"exports": []
|
2083
|
+
},
|
2084
|
+
{
|
2085
|
+
"kind": "javascript-module",
|
2086
|
+
"path": "src/types/cohereResult.ts",
|
2087
|
+
"declarations": [],
|
2088
|
+
"exports": []
|
2089
|
+
},
|
2090
|
+
{
|
2091
|
+
"kind": "javascript-module",
|
2092
|
+
"path": "src/types/connect.ts",
|
2093
|
+
"declarations": [],
|
2094
|
+
"exports": []
|
2095
|
+
},
|
2096
|
+
{
|
2097
|
+
"kind": "javascript-module",
|
2098
|
+
"path": "src/types/demo.ts",
|
2099
|
+
"declarations": [],
|
2100
|
+
"exports": []
|
2101
|
+
},
|
2102
|
+
{
|
2103
|
+
"kind": "javascript-module",
|
2104
|
+
"path": "src/types/directConnection.ts",
|
2105
|
+
"declarations": [],
|
2106
|
+
"exports": []
|
2107
|
+
},
|
2108
|
+
{
|
2109
|
+
"kind": "javascript-module",
|
2110
|
+
"path": "src/types/dropupStyles.ts",
|
2111
|
+
"declarations": [],
|
2112
|
+
"exports": []
|
2113
|
+
},
|
2114
|
+
{
|
2115
|
+
"kind": "javascript-module",
|
2116
|
+
"path": "src/types/error.ts",
|
2117
|
+
"declarations": [],
|
2118
|
+
"exports": []
|
2119
|
+
},
|
2120
|
+
{
|
2121
|
+
"kind": "javascript-module",
|
2122
|
+
"path": "src/types/fileAttachments.ts",
|
2123
|
+
"declarations": [],
|
2124
|
+
"exports": []
|
2125
|
+
},
|
2126
|
+
{
|
2127
|
+
"kind": "javascript-module",
|
2128
|
+
"path": "src/types/fileServiceConfigs.ts",
|
2129
|
+
"declarations": [],
|
2130
|
+
"exports": []
|
2131
|
+
},
|
2132
|
+
{
|
2133
|
+
"kind": "javascript-module",
|
2134
|
+
"path": "src/types/fileTypes.ts",
|
2135
|
+
"declarations": [],
|
2136
|
+
"exports": []
|
2137
|
+
},
|
2138
|
+
{
|
2139
|
+
"kind": "javascript-module",
|
2140
|
+
"path": "src/types/genericInputButton.ts",
|
2141
|
+
"declarations": [],
|
2142
|
+
"exports": []
|
2143
|
+
},
|
2144
|
+
{
|
2145
|
+
"kind": "javascript-module",
|
2146
|
+
"path": "src/types/handler.ts",
|
2147
|
+
"declarations": [],
|
2148
|
+
"exports": []
|
2149
|
+
},
|
2150
|
+
{
|
2151
|
+
"kind": "javascript-module",
|
2152
|
+
"path": "src/types/headers.ts",
|
2153
|
+
"declarations": [],
|
2154
|
+
"exports": []
|
2155
|
+
},
|
2156
|
+
{
|
2157
|
+
"kind": "javascript-module",
|
2158
|
+
"path": "src/types/html.ts",
|
2159
|
+
"declarations": [],
|
2160
|
+
"exports": []
|
2161
|
+
},
|
2162
|
+
{
|
2163
|
+
"kind": "javascript-module",
|
2164
|
+
"path": "src/types/huggingFace.ts",
|
2165
|
+
"declarations": [],
|
2166
|
+
"exports": []
|
2167
|
+
},
|
2168
|
+
{
|
2169
|
+
"kind": "javascript-module",
|
2170
|
+
"path": "src/types/huggingFaceResult.ts",
|
2171
|
+
"declarations": [],
|
2172
|
+
"exports": []
|
2173
|
+
},
|
2174
|
+
{
|
2175
|
+
"kind": "javascript-module",
|
2176
|
+
"path": "src/types/insertKeyViewStyles.ts",
|
2177
|
+
"declarations": [],
|
2178
|
+
"exports": []
|
2179
|
+
},
|
2180
|
+
{
|
2181
|
+
"kind": "javascript-module",
|
2182
|
+
"path": "src/types/interceptors.ts",
|
2183
|
+
"declarations": [],
|
2184
|
+
"exports": []
|
2185
|
+
},
|
2186
|
+
{
|
2187
|
+
"kind": "javascript-module",
|
2188
|
+
"path": "src/types/keyVerificationDetails.ts",
|
2189
|
+
"declarations": [],
|
2190
|
+
"exports": []
|
2191
|
+
},
|
2192
|
+
{
|
2193
|
+
"kind": "javascript-module",
|
2194
|
+
"path": "src/types/messageFile.ts",
|
2195
|
+
"declarations": [],
|
2196
|
+
"exports": []
|
2197
|
+
},
|
2198
|
+
{
|
2199
|
+
"kind": "javascript-module",
|
2200
|
+
"path": "src/types/messages.ts",
|
2201
|
+
"declarations": [],
|
2202
|
+
"exports": []
|
2203
|
+
},
|
2204
|
+
{
|
2205
|
+
"kind": "javascript-module",
|
2206
|
+
"path": "src/types/messagesInternal.ts",
|
2207
|
+
"declarations": [],
|
2208
|
+
"exports": []
|
2209
|
+
},
|
2210
|
+
{
|
2211
|
+
"kind": "javascript-module",
|
2212
|
+
"path": "src/types/microphone.ts",
|
2213
|
+
"declarations": [],
|
2214
|
+
"exports": []
|
2215
|
+
},
|
2216
|
+
{
|
2217
|
+
"kind": "javascript-module",
|
2218
|
+
"path": "src/types/names.ts",
|
2219
|
+
"declarations": [],
|
2220
|
+
"exports": []
|
2221
|
+
},
|
2222
|
+
{
|
2223
|
+
"kind": "javascript-module",
|
2224
|
+
"path": "src/types/object.ts",
|
2225
|
+
"declarations": [],
|
2226
|
+
"exports": []
|
2227
|
+
},
|
2228
|
+
{
|
2229
|
+
"kind": "javascript-module",
|
2230
|
+
"path": "src/types/openAI.ts",
|
2231
|
+
"declarations": [],
|
2232
|
+
"exports": []
|
2233
|
+
},
|
2234
|
+
{
|
2235
|
+
"kind": "javascript-module",
|
2236
|
+
"path": "src/types/openAIInternal.ts",
|
2237
|
+
"declarations": [],
|
2238
|
+
"exports": []
|
2239
|
+
},
|
2240
|
+
{
|
2241
|
+
"kind": "javascript-module",
|
2242
|
+
"path": "src/types/openAIResult.ts",
|
2243
|
+
"declarations": [],
|
2244
|
+
"exports": []
|
2245
|
+
},
|
2246
|
+
{
|
2247
|
+
"kind": "javascript-module",
|
2248
|
+
"path": "src/types/permittedErrorMessage.ts",
|
2249
|
+
"declarations": [],
|
2250
|
+
"exports": []
|
2251
|
+
},
|
2252
|
+
{
|
2253
|
+
"kind": "javascript-module",
|
2254
|
+
"path": "src/types/response.ts",
|
2255
|
+
"declarations": [],
|
2256
|
+
"exports": []
|
2257
|
+
},
|
2258
|
+
{
|
2259
|
+
"kind": "javascript-module",
|
2260
|
+
"path": "src/types/responseInternal.ts",
|
2261
|
+
"declarations": [],
|
2262
|
+
"exports": []
|
2263
|
+
},
|
2264
|
+
{
|
2265
|
+
"kind": "javascript-module",
|
2266
|
+
"path": "src/types/stabilityAI.ts",
|
2267
|
+
"declarations": [],
|
2268
|
+
"exports": []
|
2269
|
+
},
|
2270
|
+
{
|
2271
|
+
"kind": "javascript-module",
|
2272
|
+
"path": "src/types/stabilityAIResult.ts",
|
2273
|
+
"declarations": [],
|
2274
|
+
"exports": []
|
2275
|
+
},
|
2276
|
+
{
|
2277
|
+
"kind": "javascript-module",
|
2278
|
+
"path": "src/types/stream.ts",
|
2279
|
+
"declarations": [],
|
2280
|
+
"exports": []
|
2281
|
+
},
|
2282
|
+
{
|
2283
|
+
"kind": "javascript-module",
|
2284
|
+
"path": "src/types/styles.ts",
|
2285
|
+
"declarations": [],
|
2286
|
+
"exports": []
|
2287
|
+
},
|
2288
|
+
{
|
2289
|
+
"kind": "javascript-module",
|
2290
|
+
"path": "src/types/submitButton.ts",
|
2291
|
+
"declarations": [],
|
2292
|
+
"exports": []
|
2293
|
+
},
|
2294
|
+
{
|
2295
|
+
"kind": "javascript-module",
|
2296
|
+
"path": "src/types/textInput.ts",
|
2297
|
+
"declarations": [],
|
2298
|
+
"exports": []
|
2299
|
+
},
|
2300
|
+
{
|
2301
|
+
"kind": "javascript-module",
|
2302
|
+
"path": "src/types/textToSpeech.ts",
|
2303
|
+
"declarations": [],
|
2304
|
+
"exports": []
|
2305
|
+
},
|
2306
|
+
{
|
2307
|
+
"kind": "javascript-module",
|
2308
|
+
"path": "src/types/typeConverters.ts",
|
2309
|
+
"declarations": [],
|
2310
|
+
"exports": []
|
2311
|
+
},
|
2312
|
+
{
|
2313
|
+
"kind": "javascript-module",
|
2314
|
+
"path": "src/types/utilityTypes.ts",
|
2315
|
+
"declarations": [],
|
2316
|
+
"exports": []
|
2317
|
+
},
|
2318
|
+
{
|
2319
|
+
"kind": "javascript-module",
|
2320
|
+
"path": "src/types/validateInput.ts",
|
2321
|
+
"declarations": [],
|
2322
|
+
"exports": []
|
2323
|
+
},
|
2324
|
+
{
|
2325
|
+
"kind": "javascript-module",
|
2326
|
+
"path": "src/types/validationHandler.ts",
|
2327
|
+
"declarations": [],
|
2328
|
+
"exports": []
|
2329
|
+
},
|
2330
2330
|
{
|
2331
2331
|
"kind": "javascript-module",
|
2332
2332
|
"path": "src/services/assemblyAI/assemblyAIAudioIO.ts",
|
@@ -2585,7 +2585,7 @@
|
|
2585
2585
|
"name": "requestSettings",
|
2586
2586
|
"optional": true,
|
2587
2587
|
"type": {
|
2588
|
-
"text": "
|
2588
|
+
"text": "Connect"
|
2589
2589
|
}
|
2590
2590
|
}
|
2591
2591
|
],
|
@@ -2652,7 +2652,7 @@
|
|
2652
2652
|
"kind": "field",
|
2653
2653
|
"name": "requestSettings",
|
2654
2654
|
"type": {
|
2655
|
-
"text": "
|
2655
|
+
"text": "Connect"
|
2656
2656
|
},
|
2657
2657
|
"default": "{}",
|
2658
2658
|
"inheritedFrom": {
|
@@ -3095,7 +3095,7 @@
|
|
3095
3095
|
"name": "requestSettings",
|
3096
3096
|
"optional": true,
|
3097
3097
|
"type": {
|
3098
|
-
"text": "
|
3098
|
+
"text": "Connect"
|
3099
3099
|
}
|
3100
3100
|
}
|
3101
3101
|
],
|
@@ -3162,7 +3162,7 @@
|
|
3162
3162
|
"kind": "field",
|
3163
3163
|
"name": "requestSettings",
|
3164
3164
|
"type": {
|
3165
|
-
"text": "
|
3165
|
+
"text": "Connect"
|
3166
3166
|
},
|
3167
3167
|
"default": "{}",
|
3168
3168
|
"inheritedFrom": {
|
@@ -3683,7 +3683,7 @@
|
|
3683
3683
|
"name": "requestSettings",
|
3684
3684
|
"optional": true,
|
3685
3685
|
"type": {
|
3686
|
-
"text": "
|
3686
|
+
"text": "Connect"
|
3687
3687
|
}
|
3688
3688
|
}
|
3689
3689
|
],
|
@@ -3750,7 +3750,7 @@
|
|
3750
3750
|
"kind": "field",
|
3751
3751
|
"name": "requestSettings",
|
3752
3752
|
"type": {
|
3753
|
-
"text": "
|
3753
|
+
"text": "Connect"
|
3754
3754
|
},
|
3755
3755
|
"default": "{}",
|
3756
3756
|
"inheritedFrom": {
|
@@ -4430,7 +4430,7 @@
|
|
4430
4430
|
"name": "requestSettings",
|
4431
4431
|
"optional": true,
|
4432
4432
|
"type": {
|
4433
|
-
"text": "
|
4433
|
+
"text": "Connect"
|
4434
4434
|
}
|
4435
4435
|
}
|
4436
4436
|
],
|
@@ -4497,7 +4497,7 @@
|
|
4497
4497
|
"kind": "field",
|
4498
4498
|
"name": "requestSettings",
|
4499
4499
|
"type": {
|
4500
|
-
"text": "
|
4500
|
+
"text": "Connect"
|
4501
4501
|
},
|
4502
4502
|
"default": "{}",
|
4503
4503
|
"inheritedFrom": {
|
@@ -5043,7 +5043,7 @@
|
|
5043
5043
|
"name": "requestSettings",
|
5044
5044
|
"optional": true,
|
5045
5045
|
"type": {
|
5046
|
-
"text": "
|
5046
|
+
"text": "Connect"
|
5047
5047
|
}
|
5048
5048
|
}
|
5049
5049
|
],
|
@@ -5110,7 +5110,7 @@
|
|
5110
5110
|
"kind": "field",
|
5111
5111
|
"name": "requestSettings",
|
5112
5112
|
"type": {
|
5113
|
-
"text": "
|
5113
|
+
"text": "Connect"
|
5114
5114
|
},
|
5115
5115
|
"default": "{}",
|
5116
5116
|
"inheritedFrom": {
|
@@ -5689,7 +5689,7 @@
|
|
5689
5689
|
"name": "requestSettings",
|
5690
5690
|
"optional": true,
|
5691
5691
|
"type": {
|
5692
|
-
"text": "
|
5692
|
+
"text": "Connect"
|
5693
5693
|
}
|
5694
5694
|
}
|
5695
5695
|
],
|
@@ -5756,7 +5756,7 @@
|
|
5756
5756
|
"kind": "field",
|
5757
5757
|
"name": "requestSettings",
|
5758
5758
|
"type": {
|
5759
|
-
"text": "
|
5759
|
+
"text": "Connect"
|
5760
5760
|
},
|
5761
5761
|
"default": "{}",
|
5762
5762
|
"inheritedFrom": {
|
@@ -6290,7 +6290,7 @@
|
|
6290
6290
|
"name": "requestSettings",
|
6291
6291
|
"optional": true,
|
6292
6292
|
"type": {
|
6293
|
-
"text": "
|
6293
|
+
"text": "Connect"
|
6294
6294
|
}
|
6295
6295
|
}
|
6296
6296
|
],
|
@@ -6357,7 +6357,7 @@
|
|
6357
6357
|
"kind": "field",
|
6358
6358
|
"name": "requestSettings",
|
6359
6359
|
"type": {
|
6360
|
-
"text": "
|
6360
|
+
"text": "Connect"
|
6361
6361
|
},
|
6362
6362
|
"default": "{}",
|
6363
6363
|
"inheritedFrom": {
|
@@ -6938,7 +6938,7 @@
|
|
6938
6938
|
"name": "requestSettings",
|
6939
6939
|
"optional": true,
|
6940
6940
|
"type": {
|
6941
|
-
"text": "
|
6941
|
+
"text": "Connect"
|
6942
6942
|
}
|
6943
6943
|
}
|
6944
6944
|
],
|
@@ -7005,7 +7005,7 @@
|
|
7005
7005
|
"kind": "field",
|
7006
7006
|
"name": "requestSettings",
|
7007
7007
|
"type": {
|
7008
|
-
"text": "
|
7008
|
+
"text": "Connect"
|
7009
7009
|
},
|
7010
7010
|
"default": "{}",
|
7011
7011
|
"inheritedFrom": {
|
@@ -7489,7 +7489,7 @@
|
|
7489
7489
|
"name": "requestSettings",
|
7490
7490
|
"optional": true,
|
7491
7491
|
"type": {
|
7492
|
-
"text": "
|
7492
|
+
"text": "Connect"
|
7493
7493
|
}
|
7494
7494
|
}
|
7495
7495
|
],
|
@@ -7556,7 +7556,7 @@
|
|
7556
7556
|
"kind": "field",
|
7557
7557
|
"name": "requestSettings",
|
7558
7558
|
"type": {
|
7559
|
-
"text": "
|
7559
|
+
"text": "Connect"
|
7560
7560
|
},
|
7561
7561
|
"default": "{}",
|
7562
7562
|
"inheritedFrom": {
|
@@ -8174,7 +8174,7 @@
|
|
8174
8174
|
"name": "requestSettings",
|
8175
8175
|
"optional": true,
|
8176
8176
|
"type": {
|
8177
|
-
"text": "
|
8177
|
+
"text": "Connect"
|
8178
8178
|
}
|
8179
8179
|
}
|
8180
8180
|
],
|
@@ -8241,7 +8241,7 @@
|
|
8241
8241
|
"kind": "field",
|
8242
8242
|
"name": "requestSettings",
|
8243
8243
|
"type": {
|
8244
|
-
"text": "
|
8244
|
+
"text": "Connect"
|
8245
8245
|
},
|
8246
8246
|
"default": "{}",
|
8247
8247
|
"inheritedFrom": {
|
@@ -8809,7 +8809,7 @@
|
|
8809
8809
|
"name": "requestSettings",
|
8810
8810
|
"optional": true,
|
8811
8811
|
"type": {
|
8812
|
-
"text": "
|
8812
|
+
"text": "Connect"
|
8813
8813
|
}
|
8814
8814
|
}
|
8815
8815
|
],
|
@@ -8876,7 +8876,7 @@
|
|
8876
8876
|
"kind": "field",
|
8877
8877
|
"name": "requestSettings",
|
8878
8878
|
"type": {
|
8879
|
-
"text": "
|
8879
|
+
"text": "Connect"
|
8880
8880
|
},
|
8881
8881
|
"default": "{}",
|
8882
8882
|
"inheritedFrom": {
|
@@ -9554,7 +9554,7 @@
|
|
9554
9554
|
"name": "requestSettings",
|
9555
9555
|
"optional": true,
|
9556
9556
|
"type": {
|
9557
|
-
"text": "
|
9557
|
+
"text": "Connect"
|
9558
9558
|
}
|
9559
9559
|
}
|
9560
9560
|
],
|
@@ -9621,7 +9621,7 @@
|
|
9621
9621
|
"kind": "field",
|
9622
9622
|
"name": "requestSettings",
|
9623
9623
|
"type": {
|
9624
|
-
"text": "
|
9624
|
+
"text": "Connect"
|
9625
9625
|
},
|
9626
9626
|
"default": "{}",
|
9627
9627
|
"inheritedFrom": {
|
@@ -10284,7 +10284,7 @@
|
|
10284
10284
|
"name": "requestSettings",
|
10285
10285
|
"optional": true,
|
10286
10286
|
"type": {
|
10287
|
-
"text": "
|
10287
|
+
"text": "Connect"
|
10288
10288
|
}
|
10289
10289
|
}
|
10290
10290
|
],
|
@@ -10351,7 +10351,7 @@
|
|
10351
10351
|
"kind": "field",
|
10352
10352
|
"name": "requestSettings",
|
10353
10353
|
"type": {
|
10354
|
-
"text": "
|
10354
|
+
"text": "Connect"
|
10355
10355
|
},
|
10356
10356
|
"default": "{}",
|
10357
10357
|
"inheritedFrom": {
|
@@ -10963,7 +10963,7 @@
|
|
10963
10963
|
"name": "requestSettings",
|
10964
10964
|
"optional": true,
|
10965
10965
|
"type": {
|
10966
|
-
"text": "
|
10966
|
+
"text": "Connect"
|
10967
10967
|
}
|
10968
10968
|
}
|
10969
10969
|
],
|
@@ -11030,7 +11030,7 @@
|
|
11030
11030
|
"kind": "field",
|
11031
11031
|
"name": "requestSettings",
|
11032
11032
|
"type": {
|
11033
|
-
"text": "
|
11033
|
+
"text": "Connect"
|
11034
11034
|
},
|
11035
11035
|
"default": "{}",
|
11036
11036
|
"inheritedFrom": {
|
@@ -11672,7 +11672,7 @@
|
|
11672
11672
|
"name": "requestSettings",
|
11673
11673
|
"optional": true,
|
11674
11674
|
"type": {
|
11675
|
-
"text": "
|
11675
|
+
"text": "Connect"
|
11676
11676
|
}
|
11677
11677
|
}
|
11678
11678
|
],
|
@@ -11739,7 +11739,7 @@
|
|
11739
11739
|
"kind": "field",
|
11740
11740
|
"name": "requestSettings",
|
11741
11741
|
"type": {
|
11742
|
-
"text": "
|
11742
|
+
"text": "Connect"
|
11743
11743
|
},
|
11744
11744
|
"default": "{}",
|
11745
11745
|
"inheritedFrom": {
|
@@ -12333,7 +12333,7 @@
|
|
12333
12333
|
"name": "requestSettings",
|
12334
12334
|
"optional": true,
|
12335
12335
|
"type": {
|
12336
|
-
"text": "
|
12336
|
+
"text": "Connect"
|
12337
12337
|
}
|
12338
12338
|
}
|
12339
12339
|
],
|
@@ -12400,7 +12400,7 @@
|
|
12400
12400
|
"kind": "field",
|
12401
12401
|
"name": "requestSettings",
|
12402
12402
|
"type": {
|
12403
|
-
"text": "
|
12403
|
+
"text": "Connect"
|
12404
12404
|
},
|
12405
12405
|
"default": "{}",
|
12406
12406
|
"inheritedFrom": {
|
@@ -12964,7 +12964,7 @@
|
|
12964
12964
|
"name": "requestSettings",
|
12965
12965
|
"optional": true,
|
12966
12966
|
"type": {
|
12967
|
-
"text": "
|
12967
|
+
"text": "Connect"
|
12968
12968
|
}
|
12969
12969
|
}
|
12970
12970
|
],
|
@@ -13031,7 +13031,7 @@
|
|
13031
13031
|
"kind": "field",
|
13032
13032
|
"name": "requestSettings",
|
13033
13033
|
"type": {
|
13034
|
-
"text": "
|
13034
|
+
"text": "Connect"
|
13035
13035
|
},
|
13036
13036
|
"default": "{}",
|
13037
13037
|
"inheritedFrom": {
|
@@ -13730,7 +13730,7 @@
|
|
13730
13730
|
"name": "requestSettings",
|
13731
13731
|
"optional": true,
|
13732
13732
|
"type": {
|
13733
|
-
"text": "
|
13733
|
+
"text": "Connect"
|
13734
13734
|
}
|
13735
13735
|
}
|
13736
13736
|
],
|
@@ -13797,7 +13797,7 @@
|
|
13797
13797
|
"kind": "field",
|
13798
13798
|
"name": "requestSettings",
|
13799
13799
|
"type": {
|
13800
|
-
"text": "
|
13800
|
+
"text": "Connect"
|
13801
13801
|
},
|
13802
13802
|
"default": "{}",
|
13803
13803
|
"inheritedFrom": {
|
@@ -14392,7 +14392,7 @@
|
|
14392
14392
|
"name": "requestSettings",
|
14393
14393
|
"optional": true,
|
14394
14394
|
"type": {
|
14395
|
-
"text": "
|
14395
|
+
"text": "Connect"
|
14396
14396
|
}
|
14397
14397
|
}
|
14398
14398
|
],
|
@@ -14459,7 +14459,7 @@
|
|
14459
14459
|
"kind": "field",
|
14460
14460
|
"name": "requestSettings",
|
14461
14461
|
"type": {
|
14462
|
-
"text": "
|
14462
|
+
"text": "Connect"
|
14463
14463
|
},
|
14464
14464
|
"default": "{}",
|
14465
14465
|
"inheritedFrom": {
|
@@ -15068,7 +15068,7 @@
|
|
15068
15068
|
"name": "requestSettings",
|
15069
15069
|
"optional": true,
|
15070
15070
|
"type": {
|
15071
|
-
"text": "
|
15071
|
+
"text": "Connect"
|
15072
15072
|
}
|
15073
15073
|
}
|
15074
15074
|
],
|
@@ -15135,7 +15135,7 @@
|
|
15135
15135
|
"kind": "field",
|
15136
15136
|
"name": "requestSettings",
|
15137
15137
|
"type": {
|
15138
|
-
"text": "
|
15138
|
+
"text": "Connect"
|
15139
15139
|
},
|
15140
15140
|
"default": "{}",
|
15141
15141
|
"inheritedFrom": {
|
@@ -15744,7 +15744,7 @@
|
|
15744
15744
|
"name": "requestSettings",
|
15745
15745
|
"optional": true,
|
15746
15746
|
"type": {
|
15747
|
-
"text": "
|
15747
|
+
"text": "Connect"
|
15748
15748
|
}
|
15749
15749
|
}
|
15750
15750
|
],
|
@@ -15811,7 +15811,7 @@
|
|
15811
15811
|
"kind": "field",
|
15812
15812
|
"name": "requestSettings",
|
15813
15813
|
"type": {
|
15814
|
-
"text": "
|
15814
|
+
"text": "Connect"
|
15815
15815
|
},
|
15816
15816
|
"default": "{}",
|
15817
15817
|
"inheritedFrom": {
|
@@ -16420,7 +16420,7 @@
|
|
16420
16420
|
"name": "requestSettings",
|
16421
16421
|
"optional": true,
|
16422
16422
|
"type": {
|
16423
|
-
"text": "
|
16423
|
+
"text": "Connect"
|
16424
16424
|
}
|
16425
16425
|
}
|
16426
16426
|
],
|
@@ -16487,7 +16487,7 @@
|
|
16487
16487
|
"kind": "field",
|
16488
16488
|
"name": "requestSettings",
|
16489
16489
|
"type": {
|
16490
|
-
"text": "
|
16490
|
+
"text": "Connect"
|
16491
16491
|
},
|
16492
16492
|
"default": "{}",
|
16493
16493
|
"inheritedFrom": {
|
@@ -17308,7 +17308,7 @@
|
|
17308
17308
|
"name": "requestSettings",
|
17309
17309
|
"optional": true,
|
17310
17310
|
"type": {
|
17311
|
-
"text": "
|
17311
|
+
"text": "Connect"
|
17312
17312
|
}
|
17313
17313
|
}
|
17314
17314
|
],
|
@@ -17375,7 +17375,7 @@
|
|
17375
17375
|
"kind": "field",
|
17376
17376
|
"name": "requestSettings",
|
17377
17377
|
"type": {
|
17378
|
-
"text": "
|
17378
|
+
"text": "Connect"
|
17379
17379
|
},
|
17380
17380
|
"default": "{}",
|
17381
17381
|
"inheritedFrom": {
|
@@ -18084,7 +18084,7 @@
|
|
18084
18084
|
"name": "requestSettings",
|
18085
18085
|
"optional": true,
|
18086
18086
|
"type": {
|
18087
|
-
"text": "
|
18087
|
+
"text": "Connect"
|
18088
18088
|
}
|
18089
18089
|
}
|
18090
18090
|
],
|
@@ -18151,7 +18151,7 @@
|
|
18151
18151
|
"kind": "field",
|
18152
18152
|
"name": "requestSettings",
|
18153
18153
|
"type": {
|
18154
|
-
"text": "
|
18154
|
+
"text": "Connect"
|
18155
18155
|
},
|
18156
18156
|
"default": "{}",
|
18157
18157
|
"inheritedFrom": {
|
@@ -18842,7 +18842,7 @@
|
|
18842
18842
|
"name": "requestSettings",
|
18843
18843
|
"optional": true,
|
18844
18844
|
"type": {
|
18845
|
-
"text": "
|
18845
|
+
"text": "Connect"
|
18846
18846
|
}
|
18847
18847
|
}
|
18848
18848
|
],
|
@@ -18909,7 +18909,7 @@
|
|
18909
18909
|
"kind": "field",
|
18910
18910
|
"name": "requestSettings",
|
18911
18911
|
"type": {
|
18912
|
-
"text": "
|
18912
|
+
"text": "Connect"
|
18913
18913
|
},
|
18914
18914
|
"default": "{}",
|
18915
18915
|
"inheritedFrom": {
|
@@ -19598,7 +19598,7 @@
|
|
19598
19598
|
"name": "requestSettings",
|
19599
19599
|
"optional": true,
|
19600
19600
|
"type": {
|
19601
|
-
"text": "
|
19601
|
+
"text": "Connect"
|
19602
19602
|
}
|
19603
19603
|
}
|
19604
19604
|
],
|
@@ -19665,7 +19665,7 @@
|
|
19665
19665
|
"kind": "field",
|
19666
19666
|
"name": "requestSettings",
|
19667
19667
|
"type": {
|
19668
|
-
"text": "
|
19668
|
+
"text": "Connect"
|
19669
19669
|
},
|
19670
19670
|
"default": "{}",
|
19671
19671
|
"inheritedFrom": {
|
@@ -20227,7 +20227,7 @@
|
|
20227
20227
|
"name": "requestSettings",
|
20228
20228
|
"optional": true,
|
20229
20229
|
"type": {
|
20230
|
-
"text": "
|
20230
|
+
"text": "Connect"
|
20231
20231
|
}
|
20232
20232
|
}
|
20233
20233
|
],
|
@@ -20294,7 +20294,7 @@
|
|
20294
20294
|
"kind": "field",
|
20295
20295
|
"name": "requestSettings",
|
20296
20296
|
"type": {
|
20297
|
-
"text": "
|
20297
|
+
"text": "Connect"
|
20298
20298
|
},
|
20299
20299
|
"default": "{}",
|
20300
20300
|
"inheritedFrom": {
|
@@ -20773,7 +20773,7 @@
|
|
20773
20773
|
"name": "requestSettings",
|
20774
20774
|
"optional": true,
|
20775
20775
|
"type": {
|
20776
|
-
"text": "
|
20776
|
+
"text": "Connect"
|
20777
20777
|
}
|
20778
20778
|
}
|
20779
20779
|
],
|
@@ -20840,7 +20840,7 @@
|
|
20840
20840
|
"kind": "field",
|
20841
20841
|
"name": "requestSettings",
|
20842
20842
|
"type": {
|
20843
|
-
"text": "
|
20843
|
+
"text": "Connect"
|
20844
20844
|
},
|
20845
20845
|
"default": "{}",
|
20846
20846
|
"inheritedFrom": {
|
@@ -21550,7 +21550,7 @@
|
|
21550
21550
|
"name": "requestSettings",
|
21551
21551
|
"optional": true,
|
21552
21552
|
"type": {
|
21553
|
-
"text": "
|
21553
|
+
"text": "Connect"
|
21554
21554
|
}
|
21555
21555
|
}
|
21556
21556
|
],
|
@@ -21617,7 +21617,7 @@
|
|
21617
21617
|
"kind": "field",
|
21618
21618
|
"name": "requestSettings",
|
21619
21619
|
"type": {
|
21620
|
-
"text": "
|
21620
|
+
"text": "Connect"
|
21621
21621
|
},
|
21622
21622
|
"default": "{}",
|
21623
21623
|
"inheritedFrom": {
|
@@ -22256,7 +22256,7 @@
|
|
22256
22256
|
"name": "requestSettings",
|
22257
22257
|
"optional": true,
|
22258
22258
|
"type": {
|
22259
|
-
"text": "
|
22259
|
+
"text": "Connect"
|
22260
22260
|
}
|
22261
22261
|
}
|
22262
22262
|
],
|
@@ -22323,7 +22323,7 @@
|
|
22323
22323
|
"kind": "field",
|
22324
22324
|
"name": "requestSettings",
|
22325
22325
|
"type": {
|
22326
|
-
"text": "
|
22326
|
+
"text": "Connect"
|
22327
22327
|
},
|
22328
22328
|
"default": "{}",
|
22329
22329
|
"inheritedFrom": {
|
@@ -22932,7 +22932,7 @@
|
|
22932
22932
|
"name": "requestSettings",
|
22933
22933
|
"optional": true,
|
22934
22934
|
"type": {
|
22935
|
-
"text": "
|
22935
|
+
"text": "Connect"
|
22936
22936
|
}
|
22937
22937
|
}
|
22938
22938
|
],
|
@@ -22999,7 +22999,7 @@
|
|
22999
22999
|
"kind": "field",
|
23000
23000
|
"name": "requestSettings",
|
23001
23001
|
"type": {
|
23002
|
-
"text": "
|
23002
|
+
"text": "Connect"
|
23003
23003
|
},
|
23004
23004
|
"default": "{}",
|
23005
23005
|
"inheritedFrom": {
|
@@ -23603,7 +23603,7 @@
|
|
23603
23603
|
"name": "requestSettings",
|
23604
23604
|
"optional": true,
|
23605
23605
|
"type": {
|
23606
|
-
"text": "
|
23606
|
+
"text": "Connect"
|
23607
23607
|
}
|
23608
23608
|
}
|
23609
23609
|
],
|
@@ -23670,7 +23670,7 @@
|
|
23670
23670
|
"kind": "field",
|
23671
23671
|
"name": "requestSettings",
|
23672
23672
|
"type": {
|
23673
|
-
"text": "
|
23673
|
+
"text": "Connect"
|
23674
23674
|
},
|
23675
23675
|
"default": "{}",
|
23676
23676
|
"inheritedFrom": {
|
@@ -24036,7 +24036,7 @@
|
|
24036
24036
|
"kind": "field",
|
24037
24037
|
"name": "requestSettings",
|
24038
24038
|
"type": {
|
24039
|
-
"text": "
|
24039
|
+
"text": "Connect"
|
24040
24040
|
},
|
24041
24041
|
"default": "{}"
|
24042
24042
|
},
|
@@ -24429,7 +24429,7 @@
|
|
24429
24429
|
"name": "requestSettings",
|
24430
24430
|
"optional": true,
|
24431
24431
|
"type": {
|
24432
|
-
"text": "
|
24432
|
+
"text": "Connect"
|
24433
24433
|
}
|
24434
24434
|
}
|
24435
24435
|
]
|
@@ -24488,7 +24488,7 @@
|
|
24488
24488
|
"kind": "field",
|
24489
24489
|
"name": "requestSettings",
|
24490
24490
|
"type": {
|
24491
|
-
"text": "
|
24491
|
+
"text": "Connect"
|
24492
24492
|
},
|
24493
24493
|
"default": "{}",
|
24494
24494
|
"inheritedFrom": {
|
@@ -25005,7 +25005,7 @@
|
|
25005
25005
|
{
|
25006
25006
|
"name": "requestSettings",
|
25007
25007
|
"type": {
|
25008
|
-
"text": "
|
25008
|
+
"text": "Connect"
|
25009
25009
|
}
|
25010
25010
|
},
|
25011
25011
|
{
|
@@ -26186,7 +26186,7 @@
|
|
26186
26186
|
{
|
26187
26187
|
"name": "requestSettings",
|
26188
26188
|
"type": {
|
26189
|
-
"text": "
|
26189
|
+
"text": "Connect | undefined"
|
26190
26190
|
}
|
26191
26191
|
},
|
26192
26192
|
{
|
@@ -26793,6 +26793,36 @@
|
|
26793
26793
|
}
|
26794
26794
|
]
|
26795
26795
|
},
|
26796
|
+
{
|
26797
|
+
"kind": "javascript-module",
|
26798
|
+
"path": "src/utils/buttons/inputButtons.ts",
|
26799
|
+
"declarations": [
|
26800
|
+
{
|
26801
|
+
"kind": "variable",
|
26802
|
+
"name": "BUTTON_ORDER",
|
26803
|
+
"type": {
|
26804
|
+
"text": "readonly BUTTON_TYPES[]"
|
26805
|
+
},
|
26806
|
+
"default": "[\n 'camera',\n 'gifs',\n 'images',\n 'audio',\n 'mixedFiles',\n 'submit',\n 'microphone',\n]"
|
26807
|
+
}
|
26808
|
+
],
|
26809
|
+
"exports": [
|
26810
|
+
{
|
26811
|
+
"kind": "js",
|
26812
|
+
"name": "BUTTON_ORDER",
|
26813
|
+
"declaration": {
|
26814
|
+
"name": "BUTTON_ORDER",
|
26815
|
+
"module": "src/utils/buttons/inputButtons.ts"
|
26816
|
+
}
|
26817
|
+
}
|
26818
|
+
]
|
26819
|
+
},
|
26820
|
+
{
|
26821
|
+
"kind": "javascript-module",
|
26822
|
+
"path": "src/utils/buttons/keyboardKeys.ts",
|
26823
|
+
"declarations": [],
|
26824
|
+
"exports": []
|
26825
|
+
},
|
26796
26826
|
{
|
26797
26827
|
"kind": "javascript-module",
|
26798
26828
|
"path": "src/utils/data/objectUtils.ts",
|
@@ -26919,36 +26949,6 @@
|
|
26919
26949
|
}
|
26920
26950
|
]
|
26921
26951
|
},
|
26922
|
-
{
|
26923
|
-
"kind": "javascript-module",
|
26924
|
-
"path": "src/utils/buttons/inputButtons.ts",
|
26925
|
-
"declarations": [
|
26926
|
-
{
|
26927
|
-
"kind": "variable",
|
26928
|
-
"name": "BUTTON_ORDER",
|
26929
|
-
"type": {
|
26930
|
-
"text": "readonly BUTTON_TYPES[]"
|
26931
|
-
},
|
26932
|
-
"default": "[\n 'camera',\n 'gifs',\n 'images',\n 'audio',\n 'mixedFiles',\n 'submit',\n 'microphone',\n]"
|
26933
|
-
}
|
26934
|
-
],
|
26935
|
-
"exports": [
|
26936
|
-
{
|
26937
|
-
"kind": "js",
|
26938
|
-
"name": "BUTTON_ORDER",
|
26939
|
-
"declaration": {
|
26940
|
-
"name": "BUTTON_ORDER",
|
26941
|
-
"module": "src/utils/buttons/inputButtons.ts"
|
26942
|
-
}
|
26943
|
-
}
|
26944
|
-
]
|
26945
|
-
},
|
26946
|
-
{
|
26947
|
-
"kind": "javascript-module",
|
26948
|
-
"path": "src/utils/buttons/keyboardKeys.ts",
|
26949
|
-
"declarations": [],
|
26950
|
-
"exports": []
|
26951
|
-
},
|
26952
26952
|
{
|
26953
26953
|
"kind": "javascript-module",
|
26954
26954
|
"path": "src/utils/decorators/property.ts",
|
@@ -27061,6 +27061,132 @@
|
|
27061
27061
|
}
|
27062
27062
|
]
|
27063
27063
|
},
|
27064
|
+
{
|
27065
|
+
"kind": "javascript-module",
|
27066
|
+
"path": "src/utils/demo/demo.ts",
|
27067
|
+
"declarations": [
|
27068
|
+
{
|
27069
|
+
"kind": "class",
|
27070
|
+
"description": "",
|
27071
|
+
"name": "Demo",
|
27072
|
+
"members": [
|
27073
|
+
{
|
27074
|
+
"kind": "field",
|
27075
|
+
"name": "URL",
|
27076
|
+
"type": {
|
27077
|
+
"text": "string"
|
27078
|
+
},
|
27079
|
+
"privacy": "public",
|
27080
|
+
"static": true,
|
27081
|
+
"default": "'deep-chat-demo'"
|
27082
|
+
},
|
27083
|
+
{
|
27084
|
+
"kind": "method",
|
27085
|
+
"name": "generateResponse",
|
27086
|
+
"privacy": "private",
|
27087
|
+
"static": true,
|
27088
|
+
"parameters": [
|
27089
|
+
{
|
27090
|
+
"name": "messages",
|
27091
|
+
"type": {
|
27092
|
+
"text": "Messages"
|
27093
|
+
}
|
27094
|
+
}
|
27095
|
+
]
|
27096
|
+
},
|
27097
|
+
{
|
27098
|
+
"kind": "method",
|
27099
|
+
"name": "getCustomResponse",
|
27100
|
+
"privacy": "private",
|
27101
|
+
"static": true,
|
27102
|
+
"parameters": [
|
27103
|
+
{
|
27104
|
+
"name": "customResponse",
|
27105
|
+
"type": {
|
27106
|
+
"text": "DemoResponse"
|
27107
|
+
}
|
27108
|
+
},
|
27109
|
+
{
|
27110
|
+
"name": "requestMessage",
|
27111
|
+
"type": {
|
27112
|
+
"text": "MessageContentI"
|
27113
|
+
}
|
27114
|
+
}
|
27115
|
+
]
|
27116
|
+
},
|
27117
|
+
{
|
27118
|
+
"kind": "method",
|
27119
|
+
"name": "getResponse",
|
27120
|
+
"privacy": "private",
|
27121
|
+
"static": true,
|
27122
|
+
"return": {
|
27123
|
+
"type": {
|
27124
|
+
"text": "Response"
|
27125
|
+
}
|
27126
|
+
},
|
27127
|
+
"parameters": [
|
27128
|
+
{
|
27129
|
+
"name": "messages",
|
27130
|
+
"type": {
|
27131
|
+
"text": "Messages"
|
27132
|
+
}
|
27133
|
+
}
|
27134
|
+
]
|
27135
|
+
},
|
27136
|
+
{
|
27137
|
+
"kind": "method",
|
27138
|
+
"name": "request",
|
27139
|
+
"privacy": "public",
|
27140
|
+
"static": true,
|
27141
|
+
"parameters": [
|
27142
|
+
{
|
27143
|
+
"name": "io",
|
27144
|
+
"type": {
|
27145
|
+
"text": "ServiceIO"
|
27146
|
+
}
|
27147
|
+
},
|
27148
|
+
{
|
27149
|
+
"name": "messages",
|
27150
|
+
"type": {
|
27151
|
+
"text": "Messages"
|
27152
|
+
}
|
27153
|
+
}
|
27154
|
+
]
|
27155
|
+
},
|
27156
|
+
{
|
27157
|
+
"kind": "method",
|
27158
|
+
"name": "requestStream",
|
27159
|
+
"privacy": "public",
|
27160
|
+
"static": true,
|
27161
|
+
"parameters": [
|
27162
|
+
{
|
27163
|
+
"name": "messages",
|
27164
|
+
"type": {
|
27165
|
+
"text": "Messages"
|
27166
|
+
}
|
27167
|
+
},
|
27168
|
+
{
|
27169
|
+
"name": "sh",
|
27170
|
+
"type": {
|
27171
|
+
"text": "StreamHandlers"
|
27172
|
+
}
|
27173
|
+
}
|
27174
|
+
]
|
27175
|
+
}
|
27176
|
+
]
|
27177
|
+
}
|
27178
|
+
],
|
27179
|
+
"exports": [
|
27180
|
+
{
|
27181
|
+
"kind": "js",
|
27182
|
+
"name": "Demo",
|
27183
|
+
"declaration": {
|
27184
|
+
"name": "Demo",
|
27185
|
+
"module": "src/utils/demo/demo.ts"
|
27186
|
+
}
|
27187
|
+
}
|
27188
|
+
]
|
27189
|
+
},
|
27064
27190
|
{
|
27065
27191
|
"kind": "javascript-module",
|
27066
27192
|
"path": "src/utils/element/elementUtils.ts",
|
@@ -27635,6 +27761,147 @@
|
|
27635
27761
|
}
|
27636
27762
|
]
|
27637
27763
|
},
|
27764
|
+
{
|
27765
|
+
"kind": "javascript-module",
|
27766
|
+
"path": "src/utils/legacy/legacy.ts",
|
27767
|
+
"declarations": [
|
27768
|
+
{
|
27769
|
+
"kind": "class",
|
27770
|
+
"description": "",
|
27771
|
+
"name": "Legacy",
|
27772
|
+
"members": [
|
27773
|
+
{
|
27774
|
+
"kind": "method",
|
27775
|
+
"name": "checkForContainerStyles",
|
27776
|
+
"privacy": "public",
|
27777
|
+
"static": true,
|
27778
|
+
"parameters": [
|
27779
|
+
{
|
27780
|
+
"name": "deepChat",
|
27781
|
+
"type": {
|
27782
|
+
"text": "DeepChat"
|
27783
|
+
}
|
27784
|
+
},
|
27785
|
+
{
|
27786
|
+
"name": "containerRef",
|
27787
|
+
"type": {
|
27788
|
+
"text": "HTMLElement"
|
27789
|
+
}
|
27790
|
+
}
|
27791
|
+
]
|
27792
|
+
},
|
27793
|
+
{
|
27794
|
+
"kind": "method",
|
27795
|
+
"name": "handleResponseProperty",
|
27796
|
+
"privacy": "public",
|
27797
|
+
"static": true,
|
27798
|
+
"parameters": [
|
27799
|
+
{
|
27800
|
+
"name": "result",
|
27801
|
+
"type": {
|
27802
|
+
"text": "any | Response"
|
27803
|
+
}
|
27804
|
+
}
|
27805
|
+
]
|
27806
|
+
},
|
27807
|
+
{
|
27808
|
+
"kind": "method",
|
27809
|
+
"name": "processHistory",
|
27810
|
+
"privacy": "public",
|
27811
|
+
"static": true,
|
27812
|
+
"parameters": [
|
27813
|
+
{
|
27814
|
+
"name": "deepChat",
|
27815
|
+
"type": {
|
27816
|
+
"text": "DeepChat"
|
27817
|
+
}
|
27818
|
+
}
|
27819
|
+
]
|
27820
|
+
},
|
27821
|
+
{
|
27822
|
+
"kind": "method",
|
27823
|
+
"name": "processHistoryFile",
|
27824
|
+
"privacy": "public",
|
27825
|
+
"static": true,
|
27826
|
+
"parameters": [
|
27827
|
+
{
|
27828
|
+
"name": "message",
|
27829
|
+
"type": {
|
27830
|
+
"text": "MessageContent"
|
27831
|
+
}
|
27832
|
+
}
|
27833
|
+
]
|
27834
|
+
},
|
27835
|
+
{
|
27836
|
+
"kind": "method",
|
27837
|
+
"name": "processValidateInput",
|
27838
|
+
"privacy": "public",
|
27839
|
+
"static": true,
|
27840
|
+
"parameters": [
|
27841
|
+
{
|
27842
|
+
"name": "deepChat",
|
27843
|
+
"type": {
|
27844
|
+
"text": "DeepChat"
|
27845
|
+
}
|
27846
|
+
}
|
27847
|
+
]
|
27848
|
+
},
|
27849
|
+
{
|
27850
|
+
"kind": "method",
|
27851
|
+
"name": "processSubmitUserMessage",
|
27852
|
+
"privacy": "public",
|
27853
|
+
"static": true,
|
27854
|
+
"parameters": [
|
27855
|
+
{
|
27856
|
+
"name": "content",
|
27857
|
+
"type": {
|
27858
|
+
"text": "string"
|
27859
|
+
}
|
27860
|
+
}
|
27861
|
+
]
|
27862
|
+
},
|
27863
|
+
{
|
27864
|
+
"kind": "method",
|
27865
|
+
"name": "flagHTMLUpdateClass",
|
27866
|
+
"privacy": "public",
|
27867
|
+
"static": true,
|
27868
|
+
"parameters": [
|
27869
|
+
{
|
27870
|
+
"name": "bubbleElement",
|
27871
|
+
"type": {
|
27872
|
+
"text": "HTMLElement"
|
27873
|
+
}
|
27874
|
+
}
|
27875
|
+
]
|
27876
|
+
},
|
27877
|
+
{
|
27878
|
+
"kind": "method",
|
27879
|
+
"name": "checkForStream",
|
27880
|
+
"privacy": "public",
|
27881
|
+
"static": true,
|
27882
|
+
"parameters": [
|
27883
|
+
{
|
27884
|
+
"name": "deepChat",
|
27885
|
+
"type": {
|
27886
|
+
"text": "DeepChat"
|
27887
|
+
}
|
27888
|
+
}
|
27889
|
+
]
|
27890
|
+
}
|
27891
|
+
]
|
27892
|
+
}
|
27893
|
+
],
|
27894
|
+
"exports": [
|
27895
|
+
{
|
27896
|
+
"kind": "js",
|
27897
|
+
"name": "Legacy",
|
27898
|
+
"declaration": {
|
27899
|
+
"name": "Legacy",
|
27900
|
+
"module": "src/utils/legacy/legacy.ts"
|
27901
|
+
}
|
27902
|
+
}
|
27903
|
+
]
|
27904
|
+
},
|
27638
27905
|
{
|
27639
27906
|
"kind": "javascript-module",
|
27640
27907
|
"path": "src/utils/svg/svgIconUtils.ts",
|
@@ -27677,365 +27944,6 @@
|
|
27677
27944
|
}
|
27678
27945
|
]
|
27679
27946
|
},
|
27680
|
-
{
|
27681
|
-
"kind": "javascript-module",
|
27682
|
-
"path": "src/utils/demo/demo.ts",
|
27683
|
-
"declarations": [
|
27684
|
-
{
|
27685
|
-
"kind": "class",
|
27686
|
-
"description": "",
|
27687
|
-
"name": "Demo",
|
27688
|
-
"members": [
|
27689
|
-
{
|
27690
|
-
"kind": "field",
|
27691
|
-
"name": "URL",
|
27692
|
-
"type": {
|
27693
|
-
"text": "string"
|
27694
|
-
},
|
27695
|
-
"privacy": "public",
|
27696
|
-
"static": true,
|
27697
|
-
"default": "'deep-chat-demo'"
|
27698
|
-
},
|
27699
|
-
{
|
27700
|
-
"kind": "method",
|
27701
|
-
"name": "generateResponse",
|
27702
|
-
"privacy": "private",
|
27703
|
-
"static": true,
|
27704
|
-
"parameters": [
|
27705
|
-
{
|
27706
|
-
"name": "messages",
|
27707
|
-
"type": {
|
27708
|
-
"text": "Messages"
|
27709
|
-
}
|
27710
|
-
}
|
27711
|
-
]
|
27712
|
-
},
|
27713
|
-
{
|
27714
|
-
"kind": "method",
|
27715
|
-
"name": "getCustomResponse",
|
27716
|
-
"privacy": "private",
|
27717
|
-
"static": true,
|
27718
|
-
"parameters": [
|
27719
|
-
{
|
27720
|
-
"name": "customResponse",
|
27721
|
-
"type": {
|
27722
|
-
"text": "DemoResponse"
|
27723
|
-
}
|
27724
|
-
},
|
27725
|
-
{
|
27726
|
-
"name": "requestMessage",
|
27727
|
-
"type": {
|
27728
|
-
"text": "MessageContentI"
|
27729
|
-
}
|
27730
|
-
}
|
27731
|
-
]
|
27732
|
-
},
|
27733
|
-
{
|
27734
|
-
"kind": "method",
|
27735
|
-
"name": "getResponse",
|
27736
|
-
"privacy": "private",
|
27737
|
-
"static": true,
|
27738
|
-
"return": {
|
27739
|
-
"type": {
|
27740
|
-
"text": "Response"
|
27741
|
-
}
|
27742
|
-
},
|
27743
|
-
"parameters": [
|
27744
|
-
{
|
27745
|
-
"name": "messages",
|
27746
|
-
"type": {
|
27747
|
-
"text": "Messages"
|
27748
|
-
}
|
27749
|
-
}
|
27750
|
-
]
|
27751
|
-
},
|
27752
|
-
{
|
27753
|
-
"kind": "method",
|
27754
|
-
"name": "request",
|
27755
|
-
"privacy": "public",
|
27756
|
-
"static": true,
|
27757
|
-
"parameters": [
|
27758
|
-
{
|
27759
|
-
"name": "io",
|
27760
|
-
"type": {
|
27761
|
-
"text": "ServiceIO"
|
27762
|
-
}
|
27763
|
-
},
|
27764
|
-
{
|
27765
|
-
"name": "messages",
|
27766
|
-
"type": {
|
27767
|
-
"text": "Messages"
|
27768
|
-
}
|
27769
|
-
}
|
27770
|
-
]
|
27771
|
-
},
|
27772
|
-
{
|
27773
|
-
"kind": "method",
|
27774
|
-
"name": "requestStream",
|
27775
|
-
"privacy": "public",
|
27776
|
-
"static": true,
|
27777
|
-
"parameters": [
|
27778
|
-
{
|
27779
|
-
"name": "messages",
|
27780
|
-
"type": {
|
27781
|
-
"text": "Messages"
|
27782
|
-
}
|
27783
|
-
},
|
27784
|
-
{
|
27785
|
-
"name": "sh",
|
27786
|
-
"type": {
|
27787
|
-
"text": "StreamHandlers"
|
27788
|
-
}
|
27789
|
-
}
|
27790
|
-
]
|
27791
|
-
}
|
27792
|
-
]
|
27793
|
-
}
|
27794
|
-
],
|
27795
|
-
"exports": [
|
27796
|
-
{
|
27797
|
-
"kind": "js",
|
27798
|
-
"name": "Demo",
|
27799
|
-
"declaration": {
|
27800
|
-
"name": "Demo",
|
27801
|
-
"module": "src/utils/demo/demo.ts"
|
27802
|
-
}
|
27803
|
-
}
|
27804
|
-
]
|
27805
|
-
},
|
27806
|
-
{
|
27807
|
-
"kind": "javascript-module",
|
27808
|
-
"path": "src/utils/legacy/legacy.ts",
|
27809
|
-
"declarations": [
|
27810
|
-
{
|
27811
|
-
"kind": "class",
|
27812
|
-
"description": "",
|
27813
|
-
"name": "Legacy",
|
27814
|
-
"members": [
|
27815
|
-
{
|
27816
|
-
"kind": "method",
|
27817
|
-
"name": "checkForContainerStyles",
|
27818
|
-
"privacy": "public",
|
27819
|
-
"static": true,
|
27820
|
-
"parameters": [
|
27821
|
-
{
|
27822
|
-
"name": "deepChat",
|
27823
|
-
"type": {
|
27824
|
-
"text": "DeepChat"
|
27825
|
-
}
|
27826
|
-
},
|
27827
|
-
{
|
27828
|
-
"name": "containerRef",
|
27829
|
-
"type": {
|
27830
|
-
"text": "HTMLElement"
|
27831
|
-
}
|
27832
|
-
}
|
27833
|
-
]
|
27834
|
-
},
|
27835
|
-
{
|
27836
|
-
"kind": "method",
|
27837
|
-
"name": "handleResponseProperty",
|
27838
|
-
"privacy": "public",
|
27839
|
-
"static": true,
|
27840
|
-
"parameters": [
|
27841
|
-
{
|
27842
|
-
"name": "result",
|
27843
|
-
"type": {
|
27844
|
-
"text": "any | Response"
|
27845
|
-
}
|
27846
|
-
}
|
27847
|
-
]
|
27848
|
-
},
|
27849
|
-
{
|
27850
|
-
"kind": "method",
|
27851
|
-
"name": "processInitialMessageFile",
|
27852
|
-
"privacy": "public",
|
27853
|
-
"static": true,
|
27854
|
-
"parameters": [
|
27855
|
-
{
|
27856
|
-
"name": "message",
|
27857
|
-
"type": {
|
27858
|
-
"text": "MessageContent"
|
27859
|
-
}
|
27860
|
-
}
|
27861
|
-
]
|
27862
|
-
},
|
27863
|
-
{
|
27864
|
-
"kind": "method",
|
27865
|
-
"name": "processValidateInput",
|
27866
|
-
"privacy": "public",
|
27867
|
-
"static": true,
|
27868
|
-
"parameters": [
|
27869
|
-
{
|
27870
|
-
"name": "deepChat",
|
27871
|
-
"type": {
|
27872
|
-
"text": "DeepChat"
|
27873
|
-
}
|
27874
|
-
}
|
27875
|
-
]
|
27876
|
-
},
|
27877
|
-
{
|
27878
|
-
"kind": "method",
|
27879
|
-
"name": "processSubmitUserMessage",
|
27880
|
-
"privacy": "public",
|
27881
|
-
"static": true,
|
27882
|
-
"parameters": [
|
27883
|
-
{
|
27884
|
-
"name": "content",
|
27885
|
-
"type": {
|
27886
|
-
"text": "string"
|
27887
|
-
}
|
27888
|
-
}
|
27889
|
-
]
|
27890
|
-
},
|
27891
|
-
{
|
27892
|
-
"kind": "method",
|
27893
|
-
"name": "flagHTMLUpdateClass",
|
27894
|
-
"privacy": "public",
|
27895
|
-
"static": true,
|
27896
|
-
"parameters": [
|
27897
|
-
{
|
27898
|
-
"name": "bubbleElement",
|
27899
|
-
"type": {
|
27900
|
-
"text": "HTMLElement"
|
27901
|
-
}
|
27902
|
-
}
|
27903
|
-
]
|
27904
|
-
},
|
27905
|
-
{
|
27906
|
-
"kind": "method",
|
27907
|
-
"name": "checkForStream",
|
27908
|
-
"privacy": "public",
|
27909
|
-
"static": true,
|
27910
|
-
"parameters": [
|
27911
|
-
{
|
27912
|
-
"name": "deepChat",
|
27913
|
-
"type": {
|
27914
|
-
"text": "DeepChat"
|
27915
|
-
}
|
27916
|
-
}
|
27917
|
-
]
|
27918
|
-
}
|
27919
|
-
]
|
27920
|
-
}
|
27921
|
-
],
|
27922
|
-
"exports": [
|
27923
|
-
{
|
27924
|
-
"kind": "js",
|
27925
|
-
"name": "Legacy",
|
27926
|
-
"declaration": {
|
27927
|
-
"name": "Legacy",
|
27928
|
-
"module": "src/utils/legacy/legacy.ts"
|
27929
|
-
}
|
27930
|
-
}
|
27931
|
-
]
|
27932
|
-
},
|
27933
|
-
{
|
27934
|
-
"kind": "javascript-module",
|
27935
|
-
"path": "src/types/webModel/webModel.ts",
|
27936
|
-
"declarations": [],
|
27937
|
-
"exports": []
|
27938
|
-
},
|
27939
|
-
{
|
27940
|
-
"kind": "javascript-module",
|
27941
|
-
"path": "src/services/assemblyAI/utils/assemblyAIUtils.ts",
|
27942
|
-
"declarations": [
|
27943
|
-
{
|
27944
|
-
"kind": "class",
|
27945
|
-
"description": "",
|
27946
|
-
"name": "AssemblyAIUtils",
|
27947
|
-
"members": [
|
27948
|
-
{
|
27949
|
-
"kind": "method",
|
27950
|
-
"name": "poll",
|
27951
|
-
"privacy": "public",
|
27952
|
-
"static": true,
|
27953
|
-
"parameters": [
|
27954
|
-
{
|
27955
|
-
"name": "api_token",
|
27956
|
-
"type": {
|
27957
|
-
"text": "string"
|
27958
|
-
}
|
27959
|
-
},
|
27960
|
-
{
|
27961
|
-
"name": "audio_url",
|
27962
|
-
"type": {
|
27963
|
-
"text": "string"
|
27964
|
-
}
|
27965
|
-
}
|
27966
|
-
]
|
27967
|
-
},
|
27968
|
-
{
|
27969
|
-
"kind": "method",
|
27970
|
-
"name": "buildHeaders",
|
27971
|
-
"privacy": "public",
|
27972
|
-
"static": true,
|
27973
|
-
"parameters": [
|
27974
|
-
{
|
27975
|
-
"name": "key",
|
27976
|
-
"type": {
|
27977
|
-
"text": "string"
|
27978
|
-
}
|
27979
|
-
}
|
27980
|
-
]
|
27981
|
-
},
|
27982
|
-
{
|
27983
|
-
"kind": "method",
|
27984
|
-
"name": "handleVerificationResult",
|
27985
|
-
"privacy": "private",
|
27986
|
-
"static": true,
|
27987
|
-
"parameters": [
|
27988
|
-
{
|
27989
|
-
"name": "result",
|
27990
|
-
"type": {
|
27991
|
-
"text": "object"
|
27992
|
-
}
|
27993
|
-
},
|
27994
|
-
{
|
27995
|
-
"name": "key",
|
27996
|
-
"type": {
|
27997
|
-
"text": "string"
|
27998
|
-
}
|
27999
|
-
},
|
28000
|
-
{
|
28001
|
-
"name": "onSuccess",
|
28002
|
-
"type": {
|
28003
|
-
"text": "(key: string) => void"
|
28004
|
-
}
|
28005
|
-
},
|
28006
|
-
{
|
28007
|
-
"name": "onFail",
|
28008
|
-
"type": {
|
28009
|
-
"text": "(message: string) => void"
|
28010
|
-
}
|
28011
|
-
}
|
28012
|
-
]
|
28013
|
-
},
|
28014
|
-
{
|
28015
|
-
"kind": "method",
|
28016
|
-
"name": "buildKeyVerificationDetails",
|
28017
|
-
"privacy": "public",
|
28018
|
-
"static": true,
|
28019
|
-
"return": {
|
28020
|
-
"type": {
|
28021
|
-
"text": "KeyVerificationDetails"
|
28022
|
-
}
|
28023
|
-
}
|
28024
|
-
}
|
28025
|
-
]
|
28026
|
-
}
|
28027
|
-
],
|
28028
|
-
"exports": [
|
28029
|
-
{
|
28030
|
-
"kind": "js",
|
28031
|
-
"name": "AssemblyAIUtils",
|
28032
|
-
"declaration": {
|
28033
|
-
"name": "AssemblyAIUtils",
|
28034
|
-
"module": "src/services/assemblyAI/utils/assemblyAIUtils.ts"
|
28035
|
-
}
|
28036
|
-
}
|
28037
|
-
]
|
28038
|
-
},
|
28039
27947
|
{
|
28040
27948
|
"kind": "javascript-module",
|
28041
27949
|
"path": "src/utils/webComponent/googleFont.ts",
|
@@ -28276,92 +28184,33 @@
|
|
28276
28184
|
},
|
28277
28185
|
{
|
28278
28186
|
"kind": "javascript-module",
|
28279
|
-
"path": "src/
|
28187
|
+
"path": "src/types/webModel/webModel.ts",
|
28188
|
+
"declarations": [],
|
28189
|
+
"exports": []
|
28190
|
+
},
|
28191
|
+
{
|
28192
|
+
"kind": "javascript-module",
|
28193
|
+
"path": "src/services/assemblyAI/utils/assemblyAIUtils.ts",
|
28280
28194
|
"declarations": [
|
28281
28195
|
{
|
28282
28196
|
"kind": "class",
|
28283
28197
|
"description": "",
|
28284
|
-
"name": "
|
28198
|
+
"name": "AssemblyAIUtils",
|
28285
28199
|
"members": [
|
28286
28200
|
{
|
28287
28201
|
"kind": "method",
|
28288
|
-
"name": "
|
28289
|
-
"privacy": "public",
|
28290
|
-
"static": true,
|
28291
|
-
"parameters": [
|
28292
|
-
{
|
28293
|
-
"name": "outputFormat",
|
28294
|
-
"type": {
|
28295
|
-
"text": "string"
|
28296
|
-
}
|
28297
|
-
},
|
28298
|
-
{
|
28299
|
-
"name": "key",
|
28300
|
-
"type": {
|
28301
|
-
"text": "string"
|
28302
|
-
}
|
28303
|
-
}
|
28304
|
-
]
|
28305
|
-
},
|
28306
|
-
{
|
28307
|
-
"kind": "method",
|
28308
|
-
"name": "buildSpeechToTextHeaders",
|
28202
|
+
"name": "poll",
|
28309
28203
|
"privacy": "public",
|
28310
28204
|
"static": true,
|
28311
28205
|
"parameters": [
|
28312
28206
|
{
|
28313
|
-
"name": "
|
28314
|
-
"type": {
|
28315
|
-
"text": "string"
|
28316
|
-
}
|
28317
|
-
}
|
28318
|
-
]
|
28319
|
-
},
|
28320
|
-
{
|
28321
|
-
"kind": "method",
|
28322
|
-
"name": "handleSpeechVerificationResult",
|
28323
|
-
"privacy": "private",
|
28324
|
-
"static": true,
|
28325
|
-
"parameters": [
|
28326
|
-
{
|
28327
|
-
"name": "result",
|
28328
|
-
"type": {
|
28329
|
-
"text": "object"
|
28330
|
-
}
|
28331
|
-
},
|
28332
|
-
{
|
28333
|
-
"name": "key",
|
28207
|
+
"name": "api_token",
|
28334
28208
|
"type": {
|
28335
28209
|
"text": "string"
|
28336
28210
|
}
|
28337
28211
|
},
|
28338
28212
|
{
|
28339
|
-
"name": "
|
28340
|
-
"type": {
|
28341
|
-
"text": "(key: string) => void"
|
28342
|
-
}
|
28343
|
-
},
|
28344
|
-
{
|
28345
|
-
"name": "onFail",
|
28346
|
-
"type": {
|
28347
|
-
"text": "(message: string) => void"
|
28348
|
-
}
|
28349
|
-
}
|
28350
|
-
]
|
28351
|
-
},
|
28352
|
-
{
|
28353
|
-
"kind": "method",
|
28354
|
-
"name": "buildSpeechKeyVerificationDetails",
|
28355
|
-
"privacy": "public",
|
28356
|
-
"static": true,
|
28357
|
-
"return": {
|
28358
|
-
"type": {
|
28359
|
-
"text": "KeyVerificationDetails"
|
28360
|
-
}
|
28361
|
-
},
|
28362
|
-
"parameters": [
|
28363
|
-
{
|
28364
|
-
"name": "region",
|
28213
|
+
"name": "audio_url",
|
28365
28214
|
"type": {
|
28366
28215
|
"text": "string"
|
28367
28216
|
}
|
@@ -28370,7 +28219,7 @@
|
|
28370
28219
|
},
|
28371
28220
|
{
|
28372
28221
|
"kind": "method",
|
28373
|
-
"name": "
|
28222
|
+
"name": "buildHeaders",
|
28374
28223
|
"privacy": "public",
|
28375
28224
|
"static": true,
|
28376
28225
|
"parameters": [
|
@@ -28384,7 +28233,7 @@
|
|
28384
28233
|
},
|
28385
28234
|
{
|
28386
28235
|
"kind": "method",
|
28387
|
-
"name": "
|
28236
|
+
"name": "handleVerificationResult",
|
28388
28237
|
"privacy": "private",
|
28389
28238
|
"static": true,
|
28390
28239
|
"parameters": [
|
@@ -28416,17 +28265,52 @@
|
|
28416
28265
|
},
|
28417
28266
|
{
|
28418
28267
|
"kind": "method",
|
28419
|
-
"name": "
|
28268
|
+
"name": "buildKeyVerificationDetails",
|
28420
28269
|
"privacy": "public",
|
28421
28270
|
"static": true,
|
28422
28271
|
"return": {
|
28423
28272
|
"type": {
|
28424
28273
|
"text": "KeyVerificationDetails"
|
28425
28274
|
}
|
28426
|
-
}
|
28275
|
+
}
|
28276
|
+
}
|
28277
|
+
]
|
28278
|
+
}
|
28279
|
+
],
|
28280
|
+
"exports": [
|
28281
|
+
{
|
28282
|
+
"kind": "js",
|
28283
|
+
"name": "AssemblyAIUtils",
|
28284
|
+
"declaration": {
|
28285
|
+
"name": "AssemblyAIUtils",
|
28286
|
+
"module": "src/services/assemblyAI/utils/assemblyAIUtils.ts"
|
28287
|
+
}
|
28288
|
+
}
|
28289
|
+
]
|
28290
|
+
},
|
28291
|
+
{
|
28292
|
+
"kind": "javascript-module",
|
28293
|
+
"path": "src/services/azure/utils/azureUtils.ts",
|
28294
|
+
"declarations": [
|
28295
|
+
{
|
28296
|
+
"kind": "class",
|
28297
|
+
"description": "",
|
28298
|
+
"name": "AzureUtils",
|
28299
|
+
"members": [
|
28300
|
+
{
|
28301
|
+
"kind": "method",
|
28302
|
+
"name": "buildTextToSpeechHeaders",
|
28303
|
+
"privacy": "public",
|
28304
|
+
"static": true,
|
28427
28305
|
"parameters": [
|
28428
28306
|
{
|
28429
|
-
"name": "
|
28307
|
+
"name": "outputFormat",
|
28308
|
+
"type": {
|
28309
|
+
"text": "string"
|
28310
|
+
}
|
28311
|
+
},
|
28312
|
+
{
|
28313
|
+
"name": "key",
|
28430
28314
|
"type": {
|
28431
28315
|
"text": "string"
|
28432
28316
|
}
|
@@ -28435,7 +28319,21 @@
|
|
28435
28319
|
},
|
28436
28320
|
{
|
28437
28321
|
"kind": "method",
|
28438
|
-
"name": "
|
28322
|
+
"name": "buildSpeechToTextHeaders",
|
28323
|
+
"privacy": "public",
|
28324
|
+
"static": true,
|
28325
|
+
"parameters": [
|
28326
|
+
{
|
28327
|
+
"name": "key",
|
28328
|
+
"type": {
|
28329
|
+
"text": "string"
|
28330
|
+
}
|
28331
|
+
}
|
28332
|
+
]
|
28333
|
+
},
|
28334
|
+
{
|
28335
|
+
"kind": "method",
|
28336
|
+
"name": "handleSpeechVerificationResult",
|
28439
28337
|
"privacy": "private",
|
28440
28338
|
"static": true,
|
28441
28339
|
"parameters": [
|
@@ -28467,7 +28365,7 @@
|
|
28467
28365
|
},
|
28468
28366
|
{
|
28469
28367
|
"kind": "method",
|
28470
|
-
"name": "
|
28368
|
+
"name": "buildSpeechKeyVerificationDetails",
|
28471
28369
|
"privacy": "public",
|
28472
28370
|
"static": true,
|
28473
28371
|
"return": {
|
@@ -28478,7 +28376,6 @@
|
|
28478
28376
|
"parameters": [
|
28479
28377
|
{
|
28480
28378
|
"name": "region",
|
28481
|
-
"optional": true,
|
28482
28379
|
"type": {
|
28483
28380
|
"text": "string"
|
28484
28381
|
}
|
@@ -28487,14 +28384,28 @@
|
|
28487
28384
|
},
|
28488
28385
|
{
|
28489
28386
|
"kind": "method",
|
28490
|
-
"name": "
|
28387
|
+
"name": "buildSummarizationHeader",
|
28491
28388
|
"privacy": "public",
|
28492
28389
|
"static": true,
|
28493
28390
|
"parameters": [
|
28494
28391
|
{
|
28495
|
-
"name": "
|
28392
|
+
"name": "key",
|
28496
28393
|
"type": {
|
28497
|
-
"text": "string
|
28394
|
+
"text": "string"
|
28395
|
+
}
|
28396
|
+
}
|
28397
|
+
]
|
28398
|
+
},
|
28399
|
+
{
|
28400
|
+
"kind": "method",
|
28401
|
+
"name": "handleLanguageVerificationResult",
|
28402
|
+
"privacy": "private",
|
28403
|
+
"static": true,
|
28404
|
+
"parameters": [
|
28405
|
+
{
|
28406
|
+
"name": "result",
|
28407
|
+
"type": {
|
28408
|
+
"text": "object"
|
28498
28409
|
}
|
28499
28410
|
},
|
28500
28411
|
{
|
@@ -28502,40 +28413,34 @@
|
|
28502
28413
|
"type": {
|
28503
28414
|
"text": "string"
|
28504
28415
|
}
|
28416
|
+
},
|
28417
|
+
{
|
28418
|
+
"name": "onSuccess",
|
28419
|
+
"type": {
|
28420
|
+
"text": "(key: string) => void"
|
28421
|
+
}
|
28422
|
+
},
|
28423
|
+
{
|
28424
|
+
"name": "onFail",
|
28425
|
+
"type": {
|
28426
|
+
"text": "(message: string) => void"
|
28427
|
+
}
|
28505
28428
|
}
|
28506
28429
|
]
|
28507
|
-
}
|
28508
|
-
]
|
28509
|
-
}
|
28510
|
-
],
|
28511
|
-
"exports": [
|
28512
|
-
{
|
28513
|
-
"kind": "js",
|
28514
|
-
"name": "AzureUtils",
|
28515
|
-
"declaration": {
|
28516
|
-
"name": "AzureUtils",
|
28517
|
-
"module": "src/services/azure/utils/azureUtils.ts"
|
28518
|
-
}
|
28519
|
-
}
|
28520
|
-
]
|
28521
|
-
},
|
28522
|
-
{
|
28523
|
-
"kind": "javascript-module",
|
28524
|
-
"path": "src/services/cohere/utils/cohereUtils.ts",
|
28525
|
-
"declarations": [
|
28526
|
-
{
|
28527
|
-
"kind": "class",
|
28528
|
-
"description": "",
|
28529
|
-
"name": "CohereUtils",
|
28530
|
-
"members": [
|
28430
|
+
},
|
28531
28431
|
{
|
28532
28432
|
"kind": "method",
|
28533
|
-
"name": "
|
28433
|
+
"name": "buildLanguageKeyVerificationDetails",
|
28534
28434
|
"privacy": "public",
|
28535
28435
|
"static": true,
|
28436
|
+
"return": {
|
28437
|
+
"type": {
|
28438
|
+
"text": "KeyVerificationDetails"
|
28439
|
+
}
|
28440
|
+
},
|
28536
28441
|
"parameters": [
|
28537
28442
|
{
|
28538
|
-
"name": "
|
28443
|
+
"name": "endpoint",
|
28539
28444
|
"type": {
|
28540
28445
|
"text": "string"
|
28541
28446
|
}
|
@@ -28544,7 +28449,7 @@
|
|
28544
28449
|
},
|
28545
28450
|
{
|
28546
28451
|
"kind": "method",
|
28547
|
-
"name": "
|
28452
|
+
"name": "handleTranslationVerificationResult",
|
28548
28453
|
"privacy": "private",
|
28549
28454
|
"static": true,
|
28550
28455
|
"parameters": [
|
@@ -28576,14 +28481,43 @@
|
|
28576
28481
|
},
|
28577
28482
|
{
|
28578
28483
|
"kind": "method",
|
28579
|
-
"name": "
|
28484
|
+
"name": "buildTranslationKeyVerificationDetails",
|
28580
28485
|
"privacy": "public",
|
28581
28486
|
"static": true,
|
28582
28487
|
"return": {
|
28583
28488
|
"type": {
|
28584
28489
|
"text": "KeyVerificationDetails"
|
28585
28490
|
}
|
28586
|
-
}
|
28491
|
+
},
|
28492
|
+
"parameters": [
|
28493
|
+
{
|
28494
|
+
"name": "region",
|
28495
|
+
"optional": true,
|
28496
|
+
"type": {
|
28497
|
+
"text": "string"
|
28498
|
+
}
|
28499
|
+
}
|
28500
|
+
]
|
28501
|
+
},
|
28502
|
+
{
|
28503
|
+
"kind": "method",
|
28504
|
+
"name": "buildTranslationHeaders",
|
28505
|
+
"privacy": "public",
|
28506
|
+
"static": true,
|
28507
|
+
"parameters": [
|
28508
|
+
{
|
28509
|
+
"name": "region",
|
28510
|
+
"type": {
|
28511
|
+
"text": "string | undefined"
|
28512
|
+
}
|
28513
|
+
},
|
28514
|
+
{
|
28515
|
+
"name": "key",
|
28516
|
+
"type": {
|
28517
|
+
"text": "string"
|
28518
|
+
}
|
28519
|
+
}
|
28520
|
+
]
|
28587
28521
|
}
|
28588
28522
|
]
|
28589
28523
|
}
|
@@ -28591,22 +28525,22 @@
|
|
28591
28525
|
"exports": [
|
28592
28526
|
{
|
28593
28527
|
"kind": "js",
|
28594
|
-
"name": "
|
28528
|
+
"name": "AzureUtils",
|
28595
28529
|
"declaration": {
|
28596
|
-
"name": "
|
28597
|
-
"module": "src/services/
|
28530
|
+
"name": "AzureUtils",
|
28531
|
+
"module": "src/services/azure/utils/azureUtils.ts"
|
28598
28532
|
}
|
28599
28533
|
}
|
28600
28534
|
]
|
28601
28535
|
},
|
28602
28536
|
{
|
28603
28537
|
"kind": "javascript-module",
|
28604
|
-
"path": "src/services/
|
28538
|
+
"path": "src/services/cohere/utils/cohereUtils.ts",
|
28605
28539
|
"declarations": [
|
28606
28540
|
{
|
28607
28541
|
"kind": "class",
|
28608
28542
|
"description": "",
|
28609
|
-
"name": "
|
28543
|
+
"name": "CohereUtils",
|
28610
28544
|
"members": [
|
28611
28545
|
{
|
28612
28546
|
"kind": "method",
|
@@ -28671,22 +28605,22 @@
|
|
28671
28605
|
"exports": [
|
28672
28606
|
{
|
28673
28607
|
"kind": "js",
|
28674
|
-
"name": "
|
28608
|
+
"name": "CohereUtils",
|
28675
28609
|
"declaration": {
|
28676
|
-
"name": "
|
28677
|
-
"module": "src/services/
|
28610
|
+
"name": "CohereUtils",
|
28611
|
+
"module": "src/services/cohere/utils/cohereUtils.ts"
|
28678
28612
|
}
|
28679
28613
|
}
|
28680
28614
|
]
|
28681
28615
|
},
|
28682
28616
|
{
|
28683
28617
|
"kind": "javascript-module",
|
28684
|
-
"path": "src/services/
|
28618
|
+
"path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
|
28685
28619
|
"declarations": [
|
28686
28620
|
{
|
28687
28621
|
"kind": "class",
|
28688
28622
|
"description": "",
|
28689
|
-
"name": "
|
28623
|
+
"name": "HuggingFaceUtils",
|
28690
28624
|
"members": [
|
28691
28625
|
{
|
28692
28626
|
"kind": "method",
|
@@ -28751,10 +28685,10 @@
|
|
28751
28685
|
"exports": [
|
28752
28686
|
{
|
28753
28687
|
"kind": "js",
|
28754
|
-
"name": "
|
28688
|
+
"name": "HuggingFaceUtils",
|
28755
28689
|
"declaration": {
|
28756
|
-
"name": "
|
28757
|
-
"module": "src/services/
|
28690
|
+
"name": "HuggingFaceUtils",
|
28691
|
+
"module": "src/services/huggingFace/utils/huggingFaceUtils.ts"
|
28758
28692
|
}
|
28759
28693
|
}
|
28760
28694
|
]
|
@@ -29059,6 +28993,86 @@
|
|
29059
28993
|
}
|
29060
28994
|
]
|
29061
28995
|
},
|
28996
|
+
{
|
28997
|
+
"kind": "javascript-module",
|
28998
|
+
"path": "src/services/stabilityAI/utils/stabilityAIUtils.ts",
|
28999
|
+
"declarations": [
|
29000
|
+
{
|
29001
|
+
"kind": "class",
|
29002
|
+
"description": "",
|
29003
|
+
"name": "StabilityAIUtils",
|
29004
|
+
"members": [
|
29005
|
+
{
|
29006
|
+
"kind": "method",
|
29007
|
+
"name": "buildHeaders",
|
29008
|
+
"privacy": "public",
|
29009
|
+
"static": true,
|
29010
|
+
"parameters": [
|
29011
|
+
{
|
29012
|
+
"name": "key",
|
29013
|
+
"type": {
|
29014
|
+
"text": "string"
|
29015
|
+
}
|
29016
|
+
}
|
29017
|
+
]
|
29018
|
+
},
|
29019
|
+
{
|
29020
|
+
"kind": "method",
|
29021
|
+
"name": "handleVerificationResult",
|
29022
|
+
"privacy": "private",
|
29023
|
+
"static": true,
|
29024
|
+
"parameters": [
|
29025
|
+
{
|
29026
|
+
"name": "result",
|
29027
|
+
"type": {
|
29028
|
+
"text": "object"
|
29029
|
+
}
|
29030
|
+
},
|
29031
|
+
{
|
29032
|
+
"name": "key",
|
29033
|
+
"type": {
|
29034
|
+
"text": "string"
|
29035
|
+
}
|
29036
|
+
},
|
29037
|
+
{
|
29038
|
+
"name": "onSuccess",
|
29039
|
+
"type": {
|
29040
|
+
"text": "(key: string) => void"
|
29041
|
+
}
|
29042
|
+
},
|
29043
|
+
{
|
29044
|
+
"name": "onFail",
|
29045
|
+
"type": {
|
29046
|
+
"text": "(message: string) => void"
|
29047
|
+
}
|
29048
|
+
}
|
29049
|
+
]
|
29050
|
+
},
|
29051
|
+
{
|
29052
|
+
"kind": "method",
|
29053
|
+
"name": "buildKeyVerificationDetails",
|
29054
|
+
"privacy": "public",
|
29055
|
+
"static": true,
|
29056
|
+
"return": {
|
29057
|
+
"type": {
|
29058
|
+
"text": "KeyVerificationDetails"
|
29059
|
+
}
|
29060
|
+
}
|
29061
|
+
}
|
29062
|
+
]
|
29063
|
+
}
|
29064
|
+
],
|
29065
|
+
"exports": [
|
29066
|
+
{
|
29067
|
+
"kind": "js",
|
29068
|
+
"name": "StabilityAIUtils",
|
29069
|
+
"declaration": {
|
29070
|
+
"name": "StabilityAIUtils",
|
29071
|
+
"module": "src/services/stabilityAI/utils/stabilityAIUtils.ts"
|
29072
|
+
}
|
29073
|
+
}
|
29074
|
+
]
|
29075
|
+
},
|
29062
29076
|
{
|
29063
29077
|
"kind": "javascript-module",
|
29064
29078
|
"path": "src/views/chat/input/input.ts",
|
@@ -30598,13 +30612,13 @@
|
|
30598
30612
|
},
|
30599
30613
|
{
|
30600
30614
|
"kind": "method",
|
30601
|
-
"name": "
|
30615
|
+
"name": "populateHistory",
|
30602
30616
|
"privacy": "private",
|
30603
30617
|
"parameters": [
|
30604
30618
|
{
|
30605
|
-
"name": "
|
30619
|
+
"name": "deepChat",
|
30606
30620
|
"type": {
|
30607
|
-
"text": "
|
30621
|
+
"text": "DeepChat"
|
30608
30622
|
}
|
30609
30623
|
}
|
30610
30624
|
]
|
@@ -32956,445 +32970,6 @@
|
|
32956
32970
|
}
|
32957
32971
|
]
|
32958
32972
|
},
|
32959
|
-
{
|
32960
|
-
"kind": "javascript-module",
|
32961
|
-
"path": "src/views/chat/input/textInput/focusUtils.ts",
|
32962
|
-
"declarations": [
|
32963
|
-
{
|
32964
|
-
"kind": "class",
|
32965
|
-
"description": "",
|
32966
|
-
"name": "FocusUtils",
|
32967
|
-
"members": [
|
32968
|
-
{
|
32969
|
-
"kind": "method",
|
32970
|
-
"name": "focusEndOfInput",
|
32971
|
-
"privacy": "public",
|
32972
|
-
"static": true,
|
32973
|
-
"parameters": [
|
32974
|
-
{
|
32975
|
-
"name": "inputElement",
|
32976
|
-
"type": {
|
32977
|
-
"text": "HTMLElement"
|
32978
|
-
}
|
32979
|
-
}
|
32980
|
-
]
|
32981
|
-
},
|
32982
|
-
{
|
32983
|
-
"kind": "method",
|
32984
|
-
"name": "focusFromParentElement",
|
32985
|
-
"privacy": "public",
|
32986
|
-
"static": true,
|
32987
|
-
"parameters": [
|
32988
|
-
{
|
32989
|
-
"name": "parentElement",
|
32990
|
-
"type": {
|
32991
|
-
"text": "HTMLElement"
|
32992
|
-
}
|
32993
|
-
}
|
32994
|
-
]
|
32995
|
-
}
|
32996
|
-
]
|
32997
|
-
}
|
32998
|
-
],
|
32999
|
-
"exports": [
|
33000
|
-
{
|
33001
|
-
"kind": "js",
|
33002
|
-
"name": "FocusUtils",
|
33003
|
-
"declaration": {
|
33004
|
-
"name": "FocusUtils",
|
33005
|
-
"module": "src/views/chat/input/textInput/focusUtils.ts"
|
33006
|
-
}
|
33007
|
-
}
|
33008
|
-
]
|
33009
|
-
},
|
33010
|
-
{
|
33011
|
-
"kind": "javascript-module",
|
33012
|
-
"path": "src/views/chat/input/textInput/pasteUtils.ts",
|
33013
|
-
"declarations": [
|
33014
|
-
{
|
33015
|
-
"kind": "class",
|
33016
|
-
"description": "",
|
33017
|
-
"name": "PasteUtils",
|
33018
|
-
"members": [
|
33019
|
-
{
|
33020
|
-
"kind": "method",
|
33021
|
-
"name": "sanitizePastedTextContent",
|
33022
|
-
"privacy": "public",
|
33023
|
-
"static": true,
|
33024
|
-
"parameters": [
|
33025
|
-
{
|
33026
|
-
"name": "event",
|
33027
|
-
"type": {
|
33028
|
-
"text": "ClipboardEvent"
|
33029
|
-
}
|
33030
|
-
}
|
33031
|
-
]
|
33032
|
-
}
|
33033
|
-
]
|
33034
|
-
}
|
33035
|
-
],
|
33036
|
-
"exports": [
|
33037
|
-
{
|
33038
|
-
"kind": "js",
|
33039
|
-
"name": "PasteUtils",
|
33040
|
-
"declaration": {
|
33041
|
-
"name": "PasteUtils",
|
33042
|
-
"module": "src/views/chat/input/textInput/pasteUtils.ts"
|
33043
|
-
}
|
33044
|
-
}
|
33045
|
-
]
|
33046
|
-
},
|
33047
|
-
{
|
33048
|
-
"kind": "javascript-module",
|
33049
|
-
"path": "src/views/chat/input/textInput/textInput.ts",
|
33050
|
-
"declarations": [
|
33051
|
-
{
|
33052
|
-
"kind": "class",
|
33053
|
-
"description": "",
|
33054
|
-
"name": "TextInputEl",
|
33055
|
-
"members": [
|
33056
|
-
{
|
33057
|
-
"kind": "field",
|
33058
|
-
"name": "TEXT_INPUT_ID",
|
33059
|
-
"type": {
|
33060
|
-
"text": "string"
|
33061
|
-
},
|
33062
|
-
"privacy": "public",
|
33063
|
-
"static": true,
|
33064
|
-
"default": "'text-input'"
|
33065
|
-
},
|
33066
|
-
{
|
33067
|
-
"kind": "field",
|
33068
|
-
"name": "elementRef",
|
33069
|
-
"type": {
|
33070
|
-
"text": "HTMLElement"
|
33071
|
-
}
|
33072
|
-
},
|
33073
|
-
{
|
33074
|
-
"kind": "field",
|
33075
|
-
"name": "inputElementRef",
|
33076
|
-
"type": {
|
33077
|
-
"text": "HTMLElement"
|
33078
|
-
}
|
33079
|
-
},
|
33080
|
-
{
|
33081
|
-
"kind": "field",
|
33082
|
-
"name": "_config",
|
33083
|
-
"type": {
|
33084
|
-
"text": "TextInput"
|
33085
|
-
},
|
33086
|
-
"privacy": "private",
|
33087
|
-
"default": "processedConfig"
|
33088
|
-
},
|
33089
|
-
{
|
33090
|
-
"kind": "field",
|
33091
|
-
"name": "submit",
|
33092
|
-
"type": {
|
33093
|
-
"text": "() => void | undefined"
|
33094
|
-
}
|
33095
|
-
},
|
33096
|
-
{
|
33097
|
-
"kind": "method",
|
33098
|
-
"name": "processConfig",
|
33099
|
-
"privacy": "private",
|
33100
|
-
"static": true,
|
33101
|
-
"parameters": [
|
33102
|
-
{
|
33103
|
-
"name": "serviceIO",
|
33104
|
-
"type": {
|
33105
|
-
"text": "ServiceIO"
|
33106
|
-
}
|
33107
|
-
},
|
33108
|
-
{
|
33109
|
-
"name": "textInput",
|
33110
|
-
"optional": true,
|
33111
|
-
"type": {
|
33112
|
-
"text": "TextInput"
|
33113
|
-
}
|
33114
|
-
}
|
33115
|
-
]
|
33116
|
-
},
|
33117
|
-
{
|
33118
|
-
"kind": "method",
|
33119
|
-
"name": "preventAutomaticScrollUpOnNewLine",
|
33120
|
-
"privacy": "private",
|
33121
|
-
"static": true,
|
33122
|
-
"parameters": [
|
33123
|
-
{
|
33124
|
-
"name": "inputElement",
|
33125
|
-
"type": {
|
33126
|
-
"text": "HTMLDivElement"
|
33127
|
-
}
|
33128
|
-
}
|
33129
|
-
]
|
33130
|
-
},
|
33131
|
-
{
|
33132
|
-
"kind": "method",
|
33133
|
-
"name": "clear",
|
33134
|
-
"privacy": "public",
|
33135
|
-
"static": true,
|
33136
|
-
"parameters": [
|
33137
|
-
{
|
33138
|
-
"name": "inputElement",
|
33139
|
-
"type": {
|
33140
|
-
"text": "HTMLElement"
|
33141
|
-
}
|
33142
|
-
}
|
33143
|
-
]
|
33144
|
-
},
|
33145
|
-
{
|
33146
|
-
"kind": "method",
|
33147
|
-
"name": "createInputElement",
|
33148
|
-
"privacy": "private",
|
33149
|
-
"parameters": [
|
33150
|
-
{
|
33151
|
-
"name": "textInput",
|
33152
|
-
"optional": true,
|
33153
|
-
"type": {
|
33154
|
-
"text": "TextInput"
|
33155
|
-
}
|
33156
|
-
}
|
33157
|
-
]
|
33158
|
-
},
|
33159
|
-
{
|
33160
|
-
"kind": "method",
|
33161
|
-
"name": "removeTextIfPlaceholder",
|
33162
|
-
"privacy": "public"
|
33163
|
-
},
|
33164
|
-
{
|
33165
|
-
"kind": "method",
|
33166
|
-
"name": "toggleEditability",
|
33167
|
-
"privacy": "public",
|
33168
|
-
"static": true,
|
33169
|
-
"parameters": [
|
33170
|
-
{
|
33171
|
-
"name": "inputElement",
|
33172
|
-
"type": {
|
33173
|
-
"text": "HTMLElement"
|
33174
|
-
}
|
33175
|
-
},
|
33176
|
-
{
|
33177
|
-
"name": "isEditable",
|
33178
|
-
"type": {
|
33179
|
-
"text": "boolean"
|
33180
|
-
}
|
33181
|
-
}
|
33182
|
-
]
|
33183
|
-
},
|
33184
|
-
{
|
33185
|
-
"kind": "method",
|
33186
|
-
"name": "addEventListeners",
|
33187
|
-
"privacy": "private",
|
33188
|
-
"parameters": [
|
33189
|
-
{
|
33190
|
-
"name": "inputElement",
|
33191
|
-
"type": {
|
33192
|
-
"text": "HTMLElement"
|
33193
|
-
}
|
33194
|
-
},
|
33195
|
-
{
|
33196
|
-
"name": "textInput",
|
33197
|
-
"optional": true,
|
33198
|
-
"type": {
|
33199
|
-
"text": "TextInput"
|
33200
|
-
}
|
33201
|
-
}
|
33202
|
-
]
|
33203
|
-
},
|
33204
|
-
{
|
33205
|
-
"kind": "method",
|
33206
|
-
"name": "onFocus",
|
33207
|
-
"privacy": "private",
|
33208
|
-
"parameters": [
|
33209
|
-
{
|
33210
|
-
"name": "focusStyle",
|
33211
|
-
"optional": true,
|
33212
|
-
"type": {
|
33213
|
-
"text": "CustomStyle"
|
33214
|
-
}
|
33215
|
-
}
|
33216
|
-
]
|
33217
|
-
},
|
33218
|
-
{
|
33219
|
-
"kind": "method",
|
33220
|
-
"name": "onBlur",
|
33221
|
-
"privacy": "private",
|
33222
|
-
"parameters": [
|
33223
|
-
{
|
33224
|
-
"name": "focusStyle",
|
33225
|
-
"type": {
|
33226
|
-
"text": "CustomStyle"
|
33227
|
-
}
|
33228
|
-
},
|
33229
|
-
{
|
33230
|
-
"name": "containerStyle",
|
33231
|
-
"optional": true,
|
33232
|
-
"type": {
|
33233
|
-
"text": "CustomStyle"
|
33234
|
-
}
|
33235
|
-
}
|
33236
|
-
]
|
33237
|
-
},
|
33238
|
-
{
|
33239
|
-
"kind": "method",
|
33240
|
-
"name": "createContainerElement",
|
33241
|
-
"privacy": "private",
|
33242
|
-
"static": true,
|
33243
|
-
"parameters": [
|
33244
|
-
{
|
33245
|
-
"name": "containerStyle",
|
33246
|
-
"optional": true,
|
33247
|
-
"type": {
|
33248
|
-
"text": "CustomStyle"
|
33249
|
-
}
|
33250
|
-
}
|
33251
|
-
]
|
33252
|
-
},
|
33253
|
-
{
|
33254
|
-
"kind": "method",
|
33255
|
-
"name": "onKeydown",
|
33256
|
-
"privacy": "private",
|
33257
|
-
"parameters": [
|
33258
|
-
{
|
33259
|
-
"name": "event",
|
33260
|
-
"type": {
|
33261
|
-
"text": "KeyboardEvent"
|
33262
|
-
}
|
33263
|
-
}
|
33264
|
-
]
|
33265
|
-
}
|
33266
|
-
]
|
33267
|
-
}
|
33268
|
-
],
|
33269
|
-
"exports": [
|
33270
|
-
{
|
33271
|
-
"kind": "js",
|
33272
|
-
"name": "TextInputEl",
|
33273
|
-
"declaration": {
|
33274
|
-
"name": "TextInputEl",
|
33275
|
-
"module": "src/views/chat/input/textInput/textInput.ts"
|
33276
|
-
}
|
33277
|
-
}
|
33278
|
-
]
|
33279
|
-
},
|
33280
|
-
{
|
33281
|
-
"kind": "javascript-module",
|
33282
|
-
"path": "src/views/chat/input/textInput/textInputEvents.ts",
|
33283
|
-
"declarations": [
|
33284
|
-
{
|
33285
|
-
"kind": "class",
|
33286
|
-
"description": "",
|
33287
|
-
"name": "TextInputEvents",
|
33288
|
-
"members": [
|
33289
|
-
{
|
33290
|
-
"kind": "field",
|
33291
|
-
"name": "PERMITTED_KEYS",
|
33292
|
-
"privacy": "private",
|
33293
|
-
"static": true,
|
33294
|
-
"default": "new Set<string>([\n KEYBOARD_KEY.BACKSPACE, KEYBOARD_KEY.DELETE, KEYBOARD_KEY.ARROW_RIGHT, KEYBOARD_KEY.ARROW_LEFT,\n KEYBOARD_KEY.ARROW_DOWN, KEYBOARD_KEY.ARROW_UP, KEYBOARD_KEY.META, KEYBOARD_KEY.CONTROL, KEYBOARD_KEY.ENTER\n ])"
|
33295
|
-
},
|
33296
|
-
{
|
33297
|
-
"kind": "method",
|
33298
|
-
"name": "add",
|
33299
|
-
"privacy": "public",
|
33300
|
-
"static": true,
|
33301
|
-
"parameters": [
|
33302
|
-
{
|
33303
|
-
"name": "inputElement",
|
33304
|
-
"type": {
|
33305
|
-
"text": "HTMLElement"
|
33306
|
-
}
|
33307
|
-
},
|
33308
|
-
{
|
33309
|
-
"name": "characterLimit",
|
33310
|
-
"optional": true,
|
33311
|
-
"type": {
|
33312
|
-
"text": "number"
|
33313
|
-
}
|
33314
|
-
},
|
33315
|
-
{
|
33316
|
-
"name": "validationHandler",
|
33317
|
-
"optional": true,
|
33318
|
-
"type": {
|
33319
|
-
"text": "ValidationHandler"
|
33320
|
-
}
|
33321
|
-
}
|
33322
|
-
]
|
33323
|
-
},
|
33324
|
-
{
|
33325
|
-
"kind": "method",
|
33326
|
-
"name": "onKeyDown",
|
33327
|
-
"privacy": "private",
|
33328
|
-
"static": true,
|
33329
|
-
"parameters": [
|
33330
|
-
{
|
33331
|
-
"name": "characterLimit",
|
33332
|
-
"type": {
|
33333
|
-
"text": "number"
|
33334
|
-
}
|
33335
|
-
},
|
33336
|
-
{
|
33337
|
-
"name": "event",
|
33338
|
-
"type": {
|
33339
|
-
"text": "KeyboardEvent"
|
33340
|
-
}
|
33341
|
-
}
|
33342
|
-
]
|
33343
|
-
},
|
33344
|
-
{
|
33345
|
-
"kind": "method",
|
33346
|
-
"name": "isKeyCombinationPermitted",
|
33347
|
-
"privacy": "private",
|
33348
|
-
"static": true,
|
33349
|
-
"parameters": [
|
33350
|
-
{
|
33351
|
-
"name": "event",
|
33352
|
-
"type": {
|
33353
|
-
"text": "KeyboardEvent"
|
33354
|
-
}
|
33355
|
-
}
|
33356
|
-
]
|
33357
|
-
},
|
33358
|
-
{
|
33359
|
-
"kind": "method",
|
33360
|
-
"name": "onInput",
|
33361
|
-
"privacy": "private",
|
33362
|
-
"static": true,
|
33363
|
-
"parameters": [
|
33364
|
-
{
|
33365
|
-
"name": "characterLimit",
|
33366
|
-
"type": {
|
33367
|
-
"text": "number | undefined"
|
33368
|
-
}
|
33369
|
-
},
|
33370
|
-
{
|
33371
|
-
"name": "validate",
|
33372
|
-
"type": {
|
33373
|
-
"text": "ValidationHandler | undefined"
|
33374
|
-
}
|
33375
|
-
},
|
33376
|
-
{
|
33377
|
-
"name": "event",
|
33378
|
-
"type": {
|
33379
|
-
"text": "Event"
|
33380
|
-
}
|
33381
|
-
}
|
33382
|
-
]
|
33383
|
-
}
|
33384
|
-
]
|
33385
|
-
}
|
33386
|
-
],
|
33387
|
-
"exports": [
|
33388
|
-
{
|
33389
|
-
"kind": "js",
|
33390
|
-
"name": "TextInputEvents",
|
33391
|
-
"declaration": {
|
33392
|
-
"name": "TextInputEvents",
|
33393
|
-
"module": "src/views/chat/input/textInput/textInputEvents.ts"
|
33394
|
-
}
|
33395
|
-
}
|
33396
|
-
]
|
33397
|
-
},
|
33398
32973
|
{
|
33399
32974
|
"kind": "javascript-module",
|
33400
32975
|
"path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
|
@@ -34318,6 +33893,445 @@
|
|
34318
33893
|
}
|
34319
33894
|
]
|
34320
33895
|
},
|
33896
|
+
{
|
33897
|
+
"kind": "javascript-module",
|
33898
|
+
"path": "src/views/chat/input/textInput/focusUtils.ts",
|
33899
|
+
"declarations": [
|
33900
|
+
{
|
33901
|
+
"kind": "class",
|
33902
|
+
"description": "",
|
33903
|
+
"name": "FocusUtils",
|
33904
|
+
"members": [
|
33905
|
+
{
|
33906
|
+
"kind": "method",
|
33907
|
+
"name": "focusEndOfInput",
|
33908
|
+
"privacy": "public",
|
33909
|
+
"static": true,
|
33910
|
+
"parameters": [
|
33911
|
+
{
|
33912
|
+
"name": "inputElement",
|
33913
|
+
"type": {
|
33914
|
+
"text": "HTMLElement"
|
33915
|
+
}
|
33916
|
+
}
|
33917
|
+
]
|
33918
|
+
},
|
33919
|
+
{
|
33920
|
+
"kind": "method",
|
33921
|
+
"name": "focusFromParentElement",
|
33922
|
+
"privacy": "public",
|
33923
|
+
"static": true,
|
33924
|
+
"parameters": [
|
33925
|
+
{
|
33926
|
+
"name": "parentElement",
|
33927
|
+
"type": {
|
33928
|
+
"text": "HTMLElement"
|
33929
|
+
}
|
33930
|
+
}
|
33931
|
+
]
|
33932
|
+
}
|
33933
|
+
]
|
33934
|
+
}
|
33935
|
+
],
|
33936
|
+
"exports": [
|
33937
|
+
{
|
33938
|
+
"kind": "js",
|
33939
|
+
"name": "FocusUtils",
|
33940
|
+
"declaration": {
|
33941
|
+
"name": "FocusUtils",
|
33942
|
+
"module": "src/views/chat/input/textInput/focusUtils.ts"
|
33943
|
+
}
|
33944
|
+
}
|
33945
|
+
]
|
33946
|
+
},
|
33947
|
+
{
|
33948
|
+
"kind": "javascript-module",
|
33949
|
+
"path": "src/views/chat/input/textInput/pasteUtils.ts",
|
33950
|
+
"declarations": [
|
33951
|
+
{
|
33952
|
+
"kind": "class",
|
33953
|
+
"description": "",
|
33954
|
+
"name": "PasteUtils",
|
33955
|
+
"members": [
|
33956
|
+
{
|
33957
|
+
"kind": "method",
|
33958
|
+
"name": "sanitizePastedTextContent",
|
33959
|
+
"privacy": "public",
|
33960
|
+
"static": true,
|
33961
|
+
"parameters": [
|
33962
|
+
{
|
33963
|
+
"name": "event",
|
33964
|
+
"type": {
|
33965
|
+
"text": "ClipboardEvent"
|
33966
|
+
}
|
33967
|
+
}
|
33968
|
+
]
|
33969
|
+
}
|
33970
|
+
]
|
33971
|
+
}
|
33972
|
+
],
|
33973
|
+
"exports": [
|
33974
|
+
{
|
33975
|
+
"kind": "js",
|
33976
|
+
"name": "PasteUtils",
|
33977
|
+
"declaration": {
|
33978
|
+
"name": "PasteUtils",
|
33979
|
+
"module": "src/views/chat/input/textInput/pasteUtils.ts"
|
33980
|
+
}
|
33981
|
+
}
|
33982
|
+
]
|
33983
|
+
},
|
33984
|
+
{
|
33985
|
+
"kind": "javascript-module",
|
33986
|
+
"path": "src/views/chat/input/textInput/textInput.ts",
|
33987
|
+
"declarations": [
|
33988
|
+
{
|
33989
|
+
"kind": "class",
|
33990
|
+
"description": "",
|
33991
|
+
"name": "TextInputEl",
|
33992
|
+
"members": [
|
33993
|
+
{
|
33994
|
+
"kind": "field",
|
33995
|
+
"name": "TEXT_INPUT_ID",
|
33996
|
+
"type": {
|
33997
|
+
"text": "string"
|
33998
|
+
},
|
33999
|
+
"privacy": "public",
|
34000
|
+
"static": true,
|
34001
|
+
"default": "'text-input'"
|
34002
|
+
},
|
34003
|
+
{
|
34004
|
+
"kind": "field",
|
34005
|
+
"name": "elementRef",
|
34006
|
+
"type": {
|
34007
|
+
"text": "HTMLElement"
|
34008
|
+
}
|
34009
|
+
},
|
34010
|
+
{
|
34011
|
+
"kind": "field",
|
34012
|
+
"name": "inputElementRef",
|
34013
|
+
"type": {
|
34014
|
+
"text": "HTMLElement"
|
34015
|
+
}
|
34016
|
+
},
|
34017
|
+
{
|
34018
|
+
"kind": "field",
|
34019
|
+
"name": "_config",
|
34020
|
+
"type": {
|
34021
|
+
"text": "TextInput"
|
34022
|
+
},
|
34023
|
+
"privacy": "private",
|
34024
|
+
"default": "processedConfig"
|
34025
|
+
},
|
34026
|
+
{
|
34027
|
+
"kind": "field",
|
34028
|
+
"name": "submit",
|
34029
|
+
"type": {
|
34030
|
+
"text": "() => void | undefined"
|
34031
|
+
}
|
34032
|
+
},
|
34033
|
+
{
|
34034
|
+
"kind": "method",
|
34035
|
+
"name": "processConfig",
|
34036
|
+
"privacy": "private",
|
34037
|
+
"static": true,
|
34038
|
+
"parameters": [
|
34039
|
+
{
|
34040
|
+
"name": "serviceIO",
|
34041
|
+
"type": {
|
34042
|
+
"text": "ServiceIO"
|
34043
|
+
}
|
34044
|
+
},
|
34045
|
+
{
|
34046
|
+
"name": "textInput",
|
34047
|
+
"optional": true,
|
34048
|
+
"type": {
|
34049
|
+
"text": "TextInput"
|
34050
|
+
}
|
34051
|
+
}
|
34052
|
+
]
|
34053
|
+
},
|
34054
|
+
{
|
34055
|
+
"kind": "method",
|
34056
|
+
"name": "preventAutomaticScrollUpOnNewLine",
|
34057
|
+
"privacy": "private",
|
34058
|
+
"static": true,
|
34059
|
+
"parameters": [
|
34060
|
+
{
|
34061
|
+
"name": "inputElement",
|
34062
|
+
"type": {
|
34063
|
+
"text": "HTMLDivElement"
|
34064
|
+
}
|
34065
|
+
}
|
34066
|
+
]
|
34067
|
+
},
|
34068
|
+
{
|
34069
|
+
"kind": "method",
|
34070
|
+
"name": "clear",
|
34071
|
+
"privacy": "public",
|
34072
|
+
"static": true,
|
34073
|
+
"parameters": [
|
34074
|
+
{
|
34075
|
+
"name": "inputElement",
|
34076
|
+
"type": {
|
34077
|
+
"text": "HTMLElement"
|
34078
|
+
}
|
34079
|
+
}
|
34080
|
+
]
|
34081
|
+
},
|
34082
|
+
{
|
34083
|
+
"kind": "method",
|
34084
|
+
"name": "createInputElement",
|
34085
|
+
"privacy": "private",
|
34086
|
+
"parameters": [
|
34087
|
+
{
|
34088
|
+
"name": "textInput",
|
34089
|
+
"optional": true,
|
34090
|
+
"type": {
|
34091
|
+
"text": "TextInput"
|
34092
|
+
}
|
34093
|
+
}
|
34094
|
+
]
|
34095
|
+
},
|
34096
|
+
{
|
34097
|
+
"kind": "method",
|
34098
|
+
"name": "removeTextIfPlaceholder",
|
34099
|
+
"privacy": "public"
|
34100
|
+
},
|
34101
|
+
{
|
34102
|
+
"kind": "method",
|
34103
|
+
"name": "toggleEditability",
|
34104
|
+
"privacy": "public",
|
34105
|
+
"static": true,
|
34106
|
+
"parameters": [
|
34107
|
+
{
|
34108
|
+
"name": "inputElement",
|
34109
|
+
"type": {
|
34110
|
+
"text": "HTMLElement"
|
34111
|
+
}
|
34112
|
+
},
|
34113
|
+
{
|
34114
|
+
"name": "isEditable",
|
34115
|
+
"type": {
|
34116
|
+
"text": "boolean"
|
34117
|
+
}
|
34118
|
+
}
|
34119
|
+
]
|
34120
|
+
},
|
34121
|
+
{
|
34122
|
+
"kind": "method",
|
34123
|
+
"name": "addEventListeners",
|
34124
|
+
"privacy": "private",
|
34125
|
+
"parameters": [
|
34126
|
+
{
|
34127
|
+
"name": "inputElement",
|
34128
|
+
"type": {
|
34129
|
+
"text": "HTMLElement"
|
34130
|
+
}
|
34131
|
+
},
|
34132
|
+
{
|
34133
|
+
"name": "textInput",
|
34134
|
+
"optional": true,
|
34135
|
+
"type": {
|
34136
|
+
"text": "TextInput"
|
34137
|
+
}
|
34138
|
+
}
|
34139
|
+
]
|
34140
|
+
},
|
34141
|
+
{
|
34142
|
+
"kind": "method",
|
34143
|
+
"name": "onFocus",
|
34144
|
+
"privacy": "private",
|
34145
|
+
"parameters": [
|
34146
|
+
{
|
34147
|
+
"name": "focusStyle",
|
34148
|
+
"optional": true,
|
34149
|
+
"type": {
|
34150
|
+
"text": "CustomStyle"
|
34151
|
+
}
|
34152
|
+
}
|
34153
|
+
]
|
34154
|
+
},
|
34155
|
+
{
|
34156
|
+
"kind": "method",
|
34157
|
+
"name": "onBlur",
|
34158
|
+
"privacy": "private",
|
34159
|
+
"parameters": [
|
34160
|
+
{
|
34161
|
+
"name": "focusStyle",
|
34162
|
+
"type": {
|
34163
|
+
"text": "CustomStyle"
|
34164
|
+
}
|
34165
|
+
},
|
34166
|
+
{
|
34167
|
+
"name": "containerStyle",
|
34168
|
+
"optional": true,
|
34169
|
+
"type": {
|
34170
|
+
"text": "CustomStyle"
|
34171
|
+
}
|
34172
|
+
}
|
34173
|
+
]
|
34174
|
+
},
|
34175
|
+
{
|
34176
|
+
"kind": "method",
|
34177
|
+
"name": "createContainerElement",
|
34178
|
+
"privacy": "private",
|
34179
|
+
"static": true,
|
34180
|
+
"parameters": [
|
34181
|
+
{
|
34182
|
+
"name": "containerStyle",
|
34183
|
+
"optional": true,
|
34184
|
+
"type": {
|
34185
|
+
"text": "CustomStyle"
|
34186
|
+
}
|
34187
|
+
}
|
34188
|
+
]
|
34189
|
+
},
|
34190
|
+
{
|
34191
|
+
"kind": "method",
|
34192
|
+
"name": "onKeydown",
|
34193
|
+
"privacy": "private",
|
34194
|
+
"parameters": [
|
34195
|
+
{
|
34196
|
+
"name": "event",
|
34197
|
+
"type": {
|
34198
|
+
"text": "KeyboardEvent"
|
34199
|
+
}
|
34200
|
+
}
|
34201
|
+
]
|
34202
|
+
}
|
34203
|
+
]
|
34204
|
+
}
|
34205
|
+
],
|
34206
|
+
"exports": [
|
34207
|
+
{
|
34208
|
+
"kind": "js",
|
34209
|
+
"name": "TextInputEl",
|
34210
|
+
"declaration": {
|
34211
|
+
"name": "TextInputEl",
|
34212
|
+
"module": "src/views/chat/input/textInput/textInput.ts"
|
34213
|
+
}
|
34214
|
+
}
|
34215
|
+
]
|
34216
|
+
},
|
34217
|
+
{
|
34218
|
+
"kind": "javascript-module",
|
34219
|
+
"path": "src/views/chat/input/textInput/textInputEvents.ts",
|
34220
|
+
"declarations": [
|
34221
|
+
{
|
34222
|
+
"kind": "class",
|
34223
|
+
"description": "",
|
34224
|
+
"name": "TextInputEvents",
|
34225
|
+
"members": [
|
34226
|
+
{
|
34227
|
+
"kind": "field",
|
34228
|
+
"name": "PERMITTED_KEYS",
|
34229
|
+
"privacy": "private",
|
34230
|
+
"static": true,
|
34231
|
+
"default": "new Set<string>([\n KEYBOARD_KEY.BACKSPACE, KEYBOARD_KEY.DELETE, KEYBOARD_KEY.ARROW_RIGHT, KEYBOARD_KEY.ARROW_LEFT,\n KEYBOARD_KEY.ARROW_DOWN, KEYBOARD_KEY.ARROW_UP, KEYBOARD_KEY.META, KEYBOARD_KEY.CONTROL, KEYBOARD_KEY.ENTER\n ])"
|
34232
|
+
},
|
34233
|
+
{
|
34234
|
+
"kind": "method",
|
34235
|
+
"name": "add",
|
34236
|
+
"privacy": "public",
|
34237
|
+
"static": true,
|
34238
|
+
"parameters": [
|
34239
|
+
{
|
34240
|
+
"name": "inputElement",
|
34241
|
+
"type": {
|
34242
|
+
"text": "HTMLElement"
|
34243
|
+
}
|
34244
|
+
},
|
34245
|
+
{
|
34246
|
+
"name": "characterLimit",
|
34247
|
+
"optional": true,
|
34248
|
+
"type": {
|
34249
|
+
"text": "number"
|
34250
|
+
}
|
34251
|
+
},
|
34252
|
+
{
|
34253
|
+
"name": "validationHandler",
|
34254
|
+
"optional": true,
|
34255
|
+
"type": {
|
34256
|
+
"text": "ValidationHandler"
|
34257
|
+
}
|
34258
|
+
}
|
34259
|
+
]
|
34260
|
+
},
|
34261
|
+
{
|
34262
|
+
"kind": "method",
|
34263
|
+
"name": "onKeyDown",
|
34264
|
+
"privacy": "private",
|
34265
|
+
"static": true,
|
34266
|
+
"parameters": [
|
34267
|
+
{
|
34268
|
+
"name": "characterLimit",
|
34269
|
+
"type": {
|
34270
|
+
"text": "number"
|
34271
|
+
}
|
34272
|
+
},
|
34273
|
+
{
|
34274
|
+
"name": "event",
|
34275
|
+
"type": {
|
34276
|
+
"text": "KeyboardEvent"
|
34277
|
+
}
|
34278
|
+
}
|
34279
|
+
]
|
34280
|
+
},
|
34281
|
+
{
|
34282
|
+
"kind": "method",
|
34283
|
+
"name": "isKeyCombinationPermitted",
|
34284
|
+
"privacy": "private",
|
34285
|
+
"static": true,
|
34286
|
+
"parameters": [
|
34287
|
+
{
|
34288
|
+
"name": "event",
|
34289
|
+
"type": {
|
34290
|
+
"text": "KeyboardEvent"
|
34291
|
+
}
|
34292
|
+
}
|
34293
|
+
]
|
34294
|
+
},
|
34295
|
+
{
|
34296
|
+
"kind": "method",
|
34297
|
+
"name": "onInput",
|
34298
|
+
"privacy": "private",
|
34299
|
+
"static": true,
|
34300
|
+
"parameters": [
|
34301
|
+
{
|
34302
|
+
"name": "characterLimit",
|
34303
|
+
"type": {
|
34304
|
+
"text": "number | undefined"
|
34305
|
+
}
|
34306
|
+
},
|
34307
|
+
{
|
34308
|
+
"name": "validate",
|
34309
|
+
"type": {
|
34310
|
+
"text": "ValidationHandler | undefined"
|
34311
|
+
}
|
34312
|
+
},
|
34313
|
+
{
|
34314
|
+
"name": "event",
|
34315
|
+
"type": {
|
34316
|
+
"text": "Event"
|
34317
|
+
}
|
34318
|
+
}
|
34319
|
+
]
|
34320
|
+
}
|
34321
|
+
]
|
34322
|
+
}
|
34323
|
+
],
|
34324
|
+
"exports": [
|
34325
|
+
{
|
34326
|
+
"kind": "js",
|
34327
|
+
"name": "TextInputEvents",
|
34328
|
+
"declaration": {
|
34329
|
+
"name": "TextInputEvents",
|
34330
|
+
"module": "src/views/chat/input/textInput/textInputEvents.ts"
|
34331
|
+
}
|
34332
|
+
}
|
34333
|
+
]
|
34334
|
+
},
|
34321
34335
|
{
|
34322
34336
|
"kind": "javascript-module",
|
34323
34337
|
"path": "src/views/chat/input/validation/validationHandler.ts",
|