polfan-server-js-client 0.1.99934 → 0.1.99935
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 +25 -5
- package/build/index.js.map +1 -1
- package/build/types/AbstractChatClient.d.ts +4 -1
- package/build/types/types/src/index.d.ts +5 -1
- package/build/types/types/src/schemes/Room.d.ts +2 -0
- package/build/types/types/src/schemes/RoomStream.d.ts +5 -0
- package/build/types/types/src/schemes/commands/GetClientData.d.ts +2 -0
- package/build/types/types/src/schemes/commands/SetClientData.d.ts +1 -0
- package/build/types/types/src/schemes/commands/UpdateRoom.d.ts +2 -0
- package/build/types/types/src/schemes/events/ClientData.d.ts +1 -0
- package/package.json +1 -1
- package/src/AbstractChatClient.ts +4 -1
- package/src/types/src/index.ts +9 -0
- package/src/types/src/schemes/Room.ts +2 -0
- package/src/types/src/schemes/RoomStream.ts +6 -0
- package/src/types/src/schemes/commands/GetClientData.ts +3 -0
- package/src/types/src/schemes/commands/SetClientData.ts +1 -0
- package/src/types/src/schemes/commands/UpdateRoom.ts +3 -0
- package/src/types/src/schemes/events/ClientData.ts +1 -0
package/.idea/workspace.xml
CHANGED
|
@@ -4,8 +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="
|
|
8
|
-
<change
|
|
7
|
+
<list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="UsersManager">
|
|
8
|
+
<change afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/GetClientData.ts" afterDir="false" />
|
|
9
|
+
<change afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/SetClientData.ts" afterDir="false" />
|
|
10
|
+
<change afterPath="$PROJECT_DIR$/src/types/src/schemes/events/ClientData.ts" afterDir="false" />
|
|
11
|
+
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
12
|
+
<change beforePath="$PROJECT_DIR$/src/AbstractChatClient.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/AbstractChatClient.ts" afterDir="false" />
|
|
13
|
+
<change beforePath="$PROJECT_DIR$/src/types" beforeDir="false" afterPath="$PROJECT_DIR$/src/types" afterDir="false" />
|
|
14
|
+
<change beforePath="$PROJECT_DIR$/src/types/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/index.ts" afterDir="false" />
|
|
9
15
|
</list>
|
|
10
16
|
<option name="SHOW_DIALOG" value="false" />
|
|
11
17
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -75,7 +81,12 @@
|
|
|
75
81
|
<workItem from="1740512570698" duration="1386000" />
|
|
76
82
|
<workItem from="1740565900826" duration="1191000" />
|
|
77
83
|
<workItem from="1740919664352" duration="592000" />
|
|
78
|
-
<workItem from="1741078506978" duration="
|
|
84
|
+
<workItem from="1741078506978" duration="5526000" />
|
|
85
|
+
<workItem from="1741205852989" duration="586000" />
|
|
86
|
+
<workItem from="1741207438028" duration="38000" />
|
|
87
|
+
<workItem from="1741543251744" duration="1234000" />
|
|
88
|
+
<workItem from="1741554932034" duration="1521000" />
|
|
89
|
+
<workItem from="1741900021179" duration="1541000" />
|
|
79
90
|
</task>
|
|
80
91
|
<task id="LOCAL-00001" summary="Emoticons objects">
|
|
81
92
|
<option name="closed" value="true" />
|
|
@@ -229,7 +240,15 @@
|
|
|
229
240
|
<option name="project" value="LOCAL" />
|
|
230
241
|
<updated>1740515104457</updated>
|
|
231
242
|
</task>
|
|
232
|
-
<
|
|
243
|
+
<task id="LOCAL-00020" summary="UsersManager">
|
|
244
|
+
<option name="closed" value="true" />
|
|
245
|
+
<created>1741170174335</created>
|
|
246
|
+
<option name="number" value="00020" />
|
|
247
|
+
<option name="presentableId" value="LOCAL-00020" />
|
|
248
|
+
<option name="project" value="LOCAL" />
|
|
249
|
+
<updated>1741170174335</updated>
|
|
250
|
+
</task>
|
|
251
|
+
<option name="localTasksCounter" value="21" />
|
|
233
252
|
<servers />
|
|
234
253
|
</component>
|
|
235
254
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -257,6 +276,7 @@
|
|
|
257
276
|
<MESSAGE value="New scheme of Bye event" />
|
|
258
277
|
<MESSAGE value="Fix authentication" />
|
|
259
278
|
<MESSAGE value="Add notify option to Kick command" />
|
|
260
|
-
<
|
|
279
|
+
<MESSAGE value="UsersManager" />
|
|
280
|
+
<option name="LAST_COMMIT_MESSAGE" value="UsersManager" />
|
|
261
281
|
</component>
|
|
262
282
|
</project>
|