@sublay/core 7.3.0 → 7.4.1

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 (223) hide show
  1. package/dist/cjs/helpers/markCommentAsDeletedInTree.js +1 -1
  2. package/dist/cjs/helpers/markCommentAsDeletedInTree.js.map +1 -1
  3. package/dist/cjs/hooks/chat/conversations/useConversationMembers.d.ts +8 -1
  4. package/dist/cjs/hooks/chat/conversations/useConversationMembers.js +8 -3
  5. package/dist/cjs/hooks/chat/conversations/useConversationMembers.js.map +1 -1
  6. package/dist/cjs/hooks/chat/messages/useFetchManyChatMessages.d.ts +7 -0
  7. package/dist/cjs/hooks/chat/messages/useFetchManyChatMessages.js +5 -1
  8. package/dist/cjs/hooks/chat/messages/useFetchManyChatMessages.js.map +1 -1
  9. package/dist/cjs/hooks/chat/messages/useFetchManyChatMessagesWrapper.d.ts +7 -0
  10. package/dist/cjs/hooks/chat/messages/useFetchManyChatMessagesWrapper.js +7 -3
  11. package/dist/cjs/hooks/chat/messages/useFetchManyChatMessagesWrapper.js.map +1 -1
  12. package/dist/cjs/hooks/chat/messages/useSendMessage.d.ts +11 -0
  13. package/dist/cjs/hooks/chat/messages/useSendMessage.js +9 -4
  14. package/dist/cjs/hooks/chat/messages/useSendMessage.js.map +1 -1
  15. package/dist/cjs/hooks/comments/useCommentSectionData.js +4 -4
  16. package/dist/cjs/hooks/comments/useCommentSectionData.js.map +1 -1
  17. package/dist/cjs/hooks/comments/useEntityComments.d.ts +7 -0
  18. package/dist/cjs/hooks/comments/useEntityComments.js +6 -2
  19. package/dist/cjs/hooks/comments/useEntityComments.js.map +1 -1
  20. package/dist/cjs/hooks/comments/useFetchComment.d.ts +7 -0
  21. package/dist/cjs/hooks/comments/useFetchComment.js +5 -1
  22. package/dist/cjs/hooks/comments/useFetchComment.js.map +1 -1
  23. package/dist/cjs/hooks/comments/useFetchManyComments.d.ts +7 -0
  24. package/dist/cjs/hooks/comments/useFetchManyComments.js +5 -1
  25. package/dist/cjs/hooks/comments/useFetchManyComments.js.map +1 -1
  26. package/dist/cjs/hooks/comments/useFetchManyCommentsWrapper.d.ts +7 -0
  27. package/dist/cjs/hooks/comments/useFetchManyCommentsWrapper.js +9 -1
  28. package/dist/cjs/hooks/comments/useFetchManyCommentsWrapper.js.map +1 -1
  29. package/dist/cjs/hooks/entities/useFetchEntity.d.ts +7 -0
  30. package/dist/cjs/hooks/entities/useFetchEntity.js +9 -4
  31. package/dist/cjs/hooks/entities/useFetchEntity.js.map +1 -1
  32. package/dist/cjs/hooks/entities/useFetchManyEntities.d.ts +7 -0
  33. package/dist/cjs/hooks/entities/useFetchManyEntities.js +4 -0
  34. package/dist/cjs/hooks/entities/useFetchManyEntities.js.map +1 -1
  35. package/dist/cjs/hooks/entities/useFetchManyEntitiesWrapper.d.ts +7 -0
  36. package/dist/cjs/hooks/entities/useFetchManyEntitiesWrapper.js +9 -1
  37. package/dist/cjs/hooks/entities/useFetchManyEntitiesWrapper.js.map +1 -1
  38. package/dist/cjs/hooks/entity-lists/useEntityList.js +6 -0
  39. package/dist/cjs/hooks/entity-lists/useEntityList.js.map +1 -1
  40. package/dist/cjs/hooks/entity-lists/useEntityListActions.d.ts +2 -0
  41. package/dist/cjs/hooks/entity-lists/useEntityListActions.js +2 -0
  42. package/dist/cjs/hooks/entity-lists/useEntityListActions.js.map +1 -1
  43. package/dist/cjs/hooks/reactions/useFetchCommentReactions.d.ts +7 -0
  44. package/dist/cjs/hooks/reactions/useFetchCommentReactions.js +5 -1
  45. package/dist/cjs/hooks/reactions/useFetchCommentReactions.js.map +1 -1
  46. package/dist/cjs/hooks/reactions/useFetchEntityReactions.d.ts +7 -0
  47. package/dist/cjs/hooks/reactions/useFetchEntityReactions.js +5 -1
  48. package/dist/cjs/hooks/reactions/useFetchEntityReactions.js.map +1 -1
  49. package/dist/cjs/hooks/relationships/connections/useFetchConnectionsByUserId.d.ts +8 -0
  50. package/dist/cjs/hooks/relationships/connections/useFetchConnectionsByUserId.js +7 -5
  51. package/dist/cjs/hooks/relationships/connections/useFetchConnectionsByUserId.js.map +1 -1
  52. package/dist/cjs/hooks/relationships/follows/useFetchFollowersByUserId.d.ts +8 -0
  53. package/dist/cjs/hooks/relationships/follows/useFetchFollowersByUserId.js +7 -2
  54. package/dist/cjs/hooks/relationships/follows/useFetchFollowersByUserId.js.map +1 -1
  55. package/dist/cjs/hooks/relationships/follows/useFetchFollowingByUserId.d.ts +8 -0
  56. package/dist/cjs/hooks/relationships/follows/useFetchFollowingByUserId.js +7 -5
  57. package/dist/cjs/hooks/relationships/follows/useFetchFollowingByUserId.js.map +1 -1
  58. package/dist/cjs/hooks/reports/useFetchModeratedReports.d.ts +11 -4
  59. package/dist/cjs/hooks/reports/useFetchModeratedReports.js +7 -2
  60. package/dist/cjs/hooks/reports/useFetchModeratedReports.js.map +1 -1
  61. package/dist/cjs/hooks/search/useAskContent.d.ts +8 -0
  62. package/dist/cjs/hooks/search/useAskContent.js +13 -2
  63. package/dist/cjs/hooks/search/useAskContent.js.map +1 -1
  64. package/dist/cjs/hooks/search/useSearchContent.d.ts +8 -0
  65. package/dist/cjs/hooks/search/useSearchContent.js +7 -2
  66. package/dist/cjs/hooks/search/useSearchContent.js.map +1 -1
  67. package/dist/cjs/hooks/spaces/useFetchSpaceMembers.d.ts +7 -0
  68. package/dist/cjs/hooks/spaces/useFetchSpaceMembers.js +7 -2
  69. package/dist/cjs/hooks/spaces/useFetchSpaceMembers.js.map +1 -1
  70. package/dist/cjs/hooks/spaces/useFetchSpaceTeam.d.ts +7 -0
  71. package/dist/cjs/hooks/spaces/useFetchSpaceTeam.js +7 -2
  72. package/dist/cjs/hooks/spaces/useFetchSpaceTeam.js.map +1 -1
  73. package/dist/cjs/hooks/user/useUserActions.js +3 -1
  74. package/dist/cjs/hooks/user/useUserActions.js.map +1 -1
  75. package/dist/cjs/hooks/users/useFetchUser.d.ts +8 -0
  76. package/dist/cjs/hooks/users/useFetchUser.js +9 -4
  77. package/dist/cjs/hooks/users/useFetchUser.js.map +1 -1
  78. package/dist/cjs/hooks/users/useFetchUserByForeignId.d.ts +8 -0
  79. package/dist/cjs/hooks/users/useFetchUserByForeignId.js +10 -5
  80. package/dist/cjs/hooks/users/useFetchUserByForeignId.js.map +1 -1
  81. package/dist/cjs/hooks/users/useFetchUserByUsername.d.ts +8 -0
  82. package/dist/cjs/hooks/users/useFetchUserByUsername.js +10 -5
  83. package/dist/cjs/hooks/users/useFetchUserByUsername.js.map +1 -1
  84. package/dist/cjs/hooks/users/useFetchUserSuggestions.d.ts +8 -0
  85. package/dist/cjs/hooks/users/useFetchUserSuggestions.js +7 -4
  86. package/dist/cjs/hooks/users/useFetchUserSuggestions.js.map +1 -1
  87. package/dist/cjs/interfaces/models/ChatMessage.d.ts +5 -5
  88. package/dist/cjs/interfaces/models/Collection.d.ts +2 -2
  89. package/dist/cjs/interfaces/models/Comment.d.ts +6 -6
  90. package/dist/cjs/interfaces/models/Conversation.d.ts +3 -3
  91. package/dist/cjs/interfaces/models/ConversationMember.d.ts +5 -5
  92. package/dist/cjs/interfaces/models/Entity.d.ts +5 -5
  93. package/dist/cjs/interfaces/models/File.d.ts +4 -4
  94. package/dist/cjs/interfaces/models/Follow.d.ts +1 -1
  95. package/dist/cjs/interfaces/models/Project.d.ts +3 -3
  96. package/dist/cjs/interfaces/models/Rule.d.ts +2 -2
  97. package/dist/cjs/interfaces/models/Space.d.ts +8 -8
  98. package/dist/cjs/interfaces/models/SpaceMember.d.ts +3 -3
  99. package/dist/cjs/interfaces/models/User.d.ts +7 -6
  100. package/dist/cjs/store/api/entityListsApi.d.ts +2 -0
  101. package/dist/cjs/store/api/entityListsApi.js +3 -1
  102. package/dist/cjs/store/api/entityListsApi.js.map +1 -1
  103. package/dist/cjs/store/slices/chatSlice.js +1 -1
  104. package/dist/cjs/store/slices/chatSlice.js.map +1 -1
  105. package/dist/cjs/store/slices/collectionsSlice.d.ts +836 -798
  106. package/dist/cjs/store/slices/entityListsSlice.d.ts +545 -480
  107. package/dist/cjs/store/slices/entityListsSlice.js +10 -0
  108. package/dist/cjs/store/slices/entityListsSlice.js.map +1 -1
  109. package/dist/cjs/store/slices/spaceListsSlice.d.ts +132 -132
  110. package/dist/cjs/store/slices/userSlice.d.ts +120 -112
  111. package/dist/cjs/types/socket.d.ts +2 -2
  112. package/dist/esm/helpers/markCommentAsDeletedInTree.js +1 -1
  113. package/dist/esm/helpers/markCommentAsDeletedInTree.js.map +1 -1
  114. package/dist/esm/hooks/chat/conversations/useConversationMembers.d.ts +8 -1
  115. package/dist/esm/hooks/chat/conversations/useConversationMembers.js +8 -3
  116. package/dist/esm/hooks/chat/conversations/useConversationMembers.js.map +1 -1
  117. package/dist/esm/hooks/chat/messages/useFetchManyChatMessages.d.ts +7 -0
  118. package/dist/esm/hooks/chat/messages/useFetchManyChatMessages.js +5 -1
  119. package/dist/esm/hooks/chat/messages/useFetchManyChatMessages.js.map +1 -1
  120. package/dist/esm/hooks/chat/messages/useFetchManyChatMessagesWrapper.d.ts +7 -0
  121. package/dist/esm/hooks/chat/messages/useFetchManyChatMessagesWrapper.js +7 -3
  122. package/dist/esm/hooks/chat/messages/useFetchManyChatMessagesWrapper.js.map +1 -1
  123. package/dist/esm/hooks/chat/messages/useSendMessage.d.ts +11 -0
  124. package/dist/esm/hooks/chat/messages/useSendMessage.js +9 -4
  125. package/dist/esm/hooks/chat/messages/useSendMessage.js.map +1 -1
  126. package/dist/esm/hooks/comments/useCommentSectionData.js +4 -4
  127. package/dist/esm/hooks/comments/useCommentSectionData.js.map +1 -1
  128. package/dist/esm/hooks/comments/useEntityComments.d.ts +7 -0
  129. package/dist/esm/hooks/comments/useEntityComments.js +6 -2
  130. package/dist/esm/hooks/comments/useEntityComments.js.map +1 -1
  131. package/dist/esm/hooks/comments/useFetchComment.d.ts +7 -0
  132. package/dist/esm/hooks/comments/useFetchComment.js +5 -1
  133. package/dist/esm/hooks/comments/useFetchComment.js.map +1 -1
  134. package/dist/esm/hooks/comments/useFetchManyComments.d.ts +7 -0
  135. package/dist/esm/hooks/comments/useFetchManyComments.js +5 -1
  136. package/dist/esm/hooks/comments/useFetchManyComments.js.map +1 -1
  137. package/dist/esm/hooks/comments/useFetchManyCommentsWrapper.d.ts +7 -0
  138. package/dist/esm/hooks/comments/useFetchManyCommentsWrapper.js +9 -1
  139. package/dist/esm/hooks/comments/useFetchManyCommentsWrapper.js.map +1 -1
  140. package/dist/esm/hooks/entities/useFetchEntity.d.ts +7 -0
  141. package/dist/esm/hooks/entities/useFetchEntity.js +9 -4
  142. package/dist/esm/hooks/entities/useFetchEntity.js.map +1 -1
  143. package/dist/esm/hooks/entities/useFetchManyEntities.d.ts +7 -0
  144. package/dist/esm/hooks/entities/useFetchManyEntities.js +4 -0
  145. package/dist/esm/hooks/entities/useFetchManyEntities.js.map +1 -1
  146. package/dist/esm/hooks/entities/useFetchManyEntitiesWrapper.d.ts +7 -0
  147. package/dist/esm/hooks/entities/useFetchManyEntitiesWrapper.js +9 -1
  148. package/dist/esm/hooks/entities/useFetchManyEntitiesWrapper.js.map +1 -1
  149. package/dist/esm/hooks/entity-lists/useEntityList.js +6 -0
  150. package/dist/esm/hooks/entity-lists/useEntityList.js.map +1 -1
  151. package/dist/esm/hooks/entity-lists/useEntityListActions.d.ts +2 -0
  152. package/dist/esm/hooks/entity-lists/useEntityListActions.js +2 -0
  153. package/dist/esm/hooks/entity-lists/useEntityListActions.js.map +1 -1
  154. package/dist/esm/hooks/reactions/useFetchCommentReactions.d.ts +7 -0
  155. package/dist/esm/hooks/reactions/useFetchCommentReactions.js +5 -1
  156. package/dist/esm/hooks/reactions/useFetchCommentReactions.js.map +1 -1
  157. package/dist/esm/hooks/reactions/useFetchEntityReactions.d.ts +7 -0
  158. package/dist/esm/hooks/reactions/useFetchEntityReactions.js +5 -1
  159. package/dist/esm/hooks/reactions/useFetchEntityReactions.js.map +1 -1
  160. package/dist/esm/hooks/relationships/connections/useFetchConnectionsByUserId.d.ts +8 -0
  161. package/dist/esm/hooks/relationships/connections/useFetchConnectionsByUserId.js +7 -5
  162. package/dist/esm/hooks/relationships/connections/useFetchConnectionsByUserId.js.map +1 -1
  163. package/dist/esm/hooks/relationships/follows/useFetchFollowersByUserId.d.ts +8 -0
  164. package/dist/esm/hooks/relationships/follows/useFetchFollowersByUserId.js +7 -2
  165. package/dist/esm/hooks/relationships/follows/useFetchFollowersByUserId.js.map +1 -1
  166. package/dist/esm/hooks/relationships/follows/useFetchFollowingByUserId.d.ts +8 -0
  167. package/dist/esm/hooks/relationships/follows/useFetchFollowingByUserId.js +7 -5
  168. package/dist/esm/hooks/relationships/follows/useFetchFollowingByUserId.js.map +1 -1
  169. package/dist/esm/hooks/reports/useFetchModeratedReports.d.ts +11 -4
  170. package/dist/esm/hooks/reports/useFetchModeratedReports.js +7 -2
  171. package/dist/esm/hooks/reports/useFetchModeratedReports.js.map +1 -1
  172. package/dist/esm/hooks/search/useAskContent.d.ts +8 -0
  173. package/dist/esm/hooks/search/useAskContent.js +13 -2
  174. package/dist/esm/hooks/search/useAskContent.js.map +1 -1
  175. package/dist/esm/hooks/search/useSearchContent.d.ts +8 -0
  176. package/dist/esm/hooks/search/useSearchContent.js +7 -2
  177. package/dist/esm/hooks/search/useSearchContent.js.map +1 -1
  178. package/dist/esm/hooks/spaces/useFetchSpaceMembers.d.ts +7 -0
  179. package/dist/esm/hooks/spaces/useFetchSpaceMembers.js +7 -2
  180. package/dist/esm/hooks/spaces/useFetchSpaceMembers.js.map +1 -1
  181. package/dist/esm/hooks/spaces/useFetchSpaceTeam.d.ts +7 -0
  182. package/dist/esm/hooks/spaces/useFetchSpaceTeam.js +7 -2
  183. package/dist/esm/hooks/spaces/useFetchSpaceTeam.js.map +1 -1
  184. package/dist/esm/hooks/user/useUserActions.js +3 -1
  185. package/dist/esm/hooks/user/useUserActions.js.map +1 -1
  186. package/dist/esm/hooks/users/useFetchUser.d.ts +8 -0
  187. package/dist/esm/hooks/users/useFetchUser.js +9 -4
  188. package/dist/esm/hooks/users/useFetchUser.js.map +1 -1
  189. package/dist/esm/hooks/users/useFetchUserByForeignId.d.ts +8 -0
  190. package/dist/esm/hooks/users/useFetchUserByForeignId.js +10 -5
  191. package/dist/esm/hooks/users/useFetchUserByForeignId.js.map +1 -1
  192. package/dist/esm/hooks/users/useFetchUserByUsername.d.ts +8 -0
  193. package/dist/esm/hooks/users/useFetchUserByUsername.js +10 -5
  194. package/dist/esm/hooks/users/useFetchUserByUsername.js.map +1 -1
  195. package/dist/esm/hooks/users/useFetchUserSuggestions.d.ts +8 -0
  196. package/dist/esm/hooks/users/useFetchUserSuggestions.js +7 -4
  197. package/dist/esm/hooks/users/useFetchUserSuggestions.js.map +1 -1
  198. package/dist/esm/interfaces/models/ChatMessage.d.ts +5 -5
  199. package/dist/esm/interfaces/models/Collection.d.ts +2 -2
  200. package/dist/esm/interfaces/models/Comment.d.ts +6 -6
  201. package/dist/esm/interfaces/models/Conversation.d.ts +3 -3
  202. package/dist/esm/interfaces/models/ConversationMember.d.ts +5 -5
  203. package/dist/esm/interfaces/models/Entity.d.ts +5 -5
  204. package/dist/esm/interfaces/models/File.d.ts +4 -4
  205. package/dist/esm/interfaces/models/Follow.d.ts +1 -1
  206. package/dist/esm/interfaces/models/Project.d.ts +3 -3
  207. package/dist/esm/interfaces/models/Rule.d.ts +2 -2
  208. package/dist/esm/interfaces/models/Space.d.ts +8 -8
  209. package/dist/esm/interfaces/models/SpaceMember.d.ts +3 -3
  210. package/dist/esm/interfaces/models/User.d.ts +7 -6
  211. package/dist/esm/store/api/entityListsApi.d.ts +2 -0
  212. package/dist/esm/store/api/entityListsApi.js +3 -1
  213. package/dist/esm/store/api/entityListsApi.js.map +1 -1
  214. package/dist/esm/store/slices/chatSlice.js +1 -1
  215. package/dist/esm/store/slices/chatSlice.js.map +1 -1
  216. package/dist/esm/store/slices/collectionsSlice.d.ts +836 -798
  217. package/dist/esm/store/slices/entityListsSlice.d.ts +545 -480
  218. package/dist/esm/store/slices/entityListsSlice.js +10 -0
  219. package/dist/esm/store/slices/entityListsSlice.js.map +1 -1
  220. package/dist/esm/store/slices/spaceListsSlice.d.ts +132 -132
  221. package/dist/esm/store/slices/userSlice.d.ts +120 -112
  222. package/dist/esm/types/socket.d.ts +2 -2
  223. package/package.json +1 -1
@@ -20,6 +20,8 @@ export interface EntityListState {
20
20
  spaceId: string | null;
21
21
  limit: number;
22
22
  include: EntityIncludeParam | null;
23
+ spaceReputationId: string | null;
24
+ spaceReputationDescendants: boolean | null;
23
25
  sortBy: EntityListSortByOptions;
24
26
  sortByReaction: SortByReaction;
25
27
  sortDir: SortDirection | null;
@@ -61,6 +63,13 @@ export interface EntityListConfig {
61
63
  spaceId?: string | null;
62
64
  limit?: number;
63
65
  include?: EntityIncludeParam | null;
66
+ /**
67
+ * Opt into per-row `spaceReputation` on embedded authors. Accepted forms: a
68
+ * space `<uuid>`, `"none"`, or `"context"`.
69
+ */
70
+ spaceReputationId?: string | null;
71
+ /** Only honored with an explicit `<uuid>` `spaceReputationId`. */
72
+ spaceReputationDescendants?: boolean | null;
64
73
  }
65
74
  export interface EntityListFetchOptions {
66
75
  resetFilters?: boolean;
@@ -127,9 +136,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
127
136
  metadata: {
128
137
  [x: string]: any;
129
138
  };
130
- createdAt: Date;
131
- updatedAt: Date;
132
- deletedAt: Date | null;
139
+ createdAt: string;
140
+ updatedAt: string;
141
+ deletedAt: string | null;
133
142
  membersCount: number;
134
143
  childSpacesCount: number;
135
144
  isMember?: boolean | undefined;
@@ -168,11 +177,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
168
177
  format: string;
169
178
  quality: number;
170
179
  exifStripped: boolean;
171
- createdAt: Date;
172
- updatedAt: Date;
180
+ createdAt: string;
181
+ updatedAt: string;
173
182
  } | undefined;
174
- createdAt: Date;
175
- updatedAt: Date;
183
+ createdAt: string;
184
+ updatedAt: string;
176
185
  } | undefined;
177
186
  bannerFile?: {
178
187
  id: string;
@@ -209,11 +218,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
209
218
  format: string;
210
219
  quality: number;
211
220
  exifStripped: boolean;
212
- createdAt: Date;
213
- updatedAt: Date;
221
+ createdAt: string;
222
+ updatedAt: string;
214
223
  } | undefined;
215
- createdAt: Date;
216
- updatedAt: Date;
224
+ createdAt: string;
225
+ updatedAt: string;
217
226
  } | undefined;
218
227
  } | null | undefined;
219
228
  userId: string | null;
@@ -262,11 +271,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
262
271
  format: string;
263
272
  quality: number;
264
273
  exifStripped: boolean;
265
- createdAt: Date;
266
- updatedAt: Date;
274
+ createdAt: string;
275
+ updatedAt: string;
267
276
  } | undefined;
268
- createdAt: Date;
269
- updatedAt: Date;
277
+ createdAt: string;
278
+ updatedAt: string;
270
279
  } | null | undefined;
271
280
  bannerFile?: {
272
281
  id: string;
@@ -303,14 +312,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
303
312
  format: string;
304
313
  quality: number;
305
314
  exifStripped: boolean;
306
- createdAt: Date;
307
- updatedAt: Date;
315
+ createdAt: string;
316
+ updatedAt: string;
308
317
  } | undefined;
309
- createdAt: Date;
310
- updatedAt: Date;
318
+ createdAt: string;
319
+ updatedAt: string;
311
320
  } | null | undefined;
312
321
  bio: string | null;
313
- birthdate: Date | null;
322
+ birthdate: string | null;
314
323
  location: {
315
324
  type: "Point";
316
325
  coordinates: [number, number];
@@ -319,7 +328,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
319
328
  [x: string]: any;
320
329
  };
321
330
  reputation: number;
322
- createdAt: Date;
331
+ spaceReputation?: number | undefined;
332
+ createdAt: string;
323
333
  } | null | undefined;
324
334
  title: string | null;
325
335
  content: string | null;
@@ -371,11 +381,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
371
381
  format: string;
372
382
  quality: number;
373
383
  exifStripped: boolean;
374
- createdAt: Date;
375
- updatedAt: Date;
384
+ createdAt: string;
385
+ updatedAt: string;
376
386
  } | undefined;
377
- createdAt: Date;
378
- updatedAt: Date;
387
+ createdAt: string;
388
+ updatedAt: string;
379
389
  }[] | undefined;
380
390
  keywords: string[];
381
391
  upvotes: string[];
@@ -394,7 +404,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
394
404
  repliesCount: number;
395
405
  views: number;
396
406
  score: number;
397
- scoreUpdatedAt: Date;
407
+ scoreUpdatedAt: string;
398
408
  location: {
399
409
  type: "Point";
400
410
  coordinates: [number, number];
@@ -449,11 +459,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
449
459
  format: string;
450
460
  quality: number;
451
461
  exifStripped: boolean;
452
- createdAt: Date;
453
- updatedAt: Date;
462
+ createdAt: string;
463
+ updatedAt: string;
454
464
  } | undefined;
455
- createdAt: Date;
456
- updatedAt: Date;
465
+ createdAt: string;
466
+ updatedAt: string;
457
467
  } | null | undefined;
458
468
  bannerFile?: {
459
469
  id: string;
@@ -490,14 +500,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
490
500
  format: string;
491
501
  quality: number;
492
502
  exifStripped: boolean;
493
- createdAt: Date;
494
- updatedAt: Date;
503
+ createdAt: string;
504
+ updatedAt: string;
495
505
  } | undefined;
496
- createdAt: Date;
497
- updatedAt: Date;
506
+ createdAt: string;
507
+ updatedAt: string;
498
508
  } | null | undefined;
499
509
  bio: string | null;
500
- birthdate: Date | null;
510
+ birthdate: string | null;
501
511
  location: {
502
512
  type: "Point";
503
513
  coordinates: [number, number];
@@ -506,19 +516,20 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
506
516
  [x: string]: any;
507
517
  };
508
518
  reputation: number;
509
- createdAt: Date;
519
+ spaceReputation?: number | undefined;
520
+ createdAt: string;
510
521
  };
511
522
  upvotesCount: number;
512
523
  content: string;
513
524
  createdAt: string;
514
525
  } | null;
515
526
  isSaved?: boolean | undefined;
516
- createdAt: Date;
517
- updatedAt: Date;
518
- deletedAt: Date | null;
527
+ createdAt: string;
528
+ updatedAt: string;
529
+ deletedAt: string | null;
519
530
  isDraft: boolean | null;
520
531
  moderationStatus: "approved" | "removed" | null;
521
- moderatedAt: Date | null;
532
+ moderatedAt: string | null;
522
533
  moderatedById: string | null;
523
534
  moderatedByType: "client" | "user" | null;
524
535
  moderationReason: string | null;
@@ -532,6 +543,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
532
543
  spaceId: string | null;
533
544
  limit: number;
534
545
  include: string | import("../..").EntityInclude[] | null;
546
+ spaceReputationId: string | null;
547
+ spaceReputationDescendants: boolean | null;
535
548
  sortBy: EntityListSortByOptions;
536
549
  sortByReaction: SortByReaction;
537
550
  sortDir: SortDirection | null;
@@ -605,9 +618,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
605
618
  metadata: {
606
619
  [x: string]: any;
607
620
  };
608
- createdAt: Date;
609
- updatedAt: Date;
610
- deletedAt: Date | null;
621
+ createdAt: string;
622
+ updatedAt: string;
623
+ deletedAt: string | null;
611
624
  membersCount: number;
612
625
  childSpacesCount: number;
613
626
  isMember?: boolean | undefined;
@@ -646,11 +659,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
646
659
  format: string;
647
660
  quality: number;
648
661
  exifStripped: boolean;
649
- createdAt: Date;
650
- updatedAt: Date;
662
+ createdAt: string;
663
+ updatedAt: string;
651
664
  } | undefined;
652
- createdAt: Date;
653
- updatedAt: Date;
665
+ createdAt: string;
666
+ updatedAt: string;
654
667
  } | undefined;
655
668
  bannerFile?: {
656
669
  id: string;
@@ -687,11 +700,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
687
700
  format: string;
688
701
  quality: number;
689
702
  exifStripped: boolean;
690
- createdAt: Date;
691
- updatedAt: Date;
703
+ createdAt: string;
704
+ updatedAt: string;
692
705
  } | undefined;
693
- createdAt: Date;
694
- updatedAt: Date;
706
+ createdAt: string;
707
+ updatedAt: string;
695
708
  } | undefined;
696
709
  } | null | undefined;
697
710
  userId: string | null;
@@ -740,11 +753,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
740
753
  format: string;
741
754
  quality: number;
742
755
  exifStripped: boolean;
743
- createdAt: Date;
744
- updatedAt: Date;
756
+ createdAt: string;
757
+ updatedAt: string;
745
758
  } | undefined;
746
- createdAt: Date;
747
- updatedAt: Date;
759
+ createdAt: string;
760
+ updatedAt: string;
748
761
  } | null | undefined;
749
762
  bannerFile?: {
750
763
  id: string;
@@ -781,14 +794,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
781
794
  format: string;
782
795
  quality: number;
783
796
  exifStripped: boolean;
784
- createdAt: Date;
785
- updatedAt: Date;
797
+ createdAt: string;
798
+ updatedAt: string;
786
799
  } | undefined;
787
- createdAt: Date;
788
- updatedAt: Date;
800
+ createdAt: string;
801
+ updatedAt: string;
789
802
  } | null | undefined;
790
803
  bio: string | null;
791
- birthdate: Date | null;
804
+ birthdate: string | null;
792
805
  location: {
793
806
  type: "Point";
794
807
  coordinates: [number, number];
@@ -797,7 +810,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
797
810
  [x: string]: any;
798
811
  };
799
812
  reputation: number;
800
- createdAt: Date;
813
+ spaceReputation?: number | undefined;
814
+ createdAt: string;
801
815
  } | null | undefined;
802
816
  title: string | null;
803
817
  content: string | null;
@@ -849,11 +863,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
849
863
  format: string;
850
864
  quality: number;
851
865
  exifStripped: boolean;
852
- createdAt: Date;
853
- updatedAt: Date;
866
+ createdAt: string;
867
+ updatedAt: string;
854
868
  } | undefined;
855
- createdAt: Date;
856
- updatedAt: Date;
869
+ createdAt: string;
870
+ updatedAt: string;
857
871
  }[] | undefined;
858
872
  keywords: string[];
859
873
  upvotes: string[];
@@ -872,7 +886,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
872
886
  repliesCount: number;
873
887
  views: number;
874
888
  score: number;
875
- scoreUpdatedAt: Date;
889
+ scoreUpdatedAt: string;
876
890
  location: {
877
891
  type: "Point";
878
892
  coordinates: [number, number];
@@ -927,11 +941,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
927
941
  format: string;
928
942
  quality: number;
929
943
  exifStripped: boolean;
930
- createdAt: Date;
931
- updatedAt: Date;
944
+ createdAt: string;
945
+ updatedAt: string;
932
946
  } | undefined;
933
- createdAt: Date;
934
- updatedAt: Date;
947
+ createdAt: string;
948
+ updatedAt: string;
935
949
  } | null | undefined;
936
950
  bannerFile?: {
937
951
  id: string;
@@ -968,14 +982,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
968
982
  format: string;
969
983
  quality: number;
970
984
  exifStripped: boolean;
971
- createdAt: Date;
972
- updatedAt: Date;
985
+ createdAt: string;
986
+ updatedAt: string;
973
987
  } | undefined;
974
- createdAt: Date;
975
- updatedAt: Date;
988
+ createdAt: string;
989
+ updatedAt: string;
976
990
  } | null | undefined;
977
991
  bio: string | null;
978
- birthdate: Date | null;
992
+ birthdate: string | null;
979
993
  location: {
980
994
  type: "Point";
981
995
  coordinates: [number, number];
@@ -984,19 +998,20 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
984
998
  [x: string]: any;
985
999
  };
986
1000
  reputation: number;
987
- createdAt: Date;
1001
+ spaceReputation?: number | undefined;
1002
+ createdAt: string;
988
1003
  };
989
1004
  upvotesCount: number;
990
1005
  content: string;
991
1006
  createdAt: string;
992
1007
  } | null;
993
1008
  isSaved?: boolean | undefined;
994
- createdAt: Date;
995
- updatedAt: Date;
996
- deletedAt: Date | null;
1009
+ createdAt: string;
1010
+ updatedAt: string;
1011
+ deletedAt: string | null;
997
1012
  isDraft: boolean | null;
998
1013
  moderationStatus: "approved" | "removed" | null;
999
- moderatedAt: Date | null;
1014
+ moderatedAt: string | null;
1000
1015
  moderatedById: string | null;
1001
1016
  moderatedByType: "client" | "user" | null;
1002
1017
  moderationReason: string | null;
@@ -1010,6 +1025,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1010
1025
  spaceId: string | null;
1011
1026
  limit: number;
1012
1027
  include: string | import("../..").EntityInclude[] | null;
1028
+ spaceReputationId: string | null;
1029
+ spaceReputationDescendants: boolean | null;
1013
1030
  sortBy: EntityListSortByOptions;
1014
1031
  sortByReaction: SortByReaction;
1015
1032
  sortDir: SortDirection | null;
@@ -1083,9 +1100,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1083
1100
  metadata: {
1084
1101
  [x: string]: any;
1085
1102
  };
1086
- createdAt: Date;
1087
- updatedAt: Date;
1088
- deletedAt: Date | null;
1103
+ createdAt: string;
1104
+ updatedAt: string;
1105
+ deletedAt: string | null;
1089
1106
  membersCount: number;
1090
1107
  childSpacesCount: number;
1091
1108
  isMember?: boolean | undefined;
@@ -1124,11 +1141,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1124
1141
  format: string;
1125
1142
  quality: number;
1126
1143
  exifStripped: boolean;
1127
- createdAt: Date;
1128
- updatedAt: Date;
1144
+ createdAt: string;
1145
+ updatedAt: string;
1129
1146
  } | undefined;
1130
- createdAt: Date;
1131
- updatedAt: Date;
1147
+ createdAt: string;
1148
+ updatedAt: string;
1132
1149
  } | undefined;
1133
1150
  bannerFile?: {
1134
1151
  id: string;
@@ -1165,11 +1182,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1165
1182
  format: string;
1166
1183
  quality: number;
1167
1184
  exifStripped: boolean;
1168
- createdAt: Date;
1169
- updatedAt: Date;
1185
+ createdAt: string;
1186
+ updatedAt: string;
1170
1187
  } | undefined;
1171
- createdAt: Date;
1172
- updatedAt: Date;
1188
+ createdAt: string;
1189
+ updatedAt: string;
1173
1190
  } | undefined;
1174
1191
  } | null | undefined;
1175
1192
  userId: string | null;
@@ -1218,11 +1235,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1218
1235
  format: string;
1219
1236
  quality: number;
1220
1237
  exifStripped: boolean;
1221
- createdAt: Date;
1222
- updatedAt: Date;
1238
+ createdAt: string;
1239
+ updatedAt: string;
1223
1240
  } | undefined;
1224
- createdAt: Date;
1225
- updatedAt: Date;
1241
+ createdAt: string;
1242
+ updatedAt: string;
1226
1243
  } | null | undefined;
1227
1244
  bannerFile?: {
1228
1245
  id: string;
@@ -1259,14 +1276,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1259
1276
  format: string;
1260
1277
  quality: number;
1261
1278
  exifStripped: boolean;
1262
- createdAt: Date;
1263
- updatedAt: Date;
1279
+ createdAt: string;
1280
+ updatedAt: string;
1264
1281
  } | undefined;
1265
- createdAt: Date;
1266
- updatedAt: Date;
1282
+ createdAt: string;
1283
+ updatedAt: string;
1267
1284
  } | null | undefined;
1268
1285
  bio: string | null;
1269
- birthdate: Date | null;
1286
+ birthdate: string | null;
1270
1287
  location: {
1271
1288
  type: "Point";
1272
1289
  coordinates: [number, number];
@@ -1275,7 +1292,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1275
1292
  [x: string]: any;
1276
1293
  };
1277
1294
  reputation: number;
1278
- createdAt: Date;
1295
+ spaceReputation?: number | undefined;
1296
+ createdAt: string;
1279
1297
  } | null | undefined;
1280
1298
  title: string | null;
1281
1299
  content: string | null;
@@ -1327,11 +1345,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1327
1345
  format: string;
1328
1346
  quality: number;
1329
1347
  exifStripped: boolean;
1330
- createdAt: Date;
1331
- updatedAt: Date;
1348
+ createdAt: string;
1349
+ updatedAt: string;
1332
1350
  } | undefined;
1333
- createdAt: Date;
1334
- updatedAt: Date;
1351
+ createdAt: string;
1352
+ updatedAt: string;
1335
1353
  }[] | undefined;
1336
1354
  keywords: string[];
1337
1355
  upvotes: string[];
@@ -1350,7 +1368,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1350
1368
  repliesCount: number;
1351
1369
  views: number;
1352
1370
  score: number;
1353
- scoreUpdatedAt: Date;
1371
+ scoreUpdatedAt: string;
1354
1372
  location: {
1355
1373
  type: "Point";
1356
1374
  coordinates: [number, number];
@@ -1405,11 +1423,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1405
1423
  format: string;
1406
1424
  quality: number;
1407
1425
  exifStripped: boolean;
1408
- createdAt: Date;
1409
- updatedAt: Date;
1426
+ createdAt: string;
1427
+ updatedAt: string;
1410
1428
  } | undefined;
1411
- createdAt: Date;
1412
- updatedAt: Date;
1429
+ createdAt: string;
1430
+ updatedAt: string;
1413
1431
  } | null | undefined;
1414
1432
  bannerFile?: {
1415
1433
  id: string;
@@ -1446,14 +1464,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1446
1464
  format: string;
1447
1465
  quality: number;
1448
1466
  exifStripped: boolean;
1449
- createdAt: Date;
1450
- updatedAt: Date;
1467
+ createdAt: string;
1468
+ updatedAt: string;
1451
1469
  } | undefined;
1452
- createdAt: Date;
1453
- updatedAt: Date;
1470
+ createdAt: string;
1471
+ updatedAt: string;
1454
1472
  } | null | undefined;
1455
1473
  bio: string | null;
1456
- birthdate: Date | null;
1474
+ birthdate: string | null;
1457
1475
  location: {
1458
1476
  type: "Point";
1459
1477
  coordinates: [number, number];
@@ -1462,19 +1480,20 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1462
1480
  [x: string]: any;
1463
1481
  };
1464
1482
  reputation: number;
1465
- createdAt: Date;
1483
+ spaceReputation?: number | undefined;
1484
+ createdAt: string;
1466
1485
  };
1467
1486
  upvotesCount: number;
1468
1487
  content: string;
1469
1488
  createdAt: string;
1470
1489
  } | null;
1471
1490
  isSaved?: boolean | undefined;
1472
- createdAt: Date;
1473
- updatedAt: Date;
1474
- deletedAt: Date | null;
1491
+ createdAt: string;
1492
+ updatedAt: string;
1493
+ deletedAt: string | null;
1475
1494
  isDraft: boolean | null;
1476
1495
  moderationStatus: "approved" | "removed" | null;
1477
- moderatedAt: Date | null;
1496
+ moderatedAt: string | null;
1478
1497
  moderatedById: string | null;
1479
1498
  moderatedByType: "client" | "user" | null;
1480
1499
  moderationReason: string | null;
@@ -1488,6 +1507,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1488
1507
  spaceId: string | null;
1489
1508
  limit: number;
1490
1509
  include: string | import("../..").EntityInclude[] | null;
1510
+ spaceReputationId: string | null;
1511
+ spaceReputationDescendants: boolean | null;
1491
1512
  sortBy: EntityListSortByOptions;
1492
1513
  sortByReaction: SortByReaction;
1493
1514
  sortDir: SortDirection | null;
@@ -1564,9 +1585,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1564
1585
  metadata: {
1565
1586
  [x: string]: any;
1566
1587
  };
1567
- createdAt: Date;
1568
- updatedAt: Date;
1569
- deletedAt: Date | null;
1588
+ createdAt: string;
1589
+ updatedAt: string;
1590
+ deletedAt: string | null;
1570
1591
  membersCount: number;
1571
1592
  childSpacesCount: number;
1572
1593
  isMember?: boolean | undefined;
@@ -1605,11 +1626,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1605
1626
  format: string;
1606
1627
  quality: number;
1607
1628
  exifStripped: boolean;
1608
- createdAt: Date;
1609
- updatedAt: Date;
1629
+ createdAt: string;
1630
+ updatedAt: string;
1610
1631
  } | undefined;
1611
- createdAt: Date;
1612
- updatedAt: Date;
1632
+ createdAt: string;
1633
+ updatedAt: string;
1613
1634
  } | undefined;
1614
1635
  bannerFile?: {
1615
1636
  id: string;
@@ -1646,11 +1667,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1646
1667
  format: string;
1647
1668
  quality: number;
1648
1669
  exifStripped: boolean;
1649
- createdAt: Date;
1650
- updatedAt: Date;
1670
+ createdAt: string;
1671
+ updatedAt: string;
1651
1672
  } | undefined;
1652
- createdAt: Date;
1653
- updatedAt: Date;
1673
+ createdAt: string;
1674
+ updatedAt: string;
1654
1675
  } | undefined;
1655
1676
  } | null | undefined;
1656
1677
  userId: string | null;
@@ -1699,11 +1720,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1699
1720
  format: string;
1700
1721
  quality: number;
1701
1722
  exifStripped: boolean;
1702
- createdAt: Date;
1703
- updatedAt: Date;
1723
+ createdAt: string;
1724
+ updatedAt: string;
1704
1725
  } | undefined;
1705
- createdAt: Date;
1706
- updatedAt: Date;
1726
+ createdAt: string;
1727
+ updatedAt: string;
1707
1728
  } | null | undefined;
1708
1729
  bannerFile?: {
1709
1730
  id: string;
@@ -1740,14 +1761,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1740
1761
  format: string;
1741
1762
  quality: number;
1742
1763
  exifStripped: boolean;
1743
- createdAt: Date;
1744
- updatedAt: Date;
1764
+ createdAt: string;
1765
+ updatedAt: string;
1745
1766
  } | undefined;
1746
- createdAt: Date;
1747
- updatedAt: Date;
1767
+ createdAt: string;
1768
+ updatedAt: string;
1748
1769
  } | null | undefined;
1749
1770
  bio: string | null;
1750
- birthdate: Date | null;
1771
+ birthdate: string | null;
1751
1772
  location: {
1752
1773
  type: "Point";
1753
1774
  coordinates: [number, number];
@@ -1756,7 +1777,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1756
1777
  [x: string]: any;
1757
1778
  };
1758
1779
  reputation: number;
1759
- createdAt: Date;
1780
+ spaceReputation?: number | undefined;
1781
+ createdAt: string;
1760
1782
  } | null | undefined;
1761
1783
  title: string | null;
1762
1784
  content: string | null;
@@ -1808,11 +1830,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1808
1830
  format: string;
1809
1831
  quality: number;
1810
1832
  exifStripped: boolean;
1811
- createdAt: Date;
1812
- updatedAt: Date;
1833
+ createdAt: string;
1834
+ updatedAt: string;
1813
1835
  } | undefined;
1814
- createdAt: Date;
1815
- updatedAt: Date;
1836
+ createdAt: string;
1837
+ updatedAt: string;
1816
1838
  }[] | undefined;
1817
1839
  keywords: string[];
1818
1840
  upvotes: string[];
@@ -1831,7 +1853,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1831
1853
  repliesCount: number;
1832
1854
  views: number;
1833
1855
  score: number;
1834
- scoreUpdatedAt: Date;
1856
+ scoreUpdatedAt: string;
1835
1857
  location: {
1836
1858
  type: "Point";
1837
1859
  coordinates: [number, number];
@@ -1886,11 +1908,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1886
1908
  format: string;
1887
1909
  quality: number;
1888
1910
  exifStripped: boolean;
1889
- createdAt: Date;
1890
- updatedAt: Date;
1911
+ createdAt: string;
1912
+ updatedAt: string;
1891
1913
  } | undefined;
1892
- createdAt: Date;
1893
- updatedAt: Date;
1914
+ createdAt: string;
1915
+ updatedAt: string;
1894
1916
  } | null | undefined;
1895
1917
  bannerFile?: {
1896
1918
  id: string;
@@ -1927,14 +1949,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1927
1949
  format: string;
1928
1950
  quality: number;
1929
1951
  exifStripped: boolean;
1930
- createdAt: Date;
1931
- updatedAt: Date;
1952
+ createdAt: string;
1953
+ updatedAt: string;
1932
1954
  } | undefined;
1933
- createdAt: Date;
1934
- updatedAt: Date;
1955
+ createdAt: string;
1956
+ updatedAt: string;
1935
1957
  } | null | undefined;
1936
1958
  bio: string | null;
1937
- birthdate: Date | null;
1959
+ birthdate: string | null;
1938
1960
  location: {
1939
1961
  type: "Point";
1940
1962
  coordinates: [number, number];
@@ -1943,19 +1965,20 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1943
1965
  [x: string]: any;
1944
1966
  };
1945
1967
  reputation: number;
1946
- createdAt: Date;
1968
+ spaceReputation?: number | undefined;
1969
+ createdAt: string;
1947
1970
  };
1948
1971
  upvotesCount: number;
1949
1972
  content: string;
1950
1973
  createdAt: string;
1951
1974
  } | null;
1952
1975
  isSaved?: boolean | undefined;
1953
- createdAt: Date;
1954
- updatedAt: Date;
1955
- deletedAt: Date | null;
1976
+ createdAt: string;
1977
+ updatedAt: string;
1978
+ deletedAt: string | null;
1956
1979
  isDraft: boolean | null;
1957
1980
  moderationStatus: "approved" | "removed" | null;
1958
- moderatedAt: Date | null;
1981
+ moderatedAt: string | null;
1959
1982
  moderatedById: string | null;
1960
1983
  moderatedByType: "client" | "user" | null;
1961
1984
  moderationReason: string | null;
@@ -1969,6 +1992,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
1969
1992
  spaceId: string | null;
1970
1993
  limit: number;
1971
1994
  include: string | import("../..").EntityInclude[] | null;
1995
+ spaceReputationId: string | null;
1996
+ spaceReputationDescendants: boolean | null;
1972
1997
  sortBy: EntityListSortByOptions;
1973
1998
  sortByReaction: SortByReaction;
1974
1999
  sortDir: SortDirection | null;
@@ -2042,9 +2067,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2042
2067
  metadata: {
2043
2068
  [x: string]: any;
2044
2069
  };
2045
- createdAt: Date;
2046
- updatedAt: Date;
2047
- deletedAt: Date | null;
2070
+ createdAt: string;
2071
+ updatedAt: string;
2072
+ deletedAt: string | null;
2048
2073
  membersCount: number;
2049
2074
  childSpacesCount: number;
2050
2075
  isMember?: boolean | undefined;
@@ -2083,11 +2108,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2083
2108
  format: string;
2084
2109
  quality: number;
2085
2110
  exifStripped: boolean;
2086
- createdAt: Date;
2087
- updatedAt: Date;
2111
+ createdAt: string;
2112
+ updatedAt: string;
2088
2113
  } | undefined;
2089
- createdAt: Date;
2090
- updatedAt: Date;
2114
+ createdAt: string;
2115
+ updatedAt: string;
2091
2116
  } | undefined;
2092
2117
  bannerFile?: {
2093
2118
  id: string;
@@ -2124,11 +2149,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2124
2149
  format: string;
2125
2150
  quality: number;
2126
2151
  exifStripped: boolean;
2127
- createdAt: Date;
2128
- updatedAt: Date;
2152
+ createdAt: string;
2153
+ updatedAt: string;
2129
2154
  } | undefined;
2130
- createdAt: Date;
2131
- updatedAt: Date;
2155
+ createdAt: string;
2156
+ updatedAt: string;
2132
2157
  } | undefined;
2133
2158
  } | null | undefined;
2134
2159
  userId: string | null;
@@ -2177,11 +2202,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2177
2202
  format: string;
2178
2203
  quality: number;
2179
2204
  exifStripped: boolean;
2180
- createdAt: Date;
2181
- updatedAt: Date;
2205
+ createdAt: string;
2206
+ updatedAt: string;
2182
2207
  } | undefined;
2183
- createdAt: Date;
2184
- updatedAt: Date;
2208
+ createdAt: string;
2209
+ updatedAt: string;
2185
2210
  } | null | undefined;
2186
2211
  bannerFile?: {
2187
2212
  id: string;
@@ -2218,14 +2243,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2218
2243
  format: string;
2219
2244
  quality: number;
2220
2245
  exifStripped: boolean;
2221
- createdAt: Date;
2222
- updatedAt: Date;
2246
+ createdAt: string;
2247
+ updatedAt: string;
2223
2248
  } | undefined;
2224
- createdAt: Date;
2225
- updatedAt: Date;
2249
+ createdAt: string;
2250
+ updatedAt: string;
2226
2251
  } | null | undefined;
2227
2252
  bio: string | null;
2228
- birthdate: Date | null;
2253
+ birthdate: string | null;
2229
2254
  location: {
2230
2255
  type: "Point";
2231
2256
  coordinates: [number, number];
@@ -2234,7 +2259,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2234
2259
  [x: string]: any;
2235
2260
  };
2236
2261
  reputation: number;
2237
- createdAt: Date;
2262
+ spaceReputation?: number | undefined;
2263
+ createdAt: string;
2238
2264
  } | null | undefined;
2239
2265
  title: string | null;
2240
2266
  content: string | null;
@@ -2286,11 +2312,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2286
2312
  format: string;
2287
2313
  quality: number;
2288
2314
  exifStripped: boolean;
2289
- createdAt: Date;
2290
- updatedAt: Date;
2315
+ createdAt: string;
2316
+ updatedAt: string;
2291
2317
  } | undefined;
2292
- createdAt: Date;
2293
- updatedAt: Date;
2318
+ createdAt: string;
2319
+ updatedAt: string;
2294
2320
  }[] | undefined;
2295
2321
  keywords: string[];
2296
2322
  upvotes: string[];
@@ -2309,7 +2335,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2309
2335
  repliesCount: number;
2310
2336
  views: number;
2311
2337
  score: number;
2312
- scoreUpdatedAt: Date;
2338
+ scoreUpdatedAt: string;
2313
2339
  location: {
2314
2340
  type: "Point";
2315
2341
  coordinates: [number, number];
@@ -2364,11 +2390,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2364
2390
  format: string;
2365
2391
  quality: number;
2366
2392
  exifStripped: boolean;
2367
- createdAt: Date;
2368
- updatedAt: Date;
2393
+ createdAt: string;
2394
+ updatedAt: string;
2369
2395
  } | undefined;
2370
- createdAt: Date;
2371
- updatedAt: Date;
2396
+ createdAt: string;
2397
+ updatedAt: string;
2372
2398
  } | null | undefined;
2373
2399
  bannerFile?: {
2374
2400
  id: string;
@@ -2405,14 +2431,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2405
2431
  format: string;
2406
2432
  quality: number;
2407
2433
  exifStripped: boolean;
2408
- createdAt: Date;
2409
- updatedAt: Date;
2434
+ createdAt: string;
2435
+ updatedAt: string;
2410
2436
  } | undefined;
2411
- createdAt: Date;
2412
- updatedAt: Date;
2437
+ createdAt: string;
2438
+ updatedAt: string;
2413
2439
  } | null | undefined;
2414
2440
  bio: string | null;
2415
- birthdate: Date | null;
2441
+ birthdate: string | null;
2416
2442
  location: {
2417
2443
  type: "Point";
2418
2444
  coordinates: [number, number];
@@ -2421,19 +2447,20 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2421
2447
  [x: string]: any;
2422
2448
  };
2423
2449
  reputation: number;
2424
- createdAt: Date;
2450
+ spaceReputation?: number | undefined;
2451
+ createdAt: string;
2425
2452
  };
2426
2453
  upvotesCount: number;
2427
2454
  content: string;
2428
2455
  createdAt: string;
2429
2456
  } | null;
2430
2457
  isSaved?: boolean | undefined;
2431
- createdAt: Date;
2432
- updatedAt: Date;
2433
- deletedAt: Date | null;
2458
+ createdAt: string;
2459
+ updatedAt: string;
2460
+ deletedAt: string | null;
2434
2461
  isDraft: boolean | null;
2435
2462
  moderationStatus: "approved" | "removed" | null;
2436
- moderatedAt: Date | null;
2463
+ moderatedAt: string | null;
2437
2464
  moderatedById: string | null;
2438
2465
  moderatedByType: "client" | "user" | null;
2439
2466
  moderationReason: string | null;
@@ -2447,6 +2474,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2447
2474
  spaceId: string | null;
2448
2475
  limit: number;
2449
2476
  include: string | import("../..").EntityInclude[] | null;
2477
+ spaceReputationId: string | null;
2478
+ spaceReputationDescendants: boolean | null;
2450
2479
  sortBy: EntityListSortByOptions;
2451
2480
  sortByReaction: SortByReaction;
2452
2481
  sortDir: SortDirection | null;
@@ -2520,9 +2549,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2520
2549
  metadata: {
2521
2550
  [x: string]: any;
2522
2551
  };
2523
- createdAt: Date;
2524
- updatedAt: Date;
2525
- deletedAt: Date | null;
2552
+ createdAt: string;
2553
+ updatedAt: string;
2554
+ deletedAt: string | null;
2526
2555
  membersCount: number;
2527
2556
  childSpacesCount: number;
2528
2557
  isMember?: boolean | undefined;
@@ -2561,11 +2590,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2561
2590
  format: string;
2562
2591
  quality: number;
2563
2592
  exifStripped: boolean;
2564
- createdAt: Date;
2565
- updatedAt: Date;
2593
+ createdAt: string;
2594
+ updatedAt: string;
2566
2595
  } | undefined;
2567
- createdAt: Date;
2568
- updatedAt: Date;
2596
+ createdAt: string;
2597
+ updatedAt: string;
2569
2598
  } | undefined;
2570
2599
  bannerFile?: {
2571
2600
  id: string;
@@ -2602,11 +2631,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2602
2631
  format: string;
2603
2632
  quality: number;
2604
2633
  exifStripped: boolean;
2605
- createdAt: Date;
2606
- updatedAt: Date;
2634
+ createdAt: string;
2635
+ updatedAt: string;
2607
2636
  } | undefined;
2608
- createdAt: Date;
2609
- updatedAt: Date;
2637
+ createdAt: string;
2638
+ updatedAt: string;
2610
2639
  } | undefined;
2611
2640
  } | null | undefined;
2612
2641
  userId: string | null;
@@ -2655,11 +2684,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2655
2684
  format: string;
2656
2685
  quality: number;
2657
2686
  exifStripped: boolean;
2658
- createdAt: Date;
2659
- updatedAt: Date;
2687
+ createdAt: string;
2688
+ updatedAt: string;
2660
2689
  } | undefined;
2661
- createdAt: Date;
2662
- updatedAt: Date;
2690
+ createdAt: string;
2691
+ updatedAt: string;
2663
2692
  } | null | undefined;
2664
2693
  bannerFile?: {
2665
2694
  id: string;
@@ -2696,14 +2725,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2696
2725
  format: string;
2697
2726
  quality: number;
2698
2727
  exifStripped: boolean;
2699
- createdAt: Date;
2700
- updatedAt: Date;
2728
+ createdAt: string;
2729
+ updatedAt: string;
2701
2730
  } | undefined;
2702
- createdAt: Date;
2703
- updatedAt: Date;
2731
+ createdAt: string;
2732
+ updatedAt: string;
2704
2733
  } | null | undefined;
2705
2734
  bio: string | null;
2706
- birthdate: Date | null;
2735
+ birthdate: string | null;
2707
2736
  location: {
2708
2737
  type: "Point";
2709
2738
  coordinates: [number, number];
@@ -2712,7 +2741,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2712
2741
  [x: string]: any;
2713
2742
  };
2714
2743
  reputation: number;
2715
- createdAt: Date;
2744
+ spaceReputation?: number | undefined;
2745
+ createdAt: string;
2716
2746
  } | null | undefined;
2717
2747
  title: string | null;
2718
2748
  content: string | null;
@@ -2764,11 +2794,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2764
2794
  format: string;
2765
2795
  quality: number;
2766
2796
  exifStripped: boolean;
2767
- createdAt: Date;
2768
- updatedAt: Date;
2797
+ createdAt: string;
2798
+ updatedAt: string;
2769
2799
  } | undefined;
2770
- createdAt: Date;
2771
- updatedAt: Date;
2800
+ createdAt: string;
2801
+ updatedAt: string;
2772
2802
  }[] | undefined;
2773
2803
  keywords: string[];
2774
2804
  upvotes: string[];
@@ -2787,7 +2817,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2787
2817
  repliesCount: number;
2788
2818
  views: number;
2789
2819
  score: number;
2790
- scoreUpdatedAt: Date;
2820
+ scoreUpdatedAt: string;
2791
2821
  location: {
2792
2822
  type: "Point";
2793
2823
  coordinates: [number, number];
@@ -2842,11 +2872,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2842
2872
  format: string;
2843
2873
  quality: number;
2844
2874
  exifStripped: boolean;
2845
- createdAt: Date;
2846
- updatedAt: Date;
2875
+ createdAt: string;
2876
+ updatedAt: string;
2847
2877
  } | undefined;
2848
- createdAt: Date;
2849
- updatedAt: Date;
2878
+ createdAt: string;
2879
+ updatedAt: string;
2850
2880
  } | null | undefined;
2851
2881
  bannerFile?: {
2852
2882
  id: string;
@@ -2883,14 +2913,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2883
2913
  format: string;
2884
2914
  quality: number;
2885
2915
  exifStripped: boolean;
2886
- createdAt: Date;
2887
- updatedAt: Date;
2916
+ createdAt: string;
2917
+ updatedAt: string;
2888
2918
  } | undefined;
2889
- createdAt: Date;
2890
- updatedAt: Date;
2919
+ createdAt: string;
2920
+ updatedAt: string;
2891
2921
  } | null | undefined;
2892
2922
  bio: string | null;
2893
- birthdate: Date | null;
2923
+ birthdate: string | null;
2894
2924
  location: {
2895
2925
  type: "Point";
2896
2926
  coordinates: [number, number];
@@ -2899,19 +2929,20 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2899
2929
  [x: string]: any;
2900
2930
  };
2901
2931
  reputation: number;
2902
- createdAt: Date;
2932
+ spaceReputation?: number | undefined;
2933
+ createdAt: string;
2903
2934
  };
2904
2935
  upvotesCount: number;
2905
2936
  content: string;
2906
2937
  createdAt: string;
2907
2938
  } | null;
2908
2939
  isSaved?: boolean | undefined;
2909
- createdAt: Date;
2910
- updatedAt: Date;
2911
- deletedAt: Date | null;
2940
+ createdAt: string;
2941
+ updatedAt: string;
2942
+ deletedAt: string | null;
2912
2943
  isDraft: boolean | null;
2913
2944
  moderationStatus: "approved" | "removed" | null;
2914
- moderatedAt: Date | null;
2945
+ moderatedAt: string | null;
2915
2946
  moderatedById: string | null;
2916
2947
  moderatedByType: "client" | "user" | null;
2917
2948
  moderationReason: string | null;
@@ -2925,6 +2956,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
2925
2956
  spaceId: string | null;
2926
2957
  limit: number;
2927
2958
  include: string | import("../..").EntityInclude[] | null;
2959
+ spaceReputationId: string | null;
2960
+ spaceReputationDescendants: boolean | null;
2928
2961
  sortBy: EntityListSortByOptions;
2929
2962
  sortByReaction: SortByReaction;
2930
2963
  sortDir: SortDirection | null;
@@ -3001,9 +3034,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3001
3034
  metadata: {
3002
3035
  [x: string]: any;
3003
3036
  };
3004
- createdAt: Date;
3005
- updatedAt: Date;
3006
- deletedAt: Date | null;
3037
+ createdAt: string;
3038
+ updatedAt: string;
3039
+ deletedAt: string | null;
3007
3040
  membersCount: number;
3008
3041
  childSpacesCount: number;
3009
3042
  isMember?: boolean | undefined;
@@ -3042,11 +3075,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3042
3075
  format: string;
3043
3076
  quality: number;
3044
3077
  exifStripped: boolean;
3045
- createdAt: Date;
3046
- updatedAt: Date;
3078
+ createdAt: string;
3079
+ updatedAt: string;
3047
3080
  } | undefined;
3048
- createdAt: Date;
3049
- updatedAt: Date;
3081
+ createdAt: string;
3082
+ updatedAt: string;
3050
3083
  } | undefined;
3051
3084
  bannerFile?: {
3052
3085
  id: string;
@@ -3083,11 +3116,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3083
3116
  format: string;
3084
3117
  quality: number;
3085
3118
  exifStripped: boolean;
3086
- createdAt: Date;
3087
- updatedAt: Date;
3119
+ createdAt: string;
3120
+ updatedAt: string;
3088
3121
  } | undefined;
3089
- createdAt: Date;
3090
- updatedAt: Date;
3122
+ createdAt: string;
3123
+ updatedAt: string;
3091
3124
  } | undefined;
3092
3125
  } | null | undefined;
3093
3126
  userId: string | null;
@@ -3136,11 +3169,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3136
3169
  format: string;
3137
3170
  quality: number;
3138
3171
  exifStripped: boolean;
3139
- createdAt: Date;
3140
- updatedAt: Date;
3172
+ createdAt: string;
3173
+ updatedAt: string;
3141
3174
  } | undefined;
3142
- createdAt: Date;
3143
- updatedAt: Date;
3175
+ createdAt: string;
3176
+ updatedAt: string;
3144
3177
  } | null | undefined;
3145
3178
  bannerFile?: {
3146
3179
  id: string;
@@ -3177,14 +3210,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3177
3210
  format: string;
3178
3211
  quality: number;
3179
3212
  exifStripped: boolean;
3180
- createdAt: Date;
3181
- updatedAt: Date;
3213
+ createdAt: string;
3214
+ updatedAt: string;
3182
3215
  } | undefined;
3183
- createdAt: Date;
3184
- updatedAt: Date;
3216
+ createdAt: string;
3217
+ updatedAt: string;
3185
3218
  } | null | undefined;
3186
3219
  bio: string | null;
3187
- birthdate: Date | null;
3220
+ birthdate: string | null;
3188
3221
  location: {
3189
3222
  type: "Point";
3190
3223
  coordinates: [number, number];
@@ -3193,7 +3226,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3193
3226
  [x: string]: any;
3194
3227
  };
3195
3228
  reputation: number;
3196
- createdAt: Date;
3229
+ spaceReputation?: number | undefined;
3230
+ createdAt: string;
3197
3231
  } | null | undefined;
3198
3232
  title: string | null;
3199
3233
  content: string | null;
@@ -3245,11 +3279,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3245
3279
  format: string;
3246
3280
  quality: number;
3247
3281
  exifStripped: boolean;
3248
- createdAt: Date;
3249
- updatedAt: Date;
3282
+ createdAt: string;
3283
+ updatedAt: string;
3250
3284
  } | undefined;
3251
- createdAt: Date;
3252
- updatedAt: Date;
3285
+ createdAt: string;
3286
+ updatedAt: string;
3253
3287
  }[] | undefined;
3254
3288
  keywords: string[];
3255
3289
  upvotes: string[];
@@ -3268,7 +3302,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3268
3302
  repliesCount: number;
3269
3303
  views: number;
3270
3304
  score: number;
3271
- scoreUpdatedAt: Date;
3305
+ scoreUpdatedAt: string;
3272
3306
  location: {
3273
3307
  type: "Point";
3274
3308
  coordinates: [number, number];
@@ -3323,11 +3357,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3323
3357
  format: string;
3324
3358
  quality: number;
3325
3359
  exifStripped: boolean;
3326
- createdAt: Date;
3327
- updatedAt: Date;
3360
+ createdAt: string;
3361
+ updatedAt: string;
3328
3362
  } | undefined;
3329
- createdAt: Date;
3330
- updatedAt: Date;
3363
+ createdAt: string;
3364
+ updatedAt: string;
3331
3365
  } | null | undefined;
3332
3366
  bannerFile?: {
3333
3367
  id: string;
@@ -3364,14 +3398,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3364
3398
  format: string;
3365
3399
  quality: number;
3366
3400
  exifStripped: boolean;
3367
- createdAt: Date;
3368
- updatedAt: Date;
3401
+ createdAt: string;
3402
+ updatedAt: string;
3369
3403
  } | undefined;
3370
- createdAt: Date;
3371
- updatedAt: Date;
3404
+ createdAt: string;
3405
+ updatedAt: string;
3372
3406
  } | null | undefined;
3373
3407
  bio: string | null;
3374
- birthdate: Date | null;
3408
+ birthdate: string | null;
3375
3409
  location: {
3376
3410
  type: "Point";
3377
3411
  coordinates: [number, number];
@@ -3380,19 +3414,20 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3380
3414
  [x: string]: any;
3381
3415
  };
3382
3416
  reputation: number;
3383
- createdAt: Date;
3417
+ spaceReputation?: number | undefined;
3418
+ createdAt: string;
3384
3419
  };
3385
3420
  upvotesCount: number;
3386
3421
  content: string;
3387
3422
  createdAt: string;
3388
3423
  } | null;
3389
3424
  isSaved?: boolean | undefined;
3390
- createdAt: Date;
3391
- updatedAt: Date;
3392
- deletedAt: Date | null;
3425
+ createdAt: string;
3426
+ updatedAt: string;
3427
+ deletedAt: string | null;
3393
3428
  isDraft: boolean | null;
3394
3429
  moderationStatus: "approved" | "removed" | null;
3395
- moderatedAt: Date | null;
3430
+ moderatedAt: string | null;
3396
3431
  moderatedById: string | null;
3397
3432
  moderatedByType: "client" | "user" | null;
3398
3433
  moderationReason: string | null;
@@ -3406,6 +3441,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3406
3441
  spaceId: string | null;
3407
3442
  limit: number;
3408
3443
  include: string | import("../..").EntityInclude[] | null;
3444
+ spaceReputationId: string | null;
3445
+ spaceReputationDescendants: boolean | null;
3409
3446
  sortBy: EntityListSortByOptions;
3410
3447
  sortByReaction: SortByReaction;
3411
3448
  sortDir: SortDirection | null;
@@ -3482,9 +3519,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3482
3519
  metadata: {
3483
3520
  [x: string]: any;
3484
3521
  };
3485
- createdAt: Date;
3486
- updatedAt: Date;
3487
- deletedAt: Date | null;
3522
+ createdAt: string;
3523
+ updatedAt: string;
3524
+ deletedAt: string | null;
3488
3525
  membersCount: number;
3489
3526
  childSpacesCount: number;
3490
3527
  isMember?: boolean | undefined;
@@ -3523,11 +3560,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3523
3560
  format: string;
3524
3561
  quality: number;
3525
3562
  exifStripped: boolean;
3526
- createdAt: Date;
3527
- updatedAt: Date;
3563
+ createdAt: string;
3564
+ updatedAt: string;
3528
3565
  } | undefined;
3529
- createdAt: Date;
3530
- updatedAt: Date;
3566
+ createdAt: string;
3567
+ updatedAt: string;
3531
3568
  } | undefined;
3532
3569
  bannerFile?: {
3533
3570
  id: string;
@@ -3564,11 +3601,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3564
3601
  format: string;
3565
3602
  quality: number;
3566
3603
  exifStripped: boolean;
3567
- createdAt: Date;
3568
- updatedAt: Date;
3604
+ createdAt: string;
3605
+ updatedAt: string;
3569
3606
  } | undefined;
3570
- createdAt: Date;
3571
- updatedAt: Date;
3607
+ createdAt: string;
3608
+ updatedAt: string;
3572
3609
  } | undefined;
3573
3610
  } | null | undefined;
3574
3611
  userId: string | null;
@@ -3617,11 +3654,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3617
3654
  format: string;
3618
3655
  quality: number;
3619
3656
  exifStripped: boolean;
3620
- createdAt: Date;
3621
- updatedAt: Date;
3657
+ createdAt: string;
3658
+ updatedAt: string;
3622
3659
  } | undefined;
3623
- createdAt: Date;
3624
- updatedAt: Date;
3660
+ createdAt: string;
3661
+ updatedAt: string;
3625
3662
  } | null | undefined;
3626
3663
  bannerFile?: {
3627
3664
  id: string;
@@ -3658,14 +3695,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3658
3695
  format: string;
3659
3696
  quality: number;
3660
3697
  exifStripped: boolean;
3661
- createdAt: Date;
3662
- updatedAt: Date;
3698
+ createdAt: string;
3699
+ updatedAt: string;
3663
3700
  } | undefined;
3664
- createdAt: Date;
3665
- updatedAt: Date;
3701
+ createdAt: string;
3702
+ updatedAt: string;
3666
3703
  } | null | undefined;
3667
3704
  bio: string | null;
3668
- birthdate: Date | null;
3705
+ birthdate: string | null;
3669
3706
  location: {
3670
3707
  type: "Point";
3671
3708
  coordinates: [number, number];
@@ -3674,7 +3711,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3674
3711
  [x: string]: any;
3675
3712
  };
3676
3713
  reputation: number;
3677
- createdAt: Date;
3714
+ spaceReputation?: number | undefined;
3715
+ createdAt: string;
3678
3716
  } | null | undefined;
3679
3717
  title: string | null;
3680
3718
  content: string | null;
@@ -3726,11 +3764,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3726
3764
  format: string;
3727
3765
  quality: number;
3728
3766
  exifStripped: boolean;
3729
- createdAt: Date;
3730
- updatedAt: Date;
3767
+ createdAt: string;
3768
+ updatedAt: string;
3731
3769
  } | undefined;
3732
- createdAt: Date;
3733
- updatedAt: Date;
3770
+ createdAt: string;
3771
+ updatedAt: string;
3734
3772
  }[] | undefined;
3735
3773
  keywords: string[];
3736
3774
  upvotes: string[];
@@ -3749,7 +3787,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3749
3787
  repliesCount: number;
3750
3788
  views: number;
3751
3789
  score: number;
3752
- scoreUpdatedAt: Date;
3790
+ scoreUpdatedAt: string;
3753
3791
  location: {
3754
3792
  type: "Point";
3755
3793
  coordinates: [number, number];
@@ -3804,11 +3842,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3804
3842
  format: string;
3805
3843
  quality: number;
3806
3844
  exifStripped: boolean;
3807
- createdAt: Date;
3808
- updatedAt: Date;
3845
+ createdAt: string;
3846
+ updatedAt: string;
3809
3847
  } | undefined;
3810
- createdAt: Date;
3811
- updatedAt: Date;
3848
+ createdAt: string;
3849
+ updatedAt: string;
3812
3850
  } | null | undefined;
3813
3851
  bannerFile?: {
3814
3852
  id: string;
@@ -3845,14 +3883,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3845
3883
  format: string;
3846
3884
  quality: number;
3847
3885
  exifStripped: boolean;
3848
- createdAt: Date;
3849
- updatedAt: Date;
3886
+ createdAt: string;
3887
+ updatedAt: string;
3850
3888
  } | undefined;
3851
- createdAt: Date;
3852
- updatedAt: Date;
3889
+ createdAt: string;
3890
+ updatedAt: string;
3853
3891
  } | null | undefined;
3854
3892
  bio: string | null;
3855
- birthdate: Date | null;
3893
+ birthdate: string | null;
3856
3894
  location: {
3857
3895
  type: "Point";
3858
3896
  coordinates: [number, number];
@@ -3861,19 +3899,20 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3861
3899
  [x: string]: any;
3862
3900
  };
3863
3901
  reputation: number;
3864
- createdAt: Date;
3902
+ spaceReputation?: number | undefined;
3903
+ createdAt: string;
3865
3904
  };
3866
3905
  upvotesCount: number;
3867
3906
  content: string;
3868
3907
  createdAt: string;
3869
3908
  } | null;
3870
3909
  isSaved?: boolean | undefined;
3871
- createdAt: Date;
3872
- updatedAt: Date;
3873
- deletedAt: Date | null;
3910
+ createdAt: string;
3911
+ updatedAt: string;
3912
+ deletedAt: string | null;
3874
3913
  isDraft: boolean | null;
3875
3914
  moderationStatus: "approved" | "removed" | null;
3876
- moderatedAt: Date | null;
3915
+ moderatedAt: string | null;
3877
3916
  moderatedById: string | null;
3878
3917
  moderatedByType: "client" | "user" | null;
3879
3918
  moderationReason: string | null;
@@ -3887,6 +3926,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3887
3926
  spaceId: string | null;
3888
3927
  limit: number;
3889
3928
  include: string | import("../..").EntityInclude[] | null;
3929
+ spaceReputationId: string | null;
3930
+ spaceReputationDescendants: boolean | null;
3890
3931
  sortBy: EntityListSortByOptions;
3891
3932
  sortByReaction: SortByReaction;
3892
3933
  sortDir: SortDirection | null;
@@ -3960,9 +4001,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
3960
4001
  metadata: {
3961
4002
  [x: string]: any;
3962
4003
  };
3963
- createdAt: Date;
3964
- updatedAt: Date;
3965
- deletedAt: Date | null;
4004
+ createdAt: string;
4005
+ updatedAt: string;
4006
+ deletedAt: string | null;
3966
4007
  membersCount: number;
3967
4008
  childSpacesCount: number;
3968
4009
  isMember?: boolean | undefined;
@@ -4001,11 +4042,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4001
4042
  format: string;
4002
4043
  quality: number;
4003
4044
  exifStripped: boolean;
4004
- createdAt: Date;
4005
- updatedAt: Date;
4045
+ createdAt: string;
4046
+ updatedAt: string;
4006
4047
  } | undefined;
4007
- createdAt: Date;
4008
- updatedAt: Date;
4048
+ createdAt: string;
4049
+ updatedAt: string;
4009
4050
  } | undefined;
4010
4051
  bannerFile?: {
4011
4052
  id: string;
@@ -4042,11 +4083,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4042
4083
  format: string;
4043
4084
  quality: number;
4044
4085
  exifStripped: boolean;
4045
- createdAt: Date;
4046
- updatedAt: Date;
4086
+ createdAt: string;
4087
+ updatedAt: string;
4047
4088
  } | undefined;
4048
- createdAt: Date;
4049
- updatedAt: Date;
4089
+ createdAt: string;
4090
+ updatedAt: string;
4050
4091
  } | undefined;
4051
4092
  } | null | undefined;
4052
4093
  userId: string | null;
@@ -4095,11 +4136,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4095
4136
  format: string;
4096
4137
  quality: number;
4097
4138
  exifStripped: boolean;
4098
- createdAt: Date;
4099
- updatedAt: Date;
4139
+ createdAt: string;
4140
+ updatedAt: string;
4100
4141
  } | undefined;
4101
- createdAt: Date;
4102
- updatedAt: Date;
4142
+ createdAt: string;
4143
+ updatedAt: string;
4103
4144
  } | null | undefined;
4104
4145
  bannerFile?: {
4105
4146
  id: string;
@@ -4136,14 +4177,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4136
4177
  format: string;
4137
4178
  quality: number;
4138
4179
  exifStripped: boolean;
4139
- createdAt: Date;
4140
- updatedAt: Date;
4180
+ createdAt: string;
4181
+ updatedAt: string;
4141
4182
  } | undefined;
4142
- createdAt: Date;
4143
- updatedAt: Date;
4183
+ createdAt: string;
4184
+ updatedAt: string;
4144
4185
  } | null | undefined;
4145
4186
  bio: string | null;
4146
- birthdate: Date | null;
4187
+ birthdate: string | null;
4147
4188
  location: {
4148
4189
  type: "Point";
4149
4190
  coordinates: [number, number];
@@ -4152,7 +4193,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4152
4193
  [x: string]: any;
4153
4194
  };
4154
4195
  reputation: number;
4155
- createdAt: Date;
4196
+ spaceReputation?: number | undefined;
4197
+ createdAt: string;
4156
4198
  } | null | undefined;
4157
4199
  title: string | null;
4158
4200
  content: string | null;
@@ -4204,11 +4246,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4204
4246
  format: string;
4205
4247
  quality: number;
4206
4248
  exifStripped: boolean;
4207
- createdAt: Date;
4208
- updatedAt: Date;
4249
+ createdAt: string;
4250
+ updatedAt: string;
4209
4251
  } | undefined;
4210
- createdAt: Date;
4211
- updatedAt: Date;
4252
+ createdAt: string;
4253
+ updatedAt: string;
4212
4254
  }[] | undefined;
4213
4255
  keywords: string[];
4214
4256
  upvotes: string[];
@@ -4227,7 +4269,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4227
4269
  repliesCount: number;
4228
4270
  views: number;
4229
4271
  score: number;
4230
- scoreUpdatedAt: Date;
4272
+ scoreUpdatedAt: string;
4231
4273
  location: {
4232
4274
  type: "Point";
4233
4275
  coordinates: [number, number];
@@ -4282,11 +4324,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4282
4324
  format: string;
4283
4325
  quality: number;
4284
4326
  exifStripped: boolean;
4285
- createdAt: Date;
4286
- updatedAt: Date;
4327
+ createdAt: string;
4328
+ updatedAt: string;
4287
4329
  } | undefined;
4288
- createdAt: Date;
4289
- updatedAt: Date;
4330
+ createdAt: string;
4331
+ updatedAt: string;
4290
4332
  } | null | undefined;
4291
4333
  bannerFile?: {
4292
4334
  id: string;
@@ -4323,14 +4365,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4323
4365
  format: string;
4324
4366
  quality: number;
4325
4367
  exifStripped: boolean;
4326
- createdAt: Date;
4327
- updatedAt: Date;
4368
+ createdAt: string;
4369
+ updatedAt: string;
4328
4370
  } | undefined;
4329
- createdAt: Date;
4330
- updatedAt: Date;
4371
+ createdAt: string;
4372
+ updatedAt: string;
4331
4373
  } | null | undefined;
4332
4374
  bio: string | null;
4333
- birthdate: Date | null;
4375
+ birthdate: string | null;
4334
4376
  location: {
4335
4377
  type: "Point";
4336
4378
  coordinates: [number, number];
@@ -4339,19 +4381,20 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4339
4381
  [x: string]: any;
4340
4382
  };
4341
4383
  reputation: number;
4342
- createdAt: Date;
4384
+ spaceReputation?: number | undefined;
4385
+ createdAt: string;
4343
4386
  };
4344
4387
  upvotesCount: number;
4345
4388
  content: string;
4346
4389
  createdAt: string;
4347
4390
  } | null;
4348
4391
  isSaved?: boolean | undefined;
4349
- createdAt: Date;
4350
- updatedAt: Date;
4351
- deletedAt: Date | null;
4392
+ createdAt: string;
4393
+ updatedAt: string;
4394
+ deletedAt: string | null;
4352
4395
  isDraft: boolean | null;
4353
4396
  moderationStatus: "approved" | "removed" | null;
4354
- moderatedAt: Date | null;
4397
+ moderatedAt: string | null;
4355
4398
  moderatedById: string | null;
4356
4399
  moderatedByType: "client" | "user" | null;
4357
4400
  moderationReason: string | null;
@@ -4365,6 +4408,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4365
4408
  spaceId: string | null;
4366
4409
  limit: number;
4367
4410
  include: string | import("../..").EntityInclude[] | null;
4411
+ spaceReputationId: string | null;
4412
+ spaceReputationDescendants: boolean | null;
4368
4413
  sortBy: EntityListSortByOptions;
4369
4414
  sortByReaction: SortByReaction;
4370
4415
  sortDir: SortDirection | null;
@@ -4438,9 +4483,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4438
4483
  metadata: {
4439
4484
  [x: string]: any;
4440
4485
  };
4441
- createdAt: Date;
4442
- updatedAt: Date;
4443
- deletedAt: Date | null;
4486
+ createdAt: string;
4487
+ updatedAt: string;
4488
+ deletedAt: string | null;
4444
4489
  membersCount: number;
4445
4490
  childSpacesCount: number;
4446
4491
  isMember?: boolean | undefined;
@@ -4479,11 +4524,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4479
4524
  format: string;
4480
4525
  quality: number;
4481
4526
  exifStripped: boolean;
4482
- createdAt: Date;
4483
- updatedAt: Date;
4527
+ createdAt: string;
4528
+ updatedAt: string;
4484
4529
  } | undefined;
4485
- createdAt: Date;
4486
- updatedAt: Date;
4530
+ createdAt: string;
4531
+ updatedAt: string;
4487
4532
  } | undefined;
4488
4533
  bannerFile?: {
4489
4534
  id: string;
@@ -4520,11 +4565,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4520
4565
  format: string;
4521
4566
  quality: number;
4522
4567
  exifStripped: boolean;
4523
- createdAt: Date;
4524
- updatedAt: Date;
4568
+ createdAt: string;
4569
+ updatedAt: string;
4525
4570
  } | undefined;
4526
- createdAt: Date;
4527
- updatedAt: Date;
4571
+ createdAt: string;
4572
+ updatedAt: string;
4528
4573
  } | undefined;
4529
4574
  } | null | undefined;
4530
4575
  userId: string | null;
@@ -4573,11 +4618,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4573
4618
  format: string;
4574
4619
  quality: number;
4575
4620
  exifStripped: boolean;
4576
- createdAt: Date;
4577
- updatedAt: Date;
4621
+ createdAt: string;
4622
+ updatedAt: string;
4578
4623
  } | undefined;
4579
- createdAt: Date;
4580
- updatedAt: Date;
4624
+ createdAt: string;
4625
+ updatedAt: string;
4581
4626
  } | null | undefined;
4582
4627
  bannerFile?: {
4583
4628
  id: string;
@@ -4614,14 +4659,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4614
4659
  format: string;
4615
4660
  quality: number;
4616
4661
  exifStripped: boolean;
4617
- createdAt: Date;
4618
- updatedAt: Date;
4662
+ createdAt: string;
4663
+ updatedAt: string;
4619
4664
  } | undefined;
4620
- createdAt: Date;
4621
- updatedAt: Date;
4665
+ createdAt: string;
4666
+ updatedAt: string;
4622
4667
  } | null | undefined;
4623
4668
  bio: string | null;
4624
- birthdate: Date | null;
4669
+ birthdate: string | null;
4625
4670
  location: {
4626
4671
  type: "Point";
4627
4672
  coordinates: [number, number];
@@ -4630,7 +4675,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4630
4675
  [x: string]: any;
4631
4676
  };
4632
4677
  reputation: number;
4633
- createdAt: Date;
4678
+ spaceReputation?: number | undefined;
4679
+ createdAt: string;
4634
4680
  } | null | undefined;
4635
4681
  title: string | null;
4636
4682
  content: string | null;
@@ -4682,11 +4728,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4682
4728
  format: string;
4683
4729
  quality: number;
4684
4730
  exifStripped: boolean;
4685
- createdAt: Date;
4686
- updatedAt: Date;
4731
+ createdAt: string;
4732
+ updatedAt: string;
4687
4733
  } | undefined;
4688
- createdAt: Date;
4689
- updatedAt: Date;
4734
+ createdAt: string;
4735
+ updatedAt: string;
4690
4736
  }[] | undefined;
4691
4737
  keywords: string[];
4692
4738
  upvotes: string[];
@@ -4705,7 +4751,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4705
4751
  repliesCount: number;
4706
4752
  views: number;
4707
4753
  score: number;
4708
- scoreUpdatedAt: Date;
4754
+ scoreUpdatedAt: string;
4709
4755
  location: {
4710
4756
  type: "Point";
4711
4757
  coordinates: [number, number];
@@ -4760,11 +4806,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4760
4806
  format: string;
4761
4807
  quality: number;
4762
4808
  exifStripped: boolean;
4763
- createdAt: Date;
4764
- updatedAt: Date;
4809
+ createdAt: string;
4810
+ updatedAt: string;
4765
4811
  } | undefined;
4766
- createdAt: Date;
4767
- updatedAt: Date;
4812
+ createdAt: string;
4813
+ updatedAt: string;
4768
4814
  } | null | undefined;
4769
4815
  bannerFile?: {
4770
4816
  id: string;
@@ -4801,14 +4847,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4801
4847
  format: string;
4802
4848
  quality: number;
4803
4849
  exifStripped: boolean;
4804
- createdAt: Date;
4805
- updatedAt: Date;
4850
+ createdAt: string;
4851
+ updatedAt: string;
4806
4852
  } | undefined;
4807
- createdAt: Date;
4808
- updatedAt: Date;
4853
+ createdAt: string;
4854
+ updatedAt: string;
4809
4855
  } | null | undefined;
4810
4856
  bio: string | null;
4811
- birthdate: Date | null;
4857
+ birthdate: string | null;
4812
4858
  location: {
4813
4859
  type: "Point";
4814
4860
  coordinates: [number, number];
@@ -4817,19 +4863,20 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4817
4863
  [x: string]: any;
4818
4864
  };
4819
4865
  reputation: number;
4820
- createdAt: Date;
4866
+ spaceReputation?: number | undefined;
4867
+ createdAt: string;
4821
4868
  };
4822
4869
  upvotesCount: number;
4823
4870
  content: string;
4824
4871
  createdAt: string;
4825
4872
  } | null;
4826
4873
  isSaved?: boolean | undefined;
4827
- createdAt: Date;
4828
- updatedAt: Date;
4829
- deletedAt: Date | null;
4874
+ createdAt: string;
4875
+ updatedAt: string;
4876
+ deletedAt: string | null;
4830
4877
  isDraft: boolean | null;
4831
4878
  moderationStatus: "approved" | "removed" | null;
4832
- moderatedAt: Date | null;
4879
+ moderatedAt: string | null;
4833
4880
  moderatedById: string | null;
4834
4881
  moderatedByType: "client" | "user" | null;
4835
4882
  moderationReason: string | null;
@@ -4843,6 +4890,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4843
4890
  spaceId: string | null;
4844
4891
  limit: number;
4845
4892
  include: string | import("../..").EntityInclude[] | null;
4893
+ spaceReputationId: string | null;
4894
+ spaceReputationDescendants: boolean | null;
4846
4895
  sortBy: EntityListSortByOptions;
4847
4896
  sortByReaction: SortByReaction;
4848
4897
  sortDir: SortDirection | null;
@@ -4916,9 +4965,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4916
4965
  metadata: {
4917
4966
  [x: string]: any;
4918
4967
  };
4919
- createdAt: Date;
4920
- updatedAt: Date;
4921
- deletedAt: Date | null;
4968
+ createdAt: string;
4969
+ updatedAt: string;
4970
+ deletedAt: string | null;
4922
4971
  membersCount: number;
4923
4972
  childSpacesCount: number;
4924
4973
  isMember?: boolean | undefined;
@@ -4957,11 +5006,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4957
5006
  format: string;
4958
5007
  quality: number;
4959
5008
  exifStripped: boolean;
4960
- createdAt: Date;
4961
- updatedAt: Date;
5009
+ createdAt: string;
5010
+ updatedAt: string;
4962
5011
  } | undefined;
4963
- createdAt: Date;
4964
- updatedAt: Date;
5012
+ createdAt: string;
5013
+ updatedAt: string;
4965
5014
  } | undefined;
4966
5015
  bannerFile?: {
4967
5016
  id: string;
@@ -4998,11 +5047,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
4998
5047
  format: string;
4999
5048
  quality: number;
5000
5049
  exifStripped: boolean;
5001
- createdAt: Date;
5002
- updatedAt: Date;
5050
+ createdAt: string;
5051
+ updatedAt: string;
5003
5052
  } | undefined;
5004
- createdAt: Date;
5005
- updatedAt: Date;
5053
+ createdAt: string;
5054
+ updatedAt: string;
5006
5055
  } | undefined;
5007
5056
  } | null | undefined;
5008
5057
  userId: string | null;
@@ -5051,11 +5100,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5051
5100
  format: string;
5052
5101
  quality: number;
5053
5102
  exifStripped: boolean;
5054
- createdAt: Date;
5055
- updatedAt: Date;
5103
+ createdAt: string;
5104
+ updatedAt: string;
5056
5105
  } | undefined;
5057
- createdAt: Date;
5058
- updatedAt: Date;
5106
+ createdAt: string;
5107
+ updatedAt: string;
5059
5108
  } | null | undefined;
5060
5109
  bannerFile?: {
5061
5110
  id: string;
@@ -5092,14 +5141,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5092
5141
  format: string;
5093
5142
  quality: number;
5094
5143
  exifStripped: boolean;
5095
- createdAt: Date;
5096
- updatedAt: Date;
5144
+ createdAt: string;
5145
+ updatedAt: string;
5097
5146
  } | undefined;
5098
- createdAt: Date;
5099
- updatedAt: Date;
5147
+ createdAt: string;
5148
+ updatedAt: string;
5100
5149
  } | null | undefined;
5101
5150
  bio: string | null;
5102
- birthdate: Date | null;
5151
+ birthdate: string | null;
5103
5152
  location: {
5104
5153
  type: "Point";
5105
5154
  coordinates: [number, number];
@@ -5108,7 +5157,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5108
5157
  [x: string]: any;
5109
5158
  };
5110
5159
  reputation: number;
5111
- createdAt: Date;
5160
+ spaceReputation?: number | undefined;
5161
+ createdAt: string;
5112
5162
  } | null | undefined;
5113
5163
  title: string | null;
5114
5164
  content: string | null;
@@ -5160,11 +5210,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5160
5210
  format: string;
5161
5211
  quality: number;
5162
5212
  exifStripped: boolean;
5163
- createdAt: Date;
5164
- updatedAt: Date;
5213
+ createdAt: string;
5214
+ updatedAt: string;
5165
5215
  } | undefined;
5166
- createdAt: Date;
5167
- updatedAt: Date;
5216
+ createdAt: string;
5217
+ updatedAt: string;
5168
5218
  }[] | undefined;
5169
5219
  keywords: string[];
5170
5220
  upvotes: string[];
@@ -5183,7 +5233,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5183
5233
  repliesCount: number;
5184
5234
  views: number;
5185
5235
  score: number;
5186
- scoreUpdatedAt: Date;
5236
+ scoreUpdatedAt: string;
5187
5237
  location: {
5188
5238
  type: "Point";
5189
5239
  coordinates: [number, number];
@@ -5238,11 +5288,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5238
5288
  format: string;
5239
5289
  quality: number;
5240
5290
  exifStripped: boolean;
5241
- createdAt: Date;
5242
- updatedAt: Date;
5291
+ createdAt: string;
5292
+ updatedAt: string;
5243
5293
  } | undefined;
5244
- createdAt: Date;
5245
- updatedAt: Date;
5294
+ createdAt: string;
5295
+ updatedAt: string;
5246
5296
  } | null | undefined;
5247
5297
  bannerFile?: {
5248
5298
  id: string;
@@ -5279,14 +5329,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5279
5329
  format: string;
5280
5330
  quality: number;
5281
5331
  exifStripped: boolean;
5282
- createdAt: Date;
5283
- updatedAt: Date;
5332
+ createdAt: string;
5333
+ updatedAt: string;
5284
5334
  } | undefined;
5285
- createdAt: Date;
5286
- updatedAt: Date;
5335
+ createdAt: string;
5336
+ updatedAt: string;
5287
5337
  } | null | undefined;
5288
5338
  bio: string | null;
5289
- birthdate: Date | null;
5339
+ birthdate: string | null;
5290
5340
  location: {
5291
5341
  type: "Point";
5292
5342
  coordinates: [number, number];
@@ -5295,19 +5345,20 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5295
5345
  [x: string]: any;
5296
5346
  };
5297
5347
  reputation: number;
5298
- createdAt: Date;
5348
+ spaceReputation?: number | undefined;
5349
+ createdAt: string;
5299
5350
  };
5300
5351
  upvotesCount: number;
5301
5352
  content: string;
5302
5353
  createdAt: string;
5303
5354
  } | null;
5304
5355
  isSaved?: boolean | undefined;
5305
- createdAt: Date;
5306
- updatedAt: Date;
5307
- deletedAt: Date | null;
5356
+ createdAt: string;
5357
+ updatedAt: string;
5358
+ deletedAt: string | null;
5308
5359
  isDraft: boolean | null;
5309
5360
  moderationStatus: "approved" | "removed" | null;
5310
- moderatedAt: Date | null;
5361
+ moderatedAt: string | null;
5311
5362
  moderatedById: string | null;
5312
5363
  moderatedByType: "client" | "user" | null;
5313
5364
  moderationReason: string | null;
@@ -5321,6 +5372,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5321
5372
  spaceId: string | null;
5322
5373
  limit: number;
5323
5374
  include: string | import("../..").EntityInclude[] | null;
5375
+ spaceReputationId: string | null;
5376
+ spaceReputationDescendants: boolean | null;
5324
5377
  sortBy: EntityListSortByOptions;
5325
5378
  sortByReaction: SortByReaction;
5326
5379
  sortDir: SortDirection | null;
@@ -5394,9 +5447,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5394
5447
  metadata: {
5395
5448
  [x: string]: any;
5396
5449
  };
5397
- createdAt: Date;
5398
- updatedAt: Date;
5399
- deletedAt: Date | null;
5450
+ createdAt: string;
5451
+ updatedAt: string;
5452
+ deletedAt: string | null;
5400
5453
  membersCount: number;
5401
5454
  childSpacesCount: number;
5402
5455
  isMember?: boolean | undefined;
@@ -5435,11 +5488,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5435
5488
  format: string;
5436
5489
  quality: number;
5437
5490
  exifStripped: boolean;
5438
- createdAt: Date;
5439
- updatedAt: Date;
5491
+ createdAt: string;
5492
+ updatedAt: string;
5440
5493
  } | undefined;
5441
- createdAt: Date;
5442
- updatedAt: Date;
5494
+ createdAt: string;
5495
+ updatedAt: string;
5443
5496
  } | undefined;
5444
5497
  bannerFile?: {
5445
5498
  id: string;
@@ -5476,11 +5529,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5476
5529
  format: string;
5477
5530
  quality: number;
5478
5531
  exifStripped: boolean;
5479
- createdAt: Date;
5480
- updatedAt: Date;
5532
+ createdAt: string;
5533
+ updatedAt: string;
5481
5534
  } | undefined;
5482
- createdAt: Date;
5483
- updatedAt: Date;
5535
+ createdAt: string;
5536
+ updatedAt: string;
5484
5537
  } | undefined;
5485
5538
  } | null | undefined;
5486
5539
  userId: string | null;
@@ -5529,11 +5582,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5529
5582
  format: string;
5530
5583
  quality: number;
5531
5584
  exifStripped: boolean;
5532
- createdAt: Date;
5533
- updatedAt: Date;
5585
+ createdAt: string;
5586
+ updatedAt: string;
5534
5587
  } | undefined;
5535
- createdAt: Date;
5536
- updatedAt: Date;
5588
+ createdAt: string;
5589
+ updatedAt: string;
5537
5590
  } | null | undefined;
5538
5591
  bannerFile?: {
5539
5592
  id: string;
@@ -5570,14 +5623,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5570
5623
  format: string;
5571
5624
  quality: number;
5572
5625
  exifStripped: boolean;
5573
- createdAt: Date;
5574
- updatedAt: Date;
5626
+ createdAt: string;
5627
+ updatedAt: string;
5575
5628
  } | undefined;
5576
- createdAt: Date;
5577
- updatedAt: Date;
5629
+ createdAt: string;
5630
+ updatedAt: string;
5578
5631
  } | null | undefined;
5579
5632
  bio: string | null;
5580
- birthdate: Date | null;
5633
+ birthdate: string | null;
5581
5634
  location: {
5582
5635
  type: "Point";
5583
5636
  coordinates: [number, number];
@@ -5586,7 +5639,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5586
5639
  [x: string]: any;
5587
5640
  };
5588
5641
  reputation: number;
5589
- createdAt: Date;
5642
+ spaceReputation?: number | undefined;
5643
+ createdAt: string;
5590
5644
  } | null | undefined;
5591
5645
  title: string | null;
5592
5646
  content: string | null;
@@ -5638,11 +5692,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5638
5692
  format: string;
5639
5693
  quality: number;
5640
5694
  exifStripped: boolean;
5641
- createdAt: Date;
5642
- updatedAt: Date;
5695
+ createdAt: string;
5696
+ updatedAt: string;
5643
5697
  } | undefined;
5644
- createdAt: Date;
5645
- updatedAt: Date;
5698
+ createdAt: string;
5699
+ updatedAt: string;
5646
5700
  }[] | undefined;
5647
5701
  keywords: string[];
5648
5702
  upvotes: string[];
@@ -5661,7 +5715,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5661
5715
  repliesCount: number;
5662
5716
  views: number;
5663
5717
  score: number;
5664
- scoreUpdatedAt: Date;
5718
+ scoreUpdatedAt: string;
5665
5719
  location: {
5666
5720
  type: "Point";
5667
5721
  coordinates: [number, number];
@@ -5716,11 +5770,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5716
5770
  format: string;
5717
5771
  quality: number;
5718
5772
  exifStripped: boolean;
5719
- createdAt: Date;
5720
- updatedAt: Date;
5773
+ createdAt: string;
5774
+ updatedAt: string;
5721
5775
  } | undefined;
5722
- createdAt: Date;
5723
- updatedAt: Date;
5776
+ createdAt: string;
5777
+ updatedAt: string;
5724
5778
  } | null | undefined;
5725
5779
  bannerFile?: {
5726
5780
  id: string;
@@ -5757,14 +5811,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5757
5811
  format: string;
5758
5812
  quality: number;
5759
5813
  exifStripped: boolean;
5760
- createdAt: Date;
5761
- updatedAt: Date;
5814
+ createdAt: string;
5815
+ updatedAt: string;
5762
5816
  } | undefined;
5763
- createdAt: Date;
5764
- updatedAt: Date;
5817
+ createdAt: string;
5818
+ updatedAt: string;
5765
5819
  } | null | undefined;
5766
5820
  bio: string | null;
5767
- birthdate: Date | null;
5821
+ birthdate: string | null;
5768
5822
  location: {
5769
5823
  type: "Point";
5770
5824
  coordinates: [number, number];
@@ -5773,19 +5827,20 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5773
5827
  [x: string]: any;
5774
5828
  };
5775
5829
  reputation: number;
5776
- createdAt: Date;
5830
+ spaceReputation?: number | undefined;
5831
+ createdAt: string;
5777
5832
  };
5778
5833
  upvotesCount: number;
5779
5834
  content: string;
5780
5835
  createdAt: string;
5781
5836
  } | null;
5782
5837
  isSaved?: boolean | undefined;
5783
- createdAt: Date;
5784
- updatedAt: Date;
5785
- deletedAt: Date | null;
5838
+ createdAt: string;
5839
+ updatedAt: string;
5840
+ deletedAt: string | null;
5786
5841
  isDraft: boolean | null;
5787
5842
  moderationStatus: "approved" | "removed" | null;
5788
- moderatedAt: Date | null;
5843
+ moderatedAt: string | null;
5789
5844
  moderatedById: string | null;
5790
5845
  moderatedByType: "client" | "user" | null;
5791
5846
  moderationReason: string | null;
@@ -5799,6 +5854,8 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
5799
5854
  spaceId: string | null;
5800
5855
  limit: number;
5801
5856
  include: string | import("../..").EntityInclude[] | null;
5857
+ spaceReputationId: string | null;
5858
+ spaceReputationDescendants: boolean | null;
5802
5859
  sortBy: EntityListSortByOptions;
5803
5860
  sortByReaction: SortByReaction;
5804
5861
  sortDir: SortDirection | null;
@@ -6158,6 +6215,8 @@ export declare const selectEntityListConfig: ((state: {
6158
6215
  spaceId: string | null;
6159
6216
  limit: number;
6160
6217
  include: EntityIncludeParam | null;
6218
+ spaceReputationId: string | null;
6219
+ spaceReputationDescendants: boolean | null;
6161
6220
  } | null) & {
6162
6221
  clearCache: () => void;
6163
6222
  resultsCount: () => number;
@@ -6168,12 +6227,16 @@ export declare const selectEntityListConfig: ((state: {
6168
6227
  spaceId: string | null;
6169
6228
  limit: number;
6170
6229
  include: EntityIncludeParam | null;
6230
+ spaceReputationId: string | null;
6231
+ spaceReputationDescendants: boolean | null;
6171
6232
  } | null;
6172
6233
  memoizedResultFunc: ((resultFuncArgs_0: EntityListState | undefined) => {
6173
6234
  sourceId: string | null;
6174
6235
  spaceId: string | null;
6175
6236
  limit: number;
6176
6237
  include: EntityIncludeParam | null;
6238
+ spaceReputationId: string | null;
6239
+ spaceReputationDescendants: boolean | null;
6177
6240
  } | null) & {
6178
6241
  clearCache: () => void;
6179
6242
  resultsCount: () => number;
@@ -6184,6 +6247,8 @@ export declare const selectEntityListConfig: ((state: {
6184
6247
  spaceId: string | null;
6185
6248
  limit: number;
6186
6249
  include: EntityIncludeParam | null;
6250
+ spaceReputationId: string | null;
6251
+ spaceReputationDescendants: boolean | null;
6187
6252
  } | null;
6188
6253
  dependencies: [((state: {
6189
6254
  sublay: SublayState;