polfan-server-js-client 0.2.99 → 0.2.100
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 +26 -14
- package/build/index.cjs.js.map +1 -1
- package/build/index.umd.js.map +1 -1
- package/build/types/AbstractChatClient.d.ts +4 -0
- package/build/types/types/src/schemes/SessionData.d.ts +4 -0
- package/build/types/types/src/schemes/commands/GetSessionData.d.ts +2 -0
- package/build/types/types/src/schemes/commands/SetSessionData.d.ts +3 -2
- package/package.json +1 -1
- package/src/AbstractChatClient.ts +4 -0
- package/src/types/src/schemes/SessionData.ts +5 -0
- package/src/types/src/schemes/commands/GetSessionData.ts +3 -0
- package/src/types/src/schemes/commands/SetSessionData.ts +3 -2
package/.idea/workspace.xml
CHANGED
|
@@ -4,7 +4,18 @@
|
|
|
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="
|
|
7
|
+
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="Fix roles checking in spaceless rooms">
|
|
8
|
+
<change afterPath="$PROJECT_DIR$/src/types/src/schemes/SessionData.ts" afterDir="false" />
|
|
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" />
|
|
16
|
+
<change beforePath="$PROJECT_DIR$/src/types" beforeDir="false" afterPath="$PROJECT_DIR$/src/types" afterDir="false" />
|
|
17
|
+
<change beforePath="$PROJECT_DIR$/src/types/src/schemes/commands/SetSessionData.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/SetSessionData.ts" afterDir="false" />
|
|
18
|
+
</list>
|
|
8
19
|
<option name="SHOW_DIALOG" value="false" />
|
|
9
20
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
21
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -14,7 +25,7 @@
|
|
|
14
25
|
<execution />
|
|
15
26
|
</component>
|
|
16
27
|
<component name="EmbeddingIndexingInfo">
|
|
17
|
-
<option name="cachedIndexableFilesCount" value="
|
|
28
|
+
<option name="cachedIndexableFilesCount" value="198" />
|
|
18
29
|
</component>
|
|
19
30
|
<component name="Git.Rebase.Settings">
|
|
20
31
|
<option name="NEW_BASE" value="origin/main" />
|
|
@@ -205,15 +216,8 @@
|
|
|
205
216
|
<workItem from="1782579738743" duration="1279000" />
|
|
206
217
|
<workItem from="1782664203095" duration="5539000" />
|
|
207
218
|
<workItem from="1782909199211" duration="2404000" />
|
|
208
|
-
<workItem from="1783939298935" duration="
|
|
209
|
-
|
|
210
|
-
<task id="LOCAL-00050" summary="Fix a relationship type">
|
|
211
|
-
<option name="closed" value="true" />
|
|
212
|
-
<created>1754173777653</created>
|
|
213
|
-
<option name="number" value="00050" />
|
|
214
|
-
<option name="presentableId" value="LOCAL-00050" />
|
|
215
|
-
<option name="project" value="LOCAL" />
|
|
216
|
-
<updated>1754173777653</updated>
|
|
219
|
+
<workItem from="1783939298935" duration="21428000" />
|
|
220
|
+
<workItem from="1784102649250" duration="3776000" />
|
|
217
221
|
</task>
|
|
218
222
|
<task id="LOCAL-00051" summary="Fix mutationCounter doesn't increment on delete">
|
|
219
223
|
<option name="closed" value="true" />
|
|
@@ -599,7 +603,15 @@
|
|
|
599
603
|
<option name="project" value="LOCAL" />
|
|
600
604
|
<updated>1784052539335</updated>
|
|
601
605
|
</task>
|
|
602
|
-
<
|
|
606
|
+
<task id="LOCAL-00099" summary="Fix roles checking in spaceless rooms">
|
|
607
|
+
<option name="closed" value="true" />
|
|
608
|
+
<created>1784149719292</created>
|
|
609
|
+
<option name="number" value="00099" />
|
|
610
|
+
<option name="presentableId" value="LOCAL-00099" />
|
|
611
|
+
<option name="project" value="LOCAL" />
|
|
612
|
+
<updated>1784149719292</updated>
|
|
613
|
+
</task>
|
|
614
|
+
<option name="localTasksCounter" value="100" />
|
|
603
615
|
<servers />
|
|
604
616
|
</component>
|
|
605
617
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -644,7 +656,6 @@
|
|
|
644
656
|
</option>
|
|
645
657
|
</component>
|
|
646
658
|
<component name="VcsManagerConfiguration">
|
|
647
|
-
<MESSAGE value="Remove AuthClient, export AbstractRestClient" />
|
|
648
659
|
<MESSAGE value="Add possibility to pass custom headers in AbstractRestClient" />
|
|
649
660
|
<MESSAGE value="Fix URL parameter handling in GET and DELETE requests" />
|
|
650
661
|
<MESSAGE value="Improve hasOldest behavior when resetToLatest used" />
|
|
@@ -669,7 +680,8 @@
|
|
|
669
680
|
<MESSAGE value="Optimize and fix followed topic caching and summarizing" />
|
|
670
681
|
<MESSAGE value="Introduce FollowedTopicsManager" />
|
|
671
682
|
<MESSAGE value="Adjust method names" />
|
|
672
|
-
<
|
|
683
|
+
<MESSAGE value="Fix roles checking in spaceless rooms" />
|
|
684
|
+
<option name="LAST_COMMIT_MESSAGE" value="Fix roles checking in spaceless rooms" />
|
|
673
685
|
</component>
|
|
674
686
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
675
687
|
<expand />
|