polfan-server-js-client 0.2.81 → 0.2.82
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 +31 -21
- package/build/index.cjs.js.map +1 -1
- package/build/index.umd.js.map +1 -1
- package/build/types/AbstractChatClient.d.ts +4 -1
- package/build/types/types/src/index.d.ts +5 -3
- package/build/types/types/src/schemes/Room.d.ts +0 -4
- package/build/types/types/src/schemes/Space.d.ts +0 -3
- package/build/types/types/src/schemes/commands/RedactMessages.d.ts +3 -0
- package/build/types/types/src/schemes/commands/ReportAbuse.d.ts +9 -0
- package/build/types/types/src/schemes/events/MessagesRedacted.d.ts +5 -0
- package/package.json +1 -1
- package/src/AbstractChatClient.ts +4 -1
- package/src/types/src/index.ts +7 -4
- package/src/types/src/schemes/Room.ts +0 -5
- package/src/types/src/schemes/Space.ts +0 -4
- package/src/types/src/schemes/commands/RedactMessages.ts +3 -0
- package/src/types/src/schemes/commands/ReportAbuse.ts +26 -0
- package/src/types/src/schemes/events/MessagesRedacted.ts +6 -0
package/.idea/workspace.xml
CHANGED
|
@@ -4,7 +4,14 @@
|
|
|
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="Remove unused exports">
|
|
8
|
+
<change afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/RedactMessages.ts" afterDir="false" />
|
|
9
|
+
<change afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/ReportAbuse.ts" afterDir="false" />
|
|
10
|
+
<change afterPath="$PROJECT_DIR$/src/types/src/schemes/events/MessagesRedacted.ts" afterDir="false" />
|
|
11
|
+
<change beforePath="$PROJECT_DIR$/src/AbstractChatClient.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/AbstractChatClient.ts" afterDir="false" />
|
|
12
|
+
<change beforePath="$PROJECT_DIR$/src/types" beforeDir="false" afterPath="$PROJECT_DIR$/src/types" afterDir="false" />
|
|
13
|
+
<change beforePath="$PROJECT_DIR$/src/types/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/index.ts" afterDir="false" />
|
|
14
|
+
</list>
|
|
8
15
|
<option name="SHOW_DIALOG" value="false" />
|
|
9
16
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
17
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -167,22 +174,9 @@
|
|
|
167
174
|
<workItem from="1767552978469" duration="268000" />
|
|
168
175
|
<workItem from="1768071515045" duration="2510000" />
|
|
169
176
|
<workItem from="1769020050643" duration="5231000" />
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
<
|
|
173
|
-
<created>1745060326185</created>
|
|
174
|
-
<option name="number" value="00028" />
|
|
175
|
-
<option name="presentableId" value="LOCAL-00028" />
|
|
176
|
-
<option name="project" value="LOCAL" />
|
|
177
|
-
<updated>1745060326185</updated>
|
|
178
|
-
</task>
|
|
179
|
-
<task id="LOCAL-00029" summary="Fix module exporting (node + browser)">
|
|
180
|
-
<option name="closed" value="true" />
|
|
181
|
-
<created>1750786040475</created>
|
|
182
|
-
<option name="number" value="00029" />
|
|
183
|
-
<option name="presentableId" value="LOCAL-00029" />
|
|
184
|
-
<option name="project" value="LOCAL" />
|
|
185
|
-
<updated>1750786040475</updated>
|
|
177
|
+
<workItem from="1769218166609" duration="940000" />
|
|
178
|
+
<workItem from="1769411030191" duration="14000" />
|
|
179
|
+
<workItem from="1769767524856" duration="1418000" />
|
|
186
180
|
</task>
|
|
187
181
|
<task id="LOCAL-00030" summary="Fix JoinRoom command response type">
|
|
188
182
|
<option name="closed" value="true" />
|
|
@@ -560,7 +554,23 @@
|
|
|
560
554
|
<option name="project" value="LOCAL" />
|
|
561
555
|
<updated>1769189929316</updated>
|
|
562
556
|
</task>
|
|
563
|
-
<
|
|
557
|
+
<task id="LOCAL-00077" summary="Allow to define ManageRoom permission on room level">
|
|
558
|
+
<option name="closed" value="true" />
|
|
559
|
+
<created>1769218250684</created>
|
|
560
|
+
<option name="number" value="00077" />
|
|
561
|
+
<option name="presentableId" value="LOCAL-00077" />
|
|
562
|
+
<option name="project" value="LOCAL" />
|
|
563
|
+
<updated>1769218250684</updated>
|
|
564
|
+
</task>
|
|
565
|
+
<task id="LOCAL-00078" summary="Remove unused exports">
|
|
566
|
+
<option name="closed" value="true" />
|
|
567
|
+
<created>1769380733379</created>
|
|
568
|
+
<option name="number" value="00078" />
|
|
569
|
+
<option name="presentableId" value="LOCAL-00078" />
|
|
570
|
+
<option name="project" value="LOCAL" />
|
|
571
|
+
<updated>1769380733379</updated>
|
|
572
|
+
</task>
|
|
573
|
+
<option name="localTasksCounter" value="79" />
|
|
564
574
|
<servers />
|
|
565
575
|
</component>
|
|
566
576
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -578,8 +588,6 @@
|
|
|
578
588
|
</option>
|
|
579
589
|
</component>
|
|
580
590
|
<component name="VcsManagerConfiguration">
|
|
581
|
-
<MESSAGE value="Update a relationship scheme" />
|
|
582
|
-
<MESSAGE value="Fix a relationship type" />
|
|
583
591
|
<MESSAGE value="Fix mutationCounter doesn't increment on delete" />
|
|
584
592
|
<MESSAGE value="Changes in chat protocol and schemes" />
|
|
585
593
|
<MESSAGE value="New member count field in RoomSummary" />
|
|
@@ -603,7 +611,9 @@
|
|
|
603
611
|
<MESSAGE value="Fix URL parameter handling in GET and DELETE requests" />
|
|
604
612
|
<MESSAGE value="Improve hasOldest behavior when resetToLatest used" />
|
|
605
613
|
<MESSAGE value="Align permissions to server changes" />
|
|
606
|
-
<
|
|
614
|
+
<MESSAGE value="Allow to define ManageRoom permission on room level" />
|
|
615
|
+
<MESSAGE value="Remove unused exports" />
|
|
616
|
+
<option name="LAST_COMMIT_MESSAGE" value="Remove unused exports" />
|
|
607
617
|
</component>
|
|
608
618
|
<component name="github-copilot-workspace">
|
|
609
619
|
<instructionFileLocations>
|