deep-chat-dev 9.0.1 → 9.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/custom-elements.json +261 -245
  2. package/dist/deepChat.bundle.js +1 -1
  3. package/dist/deepChat.d.ts.map +1 -1
  4. package/dist/deepChat.js +948 -846
  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 +4 -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/interceptors.d.ts +2 -2
  54. package/dist/types/interceptors.d.ts.map +1 -1
  55. package/dist/types/request.d.ts +2 -2
  56. package/dist/types/request.d.ts.map +1 -1
  57. package/dist/types/{result.d.ts → response.d.ts} +3 -2
  58. package/dist/types/response.d.ts.map +1 -0
  59. package/dist/utils/HTTP/HTTPRequest.d.ts.map +1 -1
  60. package/dist/utils/HTTP/customRequest.d.ts +7 -0
  61. package/dist/utils/HTTP/customRequest.d.ts.map +1 -0
  62. package/dist/utils/HTTP/websocket.d.ts +4 -3
  63. package/dist/utils/HTTP/websocket.d.ts.map +1 -1
  64. package/dist/utils/demo/demo.d.ts.map +1 -1
  65. package/dist/views/chat/input/buttons/submit/submitButton.d.ts.map +1 -1
  66. package/dist/views/chat/messages/fileMessages.d.ts.map +1 -1
  67. package/dist/views/chat/messages/messages.d.ts +2 -1
  68. package/dist/views/chat/messages/messages.d.ts.map +1 -1
  69. package/package.json +1 -1
  70. package/dist/types/customService.d.ts +0 -6
  71. package/dist/types/customService.d.ts.map +0 -1
  72. 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",
@@ -446,54 +445,6 @@
446
445
  }
447
446
  ]
448
447
  },
449
- {
450
- "kind": "javascript-module",
451
- "path": "src/services/serviceIO.ts",
452
- "declarations": [],
453
- "exports": []
454
- },
455
- {
456
- "kind": "javascript-module",
457
- "path": "src/services/serviceIOFactory.ts",
458
- "declarations": [
459
- {
460
- "kind": "class",
461
- "description": "",
462
- "name": "ServiceIOFactory",
463
- "members": [
464
- {
465
- "kind": "method",
466
- "name": "create",
467
- "privacy": "public",
468
- "static": true,
469
- "return": {
470
- "type": {
471
- "text": "ServiceIO"
472
- }
473
- },
474
- "parameters": [
475
- {
476
- "name": "deepChat",
477
- "type": {
478
- "text": "DeepChat"
479
- }
480
- }
481
- ]
482
- }
483
- ]
484
- }
485
- ],
486
- "exports": [
487
- {
488
- "kind": "js",
489
- "name": "ServiceIOFactory",
490
- "declaration": {
491
- "name": "ServiceIOFactory",
492
- "module": "src/services/serviceIOFactory.ts"
493
- }
494
- }
495
- ]
496
- },
497
448
  {
498
449
  "kind": "javascript-module",
499
450
  "path": "src/icons/audioIcon.ts",
@@ -851,6 +802,54 @@
851
802
  }
852
803
  ]
853
804
  },
805
+ {
806
+ "kind": "javascript-module",
807
+ "path": "src/services/serviceIO.ts",
808
+ "declarations": [],
809
+ "exports": []
810
+ },
811
+ {
812
+ "kind": "javascript-module",
813
+ "path": "src/services/serviceIOFactory.ts",
814
+ "declarations": [
815
+ {
816
+ "kind": "class",
817
+ "description": "",
818
+ "name": "ServiceIOFactory",
819
+ "members": [
820
+ {
821
+ "kind": "method",
822
+ "name": "create",
823
+ "privacy": "public",
824
+ "static": true,
825
+ "return": {
826
+ "type": {
827
+ "text": "ServiceIO"
828
+ }
829
+ },
830
+ "parameters": [
831
+ {
832
+ "name": "deepChat",
833
+ "type": {
834
+ "text": "DeepChat"
835
+ }
836
+ }
837
+ ]
838
+ }
839
+ ]
840
+ }
841
+ ],
842
+ "exports": [
843
+ {
844
+ "kind": "js",
845
+ "name": "ServiceIOFactory",
846
+ "declaration": {
847
+ "name": "ServiceIOFactory",
848
+ "module": "src/services/serviceIOFactory.ts"
849
+ }
850
+ }
851
+ ]
852
+ },
854
853
  {
855
854
  "kind": "javascript-module",
856
855
  "path": "src/types/APIKey.ts",
@@ -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",
@@ -1075,7 +1068,7 @@
1075
1068
  },
1076
1069
  {
1077
1070
  "kind": "javascript-module",
1078
- "path": "src/types/result.ts",
1071
+ "path": "src/types/response.ts",
1079
1072
  "declarations": [],
1080
1073
  "exports": []
1081
1074
  },
@@ -1265,7 +1258,7 @@
1265
1258
  "name": "extractResultData",
1266
1259
  "return": {
1267
1260
  "type": {
1268
- "text": "Promise<Result>"
1261
+ "text": "Promise<Response>"
1269
1262
  }
1270
1263
  },
1271
1264
  "parameters": [
@@ -2210,14 +2203,14 @@
2210
2203
  "name": "extractResultData",
2211
2204
  "return": {
2212
2205
  "type": {
2213
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
2206
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
2214
2207
  }
2215
2208
  },
2216
2209
  "parameters": [
2217
2210
  {
2218
2211
  "name": "result",
2219
2212
  "type": {
2220
- "text": "any | CustomServiceResponse"
2213
+ "text": "any | Response"
2221
2214
  }
2222
2215
  }
2223
2216
  ],
@@ -2729,14 +2722,14 @@
2729
2722
  "name": "extractResultData",
2730
2723
  "return": {
2731
2724
  "type": {
2732
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
2725
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
2733
2726
  }
2734
2727
  },
2735
2728
  "parameters": [
2736
2729
  {
2737
2730
  "name": "result",
2738
2731
  "type": {
2739
- "text": "any | CustomServiceResponse"
2732
+ "text": "any | Response"
2740
2733
  }
2741
2734
  }
2742
2735
  ],
@@ -2867,7 +2860,7 @@
2867
2860
  "name": "extractResultData",
2868
2861
  "return": {
2869
2862
  "type": {
2870
- "text": "Promise<Result>"
2863
+ "text": "Promise<Response>"
2871
2864
  }
2872
2865
  },
2873
2866
  "parameters": [
@@ -4012,7 +4005,7 @@
4012
4005
  "name": "extractResultData",
4013
4006
  "return": {
4014
4007
  "type": {
4015
- "text": "Promise<Result>"
4008
+ "text": "Promise<Response>"
4016
4009
  }
4017
4010
  },
4018
4011
  "parameters": [
@@ -4592,7 +4585,7 @@
4592
4585
  "name": "extractResultData",
4593
4586
  "return": {
4594
4587
  "type": {
4595
- "text": "Promise<Result>"
4588
+ "text": "Promise<Response>"
4596
4589
  }
4597
4590
  },
4598
4591
  "parameters": [
@@ -5121,7 +5114,7 @@
5121
5114
  "name": "extractResultData",
5122
5115
  "return": {
5123
5116
  "type": {
5124
- "text": "Promise<Result>"
5117
+ "text": "Promise<Response>"
5125
5118
  }
5126
5119
  },
5127
5120
  "parameters": [
@@ -6142,14 +6135,14 @@
6142
6135
  "name": "extractResultData",
6143
6136
  "return": {
6144
6137
  "type": {
6145
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
6138
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
6146
6139
  }
6147
6140
  },
6148
6141
  "parameters": [
6149
6142
  {
6150
6143
  "name": "result",
6151
6144
  "type": {
6152
- "text": "any | CustomServiceResponse"
6145
+ "text": "any | Response"
6153
6146
  }
6154
6147
  }
6155
6148
  ],
@@ -6230,7 +6223,7 @@
6230
6223
  "name": "extractResultData",
6231
6224
  "return": {
6232
6225
  "type": {
6233
- "text": "Promise<Result>"
6226
+ "text": "Promise<Response>"
6234
6227
  }
6235
6228
  },
6236
6229
  "parameters": [
@@ -6796,7 +6789,7 @@
6796
6789
  "name": "extractResultData",
6797
6790
  "return": {
6798
6791
  "type": {
6799
- "text": "Promise<Result>"
6792
+ "text": "Promise<Response>"
6800
6793
  }
6801
6794
  },
6802
6795
  "parameters": [
@@ -7935,14 +7928,14 @@
7935
7928
  "name": "extractResultData",
7936
7929
  "return": {
7937
7930
  "type": {
7938
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
7931
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
7939
7932
  }
7940
7933
  },
7941
7934
  "parameters": [
7942
7935
  {
7943
7936
  "name": "result",
7944
7937
  "type": {
7945
- "text": "any | CustomServiceResponse"
7938
+ "text": "any | Response"
7946
7939
  }
7947
7940
  }
7948
7941
  ],
@@ -8596,14 +8589,14 @@
8596
8589
  "name": "extractResultData",
8597
8590
  "return": {
8598
8591
  "type": {
8599
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
8592
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
8600
8593
  }
8601
8594
  },
8602
8595
  "parameters": [
8603
8596
  {
8604
8597
  "name": "result",
8605
8598
  "type": {
8606
- "text": "any | CustomServiceResponse"
8599
+ "text": "any | Response"
8607
8600
  }
8608
8601
  }
8609
8602
  ],
@@ -8679,7 +8672,7 @@
8679
8672
  "name": "extractResultData",
8680
8673
  "return": {
8681
8674
  "type": {
8682
- "text": "Promise<Result>"
8675
+ "text": "Promise<Response>"
8683
8676
  }
8684
8677
  },
8685
8678
  "parameters": [
@@ -9845,14 +9838,14 @@
9845
9838
  "name": "extractResultData",
9846
9839
  "return": {
9847
9840
  "type": {
9848
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
9841
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
9849
9842
  }
9850
9843
  },
9851
9844
  "parameters": [
9852
9845
  {
9853
9846
  "name": "result",
9854
9847
  "type": {
9855
- "text": "any | CustomServiceResponse"
9848
+ "text": "any | Response"
9856
9849
  }
9857
9850
  }
9858
9851
  ],
@@ -9914,7 +9907,7 @@
9914
9907
  "name": "extractResultData",
9915
9908
  "return": {
9916
9909
  "type": {
9917
- "text": "Promise<Result>"
9910
+ "text": "Promise<Response>"
9918
9911
  }
9919
9912
  },
9920
9913
  "parameters": [
@@ -11035,14 +11028,14 @@
11035
11028
  "name": "extractResultData",
11036
11029
  "return": {
11037
11030
  "type": {
11038
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
11031
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
11039
11032
  }
11040
11033
  },
11041
11034
  "parameters": [
11042
11035
  {
11043
11036
  "name": "result",
11044
11037
  "type": {
11045
- "text": "any | CustomServiceResponse"
11038
+ "text": "any | Response"
11046
11039
  }
11047
11040
  }
11048
11041
  ],
@@ -11696,14 +11689,14 @@
11696
11689
  "name": "extractResultData",
11697
11690
  "return": {
11698
11691
  "type": {
11699
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
11692
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
11700
11693
  }
11701
11694
  },
11702
11695
  "parameters": [
11703
11696
  {
11704
11697
  "name": "result",
11705
11698
  "type": {
11706
- "text": "any | CustomServiceResponse"
11699
+ "text": "any | Response"
11707
11700
  }
11708
11701
  }
11709
11702
  ],
@@ -11786,7 +11779,7 @@
11786
11779
  "name": "extractResultData",
11787
11780
  "return": {
11788
11781
  "type": {
11789
- "text": "Promise<Result>"
11782
+ "text": "Promise<Response>"
11790
11783
  }
11791
11784
  },
11792
11785
  "parameters": [
@@ -12352,7 +12345,7 @@
12352
12345
  "name": "extractResultData",
12353
12346
  "return": {
12354
12347
  "type": {
12355
- "text": "Promise<Result>"
12348
+ "text": "Promise<Response>"
12356
12349
  }
12357
12350
  },
12358
12351
  "parameters": [
@@ -12959,7 +12952,7 @@
12959
12952
  "name": "extractResultData",
12960
12953
  "return": {
12961
12954
  "type": {
12962
- "text": "Promise<Result>"
12955
+ "text": "Promise<Response>"
12963
12956
  }
12964
12957
  },
12965
12958
  "parameters": [
@@ -13566,7 +13559,7 @@
13566
13559
  "name": "extractResultData",
13567
13560
  "return": {
13568
13561
  "type": {
13569
- "text": "Promise<Result>"
13562
+ "text": "Promise<Response>"
13570
13563
  }
13571
13564
  },
13572
13565
  "parameters": [
@@ -14388,7 +14381,7 @@
14388
14381
  "name": "extractResultData",
14389
14382
  "return": {
14390
14383
  "type": {
14391
- "text": "Promise<Result>"
14384
+ "text": "Promise<Response>"
14392
14385
  }
14393
14386
  },
14394
14387
  "parameters": [
@@ -14987,7 +14980,7 @@
14987
14980
  "name": "extractResultData",
14988
14981
  "return": {
14989
14982
  "type": {
14990
- "text": "Promise<Result>"
14983
+ "text": "Promise<Response>"
14991
14984
  }
14992
14985
  },
14993
14986
  "parameters": [
@@ -15564,7 +15557,7 @@
15564
15557
  "name": "extractResultData",
15565
15558
  "return": {
15566
15559
  "type": {
15567
- "text": "Promise<Result>"
15560
+ "text": "Promise<Response>"
15568
15561
  }
15569
15562
  },
15570
15563
  "parameters": [
@@ -16240,7 +16233,7 @@
16240
16233
  "name": "extractResultData",
16241
16234
  "return": {
16242
16235
  "type": {
16243
- "text": "Promise<Result>"
16236
+ "text": "Promise<Response>"
16244
16237
  }
16245
16238
  },
16246
16239
  "parameters": [
@@ -17185,14 +17178,14 @@
17185
17178
  "name": "extractResultData",
17186
17179
  "return": {
17187
17180
  "type": {
17188
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
17181
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
17189
17182
  }
17190
17183
  },
17191
17184
  "parameters": [
17192
17185
  {
17193
17186
  "name": "result",
17194
17187
  "type": {
17195
- "text": "any | CustomServiceResponse"
17188
+ "text": "any | Response"
17196
17189
  }
17197
17190
  }
17198
17191
  ],
@@ -17353,7 +17346,7 @@
17353
17346
  "name": "extractResultData",
17354
17347
  "return": {
17355
17348
  "type": {
17356
- "text": "Promise<Result>"
17349
+ "text": "Promise<Response>"
17357
17350
  }
17358
17351
  },
17359
17352
  "parameters": [
@@ -17990,7 +17983,7 @@
17990
17983
  "name": "extractResultData",
17991
17984
  "return": {
17992
17985
  "type": {
17993
- "text": "Promise<Result>"
17986
+ "text": "Promise<Response>"
17994
17987
  }
17995
17988
  },
17996
17989
  "parameters": [
@@ -18597,7 +18590,7 @@
18597
18590
  "name": "extractResultData",
18598
18591
  "return": {
18599
18592
  "type": {
18600
- "text": "Promise<Result>"
18593
+ "text": "Promise<Response>"
18601
18594
  }
18602
18595
  },
18603
18596
  "parameters": [
@@ -19199,7 +19192,7 @@
19199
19192
  "name": "extractResultData",
19200
19193
  "return": {
19201
19194
  "type": {
19202
- "text": "Promise<Result>"
19195
+ "text": "Promise<Response>"
19203
19196
  }
19204
19197
  },
19205
19198
  "parameters": [
@@ -19967,14 +19960,14 @@
19967
19960
  "name": "extractResultData",
19968
19961
  "return": {
19969
19962
  "type": {
19970
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
19963
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
19971
19964
  }
19972
19965
  },
19973
19966
  "parameters": [
19974
19967
  {
19975
19968
  "name": "result",
19976
19969
  "type": {
19977
- "text": "any | CustomServiceResponse"
19970
+ "text": "any | Response"
19978
19971
  }
19979
19972
  }
19980
19973
  ]
@@ -20446,14 +20439,14 @@
20446
20439
  "name": "extractResultData",
20447
20440
  "return": {
20448
20441
  "type": {
20449
- "text": "Promise<Result | {pollingInAnotherRequest: true}>"
20442
+ "text": "Promise<Response | {pollingInAnotherRequest: true}>"
20450
20443
  }
20451
20444
  },
20452
20445
  "parameters": [
20453
20446
  {
20454
20447
  "name": "result",
20455
20448
  "type": {
20456
- "text": "any | CustomServiceResponse"
20449
+ "text": "any | Response"
20457
20450
  }
20458
20451
  }
20459
20452
  ],
@@ -22024,6 +22017,20 @@
22024
22017
  "name": "setup",
22025
22018
  "privacy": "public",
22026
22019
  "static": true,
22020
+ "parameters": [
22021
+ {
22022
+ "name": "io",
22023
+ "type": {
22024
+ "text": "ServiceIO"
22025
+ }
22026
+ }
22027
+ ]
22028
+ },
22029
+ {
22030
+ "kind": "method",
22031
+ "name": "createConnection",
22032
+ "privacy": "public",
22033
+ "static": true,
22027
22034
  "parameters": [
22028
22035
  {
22029
22036
  "name": "io",
@@ -22032,31 +22039,29 @@
22032
22039
  }
22033
22040
  },
22034
22041
  {
22035
- "name": "websocketConfig",
22042
+ "name": "messages",
22036
22043
  "type": {
22037
- "text": "boolean | string | string[]"
22044
+ "text": "Messages"
22038
22045
  }
22039
22046
  }
22040
22047
  ]
22041
22048
  },
22042
22049
  {
22043
22050
  "kind": "method",
22044
- "name": "connect",
22051
+ "name": "retryConnection",
22045
22052
  "privacy": "private",
22046
22053
  "static": true,
22047
22054
  "parameters": [
22048
22055
  {
22049
- "name": "url",
22050
- "optional": true,
22056
+ "name": "io",
22051
22057
  "type": {
22052
- "text": "string"
22058
+ "text": "ServiceIO"
22053
22059
  }
22054
22060
  },
22055
22061
  {
22056
- "name": "protocols",
22057
- "optional": true,
22062
+ "name": "messages",
22058
22063
  "type": {
22059
- "text": "string | string[]"
22064
+ "text": "Messages"
22060
22065
  }
22061
22066
  }
22062
22067
  ]
@@ -22064,7 +22069,7 @@
22064
22069
  {
22065
22070
  "kind": "method",
22066
22071
  "name": "assignListeners",
22067
- "privacy": "public",
22072
+ "privacy": "private",
22068
22073
  "static": true,
22069
22074
  "parameters": [
22070
22075
  {
@@ -22073,6 +22078,12 @@
22073
22078
  "text": "ServiceIO"
22074
22079
  }
22075
22080
  },
22081
+ {
22082
+ "name": "ws",
22083
+ "type": {
22084
+ "text": "WebSocket"
22085
+ }
22086
+ },
22076
22087
  {
22077
22088
  "name": "messages",
22078
22089
  "type": {
@@ -22382,7 +22393,7 @@
22382
22393
  "static": true,
22383
22394
  "return": {
22384
22395
  "type": {
22385
- "text": "CustomServiceResponse"
22396
+ "text": "Response"
22386
22397
  }
22387
22398
  },
22388
22399
  "parameters": [
@@ -22807,7 +22818,7 @@
22807
22818
  "type": {
22808
22819
  "text": "object"
22809
22820
  },
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}"
22821
+ "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
22822
  }
22812
22823
  ],
22813
22824
  "exports": [
@@ -23944,6 +23955,110 @@
23944
23955
  }
23945
23956
  ]
23946
23957
  },
23958
+ {
23959
+ "kind": "javascript-module",
23960
+ "path": "src/views/chat/introPanel/introPanel.ts",
23961
+ "declarations": [
23962
+ {
23963
+ "kind": "class",
23964
+ "description": "",
23965
+ "name": "IntroPanel",
23966
+ "members": [
23967
+ {
23968
+ "kind": "field",
23969
+ "name": "_elementRef",
23970
+ "type": {
23971
+ "text": "HTMLElement | undefined"
23972
+ }
23973
+ },
23974
+ {
23975
+ "kind": "field",
23976
+ "name": "_isDisplayed",
23977
+ "type": {
23978
+ "text": "boolean"
23979
+ },
23980
+ "privacy": "private",
23981
+ "default": "false"
23982
+ },
23983
+ {
23984
+ "kind": "method",
23985
+ "name": "createIntroPanel",
23986
+ "privacy": "private",
23987
+ "static": true,
23988
+ "parameters": [
23989
+ {
23990
+ "name": "introPanelStyle",
23991
+ "optional": true,
23992
+ "type": {
23993
+ "text": "CustomStyle"
23994
+ }
23995
+ }
23996
+ ]
23997
+ },
23998
+ {
23999
+ "kind": "method",
24000
+ "name": "createIntroPanelWithChild",
24001
+ "privacy": "private",
24002
+ "parameters": [
24003
+ {
24004
+ "name": "childElement",
24005
+ "type": {
24006
+ "text": "HTMLElement"
24007
+ }
24008
+ },
24009
+ {
24010
+ "name": "introPanelStyle",
24011
+ "optional": true,
24012
+ "type": {
24013
+ "text": "CustomStyle"
24014
+ }
24015
+ }
24016
+ ]
24017
+ },
24018
+ {
24019
+ "kind": "method",
24020
+ "name": "createInternalIntroPanel",
24021
+ "privacy": "private",
24022
+ "parameters": [
24023
+ {
24024
+ "name": "introPanelMarkUp",
24025
+ "type": {
24026
+ "text": "string"
24027
+ }
24028
+ },
24029
+ {
24030
+ "name": "introPanelStyle",
24031
+ "optional": true,
24032
+ "type": {
24033
+ "text": "CustomStyle"
24034
+ }
24035
+ }
24036
+ ]
24037
+ },
24038
+ {
24039
+ "kind": "method",
24040
+ "name": "hide",
24041
+ "privacy": "public"
24042
+ },
24043
+ {
24044
+ "kind": "method",
24045
+ "name": "display",
24046
+ "privacy": "public"
24047
+ }
24048
+ ]
24049
+ }
24050
+ ],
24051
+ "exports": [
24052
+ {
24053
+ "kind": "js",
24054
+ "name": "IntroPanel",
24055
+ "declaration": {
24056
+ "name": "IntroPanel",
24057
+ "module": "src/views/chat/introPanel/introPanel.ts"
24058
+ }
24059
+ }
24060
+ ]
24061
+ },
23947
24062
  {
23948
24063
  "kind": "javascript-module",
23949
24064
  "path": "src/views/chat/input/input.ts",
@@ -24109,110 +24224,6 @@
24109
24224
  }
24110
24225
  ]
24111
24226
  },
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
24227
  {
24217
24228
  "kind": "javascript-module",
24218
24229
  "path": "src/views/chat/messages/avatar.ts",
@@ -25439,6 +25450,11 @@
25439
25450
  "name": "isLastMessageError",
25440
25451
  "privacy": "public"
25441
25452
  },
25453
+ {
25454
+ "kind": "method",
25455
+ "name": "removeError",
25456
+ "privacy": "public"
25457
+ },
25442
25458
  {
25443
25459
  "kind": "method",
25444
25460
  "name": "addLoadingMessage",
@@ -27074,6 +27090,35 @@
27074
27090
  }
27075
27091
  ]
27076
27092
  },
27093
+ {
27094
+ "kind": "javascript-module",
27095
+ "path": "src/views/chat/messages/remarkable/remarkableConfig.ts",
27096
+ "declarations": [
27097
+ {
27098
+ "kind": "class",
27099
+ "description": "",
27100
+ "name": "RemarkableConfig",
27101
+ "members": [
27102
+ {
27103
+ "kind": "method",
27104
+ "name": "createNew",
27105
+ "privacy": "public",
27106
+ "static": true
27107
+ }
27108
+ ]
27109
+ }
27110
+ ],
27111
+ "exports": [
27112
+ {
27113
+ "kind": "js",
27114
+ "name": "RemarkableConfig",
27115
+ "declaration": {
27116
+ "name": "RemarkableConfig",
27117
+ "module": "src/views/chat/messages/remarkable/remarkableConfig.ts"
27118
+ }
27119
+ }
27120
+ ]
27121
+ },
27077
27122
  {
27078
27123
  "kind": "javascript-module",
27079
27124
  "path": "src/views/chat/input/textInput/focusUtils.ts",
@@ -27572,35 +27617,6 @@
27572
27617
  }
27573
27618
  ]
27574
27619
  },
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
27620
  {
27605
27621
  "kind": "javascript-module",
27606
27622
  "path": "src/views/chat/input/buttons/camera/cameraButton.ts",