polfan-server-js-client 0.2.80 → 0.2.81

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.
@@ -4,7 +4,7 @@
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="Improve hasOldest behavior when resetToLatest used" />
7
+ <list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="Align permissions to server changes" />
8
8
  <option name="SHOW_DIALOG" value="false" />
9
9
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
10
10
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -166,15 +166,7 @@
166
166
  <workItem from="1767552416580" duration="351000" />
167
167
  <workItem from="1767552978469" duration="268000" />
168
168
  <workItem from="1768071515045" duration="2510000" />
169
- <workItem from="1769020050643" duration="4890000" />
170
- </task>
171
- <task id="LOCAL-00027" summary="Custom nicks support">
172
- <option name="closed" value="true" />
173
- <created>1744989199436</created>
174
- <option name="number" value="00027" />
175
- <option name="presentableId" value="LOCAL-00027" />
176
- <option name="project" value="LOCAL" />
177
- <updated>1744989199436</updated>
169
+ <workItem from="1769020050643" duration="5231000" />
178
170
  </task>
179
171
  <task id="LOCAL-00028" summary="CustomNickChange message type">
180
172
  <option name="closed" value="true" />
@@ -560,7 +552,15 @@
560
552
  <option name="project" value="LOCAL" />
561
553
  <updated>1769023135404</updated>
562
554
  </task>
563
- <option name="localTasksCounter" value="76" />
555
+ <task id="LOCAL-00076" summary="Align permissions to server changes">
556
+ <option name="closed" value="true" />
557
+ <created>1769189929315</created>
558
+ <option name="number" value="00076" />
559
+ <option name="presentableId" value="LOCAL-00076" />
560
+ <option name="project" value="LOCAL" />
561
+ <updated>1769189929316</updated>
562
+ </task>
563
+ <option name="localTasksCounter" value="77" />
564
564
  <servers />
565
565
  </component>
566
566
  <component name="TypeScriptGeneratedFilesManager">
@@ -578,7 +578,6 @@
578
578
  </option>
579
579
  </component>
580
580
  <component name="VcsManagerConfiguration">
581
- <MESSAGE value="Relationships support" />
582
581
  <MESSAGE value="Update a relationship scheme" />
583
582
  <MESSAGE value="Fix a relationship type" />
584
583
  <MESSAGE value="Fix mutationCounter doesn't increment on delete" />
@@ -603,7 +602,8 @@
603
602
  <MESSAGE value="Add possibility to pass custom headers in AbstractRestClient" />
604
603
  <MESSAGE value="Fix URL parameter handling in GET and DELETE requests" />
605
604
  <MESSAGE value="Improve hasOldest behavior when resetToLatest used" />
606
- <option name="LAST_COMMIT_MESSAGE" value="Improve hasOldest behavior when resetToLatest used" />
605
+ <MESSAGE value="Align permissions to server changes" />
606
+ <option name="LAST_COMMIT_MESSAGE" value="Align permissions to server changes" />
607
607
  </component>
608
608
  <component name="github-copilot-workspace">
609
609
  <instructionFileLocations>
@@ -3175,7 +3175,7 @@ Permissions_defineProperty(Permissions, "list", {
3175
3175
  },
3176
3176
  ManageRoom: {
3177
3177
  value: 1 << 12,
3178
- maxLayer: Layer.Space
3178
+ maxLayer: Layer.Room
3179
3179
  },
3180
3180
  CreateEmoticons: {
3181
3181
  value: 1 << 13,