polfan-server-js-client 0.2.94 → 0.2.95
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 +42 -18
- package/build/index.cjs.js +335 -97
- package/build/index.cjs.js.map +1 -1
- package/build/index.umd.js +1 -1
- package/build/index.umd.js.map +1 -1
- package/build/types/AbstractChatClient.d.ts +2 -1
- package/build/types/types/src/index.d.ts +2 -1
- package/build/types/types/src/schemes/commands/SetSessionData.d.ts +8 -0
- package/package.json +1 -1
- package/src/AbstractChatClient.ts +2 -1
- package/src/types/src/index.ts +3 -0
- package/src/types/src/schemes/commands/SetSessionData.ts +9 -0
package/.idea/workspace.xml
CHANGED
|
@@ -4,13 +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
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/src/state-tracker/MessagesManager.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/state-tracker/MessagesManager.ts" afterDir="false" />
|
|
7
|
+
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="Adjust to followed topics changes in protocol">
|
|
8
|
+
<change afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/SetSessionData.ts" afterDir="false" />
|
|
10
9
|
<change beforePath="$PROJECT_DIR$/src/types" beforeDir="false" afterPath="$PROJECT_DIR$/src/types" afterDir="false" />
|
|
11
10
|
<change beforePath="$PROJECT_DIR$/src/types/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/index.ts" afterDir="false" />
|
|
12
|
-
<change beforePath="$PROJECT_DIR$/src/types/src/schemes/FollowedTopic.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/FollowedTopic.ts" afterDir="false" />
|
|
13
|
-
<change beforePath="$PROJECT_DIR$/src/types/src/schemes/commands/UnfollowTopic.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/UpdateFollowedTopic.ts" afterDir="false" />
|
|
14
11
|
</list>
|
|
15
12
|
<option name="SHOW_DIALOG" value="false" />
|
|
16
13
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -212,15 +209,7 @@
|
|
|
212
209
|
<workItem from="1782579738743" duration="1279000" />
|
|
213
210
|
<workItem from="1782664203095" duration="5539000" />
|
|
214
211
|
<workItem from="1782909199211" duration="2404000" />
|
|
215
|
-
<workItem from="1783939298935" duration="
|
|
216
|
-
</task>
|
|
217
|
-
<task id="LOCAL-00044" summary="Update schemes">
|
|
218
|
-
<option name="closed" value="true" />
|
|
219
|
-
<created>1753215397205</created>
|
|
220
|
-
<option name="number" value="00044" />
|
|
221
|
-
<option name="presentableId" value="LOCAL-00044" />
|
|
222
|
-
<option name="project" value="LOCAL" />
|
|
223
|
-
<updated>1753215397205</updated>
|
|
212
|
+
<workItem from="1783939298935" duration="6652000" />
|
|
224
213
|
</task>
|
|
225
214
|
<task id="LOCAL-00045" summary="Fix for incorrectly emitted RoomUpdated event">
|
|
226
215
|
<option name="closed" value="true" />
|
|
@@ -606,25 +595,59 @@
|
|
|
606
595
|
<option name="project" value="LOCAL" />
|
|
607
596
|
<updated>1781545613528</updated>
|
|
608
597
|
</task>
|
|
609
|
-
<
|
|
598
|
+
<task id="LOCAL-00093" summary="Adjust to followed topics changes in protocol">
|
|
599
|
+
<option name="closed" value="true" />
|
|
600
|
+
<created>1783945724386</created>
|
|
601
|
+
<option name="number" value="00093" />
|
|
602
|
+
<option name="presentableId" value="LOCAL-00093" />
|
|
603
|
+
<option name="project" value="LOCAL" />
|
|
604
|
+
<updated>1783945724386</updated>
|
|
605
|
+
</task>
|
|
606
|
+
<option name="localTasksCounter" value="94" />
|
|
610
607
|
<servers />
|
|
611
608
|
</component>
|
|
612
609
|
<component name="TypeScriptGeneratedFilesManager">
|
|
613
610
|
<option name="version" value="3" />
|
|
614
611
|
</component>
|
|
615
612
|
<component name="Vcs.Log.Tabs.Properties">
|
|
613
|
+
<option name="RECENT_FILTERS">
|
|
614
|
+
<map>
|
|
615
|
+
<entry key="Branch">
|
|
616
|
+
<value>
|
|
617
|
+
<list>
|
|
618
|
+
<RecentGroup>
|
|
619
|
+
<option name="FILTER_VALUES">
|
|
620
|
+
<option value="master" />
|
|
621
|
+
</option>
|
|
622
|
+
</RecentGroup>
|
|
623
|
+
</list>
|
|
624
|
+
</value>
|
|
625
|
+
</entry>
|
|
626
|
+
</map>
|
|
627
|
+
</option>
|
|
616
628
|
<option name="TAB_STATES">
|
|
617
629
|
<map>
|
|
618
630
|
<entry key="MAIN">
|
|
619
631
|
<value>
|
|
620
|
-
<State
|
|
632
|
+
<State>
|
|
633
|
+
<option name="FILTERS">
|
|
634
|
+
<map>
|
|
635
|
+
<entry key="branch">
|
|
636
|
+
<value>
|
|
637
|
+
<list>
|
|
638
|
+
<option value="master" />
|
|
639
|
+
</list>
|
|
640
|
+
</value>
|
|
641
|
+
</entry>
|
|
642
|
+
</map>
|
|
643
|
+
</option>
|
|
644
|
+
</State>
|
|
621
645
|
</value>
|
|
622
646
|
</entry>
|
|
623
647
|
</map>
|
|
624
648
|
</option>
|
|
625
649
|
</component>
|
|
626
650
|
<component name="VcsManagerConfiguration">
|
|
627
|
-
<MESSAGE value="Connection handling optimizations" />
|
|
628
651
|
<MESSAGE value="Ping-pong connection monitoring" />
|
|
629
652
|
<MESSAGE value="Improve reconnect on timeout" />
|
|
630
653
|
<MESSAGE value="Bump version" />
|
|
@@ -649,7 +672,8 @@
|
|
|
649
672
|
<MESSAGE value="Fix room member update event handle" />
|
|
650
673
|
<MESSAGE value="Fix room member update event handle" />
|
|
651
674
|
<MESSAGE value="Add jumpTo message support" />
|
|
652
|
-
<
|
|
675
|
+
<MESSAGE value="Adjust to followed topics changes in protocol" />
|
|
676
|
+
<option name="LAST_COMMIT_MESSAGE" value="Adjust to followed topics changes in protocol" />
|
|
653
677
|
</component>
|
|
654
678
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
655
679
|
<expand />
|