polfan-server-js-client 0.1.99936 → 0.1.99938

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.
Files changed (29) hide show
  1. package/.idea/workspace.xml +30 -10
  2. package/build/index.js.map +1 -1
  3. package/build/types/AbstractChatClient.d.ts +5 -1
  4. package/build/types/types/src/index.d.ts +7 -2
  5. package/build/types/types/src/schemes/Room.d.ts +2 -1
  6. package/build/types/types/src/schemes/RoomSummary.d.ts +6 -0
  7. package/build/types/types/src/schemes/Space.d.ts +4 -0
  8. package/build/types/types/src/schemes/SpaceSummary.d.ts +2 -2
  9. package/build/types/types/src/schemes/commands/CreateRoom.d.ts +1 -0
  10. package/build/types/types/src/schemes/commands/CreateSpace.d.ts +1 -0
  11. package/build/types/types/src/schemes/commands/GetRoomSummary.d.ts +4 -0
  12. package/build/types/types/src/schemes/commands/GetSpaceSummary.d.ts +3 -0
  13. package/build/types/types/src/schemes/commands/UpdateSpace.d.ts +1 -0
  14. package/build/types/types/src/schemes/events/RoomSummary.d.ts +4 -0
  15. package/build/types/types/src/schemes/events/SpaceSummary.d.ts +4 -0
  16. package/package.json +1 -1
  17. package/src/AbstractChatClient.ts +8 -1
  18. package/src/types/src/index.ts +12 -1
  19. package/src/types/src/schemes/Room.ts +1 -0
  20. package/src/types/src/schemes/RoomSummary.ts +8 -0
  21. package/src/types/src/schemes/Space.ts +5 -0
  22. package/src/types/src/schemes/SpaceSummary.ts +2 -2
  23. package/src/types/src/schemes/commands/CreateRoom.ts +1 -0
  24. package/src/types/src/schemes/commands/CreateSpace.ts +1 -0
  25. package/src/types/src/schemes/commands/GetRoomSummary.ts +5 -0
  26. package/src/types/src/schemes/commands/GetSpaceSummary.ts +3 -0
  27. package/src/types/src/schemes/commands/UpdateSpace.ts +1 -0
  28. package/src/types/src/schemes/events/RoomSummary.ts +5 -0
  29. package/src/types/src/schemes/events/SpaceSummary.ts +5 -0
@@ -4,11 +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="Client data and room stream support">
8
- <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/src/IndexedObjectCollection.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/IndexedObjectCollection.ts" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/src/state-tracker/RoomsManager.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/state-tracker/RoomsManager.ts" afterDir="false" />
11
- <change beforePath="$PROJECT_DIR$/src/state-tracker/SpacesManager.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/state-tracker/SpacesManager.ts" afterDir="false" />
7
+ <list default="true" id="831dae43-0da1-47fd-a5f7-33dd5eec2992" name="Changes" comment="Private rooms and space summaries">
8
+ <change beforePath="$PROJECT_DIR$/build/types/types/src/schemes/RoomSummary.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/types/src/schemes/RoomSummary.d.ts" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/build/types/types/src/schemes/commands/GetRoomSummary.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/build/types/types/src/schemes/commands/GetRoomSummary.d.ts" afterDir="false" />
10
+ <change beforePath="$PROJECT_DIR$/src/types" beforeDir="false" afterPath="$PROJECT_DIR$/src/types" afterDir="false" />
11
+ <change beforePath="$PROJECT_DIR$/src/types/src/schemes/RoomSummary.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/RoomSummary.ts" afterDir="false" />
12
+ <change beforePath="$PROJECT_DIR$/src/types/src/schemes/commands/GetRoomSummary.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/GetRoomSummary.ts" afterDir="false" />
12
13
  </list>
13
14
  <option name="SHOW_DIALOG" value="false" />
14
15
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -27,7 +28,7 @@
27
28
  <entry key="$PROJECT_DIR$/src/types" value="562c7beff95ea1eaf5c236df978f50a614a146af" />
28
29
  </map>
29
30
  </option>
30
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
31
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/src/types" />
31
32
  <option name="ROOT_SYNC" value="DONT_SYNC" />
32
33
  </component>
33
34
  <component name="ProjectColorInfo">{
@@ -42,7 +43,7 @@
42
43
  "keyToString": {
43
44
  "RunOnceActivity.ShowReadmeOnStart": "true",
44
45
  "RunOnceActivity.git.unshallow": "true",
45
- "git-widget-placeholder": "master",
46
+ "git-widget-placeholder": "main",
46
47
  "ignore.virus.scanning.warn.message": "true",
47
48
  "last_opened_file_path": "//wsl.localhost/Debian/home/jarek/polfan-js-client-library",
48
49
  "node.js.detected.package.eslint": "true",
@@ -83,7 +84,8 @@
83
84
  <workItem from="1741207438028" duration="38000" />
84
85
  <workItem from="1741543251744" duration="1234000" />
85
86
  <workItem from="1741554932034" duration="1521000" />
86
- <workItem from="1741900021179" duration="4250000" />
87
+ <workItem from="1741900021179" duration="4919000" />
88
+ <workItem from="1742153809011" duration="6508000" />
87
89
  </task>
88
90
  <task id="LOCAL-00001" summary="Emoticons objects">
89
91
  <option name="closed" value="true" />
@@ -261,7 +263,23 @@
261
263
  <option name="project" value="LOCAL" />
262
264
  <updated>1741971884190</updated>
263
265
  </task>
264
- <option name="localTasksCounter" value="23" />
266
+ <task id="LOCAL-00023" summary="New collections mutationCounter property and map method remove">
267
+ <option name="closed" value="true" />
268
+ <created>1742043272099</created>
269
+ <option name="number" value="00023" />
270
+ <option name="presentableId" value="LOCAL-00023" />
271
+ <option name="project" value="LOCAL" />
272
+ <updated>1742043272099</updated>
273
+ </task>
274
+ <task id="LOCAL-00024" summary="Private rooms and space summaries">
275
+ <option name="closed" value="true" />
276
+ <created>1742573924276</created>
277
+ <option name="number" value="00024" />
278
+ <option name="presentableId" value="LOCAL-00024" />
279
+ <option name="project" value="LOCAL" />
280
+ <updated>1742573924276</updated>
281
+ </task>
282
+ <option name="localTasksCounter" value="25" />
265
283
  <servers />
266
284
  </component>
267
285
  <component name="TypeScriptGeneratedFilesManager">
@@ -291,6 +309,8 @@
291
309
  <MESSAGE value="Add notify option to Kick command" />
292
310
  <MESSAGE value="UsersManager" />
293
311
  <MESSAGE value="Client data and room stream support" />
294
- <option name="LAST_COMMIT_MESSAGE" value="Client data and room stream support" />
312
+ <MESSAGE value="New collections mutationCounter property and map method remove" />
313
+ <MESSAGE value="Private rooms and space summaries" />
314
+ <option name="LAST_COMMIT_MESSAGE" value="Private rooms and space summaries" />
295
315
  </component>
296
316
  </project>