polfan-server-js-client 0.4.1 → 0.4.3
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/shelf/Uncommitted_changes_before_Update_at_08_09_2026_17_04_[Changes]/shelved.patch +0 -0
- package/.idea/shelf/Uncommitted_changes_before_Update_at_08_09_2026_17_04__Changes_.xml +4 -0
- package/.idea/workspace.xml +48 -26
- package/build/index.cjs.js +229 -123
- 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 +7 -1
- package/build/types/Permissions.d.ts +12 -0
- package/build/types/index.d.ts +2 -2
- package/build/types/state-tracker/TopicHistoryWindow.d.ts +26 -1
- package/build/types/types/src/index.d.ts +3 -3
- package/build/types/types/src/schemes/Message.d.ts +10 -0
- package/build/types/types/src/schemes/Role.d.ts +14 -0
- package/build/types/types/src/schemes/commands/CreateRole.d.ts +1 -0
- package/build/types/types/src/schemes/commands/UpdateRole.d.ts +1 -0
- package/package.json +1 -1
- package/src/AbstractChatClient.ts +12 -0
- package/src/Permissions.ts +3 -0
- package/src/index.ts +2 -1
- package/src/state-tracker/TopicHistoryWindow.ts +121 -42
- package/src/types/src/index.ts +4 -2
- package/src/types/src/schemes/Message.ts +11 -0
- package/src/types/src/schemes/Role.ts +16 -1
- package/src/types/src/schemes/commands/CreateRole.ts +1 -0
- package/src/types/src/schemes/commands/UpdateRole.ts +1 -0
- package/tests/space-roles.test.ts +5 -5
package/.idea/shelf/Uncommitted_changes_before_Update_at_08_09_2026_17_04_[Changes]/shelved.patch
ADDED
|
File without changes
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<changelist name="Uncommitted_changes_before_Update_at_08_09_2026_17_04_[Changes]" date="1788879866780" recycled="true" deleted="true">
|
|
2
|
+
<option name="PATH" value="$PROJECT_DIR$/.idea/shelf/Uncommitted_changes_before_Update_at_08_09_2026_17_04_[Changes]/shelved.patch" />
|
|
3
|
+
<option name="DESCRIPTION" value="Uncommitted changes before Update at 08.09.2026 17:04 [Changes]" />
|
|
4
|
+
</changelist>
|
package/.idea/workspace.xml
CHANGED
|
@@ -4,7 +4,9 @@
|
|
|
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="Bump version This reverts commit b9ff2004">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/src/types" beforeDir="false" afterPath="$PROJECT_DIR$/src/types" afterDir="false" />
|
|
9
|
+
</list>
|
|
8
10
|
<option name="SHOW_DIALOG" value="false" />
|
|
9
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
12
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -14,19 +16,25 @@
|
|
|
14
16
|
<execution />
|
|
15
17
|
</component>
|
|
16
18
|
<component name="EmbeddingIndexingInfo">
|
|
17
|
-
<option name="cachedIndexableFilesCount" value="
|
|
19
|
+
<option name="cachedIndexableFilesCount" value="223" />
|
|
18
20
|
</component>
|
|
19
21
|
<component name="Git.Rebase.Settings">
|
|
20
|
-
<option name="NEW_BASE" value="
|
|
22
|
+
<option name="NEW_BASE" value="master" />
|
|
23
|
+
<option name="OPTIONS">
|
|
24
|
+
<set>
|
|
25
|
+
<option value="INTERACTIVE" />
|
|
26
|
+
</set>
|
|
27
|
+
</option>
|
|
21
28
|
</component>
|
|
22
29
|
<component name="Git.Settings">
|
|
23
30
|
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
24
31
|
<map>
|
|
25
|
-
<entry key="$PROJECT_DIR$" value="claude/
|
|
26
|
-
<entry key="$PROJECT_DIR$/src/types" value="
|
|
32
|
+
<entry key="$PROJECT_DIR$" value="claude/chat-reactions-polls-system-hwea5i" />
|
|
33
|
+
<entry key="$PROJECT_DIR$/src/types" value="claude/chat-reactions-polls-system-hwea5i" />
|
|
27
34
|
</map>
|
|
28
35
|
</option>
|
|
29
36
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/src/types" />
|
|
37
|
+
<option name="RESET_MODE" value="HARD" />
|
|
30
38
|
<option name="ROOT_SYNC" value="DONT_SYNC" />
|
|
31
39
|
</component>
|
|
32
40
|
<component name="GitHubPullRequestSearchHistory">{
|
|
@@ -38,12 +46,12 @@
|
|
|
38
46
|
<component name="GitRewordedCommitMessages">
|
|
39
47
|
<option name="commitMessagesMapping">
|
|
40
48
|
<RewordedCommitMessageMapping>
|
|
41
|
-
<option name="originalMessage" value="
|
|
42
|
-
<option name="rewordedMessage" value="
|
|
49
|
+
<option name="originalMessage" value="Role flags and the MentionAllRoles permission Re-exports the RoleFlag enum and registers the new permission bit, plus the types submodule bump carrying `Role.flags`. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018QUxtDbWJMFih7bKH6thpn" />
|
|
50
|
+
<option name="rewordedMessage" value="Role flags and the MentionAllRoles permission" />
|
|
43
51
|
</RewordedCommitMessageMapping>
|
|
44
52
|
</option>
|
|
45
53
|
<option name="currentCommit" value="1" />
|
|
46
|
-
<option name="onto" value="
|
|
54
|
+
<option name="onto" value="54de756e28152bbda67a6480b48df607e3425e4a" />
|
|
47
55
|
</component>
|
|
48
56
|
<component name="GithubPullRequestsUISettings">{
|
|
49
57
|
"selectedUrlAndAccountId": {
|
|
@@ -77,7 +85,7 @@
|
|
|
77
85
|
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
|
|
78
86
|
"codeWithMe.voiceChat.enabledByDefault": "false",
|
|
79
87
|
"com.intellij.ml.llm.matterhorn.ej.ui.settings.DefaultModelSelectionForGA.v1": "true",
|
|
80
|
-
"git-widget-placeholder": "
|
|
88
|
+
"git-widget-placeholder": "main",
|
|
81
89
|
"git.auto.fetch.suggestion.counter": "3",
|
|
82
90
|
"ignore.virus.scanning.warn.message": "true",
|
|
83
91
|
"junie.onboarding.icon.badge.shown": "true",
|
|
@@ -247,14 +255,10 @@
|
|
|
247
255
|
<workItem from="1786526830597" duration="598000" />
|
|
248
256
|
<workItem from="1787125977456" duration="278000" />
|
|
249
257
|
<workItem from="1787576741803" duration="2076000" />
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
<
|
|
253
|
-
<
|
|
254
|
-
<option name="number" value="00067" />
|
|
255
|
-
<option name="presentableId" value="LOCAL-00067" />
|
|
256
|
-
<option name="project" value="LOCAL" />
|
|
257
|
-
<updated>1765145134871</updated>
|
|
258
|
+
<workItem from="1787648458595" duration="3034000" />
|
|
259
|
+
<workItem from="1787994100244" duration="588000" />
|
|
260
|
+
<workItem from="1788873818076" duration="1523000" />
|
|
261
|
+
<workItem from="1788879390791" duration="635000" />
|
|
258
262
|
</task>
|
|
259
263
|
<task id="LOCAL-00068" summary="Improve reconnect on timeout">
|
|
260
264
|
<option name="closed" value="true" />
|
|
@@ -640,7 +644,15 @@
|
|
|
640
644
|
<option name="project" value="LOCAL" />
|
|
641
645
|
<updated>1787581107970</updated>
|
|
642
646
|
</task>
|
|
643
|
-
<
|
|
647
|
+
<task id="LOCAL-00116" summary="Bump version This reverts commit b9ff2004">
|
|
648
|
+
<option name="closed" value="true" />
|
|
649
|
+
<created>1787649696666</created>
|
|
650
|
+
<option name="number" value="00116" />
|
|
651
|
+
<option name="presentableId" value="LOCAL-00116" />
|
|
652
|
+
<option name="project" value="LOCAL" />
|
|
653
|
+
<updated>1787649696666</updated>
|
|
654
|
+
</task>
|
|
655
|
+
<option name="localTasksCounter" value="117" />
|
|
644
656
|
<servers />
|
|
645
657
|
</component>
|
|
646
658
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -654,17 +666,22 @@
|
|
|
654
666
|
<list>
|
|
655
667
|
<RecentGroup>
|
|
656
668
|
<option name="FILTER_VALUES">
|
|
657
|
-
<option value="
|
|
669
|
+
<option value="master" />
|
|
658
670
|
</option>
|
|
659
671
|
</RecentGroup>
|
|
660
672
|
<RecentGroup>
|
|
661
673
|
<option name="FILTER_VALUES">
|
|
662
|
-
<option value="claude/
|
|
674
|
+
<option value="claude/role-flags-separation-mentions-g6v7s0" />
|
|
663
675
|
</option>
|
|
664
676
|
</RecentGroup>
|
|
665
677
|
<RecentGroup>
|
|
666
678
|
<option name="FILTER_VALUES">
|
|
667
|
-
<option value="
|
|
679
|
+
<option value="claude/chat-reactions-polls-system-hwea5i" />
|
|
680
|
+
</option>
|
|
681
|
+
</RecentGroup>
|
|
682
|
+
<RecentGroup>
|
|
683
|
+
<option name="FILTER_VALUES">
|
|
684
|
+
<option value="claude/avatars-room-space-support-bvrcaz" />
|
|
668
685
|
</option>
|
|
669
686
|
</RecentGroup>
|
|
670
687
|
<RecentGroup>
|
|
@@ -692,12 +709,17 @@
|
|
|
692
709
|
<entry key="MAIN">
|
|
693
710
|
<value>
|
|
694
711
|
<State>
|
|
712
|
+
<option name="CUSTOM_BOOLEAN_PROPERTIES">
|
|
713
|
+
<map>
|
|
714
|
+
<entry key="Show.Git.Branches" value="true" />
|
|
715
|
+
</map>
|
|
716
|
+
</option>
|
|
695
717
|
<option name="FILTERS">
|
|
696
718
|
<map>
|
|
697
719
|
<entry key="branch">
|
|
698
720
|
<value>
|
|
699
721
|
<list>
|
|
700
|
-
<option value="
|
|
722
|
+
<option value="master" />
|
|
701
723
|
</list>
|
|
702
724
|
</value>
|
|
703
725
|
</entry>
|
|
@@ -710,9 +732,6 @@
|
|
|
710
732
|
</option>
|
|
711
733
|
</component>
|
|
712
734
|
<component name="VcsManagerConfiguration">
|
|
713
|
-
<MESSAGE value="Update Topic on redacted message" />
|
|
714
|
-
<MESSAGE value="Fix room member update event handle" />
|
|
715
|
-
<MESSAGE value="Fix room member update event handle" />
|
|
716
735
|
<MESSAGE value="Add jumpTo message support" />
|
|
717
736
|
<MESSAGE value="Adjust to followed topics changes in protocol" />
|
|
718
737
|
<MESSAGE value="SetSessionData command support" />
|
|
@@ -735,7 +754,10 @@
|
|
|
735
754
|
<MESSAGE value="Custom avatars support" />
|
|
736
755
|
<MESSAGE value="User presence status support" />
|
|
737
756
|
<MESSAGE value="Reacting changes" />
|
|
738
|
-
<
|
|
757
|
+
<MESSAGE value="Revert "User presence status support" This reverts commit b9ff2004" />
|
|
758
|
+
<MESSAGE value="Bump version This reverts commit b9ff2004" />
|
|
759
|
+
<MESSAGE value="Role flags and the MentionAllRoles permission" />
|
|
760
|
+
<option name="LAST_COMMIT_MESSAGE" value="Role flags and the MentionAllRoles permission" />
|
|
739
761
|
</component>
|
|
740
762
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
741
763
|
<expand />
|