deep-chat-dev 9.0.1 → 9.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/custom-elements.json +535 -468
  2. package/dist/deepChat.bundle.js +1 -1
  3. package/dist/deepChat.d.ts.map +1 -1
  4. package/dist/deepChat.js +1187 -1029
  5. package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts +2 -2
  6. package/dist/services/assemblyAI/assemblyAIAudioIO.d.ts.map +1 -1
  7. package/dist/services/azure/azureSpeechToTextIO.d.ts +2 -2
  8. package/dist/services/azure/azureSpeechToTextIO.d.ts.map +1 -1
  9. package/dist/services/azure/azureTextToSpeechIO.d.ts +2 -2
  10. package/dist/services/azure/azureTextToSpeechIO.d.ts.map +1 -1
  11. package/dist/services/azure/azureTranslationIO.d.ts +2 -2
  12. package/dist/services/azure/azureTranslationIO.d.ts.map +1 -1
  13. package/dist/services/cohere/cohereChatIO.d.ts +2 -2
  14. package/dist/services/cohere/cohereChatIO.d.ts.map +1 -1
  15. package/dist/services/cohere/cohereSummarizationIO.d.ts +2 -2
  16. package/dist/services/cohere/cohereSummarizationIO.d.ts.map +1 -1
  17. package/dist/services/cohere/cohereTextGenerationIO.d.ts +2 -2
  18. package/dist/services/cohere/cohereTextGenerationIO.d.ts.map +1 -1
  19. package/dist/services/huggingFace/huggingFaceConversationIO.d.ts +2 -2
  20. package/dist/services/huggingFace/huggingFaceConversationIO.d.ts.map +1 -1
  21. package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts +2 -2
  22. package/dist/services/huggingFace/huggingFaceFillMaskIO.d.ts.map +1 -1
  23. package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts +2 -2
  24. package/dist/services/huggingFace/huggingFaceQuestionAnswerIO.d.ts.map +1 -1
  25. package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts +2 -2
  26. package/dist/services/huggingFace/huggingFaceSummarizationIO.d.ts.map +1 -1
  27. package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts +2 -2
  28. package/dist/services/huggingFace/huggingFaceTextGenerationIO.d.ts.map +1 -1
  29. package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts +2 -2
  30. package/dist/services/huggingFace/huggingFaceTranslationIO.d.ts.map +1 -1
  31. package/dist/services/openAI/openAIAudioIO.d.ts +2 -2
  32. package/dist/services/openAI/openAIAudioIO.d.ts.map +1 -1
  33. package/dist/services/openAI/openAIChatIO.d.ts +2 -2
  34. package/dist/services/openAI/openAIChatIO.d.ts.map +1 -1
  35. package/dist/services/openAI/openAICompletionsIO.d.ts +2 -2
  36. package/dist/services/openAI/openAICompletionsIO.d.ts.map +1 -1
  37. package/dist/services/openAI/openAIImagesIO.d.ts +2 -2
  38. package/dist/services/openAI/openAIImagesIO.d.ts.map +1 -1
  39. package/dist/services/serviceIO.d.ts +6 -4
  40. package/dist/services/serviceIO.d.ts.map +1 -1
  41. package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts +2 -2
  42. package/dist/services/stabilityAI/stabilityAIImageToImageIO.d.ts.map +1 -1
  43. package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts +2 -2
  44. package/dist/services/stabilityAI/stabilityAIImageToImageMaskingIO.d.ts.map +1 -1
  45. package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts +2 -2
  46. package/dist/services/stabilityAI/stabilityAIImageToImageUpscaleIO.d.ts.map +1 -1
  47. package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts +2 -2
  48. package/dist/services/stabilityAI/stabilityAITextToImageIO.d.ts.map +1 -1
  49. package/dist/services/utils/baseServiceIO.d.ts +2 -3
  50. package/dist/services/utils/baseServiceIO.d.ts.map +1 -1
  51. package/dist/types/demo.d.ts +2 -2
  52. package/dist/types/demo.d.ts.map +1 -1
  53. package/dist/types/handler.d.ts +15 -0
  54. package/dist/types/handler.d.ts.map +1 -0
  55. package/dist/types/interceptors.d.ts +2 -2
  56. package/dist/types/interceptors.d.ts.map +1 -1
  57. package/dist/types/request.d.ts +3 -2
  58. package/dist/types/request.d.ts.map +1 -1
  59. package/dist/types/{result.d.ts → response.d.ts} +3 -2
  60. package/dist/types/response.d.ts.map +1 -0
  61. package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -1
  62. package/dist/utils/HTTP/customHandler.d.ts +8 -0
  63. package/dist/utils/HTTP/customHandler.d.ts.map +1 -0
  64. package/dist/utils/HTTP/requestUtils.d.ts +1 -1
  65. package/dist/utils/HTTP/requestUtils.d.ts.map +1 -1
  66. package/dist/utils/HTTP/stream.d.ts.map +1 -1
  67. package/dist/utils/HTTP/websocket.d.ts +4 -3
  68. package/dist/utils/HTTP/websocket.d.ts.map +1 -1
  69. package/dist/utils/demo/demo.d.ts.map +1 -1
  70. package/dist/views/chat/input/buttons/submit/submitButton.d.ts +1 -0
  71. package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
  72. package/dist/views/chat/messages/fileMessages.d.ts.map +1 -1
  73. package/dist/views/chat/messages/messages.d.ts +4 -1
  74. package/dist/views/chat/messages/messages.d.ts.map +1 -1
  75. package/package.json +1 -1
  76. package/dist/types/customService.d.ts +0 -6
  77. package/dist/types/customService.d.ts.map +0 -1
  78. package/dist/types/result.d.ts.map +0 -1
@@ -23,8 +23,7 @@
23
23
  "name": "request",
24
24
  "type": {
25
25
  "text": "Request | undefined"
26
- },
27
- "default": "{\n url: 'ws://loasdasdsacalhost:8080',\n websocket: true,\n }"
26
+ }
28
27
  },
29
28
  {
30
29
  "kind": "field",
@@ -935,12 +934,6 @@
935
934
  "declarations": [],
936
935
  "exports": []
937
936
  },
938
- {
939
- "kind": "javascript-module",
940
- "path": "src/types/customService.ts",
941
- "declarations": [],
942
- "exports": []
943
- },
944
937
  {
945
938
  "kind": "javascript-module",
946
939
  "path": "src/types/demo.ts",
@@ -983,6 +976,12 @@
983
976
  "declarations": [],
984
977
  "exports": []
985
978
  },
979
+ {
980
+ "kind": "javascript-module",
981
+ "path": "src/types/handler.ts",
982
+ "declarations": [],
983
+ "exports": []
984
+ },
986
985
  {
987
986
  "kind": "javascript-module",
988
987
  "path": "src/types/headers.ts",
@@ -1075,7 +1074,7 @@
1075
1074
  },
1076
1075
  {
1077
1076
  "kind": "javascript-module",
1078
- "path": "src/types/result.ts",
1077
+ "path": "src/types/response.ts",
1079
1078
  "declarations": [],
1080
1079
  "exports": []
1081
1080
  },
@@ -1265,7 +1264,7 @@
1265
1264
  "name": "extractResultData",
1266
1265
  "return": {
1267
1266
  "type": {
1268
- "text": "Promise<Result>"
1267
+ "text": "Promise<Response>"
1269
1268
  }
1270
1269
  },
1271
1270
  "parameters": [
@@ -2210,14 +2209,14 @@
2210
2209
  "name": "extractResultData",
2211
2210
  "return": {
2212
2211
  "type": {
2213
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
2212
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
2214
2213
  }
2215
2214
  },
2216
2215
  "parameters": [
2217
2216
  {
2218
2217
  "name": "result",
2219
2218
  "type": {
2220
- "text": "any | CustomServiceResponse"
2219
+ "text": "any | Response"
2221
2220
  }
2222
2221
  }
2223
2222
  ],
@@ -2729,14 +2728,14 @@
2729
2728
  "name": "extractResultData",
2730
2729
  "return": {
2731
2730
  "type": {
2732
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
2731
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
2733
2732
  }
2734
2733
  },
2735
2734
  "parameters": [
2736
2735
  {
2737
2736
  "name": "result",
2738
2737
  "type": {
2739
- "text": "any | CustomServiceResponse"
2738
+ "text": "any | Response"
2740
2739
  }
2741
2740
  }
2742
2741
  ],
@@ -2867,7 +2866,7 @@
2867
2866
  "name": "extractResultData",
2868
2867
  "return": {
2869
2868
  "type": {
2870
- "text": "Promise<Result>"
2869
+ "text": "Promise<Response>"
2871
2870
  }
2872
2871
  },
2873
2872
  "parameters": [
@@ -4012,7 +4011,7 @@
4012
4011
  "name": "extractResultData",
4013
4012
  "return": {
4014
4013
  "type": {
4015
- "text": "Promise<Result>"
4014
+ "text": "Promise<Response>"
4016
4015
  }
4017
4016
  },
4018
4017
  "parameters": [
@@ -4592,7 +4591,7 @@
4592
4591
  "name": "extractResultData",
4593
4592
  "return": {
4594
4593
  "type": {
4595
- "text": "Promise<Result>"
4594
+ "text": "Promise<Response>"
4596
4595
  }
4597
4596
  },
4598
4597
  "parameters": [
@@ -5121,7 +5120,7 @@
5121
5120
  "name": "extractResultData",
5122
5121
  "return": {
5123
5122
  "type": {
5124
- "text": "Promise<Result>"
5123
+ "text": "Promise<Response>"
5125
5124
  }
5126
5125
  },
5127
5126
  "parameters": [
@@ -6142,14 +6141,14 @@
6142
6141
  "name": "extractResultData",
6143
6142
  "return": {
6144
6143
  "type": {
6145
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
6144
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
6146
6145
  }
6147
6146
  },
6148
6147
  "parameters": [
6149
6148
  {
6150
6149
  "name": "result",
6151
6150
  "type": {
6152
- "text": "any | CustomServiceResponse"
6151
+ "text": "any | Response"
6153
6152
  }
6154
6153
  }
6155
6154
  ],
@@ -6230,7 +6229,7 @@
6230
6229
  "name": "extractResultData",
6231
6230
  "return": {
6232
6231
  "type": {
6233
- "text": "Promise<Result>"
6232
+ "text": "Promise<Response>"
6234
6233
  }
6235
6234
  },
6236
6235
  "parameters": [
@@ -6796,7 +6795,7 @@
6796
6795
  "name": "extractResultData",
6797
6796
  "return": {
6798
6797
  "type": {
6799
- "text": "Promise<Result>"
6798
+ "text": "Promise<Response>"
6800
6799
  }
6801
6800
  },
6802
6801
  "parameters": [
@@ -7935,14 +7934,14 @@
7935
7934
  "name": "extractResultData",
7936
7935
  "return": {
7937
7936
  "type": {
7938
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
7937
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
7939
7938
  }
7940
7939
  },
7941
7940
  "parameters": [
7942
7941
  {
7943
7942
  "name": "result",
7944
7943
  "type": {
7945
- "text": "any | CustomServiceResponse"
7944
+ "text": "any | Response"
7946
7945
  }
7947
7946
  }
7948
7947
  ],
@@ -8596,14 +8595,14 @@
8596
8595
  "name": "extractResultData",
8597
8596
  "return": {
8598
8597
  "type": {
8599
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
8598
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
8600
8599
  }
8601
8600
  },
8602
8601
  "parameters": [
8603
8602
  {
8604
8603
  "name": "result",
8605
8604
  "type": {
8606
- "text": "any | CustomServiceResponse"
8605
+ "text": "any | Response"
8607
8606
  }
8608
8607
  }
8609
8608
  ],
@@ -8679,7 +8678,7 @@
8679
8678
  "name": "extractResultData",
8680
8679
  "return": {
8681
8680
  "type": {
8682
- "text": "Promise<Result>"
8681
+ "text": "Promise<Response>"
8683
8682
  }
8684
8683
  },
8685
8684
  "parameters": [
@@ -9845,14 +9844,14 @@
9845
9844
  "name": "extractResultData",
9846
9845
  "return": {
9847
9846
  "type": {
9848
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
9847
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
9849
9848
  }
9850
9849
  },
9851
9850
  "parameters": [
9852
9851
  {
9853
9852
  "name": "result",
9854
9853
  "type": {
9855
- "text": "any | CustomServiceResponse"
9854
+ "text": "any | Response"
9856
9855
  }
9857
9856
  }
9858
9857
  ],
@@ -9914,7 +9913,7 @@
9914
9913
  "name": "extractResultData",
9915
9914
  "return": {
9916
9915
  "type": {
9917
- "text": "Promise<Result>"
9916
+ "text": "Promise<Response>"
9918
9917
  }
9919
9918
  },
9920
9919
  "parameters": [
@@ -11035,14 +11034,14 @@
11035
11034
  "name": "extractResultData",
11036
11035
  "return": {
11037
11036
  "type": {
11038
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
11037
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
11039
11038
  }
11040
11039
  },
11041
11040
  "parameters": [
11042
11041
  {
11043
11042
  "name": "result",
11044
11043
  "type": {
11045
- "text": "any | CustomServiceResponse"
11044
+ "text": "any | Response"
11046
11045
  }
11047
11046
  }
11048
11047
  ],
@@ -11696,14 +11695,14 @@
11696
11695
  "name": "extractResultData",
11697
11696
  "return": {
11698
11697
  "type": {
11699
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
11698
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
11700
11699
  }
11701
11700
  },
11702
11701
  "parameters": [
11703
11702
  {
11704
11703
  "name": "result",
11705
11704
  "type": {
11706
- "text": "any | CustomServiceResponse"
11705
+ "text": "any | Response"
11707
11706
  }
11708
11707
  }
11709
11708
  ],
@@ -11786,7 +11785,7 @@
11786
11785
  "name": "extractResultData",
11787
11786
  "return": {
11788
11787
  "type": {
11789
- "text": "Promise<Result>"
11788
+ "text": "Promise<Response>"
11790
11789
  }
11791
11790
  },
11792
11791
  "parameters": [
@@ -12352,7 +12351,7 @@
12352
12351
  "name": "extractResultData",
12353
12352
  "return": {
12354
12353
  "type": {
12355
- "text": "Promise<Result>"
12354
+ "text": "Promise<Response>"
12356
12355
  }
12357
12356
  },
12358
12357
  "parameters": [
@@ -12959,7 +12958,7 @@
12959
12958
  "name": "extractResultData",
12960
12959
  "return": {
12961
12960
  "type": {
12962
- "text": "Promise<Result>"
12961
+ "text": "Promise<Response>"
12963
12962
  }
12964
12963
  },
12965
12964
  "parameters": [
@@ -13566,7 +13565,7 @@
13566
13565
  "name": "extractResultData",
13567
13566
  "return": {
13568
13567
  "type": {
13569
- "text": "Promise<Result>"
13568
+ "text": "Promise<Response>"
13570
13569
  }
13571
13570
  },
13572
13571
  "parameters": [
@@ -14388,7 +14387,7 @@
14388
14387
  "name": "extractResultData",
14389
14388
  "return": {
14390
14389
  "type": {
14391
- "text": "Promise<Result>"
14390
+ "text": "Promise<Response>"
14392
14391
  }
14393
14392
  },
14394
14393
  "parameters": [
@@ -14987,7 +14986,7 @@
14987
14986
  "name": "extractResultData",
14988
14987
  "return": {
14989
14988
  "type": {
14990
- "text": "Promise<Result>"
14989
+ "text": "Promise<Response>"
14991
14990
  }
14992
14991
  },
14993
14992
  "parameters": [
@@ -15564,7 +15563,7 @@
15564
15563
  "name": "extractResultData",
15565
15564
  "return": {
15566
15565
  "type": {
15567
- "text": "Promise<Result>"
15566
+ "text": "Promise<Response>"
15568
15567
  }
15569
15568
  },
15570
15569
  "parameters": [
@@ -16240,7 +16239,7 @@
16240
16239
  "name": "extractResultData",
16241
16240
  "return": {
16242
16241
  "type": {
16243
- "text": "Promise<Result>"
16242
+ "text": "Promise<Response>"
16244
16243
  }
16245
16244
  },
16246
16245
  "parameters": [
@@ -17185,14 +17184,14 @@
17185
17184
  "name": "extractResultData",
17186
17185
  "return": {
17187
17186
  "type": {
17188
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
17187
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
17189
17188
  }
17190
17189
  },
17191
17190
  "parameters": [
17192
17191
  {
17193
17192
  "name": "result",
17194
17193
  "type": {
17195
- "text": "any | CustomServiceResponse"
17194
+ "text": "any | Response"
17196
17195
  }
17197
17196
  }
17198
17197
  ],
@@ -17353,7 +17352,7 @@
17353
17352
  "name": "extractResultData",
17354
17353
  "return": {
17355
17354
  "type": {
17356
- "text": "Promise<Result>"
17355
+ "text": "Promise<Response>"
17357
17356
  }
17358
17357
  },
17359
17358
  "parameters": [
@@ -17990,7 +17989,7 @@
17990
17989
  "name": "extractResultData",
17991
17990
  "return": {
17992
17991
  "type": {
17993
- "text": "Promise<Result>"
17992
+ "text": "Promise<Response>"
17994
17993
  }
17995
17994
  },
17996
17995
  "parameters": [
@@ -18597,7 +18596,7 @@
18597
18596
  "name": "extractResultData",
18598
18597
  "return": {
18599
18598
  "type": {
18600
- "text": "Promise<Result>"
18599
+ "text": "Promise<Response>"
18601
18600
  }
18602
18601
  },
18603
18602
  "parameters": [
@@ -19199,7 +19198,7 @@
19199
19198
  "name": "extractResultData",
19200
19199
  "return": {
19201
19200
  "type": {
19202
- "text": "Promise<Result>"
19201
+ "text": "Promise<Response>"
19203
19202
  }
19204
19203
  },
19205
19204
  "parameters": [
@@ -19967,14 +19966,14 @@
19967
19966
  "name": "extractResultData",
19968
19967
  "return": {
19969
19968
  "type": {
19970
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
19969
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
19971
19970
  }
19972
19971
  },
19973
19972
  "parameters": [
19974
19973
  {
19975
19974
  "name": "result",
19976
19975
  "type": {
19977
- "text": "any | CustomServiceResponse"
19976
+ "text": "any | Response"
19978
19977
  }
19979
19978
  }
19980
19979
  ]
@@ -20446,14 +20445,14 @@
20446
20445
  "name": "extractResultData",
20447
20446
  "return": {
20448
20447
  "type": {
20449
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
20448
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
20450
20449
  }
20451
20450
  },
20452
20451
  "parameters": [
20453
20452
  {
20454
20453
  "name": "result",
20455
20454
  "type": {
20456
- "text": "any | CustomServiceResponse"
20455
+ "text": "any | Response"
20457
20456
  }
20458
20457
  }
20459
20458
  ],
@@ -21672,12 +21671,12 @@
21672
21671
  },
21673
21672
  {
21674
21673
  "kind": "javascript-module",
21675
- "path": "src/utils/HTTP/customRequest.ts",
21674
+ "path": "src/utils/HTTP/customHandler.ts",
21676
21675
  "declarations": [
21677
21676
  {
21678
21677
  "kind": "class",
21679
21678
  "description": "",
21680
- "name": "CustomRequest",
21679
+ "name": "CustomHandler",
21681
21680
  "members": [
21682
21681
  {
21683
21682
  "kind": "method",
@@ -21704,6 +21703,32 @@
21704
21703
  }
21705
21704
  }
21706
21705
  ]
21706
+ },
21707
+ {
21708
+ "kind": "method",
21709
+ "name": "stream",
21710
+ "privacy": "public",
21711
+ "static": true,
21712
+ "parameters": [
21713
+ {
21714
+ "name": "io",
21715
+ "type": {
21716
+ "text": "ServiceIO"
21717
+ }
21718
+ },
21719
+ {
21720
+ "name": "body",
21721
+ "type": {
21722
+ "text": "RequestDetails['body']"
21723
+ }
21724
+ },
21725
+ {
21726
+ "name": "messages",
21727
+ "type": {
21728
+ "text": "Messages"
21729
+ }
21730
+ }
21731
+ ]
21707
21732
  }
21708
21733
  ]
21709
21734
  }
@@ -21711,10 +21736,10 @@
21711
21736
  "exports": [
21712
21737
  {
21713
21738
  "kind": "js",
21714
- "name": "CustomRequest",
21739
+ "name": "CustomHandler",
21715
21740
  "declaration": {
21716
- "name": "CustomRequest",
21717
- "module": "src/utils/HTTP/customRequest.ts"
21741
+ "name": "CustomHandler",
21742
+ "module": "src/utils/HTTP/customHandler.ts"
21718
21743
  }
21719
21744
  }
21720
21745
  ]
@@ -21804,7 +21829,7 @@
21804
21829
  },
21805
21830
  {
21806
21831
  "kind": "method",
21807
- "name": "processResponseInterceptor",
21832
+ "name": "processRequestInterceptor",
21808
21833
  "privacy": "public",
21809
21834
  "static": true,
21810
21835
  "return": {
@@ -22024,6 +22049,20 @@
22024
22049
  "name": "setup",
22025
22050
  "privacy": "public",
22026
22051
  "static": true,
22052
+ "parameters": [
22053
+ {
22054
+ "name": "io",
22055
+ "type": {
22056
+ "text": "ServiceIO"
22057
+ }
22058
+ }
22059
+ ]
22060
+ },
22061
+ {
22062
+ "kind": "method",
22063
+ "name": "createConnection",
22064
+ "privacy": "public",
22065
+ "static": true,
22027
22066
  "parameters": [
22028
22067
  {
22029
22068
  "name": "io",
@@ -22032,31 +22071,29 @@
22032
22071
  }
22033
22072
  },
22034
22073
  {
22035
- "name": "websocketConfig",
22074
+ "name": "messages",
22036
22075
  "type": {
22037
- "text": "boolean | string | string[]"
22076
+ "text": "Messages"
22038
22077
  }
22039
22078
  }
22040
22079
  ]
22041
22080
  },
22042
22081
  {
22043
22082
  "kind": "method",
22044
- "name": "connect",
22083
+ "name": "retryConnection",
22045
22084
  "privacy": "private",
22046
22085
  "static": true,
22047
22086
  "parameters": [
22048
22087
  {
22049
- "name": "url",
22050
- "optional": true,
22088
+ "name": "io",
22051
22089
  "type": {
22052
- "text": "string"
22090
+ "text": "ServiceIO"
22053
22091
  }
22054
22092
  },
22055
22093
  {
22056
- "name": "protocols",
22057
- "optional": true,
22094
+ "name": "messages",
22058
22095
  "type": {
22059
- "text": "string | string[]"
22096
+ "text": "Messages"
22060
22097
  }
22061
22098
  }
22062
22099
  ]
@@ -22064,7 +22101,7 @@
22064
22101
  {
22065
22102
  "kind": "method",
22066
22103
  "name": "assignListeners",
22067
- "privacy": "public",
22104
+ "privacy": "private",
22068
22105
  "static": true,
22069
22106
  "parameters": [
22070
22107
  {
@@ -22073,6 +22110,12 @@
22073
22110
  "text": "ServiceIO"
22074
22111
  }
22075
22112
  },
22113
+ {
22114
+ "name": "ws",
22115
+ "type": {
22116
+ "text": "WebSocket"
22117
+ }
22118
+ },
22076
22119
  {
22077
22120
  "name": "messages",
22078
22121
  "type": {
@@ -22382,7 +22425,7 @@
22382
22425
  "static": true,
22383
22426
  "return": {
22384
22427
  "type": {
22385
- "text": "CustomServiceResponse"
22428
+ "text": "Response"
22386
22429
  }
22387
22430
  },
22388
22431
  "parameters": [
@@ -22807,7 +22850,7 @@
22807
22850
  "type": {
22808
22851
  "text": "object"
22809
22852
  },
22810
- "default": "{\n INVALID_KEY: 'Invalid API Key',\n CONNECTION_FAILED: 'Failed to connect',\n INVALID_RESPONSE: getInvalidResponseMessage,\n INVALID_STREAM_RESPONSE:\n `Make sure the events are using the Result format: ` +\n `https://deepchat.dev/docs/connect/#Result \\n` +\n `You can also augment them using the responseInterceptor property: ` +\n `https://deepchat.dev/docs/interceptors#responseInterceptor`,\n}"
22853
+ "default": "{\n INVALID_KEY: 'Invalid API Key',\n CONNECTION_FAILED: 'Failed to connect',\n INVALID_RESPONSE: getInvalidResponseMessage,\n INVALID_STREAM_RESPONSE:\n `Make sure the events are using the Response format: ` +\n `https://deepchat.dev/docs/connect/#Response \\n` +\n `You can also augment them using the responseInterceptor property: ` +\n `https://deepchat.dev/docs/interceptors#responseInterceptor`,\n}"
22811
22854
  }
22812
22855
  ],
22813
22856
  "exports": [
@@ -23271,6 +23314,86 @@
23271
23314
  }
23272
23315
  ]
23273
23316
  },
23317
+ {
23318
+ "kind": "javascript-module",
23319
+ "path": "src/services/cohere/utils/cohereUtils.ts",
23320
+ "declarations": [
23321
+ {
23322
+ "kind": "class",
23323
+ "description": "",
23324
+ "name": "CohereUtils",
23325
+ "members": [
23326
+ {
23327
+ "kind": "method",
23328
+ "name": "buildHeaders",
23329
+ "privacy": "public",
23330
+ "static": true,
23331
+ "parameters": [
23332
+ {
23333
+ "name": "key",
23334
+ "type": {
23335
+ "text": "string"
23336
+ }
23337
+ }
23338
+ ]
23339
+ },
23340
+ {
23341
+ "kind": "method",
23342
+ "name": "handleVerificationResult",
23343
+ "privacy": "private",
23344
+ "static": true,
23345
+ "parameters": [
23346
+ {
23347
+ "name": "result",
23348
+ "type": {
23349
+ "text": "object"
23350
+ }
23351
+ },
23352
+ {
23353
+ "name": "key",
23354
+ "type": {
23355
+ "text": "string"
23356
+ }
23357
+ },
23358
+ {
23359
+ "name": "onSuccess",
23360
+ "type": {
23361
+ "text": "(key: string) => void"
23362
+ }
23363
+ },
23364
+ {
23365
+ "name": "onFail",
23366
+ "type": {
23367
+ "text": "(message: string) => void"
23368
+ }
23369
+ }
23370
+ ]
23371
+ },
23372
+ {
23373
+ "kind": "method",
23374
+ "name": "buildKeyVerificationDetails",
23375
+ "privacy": "public",
23376
+ "static": true,
23377
+ "return": {
23378
+ "type": {
23379
+ "text": "KeyVerificationDetails"
23380
+ }
23381
+ }
23382
+ }
23383
+ ]
23384
+ }
23385
+ ],
23386
+ "exports": [
23387
+ {
23388
+ "kind": "js",
23389
+ "name": "CohereUtils",
23390
+ "declaration": {
23391
+ "name": "CohereUtils",
23392
+ "module": "src/services/cohere/utils/cohereUtils.ts"
23393
+ }
23394
+ }
23395
+ ]
23396
+ },
23274
23397
  {
23275
23398
  "kind": "javascript-module",
23276
23399
  "path": "src/services/azure/utils/azureUtils.ts",
@@ -23516,86 +23639,6 @@
23516
23639
  }
23517
23640
  ]
23518
23641
  },
23519
- {
23520
- "kind": "javascript-module",
23521
- "path": "src/services/cohere/utils/cohereUtils.ts",
23522
- "declarations": [
23523
- {
23524
- "kind": "class",
23525
- "description": "",
23526
- "name": "CohereUtils",
23527
- "members": [
23528
- {
23529
- "kind": "method",
23530
- "name": "buildHeaders",
23531
- "privacy": "public",
23532
- "static": true,
23533
- "parameters": [
23534
- {
23535
- "name": "key",
23536
- "type": {
23537
- "text": "string"
23538
- }
23539
- }
23540
- ]
23541
- },
23542
- {
23543
- "kind": "method",
23544
- "name": "handleVerificationResult",
23545
- "privacy": "private",
23546
- "static": true,
23547
- "parameters": [
23548
- {
23549
- "name": "result",
23550
- "type": {
23551
- "text": "object"
23552
- }
23553
- },
23554
- {
23555
- "name": "key",
23556
- "type": {
23557
- "text": "string"
23558
- }
23559
- },
23560
- {
23561
- "name": "onSuccess",
23562
- "type": {
23563
- "text": "(key: string) => void"
23564
- }
23565
- },
23566
- {
23567
- "name": "onFail",
23568
- "type": {
23569
- "text": "(message: string) => void"
23570
- }
23571
- }
23572
- ]
23573
- },
23574
- {
23575
- "kind": "method",
23576
- "name": "buildKeyVerificationDetails",
23577
- "privacy": "public",
23578
- "static": true,
23579
- "return": {
23580
- "type": {
23581
- "text": "KeyVerificationDetails"
23582
- }
23583
- }
23584
- }
23585
- ]
23586
- }
23587
- ],
23588
- "exports": [
23589
- {
23590
- "kind": "js",
23591
- "name": "CohereUtils",
23592
- "declaration": {
23593
- "name": "CohereUtils",
23594
- "module": "src/services/cohere/utils/cohereUtils.ts"
23595
- }
23596
- }
23597
- ]
23598
- },
23599
23642
  {
23600
23643
  "kind": "javascript-module",
23601
23644
  "path": "src/services/huggingFace/utils/huggingFaceUtils.ts",
@@ -23946,28 +23989,37 @@
23946
23989
  },
23947
23990
  {
23948
23991
  "kind": "javascript-module",
23949
- "path": "src/views/chat/input/input.ts",
23992
+ "path": "src/views/chat/introPanel/introPanel.ts",
23950
23993
  "declarations": [
23951
23994
  {
23952
23995
  "kind": "class",
23953
23996
  "description": "",
23954
- "name": "Input",
23997
+ "name": "IntroPanel",
23955
23998
  "members": [
23956
23999
  {
23957
24000
  "kind": "field",
23958
- "name": "elementRef",
24001
+ "name": "_elementRef",
23959
24002
  "type": {
23960
- "text": "HTMLElement"
24003
+ "text": "HTMLElement | undefined"
23961
24004
  }
23962
24005
  },
24006
+ {
24007
+ "kind": "field",
24008
+ "name": "_isDisplayed",
24009
+ "type": {
24010
+ "text": "boolean"
24011
+ },
24012
+ "privacy": "private",
24013
+ "default": "false"
24014
+ },
23963
24015
  {
23964
24016
  "kind": "method",
23965
- "name": "createPanelElement",
24017
+ "name": "createIntroPanel",
23966
24018
  "privacy": "private",
23967
24019
  "static": true,
23968
24020
  "parameters": [
23969
24021
  {
23970
- "name": "customStyle",
24022
+ "name": "introPanelStyle",
23971
24023
  "optional": true,
23972
24024
  "type": {
23973
24025
  "text": "CustomStyle"
@@ -23977,13 +24029,108 @@
23977
24029
  },
23978
24030
  {
23979
24031
  "kind": "method",
23980
- "name": "createFileUploadComponents",
24032
+ "name": "createIntroPanelWithChild",
23981
24033
  "privacy": "private",
23982
24034
  "parameters": [
23983
24035
  {
23984
- "name": "deepChat",
24036
+ "name": "childElement",
23985
24037
  "type": {
23986
- "text": "DeepChat"
24038
+ "text": "HTMLElement"
24039
+ }
24040
+ },
24041
+ {
24042
+ "name": "introPanelStyle",
24043
+ "optional": true,
24044
+ "type": {
24045
+ "text": "CustomStyle"
24046
+ }
24047
+ }
24048
+ ]
24049
+ },
24050
+ {
24051
+ "kind": "method",
24052
+ "name": "createInternalIntroPanel",
24053
+ "privacy": "private",
24054
+ "parameters": [
24055
+ {
24056
+ "name": "introPanelMarkUp",
24057
+ "type": {
24058
+ "text": "string"
24059
+ }
24060
+ },
24061
+ {
24062
+ "name": "introPanelStyle",
24063
+ "optional": true,
24064
+ "type": {
24065
+ "text": "CustomStyle"
24066
+ }
24067
+ }
24068
+ ]
24069
+ },
24070
+ {
24071
+ "kind": "method",
24072
+ "name": "hide",
24073
+ "privacy": "public"
24074
+ },
24075
+ {
24076
+ "kind": "method",
24077
+ "name": "display",
24078
+ "privacy": "public"
24079
+ }
24080
+ ]
24081
+ }
24082
+ ],
24083
+ "exports": [
24084
+ {
24085
+ "kind": "js",
24086
+ "name": "IntroPanel",
24087
+ "declaration": {
24088
+ "name": "IntroPanel",
24089
+ "module": "src/views/chat/introPanel/introPanel.ts"
24090
+ }
24091
+ }
24092
+ ]
24093
+ },
24094
+ {
24095
+ "kind": "javascript-module",
24096
+ "path": "src/views/chat/input/input.ts",
24097
+ "declarations": [
24098
+ {
24099
+ "kind": "class",
24100
+ "description": "",
24101
+ "name": "Input",
24102
+ "members": [
24103
+ {
24104
+ "kind": "field",
24105
+ "name": "elementRef",
24106
+ "type": {
24107
+ "text": "HTMLElement"
24108
+ }
24109
+ },
24110
+ {
24111
+ "kind": "method",
24112
+ "name": "createPanelElement",
24113
+ "privacy": "private",
24114
+ "static": true,
24115
+ "parameters": [
24116
+ {
24117
+ "name": "customStyle",
24118
+ "optional": true,
24119
+ "type": {
24120
+ "text": "CustomStyle"
24121
+ }
24122
+ }
24123
+ ]
24124
+ },
24125
+ {
24126
+ "kind": "method",
24127
+ "name": "createFileUploadComponents",
24128
+ "privacy": "private",
24129
+ "parameters": [
24130
+ {
24131
+ "name": "deepChat",
24132
+ "type": {
24133
+ "text": "DeepChat"
23987
24134
  }
23988
24135
  },
23989
24136
  {
@@ -24109,110 +24256,6 @@
24109
24256
  }
24110
24257
  ]
24111
24258
  },
24112
- {
24113
- "kind": "javascript-module",
24114
- "path": "src/views/chat/introPanel/introPanel.ts",
24115
- "declarations": [
24116
- {
24117
- "kind": "class",
24118
- "description": "",
24119
- "name": "IntroPanel",
24120
- "members": [
24121
- {
24122
- "kind": "field",
24123
- "name": "_elementRef",
24124
- "type": {
24125
- "text": "HTMLElement | undefined"
24126
- }
24127
- },
24128
- {
24129
- "kind": "field",
24130
- "name": "_isDisplayed",
24131
- "type": {
24132
- "text": "boolean"
24133
- },
24134
- "privacy": "private",
24135
- "default": "false"
24136
- },
24137
- {
24138
- "kind": "method",
24139
- "name": "createIntroPanel",
24140
- "privacy": "private",
24141
- "static": true,
24142
- "parameters": [
24143
- {
24144
- "name": "introPanelStyle",
24145
- "optional": true,
24146
- "type": {
24147
- "text": "CustomStyle"
24148
- }
24149
- }
24150
- ]
24151
- },
24152
- {
24153
- "kind": "method",
24154
- "name": "createIntroPanelWithChild",
24155
- "privacy": "private",
24156
- "parameters": [
24157
- {
24158
- "name": "childElement",
24159
- "type": {
24160
- "text": "HTMLElement"
24161
- }
24162
- },
24163
- {
24164
- "name": "introPanelStyle",
24165
- "optional": true,
24166
- "type": {
24167
- "text": "CustomStyle"
24168
- }
24169
- }
24170
- ]
24171
- },
24172
- {
24173
- "kind": "method",
24174
- "name": "createInternalIntroPanel",
24175
- "privacy": "private",
24176
- "parameters": [
24177
- {
24178
- "name": "introPanelMarkUp",
24179
- "type": {
24180
- "text": "string"
24181
- }
24182
- },
24183
- {
24184
- "name": "introPanelStyle",
24185
- "optional": true,
24186
- "type": {
24187
- "text": "CustomStyle"
24188
- }
24189
- }
24190
- ]
24191
- },
24192
- {
24193
- "kind": "method",
24194
- "name": "hide",
24195
- "privacy": "public"
24196
- },
24197
- {
24198
- "kind": "method",
24199
- "name": "display",
24200
- "privacy": "public"
24201
- }
24202
- ]
24203
- }
24204
- ],
24205
- "exports": [
24206
- {
24207
- "kind": "js",
24208
- "name": "IntroPanel",
24209
- "declaration": {
24210
- "name": "IntroPanel",
24211
- "module": "src/views/chat/introPanel/introPanel.ts"
24212
- }
24213
- }
24214
- ]
24215
- },
24216
24259
  {
24217
24260
  "kind": "javascript-module",
24218
24261
  "path": "src/views/chat/messages/avatar.ts",
@@ -25434,11 +25477,26 @@
25434
25477
  }
25435
25478
  ]
25436
25479
  },
25480
+ {
25481
+ "kind": "method",
25482
+ "name": "getLastMessageElement",
25483
+ "privacy": "private"
25484
+ },
25485
+ {
25486
+ "kind": "method",
25487
+ "name": "getLastMessageBubbleElement",
25488
+ "privacy": "private"
25489
+ },
25437
25490
  {
25438
25491
  "kind": "method",
25439
25492
  "name": "isLastMessageError",
25440
25493
  "privacy": "public"
25441
25494
  },
25495
+ {
25496
+ "kind": "method",
25497
+ "name": "removeError",
25498
+ "privacy": "public"
25499
+ },
25442
25500
  {
25443
25501
  "kind": "method",
25444
25502
  "name": "addLoadingMessage",
@@ -26186,20 +26244,187 @@
26186
26244
  },
26187
26245
  {
26188
26246
  "kind": "method",
26189
- "name": "reapplyStateStyle",
26247
+ "name": "reapplyStateStyle",
26248
+ "privacy": "public",
26249
+ "parameters": [
26250
+ {
26251
+ "name": "setType",
26252
+ "type": {
26253
+ "text": "keyof T"
26254
+ }
26255
+ },
26256
+ {
26257
+ "name": "unsetTypes",
26258
+ "optional": true,
26259
+ "type": {
26260
+ "text": "(keyof T)[]"
26261
+ }
26262
+ }
26263
+ ]
26264
+ }
26265
+ ]
26266
+ }
26267
+ ],
26268
+ "exports": [
26269
+ {
26270
+ "kind": "js",
26271
+ "name": "InputButton",
26272
+ "declaration": {
26273
+ "name": "InputButton",
26274
+ "module": "src/views/chat/input/buttons/inputButton.ts"
26275
+ }
26276
+ }
26277
+ ]
26278
+ },
26279
+ {
26280
+ "kind": "javascript-module",
26281
+ "path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
26282
+ "declarations": [
26283
+ {
26284
+ "kind": "class",
26285
+ "description": "",
26286
+ "name": "FileAttachments",
26287
+ "members": [
26288
+ {
26289
+ "kind": "field",
26290
+ "name": "_fileAttachmentsTypes",
26291
+ "type": {
26292
+ "text": "FileAttachmentsType[]"
26293
+ },
26294
+ "privacy": "private",
26295
+ "default": "[]"
26296
+ },
26297
+ {
26298
+ "kind": "field",
26299
+ "name": "elementRef",
26300
+ "type": {
26301
+ "text": "HTMLElement"
26302
+ }
26303
+ },
26304
+ {
26305
+ "kind": "method",
26306
+ "name": "addType",
26307
+ "parameters": [
26308
+ {
26309
+ "name": "files",
26310
+ "type": {
26311
+ "text": "FileAttachmentsT"
26312
+ }
26313
+ },
26314
+ {
26315
+ "name": "type",
26316
+ "type": {
26317
+ "text": "keyof ServiceFileTypes"
26318
+ }
26319
+ }
26320
+ ]
26321
+ },
26322
+ {
26323
+ "kind": "method",
26324
+ "name": "createAttachmentContainer",
26325
+ "privacy": "private"
26326
+ },
26327
+ {
26328
+ "kind": "method",
26329
+ "name": "toggleContainerDisplay",
26330
+ "privacy": "private",
26331
+ "parameters": [
26332
+ {
26333
+ "name": "display",
26334
+ "type": {
26335
+ "text": "boolean"
26336
+ }
26337
+ }
26338
+ ]
26339
+ },
26340
+ {
26341
+ "kind": "method",
26342
+ "name": "getAllFileData"
26343
+ },
26344
+ {
26345
+ "kind": "method",
26346
+ "name": "completePlaceholders"
26347
+ },
26348
+ {
26349
+ "kind": "method",
26350
+ "name": "addFilesToType",
26351
+ "privacy": "public",
26352
+ "static": true,
26353
+ "parameters": [
26354
+ {
26355
+ "name": "files",
26356
+ "type": {
26357
+ "text": "File[]"
26358
+ }
26359
+ },
26360
+ {
26361
+ "name": "fileAttachmentTypes",
26362
+ "type": {
26363
+ "text": "FileAttachmentsType[]"
26364
+ }
26365
+ }
26366
+ ]
26367
+ },
26368
+ {
26369
+ "kind": "method",
26370
+ "name": "addFilesToAnyType",
26371
+ "privacy": "public",
26372
+ "parameters": [
26373
+ {
26374
+ "name": "files",
26375
+ "type": {
26376
+ "text": "File[]"
26377
+ }
26378
+ }
26379
+ ]
26380
+ },
26381
+ {
26382
+ "kind": "method",
26383
+ "name": "removeAllFiles"
26384
+ },
26385
+ {
26386
+ "kind": "method",
26387
+ "name": "getNumberOfTypes"
26388
+ }
26389
+ ]
26390
+ }
26391
+ ],
26392
+ "exports": [
26393
+ {
26394
+ "kind": "js",
26395
+ "name": "FileAttachments",
26396
+ "declaration": {
26397
+ "name": "FileAttachments",
26398
+ "module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
26399
+ }
26400
+ }
26401
+ ]
26402
+ },
26403
+ {
26404
+ "kind": "javascript-module",
26405
+ "path": "src/views/chat/input/fileAttachments/newFileName.ts",
26406
+ "declarations": [
26407
+ {
26408
+ "kind": "class",
26409
+ "description": "",
26410
+ "name": "NewFileName",
26411
+ "members": [
26412
+ {
26413
+ "kind": "method",
26414
+ "name": "getFileName",
26190
26415
  "privacy": "public",
26416
+ "static": true,
26191
26417
  "parameters": [
26192
26418
  {
26193
- "name": "setType",
26419
+ "name": "prefix",
26194
26420
  "type": {
26195
- "text": "keyof T"
26421
+ "text": "string"
26196
26422
  }
26197
26423
  },
26198
26424
  {
26199
- "name": "unsetTypes",
26200
- "optional": true,
26425
+ "name": "extension",
26201
26426
  "type": {
26202
- "text": "(keyof T)[]"
26427
+ "text": "string"
26203
26428
  }
26204
26429
  }
26205
26430
  ]
@@ -26210,10 +26435,10 @@
26210
26435
  "exports": [
26211
26436
  {
26212
26437
  "kind": "js",
26213
- "name": "InputButton",
26438
+ "name": "NewFileName",
26214
26439
  "declaration": {
26215
- "name": "InputButton",
26216
- "module": "src/views/chat/input/buttons/inputButton.ts"
26440
+ "name": "NewFileName",
26441
+ "module": "src/views/chat/input/fileAttachments/newFileName.ts"
26217
26442
  }
26218
26443
  }
26219
26444
  ]
@@ -26907,173 +27132,6 @@
26907
27132
  }
26908
27133
  ]
26909
27134
  },
26910
- {
26911
- "kind": "javascript-module",
26912
- "path": "src/views/chat/input/fileAttachments/fileAttachments.ts",
26913
- "declarations": [
26914
- {
26915
- "kind": "class",
26916
- "description": "",
26917
- "name": "FileAttachments",
26918
- "members": [
26919
- {
26920
- "kind": "field",
26921
- "name": "_fileAttachmentsTypes",
26922
- "type": {
26923
- "text": "FileAttachmentsType[]"
26924
- },
26925
- "privacy": "private",
26926
- "default": "[]"
26927
- },
26928
- {
26929
- "kind": "field",
26930
- "name": "elementRef",
26931
- "type": {
26932
- "text": "HTMLElement"
26933
- }
26934
- },
26935
- {
26936
- "kind": "method",
26937
- "name": "addType",
26938
- "parameters": [
26939
- {
26940
- "name": "files",
26941
- "type": {
26942
- "text": "FileAttachmentsT"
26943
- }
26944
- },
26945
- {
26946
- "name": "type",
26947
- "type": {
26948
- "text": "keyof ServiceFileTypes"
26949
- }
26950
- }
26951
- ]
26952
- },
26953
- {
26954
- "kind": "method",
26955
- "name": "createAttachmentContainer",
26956
- "privacy": "private"
26957
- },
26958
- {
26959
- "kind": "method",
26960
- "name": "toggleContainerDisplay",
26961
- "privacy": "private",
26962
- "parameters": [
26963
- {
26964
- "name": "display",
26965
- "type": {
26966
- "text": "boolean"
26967
- }
26968
- }
26969
- ]
26970
- },
26971
- {
26972
- "kind": "method",
26973
- "name": "getAllFileData"
26974
- },
26975
- {
26976
- "kind": "method",
26977
- "name": "completePlaceholders"
26978
- },
26979
- {
26980
- "kind": "method",
26981
- "name": "addFilesToType",
26982
- "privacy": "public",
26983
- "static": true,
26984
- "parameters": [
26985
- {
26986
- "name": "files",
26987
- "type": {
26988
- "text": "File[]"
26989
- }
26990
- },
26991
- {
26992
- "name": "fileAttachmentTypes",
26993
- "type": {
26994
- "text": "FileAttachmentsType[]"
26995
- }
26996
- }
26997
- ]
26998
- },
26999
- {
27000
- "kind": "method",
27001
- "name": "addFilesToAnyType",
27002
- "privacy": "public",
27003
- "parameters": [
27004
- {
27005
- "name": "files",
27006
- "type": {
27007
- "text": "File[]"
27008
- }
27009
- }
27010
- ]
27011
- },
27012
- {
27013
- "kind": "method",
27014
- "name": "removeAllFiles"
27015
- },
27016
- {
27017
- "kind": "method",
27018
- "name": "getNumberOfTypes"
27019
- }
27020
- ]
27021
- }
27022
- ],
27023
- "exports": [
27024
- {
27025
- "kind": "js",
27026
- "name": "FileAttachments",
27027
- "declaration": {
27028
- "name": "FileAttachments",
27029
- "module": "src/views/chat/input/fileAttachments/fileAttachments.ts"
27030
- }
27031
- }
27032
- ]
27033
- },
27034
- {
27035
- "kind": "javascript-module",
27036
- "path": "src/views/chat/input/fileAttachments/newFileName.ts",
27037
- "declarations": [
27038
- {
27039
- "kind": "class",
27040
- "description": "",
27041
- "name": "NewFileName",
27042
- "members": [
27043
- {
27044
- "kind": "method",
27045
- "name": "getFileName",
27046
- "privacy": "public",
27047
- "static": true,
27048
- "parameters": [
27049
- {
27050
- "name": "prefix",
27051
- "type": {
27052
- "text": "string"
27053
- }
27054
- },
27055
- {
27056
- "name": "extension",
27057
- "type": {
27058
- "text": "string"
27059
- }
27060
- }
27061
- ]
27062
- }
27063
- ]
27064
- }
27065
- ],
27066
- "exports": [
27067
- {
27068
- "kind": "js",
27069
- "name": "NewFileName",
27070
- "declaration": {
27071
- "name": "NewFileName",
27072
- "module": "src/views/chat/input/fileAttachments/newFileName.ts"
27073
- }
27074
- }
27075
- ]
27076
- },
27077
27135
  {
27078
27136
  "kind": "javascript-module",
27079
27137
  "path": "src/views/chat/input/textInput/focusUtils.ts",
@@ -27499,6 +27557,35 @@
27499
27557
  }
27500
27558
  ]
27501
27559
  },
27560
+ {
27561
+ "kind": "javascript-module",
27562
+ "path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
27563
+ "declarations": [
27564
+ {
27565
+ "kind": "class",
27566
+ "description": "",
27567
+ "name": "RemarkableConfig",
27568
+ "members": [
27569
+ {
27570
+ "kind": "method",
27571
+ "name": "createNew",
27572
+ "privacy": "public",
27573
+ "static": true
27574
+ }
27575
+ ]
27576
+ }
27577
+ ],
27578
+ "exports": [
27579
+ {
27580
+ "kind": "js",
27581
+ "name": "RemarkableConfig",
27582
+ "declaration": {
27583
+ "name": "RemarkableConfig",
27584
+ "module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
27585
+ }
27586
+ }
27587
+ ]
27588
+ },
27502
27589
  {
27503
27590
  "kind": "javascript-module",
27504
27591
  "path": "src/views/chat/messages/textToSpeech/textToSpeech.ts",
@@ -27572,35 +27659,6 @@
27572
27659
  }
27573
27660
  ]
27574
27661
  },
27575
- {
27576
- "kind": "javascript-module",
27577
- "path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
27578
- "declarations": [
27579
- {
27580
- "kind": "class",
27581
- "description": "",
27582
- "name": "RemarkableConfig",
27583
- "members": [
27584
- {
27585
- "kind": "method",
27586
- "name": "createNew",
27587
- "privacy": "public",
27588
- "static": true
27589
- }
27590
- ]
27591
- }
27592
- ],
27593
- "exports": [
27594
- {
27595
- "kind": "js",
27596
- "name": "RemarkableConfig",
27597
- "declaration": {
27598
- "name": "RemarkableConfig",
27599
- "module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
27600
- }
27601
- }
27602
- ]
27603
- },
27604
27662
  {
27605
27663
  "kind": "javascript-module",
27606
27664
  "path": "src/views/chat/input/buttons/camera/cameraButton.ts",
@@ -29546,6 +29604,15 @@
29546
29604
  "privacy": "private",
29547
29605
  "default": "new AbortController()"
29548
29606
  },
29607
+ {
29608
+ "kind": "field",
29609
+ "name": "_stopClicked",
29610
+ "type": {
29611
+ "text": "StreamEvents['stopClicked']"
29612
+ },
29613
+ "privacy": "private",
29614
+ "default": "{listener: () => {}}"
29615
+ },
29549
29616
  {
29550
29617
  "kind": "field",
29551
29618
  "name": "_innerElements",