polfan-server-js-client 0.1.99926 → 0.1.99927

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,16 +4,12 @@
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="Emoticon permissions support">
8
- <change afterPath="$PROJECT_DIR$/src/types/src/schemes/PermissionOverwritesTarget.ts" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/src/state-tracker/PermissionsManager.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/state-tracker/PermissionsManager.ts" afterDir="false" />
11
- <change beforePath="$PROJECT_DIR$/src/types" beforeDir="false" afterPath="$PROJECT_DIR$/src/types" afterDir="false" />
12
- <change beforePath="$PROJECT_DIR$/src/types/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/index.ts" afterDir="false" />
13
- <change beforePath="$PROJECT_DIR$/src/types/src/schemes/commands/GetPermissionOverwrites.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/GetPermissionOverwrites.ts" afterDir="false" />
14
- <change beforePath="$PROJECT_DIR$/src/types/src/schemes/commands/SetPermissionOverwrites.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/SetPermissionOverwrites.ts" afterDir="false" />
15
- <change beforePath="$PROJECT_DIR$/src/types/src/schemes/events/PermissionOverwrites.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/events/PermissionOverwrites.ts" afterDir="false" />
16
- <change beforePath="$PROJECT_DIR$/src/types/src/schemes/events/PermissionOverwritesUpdated.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/events/PermissionOverwritesUpdated.ts" afterDir="false" />
7
+ <list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="Permission related changes in protocol types">
8
+ <change beforePath="$PROJECT_DIR$/build/types/state-tracker/PermissionsManager.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/state-tracker/PermissionsManager.d.ts" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/build/types/types/src/schemes/commands/GetPermissionOverwrites.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/types/src/schemes/commands/GetPermissionOverwrites.d.ts" afterDir="false" />
10
+ <change beforePath="$PROJECT_DIR$/build/types/types/src/schemes/commands/SetPermissionOverwrites.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/types/src/schemes/commands/SetPermissionOverwrites.d.ts" afterDir="false" />
11
+ <change beforePath="$PROJECT_DIR$/build/types/types/src/schemes/events/PermissionOverwrites.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/types/src/schemes/events/PermissionOverwrites.d.ts" afterDir="false" />
12
+ <change beforePath="$PROJECT_DIR$/build/types/types/src/schemes/events/PermissionOverwritesUpdated.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/types/src/schemes/events/PermissionOverwritesUpdated.d.ts" afterDir="false" />
17
13
  </list>
18
14
  <option name="SHOW_DIALOG" value="false" />
19
15
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -77,7 +73,7 @@
77
73
  <updated>1737999300590</updated>
78
74
  <workItem from="1737999301306" duration="16008000" />
79
75
  <workItem from="1738661852731" duration="2057000" />
80
- <workItem from="1738919042657" duration="2954000" />
76
+ <workItem from="1738919042657" duration="3601000" />
81
77
  </task>
82
78
  <task id="LOCAL-00001" summary="Emoticons objects">
83
79
  <option name="closed" value="true" />
@@ -167,7 +163,15 @@
167
163
  <option name="project" value="LOCAL" />
168
164
  <updated>1738413358814</updated>
169
165
  </task>
170
- <option name="localTasksCounter" value="12" />
166
+ <task id="LOCAL-00012" summary="Permission related changes in protocol types">
167
+ <option name="closed" value="true" />
168
+ <created>1739137397104</created>
169
+ <option name="number" value="00012" />
170
+ <option name="presentableId" value="LOCAL-00012" />
171
+ <option name="project" value="LOCAL" />
172
+ <updated>1739137397104</updated>
173
+ </task>
174
+ <option name="localTasksCounter" value="13" />
171
175
  <servers />
172
176
  </component>
173
177
  <component name="TypeScriptGeneratedFilesManager">
@@ -177,6 +181,7 @@
177
181
  <MESSAGE value="Emoticons objects" />
178
182
  <MESSAGE value="Emoticons support" />
179
183
  <MESSAGE value="Emoticon permissions support" />
180
- <option name="LAST_COMMIT_MESSAGE" value="Emoticon permissions support" />
184
+ <MESSAGE value="Permission related changes in protocol types" />
185
+ <option name="LAST_COMMIT_MESSAGE" value="Permission related changes in protocol types" />
181
186
  </component>
182
187
  </project>
@@ -1,6 +1,6 @@
1
1
  import { Topic } from "./Topic";
2
2
  import { User } from "./User";
3
- export type RoomType = 'Text' | 'Pm';
3
+ export type RoomType = 'Text' | 'ClassicText' | 'Pm';
4
4
  export declare enum RoomFlag {
5
5
  AllowSystemMessages = 1
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polfan-server-js-client",
3
- "version": "0.1.99926",
3
+ "version": "0.1.99927",
4
4
  "description": "JavaScript client library for handling communication with Polfan chat server.",
5
5
  "author": "Jarosław Żak",
6
6
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  import {Topic} from "./Topic";
2
2
  import {User} from "./User";
3
3
 
4
- export type RoomType = 'Text' | 'Pm';
4
+ export type RoomType = 'Text' | 'ClassicText' | 'Pm';
5
5
 
6
6
  export enum RoomFlag {
7
7
  AllowSystemMessages = 1 << 0,