polfan-server-js-client 0.1.99937 → 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.
@@ -4,18 +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="New collections mutationCounter property and map method remove">
8
- <change afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/GetRoomSummary.ts" afterDir="false" />
9
- <change afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/GetSpaceSummary.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
10
  <change beforePath="$PROJECT_DIR$/src/types" beforeDir="false" afterPath="$PROJECT_DIR$/src/types" afterDir="false" />
11
- <change beforePath="$PROJECT_DIR$/src/types/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/index.ts" afterDir="false" />
12
- <change beforePath="$PROJECT_DIR$/src/types/src/schemes/Room.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/Room.ts" afterDir="false" />
13
11
  <change beforePath="$PROJECT_DIR$/src/types/src/schemes/RoomSummary.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/RoomSummary.ts" afterDir="false" />
14
- <change beforePath="$PROJECT_DIR$/src/types/src/schemes/Space.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/Space.ts" afterDir="false" />
15
- <change beforePath="$PROJECT_DIR$/src/types/src/schemes/SpaceSummary.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/SpaceSummary.ts" afterDir="false" />
16
- <change beforePath="$PROJECT_DIR$/src/types/src/schemes/commands/CreateRoom.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/CreateRoom.ts" afterDir="false" />
17
- <change beforePath="$PROJECT_DIR$/src/types/src/schemes/commands/CreateSpace.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/CreateSpace.ts" afterDir="false" />
18
- <change beforePath="$PROJECT_DIR$/src/types/src/schemes/commands/UpdateSpace.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/src/schemes/commands/UpdateSpace.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" />
19
13
  </list>
20
14
  <option name="SHOW_DIALOG" value="false" />
21
15
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -91,7 +85,7 @@
91
85
  <workItem from="1741543251744" duration="1234000" />
92
86
  <workItem from="1741554932034" duration="1521000" />
93
87
  <workItem from="1741900021179" duration="4919000" />
94
- <workItem from="1742153809011" duration="3494000" />
88
+ <workItem from="1742153809011" duration="6508000" />
95
89
  </task>
96
90
  <task id="LOCAL-00001" summary="Emoticons objects">
97
91
  <option name="closed" value="true" />
@@ -277,7 +271,15 @@
277
271
  <option name="project" value="LOCAL" />
278
272
  <updated>1742043272099</updated>
279
273
  </task>
280
- <option name="localTasksCounter" value="24" />
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" />
281
283
  <servers />
282
284
  </component>
283
285
  <component name="TypeScriptGeneratedFilesManager">
@@ -308,6 +310,7 @@
308
310
  <MESSAGE value="UsersManager" />
309
311
  <MESSAGE value="Client data and room stream support" />
310
312
  <MESSAGE value="New collections mutationCounter property and map method remove" />
311
- <option name="LAST_COMMIT_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" />
312
315
  </component>
313
316
  </project>
@@ -1,3 +1,4 @@
1
+ import { RoomType } from "./Room";
1
2
  export interface RoomSummaryExtras {
2
3
  isPrivate: boolean;
3
4
  }
@@ -5,5 +6,6 @@ export interface RoomSummary {
5
6
  id: string;
6
7
  name: string;
7
8
  description: string;
9
+ type: RoomType;
8
10
  extras?: RoomSummaryExtras;
9
11
  }
@@ -1,3 +1,4 @@
1
+ import { ChatLocation } from "../ChatLocation";
1
2
  export interface GetRoomSummary {
2
- id: string;
3
+ location: ChatLocation;
3
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polfan-server-js-client",
3
- "version": "0.1.99937",
3
+ "version": "0.1.99938",
4
4
  "description": "JavaScript client library for handling communication with Polfan chat server.",
5
5
  "author": "Jarosław Żak",
6
6
  "license": "MIT",
@@ -1,3 +1,5 @@
1
+ import {RoomType} from "./Room";
2
+
1
3
  export interface RoomSummaryExtras {
2
4
  isPrivate: boolean;
3
5
  }
@@ -6,5 +8,6 @@ export interface RoomSummary {
6
8
  id: string;
7
9
  name: string;
8
10
  description: string;
11
+ type: RoomType;
9
12
  extras?: RoomSummaryExtras;
10
13
  }
@@ -1,3 +1,5 @@
1
+ import {ChatLocation} from "../ChatLocation";
2
+
1
3
  export interface GetRoomSummary {
2
- id: string;
4
+ location: ChatLocation;
3
5
  }