@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
@@ -25,8 +25,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
25
25
  parentId: string | null;
26
26
  name: string;
27
27
  entityCount: number;
28
- createdAt: Date;
29
- updatedAt: Date;
28
+ createdAt: string;
29
+ updatedAt: string;
30
30
  };
31
31
  };
32
32
  subcollectionsMap: {
@@ -62,9 +62,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
62
62
  metadata: {
63
63
  [x: string]: any;
64
64
  };
65
- createdAt: Date;
66
- updatedAt: Date;
67
- deletedAt: Date | null;
65
+ createdAt: string;
66
+ updatedAt: string;
67
+ deletedAt: string | null;
68
68
  membersCount: number;
69
69
  childSpacesCount: number;
70
70
  isMember?: boolean | undefined;
@@ -103,11 +103,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
103
103
  format: string;
104
104
  quality: number;
105
105
  exifStripped: boolean;
106
- createdAt: Date;
107
- updatedAt: Date;
106
+ createdAt: string;
107
+ updatedAt: string;
108
108
  } | undefined;
109
- createdAt: Date;
110
- updatedAt: Date;
109
+ createdAt: string;
110
+ updatedAt: string;
111
111
  } | undefined;
112
112
  bannerFile?: {
113
113
  id: string;
@@ -144,11 +144,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
144
144
  format: string;
145
145
  quality: number;
146
146
  exifStripped: boolean;
147
- createdAt: Date;
148
- updatedAt: Date;
147
+ createdAt: string;
148
+ updatedAt: string;
149
149
  } | undefined;
150
- createdAt: Date;
151
- updatedAt: Date;
150
+ createdAt: string;
151
+ updatedAt: string;
152
152
  } | undefined;
153
153
  } | null | undefined;
154
154
  userId: string | null;
@@ -197,11 +197,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
197
197
  format: string;
198
198
  quality: number;
199
199
  exifStripped: boolean;
200
- createdAt: Date;
201
- updatedAt: Date;
200
+ createdAt: string;
201
+ updatedAt: string;
202
202
  } | undefined;
203
- createdAt: Date;
204
- updatedAt: Date;
203
+ createdAt: string;
204
+ updatedAt: string;
205
205
  } | null | undefined;
206
206
  bannerFile?: {
207
207
  id: string;
@@ -238,14 +238,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
238
238
  format: string;
239
239
  quality: number;
240
240
  exifStripped: boolean;
241
- createdAt: Date;
242
- updatedAt: Date;
241
+ createdAt: string;
242
+ updatedAt: string;
243
243
  } | undefined;
244
- createdAt: Date;
245
- updatedAt: Date;
244
+ createdAt: string;
245
+ updatedAt: string;
246
246
  } | null | undefined;
247
247
  bio: string | null;
248
- birthdate: Date | null;
248
+ birthdate: string | null;
249
249
  location: {
250
250
  type: "Point";
251
251
  coordinates: [number, number];
@@ -254,7 +254,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
254
254
  [x: string]: any;
255
255
  };
256
256
  reputation: number;
257
- createdAt: Date;
257
+ spaceReputation?: number | undefined;
258
+ createdAt: string;
258
259
  } | null | undefined;
259
260
  title: string | null;
260
261
  content: string | null;
@@ -306,11 +307,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
306
307
  format: string;
307
308
  quality: number;
308
309
  exifStripped: boolean;
309
- createdAt: Date;
310
- updatedAt: Date;
310
+ createdAt: string;
311
+ updatedAt: string;
311
312
  } | undefined;
312
- createdAt: Date;
313
- updatedAt: Date;
313
+ createdAt: string;
314
+ updatedAt: string;
314
315
  }[] | undefined;
315
316
  keywords: string[];
316
317
  upvotes: string[];
@@ -329,7 +330,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
329
330
  repliesCount: number;
330
331
  views: number;
331
332
  score: number;
332
- scoreUpdatedAt: Date;
333
+ scoreUpdatedAt: string;
333
334
  location: {
334
335
  type: "Point";
335
336
  coordinates: [number, number];
@@ -384,11 +385,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
384
385
  format: string;
385
386
  quality: number;
386
387
  exifStripped: boolean;
387
- createdAt: Date;
388
- updatedAt: Date;
388
+ createdAt: string;
389
+ updatedAt: string;
389
390
  } | undefined;
390
- createdAt: Date;
391
- updatedAt: Date;
391
+ createdAt: string;
392
+ updatedAt: string;
392
393
  } | null | undefined;
393
394
  bannerFile?: {
394
395
  id: string;
@@ -425,14 +426,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
425
426
  format: string;
426
427
  quality: number;
427
428
  exifStripped: boolean;
428
- createdAt: Date;
429
- updatedAt: Date;
429
+ createdAt: string;
430
+ updatedAt: string;
430
431
  } | undefined;
431
- createdAt: Date;
432
- updatedAt: Date;
432
+ createdAt: string;
433
+ updatedAt: string;
433
434
  } | null | undefined;
434
435
  bio: string | null;
435
- birthdate: Date | null;
436
+ birthdate: string | null;
436
437
  location: {
437
438
  type: "Point";
438
439
  coordinates: [number, number];
@@ -441,19 +442,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
441
442
  [x: string]: any;
442
443
  };
443
444
  reputation: number;
444
- createdAt: Date;
445
+ spaceReputation?: number | undefined;
446
+ createdAt: string;
445
447
  };
446
448
  upvotesCount: number;
447
449
  content: string;
448
450
  createdAt: string;
449
451
  } | null;
450
452
  isSaved?: boolean | undefined;
451
- createdAt: Date;
452
- updatedAt: Date;
453
- deletedAt: Date | null;
453
+ createdAt: string;
454
+ updatedAt: string;
455
+ deletedAt: string | null;
454
456
  isDraft: boolean | null;
455
457
  moderationStatus: "approved" | "removed" | null;
456
- moderatedAt: Date | null;
458
+ moderatedAt: string | null;
457
459
  moderatedById: string | null;
458
460
  moderatedByType: "client" | "user" | null;
459
461
  moderationReason: string | null;
@@ -469,8 +471,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
469
471
  parentId: string | null;
470
472
  name: string;
471
473
  entityCount: number;
472
- createdAt: Date;
473
- updatedAt: Date;
474
+ createdAt: string;
475
+ updatedAt: string;
474
476
  };
475
477
  };
476
478
  subcollectionsMap: {
@@ -506,9 +508,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
506
508
  metadata: {
507
509
  [x: string]: any;
508
510
  };
509
- createdAt: Date;
510
- updatedAt: Date;
511
- deletedAt: Date | null;
511
+ createdAt: string;
512
+ updatedAt: string;
513
+ deletedAt: string | null;
512
514
  membersCount: number;
513
515
  childSpacesCount: number;
514
516
  isMember?: boolean | undefined;
@@ -547,11 +549,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
547
549
  format: string;
548
550
  quality: number;
549
551
  exifStripped: boolean;
550
- createdAt: Date;
551
- updatedAt: Date;
552
+ createdAt: string;
553
+ updatedAt: string;
552
554
  } | undefined;
553
- createdAt: Date;
554
- updatedAt: Date;
555
+ createdAt: string;
556
+ updatedAt: string;
555
557
  } | undefined;
556
558
  bannerFile?: {
557
559
  id: string;
@@ -588,11 +590,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
588
590
  format: string;
589
591
  quality: number;
590
592
  exifStripped: boolean;
591
- createdAt: Date;
592
- updatedAt: Date;
593
+ createdAt: string;
594
+ updatedAt: string;
593
595
  } | undefined;
594
- createdAt: Date;
595
- updatedAt: Date;
596
+ createdAt: string;
597
+ updatedAt: string;
596
598
  } | undefined;
597
599
  } | null | undefined;
598
600
  userId: string | null;
@@ -641,11 +643,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
641
643
  format: string;
642
644
  quality: number;
643
645
  exifStripped: boolean;
644
- createdAt: Date;
645
- updatedAt: Date;
646
+ createdAt: string;
647
+ updatedAt: string;
646
648
  } | undefined;
647
- createdAt: Date;
648
- updatedAt: Date;
649
+ createdAt: string;
650
+ updatedAt: string;
649
651
  } | null | undefined;
650
652
  bannerFile?: {
651
653
  id: string;
@@ -682,14 +684,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
682
684
  format: string;
683
685
  quality: number;
684
686
  exifStripped: boolean;
685
- createdAt: Date;
686
- updatedAt: Date;
687
+ createdAt: string;
688
+ updatedAt: string;
687
689
  } | undefined;
688
- createdAt: Date;
689
- updatedAt: Date;
690
+ createdAt: string;
691
+ updatedAt: string;
690
692
  } | null | undefined;
691
693
  bio: string | null;
692
- birthdate: Date | null;
694
+ birthdate: string | null;
693
695
  location: {
694
696
  type: "Point";
695
697
  coordinates: [number, number];
@@ -698,7 +700,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
698
700
  [x: string]: any;
699
701
  };
700
702
  reputation: number;
701
- createdAt: Date;
703
+ spaceReputation?: number | undefined;
704
+ createdAt: string;
702
705
  } | null | undefined;
703
706
  title: string | null;
704
707
  content: string | null;
@@ -750,11 +753,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
750
753
  format: string;
751
754
  quality: number;
752
755
  exifStripped: boolean;
753
- createdAt: Date;
754
- updatedAt: Date;
756
+ createdAt: string;
757
+ updatedAt: string;
755
758
  } | undefined;
756
- createdAt: Date;
757
- updatedAt: Date;
759
+ createdAt: string;
760
+ updatedAt: string;
758
761
  }[] | undefined;
759
762
  keywords: string[];
760
763
  upvotes: string[];
@@ -773,7 +776,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
773
776
  repliesCount: number;
774
777
  views: number;
775
778
  score: number;
776
- scoreUpdatedAt: Date;
779
+ scoreUpdatedAt: string;
777
780
  location: {
778
781
  type: "Point";
779
782
  coordinates: [number, number];
@@ -828,11 +831,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
828
831
  format: string;
829
832
  quality: number;
830
833
  exifStripped: boolean;
831
- createdAt: Date;
832
- updatedAt: Date;
834
+ createdAt: string;
835
+ updatedAt: string;
833
836
  } | undefined;
834
- createdAt: Date;
835
- updatedAt: Date;
837
+ createdAt: string;
838
+ updatedAt: string;
836
839
  } | null | undefined;
837
840
  bannerFile?: {
838
841
  id: string;
@@ -869,14 +872,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
869
872
  format: string;
870
873
  quality: number;
871
874
  exifStripped: boolean;
872
- createdAt: Date;
873
- updatedAt: Date;
875
+ createdAt: string;
876
+ updatedAt: string;
874
877
  } | undefined;
875
- createdAt: Date;
876
- updatedAt: Date;
878
+ createdAt: string;
879
+ updatedAt: string;
877
880
  } | null | undefined;
878
881
  bio: string | null;
879
- birthdate: Date | null;
882
+ birthdate: string | null;
880
883
  location: {
881
884
  type: "Point";
882
885
  coordinates: [number, number];
@@ -885,19 +888,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
885
888
  [x: string]: any;
886
889
  };
887
890
  reputation: number;
888
- createdAt: Date;
891
+ spaceReputation?: number | undefined;
892
+ createdAt: string;
889
893
  };
890
894
  upvotesCount: number;
891
895
  content: string;
892
896
  createdAt: string;
893
897
  } | null;
894
898
  isSaved?: boolean | undefined;
895
- createdAt: Date;
896
- updatedAt: Date;
897
- deletedAt: Date | null;
899
+ createdAt: string;
900
+ updatedAt: string;
901
+ deletedAt: string | null;
898
902
  isDraft: boolean | null;
899
903
  moderationStatus: "approved" | "removed" | null;
900
- moderatedAt: Date | null;
904
+ moderatedAt: string | null;
901
905
  moderatedById: string | null;
902
906
  moderatedByType: "client" | "user" | null;
903
907
  moderationReason: string | null;
@@ -913,8 +917,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
913
917
  parentId: string | null;
914
918
  name: string;
915
919
  entityCount: number;
916
- createdAt: Date;
917
- updatedAt: Date;
920
+ createdAt: string;
921
+ updatedAt: string;
918
922
  };
919
923
  };
920
924
  subcollectionsMap: {
@@ -950,9 +954,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
950
954
  metadata: {
951
955
  [x: string]: any;
952
956
  };
953
- createdAt: Date;
954
- updatedAt: Date;
955
- deletedAt: Date | null;
957
+ createdAt: string;
958
+ updatedAt: string;
959
+ deletedAt: string | null;
956
960
  membersCount: number;
957
961
  childSpacesCount: number;
958
962
  isMember?: boolean | undefined;
@@ -991,11 +995,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
991
995
  format: string;
992
996
  quality: number;
993
997
  exifStripped: boolean;
994
- createdAt: Date;
995
- updatedAt: Date;
998
+ createdAt: string;
999
+ updatedAt: string;
996
1000
  } | undefined;
997
- createdAt: Date;
998
- updatedAt: Date;
1001
+ createdAt: string;
1002
+ updatedAt: string;
999
1003
  } | undefined;
1000
1004
  bannerFile?: {
1001
1005
  id: string;
@@ -1032,11 +1036,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1032
1036
  format: string;
1033
1037
  quality: number;
1034
1038
  exifStripped: boolean;
1035
- createdAt: Date;
1036
- updatedAt: Date;
1039
+ createdAt: string;
1040
+ updatedAt: string;
1037
1041
  } | undefined;
1038
- createdAt: Date;
1039
- updatedAt: Date;
1042
+ createdAt: string;
1043
+ updatedAt: string;
1040
1044
  } | undefined;
1041
1045
  } | null | undefined;
1042
1046
  userId: string | null;
@@ -1085,11 +1089,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1085
1089
  format: string;
1086
1090
  quality: number;
1087
1091
  exifStripped: boolean;
1088
- createdAt: Date;
1089
- updatedAt: Date;
1092
+ createdAt: string;
1093
+ updatedAt: string;
1090
1094
  } | undefined;
1091
- createdAt: Date;
1092
- updatedAt: Date;
1095
+ createdAt: string;
1096
+ updatedAt: string;
1093
1097
  } | null | undefined;
1094
1098
  bannerFile?: {
1095
1099
  id: string;
@@ -1126,14 +1130,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1126
1130
  format: string;
1127
1131
  quality: number;
1128
1132
  exifStripped: boolean;
1129
- createdAt: Date;
1130
- updatedAt: Date;
1133
+ createdAt: string;
1134
+ updatedAt: string;
1131
1135
  } | undefined;
1132
- createdAt: Date;
1133
- updatedAt: Date;
1136
+ createdAt: string;
1137
+ updatedAt: string;
1134
1138
  } | null | undefined;
1135
1139
  bio: string | null;
1136
- birthdate: Date | null;
1140
+ birthdate: string | null;
1137
1141
  location: {
1138
1142
  type: "Point";
1139
1143
  coordinates: [number, number];
@@ -1142,7 +1146,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1142
1146
  [x: string]: any;
1143
1147
  };
1144
1148
  reputation: number;
1145
- createdAt: Date;
1149
+ spaceReputation?: number | undefined;
1150
+ createdAt: string;
1146
1151
  } | null | undefined;
1147
1152
  title: string | null;
1148
1153
  content: string | null;
@@ -1194,11 +1199,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1194
1199
  format: string;
1195
1200
  quality: number;
1196
1201
  exifStripped: boolean;
1197
- createdAt: Date;
1198
- updatedAt: Date;
1202
+ createdAt: string;
1203
+ updatedAt: string;
1199
1204
  } | undefined;
1200
- createdAt: Date;
1201
- updatedAt: Date;
1205
+ createdAt: string;
1206
+ updatedAt: string;
1202
1207
  }[] | undefined;
1203
1208
  keywords: string[];
1204
1209
  upvotes: string[];
@@ -1217,7 +1222,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1217
1222
  repliesCount: number;
1218
1223
  views: number;
1219
1224
  score: number;
1220
- scoreUpdatedAt: Date;
1225
+ scoreUpdatedAt: string;
1221
1226
  location: {
1222
1227
  type: "Point";
1223
1228
  coordinates: [number, number];
@@ -1272,11 +1277,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1272
1277
  format: string;
1273
1278
  quality: number;
1274
1279
  exifStripped: boolean;
1275
- createdAt: Date;
1276
- updatedAt: Date;
1280
+ createdAt: string;
1281
+ updatedAt: string;
1277
1282
  } | undefined;
1278
- createdAt: Date;
1279
- updatedAt: Date;
1283
+ createdAt: string;
1284
+ updatedAt: string;
1280
1285
  } | null | undefined;
1281
1286
  bannerFile?: {
1282
1287
  id: string;
@@ -1313,14 +1318,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1313
1318
  format: string;
1314
1319
  quality: number;
1315
1320
  exifStripped: boolean;
1316
- createdAt: Date;
1317
- updatedAt: Date;
1321
+ createdAt: string;
1322
+ updatedAt: string;
1318
1323
  } | undefined;
1319
- createdAt: Date;
1320
- updatedAt: Date;
1324
+ createdAt: string;
1325
+ updatedAt: string;
1321
1326
  } | null | undefined;
1322
1327
  bio: string | null;
1323
- birthdate: Date | null;
1328
+ birthdate: string | null;
1324
1329
  location: {
1325
1330
  type: "Point";
1326
1331
  coordinates: [number, number];
@@ -1329,19 +1334,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1329
1334
  [x: string]: any;
1330
1335
  };
1331
1336
  reputation: number;
1332
- createdAt: Date;
1337
+ spaceReputation?: number | undefined;
1338
+ createdAt: string;
1333
1339
  };
1334
1340
  upvotesCount: number;
1335
1341
  content: string;
1336
1342
  createdAt: string;
1337
1343
  } | null;
1338
1344
  isSaved?: boolean | undefined;
1339
- createdAt: Date;
1340
- updatedAt: Date;
1341
- deletedAt: Date | null;
1345
+ createdAt: string;
1346
+ updatedAt: string;
1347
+ deletedAt: string | null;
1342
1348
  isDraft: boolean | null;
1343
1349
  moderationStatus: "approved" | "removed" | null;
1344
- moderatedAt: Date | null;
1350
+ moderatedAt: string | null;
1345
1351
  moderatedById: string | null;
1346
1352
  moderatedByType: "client" | "user" | null;
1347
1353
  moderationReason: string | null;
@@ -1357,8 +1363,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1357
1363
  parentId: string | null;
1358
1364
  name: string;
1359
1365
  entityCount: number;
1360
- createdAt: Date;
1361
- updatedAt: Date;
1366
+ createdAt: string;
1367
+ updatedAt: string;
1362
1368
  };
1363
1369
  };
1364
1370
  subcollectionsMap: {
@@ -1394,9 +1400,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1394
1400
  metadata: {
1395
1401
  [x: string]: any;
1396
1402
  };
1397
- createdAt: Date;
1398
- updatedAt: Date;
1399
- deletedAt: Date | null;
1403
+ createdAt: string;
1404
+ updatedAt: string;
1405
+ deletedAt: string | null;
1400
1406
  membersCount: number;
1401
1407
  childSpacesCount: number;
1402
1408
  isMember?: boolean | undefined;
@@ -1435,11 +1441,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1435
1441
  format: string;
1436
1442
  quality: number;
1437
1443
  exifStripped: boolean;
1438
- createdAt: Date;
1439
- updatedAt: Date;
1444
+ createdAt: string;
1445
+ updatedAt: string;
1440
1446
  } | undefined;
1441
- createdAt: Date;
1442
- updatedAt: Date;
1447
+ createdAt: string;
1448
+ updatedAt: string;
1443
1449
  } | undefined;
1444
1450
  bannerFile?: {
1445
1451
  id: string;
@@ -1476,11 +1482,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1476
1482
  format: string;
1477
1483
  quality: number;
1478
1484
  exifStripped: boolean;
1479
- createdAt: Date;
1480
- updatedAt: Date;
1485
+ createdAt: string;
1486
+ updatedAt: string;
1481
1487
  } | undefined;
1482
- createdAt: Date;
1483
- updatedAt: Date;
1488
+ createdAt: string;
1489
+ updatedAt: string;
1484
1490
  } | undefined;
1485
1491
  } | null | undefined;
1486
1492
  userId: string | null;
@@ -1529,11 +1535,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1529
1535
  format: string;
1530
1536
  quality: number;
1531
1537
  exifStripped: boolean;
1532
- createdAt: Date;
1533
- updatedAt: Date;
1538
+ createdAt: string;
1539
+ updatedAt: string;
1534
1540
  } | undefined;
1535
- createdAt: Date;
1536
- updatedAt: Date;
1541
+ createdAt: string;
1542
+ updatedAt: string;
1537
1543
  } | null | undefined;
1538
1544
  bannerFile?: {
1539
1545
  id: string;
@@ -1570,14 +1576,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1570
1576
  format: string;
1571
1577
  quality: number;
1572
1578
  exifStripped: boolean;
1573
- createdAt: Date;
1574
- updatedAt: Date;
1579
+ createdAt: string;
1580
+ updatedAt: string;
1575
1581
  } | undefined;
1576
- createdAt: Date;
1577
- updatedAt: Date;
1582
+ createdAt: string;
1583
+ updatedAt: string;
1578
1584
  } | null | undefined;
1579
1585
  bio: string | null;
1580
- birthdate: Date | null;
1586
+ birthdate: string | null;
1581
1587
  location: {
1582
1588
  type: "Point";
1583
1589
  coordinates: [number, number];
@@ -1586,7 +1592,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1586
1592
  [x: string]: any;
1587
1593
  };
1588
1594
  reputation: number;
1589
- createdAt: Date;
1595
+ spaceReputation?: number | undefined;
1596
+ createdAt: string;
1590
1597
  } | null | undefined;
1591
1598
  title: string | null;
1592
1599
  content: string | null;
@@ -1638,11 +1645,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1638
1645
  format: string;
1639
1646
  quality: number;
1640
1647
  exifStripped: boolean;
1641
- createdAt: Date;
1642
- updatedAt: Date;
1648
+ createdAt: string;
1649
+ updatedAt: string;
1643
1650
  } | undefined;
1644
- createdAt: Date;
1645
- updatedAt: Date;
1651
+ createdAt: string;
1652
+ updatedAt: string;
1646
1653
  }[] | undefined;
1647
1654
  keywords: string[];
1648
1655
  upvotes: string[];
@@ -1661,7 +1668,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1661
1668
  repliesCount: number;
1662
1669
  views: number;
1663
1670
  score: number;
1664
- scoreUpdatedAt: Date;
1671
+ scoreUpdatedAt: string;
1665
1672
  location: {
1666
1673
  type: "Point";
1667
1674
  coordinates: [number, number];
@@ -1716,11 +1723,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1716
1723
  format: string;
1717
1724
  quality: number;
1718
1725
  exifStripped: boolean;
1719
- createdAt: Date;
1720
- updatedAt: Date;
1726
+ createdAt: string;
1727
+ updatedAt: string;
1721
1728
  } | undefined;
1722
- createdAt: Date;
1723
- updatedAt: Date;
1729
+ createdAt: string;
1730
+ updatedAt: string;
1724
1731
  } | null | undefined;
1725
1732
  bannerFile?: {
1726
1733
  id: string;
@@ -1757,14 +1764,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1757
1764
  format: string;
1758
1765
  quality: number;
1759
1766
  exifStripped: boolean;
1760
- createdAt: Date;
1761
- updatedAt: Date;
1767
+ createdAt: string;
1768
+ updatedAt: string;
1762
1769
  } | undefined;
1763
- createdAt: Date;
1764
- updatedAt: Date;
1770
+ createdAt: string;
1771
+ updatedAt: string;
1765
1772
  } | null | undefined;
1766
1773
  bio: string | null;
1767
- birthdate: Date | null;
1774
+ birthdate: string | null;
1768
1775
  location: {
1769
1776
  type: "Point";
1770
1777
  coordinates: [number, number];
@@ -1773,19 +1780,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1773
1780
  [x: string]: any;
1774
1781
  };
1775
1782
  reputation: number;
1776
- createdAt: Date;
1783
+ spaceReputation?: number | undefined;
1784
+ createdAt: string;
1777
1785
  };
1778
1786
  upvotesCount: number;
1779
1787
  content: string;
1780
1788
  createdAt: string;
1781
1789
  } | null;
1782
1790
  isSaved?: boolean | undefined;
1783
- createdAt: Date;
1784
- updatedAt: Date;
1785
- deletedAt: Date | null;
1791
+ createdAt: string;
1792
+ updatedAt: string;
1793
+ deletedAt: string | null;
1786
1794
  isDraft: boolean | null;
1787
1795
  moderationStatus: "approved" | "removed" | null;
1788
- moderatedAt: Date | null;
1796
+ moderatedAt: string | null;
1789
1797
  moderatedById: string | null;
1790
1798
  moderatedByType: "client" | "user" | null;
1791
1799
  moderationReason: string | null;
@@ -1801,8 +1809,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1801
1809
  parentId: string | null;
1802
1810
  name: string;
1803
1811
  entityCount: number;
1804
- createdAt: Date;
1805
- updatedAt: Date;
1812
+ createdAt: string;
1813
+ updatedAt: string;
1806
1814
  };
1807
1815
  };
1808
1816
  subcollectionsMap: {
@@ -1838,9 +1846,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1838
1846
  metadata: {
1839
1847
  [x: string]: any;
1840
1848
  };
1841
- createdAt: Date;
1842
- updatedAt: Date;
1843
- deletedAt: Date | null;
1849
+ createdAt: string;
1850
+ updatedAt: string;
1851
+ deletedAt: string | null;
1844
1852
  membersCount: number;
1845
1853
  childSpacesCount: number;
1846
1854
  isMember?: boolean | undefined;
@@ -1879,11 +1887,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1879
1887
  format: string;
1880
1888
  quality: number;
1881
1889
  exifStripped: boolean;
1882
- createdAt: Date;
1883
- updatedAt: Date;
1890
+ createdAt: string;
1891
+ updatedAt: string;
1884
1892
  } | undefined;
1885
- createdAt: Date;
1886
- updatedAt: Date;
1893
+ createdAt: string;
1894
+ updatedAt: string;
1887
1895
  } | undefined;
1888
1896
  bannerFile?: {
1889
1897
  id: string;
@@ -1920,11 +1928,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1920
1928
  format: string;
1921
1929
  quality: number;
1922
1930
  exifStripped: boolean;
1923
- createdAt: Date;
1924
- updatedAt: Date;
1931
+ createdAt: string;
1932
+ updatedAt: string;
1925
1933
  } | undefined;
1926
- createdAt: Date;
1927
- updatedAt: Date;
1934
+ createdAt: string;
1935
+ updatedAt: string;
1928
1936
  } | undefined;
1929
1937
  } | null | undefined;
1930
1938
  userId: string | null;
@@ -1973,11 +1981,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
1973
1981
  format: string;
1974
1982
  quality: number;
1975
1983
  exifStripped: boolean;
1976
- createdAt: Date;
1977
- updatedAt: Date;
1984
+ createdAt: string;
1985
+ updatedAt: string;
1978
1986
  } | undefined;
1979
- createdAt: Date;
1980
- updatedAt: Date;
1987
+ createdAt: string;
1988
+ updatedAt: string;
1981
1989
  } | null | undefined;
1982
1990
  bannerFile?: {
1983
1991
  id: string;
@@ -2014,14 +2022,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2014
2022
  format: string;
2015
2023
  quality: number;
2016
2024
  exifStripped: boolean;
2017
- createdAt: Date;
2018
- updatedAt: Date;
2025
+ createdAt: string;
2026
+ updatedAt: string;
2019
2027
  } | undefined;
2020
- createdAt: Date;
2021
- updatedAt: Date;
2028
+ createdAt: string;
2029
+ updatedAt: string;
2022
2030
  } | null | undefined;
2023
2031
  bio: string | null;
2024
- birthdate: Date | null;
2032
+ birthdate: string | null;
2025
2033
  location: {
2026
2034
  type: "Point";
2027
2035
  coordinates: [number, number];
@@ -2030,7 +2038,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2030
2038
  [x: string]: any;
2031
2039
  };
2032
2040
  reputation: number;
2033
- createdAt: Date;
2041
+ spaceReputation?: number | undefined;
2042
+ createdAt: string;
2034
2043
  } | null | undefined;
2035
2044
  title: string | null;
2036
2045
  content: string | null;
@@ -2082,11 +2091,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2082
2091
  format: string;
2083
2092
  quality: number;
2084
2093
  exifStripped: boolean;
2085
- createdAt: Date;
2086
- updatedAt: Date;
2094
+ createdAt: string;
2095
+ updatedAt: string;
2087
2096
  } | undefined;
2088
- createdAt: Date;
2089
- updatedAt: Date;
2097
+ createdAt: string;
2098
+ updatedAt: string;
2090
2099
  }[] | undefined;
2091
2100
  keywords: string[];
2092
2101
  upvotes: string[];
@@ -2105,7 +2114,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2105
2114
  repliesCount: number;
2106
2115
  views: number;
2107
2116
  score: number;
2108
- scoreUpdatedAt: Date;
2117
+ scoreUpdatedAt: string;
2109
2118
  location: {
2110
2119
  type: "Point";
2111
2120
  coordinates: [number, number];
@@ -2160,11 +2169,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2160
2169
  format: string;
2161
2170
  quality: number;
2162
2171
  exifStripped: boolean;
2163
- createdAt: Date;
2164
- updatedAt: Date;
2172
+ createdAt: string;
2173
+ updatedAt: string;
2165
2174
  } | undefined;
2166
- createdAt: Date;
2167
- updatedAt: Date;
2175
+ createdAt: string;
2176
+ updatedAt: string;
2168
2177
  } | null | undefined;
2169
2178
  bannerFile?: {
2170
2179
  id: string;
@@ -2201,14 +2210,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2201
2210
  format: string;
2202
2211
  quality: number;
2203
2212
  exifStripped: boolean;
2204
- createdAt: Date;
2205
- updatedAt: Date;
2213
+ createdAt: string;
2214
+ updatedAt: string;
2206
2215
  } | undefined;
2207
- createdAt: Date;
2208
- updatedAt: Date;
2216
+ createdAt: string;
2217
+ updatedAt: string;
2209
2218
  } | null | undefined;
2210
2219
  bio: string | null;
2211
- birthdate: Date | null;
2220
+ birthdate: string | null;
2212
2221
  location: {
2213
2222
  type: "Point";
2214
2223
  coordinates: [number, number];
@@ -2217,19 +2226,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2217
2226
  [x: string]: any;
2218
2227
  };
2219
2228
  reputation: number;
2220
- createdAt: Date;
2229
+ spaceReputation?: number | undefined;
2230
+ createdAt: string;
2221
2231
  };
2222
2232
  upvotesCount: number;
2223
2233
  content: string;
2224
2234
  createdAt: string;
2225
2235
  } | null;
2226
2236
  isSaved?: boolean | undefined;
2227
- createdAt: Date;
2228
- updatedAt: Date;
2229
- deletedAt: Date | null;
2237
+ createdAt: string;
2238
+ updatedAt: string;
2239
+ deletedAt: string | null;
2230
2240
  isDraft: boolean | null;
2231
2241
  moderationStatus: "approved" | "removed" | null;
2232
- moderatedAt: Date | null;
2242
+ moderatedAt: string | null;
2233
2243
  moderatedById: string | null;
2234
2244
  moderatedByType: "client" | "user" | null;
2235
2245
  moderationReason: string | null;
@@ -2245,8 +2255,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2245
2255
  parentId: string | null;
2246
2256
  name: string;
2247
2257
  entityCount: number;
2248
- createdAt: Date;
2249
- updatedAt: Date;
2258
+ createdAt: string;
2259
+ updatedAt: string;
2250
2260
  };
2251
2261
  };
2252
2262
  subcollectionsMap: {
@@ -2282,9 +2292,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2282
2292
  metadata: {
2283
2293
  [x: string]: any;
2284
2294
  };
2285
- createdAt: Date;
2286
- updatedAt: Date;
2287
- deletedAt: Date | null;
2295
+ createdAt: string;
2296
+ updatedAt: string;
2297
+ deletedAt: string | null;
2288
2298
  membersCount: number;
2289
2299
  childSpacesCount: number;
2290
2300
  isMember?: boolean | undefined;
@@ -2323,11 +2333,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2323
2333
  format: string;
2324
2334
  quality: number;
2325
2335
  exifStripped: boolean;
2326
- createdAt: Date;
2327
- updatedAt: Date;
2336
+ createdAt: string;
2337
+ updatedAt: string;
2328
2338
  } | undefined;
2329
- createdAt: Date;
2330
- updatedAt: Date;
2339
+ createdAt: string;
2340
+ updatedAt: string;
2331
2341
  } | undefined;
2332
2342
  bannerFile?: {
2333
2343
  id: string;
@@ -2364,11 +2374,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2364
2374
  format: string;
2365
2375
  quality: number;
2366
2376
  exifStripped: boolean;
2367
- createdAt: Date;
2368
- updatedAt: Date;
2377
+ createdAt: string;
2378
+ updatedAt: string;
2369
2379
  } | undefined;
2370
- createdAt: Date;
2371
- updatedAt: Date;
2380
+ createdAt: string;
2381
+ updatedAt: string;
2372
2382
  } | undefined;
2373
2383
  } | null | undefined;
2374
2384
  userId: string | null;
@@ -2417,11 +2427,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2417
2427
  format: string;
2418
2428
  quality: number;
2419
2429
  exifStripped: boolean;
2420
- createdAt: Date;
2421
- updatedAt: Date;
2430
+ createdAt: string;
2431
+ updatedAt: string;
2422
2432
  } | undefined;
2423
- createdAt: Date;
2424
- updatedAt: Date;
2433
+ createdAt: string;
2434
+ updatedAt: string;
2425
2435
  } | null | undefined;
2426
2436
  bannerFile?: {
2427
2437
  id: string;
@@ -2458,14 +2468,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2458
2468
  format: string;
2459
2469
  quality: number;
2460
2470
  exifStripped: boolean;
2461
- createdAt: Date;
2462
- updatedAt: Date;
2471
+ createdAt: string;
2472
+ updatedAt: string;
2463
2473
  } | undefined;
2464
- createdAt: Date;
2465
- updatedAt: Date;
2474
+ createdAt: string;
2475
+ updatedAt: string;
2466
2476
  } | null | undefined;
2467
2477
  bio: string | null;
2468
- birthdate: Date | null;
2478
+ birthdate: string | null;
2469
2479
  location: {
2470
2480
  type: "Point";
2471
2481
  coordinates: [number, number];
@@ -2474,7 +2484,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2474
2484
  [x: string]: any;
2475
2485
  };
2476
2486
  reputation: number;
2477
- createdAt: Date;
2487
+ spaceReputation?: number | undefined;
2488
+ createdAt: string;
2478
2489
  } | null | undefined;
2479
2490
  title: string | null;
2480
2491
  content: string | null;
@@ -2526,11 +2537,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2526
2537
  format: string;
2527
2538
  quality: number;
2528
2539
  exifStripped: boolean;
2529
- createdAt: Date;
2530
- updatedAt: Date;
2540
+ createdAt: string;
2541
+ updatedAt: string;
2531
2542
  } | undefined;
2532
- createdAt: Date;
2533
- updatedAt: Date;
2543
+ createdAt: string;
2544
+ updatedAt: string;
2534
2545
  }[] | undefined;
2535
2546
  keywords: string[];
2536
2547
  upvotes: string[];
@@ -2549,7 +2560,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2549
2560
  repliesCount: number;
2550
2561
  views: number;
2551
2562
  score: number;
2552
- scoreUpdatedAt: Date;
2563
+ scoreUpdatedAt: string;
2553
2564
  location: {
2554
2565
  type: "Point";
2555
2566
  coordinates: [number, number];
@@ -2604,11 +2615,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2604
2615
  format: string;
2605
2616
  quality: number;
2606
2617
  exifStripped: boolean;
2607
- createdAt: Date;
2608
- updatedAt: Date;
2618
+ createdAt: string;
2619
+ updatedAt: string;
2609
2620
  } | undefined;
2610
- createdAt: Date;
2611
- updatedAt: Date;
2621
+ createdAt: string;
2622
+ updatedAt: string;
2612
2623
  } | null | undefined;
2613
2624
  bannerFile?: {
2614
2625
  id: string;
@@ -2645,14 +2656,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2645
2656
  format: string;
2646
2657
  quality: number;
2647
2658
  exifStripped: boolean;
2648
- createdAt: Date;
2649
- updatedAt: Date;
2659
+ createdAt: string;
2660
+ updatedAt: string;
2650
2661
  } | undefined;
2651
- createdAt: Date;
2652
- updatedAt: Date;
2662
+ createdAt: string;
2663
+ updatedAt: string;
2653
2664
  } | null | undefined;
2654
2665
  bio: string | null;
2655
- birthdate: Date | null;
2666
+ birthdate: string | null;
2656
2667
  location: {
2657
2668
  type: "Point";
2658
2669
  coordinates: [number, number];
@@ -2661,19 +2672,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2661
2672
  [x: string]: any;
2662
2673
  };
2663
2674
  reputation: number;
2664
- createdAt: Date;
2675
+ spaceReputation?: number | undefined;
2676
+ createdAt: string;
2665
2677
  };
2666
2678
  upvotesCount: number;
2667
2679
  content: string;
2668
2680
  createdAt: string;
2669
2681
  } | null;
2670
2682
  isSaved?: boolean | undefined;
2671
- createdAt: Date;
2672
- updatedAt: Date;
2673
- deletedAt: Date | null;
2683
+ createdAt: string;
2684
+ updatedAt: string;
2685
+ deletedAt: string | null;
2674
2686
  isDraft: boolean | null;
2675
2687
  moderationStatus: "approved" | "removed" | null;
2676
- moderatedAt: Date | null;
2688
+ moderatedAt: string | null;
2677
2689
  moderatedById: string | null;
2678
2690
  moderatedByType: "client" | "user" | null;
2679
2691
  moderationReason: string | null;
@@ -2689,8 +2701,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2689
2701
  parentId: string | null;
2690
2702
  name: string;
2691
2703
  entityCount: number;
2692
- createdAt: Date;
2693
- updatedAt: Date;
2704
+ createdAt: string;
2705
+ updatedAt: string;
2694
2706
  };
2695
2707
  };
2696
2708
  subcollectionsMap: {
@@ -2726,9 +2738,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2726
2738
  metadata: {
2727
2739
  [x: string]: any;
2728
2740
  };
2729
- createdAt: Date;
2730
- updatedAt: Date;
2731
- deletedAt: Date | null;
2741
+ createdAt: string;
2742
+ updatedAt: string;
2743
+ deletedAt: string | null;
2732
2744
  membersCount: number;
2733
2745
  childSpacesCount: number;
2734
2746
  isMember?: boolean | undefined;
@@ -2767,11 +2779,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2767
2779
  format: string;
2768
2780
  quality: number;
2769
2781
  exifStripped: boolean;
2770
- createdAt: Date;
2771
- updatedAt: Date;
2782
+ createdAt: string;
2783
+ updatedAt: string;
2772
2784
  } | undefined;
2773
- createdAt: Date;
2774
- updatedAt: Date;
2785
+ createdAt: string;
2786
+ updatedAt: string;
2775
2787
  } | undefined;
2776
2788
  bannerFile?: {
2777
2789
  id: string;
@@ -2808,11 +2820,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2808
2820
  format: string;
2809
2821
  quality: number;
2810
2822
  exifStripped: boolean;
2811
- createdAt: Date;
2812
- updatedAt: Date;
2823
+ createdAt: string;
2824
+ updatedAt: string;
2813
2825
  } | undefined;
2814
- createdAt: Date;
2815
- updatedAt: Date;
2826
+ createdAt: string;
2827
+ updatedAt: string;
2816
2828
  } | undefined;
2817
2829
  } | null | undefined;
2818
2830
  userId: string | null;
@@ -2861,11 +2873,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2861
2873
  format: string;
2862
2874
  quality: number;
2863
2875
  exifStripped: boolean;
2864
- createdAt: Date;
2865
- updatedAt: Date;
2876
+ createdAt: string;
2877
+ updatedAt: string;
2866
2878
  } | undefined;
2867
- createdAt: Date;
2868
- updatedAt: Date;
2879
+ createdAt: string;
2880
+ updatedAt: string;
2869
2881
  } | null | undefined;
2870
2882
  bannerFile?: {
2871
2883
  id: string;
@@ -2902,14 +2914,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2902
2914
  format: string;
2903
2915
  quality: number;
2904
2916
  exifStripped: boolean;
2905
- createdAt: Date;
2906
- updatedAt: Date;
2917
+ createdAt: string;
2918
+ updatedAt: string;
2907
2919
  } | undefined;
2908
- createdAt: Date;
2909
- updatedAt: Date;
2920
+ createdAt: string;
2921
+ updatedAt: string;
2910
2922
  } | null | undefined;
2911
2923
  bio: string | null;
2912
- birthdate: Date | null;
2924
+ birthdate: string | null;
2913
2925
  location: {
2914
2926
  type: "Point";
2915
2927
  coordinates: [number, number];
@@ -2918,7 +2930,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2918
2930
  [x: string]: any;
2919
2931
  };
2920
2932
  reputation: number;
2921
- createdAt: Date;
2933
+ spaceReputation?: number | undefined;
2934
+ createdAt: string;
2922
2935
  } | null | undefined;
2923
2936
  title: string | null;
2924
2937
  content: string | null;
@@ -2970,11 +2983,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2970
2983
  format: string;
2971
2984
  quality: number;
2972
2985
  exifStripped: boolean;
2973
- createdAt: Date;
2974
- updatedAt: Date;
2986
+ createdAt: string;
2987
+ updatedAt: string;
2975
2988
  } | undefined;
2976
- createdAt: Date;
2977
- updatedAt: Date;
2989
+ createdAt: string;
2990
+ updatedAt: string;
2978
2991
  }[] | undefined;
2979
2992
  keywords: string[];
2980
2993
  upvotes: string[];
@@ -2993,7 +3006,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
2993
3006
  repliesCount: number;
2994
3007
  views: number;
2995
3008
  score: number;
2996
- scoreUpdatedAt: Date;
3009
+ scoreUpdatedAt: string;
2997
3010
  location: {
2998
3011
  type: "Point";
2999
3012
  coordinates: [number, number];
@@ -3048,11 +3061,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3048
3061
  format: string;
3049
3062
  quality: number;
3050
3063
  exifStripped: boolean;
3051
- createdAt: Date;
3052
- updatedAt: Date;
3064
+ createdAt: string;
3065
+ updatedAt: string;
3053
3066
  } | undefined;
3054
- createdAt: Date;
3055
- updatedAt: Date;
3067
+ createdAt: string;
3068
+ updatedAt: string;
3056
3069
  } | null | undefined;
3057
3070
  bannerFile?: {
3058
3071
  id: string;
@@ -3089,14 +3102,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3089
3102
  format: string;
3090
3103
  quality: number;
3091
3104
  exifStripped: boolean;
3092
- createdAt: Date;
3093
- updatedAt: Date;
3105
+ createdAt: string;
3106
+ updatedAt: string;
3094
3107
  } | undefined;
3095
- createdAt: Date;
3096
- updatedAt: Date;
3108
+ createdAt: string;
3109
+ updatedAt: string;
3097
3110
  } | null | undefined;
3098
3111
  bio: string | null;
3099
- birthdate: Date | null;
3112
+ birthdate: string | null;
3100
3113
  location: {
3101
3114
  type: "Point";
3102
3115
  coordinates: [number, number];
@@ -3105,19 +3118,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3105
3118
  [x: string]: any;
3106
3119
  };
3107
3120
  reputation: number;
3108
- createdAt: Date;
3121
+ spaceReputation?: number | undefined;
3122
+ createdAt: string;
3109
3123
  };
3110
3124
  upvotesCount: number;
3111
3125
  content: string;
3112
3126
  createdAt: string;
3113
3127
  } | null;
3114
3128
  isSaved?: boolean | undefined;
3115
- createdAt: Date;
3116
- updatedAt: Date;
3117
- deletedAt: Date | null;
3129
+ createdAt: string;
3130
+ updatedAt: string;
3131
+ deletedAt: string | null;
3118
3132
  isDraft: boolean | null;
3119
3133
  moderationStatus: "approved" | "removed" | null;
3120
- moderatedAt: Date | null;
3134
+ moderatedAt: string | null;
3121
3135
  moderatedById: string | null;
3122
3136
  moderatedByType: "client" | "user" | null;
3123
3137
  moderationReason: string | null;
@@ -3136,8 +3150,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3136
3150
  parentId: string | null;
3137
3151
  name: string;
3138
3152
  entityCount: number;
3139
- createdAt: Date;
3140
- updatedAt: Date;
3153
+ createdAt: string;
3154
+ updatedAt: string;
3141
3155
  };
3142
3156
  };
3143
3157
  subcollectionsMap: {
@@ -3173,9 +3187,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3173
3187
  metadata: {
3174
3188
  [x: string]: any;
3175
3189
  };
3176
- createdAt: Date;
3177
- updatedAt: Date;
3178
- deletedAt: Date | null;
3190
+ createdAt: string;
3191
+ updatedAt: string;
3192
+ deletedAt: string | null;
3179
3193
  membersCount: number;
3180
3194
  childSpacesCount: number;
3181
3195
  isMember?: boolean | undefined;
@@ -3214,11 +3228,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3214
3228
  format: string;
3215
3229
  quality: number;
3216
3230
  exifStripped: boolean;
3217
- createdAt: Date;
3218
- updatedAt: Date;
3231
+ createdAt: string;
3232
+ updatedAt: string;
3219
3233
  } | undefined;
3220
- createdAt: Date;
3221
- updatedAt: Date;
3234
+ createdAt: string;
3235
+ updatedAt: string;
3222
3236
  } | undefined;
3223
3237
  bannerFile?: {
3224
3238
  id: string;
@@ -3255,11 +3269,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3255
3269
  format: string;
3256
3270
  quality: number;
3257
3271
  exifStripped: boolean;
3258
- createdAt: Date;
3259
- updatedAt: Date;
3272
+ createdAt: string;
3273
+ updatedAt: string;
3260
3274
  } | undefined;
3261
- createdAt: Date;
3262
- updatedAt: Date;
3275
+ createdAt: string;
3276
+ updatedAt: string;
3263
3277
  } | undefined;
3264
3278
  } | null | undefined;
3265
3279
  userId: string | null;
@@ -3308,11 +3322,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3308
3322
  format: string;
3309
3323
  quality: number;
3310
3324
  exifStripped: boolean;
3311
- createdAt: Date;
3312
- updatedAt: Date;
3325
+ createdAt: string;
3326
+ updatedAt: string;
3313
3327
  } | undefined;
3314
- createdAt: Date;
3315
- updatedAt: Date;
3328
+ createdAt: string;
3329
+ updatedAt: string;
3316
3330
  } | null | undefined;
3317
3331
  bannerFile?: {
3318
3332
  id: string;
@@ -3349,14 +3363,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3349
3363
  format: string;
3350
3364
  quality: number;
3351
3365
  exifStripped: boolean;
3352
- createdAt: Date;
3353
- updatedAt: Date;
3366
+ createdAt: string;
3367
+ updatedAt: string;
3354
3368
  } | undefined;
3355
- createdAt: Date;
3356
- updatedAt: Date;
3369
+ createdAt: string;
3370
+ updatedAt: string;
3357
3371
  } | null | undefined;
3358
3372
  bio: string | null;
3359
- birthdate: Date | null;
3373
+ birthdate: string | null;
3360
3374
  location: {
3361
3375
  type: "Point";
3362
3376
  coordinates: [number, number];
@@ -3365,7 +3379,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3365
3379
  [x: string]: any;
3366
3380
  };
3367
3381
  reputation: number;
3368
- createdAt: Date;
3382
+ spaceReputation?: number | undefined;
3383
+ createdAt: string;
3369
3384
  } | null | undefined;
3370
3385
  title: string | null;
3371
3386
  content: string | null;
@@ -3417,11 +3432,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3417
3432
  format: string;
3418
3433
  quality: number;
3419
3434
  exifStripped: boolean;
3420
- createdAt: Date;
3421
- updatedAt: Date;
3435
+ createdAt: string;
3436
+ updatedAt: string;
3422
3437
  } | undefined;
3423
- createdAt: Date;
3424
- updatedAt: Date;
3438
+ createdAt: string;
3439
+ updatedAt: string;
3425
3440
  }[] | undefined;
3426
3441
  keywords: string[];
3427
3442
  upvotes: string[];
@@ -3440,7 +3455,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3440
3455
  repliesCount: number;
3441
3456
  views: number;
3442
3457
  score: number;
3443
- scoreUpdatedAt: Date;
3458
+ scoreUpdatedAt: string;
3444
3459
  location: {
3445
3460
  type: "Point";
3446
3461
  coordinates: [number, number];
@@ -3495,11 +3510,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3495
3510
  format: string;
3496
3511
  quality: number;
3497
3512
  exifStripped: boolean;
3498
- createdAt: Date;
3499
- updatedAt: Date;
3513
+ createdAt: string;
3514
+ updatedAt: string;
3500
3515
  } | undefined;
3501
- createdAt: Date;
3502
- updatedAt: Date;
3516
+ createdAt: string;
3517
+ updatedAt: string;
3503
3518
  } | null | undefined;
3504
3519
  bannerFile?: {
3505
3520
  id: string;
@@ -3536,14 +3551,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3536
3551
  format: string;
3537
3552
  quality: number;
3538
3553
  exifStripped: boolean;
3539
- createdAt: Date;
3540
- updatedAt: Date;
3554
+ createdAt: string;
3555
+ updatedAt: string;
3541
3556
  } | undefined;
3542
- createdAt: Date;
3543
- updatedAt: Date;
3557
+ createdAt: string;
3558
+ updatedAt: string;
3544
3559
  } | null | undefined;
3545
3560
  bio: string | null;
3546
- birthdate: Date | null;
3561
+ birthdate: string | null;
3547
3562
  location: {
3548
3563
  type: "Point";
3549
3564
  coordinates: [number, number];
@@ -3552,19 +3567,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3552
3567
  [x: string]: any;
3553
3568
  };
3554
3569
  reputation: number;
3555
- createdAt: Date;
3570
+ spaceReputation?: number | undefined;
3571
+ createdAt: string;
3556
3572
  };
3557
3573
  upvotesCount: number;
3558
3574
  content: string;
3559
3575
  createdAt: string;
3560
3576
  } | null;
3561
3577
  isSaved?: boolean | undefined;
3562
- createdAt: Date;
3563
- updatedAt: Date;
3564
- deletedAt: Date | null;
3578
+ createdAt: string;
3579
+ updatedAt: string;
3580
+ deletedAt: string | null;
3565
3581
  isDraft: boolean | null;
3566
3582
  moderationStatus: "approved" | "removed" | null;
3567
- moderatedAt: Date | null;
3583
+ moderatedAt: string | null;
3568
3584
  moderatedById: string | null;
3569
3585
  moderatedByType: "client" | "user" | null;
3570
3586
  moderationReason: string | null;
@@ -3580,8 +3596,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3580
3596
  parentId: string | null;
3581
3597
  name: string;
3582
3598
  entityCount: number;
3583
- createdAt: Date;
3584
- updatedAt: Date;
3599
+ createdAt: string;
3600
+ updatedAt: string;
3585
3601
  };
3586
3602
  };
3587
3603
  subcollectionsMap: {
@@ -3617,9 +3633,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3617
3633
  metadata: {
3618
3634
  [x: string]: any;
3619
3635
  };
3620
- createdAt: Date;
3621
- updatedAt: Date;
3622
- deletedAt: Date | null;
3636
+ createdAt: string;
3637
+ updatedAt: string;
3638
+ deletedAt: string | null;
3623
3639
  membersCount: number;
3624
3640
  childSpacesCount: number;
3625
3641
  isMember?: boolean | undefined;
@@ -3658,11 +3674,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3658
3674
  format: string;
3659
3675
  quality: number;
3660
3676
  exifStripped: boolean;
3661
- createdAt: Date;
3662
- updatedAt: Date;
3677
+ createdAt: string;
3678
+ updatedAt: string;
3663
3679
  } | undefined;
3664
- createdAt: Date;
3665
- updatedAt: Date;
3680
+ createdAt: string;
3681
+ updatedAt: string;
3666
3682
  } | undefined;
3667
3683
  bannerFile?: {
3668
3684
  id: string;
@@ -3699,11 +3715,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3699
3715
  format: string;
3700
3716
  quality: number;
3701
3717
  exifStripped: boolean;
3702
- createdAt: Date;
3703
- updatedAt: Date;
3718
+ createdAt: string;
3719
+ updatedAt: string;
3704
3720
  } | undefined;
3705
- createdAt: Date;
3706
- updatedAt: Date;
3721
+ createdAt: string;
3722
+ updatedAt: string;
3707
3723
  } | undefined;
3708
3724
  } | null | undefined;
3709
3725
  userId: string | null;
@@ -3752,11 +3768,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3752
3768
  format: string;
3753
3769
  quality: number;
3754
3770
  exifStripped: boolean;
3755
- createdAt: Date;
3756
- updatedAt: Date;
3771
+ createdAt: string;
3772
+ updatedAt: string;
3757
3773
  } | undefined;
3758
- createdAt: Date;
3759
- updatedAt: Date;
3774
+ createdAt: string;
3775
+ updatedAt: string;
3760
3776
  } | null | undefined;
3761
3777
  bannerFile?: {
3762
3778
  id: string;
@@ -3793,14 +3809,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3793
3809
  format: string;
3794
3810
  quality: number;
3795
3811
  exifStripped: boolean;
3796
- createdAt: Date;
3797
- updatedAt: Date;
3812
+ createdAt: string;
3813
+ updatedAt: string;
3798
3814
  } | undefined;
3799
- createdAt: Date;
3800
- updatedAt: Date;
3815
+ createdAt: string;
3816
+ updatedAt: string;
3801
3817
  } | null | undefined;
3802
3818
  bio: string | null;
3803
- birthdate: Date | null;
3819
+ birthdate: string | null;
3804
3820
  location: {
3805
3821
  type: "Point";
3806
3822
  coordinates: [number, number];
@@ -3809,7 +3825,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3809
3825
  [x: string]: any;
3810
3826
  };
3811
3827
  reputation: number;
3812
- createdAt: Date;
3828
+ spaceReputation?: number | undefined;
3829
+ createdAt: string;
3813
3830
  } | null | undefined;
3814
3831
  title: string | null;
3815
3832
  content: string | null;
@@ -3861,11 +3878,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3861
3878
  format: string;
3862
3879
  quality: number;
3863
3880
  exifStripped: boolean;
3864
- createdAt: Date;
3865
- updatedAt: Date;
3881
+ createdAt: string;
3882
+ updatedAt: string;
3866
3883
  } | undefined;
3867
- createdAt: Date;
3868
- updatedAt: Date;
3884
+ createdAt: string;
3885
+ updatedAt: string;
3869
3886
  }[] | undefined;
3870
3887
  keywords: string[];
3871
3888
  upvotes: string[];
@@ -3884,7 +3901,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3884
3901
  repliesCount: number;
3885
3902
  views: number;
3886
3903
  score: number;
3887
- scoreUpdatedAt: Date;
3904
+ scoreUpdatedAt: string;
3888
3905
  location: {
3889
3906
  type: "Point";
3890
3907
  coordinates: [number, number];
@@ -3939,11 +3956,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3939
3956
  format: string;
3940
3957
  quality: number;
3941
3958
  exifStripped: boolean;
3942
- createdAt: Date;
3943
- updatedAt: Date;
3959
+ createdAt: string;
3960
+ updatedAt: string;
3944
3961
  } | undefined;
3945
- createdAt: Date;
3946
- updatedAt: Date;
3962
+ createdAt: string;
3963
+ updatedAt: string;
3947
3964
  } | null | undefined;
3948
3965
  bannerFile?: {
3949
3966
  id: string;
@@ -3980,14 +3997,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3980
3997
  format: string;
3981
3998
  quality: number;
3982
3999
  exifStripped: boolean;
3983
- createdAt: Date;
3984
- updatedAt: Date;
4000
+ createdAt: string;
4001
+ updatedAt: string;
3985
4002
  } | undefined;
3986
- createdAt: Date;
3987
- updatedAt: Date;
4003
+ createdAt: string;
4004
+ updatedAt: string;
3988
4005
  } | null | undefined;
3989
4006
  bio: string | null;
3990
- birthdate: Date | null;
4007
+ birthdate: string | null;
3991
4008
  location: {
3992
4009
  type: "Point";
3993
4010
  coordinates: [number, number];
@@ -3996,19 +4013,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
3996
4013
  [x: string]: any;
3997
4014
  };
3998
4015
  reputation: number;
3999
- createdAt: Date;
4016
+ spaceReputation?: number | undefined;
4017
+ createdAt: string;
4000
4018
  };
4001
4019
  upvotesCount: number;
4002
4020
  content: string;
4003
4021
  createdAt: string;
4004
4022
  } | null;
4005
4023
  isSaved?: boolean | undefined;
4006
- createdAt: Date;
4007
- updatedAt: Date;
4008
- deletedAt: Date | null;
4024
+ createdAt: string;
4025
+ updatedAt: string;
4026
+ deletedAt: string | null;
4009
4027
  isDraft: boolean | null;
4010
4028
  moderationStatus: "approved" | "removed" | null;
4011
- moderatedAt: Date | null;
4029
+ moderatedAt: string | null;
4012
4030
  moderatedById: string | null;
4013
4031
  moderatedByType: "client" | "user" | null;
4014
4032
  moderationReason: string | null;
@@ -4024,8 +4042,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4024
4042
  parentId: string | null;
4025
4043
  name: string;
4026
4044
  entityCount: number;
4027
- createdAt: Date;
4028
- updatedAt: Date;
4045
+ createdAt: string;
4046
+ updatedAt: string;
4029
4047
  };
4030
4048
  };
4031
4049
  subcollectionsMap: {
@@ -4061,9 +4079,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4061
4079
  metadata: {
4062
4080
  [x: string]: any;
4063
4081
  };
4064
- createdAt: Date;
4065
- updatedAt: Date;
4066
- deletedAt: Date | null;
4082
+ createdAt: string;
4083
+ updatedAt: string;
4084
+ deletedAt: string | null;
4067
4085
  membersCount: number;
4068
4086
  childSpacesCount: number;
4069
4087
  isMember?: boolean | undefined;
@@ -4102,11 +4120,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4102
4120
  format: string;
4103
4121
  quality: number;
4104
4122
  exifStripped: boolean;
4105
- createdAt: Date;
4106
- updatedAt: Date;
4123
+ createdAt: string;
4124
+ updatedAt: string;
4107
4125
  } | undefined;
4108
- createdAt: Date;
4109
- updatedAt: Date;
4126
+ createdAt: string;
4127
+ updatedAt: string;
4110
4128
  } | undefined;
4111
4129
  bannerFile?: {
4112
4130
  id: string;
@@ -4143,11 +4161,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4143
4161
  format: string;
4144
4162
  quality: number;
4145
4163
  exifStripped: boolean;
4146
- createdAt: Date;
4147
- updatedAt: Date;
4164
+ createdAt: string;
4165
+ updatedAt: string;
4148
4166
  } | undefined;
4149
- createdAt: Date;
4150
- updatedAt: Date;
4167
+ createdAt: string;
4168
+ updatedAt: string;
4151
4169
  } | undefined;
4152
4170
  } | null | undefined;
4153
4171
  userId: string | null;
@@ -4196,11 +4214,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4196
4214
  format: string;
4197
4215
  quality: number;
4198
4216
  exifStripped: boolean;
4199
- createdAt: Date;
4200
- updatedAt: Date;
4217
+ createdAt: string;
4218
+ updatedAt: string;
4201
4219
  } | undefined;
4202
- createdAt: Date;
4203
- updatedAt: Date;
4220
+ createdAt: string;
4221
+ updatedAt: string;
4204
4222
  } | null | undefined;
4205
4223
  bannerFile?: {
4206
4224
  id: string;
@@ -4237,14 +4255,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4237
4255
  format: string;
4238
4256
  quality: number;
4239
4257
  exifStripped: boolean;
4240
- createdAt: Date;
4241
- updatedAt: Date;
4258
+ createdAt: string;
4259
+ updatedAt: string;
4242
4260
  } | undefined;
4243
- createdAt: Date;
4244
- updatedAt: Date;
4261
+ createdAt: string;
4262
+ updatedAt: string;
4245
4263
  } | null | undefined;
4246
4264
  bio: string | null;
4247
- birthdate: Date | null;
4265
+ birthdate: string | null;
4248
4266
  location: {
4249
4267
  type: "Point";
4250
4268
  coordinates: [number, number];
@@ -4253,7 +4271,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4253
4271
  [x: string]: any;
4254
4272
  };
4255
4273
  reputation: number;
4256
- createdAt: Date;
4274
+ spaceReputation?: number | undefined;
4275
+ createdAt: string;
4257
4276
  } | null | undefined;
4258
4277
  title: string | null;
4259
4278
  content: string | null;
@@ -4305,11 +4324,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4305
4324
  format: string;
4306
4325
  quality: number;
4307
4326
  exifStripped: boolean;
4308
- createdAt: Date;
4309
- updatedAt: Date;
4327
+ createdAt: string;
4328
+ updatedAt: string;
4310
4329
  } | undefined;
4311
- createdAt: Date;
4312
- updatedAt: Date;
4330
+ createdAt: string;
4331
+ updatedAt: string;
4313
4332
  }[] | undefined;
4314
4333
  keywords: string[];
4315
4334
  upvotes: string[];
@@ -4328,7 +4347,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4328
4347
  repliesCount: number;
4329
4348
  views: number;
4330
4349
  score: number;
4331
- scoreUpdatedAt: Date;
4350
+ scoreUpdatedAt: string;
4332
4351
  location: {
4333
4352
  type: "Point";
4334
4353
  coordinates: [number, number];
@@ -4383,11 +4402,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4383
4402
  format: string;
4384
4403
  quality: number;
4385
4404
  exifStripped: boolean;
4386
- createdAt: Date;
4387
- updatedAt: Date;
4405
+ createdAt: string;
4406
+ updatedAt: string;
4388
4407
  } | undefined;
4389
- createdAt: Date;
4390
- updatedAt: Date;
4408
+ createdAt: string;
4409
+ updatedAt: string;
4391
4410
  } | null | undefined;
4392
4411
  bannerFile?: {
4393
4412
  id: string;
@@ -4424,14 +4443,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4424
4443
  format: string;
4425
4444
  quality: number;
4426
4445
  exifStripped: boolean;
4427
- createdAt: Date;
4428
- updatedAt: Date;
4446
+ createdAt: string;
4447
+ updatedAt: string;
4429
4448
  } | undefined;
4430
- createdAt: Date;
4431
- updatedAt: Date;
4449
+ createdAt: string;
4450
+ updatedAt: string;
4432
4451
  } | null | undefined;
4433
4452
  bio: string | null;
4434
- birthdate: Date | null;
4453
+ birthdate: string | null;
4435
4454
  location: {
4436
4455
  type: "Point";
4437
4456
  coordinates: [number, number];
@@ -4440,19 +4459,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4440
4459
  [x: string]: any;
4441
4460
  };
4442
4461
  reputation: number;
4443
- createdAt: Date;
4462
+ spaceReputation?: number | undefined;
4463
+ createdAt: string;
4444
4464
  };
4445
4465
  upvotesCount: number;
4446
4466
  content: string;
4447
4467
  createdAt: string;
4448
4468
  } | null;
4449
4469
  isSaved?: boolean | undefined;
4450
- createdAt: Date;
4451
- updatedAt: Date;
4452
- deletedAt: Date | null;
4470
+ createdAt: string;
4471
+ updatedAt: string;
4472
+ deletedAt: string | null;
4453
4473
  isDraft: boolean | null;
4454
4474
  moderationStatus: "approved" | "removed" | null;
4455
- moderatedAt: Date | null;
4475
+ moderatedAt: string | null;
4456
4476
  moderatedById: string | null;
4457
4477
  moderatedByType: "client" | "user" | null;
4458
4478
  moderationReason: string | null;
@@ -4468,8 +4488,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4468
4488
  parentId: string | null;
4469
4489
  name: string;
4470
4490
  entityCount: number;
4471
- createdAt: Date;
4472
- updatedAt: Date;
4491
+ createdAt: string;
4492
+ updatedAt: string;
4473
4493
  };
4474
4494
  };
4475
4495
  subcollectionsMap: {
@@ -4505,9 +4525,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4505
4525
  metadata: {
4506
4526
  [x: string]: any;
4507
4527
  };
4508
- createdAt: Date;
4509
- updatedAt: Date;
4510
- deletedAt: Date | null;
4528
+ createdAt: string;
4529
+ updatedAt: string;
4530
+ deletedAt: string | null;
4511
4531
  membersCount: number;
4512
4532
  childSpacesCount: number;
4513
4533
  isMember?: boolean | undefined;
@@ -4546,11 +4566,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4546
4566
  format: string;
4547
4567
  quality: number;
4548
4568
  exifStripped: boolean;
4549
- createdAt: Date;
4550
- updatedAt: Date;
4569
+ createdAt: string;
4570
+ updatedAt: string;
4551
4571
  } | undefined;
4552
- createdAt: Date;
4553
- updatedAt: Date;
4572
+ createdAt: string;
4573
+ updatedAt: string;
4554
4574
  } | undefined;
4555
4575
  bannerFile?: {
4556
4576
  id: string;
@@ -4587,11 +4607,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4587
4607
  format: string;
4588
4608
  quality: number;
4589
4609
  exifStripped: boolean;
4590
- createdAt: Date;
4591
- updatedAt: Date;
4610
+ createdAt: string;
4611
+ updatedAt: string;
4592
4612
  } | undefined;
4593
- createdAt: Date;
4594
- updatedAt: Date;
4613
+ createdAt: string;
4614
+ updatedAt: string;
4595
4615
  } | undefined;
4596
4616
  } | null | undefined;
4597
4617
  userId: string | null;
@@ -4640,11 +4660,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4640
4660
  format: string;
4641
4661
  quality: number;
4642
4662
  exifStripped: boolean;
4643
- createdAt: Date;
4644
- updatedAt: Date;
4663
+ createdAt: string;
4664
+ updatedAt: string;
4645
4665
  } | undefined;
4646
- createdAt: Date;
4647
- updatedAt: Date;
4666
+ createdAt: string;
4667
+ updatedAt: string;
4648
4668
  } | null | undefined;
4649
4669
  bannerFile?: {
4650
4670
  id: string;
@@ -4681,14 +4701,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4681
4701
  format: string;
4682
4702
  quality: number;
4683
4703
  exifStripped: boolean;
4684
- createdAt: Date;
4685
- updatedAt: Date;
4704
+ createdAt: string;
4705
+ updatedAt: string;
4686
4706
  } | undefined;
4687
- createdAt: Date;
4688
- updatedAt: Date;
4707
+ createdAt: string;
4708
+ updatedAt: string;
4689
4709
  } | null | undefined;
4690
4710
  bio: string | null;
4691
- birthdate: Date | null;
4711
+ birthdate: string | null;
4692
4712
  location: {
4693
4713
  type: "Point";
4694
4714
  coordinates: [number, number];
@@ -4697,7 +4717,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4697
4717
  [x: string]: any;
4698
4718
  };
4699
4719
  reputation: number;
4700
- createdAt: Date;
4720
+ spaceReputation?: number | undefined;
4721
+ createdAt: string;
4701
4722
  } | null | undefined;
4702
4723
  title: string | null;
4703
4724
  content: string | null;
@@ -4749,11 +4770,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4749
4770
  format: string;
4750
4771
  quality: number;
4751
4772
  exifStripped: boolean;
4752
- createdAt: Date;
4753
- updatedAt: Date;
4773
+ createdAt: string;
4774
+ updatedAt: string;
4754
4775
  } | undefined;
4755
- createdAt: Date;
4756
- updatedAt: Date;
4776
+ createdAt: string;
4777
+ updatedAt: string;
4757
4778
  }[] | undefined;
4758
4779
  keywords: string[];
4759
4780
  upvotes: string[];
@@ -4772,7 +4793,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4772
4793
  repliesCount: number;
4773
4794
  views: number;
4774
4795
  score: number;
4775
- scoreUpdatedAt: Date;
4796
+ scoreUpdatedAt: string;
4776
4797
  location: {
4777
4798
  type: "Point";
4778
4799
  coordinates: [number, number];
@@ -4827,11 +4848,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4827
4848
  format: string;
4828
4849
  quality: number;
4829
4850
  exifStripped: boolean;
4830
- createdAt: Date;
4831
- updatedAt: Date;
4851
+ createdAt: string;
4852
+ updatedAt: string;
4832
4853
  } | undefined;
4833
- createdAt: Date;
4834
- updatedAt: Date;
4854
+ createdAt: string;
4855
+ updatedAt: string;
4835
4856
  } | null | undefined;
4836
4857
  bannerFile?: {
4837
4858
  id: string;
@@ -4868,14 +4889,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4868
4889
  format: string;
4869
4890
  quality: number;
4870
4891
  exifStripped: boolean;
4871
- createdAt: Date;
4872
- updatedAt: Date;
4892
+ createdAt: string;
4893
+ updatedAt: string;
4873
4894
  } | undefined;
4874
- createdAt: Date;
4875
- updatedAt: Date;
4895
+ createdAt: string;
4896
+ updatedAt: string;
4876
4897
  } | null | undefined;
4877
4898
  bio: string | null;
4878
- birthdate: Date | null;
4899
+ birthdate: string | null;
4879
4900
  location: {
4880
4901
  type: "Point";
4881
4902
  coordinates: [number, number];
@@ -4884,19 +4905,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4884
4905
  [x: string]: any;
4885
4906
  };
4886
4907
  reputation: number;
4887
- createdAt: Date;
4908
+ spaceReputation?: number | undefined;
4909
+ createdAt: string;
4888
4910
  };
4889
4911
  upvotesCount: number;
4890
4912
  content: string;
4891
4913
  createdAt: string;
4892
4914
  } | null;
4893
4915
  isSaved?: boolean | undefined;
4894
- createdAt: Date;
4895
- updatedAt: Date;
4896
- deletedAt: Date | null;
4916
+ createdAt: string;
4917
+ updatedAt: string;
4918
+ deletedAt: string | null;
4897
4919
  isDraft: boolean | null;
4898
4920
  moderationStatus: "approved" | "removed" | null;
4899
- moderatedAt: Date | null;
4921
+ moderatedAt: string | null;
4900
4922
  moderatedById: string | null;
4901
4923
  moderatedByType: "client" | "user" | null;
4902
4924
  moderationReason: string | null;
@@ -4912,8 +4934,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4912
4934
  parentId: string | null;
4913
4935
  name: string;
4914
4936
  entityCount: number;
4915
- createdAt: Date;
4916
- updatedAt: Date;
4937
+ createdAt: string;
4938
+ updatedAt: string;
4917
4939
  };
4918
4940
  };
4919
4941
  subcollectionsMap: {
@@ -4949,9 +4971,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4949
4971
  metadata: {
4950
4972
  [x: string]: any;
4951
4973
  };
4952
- createdAt: Date;
4953
- updatedAt: Date;
4954
- deletedAt: Date | null;
4974
+ createdAt: string;
4975
+ updatedAt: string;
4976
+ deletedAt: string | null;
4955
4977
  membersCount: number;
4956
4978
  childSpacesCount: number;
4957
4979
  isMember?: boolean | undefined;
@@ -4990,11 +5012,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
4990
5012
  format: string;
4991
5013
  quality: number;
4992
5014
  exifStripped: boolean;
4993
- createdAt: Date;
4994
- updatedAt: Date;
5015
+ createdAt: string;
5016
+ updatedAt: string;
4995
5017
  } | undefined;
4996
- createdAt: Date;
4997
- updatedAt: Date;
5018
+ createdAt: string;
5019
+ updatedAt: string;
4998
5020
  } | undefined;
4999
5021
  bannerFile?: {
5000
5022
  id: string;
@@ -5031,11 +5053,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5031
5053
  format: string;
5032
5054
  quality: number;
5033
5055
  exifStripped: boolean;
5034
- createdAt: Date;
5035
- updatedAt: Date;
5056
+ createdAt: string;
5057
+ updatedAt: string;
5036
5058
  } | undefined;
5037
- createdAt: Date;
5038
- updatedAt: Date;
5059
+ createdAt: string;
5060
+ updatedAt: string;
5039
5061
  } | undefined;
5040
5062
  } | null | undefined;
5041
5063
  userId: string | null;
@@ -5084,11 +5106,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5084
5106
  format: string;
5085
5107
  quality: number;
5086
5108
  exifStripped: boolean;
5087
- createdAt: Date;
5088
- updatedAt: Date;
5109
+ createdAt: string;
5110
+ updatedAt: string;
5089
5111
  } | undefined;
5090
- createdAt: Date;
5091
- updatedAt: Date;
5112
+ createdAt: string;
5113
+ updatedAt: string;
5092
5114
  } | null | undefined;
5093
5115
  bannerFile?: {
5094
5116
  id: string;
@@ -5125,14 +5147,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5125
5147
  format: string;
5126
5148
  quality: number;
5127
5149
  exifStripped: boolean;
5128
- createdAt: Date;
5129
- updatedAt: Date;
5150
+ createdAt: string;
5151
+ updatedAt: string;
5130
5152
  } | undefined;
5131
- createdAt: Date;
5132
- updatedAt: Date;
5153
+ createdAt: string;
5154
+ updatedAt: string;
5133
5155
  } | null | undefined;
5134
5156
  bio: string | null;
5135
- birthdate: Date | null;
5157
+ birthdate: string | null;
5136
5158
  location: {
5137
5159
  type: "Point";
5138
5160
  coordinates: [number, number];
@@ -5141,7 +5163,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5141
5163
  [x: string]: any;
5142
5164
  };
5143
5165
  reputation: number;
5144
- createdAt: Date;
5166
+ spaceReputation?: number | undefined;
5167
+ createdAt: string;
5145
5168
  } | null | undefined;
5146
5169
  title: string | null;
5147
5170
  content: string | null;
@@ -5193,11 +5216,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5193
5216
  format: string;
5194
5217
  quality: number;
5195
5218
  exifStripped: boolean;
5196
- createdAt: Date;
5197
- updatedAt: Date;
5219
+ createdAt: string;
5220
+ updatedAt: string;
5198
5221
  } | undefined;
5199
- createdAt: Date;
5200
- updatedAt: Date;
5222
+ createdAt: string;
5223
+ updatedAt: string;
5201
5224
  }[] | undefined;
5202
5225
  keywords: string[];
5203
5226
  upvotes: string[];
@@ -5216,7 +5239,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5216
5239
  repliesCount: number;
5217
5240
  views: number;
5218
5241
  score: number;
5219
- scoreUpdatedAt: Date;
5242
+ scoreUpdatedAt: string;
5220
5243
  location: {
5221
5244
  type: "Point";
5222
5245
  coordinates: [number, number];
@@ -5271,11 +5294,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5271
5294
  format: string;
5272
5295
  quality: number;
5273
5296
  exifStripped: boolean;
5274
- createdAt: Date;
5275
- updatedAt: Date;
5297
+ createdAt: string;
5298
+ updatedAt: string;
5276
5299
  } | undefined;
5277
- createdAt: Date;
5278
- updatedAt: Date;
5300
+ createdAt: string;
5301
+ updatedAt: string;
5279
5302
  } | null | undefined;
5280
5303
  bannerFile?: {
5281
5304
  id: string;
@@ -5312,14 +5335,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5312
5335
  format: string;
5313
5336
  quality: number;
5314
5337
  exifStripped: boolean;
5315
- createdAt: Date;
5316
- updatedAt: Date;
5338
+ createdAt: string;
5339
+ updatedAt: string;
5317
5340
  } | undefined;
5318
- createdAt: Date;
5319
- updatedAt: Date;
5341
+ createdAt: string;
5342
+ updatedAt: string;
5320
5343
  } | null | undefined;
5321
5344
  bio: string | null;
5322
- birthdate: Date | null;
5345
+ birthdate: string | null;
5323
5346
  location: {
5324
5347
  type: "Point";
5325
5348
  coordinates: [number, number];
@@ -5328,19 +5351,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5328
5351
  [x: string]: any;
5329
5352
  };
5330
5353
  reputation: number;
5331
- createdAt: Date;
5354
+ spaceReputation?: number | undefined;
5355
+ createdAt: string;
5332
5356
  };
5333
5357
  upvotesCount: number;
5334
5358
  content: string;
5335
5359
  createdAt: string;
5336
5360
  } | null;
5337
5361
  isSaved?: boolean | undefined;
5338
- createdAt: Date;
5339
- updatedAt: Date;
5340
- deletedAt: Date | null;
5362
+ createdAt: string;
5363
+ updatedAt: string;
5364
+ deletedAt: string | null;
5341
5365
  isDraft: boolean | null;
5342
5366
  moderationStatus: "approved" | "removed" | null;
5343
- moderatedAt: Date | null;
5367
+ moderatedAt: string | null;
5344
5368
  moderatedById: string | null;
5345
5369
  moderatedByType: "client" | "user" | null;
5346
5370
  moderationReason: string | null;
@@ -5359,8 +5383,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5359
5383
  parentId: string | null;
5360
5384
  name: string;
5361
5385
  entityCount: number;
5362
- createdAt: Date;
5363
- updatedAt: Date;
5386
+ createdAt: string;
5387
+ updatedAt: string;
5364
5388
  };
5365
5389
  };
5366
5390
  subcollectionsMap: {
@@ -5396,9 +5420,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5396
5420
  metadata: {
5397
5421
  [x: string]: any;
5398
5422
  };
5399
- createdAt: Date;
5400
- updatedAt: Date;
5401
- deletedAt: Date | null;
5423
+ createdAt: string;
5424
+ updatedAt: string;
5425
+ deletedAt: string | null;
5402
5426
  membersCount: number;
5403
5427
  childSpacesCount: number;
5404
5428
  isMember?: boolean | undefined;
@@ -5437,11 +5461,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5437
5461
  format: string;
5438
5462
  quality: number;
5439
5463
  exifStripped: boolean;
5440
- createdAt: Date;
5441
- updatedAt: Date;
5464
+ createdAt: string;
5465
+ updatedAt: string;
5442
5466
  } | undefined;
5443
- createdAt: Date;
5444
- updatedAt: Date;
5467
+ createdAt: string;
5468
+ updatedAt: string;
5445
5469
  } | undefined;
5446
5470
  bannerFile?: {
5447
5471
  id: string;
@@ -5478,11 +5502,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5478
5502
  format: string;
5479
5503
  quality: number;
5480
5504
  exifStripped: boolean;
5481
- createdAt: Date;
5482
- updatedAt: Date;
5505
+ createdAt: string;
5506
+ updatedAt: string;
5483
5507
  } | undefined;
5484
- createdAt: Date;
5485
- updatedAt: Date;
5508
+ createdAt: string;
5509
+ updatedAt: string;
5486
5510
  } | undefined;
5487
5511
  } | null | undefined;
5488
5512
  userId: string | null;
@@ -5531,11 +5555,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5531
5555
  format: string;
5532
5556
  quality: number;
5533
5557
  exifStripped: boolean;
5534
- createdAt: Date;
5535
- updatedAt: Date;
5558
+ createdAt: string;
5559
+ updatedAt: string;
5536
5560
  } | undefined;
5537
- createdAt: Date;
5538
- updatedAt: Date;
5561
+ createdAt: string;
5562
+ updatedAt: string;
5539
5563
  } | null | undefined;
5540
5564
  bannerFile?: {
5541
5565
  id: string;
@@ -5572,14 +5596,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5572
5596
  format: string;
5573
5597
  quality: number;
5574
5598
  exifStripped: boolean;
5575
- createdAt: Date;
5576
- updatedAt: Date;
5599
+ createdAt: string;
5600
+ updatedAt: string;
5577
5601
  } | undefined;
5578
- createdAt: Date;
5579
- updatedAt: Date;
5602
+ createdAt: string;
5603
+ updatedAt: string;
5580
5604
  } | null | undefined;
5581
5605
  bio: string | null;
5582
- birthdate: Date | null;
5606
+ birthdate: string | null;
5583
5607
  location: {
5584
5608
  type: "Point";
5585
5609
  coordinates: [number, number];
@@ -5588,7 +5612,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5588
5612
  [x: string]: any;
5589
5613
  };
5590
5614
  reputation: number;
5591
- createdAt: Date;
5615
+ spaceReputation?: number | undefined;
5616
+ createdAt: string;
5592
5617
  } | null | undefined;
5593
5618
  title: string | null;
5594
5619
  content: string | null;
@@ -5640,11 +5665,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5640
5665
  format: string;
5641
5666
  quality: number;
5642
5667
  exifStripped: boolean;
5643
- createdAt: Date;
5644
- updatedAt: Date;
5668
+ createdAt: string;
5669
+ updatedAt: string;
5645
5670
  } | undefined;
5646
- createdAt: Date;
5647
- updatedAt: Date;
5671
+ createdAt: string;
5672
+ updatedAt: string;
5648
5673
  }[] | undefined;
5649
5674
  keywords: string[];
5650
5675
  upvotes: string[];
@@ -5663,7 +5688,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5663
5688
  repliesCount: number;
5664
5689
  views: number;
5665
5690
  score: number;
5666
- scoreUpdatedAt: Date;
5691
+ scoreUpdatedAt: string;
5667
5692
  location: {
5668
5693
  type: "Point";
5669
5694
  coordinates: [number, number];
@@ -5718,11 +5743,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5718
5743
  format: string;
5719
5744
  quality: number;
5720
5745
  exifStripped: boolean;
5721
- createdAt: Date;
5722
- updatedAt: Date;
5746
+ createdAt: string;
5747
+ updatedAt: string;
5723
5748
  } | undefined;
5724
- createdAt: Date;
5725
- updatedAt: Date;
5749
+ createdAt: string;
5750
+ updatedAt: string;
5726
5751
  } | null | undefined;
5727
5752
  bannerFile?: {
5728
5753
  id: string;
@@ -5759,14 +5784,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5759
5784
  format: string;
5760
5785
  quality: number;
5761
5786
  exifStripped: boolean;
5762
- createdAt: Date;
5763
- updatedAt: Date;
5787
+ createdAt: string;
5788
+ updatedAt: string;
5764
5789
  } | undefined;
5765
- createdAt: Date;
5766
- updatedAt: Date;
5790
+ createdAt: string;
5791
+ updatedAt: string;
5767
5792
  } | null | undefined;
5768
5793
  bio: string | null;
5769
- birthdate: Date | null;
5794
+ birthdate: string | null;
5770
5795
  location: {
5771
5796
  type: "Point";
5772
5797
  coordinates: [number, number];
@@ -5775,19 +5800,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5775
5800
  [x: string]: any;
5776
5801
  };
5777
5802
  reputation: number;
5778
- createdAt: Date;
5803
+ spaceReputation?: number | undefined;
5804
+ createdAt: string;
5779
5805
  };
5780
5806
  upvotesCount: number;
5781
5807
  content: string;
5782
5808
  createdAt: string;
5783
5809
  } | null;
5784
5810
  isSaved?: boolean | undefined;
5785
- createdAt: Date;
5786
- updatedAt: Date;
5787
- deletedAt: Date | null;
5811
+ createdAt: string;
5812
+ updatedAt: string;
5813
+ deletedAt: string | null;
5788
5814
  isDraft: boolean | null;
5789
5815
  moderationStatus: "approved" | "removed" | null;
5790
- moderatedAt: Date | null;
5816
+ moderatedAt: string | null;
5791
5817
  moderatedById: string | null;
5792
5818
  moderatedByType: "client" | "user" | null;
5793
5819
  moderationReason: string | null;
@@ -5806,8 +5832,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5806
5832
  parentId: string | null;
5807
5833
  name: string;
5808
5834
  entityCount: number;
5809
- createdAt: Date;
5810
- updatedAt: Date;
5835
+ createdAt: string;
5836
+ updatedAt: string;
5811
5837
  };
5812
5838
  };
5813
5839
  subcollectionsMap: {
@@ -5843,9 +5869,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5843
5869
  metadata: {
5844
5870
  [x: string]: any;
5845
5871
  };
5846
- createdAt: Date;
5847
- updatedAt: Date;
5848
- deletedAt: Date | null;
5872
+ createdAt: string;
5873
+ updatedAt: string;
5874
+ deletedAt: string | null;
5849
5875
  membersCount: number;
5850
5876
  childSpacesCount: number;
5851
5877
  isMember?: boolean | undefined;
@@ -5884,11 +5910,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5884
5910
  format: string;
5885
5911
  quality: number;
5886
5912
  exifStripped: boolean;
5887
- createdAt: Date;
5888
- updatedAt: Date;
5913
+ createdAt: string;
5914
+ updatedAt: string;
5889
5915
  } | undefined;
5890
- createdAt: Date;
5891
- updatedAt: Date;
5916
+ createdAt: string;
5917
+ updatedAt: string;
5892
5918
  } | undefined;
5893
5919
  bannerFile?: {
5894
5920
  id: string;
@@ -5925,11 +5951,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5925
5951
  format: string;
5926
5952
  quality: number;
5927
5953
  exifStripped: boolean;
5928
- createdAt: Date;
5929
- updatedAt: Date;
5954
+ createdAt: string;
5955
+ updatedAt: string;
5930
5956
  } | undefined;
5931
- createdAt: Date;
5932
- updatedAt: Date;
5957
+ createdAt: string;
5958
+ updatedAt: string;
5933
5959
  } | undefined;
5934
5960
  } | null | undefined;
5935
5961
  userId: string | null;
@@ -5978,11 +6004,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
5978
6004
  format: string;
5979
6005
  quality: number;
5980
6006
  exifStripped: boolean;
5981
- createdAt: Date;
5982
- updatedAt: Date;
6007
+ createdAt: string;
6008
+ updatedAt: string;
5983
6009
  } | undefined;
5984
- createdAt: Date;
5985
- updatedAt: Date;
6010
+ createdAt: string;
6011
+ updatedAt: string;
5986
6012
  } | null | undefined;
5987
6013
  bannerFile?: {
5988
6014
  id: string;
@@ -6019,14 +6045,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6019
6045
  format: string;
6020
6046
  quality: number;
6021
6047
  exifStripped: boolean;
6022
- createdAt: Date;
6023
- updatedAt: Date;
6048
+ createdAt: string;
6049
+ updatedAt: string;
6024
6050
  } | undefined;
6025
- createdAt: Date;
6026
- updatedAt: Date;
6051
+ createdAt: string;
6052
+ updatedAt: string;
6027
6053
  } | null | undefined;
6028
6054
  bio: string | null;
6029
- birthdate: Date | null;
6055
+ birthdate: string | null;
6030
6056
  location: {
6031
6057
  type: "Point";
6032
6058
  coordinates: [number, number];
@@ -6035,7 +6061,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6035
6061
  [x: string]: any;
6036
6062
  };
6037
6063
  reputation: number;
6038
- createdAt: Date;
6064
+ spaceReputation?: number | undefined;
6065
+ createdAt: string;
6039
6066
  } | null | undefined;
6040
6067
  title: string | null;
6041
6068
  content: string | null;
@@ -6087,11 +6114,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6087
6114
  format: string;
6088
6115
  quality: number;
6089
6116
  exifStripped: boolean;
6090
- createdAt: Date;
6091
- updatedAt: Date;
6117
+ createdAt: string;
6118
+ updatedAt: string;
6092
6119
  } | undefined;
6093
- createdAt: Date;
6094
- updatedAt: Date;
6120
+ createdAt: string;
6121
+ updatedAt: string;
6095
6122
  }[] | undefined;
6096
6123
  keywords: string[];
6097
6124
  upvotes: string[];
@@ -6110,7 +6137,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6110
6137
  repliesCount: number;
6111
6138
  views: number;
6112
6139
  score: number;
6113
- scoreUpdatedAt: Date;
6140
+ scoreUpdatedAt: string;
6114
6141
  location: {
6115
6142
  type: "Point";
6116
6143
  coordinates: [number, number];
@@ -6165,11 +6192,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6165
6192
  format: string;
6166
6193
  quality: number;
6167
6194
  exifStripped: boolean;
6168
- createdAt: Date;
6169
- updatedAt: Date;
6195
+ createdAt: string;
6196
+ updatedAt: string;
6170
6197
  } | undefined;
6171
- createdAt: Date;
6172
- updatedAt: Date;
6198
+ createdAt: string;
6199
+ updatedAt: string;
6173
6200
  } | null | undefined;
6174
6201
  bannerFile?: {
6175
6202
  id: string;
@@ -6206,14 +6233,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6206
6233
  format: string;
6207
6234
  quality: number;
6208
6235
  exifStripped: boolean;
6209
- createdAt: Date;
6210
- updatedAt: Date;
6236
+ createdAt: string;
6237
+ updatedAt: string;
6211
6238
  } | undefined;
6212
- createdAt: Date;
6213
- updatedAt: Date;
6239
+ createdAt: string;
6240
+ updatedAt: string;
6214
6241
  } | null | undefined;
6215
6242
  bio: string | null;
6216
- birthdate: Date | null;
6243
+ birthdate: string | null;
6217
6244
  location: {
6218
6245
  type: "Point";
6219
6246
  coordinates: [number, number];
@@ -6222,19 +6249,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6222
6249
  [x: string]: any;
6223
6250
  };
6224
6251
  reputation: number;
6225
- createdAt: Date;
6252
+ spaceReputation?: number | undefined;
6253
+ createdAt: string;
6226
6254
  };
6227
6255
  upvotesCount: number;
6228
6256
  content: string;
6229
6257
  createdAt: string;
6230
6258
  } | null;
6231
6259
  isSaved?: boolean | undefined;
6232
- createdAt: Date;
6233
- updatedAt: Date;
6234
- deletedAt: Date | null;
6260
+ createdAt: string;
6261
+ updatedAt: string;
6262
+ deletedAt: string | null;
6235
6263
  isDraft: boolean | null;
6236
6264
  moderationStatus: "approved" | "removed" | null;
6237
- moderatedAt: Date | null;
6265
+ moderatedAt: string | null;
6238
6266
  moderatedById: string | null;
6239
6267
  moderatedByType: "client" | "user" | null;
6240
6268
  moderationReason: string | null;
@@ -6253,8 +6281,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6253
6281
  parentId: string | null;
6254
6282
  name: string;
6255
6283
  entityCount: number;
6256
- createdAt: Date;
6257
- updatedAt: Date;
6284
+ createdAt: string;
6285
+ updatedAt: string;
6258
6286
  };
6259
6287
  };
6260
6288
  subcollectionsMap: {
@@ -6290,9 +6318,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6290
6318
  metadata: {
6291
6319
  [x: string]: any;
6292
6320
  };
6293
- createdAt: Date;
6294
- updatedAt: Date;
6295
- deletedAt: Date | null;
6321
+ createdAt: string;
6322
+ updatedAt: string;
6323
+ deletedAt: string | null;
6296
6324
  membersCount: number;
6297
6325
  childSpacesCount: number;
6298
6326
  isMember?: boolean | undefined;
@@ -6331,11 +6359,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6331
6359
  format: string;
6332
6360
  quality: number;
6333
6361
  exifStripped: boolean;
6334
- createdAt: Date;
6335
- updatedAt: Date;
6362
+ createdAt: string;
6363
+ updatedAt: string;
6336
6364
  } | undefined;
6337
- createdAt: Date;
6338
- updatedAt: Date;
6365
+ createdAt: string;
6366
+ updatedAt: string;
6339
6367
  } | undefined;
6340
6368
  bannerFile?: {
6341
6369
  id: string;
@@ -6372,11 +6400,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6372
6400
  format: string;
6373
6401
  quality: number;
6374
6402
  exifStripped: boolean;
6375
- createdAt: Date;
6376
- updatedAt: Date;
6403
+ createdAt: string;
6404
+ updatedAt: string;
6377
6405
  } | undefined;
6378
- createdAt: Date;
6379
- updatedAt: Date;
6406
+ createdAt: string;
6407
+ updatedAt: string;
6380
6408
  } | undefined;
6381
6409
  } | null | undefined;
6382
6410
  userId: string | null;
@@ -6425,11 +6453,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6425
6453
  format: string;
6426
6454
  quality: number;
6427
6455
  exifStripped: boolean;
6428
- createdAt: Date;
6429
- updatedAt: Date;
6456
+ createdAt: string;
6457
+ updatedAt: string;
6430
6458
  } | undefined;
6431
- createdAt: Date;
6432
- updatedAt: Date;
6459
+ createdAt: string;
6460
+ updatedAt: string;
6433
6461
  } | null | undefined;
6434
6462
  bannerFile?: {
6435
6463
  id: string;
@@ -6466,14 +6494,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6466
6494
  format: string;
6467
6495
  quality: number;
6468
6496
  exifStripped: boolean;
6469
- createdAt: Date;
6470
- updatedAt: Date;
6497
+ createdAt: string;
6498
+ updatedAt: string;
6471
6499
  } | undefined;
6472
- createdAt: Date;
6473
- updatedAt: Date;
6500
+ createdAt: string;
6501
+ updatedAt: string;
6474
6502
  } | null | undefined;
6475
6503
  bio: string | null;
6476
- birthdate: Date | null;
6504
+ birthdate: string | null;
6477
6505
  location: {
6478
6506
  type: "Point";
6479
6507
  coordinates: [number, number];
@@ -6482,7 +6510,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6482
6510
  [x: string]: any;
6483
6511
  };
6484
6512
  reputation: number;
6485
- createdAt: Date;
6513
+ spaceReputation?: number | undefined;
6514
+ createdAt: string;
6486
6515
  } | null | undefined;
6487
6516
  title: string | null;
6488
6517
  content: string | null;
@@ -6534,11 +6563,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6534
6563
  format: string;
6535
6564
  quality: number;
6536
6565
  exifStripped: boolean;
6537
- createdAt: Date;
6538
- updatedAt: Date;
6566
+ createdAt: string;
6567
+ updatedAt: string;
6539
6568
  } | undefined;
6540
- createdAt: Date;
6541
- updatedAt: Date;
6569
+ createdAt: string;
6570
+ updatedAt: string;
6542
6571
  }[] | undefined;
6543
6572
  keywords: string[];
6544
6573
  upvotes: string[];
@@ -6557,7 +6586,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6557
6586
  repliesCount: number;
6558
6587
  views: number;
6559
6588
  score: number;
6560
- scoreUpdatedAt: Date;
6589
+ scoreUpdatedAt: string;
6561
6590
  location: {
6562
6591
  type: "Point";
6563
6592
  coordinates: [number, number];
@@ -6612,11 +6641,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6612
6641
  format: string;
6613
6642
  quality: number;
6614
6643
  exifStripped: boolean;
6615
- createdAt: Date;
6616
- updatedAt: Date;
6644
+ createdAt: string;
6645
+ updatedAt: string;
6617
6646
  } | undefined;
6618
- createdAt: Date;
6619
- updatedAt: Date;
6647
+ createdAt: string;
6648
+ updatedAt: string;
6620
6649
  } | null | undefined;
6621
6650
  bannerFile?: {
6622
6651
  id: string;
@@ -6653,14 +6682,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6653
6682
  format: string;
6654
6683
  quality: number;
6655
6684
  exifStripped: boolean;
6656
- createdAt: Date;
6657
- updatedAt: Date;
6685
+ createdAt: string;
6686
+ updatedAt: string;
6658
6687
  } | undefined;
6659
- createdAt: Date;
6660
- updatedAt: Date;
6688
+ createdAt: string;
6689
+ updatedAt: string;
6661
6690
  } | null | undefined;
6662
6691
  bio: string | null;
6663
- birthdate: Date | null;
6692
+ birthdate: string | null;
6664
6693
  location: {
6665
6694
  type: "Point";
6666
6695
  coordinates: [number, number];
@@ -6669,19 +6698,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6669
6698
  [x: string]: any;
6670
6699
  };
6671
6700
  reputation: number;
6672
- createdAt: Date;
6701
+ spaceReputation?: number | undefined;
6702
+ createdAt: string;
6673
6703
  };
6674
6704
  upvotesCount: number;
6675
6705
  content: string;
6676
6706
  createdAt: string;
6677
6707
  } | null;
6678
6708
  isSaved?: boolean | undefined;
6679
- createdAt: Date;
6680
- updatedAt: Date;
6681
- deletedAt: Date | null;
6709
+ createdAt: string;
6710
+ updatedAt: string;
6711
+ deletedAt: string | null;
6682
6712
  isDraft: boolean | null;
6683
6713
  moderationStatus: "approved" | "removed" | null;
6684
- moderatedAt: Date | null;
6714
+ moderatedAt: string | null;
6685
6715
  moderatedById: string | null;
6686
6716
  moderatedByType: "client" | "user" | null;
6687
6717
  moderationReason: string | null;
@@ -6700,8 +6730,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6700
6730
  parentId: string | null;
6701
6731
  name: string;
6702
6732
  entityCount: number;
6703
- createdAt: Date;
6704
- updatedAt: Date;
6733
+ createdAt: string;
6734
+ updatedAt: string;
6705
6735
  };
6706
6736
  };
6707
6737
  subcollectionsMap: {
@@ -6737,9 +6767,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6737
6767
  metadata: {
6738
6768
  [x: string]: any;
6739
6769
  };
6740
- createdAt: Date;
6741
- updatedAt: Date;
6742
- deletedAt: Date | null;
6770
+ createdAt: string;
6771
+ updatedAt: string;
6772
+ deletedAt: string | null;
6743
6773
  membersCount: number;
6744
6774
  childSpacesCount: number;
6745
6775
  isMember?: boolean | undefined;
@@ -6778,11 +6808,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6778
6808
  format: string;
6779
6809
  quality: number;
6780
6810
  exifStripped: boolean;
6781
- createdAt: Date;
6782
- updatedAt: Date;
6811
+ createdAt: string;
6812
+ updatedAt: string;
6783
6813
  } | undefined;
6784
- createdAt: Date;
6785
- updatedAt: Date;
6814
+ createdAt: string;
6815
+ updatedAt: string;
6786
6816
  } | undefined;
6787
6817
  bannerFile?: {
6788
6818
  id: string;
@@ -6819,11 +6849,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6819
6849
  format: string;
6820
6850
  quality: number;
6821
6851
  exifStripped: boolean;
6822
- createdAt: Date;
6823
- updatedAt: Date;
6852
+ createdAt: string;
6853
+ updatedAt: string;
6824
6854
  } | undefined;
6825
- createdAt: Date;
6826
- updatedAt: Date;
6855
+ createdAt: string;
6856
+ updatedAt: string;
6827
6857
  } | undefined;
6828
6858
  } | null | undefined;
6829
6859
  userId: string | null;
@@ -6872,11 +6902,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6872
6902
  format: string;
6873
6903
  quality: number;
6874
6904
  exifStripped: boolean;
6875
- createdAt: Date;
6876
- updatedAt: Date;
6905
+ createdAt: string;
6906
+ updatedAt: string;
6877
6907
  } | undefined;
6878
- createdAt: Date;
6879
- updatedAt: Date;
6908
+ createdAt: string;
6909
+ updatedAt: string;
6880
6910
  } | null | undefined;
6881
6911
  bannerFile?: {
6882
6912
  id: string;
@@ -6913,14 +6943,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6913
6943
  format: string;
6914
6944
  quality: number;
6915
6945
  exifStripped: boolean;
6916
- createdAt: Date;
6917
- updatedAt: Date;
6946
+ createdAt: string;
6947
+ updatedAt: string;
6918
6948
  } | undefined;
6919
- createdAt: Date;
6920
- updatedAt: Date;
6949
+ createdAt: string;
6950
+ updatedAt: string;
6921
6951
  } | null | undefined;
6922
6952
  bio: string | null;
6923
- birthdate: Date | null;
6953
+ birthdate: string | null;
6924
6954
  location: {
6925
6955
  type: "Point";
6926
6956
  coordinates: [number, number];
@@ -6929,7 +6959,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6929
6959
  [x: string]: any;
6930
6960
  };
6931
6961
  reputation: number;
6932
- createdAt: Date;
6962
+ spaceReputation?: number | undefined;
6963
+ createdAt: string;
6933
6964
  } | null | undefined;
6934
6965
  title: string | null;
6935
6966
  content: string | null;
@@ -6981,11 +7012,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
6981
7012
  format: string;
6982
7013
  quality: number;
6983
7014
  exifStripped: boolean;
6984
- createdAt: Date;
6985
- updatedAt: Date;
7015
+ createdAt: string;
7016
+ updatedAt: string;
6986
7017
  } | undefined;
6987
- createdAt: Date;
6988
- updatedAt: Date;
7018
+ createdAt: string;
7019
+ updatedAt: string;
6989
7020
  }[] | undefined;
6990
7021
  keywords: string[];
6991
7022
  upvotes: string[];
@@ -7004,7 +7035,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7004
7035
  repliesCount: number;
7005
7036
  views: number;
7006
7037
  score: number;
7007
- scoreUpdatedAt: Date;
7038
+ scoreUpdatedAt: string;
7008
7039
  location: {
7009
7040
  type: "Point";
7010
7041
  coordinates: [number, number];
@@ -7059,11 +7090,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7059
7090
  format: string;
7060
7091
  quality: number;
7061
7092
  exifStripped: boolean;
7062
- createdAt: Date;
7063
- updatedAt: Date;
7093
+ createdAt: string;
7094
+ updatedAt: string;
7064
7095
  } | undefined;
7065
- createdAt: Date;
7066
- updatedAt: Date;
7096
+ createdAt: string;
7097
+ updatedAt: string;
7067
7098
  } | null | undefined;
7068
7099
  bannerFile?: {
7069
7100
  id: string;
@@ -7100,14 +7131,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7100
7131
  format: string;
7101
7132
  quality: number;
7102
7133
  exifStripped: boolean;
7103
- createdAt: Date;
7104
- updatedAt: Date;
7134
+ createdAt: string;
7135
+ updatedAt: string;
7105
7136
  } | undefined;
7106
- createdAt: Date;
7107
- updatedAt: Date;
7137
+ createdAt: string;
7138
+ updatedAt: string;
7108
7139
  } | null | undefined;
7109
7140
  bio: string | null;
7110
- birthdate: Date | null;
7141
+ birthdate: string | null;
7111
7142
  location: {
7112
7143
  type: "Point";
7113
7144
  coordinates: [number, number];
@@ -7116,19 +7147,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7116
7147
  [x: string]: any;
7117
7148
  };
7118
7149
  reputation: number;
7119
- createdAt: Date;
7150
+ spaceReputation?: number | undefined;
7151
+ createdAt: string;
7120
7152
  };
7121
7153
  upvotesCount: number;
7122
7154
  content: string;
7123
7155
  createdAt: string;
7124
7156
  } | null;
7125
7157
  isSaved?: boolean | undefined;
7126
- createdAt: Date;
7127
- updatedAt: Date;
7128
- deletedAt: Date | null;
7158
+ createdAt: string;
7159
+ updatedAt: string;
7160
+ deletedAt: string | null;
7129
7161
  isDraft: boolean | null;
7130
7162
  moderationStatus: "approved" | "removed" | null;
7131
- moderatedAt: Date | null;
7163
+ moderatedAt: string | null;
7132
7164
  moderatedById: string | null;
7133
7165
  moderatedByType: "client" | "user" | null;
7134
7166
  moderationReason: string | null;
@@ -7147,8 +7179,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7147
7179
  parentId: string | null;
7148
7180
  name: string;
7149
7181
  entityCount: number;
7150
- createdAt: Date;
7151
- updatedAt: Date;
7182
+ createdAt: string;
7183
+ updatedAt: string;
7152
7184
  };
7153
7185
  };
7154
7186
  subcollectionsMap: {
@@ -7184,9 +7216,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7184
7216
  metadata: {
7185
7217
  [x: string]: any;
7186
7218
  };
7187
- createdAt: Date;
7188
- updatedAt: Date;
7189
- deletedAt: Date | null;
7219
+ createdAt: string;
7220
+ updatedAt: string;
7221
+ deletedAt: string | null;
7190
7222
  membersCount: number;
7191
7223
  childSpacesCount: number;
7192
7224
  isMember?: boolean | undefined;
@@ -7225,11 +7257,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7225
7257
  format: string;
7226
7258
  quality: number;
7227
7259
  exifStripped: boolean;
7228
- createdAt: Date;
7229
- updatedAt: Date;
7260
+ createdAt: string;
7261
+ updatedAt: string;
7230
7262
  } | undefined;
7231
- createdAt: Date;
7232
- updatedAt: Date;
7263
+ createdAt: string;
7264
+ updatedAt: string;
7233
7265
  } | undefined;
7234
7266
  bannerFile?: {
7235
7267
  id: string;
@@ -7266,11 +7298,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7266
7298
  format: string;
7267
7299
  quality: number;
7268
7300
  exifStripped: boolean;
7269
- createdAt: Date;
7270
- updatedAt: Date;
7301
+ createdAt: string;
7302
+ updatedAt: string;
7271
7303
  } | undefined;
7272
- createdAt: Date;
7273
- updatedAt: Date;
7304
+ createdAt: string;
7305
+ updatedAt: string;
7274
7306
  } | undefined;
7275
7307
  } | null | undefined;
7276
7308
  userId: string | null;
@@ -7319,11 +7351,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7319
7351
  format: string;
7320
7352
  quality: number;
7321
7353
  exifStripped: boolean;
7322
- createdAt: Date;
7323
- updatedAt: Date;
7354
+ createdAt: string;
7355
+ updatedAt: string;
7324
7356
  } | undefined;
7325
- createdAt: Date;
7326
- updatedAt: Date;
7357
+ createdAt: string;
7358
+ updatedAt: string;
7327
7359
  } | null | undefined;
7328
7360
  bannerFile?: {
7329
7361
  id: string;
@@ -7360,14 +7392,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7360
7392
  format: string;
7361
7393
  quality: number;
7362
7394
  exifStripped: boolean;
7363
- createdAt: Date;
7364
- updatedAt: Date;
7395
+ createdAt: string;
7396
+ updatedAt: string;
7365
7397
  } | undefined;
7366
- createdAt: Date;
7367
- updatedAt: Date;
7398
+ createdAt: string;
7399
+ updatedAt: string;
7368
7400
  } | null | undefined;
7369
7401
  bio: string | null;
7370
- birthdate: Date | null;
7402
+ birthdate: string | null;
7371
7403
  location: {
7372
7404
  type: "Point";
7373
7405
  coordinates: [number, number];
@@ -7376,7 +7408,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7376
7408
  [x: string]: any;
7377
7409
  };
7378
7410
  reputation: number;
7379
- createdAt: Date;
7411
+ spaceReputation?: number | undefined;
7412
+ createdAt: string;
7380
7413
  } | null | undefined;
7381
7414
  title: string | null;
7382
7415
  content: string | null;
@@ -7428,11 +7461,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7428
7461
  format: string;
7429
7462
  quality: number;
7430
7463
  exifStripped: boolean;
7431
- createdAt: Date;
7432
- updatedAt: Date;
7464
+ createdAt: string;
7465
+ updatedAt: string;
7433
7466
  } | undefined;
7434
- createdAt: Date;
7435
- updatedAt: Date;
7467
+ createdAt: string;
7468
+ updatedAt: string;
7436
7469
  }[] | undefined;
7437
7470
  keywords: string[];
7438
7471
  upvotes: string[];
@@ -7451,7 +7484,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7451
7484
  repliesCount: number;
7452
7485
  views: number;
7453
7486
  score: number;
7454
- scoreUpdatedAt: Date;
7487
+ scoreUpdatedAt: string;
7455
7488
  location: {
7456
7489
  type: "Point";
7457
7490
  coordinates: [number, number];
@@ -7506,11 +7539,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7506
7539
  format: string;
7507
7540
  quality: number;
7508
7541
  exifStripped: boolean;
7509
- createdAt: Date;
7510
- updatedAt: Date;
7542
+ createdAt: string;
7543
+ updatedAt: string;
7511
7544
  } | undefined;
7512
- createdAt: Date;
7513
- updatedAt: Date;
7545
+ createdAt: string;
7546
+ updatedAt: string;
7514
7547
  } | null | undefined;
7515
7548
  bannerFile?: {
7516
7549
  id: string;
@@ -7547,14 +7580,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7547
7580
  format: string;
7548
7581
  quality: number;
7549
7582
  exifStripped: boolean;
7550
- createdAt: Date;
7551
- updatedAt: Date;
7583
+ createdAt: string;
7584
+ updatedAt: string;
7552
7585
  } | undefined;
7553
- createdAt: Date;
7554
- updatedAt: Date;
7586
+ createdAt: string;
7587
+ updatedAt: string;
7555
7588
  } | null | undefined;
7556
7589
  bio: string | null;
7557
- birthdate: Date | null;
7590
+ birthdate: string | null;
7558
7591
  location: {
7559
7592
  type: "Point";
7560
7593
  coordinates: [number, number];
@@ -7563,19 +7596,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7563
7596
  [x: string]: any;
7564
7597
  };
7565
7598
  reputation: number;
7566
- createdAt: Date;
7599
+ spaceReputation?: number | undefined;
7600
+ createdAt: string;
7567
7601
  };
7568
7602
  upvotesCount: number;
7569
7603
  content: string;
7570
7604
  createdAt: string;
7571
7605
  } | null;
7572
7606
  isSaved?: boolean | undefined;
7573
- createdAt: Date;
7574
- updatedAt: Date;
7575
- deletedAt: Date | null;
7607
+ createdAt: string;
7608
+ updatedAt: string;
7609
+ deletedAt: string | null;
7576
7610
  isDraft: boolean | null;
7577
7611
  moderationStatus: "approved" | "removed" | null;
7578
- moderatedAt: Date | null;
7612
+ moderatedAt: string | null;
7579
7613
  moderatedById: string | null;
7580
7614
  moderatedByType: "client" | "user" | null;
7581
7615
  moderationReason: string | null;
@@ -7595,8 +7629,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7595
7629
  parentId: string | null;
7596
7630
  name: string;
7597
7631
  entityCount: number;
7598
- createdAt: Date;
7599
- updatedAt: Date;
7632
+ createdAt: string;
7633
+ updatedAt: string;
7600
7634
  };
7601
7635
  };
7602
7636
  subcollectionsMap: {
@@ -7632,9 +7666,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7632
7666
  metadata: {
7633
7667
  [x: string]: any;
7634
7668
  };
7635
- createdAt: Date;
7636
- updatedAt: Date;
7637
- deletedAt: Date | null;
7669
+ createdAt: string;
7670
+ updatedAt: string;
7671
+ deletedAt: string | null;
7638
7672
  membersCount: number;
7639
7673
  childSpacesCount: number;
7640
7674
  isMember?: boolean | undefined;
@@ -7673,11 +7707,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7673
7707
  format: string;
7674
7708
  quality: number;
7675
7709
  exifStripped: boolean;
7676
- createdAt: Date;
7677
- updatedAt: Date;
7710
+ createdAt: string;
7711
+ updatedAt: string;
7678
7712
  } | undefined;
7679
- createdAt: Date;
7680
- updatedAt: Date;
7713
+ createdAt: string;
7714
+ updatedAt: string;
7681
7715
  } | undefined;
7682
7716
  bannerFile?: {
7683
7717
  id: string;
@@ -7714,11 +7748,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7714
7748
  format: string;
7715
7749
  quality: number;
7716
7750
  exifStripped: boolean;
7717
- createdAt: Date;
7718
- updatedAt: Date;
7751
+ createdAt: string;
7752
+ updatedAt: string;
7719
7753
  } | undefined;
7720
- createdAt: Date;
7721
- updatedAt: Date;
7754
+ createdAt: string;
7755
+ updatedAt: string;
7722
7756
  } | undefined;
7723
7757
  } | null | undefined;
7724
7758
  userId: string | null;
@@ -7767,11 +7801,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7767
7801
  format: string;
7768
7802
  quality: number;
7769
7803
  exifStripped: boolean;
7770
- createdAt: Date;
7771
- updatedAt: Date;
7804
+ createdAt: string;
7805
+ updatedAt: string;
7772
7806
  } | undefined;
7773
- createdAt: Date;
7774
- updatedAt: Date;
7807
+ createdAt: string;
7808
+ updatedAt: string;
7775
7809
  } | null | undefined;
7776
7810
  bannerFile?: {
7777
7811
  id: string;
@@ -7808,14 +7842,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7808
7842
  format: string;
7809
7843
  quality: number;
7810
7844
  exifStripped: boolean;
7811
- createdAt: Date;
7812
- updatedAt: Date;
7845
+ createdAt: string;
7846
+ updatedAt: string;
7813
7847
  } | undefined;
7814
- createdAt: Date;
7815
- updatedAt: Date;
7848
+ createdAt: string;
7849
+ updatedAt: string;
7816
7850
  } | null | undefined;
7817
7851
  bio: string | null;
7818
- birthdate: Date | null;
7852
+ birthdate: string | null;
7819
7853
  location: {
7820
7854
  type: "Point";
7821
7855
  coordinates: [number, number];
@@ -7824,7 +7858,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7824
7858
  [x: string]: any;
7825
7859
  };
7826
7860
  reputation: number;
7827
- createdAt: Date;
7861
+ spaceReputation?: number | undefined;
7862
+ createdAt: string;
7828
7863
  } | null | undefined;
7829
7864
  title: string | null;
7830
7865
  content: string | null;
@@ -7876,11 +7911,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7876
7911
  format: string;
7877
7912
  quality: number;
7878
7913
  exifStripped: boolean;
7879
- createdAt: Date;
7880
- updatedAt: Date;
7914
+ createdAt: string;
7915
+ updatedAt: string;
7881
7916
  } | undefined;
7882
- createdAt: Date;
7883
- updatedAt: Date;
7917
+ createdAt: string;
7918
+ updatedAt: string;
7884
7919
  }[] | undefined;
7885
7920
  keywords: string[];
7886
7921
  upvotes: string[];
@@ -7899,7 +7934,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7899
7934
  repliesCount: number;
7900
7935
  views: number;
7901
7936
  score: number;
7902
- scoreUpdatedAt: Date;
7937
+ scoreUpdatedAt: string;
7903
7938
  location: {
7904
7939
  type: "Point";
7905
7940
  coordinates: [number, number];
@@ -7954,11 +7989,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7954
7989
  format: string;
7955
7990
  quality: number;
7956
7991
  exifStripped: boolean;
7957
- createdAt: Date;
7958
- updatedAt: Date;
7992
+ createdAt: string;
7993
+ updatedAt: string;
7959
7994
  } | undefined;
7960
- createdAt: Date;
7961
- updatedAt: Date;
7995
+ createdAt: string;
7996
+ updatedAt: string;
7962
7997
  } | null | undefined;
7963
7998
  bannerFile?: {
7964
7999
  id: string;
@@ -7995,14 +8030,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
7995
8030
  format: string;
7996
8031
  quality: number;
7997
8032
  exifStripped: boolean;
7998
- createdAt: Date;
7999
- updatedAt: Date;
8033
+ createdAt: string;
8034
+ updatedAt: string;
8000
8035
  } | undefined;
8001
- createdAt: Date;
8002
- updatedAt: Date;
8036
+ createdAt: string;
8037
+ updatedAt: string;
8003
8038
  } | null | undefined;
8004
8039
  bio: string | null;
8005
- birthdate: Date | null;
8040
+ birthdate: string | null;
8006
8041
  location: {
8007
8042
  type: "Point";
8008
8043
  coordinates: [number, number];
@@ -8011,19 +8046,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8011
8046
  [x: string]: any;
8012
8047
  };
8013
8048
  reputation: number;
8014
- createdAt: Date;
8049
+ spaceReputation?: number | undefined;
8050
+ createdAt: string;
8015
8051
  };
8016
8052
  upvotesCount: number;
8017
8053
  content: string;
8018
8054
  createdAt: string;
8019
8055
  } | null;
8020
8056
  isSaved?: boolean | undefined;
8021
- createdAt: Date;
8022
- updatedAt: Date;
8023
- deletedAt: Date | null;
8057
+ createdAt: string;
8058
+ updatedAt: string;
8059
+ deletedAt: string | null;
8024
8060
  isDraft: boolean | null;
8025
8061
  moderationStatus: "approved" | "removed" | null;
8026
- moderatedAt: Date | null;
8062
+ moderatedAt: string | null;
8027
8063
  moderatedById: string | null;
8028
8064
  moderatedByType: "client" | "user" | null;
8029
8065
  moderationReason: string | null;
@@ -8039,8 +8075,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8039
8075
  parentId: string | null;
8040
8076
  name: string;
8041
8077
  entityCount: number;
8042
- createdAt: Date;
8043
- updatedAt: Date;
8078
+ createdAt: string;
8079
+ updatedAt: string;
8044
8080
  };
8045
8081
  };
8046
8082
  subcollectionsMap: {
@@ -8076,9 +8112,9 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8076
8112
  metadata: {
8077
8113
  [x: string]: any;
8078
8114
  };
8079
- createdAt: Date;
8080
- updatedAt: Date;
8081
- deletedAt: Date | null;
8115
+ createdAt: string;
8116
+ updatedAt: string;
8117
+ deletedAt: string | null;
8082
8118
  membersCount: number;
8083
8119
  childSpacesCount: number;
8084
8120
  isMember?: boolean | undefined;
@@ -8117,11 +8153,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8117
8153
  format: string;
8118
8154
  quality: number;
8119
8155
  exifStripped: boolean;
8120
- createdAt: Date;
8121
- updatedAt: Date;
8156
+ createdAt: string;
8157
+ updatedAt: string;
8122
8158
  } | undefined;
8123
- createdAt: Date;
8124
- updatedAt: Date;
8159
+ createdAt: string;
8160
+ updatedAt: string;
8125
8161
  } | undefined;
8126
8162
  bannerFile?: {
8127
8163
  id: string;
@@ -8158,11 +8194,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8158
8194
  format: string;
8159
8195
  quality: number;
8160
8196
  exifStripped: boolean;
8161
- createdAt: Date;
8162
- updatedAt: Date;
8197
+ createdAt: string;
8198
+ updatedAt: string;
8163
8199
  } | undefined;
8164
- createdAt: Date;
8165
- updatedAt: Date;
8200
+ createdAt: string;
8201
+ updatedAt: string;
8166
8202
  } | undefined;
8167
8203
  } | null | undefined;
8168
8204
  userId: string | null;
@@ -8211,11 +8247,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8211
8247
  format: string;
8212
8248
  quality: number;
8213
8249
  exifStripped: boolean;
8214
- createdAt: Date;
8215
- updatedAt: Date;
8250
+ createdAt: string;
8251
+ updatedAt: string;
8216
8252
  } | undefined;
8217
- createdAt: Date;
8218
- updatedAt: Date;
8253
+ createdAt: string;
8254
+ updatedAt: string;
8219
8255
  } | null | undefined;
8220
8256
  bannerFile?: {
8221
8257
  id: string;
@@ -8252,14 +8288,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8252
8288
  format: string;
8253
8289
  quality: number;
8254
8290
  exifStripped: boolean;
8255
- createdAt: Date;
8256
- updatedAt: Date;
8291
+ createdAt: string;
8292
+ updatedAt: string;
8257
8293
  } | undefined;
8258
- createdAt: Date;
8259
- updatedAt: Date;
8294
+ createdAt: string;
8295
+ updatedAt: string;
8260
8296
  } | null | undefined;
8261
8297
  bio: string | null;
8262
- birthdate: Date | null;
8298
+ birthdate: string | null;
8263
8299
  location: {
8264
8300
  type: "Point";
8265
8301
  coordinates: [number, number];
@@ -8268,7 +8304,8 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8268
8304
  [x: string]: any;
8269
8305
  };
8270
8306
  reputation: number;
8271
- createdAt: Date;
8307
+ spaceReputation?: number | undefined;
8308
+ createdAt: string;
8272
8309
  } | null | undefined;
8273
8310
  title: string | null;
8274
8311
  content: string | null;
@@ -8320,11 +8357,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8320
8357
  format: string;
8321
8358
  quality: number;
8322
8359
  exifStripped: boolean;
8323
- createdAt: Date;
8324
- updatedAt: Date;
8360
+ createdAt: string;
8361
+ updatedAt: string;
8325
8362
  } | undefined;
8326
- createdAt: Date;
8327
- updatedAt: Date;
8363
+ createdAt: string;
8364
+ updatedAt: string;
8328
8365
  }[] | undefined;
8329
8366
  keywords: string[];
8330
8367
  upvotes: string[];
@@ -8343,7 +8380,7 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8343
8380
  repliesCount: number;
8344
8381
  views: number;
8345
8382
  score: number;
8346
- scoreUpdatedAt: Date;
8383
+ scoreUpdatedAt: string;
8347
8384
  location: {
8348
8385
  type: "Point";
8349
8386
  coordinates: [number, number];
@@ -8398,11 +8435,11 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8398
8435
  format: string;
8399
8436
  quality: number;
8400
8437
  exifStripped: boolean;
8401
- createdAt: Date;
8402
- updatedAt: Date;
8438
+ createdAt: string;
8439
+ updatedAt: string;
8403
8440
  } | undefined;
8404
- createdAt: Date;
8405
- updatedAt: Date;
8441
+ createdAt: string;
8442
+ updatedAt: string;
8406
8443
  } | null | undefined;
8407
8444
  bannerFile?: {
8408
8445
  id: string;
@@ -8439,14 +8476,14 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8439
8476
  format: string;
8440
8477
  quality: number;
8441
8478
  exifStripped: boolean;
8442
- createdAt: Date;
8443
- updatedAt: Date;
8479
+ createdAt: string;
8480
+ updatedAt: string;
8444
8481
  } | undefined;
8445
- createdAt: Date;
8446
- updatedAt: Date;
8482
+ createdAt: string;
8483
+ updatedAt: string;
8447
8484
  } | null | undefined;
8448
8485
  bio: string | null;
8449
- birthdate: Date | null;
8486
+ birthdate: string | null;
8450
8487
  location: {
8451
8488
  type: "Point";
8452
8489
  coordinates: [number, number];
@@ -8455,19 +8492,20 @@ export declare const collectionsSlice: import("@reduxjs/toolkit").Slice<Collecti
8455
8492
  [x: string]: any;
8456
8493
  };
8457
8494
  reputation: number;
8458
- createdAt: Date;
8495
+ spaceReputation?: number | undefined;
8496
+ createdAt: string;
8459
8497
  };
8460
8498
  upvotesCount: number;
8461
8499
  content: string;
8462
8500
  createdAt: string;
8463
8501
  } | null;
8464
8502
  isSaved?: boolean | undefined;
8465
- createdAt: Date;
8466
- updatedAt: Date;
8467
- deletedAt: Date | null;
8503
+ createdAt: string;
8504
+ updatedAt: string;
8505
+ deletedAt: string | null;
8468
8506
  isDraft: boolean | null;
8469
8507
  moderationStatus: "approved" | "removed" | null;
8470
- moderatedAt: Date | null;
8508
+ moderatedAt: string | null;
8471
8509
  moderatedById: string | null;
8472
8510
  moderatedByType: "client" | "user" | null;
8473
8511
  moderationReason: string | null;