polfan-server-js-client 0.2.100 → 0.2.101
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/.idea/workspace.xml +17 -24
- package/build/index.cjs.js.map +1 -1
- package/build/index.umd.js.map +1 -1
- package/build/types/AbstractChatClient.d.ts +3 -3
- package/build/types/types/src/index.d.ts +5 -1
- package/package.json +1 -1
- package/src/AbstractChatClient.ts +8 -3
- package/src/types/src/index.ts +8 -0
- package/src/types/src/schemes/commands/UnfollowTopic.ts +5 -0
package/.idea/workspace.xml
CHANGED
|
@@ -4,17 +4,10 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="
|
|
8
|
-
<change afterPath="$PROJECT_DIR$/src/types/src/schemes/
|
|
9
|
-
<change afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/GetSessionData.ts" afterDir="false" />
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/build/index.cjs.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.cjs.js.map" afterDir="false" />
|
|
11
|
-
<change beforePath="$PROJECT_DIR$/build/index.umd.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/build/index.umd.js.map" afterDir="false" />
|
|
12
|
-
<change beforePath="$PROJECT_DIR$/build/types/AbstractChatClient.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/AbstractChatClient.d.ts" afterDir="false" />
|
|
13
|
-
<change beforePath="$PROJECT_DIR$/build/types/types/src/schemes/commands/SetSessionData.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/types/src/schemes/commands/SetSessionData.d.ts" afterDir="false" />
|
|
14
|
-
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
15
|
-
<change beforePath="$PROJECT_DIR$/src/AbstractChatClient.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/AbstractChatClient.ts" afterDir="false" />
|
|
7
|
+
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="Adjust session data changes">
|
|
8
|
+
<change afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/UnfollowTopic.ts" afterDir="false" />
|
|
16
9
|
<change beforePath="$PROJECT_DIR$/src/types" beforeDir="false" afterPath="$PROJECT_DIR$/src/types" afterDir="false" />
|
|
17
|
-
<change beforePath="$PROJECT_DIR$/src/types/src/
|
|
10
|
+
<change beforePath="$PROJECT_DIR$/src/types/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/index.ts" afterDir="false" />
|
|
18
11
|
</list>
|
|
19
12
|
<option name="SHOW_DIALOG" value="false" />
|
|
20
13
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -37,7 +30,7 @@
|
|
|
37
30
|
<entry key="$PROJECT_DIR$/src/types" value="562c7beff95ea1eaf5c236df978f50a614a146af" />
|
|
38
31
|
</map>
|
|
39
32
|
</option>
|
|
40
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR
|
|
33
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/src/types" />
|
|
41
34
|
<option name="ROOT_SYNC" value="DONT_SYNC" />
|
|
42
35
|
</component>
|
|
43
36
|
<component name="GitHubPullRequestSearchHistory">{
|
|
@@ -78,7 +71,7 @@
|
|
|
78
71
|
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
|
|
79
72
|
"codeWithMe.voiceChat.enabledByDefault": "false",
|
|
80
73
|
"com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1": "true",
|
|
81
|
-
"git-widget-placeholder": "
|
|
74
|
+
"git-widget-placeholder": "main",
|
|
82
75
|
"git.auto.fetch.suggestion.counter": "1",
|
|
83
76
|
"ignore.virus.scanning.warn.message": "true",
|
|
84
77
|
"junie.onboarding.icon.badge.shown": "true",
|
|
@@ -217,15 +210,7 @@
|
|
|
217
210
|
<workItem from="1782664203095" duration="5539000" />
|
|
218
211
|
<workItem from="1782909199211" duration="2404000" />
|
|
219
212
|
<workItem from="1783939298935" duration="21428000" />
|
|
220
|
-
<workItem from="1784102649250" duration="
|
|
221
|
-
</task>
|
|
222
|
-
<task id="LOCAL-00051" summary="Fix mutationCounter doesn't increment on delete">
|
|
223
|
-
<option name="closed" value="true" />
|
|
224
|
-
<created>1754176233412</created>
|
|
225
|
-
<option name="number" value="00051" />
|
|
226
|
-
<option name="presentableId" value="LOCAL-00051" />
|
|
227
|
-
<option name="project" value="LOCAL" />
|
|
228
|
-
<updated>1754176233412</updated>
|
|
213
|
+
<workItem from="1784102649250" duration="4695000" />
|
|
229
214
|
</task>
|
|
230
215
|
<task id="LOCAL-00052" summary="Changes in chat protocol and schemes">
|
|
231
216
|
<option name="closed" value="true" />
|
|
@@ -611,7 +596,15 @@
|
|
|
611
596
|
<option name="project" value="LOCAL" />
|
|
612
597
|
<updated>1784149719292</updated>
|
|
613
598
|
</task>
|
|
614
|
-
<
|
|
599
|
+
<task id="LOCAL-00100" summary="Adjust session data changes">
|
|
600
|
+
<option name="closed" value="true" />
|
|
601
|
+
<created>1784225321435</created>
|
|
602
|
+
<option name="number" value="00100" />
|
|
603
|
+
<option name="presentableId" value="LOCAL-00100" />
|
|
604
|
+
<option name="project" value="LOCAL" />
|
|
605
|
+
<updated>1784225321435</updated>
|
|
606
|
+
</task>
|
|
607
|
+
<option name="localTasksCounter" value="101" />
|
|
615
608
|
<servers />
|
|
616
609
|
</component>
|
|
617
610
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -656,7 +649,6 @@
|
|
|
656
649
|
</option>
|
|
657
650
|
</component>
|
|
658
651
|
<component name="VcsManagerConfiguration">
|
|
659
|
-
<MESSAGE value="Add possibility to pass custom headers in AbstractRestClient" />
|
|
660
652
|
<MESSAGE value="Fix URL parameter handling in GET and DELETE requests" />
|
|
661
653
|
<MESSAGE value="Improve hasOldest behavior when resetToLatest used" />
|
|
662
654
|
<MESSAGE value="Align permissions to server changes" />
|
|
@@ -681,7 +673,8 @@
|
|
|
681
673
|
<MESSAGE value="Introduce FollowedTopicsManager" />
|
|
682
674
|
<MESSAGE value="Adjust method names" />
|
|
683
675
|
<MESSAGE value="Fix roles checking in spaceless rooms" />
|
|
684
|
-
<
|
|
676
|
+
<MESSAGE value="Adjust session data changes" />
|
|
677
|
+
<option name="LAST_COMMIT_MESSAGE" value="Adjust session data changes" />
|
|
685
678
|
</component>
|
|
686
679
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
687
680
|
<expand />
|