@sublay/core 7.4.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.
- package/dist/cjs/helpers/markCommentAsDeletedInTree.js +1 -1
- package/dist/cjs/helpers/markCommentAsDeletedInTree.js.map +1 -1
- package/dist/cjs/hooks/chat/messages/useSendMessage.js +1 -1
- package/dist/cjs/hooks/chat/messages/useSendMessage.js.map +1 -1
- package/dist/cjs/hooks/comments/useCommentSectionData.js +4 -4
- package/dist/cjs/hooks/comments/useCommentSectionData.js.map +1 -1
- package/dist/cjs/hooks/reports/useFetchModeratedReports.d.ts +4 -4
- package/dist/cjs/hooks/user/useUserActions.js +3 -1
- package/dist/cjs/hooks/user/useUserActions.js.map +1 -1
- package/dist/cjs/interfaces/models/ChatMessage.d.ts +5 -5
- package/dist/cjs/interfaces/models/Collection.d.ts +2 -2
- package/dist/cjs/interfaces/models/Comment.d.ts +6 -6
- package/dist/cjs/interfaces/models/Conversation.d.ts +3 -3
- package/dist/cjs/interfaces/models/ConversationMember.d.ts +5 -5
- package/dist/cjs/interfaces/models/Entity.d.ts +5 -5
- package/dist/cjs/interfaces/models/File.d.ts +4 -4
- package/dist/cjs/interfaces/models/Follow.d.ts +1 -1
- package/dist/cjs/interfaces/models/Project.d.ts +3 -3
- package/dist/cjs/interfaces/models/Rule.d.ts +2 -2
- package/dist/cjs/interfaces/models/Space.d.ts +8 -8
- package/dist/cjs/interfaces/models/SpaceMember.d.ts +3 -3
- package/dist/cjs/interfaces/models/User.d.ts +6 -6
- package/dist/cjs/store/slices/chatSlice.js +1 -1
- package/dist/cjs/store/slices/chatSlice.js.map +1 -1
- package/dist/cjs/store/slices/collectionsSlice.d.ts +798 -798
- package/dist/cjs/store/slices/entityListsSlice.d.ts +480 -480
- package/dist/cjs/store/slices/spaceListsSlice.d.ts +132 -132
- package/dist/cjs/store/slices/userSlice.d.ts +112 -112
- package/dist/cjs/types/socket.d.ts +2 -2
- package/dist/esm/helpers/markCommentAsDeletedInTree.js +1 -1
- package/dist/esm/helpers/markCommentAsDeletedInTree.js.map +1 -1
- package/dist/esm/hooks/chat/messages/useSendMessage.js +1 -1
- package/dist/esm/hooks/chat/messages/useSendMessage.js.map +1 -1
- package/dist/esm/hooks/comments/useCommentSectionData.js +4 -4
- package/dist/esm/hooks/comments/useCommentSectionData.js.map +1 -1
- package/dist/esm/hooks/reports/useFetchModeratedReports.d.ts +4 -4
- package/dist/esm/hooks/user/useUserActions.js +3 -1
- package/dist/esm/hooks/user/useUserActions.js.map +1 -1
- package/dist/esm/interfaces/models/ChatMessage.d.ts +5 -5
- package/dist/esm/interfaces/models/Collection.d.ts +2 -2
- package/dist/esm/interfaces/models/Comment.d.ts +6 -6
- package/dist/esm/interfaces/models/Conversation.d.ts +3 -3
- package/dist/esm/interfaces/models/ConversationMember.d.ts +5 -5
- package/dist/esm/interfaces/models/Entity.d.ts +5 -5
- package/dist/esm/interfaces/models/File.d.ts +4 -4
- package/dist/esm/interfaces/models/Follow.d.ts +1 -1
- package/dist/esm/interfaces/models/Project.d.ts +3 -3
- package/dist/esm/interfaces/models/Rule.d.ts +2 -2
- package/dist/esm/interfaces/models/Space.d.ts +8 -8
- package/dist/esm/interfaces/models/SpaceMember.d.ts +3 -3
- package/dist/esm/interfaces/models/User.d.ts +6 -6
- package/dist/esm/store/slices/chatSlice.js +1 -1
- package/dist/esm/store/slices/chatSlice.js.map +1 -1
- package/dist/esm/store/slices/collectionsSlice.d.ts +798 -798
- package/dist/esm/store/slices/entityListsSlice.d.ts +480 -480
- package/dist/esm/store/slices/spaceListsSlice.d.ts +132 -132
- package/dist/esm/store/slices/userSlice.d.ts +112 -112
- package/dist/esm/types/socket.d.ts +2 -2
- package/package.json +1 -1
|
@@ -136,9 +136,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
136
136
|
metadata: {
|
|
137
137
|
[x: string]: any;
|
|
138
138
|
};
|
|
139
|
-
createdAt:
|
|
140
|
-
updatedAt:
|
|
141
|
-
deletedAt:
|
|
139
|
+
createdAt: string;
|
|
140
|
+
updatedAt: string;
|
|
141
|
+
deletedAt: string | null;
|
|
142
142
|
membersCount: number;
|
|
143
143
|
childSpacesCount: number;
|
|
144
144
|
isMember?: boolean | undefined;
|
|
@@ -177,11 +177,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
177
177
|
format: string;
|
|
178
178
|
quality: number;
|
|
179
179
|
exifStripped: boolean;
|
|
180
|
-
createdAt:
|
|
181
|
-
updatedAt:
|
|
180
|
+
createdAt: string;
|
|
181
|
+
updatedAt: string;
|
|
182
182
|
} | undefined;
|
|
183
|
-
createdAt:
|
|
184
|
-
updatedAt:
|
|
183
|
+
createdAt: string;
|
|
184
|
+
updatedAt: string;
|
|
185
185
|
} | undefined;
|
|
186
186
|
bannerFile?: {
|
|
187
187
|
id: string;
|
|
@@ -218,11 +218,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
218
218
|
format: string;
|
|
219
219
|
quality: number;
|
|
220
220
|
exifStripped: boolean;
|
|
221
|
-
createdAt:
|
|
222
|
-
updatedAt:
|
|
221
|
+
createdAt: string;
|
|
222
|
+
updatedAt: string;
|
|
223
223
|
} | undefined;
|
|
224
|
-
createdAt:
|
|
225
|
-
updatedAt:
|
|
224
|
+
createdAt: string;
|
|
225
|
+
updatedAt: string;
|
|
226
226
|
} | undefined;
|
|
227
227
|
} | null | undefined;
|
|
228
228
|
userId: string | null;
|
|
@@ -271,11 +271,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
271
271
|
format: string;
|
|
272
272
|
quality: number;
|
|
273
273
|
exifStripped: boolean;
|
|
274
|
-
createdAt:
|
|
275
|
-
updatedAt:
|
|
274
|
+
createdAt: string;
|
|
275
|
+
updatedAt: string;
|
|
276
276
|
} | undefined;
|
|
277
|
-
createdAt:
|
|
278
|
-
updatedAt:
|
|
277
|
+
createdAt: string;
|
|
278
|
+
updatedAt: string;
|
|
279
279
|
} | null | undefined;
|
|
280
280
|
bannerFile?: {
|
|
281
281
|
id: string;
|
|
@@ -312,14 +312,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
312
312
|
format: string;
|
|
313
313
|
quality: number;
|
|
314
314
|
exifStripped: boolean;
|
|
315
|
-
createdAt:
|
|
316
|
-
updatedAt:
|
|
315
|
+
createdAt: string;
|
|
316
|
+
updatedAt: string;
|
|
317
317
|
} | undefined;
|
|
318
|
-
createdAt:
|
|
319
|
-
updatedAt:
|
|
318
|
+
createdAt: string;
|
|
319
|
+
updatedAt: string;
|
|
320
320
|
} | null | undefined;
|
|
321
321
|
bio: string | null;
|
|
322
|
-
birthdate:
|
|
322
|
+
birthdate: string | null;
|
|
323
323
|
location: {
|
|
324
324
|
type: "Point";
|
|
325
325
|
coordinates: [number, number];
|
|
@@ -329,7 +329,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
329
329
|
};
|
|
330
330
|
reputation: number;
|
|
331
331
|
spaceReputation?: number | undefined;
|
|
332
|
-
createdAt:
|
|
332
|
+
createdAt: string;
|
|
333
333
|
} | null | undefined;
|
|
334
334
|
title: string | null;
|
|
335
335
|
content: string | null;
|
|
@@ -381,11 +381,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
381
381
|
format: string;
|
|
382
382
|
quality: number;
|
|
383
383
|
exifStripped: boolean;
|
|
384
|
-
createdAt:
|
|
385
|
-
updatedAt:
|
|
384
|
+
createdAt: string;
|
|
385
|
+
updatedAt: string;
|
|
386
386
|
} | undefined;
|
|
387
|
-
createdAt:
|
|
388
|
-
updatedAt:
|
|
387
|
+
createdAt: string;
|
|
388
|
+
updatedAt: string;
|
|
389
389
|
}[] | undefined;
|
|
390
390
|
keywords: string[];
|
|
391
391
|
upvotes: string[];
|
|
@@ -404,7 +404,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
404
404
|
repliesCount: number;
|
|
405
405
|
views: number;
|
|
406
406
|
score: number;
|
|
407
|
-
scoreUpdatedAt:
|
|
407
|
+
scoreUpdatedAt: string;
|
|
408
408
|
location: {
|
|
409
409
|
type: "Point";
|
|
410
410
|
coordinates: [number, number];
|
|
@@ -459,11 +459,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
459
459
|
format: string;
|
|
460
460
|
quality: number;
|
|
461
461
|
exifStripped: boolean;
|
|
462
|
-
createdAt:
|
|
463
|
-
updatedAt:
|
|
462
|
+
createdAt: string;
|
|
463
|
+
updatedAt: string;
|
|
464
464
|
} | undefined;
|
|
465
|
-
createdAt:
|
|
466
|
-
updatedAt:
|
|
465
|
+
createdAt: string;
|
|
466
|
+
updatedAt: string;
|
|
467
467
|
} | null | undefined;
|
|
468
468
|
bannerFile?: {
|
|
469
469
|
id: string;
|
|
@@ -500,14 +500,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
500
500
|
format: string;
|
|
501
501
|
quality: number;
|
|
502
502
|
exifStripped: boolean;
|
|
503
|
-
createdAt:
|
|
504
|
-
updatedAt:
|
|
503
|
+
createdAt: string;
|
|
504
|
+
updatedAt: string;
|
|
505
505
|
} | undefined;
|
|
506
|
-
createdAt:
|
|
507
|
-
updatedAt:
|
|
506
|
+
createdAt: string;
|
|
507
|
+
updatedAt: string;
|
|
508
508
|
} | null | undefined;
|
|
509
509
|
bio: string | null;
|
|
510
|
-
birthdate:
|
|
510
|
+
birthdate: string | null;
|
|
511
511
|
location: {
|
|
512
512
|
type: "Point";
|
|
513
513
|
coordinates: [number, number];
|
|
@@ -517,19 +517,19 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
517
517
|
};
|
|
518
518
|
reputation: number;
|
|
519
519
|
spaceReputation?: number | undefined;
|
|
520
|
-
createdAt:
|
|
520
|
+
createdAt: string;
|
|
521
521
|
};
|
|
522
522
|
upvotesCount: number;
|
|
523
523
|
content: string;
|
|
524
524
|
createdAt: string;
|
|
525
525
|
} | null;
|
|
526
526
|
isSaved?: boolean | undefined;
|
|
527
|
-
createdAt:
|
|
528
|
-
updatedAt:
|
|
529
|
-
deletedAt:
|
|
527
|
+
createdAt: string;
|
|
528
|
+
updatedAt: string;
|
|
529
|
+
deletedAt: string | null;
|
|
530
530
|
isDraft: boolean | null;
|
|
531
531
|
moderationStatus: "approved" | "removed" | null;
|
|
532
|
-
moderatedAt:
|
|
532
|
+
moderatedAt: string | null;
|
|
533
533
|
moderatedById: string | null;
|
|
534
534
|
moderatedByType: "client" | "user" | null;
|
|
535
535
|
moderationReason: string | null;
|
|
@@ -618,9 +618,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
618
618
|
metadata: {
|
|
619
619
|
[x: string]: any;
|
|
620
620
|
};
|
|
621
|
-
createdAt:
|
|
622
|
-
updatedAt:
|
|
623
|
-
deletedAt:
|
|
621
|
+
createdAt: string;
|
|
622
|
+
updatedAt: string;
|
|
623
|
+
deletedAt: string | null;
|
|
624
624
|
membersCount: number;
|
|
625
625
|
childSpacesCount: number;
|
|
626
626
|
isMember?: boolean | undefined;
|
|
@@ -659,11 +659,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
659
659
|
format: string;
|
|
660
660
|
quality: number;
|
|
661
661
|
exifStripped: boolean;
|
|
662
|
-
createdAt:
|
|
663
|
-
updatedAt:
|
|
662
|
+
createdAt: string;
|
|
663
|
+
updatedAt: string;
|
|
664
664
|
} | undefined;
|
|
665
|
-
createdAt:
|
|
666
|
-
updatedAt:
|
|
665
|
+
createdAt: string;
|
|
666
|
+
updatedAt: string;
|
|
667
667
|
} | undefined;
|
|
668
668
|
bannerFile?: {
|
|
669
669
|
id: string;
|
|
@@ -700,11 +700,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
700
700
|
format: string;
|
|
701
701
|
quality: number;
|
|
702
702
|
exifStripped: boolean;
|
|
703
|
-
createdAt:
|
|
704
|
-
updatedAt:
|
|
703
|
+
createdAt: string;
|
|
704
|
+
updatedAt: string;
|
|
705
705
|
} | undefined;
|
|
706
|
-
createdAt:
|
|
707
|
-
updatedAt:
|
|
706
|
+
createdAt: string;
|
|
707
|
+
updatedAt: string;
|
|
708
708
|
} | undefined;
|
|
709
709
|
} | null | undefined;
|
|
710
710
|
userId: string | null;
|
|
@@ -753,11 +753,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
753
753
|
format: string;
|
|
754
754
|
quality: number;
|
|
755
755
|
exifStripped: boolean;
|
|
756
|
-
createdAt:
|
|
757
|
-
updatedAt:
|
|
756
|
+
createdAt: string;
|
|
757
|
+
updatedAt: string;
|
|
758
758
|
} | undefined;
|
|
759
|
-
createdAt:
|
|
760
|
-
updatedAt:
|
|
759
|
+
createdAt: string;
|
|
760
|
+
updatedAt: string;
|
|
761
761
|
} | null | undefined;
|
|
762
762
|
bannerFile?: {
|
|
763
763
|
id: string;
|
|
@@ -794,14 +794,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
794
794
|
format: string;
|
|
795
795
|
quality: number;
|
|
796
796
|
exifStripped: boolean;
|
|
797
|
-
createdAt:
|
|
798
|
-
updatedAt:
|
|
797
|
+
createdAt: string;
|
|
798
|
+
updatedAt: string;
|
|
799
799
|
} | undefined;
|
|
800
|
-
createdAt:
|
|
801
|
-
updatedAt:
|
|
800
|
+
createdAt: string;
|
|
801
|
+
updatedAt: string;
|
|
802
802
|
} | null | undefined;
|
|
803
803
|
bio: string | null;
|
|
804
|
-
birthdate:
|
|
804
|
+
birthdate: string | null;
|
|
805
805
|
location: {
|
|
806
806
|
type: "Point";
|
|
807
807
|
coordinates: [number, number];
|
|
@@ -811,7 +811,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
811
811
|
};
|
|
812
812
|
reputation: number;
|
|
813
813
|
spaceReputation?: number | undefined;
|
|
814
|
-
createdAt:
|
|
814
|
+
createdAt: string;
|
|
815
815
|
} | null | undefined;
|
|
816
816
|
title: string | null;
|
|
817
817
|
content: string | null;
|
|
@@ -863,11 +863,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
863
863
|
format: string;
|
|
864
864
|
quality: number;
|
|
865
865
|
exifStripped: boolean;
|
|
866
|
-
createdAt:
|
|
867
|
-
updatedAt:
|
|
866
|
+
createdAt: string;
|
|
867
|
+
updatedAt: string;
|
|
868
868
|
} | undefined;
|
|
869
|
-
createdAt:
|
|
870
|
-
updatedAt:
|
|
869
|
+
createdAt: string;
|
|
870
|
+
updatedAt: string;
|
|
871
871
|
}[] | undefined;
|
|
872
872
|
keywords: string[];
|
|
873
873
|
upvotes: string[];
|
|
@@ -886,7 +886,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
886
886
|
repliesCount: number;
|
|
887
887
|
views: number;
|
|
888
888
|
score: number;
|
|
889
|
-
scoreUpdatedAt:
|
|
889
|
+
scoreUpdatedAt: string;
|
|
890
890
|
location: {
|
|
891
891
|
type: "Point";
|
|
892
892
|
coordinates: [number, number];
|
|
@@ -941,11 +941,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
941
941
|
format: string;
|
|
942
942
|
quality: number;
|
|
943
943
|
exifStripped: boolean;
|
|
944
|
-
createdAt:
|
|
945
|
-
updatedAt:
|
|
944
|
+
createdAt: string;
|
|
945
|
+
updatedAt: string;
|
|
946
946
|
} | undefined;
|
|
947
|
-
createdAt:
|
|
948
|
-
updatedAt:
|
|
947
|
+
createdAt: string;
|
|
948
|
+
updatedAt: string;
|
|
949
949
|
} | null | undefined;
|
|
950
950
|
bannerFile?: {
|
|
951
951
|
id: string;
|
|
@@ -982,14 +982,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
982
982
|
format: string;
|
|
983
983
|
quality: number;
|
|
984
984
|
exifStripped: boolean;
|
|
985
|
-
createdAt:
|
|
986
|
-
updatedAt:
|
|
985
|
+
createdAt: string;
|
|
986
|
+
updatedAt: string;
|
|
987
987
|
} | undefined;
|
|
988
|
-
createdAt:
|
|
989
|
-
updatedAt:
|
|
988
|
+
createdAt: string;
|
|
989
|
+
updatedAt: string;
|
|
990
990
|
} | null | undefined;
|
|
991
991
|
bio: string | null;
|
|
992
|
-
birthdate:
|
|
992
|
+
birthdate: string | null;
|
|
993
993
|
location: {
|
|
994
994
|
type: "Point";
|
|
995
995
|
coordinates: [number, number];
|
|
@@ -999,19 +999,19 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
999
999
|
};
|
|
1000
1000
|
reputation: number;
|
|
1001
1001
|
spaceReputation?: number | undefined;
|
|
1002
|
-
createdAt:
|
|
1002
|
+
createdAt: string;
|
|
1003
1003
|
};
|
|
1004
1004
|
upvotesCount: number;
|
|
1005
1005
|
content: string;
|
|
1006
1006
|
createdAt: string;
|
|
1007
1007
|
} | null;
|
|
1008
1008
|
isSaved?: boolean | undefined;
|
|
1009
|
-
createdAt:
|
|
1010
|
-
updatedAt:
|
|
1011
|
-
deletedAt:
|
|
1009
|
+
createdAt: string;
|
|
1010
|
+
updatedAt: string;
|
|
1011
|
+
deletedAt: string | null;
|
|
1012
1012
|
isDraft: boolean | null;
|
|
1013
1013
|
moderationStatus: "approved" | "removed" | null;
|
|
1014
|
-
moderatedAt:
|
|
1014
|
+
moderatedAt: string | null;
|
|
1015
1015
|
moderatedById: string | null;
|
|
1016
1016
|
moderatedByType: "client" | "user" | null;
|
|
1017
1017
|
moderationReason: string | null;
|
|
@@ -1100,9 +1100,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1100
1100
|
metadata: {
|
|
1101
1101
|
[x: string]: any;
|
|
1102
1102
|
};
|
|
1103
|
-
createdAt:
|
|
1104
|
-
updatedAt:
|
|
1105
|
-
deletedAt:
|
|
1103
|
+
createdAt: string;
|
|
1104
|
+
updatedAt: string;
|
|
1105
|
+
deletedAt: string | null;
|
|
1106
1106
|
membersCount: number;
|
|
1107
1107
|
childSpacesCount: number;
|
|
1108
1108
|
isMember?: boolean | undefined;
|
|
@@ -1141,11 +1141,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1141
1141
|
format: string;
|
|
1142
1142
|
quality: number;
|
|
1143
1143
|
exifStripped: boolean;
|
|
1144
|
-
createdAt:
|
|
1145
|
-
updatedAt:
|
|
1144
|
+
createdAt: string;
|
|
1145
|
+
updatedAt: string;
|
|
1146
1146
|
} | undefined;
|
|
1147
|
-
createdAt:
|
|
1148
|
-
updatedAt:
|
|
1147
|
+
createdAt: string;
|
|
1148
|
+
updatedAt: string;
|
|
1149
1149
|
} | undefined;
|
|
1150
1150
|
bannerFile?: {
|
|
1151
1151
|
id: string;
|
|
@@ -1182,11 +1182,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1182
1182
|
format: string;
|
|
1183
1183
|
quality: number;
|
|
1184
1184
|
exifStripped: boolean;
|
|
1185
|
-
createdAt:
|
|
1186
|
-
updatedAt:
|
|
1185
|
+
createdAt: string;
|
|
1186
|
+
updatedAt: string;
|
|
1187
1187
|
} | undefined;
|
|
1188
|
-
createdAt:
|
|
1189
|
-
updatedAt:
|
|
1188
|
+
createdAt: string;
|
|
1189
|
+
updatedAt: string;
|
|
1190
1190
|
} | undefined;
|
|
1191
1191
|
} | null | undefined;
|
|
1192
1192
|
userId: string | null;
|
|
@@ -1235,11 +1235,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1235
1235
|
format: string;
|
|
1236
1236
|
quality: number;
|
|
1237
1237
|
exifStripped: boolean;
|
|
1238
|
-
createdAt:
|
|
1239
|
-
updatedAt:
|
|
1238
|
+
createdAt: string;
|
|
1239
|
+
updatedAt: string;
|
|
1240
1240
|
} | undefined;
|
|
1241
|
-
createdAt:
|
|
1242
|
-
updatedAt:
|
|
1241
|
+
createdAt: string;
|
|
1242
|
+
updatedAt: string;
|
|
1243
1243
|
} | null | undefined;
|
|
1244
1244
|
bannerFile?: {
|
|
1245
1245
|
id: string;
|
|
@@ -1276,14 +1276,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1276
1276
|
format: string;
|
|
1277
1277
|
quality: number;
|
|
1278
1278
|
exifStripped: boolean;
|
|
1279
|
-
createdAt:
|
|
1280
|
-
updatedAt:
|
|
1279
|
+
createdAt: string;
|
|
1280
|
+
updatedAt: string;
|
|
1281
1281
|
} | undefined;
|
|
1282
|
-
createdAt:
|
|
1283
|
-
updatedAt:
|
|
1282
|
+
createdAt: string;
|
|
1283
|
+
updatedAt: string;
|
|
1284
1284
|
} | null | undefined;
|
|
1285
1285
|
bio: string | null;
|
|
1286
|
-
birthdate:
|
|
1286
|
+
birthdate: string | null;
|
|
1287
1287
|
location: {
|
|
1288
1288
|
type: "Point";
|
|
1289
1289
|
coordinates: [number, number];
|
|
@@ -1293,7 +1293,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1293
1293
|
};
|
|
1294
1294
|
reputation: number;
|
|
1295
1295
|
spaceReputation?: number | undefined;
|
|
1296
|
-
createdAt:
|
|
1296
|
+
createdAt: string;
|
|
1297
1297
|
} | null | undefined;
|
|
1298
1298
|
title: string | null;
|
|
1299
1299
|
content: string | null;
|
|
@@ -1345,11 +1345,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1345
1345
|
format: string;
|
|
1346
1346
|
quality: number;
|
|
1347
1347
|
exifStripped: boolean;
|
|
1348
|
-
createdAt:
|
|
1349
|
-
updatedAt:
|
|
1348
|
+
createdAt: string;
|
|
1349
|
+
updatedAt: string;
|
|
1350
1350
|
} | undefined;
|
|
1351
|
-
createdAt:
|
|
1352
|
-
updatedAt:
|
|
1351
|
+
createdAt: string;
|
|
1352
|
+
updatedAt: string;
|
|
1353
1353
|
}[] | undefined;
|
|
1354
1354
|
keywords: string[];
|
|
1355
1355
|
upvotes: string[];
|
|
@@ -1368,7 +1368,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1368
1368
|
repliesCount: number;
|
|
1369
1369
|
views: number;
|
|
1370
1370
|
score: number;
|
|
1371
|
-
scoreUpdatedAt:
|
|
1371
|
+
scoreUpdatedAt: string;
|
|
1372
1372
|
location: {
|
|
1373
1373
|
type: "Point";
|
|
1374
1374
|
coordinates: [number, number];
|
|
@@ -1423,11 +1423,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1423
1423
|
format: string;
|
|
1424
1424
|
quality: number;
|
|
1425
1425
|
exifStripped: boolean;
|
|
1426
|
-
createdAt:
|
|
1427
|
-
updatedAt:
|
|
1426
|
+
createdAt: string;
|
|
1427
|
+
updatedAt: string;
|
|
1428
1428
|
} | undefined;
|
|
1429
|
-
createdAt:
|
|
1430
|
-
updatedAt:
|
|
1429
|
+
createdAt: string;
|
|
1430
|
+
updatedAt: string;
|
|
1431
1431
|
} | null | undefined;
|
|
1432
1432
|
bannerFile?: {
|
|
1433
1433
|
id: string;
|
|
@@ -1464,14 +1464,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1464
1464
|
format: string;
|
|
1465
1465
|
quality: number;
|
|
1466
1466
|
exifStripped: boolean;
|
|
1467
|
-
createdAt:
|
|
1468
|
-
updatedAt:
|
|
1467
|
+
createdAt: string;
|
|
1468
|
+
updatedAt: string;
|
|
1469
1469
|
} | undefined;
|
|
1470
|
-
createdAt:
|
|
1471
|
-
updatedAt:
|
|
1470
|
+
createdAt: string;
|
|
1471
|
+
updatedAt: string;
|
|
1472
1472
|
} | null | undefined;
|
|
1473
1473
|
bio: string | null;
|
|
1474
|
-
birthdate:
|
|
1474
|
+
birthdate: string | null;
|
|
1475
1475
|
location: {
|
|
1476
1476
|
type: "Point";
|
|
1477
1477
|
coordinates: [number, number];
|
|
@@ -1481,19 +1481,19 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1481
1481
|
};
|
|
1482
1482
|
reputation: number;
|
|
1483
1483
|
spaceReputation?: number | undefined;
|
|
1484
|
-
createdAt:
|
|
1484
|
+
createdAt: string;
|
|
1485
1485
|
};
|
|
1486
1486
|
upvotesCount: number;
|
|
1487
1487
|
content: string;
|
|
1488
1488
|
createdAt: string;
|
|
1489
1489
|
} | null;
|
|
1490
1490
|
isSaved?: boolean | undefined;
|
|
1491
|
-
createdAt:
|
|
1492
|
-
updatedAt:
|
|
1493
|
-
deletedAt:
|
|
1491
|
+
createdAt: string;
|
|
1492
|
+
updatedAt: string;
|
|
1493
|
+
deletedAt: string | null;
|
|
1494
1494
|
isDraft: boolean | null;
|
|
1495
1495
|
moderationStatus: "approved" | "removed" | null;
|
|
1496
|
-
moderatedAt:
|
|
1496
|
+
moderatedAt: string | null;
|
|
1497
1497
|
moderatedById: string | null;
|
|
1498
1498
|
moderatedByType: "client" | "user" | null;
|
|
1499
1499
|
moderationReason: string | null;
|
|
@@ -1585,9 +1585,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1585
1585
|
metadata: {
|
|
1586
1586
|
[x: string]: any;
|
|
1587
1587
|
};
|
|
1588
|
-
createdAt:
|
|
1589
|
-
updatedAt:
|
|
1590
|
-
deletedAt:
|
|
1588
|
+
createdAt: string;
|
|
1589
|
+
updatedAt: string;
|
|
1590
|
+
deletedAt: string | null;
|
|
1591
1591
|
membersCount: number;
|
|
1592
1592
|
childSpacesCount: number;
|
|
1593
1593
|
isMember?: boolean | undefined;
|
|
@@ -1626,11 +1626,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1626
1626
|
format: string;
|
|
1627
1627
|
quality: number;
|
|
1628
1628
|
exifStripped: boolean;
|
|
1629
|
-
createdAt:
|
|
1630
|
-
updatedAt:
|
|
1629
|
+
createdAt: string;
|
|
1630
|
+
updatedAt: string;
|
|
1631
1631
|
} | undefined;
|
|
1632
|
-
createdAt:
|
|
1633
|
-
updatedAt:
|
|
1632
|
+
createdAt: string;
|
|
1633
|
+
updatedAt: string;
|
|
1634
1634
|
} | undefined;
|
|
1635
1635
|
bannerFile?: {
|
|
1636
1636
|
id: string;
|
|
@@ -1667,11 +1667,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1667
1667
|
format: string;
|
|
1668
1668
|
quality: number;
|
|
1669
1669
|
exifStripped: boolean;
|
|
1670
|
-
createdAt:
|
|
1671
|
-
updatedAt:
|
|
1670
|
+
createdAt: string;
|
|
1671
|
+
updatedAt: string;
|
|
1672
1672
|
} | undefined;
|
|
1673
|
-
createdAt:
|
|
1674
|
-
updatedAt:
|
|
1673
|
+
createdAt: string;
|
|
1674
|
+
updatedAt: string;
|
|
1675
1675
|
} | undefined;
|
|
1676
1676
|
} | null | undefined;
|
|
1677
1677
|
userId: string | null;
|
|
@@ -1720,11 +1720,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1720
1720
|
format: string;
|
|
1721
1721
|
quality: number;
|
|
1722
1722
|
exifStripped: boolean;
|
|
1723
|
-
createdAt:
|
|
1724
|
-
updatedAt:
|
|
1723
|
+
createdAt: string;
|
|
1724
|
+
updatedAt: string;
|
|
1725
1725
|
} | undefined;
|
|
1726
|
-
createdAt:
|
|
1727
|
-
updatedAt:
|
|
1726
|
+
createdAt: string;
|
|
1727
|
+
updatedAt: string;
|
|
1728
1728
|
} | null | undefined;
|
|
1729
1729
|
bannerFile?: {
|
|
1730
1730
|
id: string;
|
|
@@ -1761,14 +1761,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1761
1761
|
format: string;
|
|
1762
1762
|
quality: number;
|
|
1763
1763
|
exifStripped: boolean;
|
|
1764
|
-
createdAt:
|
|
1765
|
-
updatedAt:
|
|
1764
|
+
createdAt: string;
|
|
1765
|
+
updatedAt: string;
|
|
1766
1766
|
} | undefined;
|
|
1767
|
-
createdAt:
|
|
1768
|
-
updatedAt:
|
|
1767
|
+
createdAt: string;
|
|
1768
|
+
updatedAt: string;
|
|
1769
1769
|
} | null | undefined;
|
|
1770
1770
|
bio: string | null;
|
|
1771
|
-
birthdate:
|
|
1771
|
+
birthdate: string | null;
|
|
1772
1772
|
location: {
|
|
1773
1773
|
type: "Point";
|
|
1774
1774
|
coordinates: [number, number];
|
|
@@ -1778,7 +1778,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1778
1778
|
};
|
|
1779
1779
|
reputation: number;
|
|
1780
1780
|
spaceReputation?: number | undefined;
|
|
1781
|
-
createdAt:
|
|
1781
|
+
createdAt: string;
|
|
1782
1782
|
} | null | undefined;
|
|
1783
1783
|
title: string | null;
|
|
1784
1784
|
content: string | null;
|
|
@@ -1830,11 +1830,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1830
1830
|
format: string;
|
|
1831
1831
|
quality: number;
|
|
1832
1832
|
exifStripped: boolean;
|
|
1833
|
-
createdAt:
|
|
1834
|
-
updatedAt:
|
|
1833
|
+
createdAt: string;
|
|
1834
|
+
updatedAt: string;
|
|
1835
1835
|
} | undefined;
|
|
1836
|
-
createdAt:
|
|
1837
|
-
updatedAt:
|
|
1836
|
+
createdAt: string;
|
|
1837
|
+
updatedAt: string;
|
|
1838
1838
|
}[] | undefined;
|
|
1839
1839
|
keywords: string[];
|
|
1840
1840
|
upvotes: string[];
|
|
@@ -1853,7 +1853,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1853
1853
|
repliesCount: number;
|
|
1854
1854
|
views: number;
|
|
1855
1855
|
score: number;
|
|
1856
|
-
scoreUpdatedAt:
|
|
1856
|
+
scoreUpdatedAt: string;
|
|
1857
1857
|
location: {
|
|
1858
1858
|
type: "Point";
|
|
1859
1859
|
coordinates: [number, number];
|
|
@@ -1908,11 +1908,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1908
1908
|
format: string;
|
|
1909
1909
|
quality: number;
|
|
1910
1910
|
exifStripped: boolean;
|
|
1911
|
-
createdAt:
|
|
1912
|
-
updatedAt:
|
|
1911
|
+
createdAt: string;
|
|
1912
|
+
updatedAt: string;
|
|
1913
1913
|
} | undefined;
|
|
1914
|
-
createdAt:
|
|
1915
|
-
updatedAt:
|
|
1914
|
+
createdAt: string;
|
|
1915
|
+
updatedAt: string;
|
|
1916
1916
|
} | null | undefined;
|
|
1917
1917
|
bannerFile?: {
|
|
1918
1918
|
id: string;
|
|
@@ -1949,14 +1949,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1949
1949
|
format: string;
|
|
1950
1950
|
quality: number;
|
|
1951
1951
|
exifStripped: boolean;
|
|
1952
|
-
createdAt:
|
|
1953
|
-
updatedAt:
|
|
1952
|
+
createdAt: string;
|
|
1953
|
+
updatedAt: string;
|
|
1954
1954
|
} | undefined;
|
|
1955
|
-
createdAt:
|
|
1956
|
-
updatedAt:
|
|
1955
|
+
createdAt: string;
|
|
1956
|
+
updatedAt: string;
|
|
1957
1957
|
} | null | undefined;
|
|
1958
1958
|
bio: string | null;
|
|
1959
|
-
birthdate:
|
|
1959
|
+
birthdate: string | null;
|
|
1960
1960
|
location: {
|
|
1961
1961
|
type: "Point";
|
|
1962
1962
|
coordinates: [number, number];
|
|
@@ -1966,19 +1966,19 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
1966
1966
|
};
|
|
1967
1967
|
reputation: number;
|
|
1968
1968
|
spaceReputation?: number | undefined;
|
|
1969
|
-
createdAt:
|
|
1969
|
+
createdAt: string;
|
|
1970
1970
|
};
|
|
1971
1971
|
upvotesCount: number;
|
|
1972
1972
|
content: string;
|
|
1973
1973
|
createdAt: string;
|
|
1974
1974
|
} | null;
|
|
1975
1975
|
isSaved?: boolean | undefined;
|
|
1976
|
-
createdAt:
|
|
1977
|
-
updatedAt:
|
|
1978
|
-
deletedAt:
|
|
1976
|
+
createdAt: string;
|
|
1977
|
+
updatedAt: string;
|
|
1978
|
+
deletedAt: string | null;
|
|
1979
1979
|
isDraft: boolean | null;
|
|
1980
1980
|
moderationStatus: "approved" | "removed" | null;
|
|
1981
|
-
moderatedAt:
|
|
1981
|
+
moderatedAt: string | null;
|
|
1982
1982
|
moderatedById: string | null;
|
|
1983
1983
|
moderatedByType: "client" | "user" | null;
|
|
1984
1984
|
moderationReason: string | null;
|
|
@@ -2067,9 +2067,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2067
2067
|
metadata: {
|
|
2068
2068
|
[x: string]: any;
|
|
2069
2069
|
};
|
|
2070
|
-
createdAt:
|
|
2071
|
-
updatedAt:
|
|
2072
|
-
deletedAt:
|
|
2070
|
+
createdAt: string;
|
|
2071
|
+
updatedAt: string;
|
|
2072
|
+
deletedAt: string | null;
|
|
2073
2073
|
membersCount: number;
|
|
2074
2074
|
childSpacesCount: number;
|
|
2075
2075
|
isMember?: boolean | undefined;
|
|
@@ -2108,11 +2108,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2108
2108
|
format: string;
|
|
2109
2109
|
quality: number;
|
|
2110
2110
|
exifStripped: boolean;
|
|
2111
|
-
createdAt:
|
|
2112
|
-
updatedAt:
|
|
2111
|
+
createdAt: string;
|
|
2112
|
+
updatedAt: string;
|
|
2113
2113
|
} | undefined;
|
|
2114
|
-
createdAt:
|
|
2115
|
-
updatedAt:
|
|
2114
|
+
createdAt: string;
|
|
2115
|
+
updatedAt: string;
|
|
2116
2116
|
} | undefined;
|
|
2117
2117
|
bannerFile?: {
|
|
2118
2118
|
id: string;
|
|
@@ -2149,11 +2149,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2149
2149
|
format: string;
|
|
2150
2150
|
quality: number;
|
|
2151
2151
|
exifStripped: boolean;
|
|
2152
|
-
createdAt:
|
|
2153
|
-
updatedAt:
|
|
2152
|
+
createdAt: string;
|
|
2153
|
+
updatedAt: string;
|
|
2154
2154
|
} | undefined;
|
|
2155
|
-
createdAt:
|
|
2156
|
-
updatedAt:
|
|
2155
|
+
createdAt: string;
|
|
2156
|
+
updatedAt: string;
|
|
2157
2157
|
} | undefined;
|
|
2158
2158
|
} | null | undefined;
|
|
2159
2159
|
userId: string | null;
|
|
@@ -2202,11 +2202,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2202
2202
|
format: string;
|
|
2203
2203
|
quality: number;
|
|
2204
2204
|
exifStripped: boolean;
|
|
2205
|
-
createdAt:
|
|
2206
|
-
updatedAt:
|
|
2205
|
+
createdAt: string;
|
|
2206
|
+
updatedAt: string;
|
|
2207
2207
|
} | undefined;
|
|
2208
|
-
createdAt:
|
|
2209
|
-
updatedAt:
|
|
2208
|
+
createdAt: string;
|
|
2209
|
+
updatedAt: string;
|
|
2210
2210
|
} | null | undefined;
|
|
2211
2211
|
bannerFile?: {
|
|
2212
2212
|
id: string;
|
|
@@ -2243,14 +2243,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2243
2243
|
format: string;
|
|
2244
2244
|
quality: number;
|
|
2245
2245
|
exifStripped: boolean;
|
|
2246
|
-
createdAt:
|
|
2247
|
-
updatedAt:
|
|
2246
|
+
createdAt: string;
|
|
2247
|
+
updatedAt: string;
|
|
2248
2248
|
} | undefined;
|
|
2249
|
-
createdAt:
|
|
2250
|
-
updatedAt:
|
|
2249
|
+
createdAt: string;
|
|
2250
|
+
updatedAt: string;
|
|
2251
2251
|
} | null | undefined;
|
|
2252
2252
|
bio: string | null;
|
|
2253
|
-
birthdate:
|
|
2253
|
+
birthdate: string | null;
|
|
2254
2254
|
location: {
|
|
2255
2255
|
type: "Point";
|
|
2256
2256
|
coordinates: [number, number];
|
|
@@ -2260,7 +2260,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2260
2260
|
};
|
|
2261
2261
|
reputation: number;
|
|
2262
2262
|
spaceReputation?: number | undefined;
|
|
2263
|
-
createdAt:
|
|
2263
|
+
createdAt: string;
|
|
2264
2264
|
} | null | undefined;
|
|
2265
2265
|
title: string | null;
|
|
2266
2266
|
content: string | null;
|
|
@@ -2312,11 +2312,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2312
2312
|
format: string;
|
|
2313
2313
|
quality: number;
|
|
2314
2314
|
exifStripped: boolean;
|
|
2315
|
-
createdAt:
|
|
2316
|
-
updatedAt:
|
|
2315
|
+
createdAt: string;
|
|
2316
|
+
updatedAt: string;
|
|
2317
2317
|
} | undefined;
|
|
2318
|
-
createdAt:
|
|
2319
|
-
updatedAt:
|
|
2318
|
+
createdAt: string;
|
|
2319
|
+
updatedAt: string;
|
|
2320
2320
|
}[] | undefined;
|
|
2321
2321
|
keywords: string[];
|
|
2322
2322
|
upvotes: string[];
|
|
@@ -2335,7 +2335,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2335
2335
|
repliesCount: number;
|
|
2336
2336
|
views: number;
|
|
2337
2337
|
score: number;
|
|
2338
|
-
scoreUpdatedAt:
|
|
2338
|
+
scoreUpdatedAt: string;
|
|
2339
2339
|
location: {
|
|
2340
2340
|
type: "Point";
|
|
2341
2341
|
coordinates: [number, number];
|
|
@@ -2390,11 +2390,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2390
2390
|
format: string;
|
|
2391
2391
|
quality: number;
|
|
2392
2392
|
exifStripped: boolean;
|
|
2393
|
-
createdAt:
|
|
2394
|
-
updatedAt:
|
|
2393
|
+
createdAt: string;
|
|
2394
|
+
updatedAt: string;
|
|
2395
2395
|
} | undefined;
|
|
2396
|
-
createdAt:
|
|
2397
|
-
updatedAt:
|
|
2396
|
+
createdAt: string;
|
|
2397
|
+
updatedAt: string;
|
|
2398
2398
|
} | null | undefined;
|
|
2399
2399
|
bannerFile?: {
|
|
2400
2400
|
id: string;
|
|
@@ -2431,14 +2431,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2431
2431
|
format: string;
|
|
2432
2432
|
quality: number;
|
|
2433
2433
|
exifStripped: boolean;
|
|
2434
|
-
createdAt:
|
|
2435
|
-
updatedAt:
|
|
2434
|
+
createdAt: string;
|
|
2435
|
+
updatedAt: string;
|
|
2436
2436
|
} | undefined;
|
|
2437
|
-
createdAt:
|
|
2438
|
-
updatedAt:
|
|
2437
|
+
createdAt: string;
|
|
2438
|
+
updatedAt: string;
|
|
2439
2439
|
} | null | undefined;
|
|
2440
2440
|
bio: string | null;
|
|
2441
|
-
birthdate:
|
|
2441
|
+
birthdate: string | null;
|
|
2442
2442
|
location: {
|
|
2443
2443
|
type: "Point";
|
|
2444
2444
|
coordinates: [number, number];
|
|
@@ -2448,19 +2448,19 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2448
2448
|
};
|
|
2449
2449
|
reputation: number;
|
|
2450
2450
|
spaceReputation?: number | undefined;
|
|
2451
|
-
createdAt:
|
|
2451
|
+
createdAt: string;
|
|
2452
2452
|
};
|
|
2453
2453
|
upvotesCount: number;
|
|
2454
2454
|
content: string;
|
|
2455
2455
|
createdAt: string;
|
|
2456
2456
|
} | null;
|
|
2457
2457
|
isSaved?: boolean | undefined;
|
|
2458
|
-
createdAt:
|
|
2459
|
-
updatedAt:
|
|
2460
|
-
deletedAt:
|
|
2458
|
+
createdAt: string;
|
|
2459
|
+
updatedAt: string;
|
|
2460
|
+
deletedAt: string | null;
|
|
2461
2461
|
isDraft: boolean | null;
|
|
2462
2462
|
moderationStatus: "approved" | "removed" | null;
|
|
2463
|
-
moderatedAt:
|
|
2463
|
+
moderatedAt: string | null;
|
|
2464
2464
|
moderatedById: string | null;
|
|
2465
2465
|
moderatedByType: "client" | "user" | null;
|
|
2466
2466
|
moderationReason: string | null;
|
|
@@ -2549,9 +2549,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2549
2549
|
metadata: {
|
|
2550
2550
|
[x: string]: any;
|
|
2551
2551
|
};
|
|
2552
|
-
createdAt:
|
|
2553
|
-
updatedAt:
|
|
2554
|
-
deletedAt:
|
|
2552
|
+
createdAt: string;
|
|
2553
|
+
updatedAt: string;
|
|
2554
|
+
deletedAt: string | null;
|
|
2555
2555
|
membersCount: number;
|
|
2556
2556
|
childSpacesCount: number;
|
|
2557
2557
|
isMember?: boolean | undefined;
|
|
@@ -2590,11 +2590,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2590
2590
|
format: string;
|
|
2591
2591
|
quality: number;
|
|
2592
2592
|
exifStripped: boolean;
|
|
2593
|
-
createdAt:
|
|
2594
|
-
updatedAt:
|
|
2593
|
+
createdAt: string;
|
|
2594
|
+
updatedAt: string;
|
|
2595
2595
|
} | undefined;
|
|
2596
|
-
createdAt:
|
|
2597
|
-
updatedAt:
|
|
2596
|
+
createdAt: string;
|
|
2597
|
+
updatedAt: string;
|
|
2598
2598
|
} | undefined;
|
|
2599
2599
|
bannerFile?: {
|
|
2600
2600
|
id: string;
|
|
@@ -2631,11 +2631,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2631
2631
|
format: string;
|
|
2632
2632
|
quality: number;
|
|
2633
2633
|
exifStripped: boolean;
|
|
2634
|
-
createdAt:
|
|
2635
|
-
updatedAt:
|
|
2634
|
+
createdAt: string;
|
|
2635
|
+
updatedAt: string;
|
|
2636
2636
|
} | undefined;
|
|
2637
|
-
createdAt:
|
|
2638
|
-
updatedAt:
|
|
2637
|
+
createdAt: string;
|
|
2638
|
+
updatedAt: string;
|
|
2639
2639
|
} | undefined;
|
|
2640
2640
|
} | null | undefined;
|
|
2641
2641
|
userId: string | null;
|
|
@@ -2684,11 +2684,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2684
2684
|
format: string;
|
|
2685
2685
|
quality: number;
|
|
2686
2686
|
exifStripped: boolean;
|
|
2687
|
-
createdAt:
|
|
2688
|
-
updatedAt:
|
|
2687
|
+
createdAt: string;
|
|
2688
|
+
updatedAt: string;
|
|
2689
2689
|
} | undefined;
|
|
2690
|
-
createdAt:
|
|
2691
|
-
updatedAt:
|
|
2690
|
+
createdAt: string;
|
|
2691
|
+
updatedAt: string;
|
|
2692
2692
|
} | null | undefined;
|
|
2693
2693
|
bannerFile?: {
|
|
2694
2694
|
id: string;
|
|
@@ -2725,14 +2725,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2725
2725
|
format: string;
|
|
2726
2726
|
quality: number;
|
|
2727
2727
|
exifStripped: boolean;
|
|
2728
|
-
createdAt:
|
|
2729
|
-
updatedAt:
|
|
2728
|
+
createdAt: string;
|
|
2729
|
+
updatedAt: string;
|
|
2730
2730
|
} | undefined;
|
|
2731
|
-
createdAt:
|
|
2732
|
-
updatedAt:
|
|
2731
|
+
createdAt: string;
|
|
2732
|
+
updatedAt: string;
|
|
2733
2733
|
} | null | undefined;
|
|
2734
2734
|
bio: string | null;
|
|
2735
|
-
birthdate:
|
|
2735
|
+
birthdate: string | null;
|
|
2736
2736
|
location: {
|
|
2737
2737
|
type: "Point";
|
|
2738
2738
|
coordinates: [number, number];
|
|
@@ -2742,7 +2742,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2742
2742
|
};
|
|
2743
2743
|
reputation: number;
|
|
2744
2744
|
spaceReputation?: number | undefined;
|
|
2745
|
-
createdAt:
|
|
2745
|
+
createdAt: string;
|
|
2746
2746
|
} | null | undefined;
|
|
2747
2747
|
title: string | null;
|
|
2748
2748
|
content: string | null;
|
|
@@ -2794,11 +2794,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2794
2794
|
format: string;
|
|
2795
2795
|
quality: number;
|
|
2796
2796
|
exifStripped: boolean;
|
|
2797
|
-
createdAt:
|
|
2798
|
-
updatedAt:
|
|
2797
|
+
createdAt: string;
|
|
2798
|
+
updatedAt: string;
|
|
2799
2799
|
} | undefined;
|
|
2800
|
-
createdAt:
|
|
2801
|
-
updatedAt:
|
|
2800
|
+
createdAt: string;
|
|
2801
|
+
updatedAt: string;
|
|
2802
2802
|
}[] | undefined;
|
|
2803
2803
|
keywords: string[];
|
|
2804
2804
|
upvotes: string[];
|
|
@@ -2817,7 +2817,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2817
2817
|
repliesCount: number;
|
|
2818
2818
|
views: number;
|
|
2819
2819
|
score: number;
|
|
2820
|
-
scoreUpdatedAt:
|
|
2820
|
+
scoreUpdatedAt: string;
|
|
2821
2821
|
location: {
|
|
2822
2822
|
type: "Point";
|
|
2823
2823
|
coordinates: [number, number];
|
|
@@ -2872,11 +2872,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2872
2872
|
format: string;
|
|
2873
2873
|
quality: number;
|
|
2874
2874
|
exifStripped: boolean;
|
|
2875
|
-
createdAt:
|
|
2876
|
-
updatedAt:
|
|
2875
|
+
createdAt: string;
|
|
2876
|
+
updatedAt: string;
|
|
2877
2877
|
} | undefined;
|
|
2878
|
-
createdAt:
|
|
2879
|
-
updatedAt:
|
|
2878
|
+
createdAt: string;
|
|
2879
|
+
updatedAt: string;
|
|
2880
2880
|
} | null | undefined;
|
|
2881
2881
|
bannerFile?: {
|
|
2882
2882
|
id: string;
|
|
@@ -2913,14 +2913,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2913
2913
|
format: string;
|
|
2914
2914
|
quality: number;
|
|
2915
2915
|
exifStripped: boolean;
|
|
2916
|
-
createdAt:
|
|
2917
|
-
updatedAt:
|
|
2916
|
+
createdAt: string;
|
|
2917
|
+
updatedAt: string;
|
|
2918
2918
|
} | undefined;
|
|
2919
|
-
createdAt:
|
|
2920
|
-
updatedAt:
|
|
2919
|
+
createdAt: string;
|
|
2920
|
+
updatedAt: string;
|
|
2921
2921
|
} | null | undefined;
|
|
2922
2922
|
bio: string | null;
|
|
2923
|
-
birthdate:
|
|
2923
|
+
birthdate: string | null;
|
|
2924
2924
|
location: {
|
|
2925
2925
|
type: "Point";
|
|
2926
2926
|
coordinates: [number, number];
|
|
@@ -2930,19 +2930,19 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
2930
2930
|
};
|
|
2931
2931
|
reputation: number;
|
|
2932
2932
|
spaceReputation?: number | undefined;
|
|
2933
|
-
createdAt:
|
|
2933
|
+
createdAt: string;
|
|
2934
2934
|
};
|
|
2935
2935
|
upvotesCount: number;
|
|
2936
2936
|
content: string;
|
|
2937
2937
|
createdAt: string;
|
|
2938
2938
|
} | null;
|
|
2939
2939
|
isSaved?: boolean | undefined;
|
|
2940
|
-
createdAt:
|
|
2941
|
-
updatedAt:
|
|
2942
|
-
deletedAt:
|
|
2940
|
+
createdAt: string;
|
|
2941
|
+
updatedAt: string;
|
|
2942
|
+
deletedAt: string | null;
|
|
2943
2943
|
isDraft: boolean | null;
|
|
2944
2944
|
moderationStatus: "approved" | "removed" | null;
|
|
2945
|
-
moderatedAt:
|
|
2945
|
+
moderatedAt: string | null;
|
|
2946
2946
|
moderatedById: string | null;
|
|
2947
2947
|
moderatedByType: "client" | "user" | null;
|
|
2948
2948
|
moderationReason: string | null;
|
|
@@ -3034,9 +3034,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3034
3034
|
metadata: {
|
|
3035
3035
|
[x: string]: any;
|
|
3036
3036
|
};
|
|
3037
|
-
createdAt:
|
|
3038
|
-
updatedAt:
|
|
3039
|
-
deletedAt:
|
|
3037
|
+
createdAt: string;
|
|
3038
|
+
updatedAt: string;
|
|
3039
|
+
deletedAt: string | null;
|
|
3040
3040
|
membersCount: number;
|
|
3041
3041
|
childSpacesCount: number;
|
|
3042
3042
|
isMember?: boolean | undefined;
|
|
@@ -3075,11 +3075,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3075
3075
|
format: string;
|
|
3076
3076
|
quality: number;
|
|
3077
3077
|
exifStripped: boolean;
|
|
3078
|
-
createdAt:
|
|
3079
|
-
updatedAt:
|
|
3078
|
+
createdAt: string;
|
|
3079
|
+
updatedAt: string;
|
|
3080
3080
|
} | undefined;
|
|
3081
|
-
createdAt:
|
|
3082
|
-
updatedAt:
|
|
3081
|
+
createdAt: string;
|
|
3082
|
+
updatedAt: string;
|
|
3083
3083
|
} | undefined;
|
|
3084
3084
|
bannerFile?: {
|
|
3085
3085
|
id: string;
|
|
@@ -3116,11 +3116,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3116
3116
|
format: string;
|
|
3117
3117
|
quality: number;
|
|
3118
3118
|
exifStripped: boolean;
|
|
3119
|
-
createdAt:
|
|
3120
|
-
updatedAt:
|
|
3119
|
+
createdAt: string;
|
|
3120
|
+
updatedAt: string;
|
|
3121
3121
|
} | undefined;
|
|
3122
|
-
createdAt:
|
|
3123
|
-
updatedAt:
|
|
3122
|
+
createdAt: string;
|
|
3123
|
+
updatedAt: string;
|
|
3124
3124
|
} | undefined;
|
|
3125
3125
|
} | null | undefined;
|
|
3126
3126
|
userId: string | null;
|
|
@@ -3169,11 +3169,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3169
3169
|
format: string;
|
|
3170
3170
|
quality: number;
|
|
3171
3171
|
exifStripped: boolean;
|
|
3172
|
-
createdAt:
|
|
3173
|
-
updatedAt:
|
|
3172
|
+
createdAt: string;
|
|
3173
|
+
updatedAt: string;
|
|
3174
3174
|
} | undefined;
|
|
3175
|
-
createdAt:
|
|
3176
|
-
updatedAt:
|
|
3175
|
+
createdAt: string;
|
|
3176
|
+
updatedAt: string;
|
|
3177
3177
|
} | null | undefined;
|
|
3178
3178
|
bannerFile?: {
|
|
3179
3179
|
id: string;
|
|
@@ -3210,14 +3210,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3210
3210
|
format: string;
|
|
3211
3211
|
quality: number;
|
|
3212
3212
|
exifStripped: boolean;
|
|
3213
|
-
createdAt:
|
|
3214
|
-
updatedAt:
|
|
3213
|
+
createdAt: string;
|
|
3214
|
+
updatedAt: string;
|
|
3215
3215
|
} | undefined;
|
|
3216
|
-
createdAt:
|
|
3217
|
-
updatedAt:
|
|
3216
|
+
createdAt: string;
|
|
3217
|
+
updatedAt: string;
|
|
3218
3218
|
} | null | undefined;
|
|
3219
3219
|
bio: string | null;
|
|
3220
|
-
birthdate:
|
|
3220
|
+
birthdate: string | null;
|
|
3221
3221
|
location: {
|
|
3222
3222
|
type: "Point";
|
|
3223
3223
|
coordinates: [number, number];
|
|
@@ -3227,7 +3227,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3227
3227
|
};
|
|
3228
3228
|
reputation: number;
|
|
3229
3229
|
spaceReputation?: number | undefined;
|
|
3230
|
-
createdAt:
|
|
3230
|
+
createdAt: string;
|
|
3231
3231
|
} | null | undefined;
|
|
3232
3232
|
title: string | null;
|
|
3233
3233
|
content: string | null;
|
|
@@ -3279,11 +3279,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3279
3279
|
format: string;
|
|
3280
3280
|
quality: number;
|
|
3281
3281
|
exifStripped: boolean;
|
|
3282
|
-
createdAt:
|
|
3283
|
-
updatedAt:
|
|
3282
|
+
createdAt: string;
|
|
3283
|
+
updatedAt: string;
|
|
3284
3284
|
} | undefined;
|
|
3285
|
-
createdAt:
|
|
3286
|
-
updatedAt:
|
|
3285
|
+
createdAt: string;
|
|
3286
|
+
updatedAt: string;
|
|
3287
3287
|
}[] | undefined;
|
|
3288
3288
|
keywords: string[];
|
|
3289
3289
|
upvotes: string[];
|
|
@@ -3302,7 +3302,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3302
3302
|
repliesCount: number;
|
|
3303
3303
|
views: number;
|
|
3304
3304
|
score: number;
|
|
3305
|
-
scoreUpdatedAt:
|
|
3305
|
+
scoreUpdatedAt: string;
|
|
3306
3306
|
location: {
|
|
3307
3307
|
type: "Point";
|
|
3308
3308
|
coordinates: [number, number];
|
|
@@ -3357,11 +3357,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3357
3357
|
format: string;
|
|
3358
3358
|
quality: number;
|
|
3359
3359
|
exifStripped: boolean;
|
|
3360
|
-
createdAt:
|
|
3361
|
-
updatedAt:
|
|
3360
|
+
createdAt: string;
|
|
3361
|
+
updatedAt: string;
|
|
3362
3362
|
} | undefined;
|
|
3363
|
-
createdAt:
|
|
3364
|
-
updatedAt:
|
|
3363
|
+
createdAt: string;
|
|
3364
|
+
updatedAt: string;
|
|
3365
3365
|
} | null | undefined;
|
|
3366
3366
|
bannerFile?: {
|
|
3367
3367
|
id: string;
|
|
@@ -3398,14 +3398,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3398
3398
|
format: string;
|
|
3399
3399
|
quality: number;
|
|
3400
3400
|
exifStripped: boolean;
|
|
3401
|
-
createdAt:
|
|
3402
|
-
updatedAt:
|
|
3401
|
+
createdAt: string;
|
|
3402
|
+
updatedAt: string;
|
|
3403
3403
|
} | undefined;
|
|
3404
|
-
createdAt:
|
|
3405
|
-
updatedAt:
|
|
3404
|
+
createdAt: string;
|
|
3405
|
+
updatedAt: string;
|
|
3406
3406
|
} | null | undefined;
|
|
3407
3407
|
bio: string | null;
|
|
3408
|
-
birthdate:
|
|
3408
|
+
birthdate: string | null;
|
|
3409
3409
|
location: {
|
|
3410
3410
|
type: "Point";
|
|
3411
3411
|
coordinates: [number, number];
|
|
@@ -3415,19 +3415,19 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3415
3415
|
};
|
|
3416
3416
|
reputation: number;
|
|
3417
3417
|
spaceReputation?: number | undefined;
|
|
3418
|
-
createdAt:
|
|
3418
|
+
createdAt: string;
|
|
3419
3419
|
};
|
|
3420
3420
|
upvotesCount: number;
|
|
3421
3421
|
content: string;
|
|
3422
3422
|
createdAt: string;
|
|
3423
3423
|
} | null;
|
|
3424
3424
|
isSaved?: boolean | undefined;
|
|
3425
|
-
createdAt:
|
|
3426
|
-
updatedAt:
|
|
3427
|
-
deletedAt:
|
|
3425
|
+
createdAt: string;
|
|
3426
|
+
updatedAt: string;
|
|
3427
|
+
deletedAt: string | null;
|
|
3428
3428
|
isDraft: boolean | null;
|
|
3429
3429
|
moderationStatus: "approved" | "removed" | null;
|
|
3430
|
-
moderatedAt:
|
|
3430
|
+
moderatedAt: string | null;
|
|
3431
3431
|
moderatedById: string | null;
|
|
3432
3432
|
moderatedByType: "client" | "user" | null;
|
|
3433
3433
|
moderationReason: string | null;
|
|
@@ -3519,9 +3519,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3519
3519
|
metadata: {
|
|
3520
3520
|
[x: string]: any;
|
|
3521
3521
|
};
|
|
3522
|
-
createdAt:
|
|
3523
|
-
updatedAt:
|
|
3524
|
-
deletedAt:
|
|
3522
|
+
createdAt: string;
|
|
3523
|
+
updatedAt: string;
|
|
3524
|
+
deletedAt: string | null;
|
|
3525
3525
|
membersCount: number;
|
|
3526
3526
|
childSpacesCount: number;
|
|
3527
3527
|
isMember?: boolean | undefined;
|
|
@@ -3560,11 +3560,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3560
3560
|
format: string;
|
|
3561
3561
|
quality: number;
|
|
3562
3562
|
exifStripped: boolean;
|
|
3563
|
-
createdAt:
|
|
3564
|
-
updatedAt:
|
|
3563
|
+
createdAt: string;
|
|
3564
|
+
updatedAt: string;
|
|
3565
3565
|
} | undefined;
|
|
3566
|
-
createdAt:
|
|
3567
|
-
updatedAt:
|
|
3566
|
+
createdAt: string;
|
|
3567
|
+
updatedAt: string;
|
|
3568
3568
|
} | undefined;
|
|
3569
3569
|
bannerFile?: {
|
|
3570
3570
|
id: string;
|
|
@@ -3601,11 +3601,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3601
3601
|
format: string;
|
|
3602
3602
|
quality: number;
|
|
3603
3603
|
exifStripped: boolean;
|
|
3604
|
-
createdAt:
|
|
3605
|
-
updatedAt:
|
|
3604
|
+
createdAt: string;
|
|
3605
|
+
updatedAt: string;
|
|
3606
3606
|
} | undefined;
|
|
3607
|
-
createdAt:
|
|
3608
|
-
updatedAt:
|
|
3607
|
+
createdAt: string;
|
|
3608
|
+
updatedAt: string;
|
|
3609
3609
|
} | undefined;
|
|
3610
3610
|
} | null | undefined;
|
|
3611
3611
|
userId: string | null;
|
|
@@ -3654,11 +3654,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3654
3654
|
format: string;
|
|
3655
3655
|
quality: number;
|
|
3656
3656
|
exifStripped: boolean;
|
|
3657
|
-
createdAt:
|
|
3658
|
-
updatedAt:
|
|
3657
|
+
createdAt: string;
|
|
3658
|
+
updatedAt: string;
|
|
3659
3659
|
} | undefined;
|
|
3660
|
-
createdAt:
|
|
3661
|
-
updatedAt:
|
|
3660
|
+
createdAt: string;
|
|
3661
|
+
updatedAt: string;
|
|
3662
3662
|
} | null | undefined;
|
|
3663
3663
|
bannerFile?: {
|
|
3664
3664
|
id: string;
|
|
@@ -3695,14 +3695,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3695
3695
|
format: string;
|
|
3696
3696
|
quality: number;
|
|
3697
3697
|
exifStripped: boolean;
|
|
3698
|
-
createdAt:
|
|
3699
|
-
updatedAt:
|
|
3698
|
+
createdAt: string;
|
|
3699
|
+
updatedAt: string;
|
|
3700
3700
|
} | undefined;
|
|
3701
|
-
createdAt:
|
|
3702
|
-
updatedAt:
|
|
3701
|
+
createdAt: string;
|
|
3702
|
+
updatedAt: string;
|
|
3703
3703
|
} | null | undefined;
|
|
3704
3704
|
bio: string | null;
|
|
3705
|
-
birthdate:
|
|
3705
|
+
birthdate: string | null;
|
|
3706
3706
|
location: {
|
|
3707
3707
|
type: "Point";
|
|
3708
3708
|
coordinates: [number, number];
|
|
@@ -3712,7 +3712,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3712
3712
|
};
|
|
3713
3713
|
reputation: number;
|
|
3714
3714
|
spaceReputation?: number | undefined;
|
|
3715
|
-
createdAt:
|
|
3715
|
+
createdAt: string;
|
|
3716
3716
|
} | null | undefined;
|
|
3717
3717
|
title: string | null;
|
|
3718
3718
|
content: string | null;
|
|
@@ -3764,11 +3764,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3764
3764
|
format: string;
|
|
3765
3765
|
quality: number;
|
|
3766
3766
|
exifStripped: boolean;
|
|
3767
|
-
createdAt:
|
|
3768
|
-
updatedAt:
|
|
3767
|
+
createdAt: string;
|
|
3768
|
+
updatedAt: string;
|
|
3769
3769
|
} | undefined;
|
|
3770
|
-
createdAt:
|
|
3771
|
-
updatedAt:
|
|
3770
|
+
createdAt: string;
|
|
3771
|
+
updatedAt: string;
|
|
3772
3772
|
}[] | undefined;
|
|
3773
3773
|
keywords: string[];
|
|
3774
3774
|
upvotes: string[];
|
|
@@ -3787,7 +3787,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3787
3787
|
repliesCount: number;
|
|
3788
3788
|
views: number;
|
|
3789
3789
|
score: number;
|
|
3790
|
-
scoreUpdatedAt:
|
|
3790
|
+
scoreUpdatedAt: string;
|
|
3791
3791
|
location: {
|
|
3792
3792
|
type: "Point";
|
|
3793
3793
|
coordinates: [number, number];
|
|
@@ -3842,11 +3842,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3842
3842
|
format: string;
|
|
3843
3843
|
quality: number;
|
|
3844
3844
|
exifStripped: boolean;
|
|
3845
|
-
createdAt:
|
|
3846
|
-
updatedAt:
|
|
3845
|
+
createdAt: string;
|
|
3846
|
+
updatedAt: string;
|
|
3847
3847
|
} | undefined;
|
|
3848
|
-
createdAt:
|
|
3849
|
-
updatedAt:
|
|
3848
|
+
createdAt: string;
|
|
3849
|
+
updatedAt: string;
|
|
3850
3850
|
} | null | undefined;
|
|
3851
3851
|
bannerFile?: {
|
|
3852
3852
|
id: string;
|
|
@@ -3883,14 +3883,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3883
3883
|
format: string;
|
|
3884
3884
|
quality: number;
|
|
3885
3885
|
exifStripped: boolean;
|
|
3886
|
-
createdAt:
|
|
3887
|
-
updatedAt:
|
|
3886
|
+
createdAt: string;
|
|
3887
|
+
updatedAt: string;
|
|
3888
3888
|
} | undefined;
|
|
3889
|
-
createdAt:
|
|
3890
|
-
updatedAt:
|
|
3889
|
+
createdAt: string;
|
|
3890
|
+
updatedAt: string;
|
|
3891
3891
|
} | null | undefined;
|
|
3892
3892
|
bio: string | null;
|
|
3893
|
-
birthdate:
|
|
3893
|
+
birthdate: string | null;
|
|
3894
3894
|
location: {
|
|
3895
3895
|
type: "Point";
|
|
3896
3896
|
coordinates: [number, number];
|
|
@@ -3900,19 +3900,19 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
3900
3900
|
};
|
|
3901
3901
|
reputation: number;
|
|
3902
3902
|
spaceReputation?: number | undefined;
|
|
3903
|
-
createdAt:
|
|
3903
|
+
createdAt: string;
|
|
3904
3904
|
};
|
|
3905
3905
|
upvotesCount: number;
|
|
3906
3906
|
content: string;
|
|
3907
3907
|
createdAt: string;
|
|
3908
3908
|
} | null;
|
|
3909
3909
|
isSaved?: boolean | undefined;
|
|
3910
|
-
createdAt:
|
|
3911
|
-
updatedAt:
|
|
3912
|
-
deletedAt:
|
|
3910
|
+
createdAt: string;
|
|
3911
|
+
updatedAt: string;
|
|
3912
|
+
deletedAt: string | null;
|
|
3913
3913
|
isDraft: boolean | null;
|
|
3914
3914
|
moderationStatus: "approved" | "removed" | null;
|
|
3915
|
-
moderatedAt:
|
|
3915
|
+
moderatedAt: string | null;
|
|
3916
3916
|
moderatedById: string | null;
|
|
3917
3917
|
moderatedByType: "client" | "user" | null;
|
|
3918
3918
|
moderationReason: string | null;
|
|
@@ -4001,9 +4001,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4001
4001
|
metadata: {
|
|
4002
4002
|
[x: string]: any;
|
|
4003
4003
|
};
|
|
4004
|
-
createdAt:
|
|
4005
|
-
updatedAt:
|
|
4006
|
-
deletedAt:
|
|
4004
|
+
createdAt: string;
|
|
4005
|
+
updatedAt: string;
|
|
4006
|
+
deletedAt: string | null;
|
|
4007
4007
|
membersCount: number;
|
|
4008
4008
|
childSpacesCount: number;
|
|
4009
4009
|
isMember?: boolean | undefined;
|
|
@@ -4042,11 +4042,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4042
4042
|
format: string;
|
|
4043
4043
|
quality: number;
|
|
4044
4044
|
exifStripped: boolean;
|
|
4045
|
-
createdAt:
|
|
4046
|
-
updatedAt:
|
|
4045
|
+
createdAt: string;
|
|
4046
|
+
updatedAt: string;
|
|
4047
4047
|
} | undefined;
|
|
4048
|
-
createdAt:
|
|
4049
|
-
updatedAt:
|
|
4048
|
+
createdAt: string;
|
|
4049
|
+
updatedAt: string;
|
|
4050
4050
|
} | undefined;
|
|
4051
4051
|
bannerFile?: {
|
|
4052
4052
|
id: string;
|
|
@@ -4083,11 +4083,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4083
4083
|
format: string;
|
|
4084
4084
|
quality: number;
|
|
4085
4085
|
exifStripped: boolean;
|
|
4086
|
-
createdAt:
|
|
4087
|
-
updatedAt:
|
|
4086
|
+
createdAt: string;
|
|
4087
|
+
updatedAt: string;
|
|
4088
4088
|
} | undefined;
|
|
4089
|
-
createdAt:
|
|
4090
|
-
updatedAt:
|
|
4089
|
+
createdAt: string;
|
|
4090
|
+
updatedAt: string;
|
|
4091
4091
|
} | undefined;
|
|
4092
4092
|
} | null | undefined;
|
|
4093
4093
|
userId: string | null;
|
|
@@ -4136,11 +4136,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4136
4136
|
format: string;
|
|
4137
4137
|
quality: number;
|
|
4138
4138
|
exifStripped: boolean;
|
|
4139
|
-
createdAt:
|
|
4140
|
-
updatedAt:
|
|
4139
|
+
createdAt: string;
|
|
4140
|
+
updatedAt: string;
|
|
4141
4141
|
} | undefined;
|
|
4142
|
-
createdAt:
|
|
4143
|
-
updatedAt:
|
|
4142
|
+
createdAt: string;
|
|
4143
|
+
updatedAt: string;
|
|
4144
4144
|
} | null | undefined;
|
|
4145
4145
|
bannerFile?: {
|
|
4146
4146
|
id: string;
|
|
@@ -4177,14 +4177,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4177
4177
|
format: string;
|
|
4178
4178
|
quality: number;
|
|
4179
4179
|
exifStripped: boolean;
|
|
4180
|
-
createdAt:
|
|
4181
|
-
updatedAt:
|
|
4180
|
+
createdAt: string;
|
|
4181
|
+
updatedAt: string;
|
|
4182
4182
|
} | undefined;
|
|
4183
|
-
createdAt:
|
|
4184
|
-
updatedAt:
|
|
4183
|
+
createdAt: string;
|
|
4184
|
+
updatedAt: string;
|
|
4185
4185
|
} | null | undefined;
|
|
4186
4186
|
bio: string | null;
|
|
4187
|
-
birthdate:
|
|
4187
|
+
birthdate: string | null;
|
|
4188
4188
|
location: {
|
|
4189
4189
|
type: "Point";
|
|
4190
4190
|
coordinates: [number, number];
|
|
@@ -4194,7 +4194,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4194
4194
|
};
|
|
4195
4195
|
reputation: number;
|
|
4196
4196
|
spaceReputation?: number | undefined;
|
|
4197
|
-
createdAt:
|
|
4197
|
+
createdAt: string;
|
|
4198
4198
|
} | null | undefined;
|
|
4199
4199
|
title: string | null;
|
|
4200
4200
|
content: string | null;
|
|
@@ -4246,11 +4246,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4246
4246
|
format: string;
|
|
4247
4247
|
quality: number;
|
|
4248
4248
|
exifStripped: boolean;
|
|
4249
|
-
createdAt:
|
|
4250
|
-
updatedAt:
|
|
4249
|
+
createdAt: string;
|
|
4250
|
+
updatedAt: string;
|
|
4251
4251
|
} | undefined;
|
|
4252
|
-
createdAt:
|
|
4253
|
-
updatedAt:
|
|
4252
|
+
createdAt: string;
|
|
4253
|
+
updatedAt: string;
|
|
4254
4254
|
}[] | undefined;
|
|
4255
4255
|
keywords: string[];
|
|
4256
4256
|
upvotes: string[];
|
|
@@ -4269,7 +4269,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4269
4269
|
repliesCount: number;
|
|
4270
4270
|
views: number;
|
|
4271
4271
|
score: number;
|
|
4272
|
-
scoreUpdatedAt:
|
|
4272
|
+
scoreUpdatedAt: string;
|
|
4273
4273
|
location: {
|
|
4274
4274
|
type: "Point";
|
|
4275
4275
|
coordinates: [number, number];
|
|
@@ -4324,11 +4324,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4324
4324
|
format: string;
|
|
4325
4325
|
quality: number;
|
|
4326
4326
|
exifStripped: boolean;
|
|
4327
|
-
createdAt:
|
|
4328
|
-
updatedAt:
|
|
4327
|
+
createdAt: string;
|
|
4328
|
+
updatedAt: string;
|
|
4329
4329
|
} | undefined;
|
|
4330
|
-
createdAt:
|
|
4331
|
-
updatedAt:
|
|
4330
|
+
createdAt: string;
|
|
4331
|
+
updatedAt: string;
|
|
4332
4332
|
} | null | undefined;
|
|
4333
4333
|
bannerFile?: {
|
|
4334
4334
|
id: string;
|
|
@@ -4365,14 +4365,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4365
4365
|
format: string;
|
|
4366
4366
|
quality: number;
|
|
4367
4367
|
exifStripped: boolean;
|
|
4368
|
-
createdAt:
|
|
4369
|
-
updatedAt:
|
|
4368
|
+
createdAt: string;
|
|
4369
|
+
updatedAt: string;
|
|
4370
4370
|
} | undefined;
|
|
4371
|
-
createdAt:
|
|
4372
|
-
updatedAt:
|
|
4371
|
+
createdAt: string;
|
|
4372
|
+
updatedAt: string;
|
|
4373
4373
|
} | null | undefined;
|
|
4374
4374
|
bio: string | null;
|
|
4375
|
-
birthdate:
|
|
4375
|
+
birthdate: string | null;
|
|
4376
4376
|
location: {
|
|
4377
4377
|
type: "Point";
|
|
4378
4378
|
coordinates: [number, number];
|
|
@@ -4382,19 +4382,19 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4382
4382
|
};
|
|
4383
4383
|
reputation: number;
|
|
4384
4384
|
spaceReputation?: number | undefined;
|
|
4385
|
-
createdAt:
|
|
4385
|
+
createdAt: string;
|
|
4386
4386
|
};
|
|
4387
4387
|
upvotesCount: number;
|
|
4388
4388
|
content: string;
|
|
4389
4389
|
createdAt: string;
|
|
4390
4390
|
} | null;
|
|
4391
4391
|
isSaved?: boolean | undefined;
|
|
4392
|
-
createdAt:
|
|
4393
|
-
updatedAt:
|
|
4394
|
-
deletedAt:
|
|
4392
|
+
createdAt: string;
|
|
4393
|
+
updatedAt: string;
|
|
4394
|
+
deletedAt: string | null;
|
|
4395
4395
|
isDraft: boolean | null;
|
|
4396
4396
|
moderationStatus: "approved" | "removed" | null;
|
|
4397
|
-
moderatedAt:
|
|
4397
|
+
moderatedAt: string | null;
|
|
4398
4398
|
moderatedById: string | null;
|
|
4399
4399
|
moderatedByType: "client" | "user" | null;
|
|
4400
4400
|
moderationReason: string | null;
|
|
@@ -4483,9 +4483,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4483
4483
|
metadata: {
|
|
4484
4484
|
[x: string]: any;
|
|
4485
4485
|
};
|
|
4486
|
-
createdAt:
|
|
4487
|
-
updatedAt:
|
|
4488
|
-
deletedAt:
|
|
4486
|
+
createdAt: string;
|
|
4487
|
+
updatedAt: string;
|
|
4488
|
+
deletedAt: string | null;
|
|
4489
4489
|
membersCount: number;
|
|
4490
4490
|
childSpacesCount: number;
|
|
4491
4491
|
isMember?: boolean | undefined;
|
|
@@ -4524,11 +4524,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4524
4524
|
format: string;
|
|
4525
4525
|
quality: number;
|
|
4526
4526
|
exifStripped: boolean;
|
|
4527
|
-
createdAt:
|
|
4528
|
-
updatedAt:
|
|
4527
|
+
createdAt: string;
|
|
4528
|
+
updatedAt: string;
|
|
4529
4529
|
} | undefined;
|
|
4530
|
-
createdAt:
|
|
4531
|
-
updatedAt:
|
|
4530
|
+
createdAt: string;
|
|
4531
|
+
updatedAt: string;
|
|
4532
4532
|
} | undefined;
|
|
4533
4533
|
bannerFile?: {
|
|
4534
4534
|
id: string;
|
|
@@ -4565,11 +4565,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4565
4565
|
format: string;
|
|
4566
4566
|
quality: number;
|
|
4567
4567
|
exifStripped: boolean;
|
|
4568
|
-
createdAt:
|
|
4569
|
-
updatedAt:
|
|
4568
|
+
createdAt: string;
|
|
4569
|
+
updatedAt: string;
|
|
4570
4570
|
} | undefined;
|
|
4571
|
-
createdAt:
|
|
4572
|
-
updatedAt:
|
|
4571
|
+
createdAt: string;
|
|
4572
|
+
updatedAt: string;
|
|
4573
4573
|
} | undefined;
|
|
4574
4574
|
} | null | undefined;
|
|
4575
4575
|
userId: string | null;
|
|
@@ -4618,11 +4618,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4618
4618
|
format: string;
|
|
4619
4619
|
quality: number;
|
|
4620
4620
|
exifStripped: boolean;
|
|
4621
|
-
createdAt:
|
|
4622
|
-
updatedAt:
|
|
4621
|
+
createdAt: string;
|
|
4622
|
+
updatedAt: string;
|
|
4623
4623
|
} | undefined;
|
|
4624
|
-
createdAt:
|
|
4625
|
-
updatedAt:
|
|
4624
|
+
createdAt: string;
|
|
4625
|
+
updatedAt: string;
|
|
4626
4626
|
} | null | undefined;
|
|
4627
4627
|
bannerFile?: {
|
|
4628
4628
|
id: string;
|
|
@@ -4659,14 +4659,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4659
4659
|
format: string;
|
|
4660
4660
|
quality: number;
|
|
4661
4661
|
exifStripped: boolean;
|
|
4662
|
-
createdAt:
|
|
4663
|
-
updatedAt:
|
|
4662
|
+
createdAt: string;
|
|
4663
|
+
updatedAt: string;
|
|
4664
4664
|
} | undefined;
|
|
4665
|
-
createdAt:
|
|
4666
|
-
updatedAt:
|
|
4665
|
+
createdAt: string;
|
|
4666
|
+
updatedAt: string;
|
|
4667
4667
|
} | null | undefined;
|
|
4668
4668
|
bio: string | null;
|
|
4669
|
-
birthdate:
|
|
4669
|
+
birthdate: string | null;
|
|
4670
4670
|
location: {
|
|
4671
4671
|
type: "Point";
|
|
4672
4672
|
coordinates: [number, number];
|
|
@@ -4676,7 +4676,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4676
4676
|
};
|
|
4677
4677
|
reputation: number;
|
|
4678
4678
|
spaceReputation?: number | undefined;
|
|
4679
|
-
createdAt:
|
|
4679
|
+
createdAt: string;
|
|
4680
4680
|
} | null | undefined;
|
|
4681
4681
|
title: string | null;
|
|
4682
4682
|
content: string | null;
|
|
@@ -4728,11 +4728,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4728
4728
|
format: string;
|
|
4729
4729
|
quality: number;
|
|
4730
4730
|
exifStripped: boolean;
|
|
4731
|
-
createdAt:
|
|
4732
|
-
updatedAt:
|
|
4731
|
+
createdAt: string;
|
|
4732
|
+
updatedAt: string;
|
|
4733
4733
|
} | undefined;
|
|
4734
|
-
createdAt:
|
|
4735
|
-
updatedAt:
|
|
4734
|
+
createdAt: string;
|
|
4735
|
+
updatedAt: string;
|
|
4736
4736
|
}[] | undefined;
|
|
4737
4737
|
keywords: string[];
|
|
4738
4738
|
upvotes: string[];
|
|
@@ -4751,7 +4751,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4751
4751
|
repliesCount: number;
|
|
4752
4752
|
views: number;
|
|
4753
4753
|
score: number;
|
|
4754
|
-
scoreUpdatedAt:
|
|
4754
|
+
scoreUpdatedAt: string;
|
|
4755
4755
|
location: {
|
|
4756
4756
|
type: "Point";
|
|
4757
4757
|
coordinates: [number, number];
|
|
@@ -4806,11 +4806,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4806
4806
|
format: string;
|
|
4807
4807
|
quality: number;
|
|
4808
4808
|
exifStripped: boolean;
|
|
4809
|
-
createdAt:
|
|
4810
|
-
updatedAt:
|
|
4809
|
+
createdAt: string;
|
|
4810
|
+
updatedAt: string;
|
|
4811
4811
|
} | undefined;
|
|
4812
|
-
createdAt:
|
|
4813
|
-
updatedAt:
|
|
4812
|
+
createdAt: string;
|
|
4813
|
+
updatedAt: string;
|
|
4814
4814
|
} | null | undefined;
|
|
4815
4815
|
bannerFile?: {
|
|
4816
4816
|
id: string;
|
|
@@ -4847,14 +4847,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4847
4847
|
format: string;
|
|
4848
4848
|
quality: number;
|
|
4849
4849
|
exifStripped: boolean;
|
|
4850
|
-
createdAt:
|
|
4851
|
-
updatedAt:
|
|
4850
|
+
createdAt: string;
|
|
4851
|
+
updatedAt: string;
|
|
4852
4852
|
} | undefined;
|
|
4853
|
-
createdAt:
|
|
4854
|
-
updatedAt:
|
|
4853
|
+
createdAt: string;
|
|
4854
|
+
updatedAt: string;
|
|
4855
4855
|
} | null | undefined;
|
|
4856
4856
|
bio: string | null;
|
|
4857
|
-
birthdate:
|
|
4857
|
+
birthdate: string | null;
|
|
4858
4858
|
location: {
|
|
4859
4859
|
type: "Point";
|
|
4860
4860
|
coordinates: [number, number];
|
|
@@ -4864,19 +4864,19 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4864
4864
|
};
|
|
4865
4865
|
reputation: number;
|
|
4866
4866
|
spaceReputation?: number | undefined;
|
|
4867
|
-
createdAt:
|
|
4867
|
+
createdAt: string;
|
|
4868
4868
|
};
|
|
4869
4869
|
upvotesCount: number;
|
|
4870
4870
|
content: string;
|
|
4871
4871
|
createdAt: string;
|
|
4872
4872
|
} | null;
|
|
4873
4873
|
isSaved?: boolean | undefined;
|
|
4874
|
-
createdAt:
|
|
4875
|
-
updatedAt:
|
|
4876
|
-
deletedAt:
|
|
4874
|
+
createdAt: string;
|
|
4875
|
+
updatedAt: string;
|
|
4876
|
+
deletedAt: string | null;
|
|
4877
4877
|
isDraft: boolean | null;
|
|
4878
4878
|
moderationStatus: "approved" | "removed" | null;
|
|
4879
|
-
moderatedAt:
|
|
4879
|
+
moderatedAt: string | null;
|
|
4880
4880
|
moderatedById: string | null;
|
|
4881
4881
|
moderatedByType: "client" | "user" | null;
|
|
4882
4882
|
moderationReason: string | null;
|
|
@@ -4965,9 +4965,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
4965
4965
|
metadata: {
|
|
4966
4966
|
[x: string]: any;
|
|
4967
4967
|
};
|
|
4968
|
-
createdAt:
|
|
4969
|
-
updatedAt:
|
|
4970
|
-
deletedAt:
|
|
4968
|
+
createdAt: string;
|
|
4969
|
+
updatedAt: string;
|
|
4970
|
+
deletedAt: string | null;
|
|
4971
4971
|
membersCount: number;
|
|
4972
4972
|
childSpacesCount: number;
|
|
4973
4973
|
isMember?: boolean | undefined;
|
|
@@ -5006,11 +5006,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5006
5006
|
format: string;
|
|
5007
5007
|
quality: number;
|
|
5008
5008
|
exifStripped: boolean;
|
|
5009
|
-
createdAt:
|
|
5010
|
-
updatedAt:
|
|
5009
|
+
createdAt: string;
|
|
5010
|
+
updatedAt: string;
|
|
5011
5011
|
} | undefined;
|
|
5012
|
-
createdAt:
|
|
5013
|
-
updatedAt:
|
|
5012
|
+
createdAt: string;
|
|
5013
|
+
updatedAt: string;
|
|
5014
5014
|
} | undefined;
|
|
5015
5015
|
bannerFile?: {
|
|
5016
5016
|
id: string;
|
|
@@ -5047,11 +5047,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5047
5047
|
format: string;
|
|
5048
5048
|
quality: number;
|
|
5049
5049
|
exifStripped: boolean;
|
|
5050
|
-
createdAt:
|
|
5051
|
-
updatedAt:
|
|
5050
|
+
createdAt: string;
|
|
5051
|
+
updatedAt: string;
|
|
5052
5052
|
} | undefined;
|
|
5053
|
-
createdAt:
|
|
5054
|
-
updatedAt:
|
|
5053
|
+
createdAt: string;
|
|
5054
|
+
updatedAt: string;
|
|
5055
5055
|
} | undefined;
|
|
5056
5056
|
} | null | undefined;
|
|
5057
5057
|
userId: string | null;
|
|
@@ -5100,11 +5100,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5100
5100
|
format: string;
|
|
5101
5101
|
quality: number;
|
|
5102
5102
|
exifStripped: boolean;
|
|
5103
|
-
createdAt:
|
|
5104
|
-
updatedAt:
|
|
5103
|
+
createdAt: string;
|
|
5104
|
+
updatedAt: string;
|
|
5105
5105
|
} | undefined;
|
|
5106
|
-
createdAt:
|
|
5107
|
-
updatedAt:
|
|
5106
|
+
createdAt: string;
|
|
5107
|
+
updatedAt: string;
|
|
5108
5108
|
} | null | undefined;
|
|
5109
5109
|
bannerFile?: {
|
|
5110
5110
|
id: string;
|
|
@@ -5141,14 +5141,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5141
5141
|
format: string;
|
|
5142
5142
|
quality: number;
|
|
5143
5143
|
exifStripped: boolean;
|
|
5144
|
-
createdAt:
|
|
5145
|
-
updatedAt:
|
|
5144
|
+
createdAt: string;
|
|
5145
|
+
updatedAt: string;
|
|
5146
5146
|
} | undefined;
|
|
5147
|
-
createdAt:
|
|
5148
|
-
updatedAt:
|
|
5147
|
+
createdAt: string;
|
|
5148
|
+
updatedAt: string;
|
|
5149
5149
|
} | null | undefined;
|
|
5150
5150
|
bio: string | null;
|
|
5151
|
-
birthdate:
|
|
5151
|
+
birthdate: string | null;
|
|
5152
5152
|
location: {
|
|
5153
5153
|
type: "Point";
|
|
5154
5154
|
coordinates: [number, number];
|
|
@@ -5158,7 +5158,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5158
5158
|
};
|
|
5159
5159
|
reputation: number;
|
|
5160
5160
|
spaceReputation?: number | undefined;
|
|
5161
|
-
createdAt:
|
|
5161
|
+
createdAt: string;
|
|
5162
5162
|
} | null | undefined;
|
|
5163
5163
|
title: string | null;
|
|
5164
5164
|
content: string | null;
|
|
@@ -5210,11 +5210,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5210
5210
|
format: string;
|
|
5211
5211
|
quality: number;
|
|
5212
5212
|
exifStripped: boolean;
|
|
5213
|
-
createdAt:
|
|
5214
|
-
updatedAt:
|
|
5213
|
+
createdAt: string;
|
|
5214
|
+
updatedAt: string;
|
|
5215
5215
|
} | undefined;
|
|
5216
|
-
createdAt:
|
|
5217
|
-
updatedAt:
|
|
5216
|
+
createdAt: string;
|
|
5217
|
+
updatedAt: string;
|
|
5218
5218
|
}[] | undefined;
|
|
5219
5219
|
keywords: string[];
|
|
5220
5220
|
upvotes: string[];
|
|
@@ -5233,7 +5233,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5233
5233
|
repliesCount: number;
|
|
5234
5234
|
views: number;
|
|
5235
5235
|
score: number;
|
|
5236
|
-
scoreUpdatedAt:
|
|
5236
|
+
scoreUpdatedAt: string;
|
|
5237
5237
|
location: {
|
|
5238
5238
|
type: "Point";
|
|
5239
5239
|
coordinates: [number, number];
|
|
@@ -5288,11 +5288,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5288
5288
|
format: string;
|
|
5289
5289
|
quality: number;
|
|
5290
5290
|
exifStripped: boolean;
|
|
5291
|
-
createdAt:
|
|
5292
|
-
updatedAt:
|
|
5291
|
+
createdAt: string;
|
|
5292
|
+
updatedAt: string;
|
|
5293
5293
|
} | undefined;
|
|
5294
|
-
createdAt:
|
|
5295
|
-
updatedAt:
|
|
5294
|
+
createdAt: string;
|
|
5295
|
+
updatedAt: string;
|
|
5296
5296
|
} | null | undefined;
|
|
5297
5297
|
bannerFile?: {
|
|
5298
5298
|
id: string;
|
|
@@ -5329,14 +5329,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5329
5329
|
format: string;
|
|
5330
5330
|
quality: number;
|
|
5331
5331
|
exifStripped: boolean;
|
|
5332
|
-
createdAt:
|
|
5333
|
-
updatedAt:
|
|
5332
|
+
createdAt: string;
|
|
5333
|
+
updatedAt: string;
|
|
5334
5334
|
} | undefined;
|
|
5335
|
-
createdAt:
|
|
5336
|
-
updatedAt:
|
|
5335
|
+
createdAt: string;
|
|
5336
|
+
updatedAt: string;
|
|
5337
5337
|
} | null | undefined;
|
|
5338
5338
|
bio: string | null;
|
|
5339
|
-
birthdate:
|
|
5339
|
+
birthdate: string | null;
|
|
5340
5340
|
location: {
|
|
5341
5341
|
type: "Point";
|
|
5342
5342
|
coordinates: [number, number];
|
|
@@ -5346,19 +5346,19 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5346
5346
|
};
|
|
5347
5347
|
reputation: number;
|
|
5348
5348
|
spaceReputation?: number | undefined;
|
|
5349
|
-
createdAt:
|
|
5349
|
+
createdAt: string;
|
|
5350
5350
|
};
|
|
5351
5351
|
upvotesCount: number;
|
|
5352
5352
|
content: string;
|
|
5353
5353
|
createdAt: string;
|
|
5354
5354
|
} | null;
|
|
5355
5355
|
isSaved?: boolean | undefined;
|
|
5356
|
-
createdAt:
|
|
5357
|
-
updatedAt:
|
|
5358
|
-
deletedAt:
|
|
5356
|
+
createdAt: string;
|
|
5357
|
+
updatedAt: string;
|
|
5358
|
+
deletedAt: string | null;
|
|
5359
5359
|
isDraft: boolean | null;
|
|
5360
5360
|
moderationStatus: "approved" | "removed" | null;
|
|
5361
|
-
moderatedAt:
|
|
5361
|
+
moderatedAt: string | null;
|
|
5362
5362
|
moderatedById: string | null;
|
|
5363
5363
|
moderatedByType: "client" | "user" | null;
|
|
5364
5364
|
moderationReason: string | null;
|
|
@@ -5447,9 +5447,9 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5447
5447
|
metadata: {
|
|
5448
5448
|
[x: string]: any;
|
|
5449
5449
|
};
|
|
5450
|
-
createdAt:
|
|
5451
|
-
updatedAt:
|
|
5452
|
-
deletedAt:
|
|
5450
|
+
createdAt: string;
|
|
5451
|
+
updatedAt: string;
|
|
5452
|
+
deletedAt: string | null;
|
|
5453
5453
|
membersCount: number;
|
|
5454
5454
|
childSpacesCount: number;
|
|
5455
5455
|
isMember?: boolean | undefined;
|
|
@@ -5488,11 +5488,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5488
5488
|
format: string;
|
|
5489
5489
|
quality: number;
|
|
5490
5490
|
exifStripped: boolean;
|
|
5491
|
-
createdAt:
|
|
5492
|
-
updatedAt:
|
|
5491
|
+
createdAt: string;
|
|
5492
|
+
updatedAt: string;
|
|
5493
5493
|
} | undefined;
|
|
5494
|
-
createdAt:
|
|
5495
|
-
updatedAt:
|
|
5494
|
+
createdAt: string;
|
|
5495
|
+
updatedAt: string;
|
|
5496
5496
|
} | undefined;
|
|
5497
5497
|
bannerFile?: {
|
|
5498
5498
|
id: string;
|
|
@@ -5529,11 +5529,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5529
5529
|
format: string;
|
|
5530
5530
|
quality: number;
|
|
5531
5531
|
exifStripped: boolean;
|
|
5532
|
-
createdAt:
|
|
5533
|
-
updatedAt:
|
|
5532
|
+
createdAt: string;
|
|
5533
|
+
updatedAt: string;
|
|
5534
5534
|
} | undefined;
|
|
5535
|
-
createdAt:
|
|
5536
|
-
updatedAt:
|
|
5535
|
+
createdAt: string;
|
|
5536
|
+
updatedAt: string;
|
|
5537
5537
|
} | undefined;
|
|
5538
5538
|
} | null | undefined;
|
|
5539
5539
|
userId: string | null;
|
|
@@ -5582,11 +5582,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5582
5582
|
format: string;
|
|
5583
5583
|
quality: number;
|
|
5584
5584
|
exifStripped: boolean;
|
|
5585
|
-
createdAt:
|
|
5586
|
-
updatedAt:
|
|
5585
|
+
createdAt: string;
|
|
5586
|
+
updatedAt: string;
|
|
5587
5587
|
} | undefined;
|
|
5588
|
-
createdAt:
|
|
5589
|
-
updatedAt:
|
|
5588
|
+
createdAt: string;
|
|
5589
|
+
updatedAt: string;
|
|
5590
5590
|
} | null | undefined;
|
|
5591
5591
|
bannerFile?: {
|
|
5592
5592
|
id: string;
|
|
@@ -5623,14 +5623,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5623
5623
|
format: string;
|
|
5624
5624
|
quality: number;
|
|
5625
5625
|
exifStripped: boolean;
|
|
5626
|
-
createdAt:
|
|
5627
|
-
updatedAt:
|
|
5626
|
+
createdAt: string;
|
|
5627
|
+
updatedAt: string;
|
|
5628
5628
|
} | undefined;
|
|
5629
|
-
createdAt:
|
|
5630
|
-
updatedAt:
|
|
5629
|
+
createdAt: string;
|
|
5630
|
+
updatedAt: string;
|
|
5631
5631
|
} | null | undefined;
|
|
5632
5632
|
bio: string | null;
|
|
5633
|
-
birthdate:
|
|
5633
|
+
birthdate: string | null;
|
|
5634
5634
|
location: {
|
|
5635
5635
|
type: "Point";
|
|
5636
5636
|
coordinates: [number, number];
|
|
@@ -5640,7 +5640,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5640
5640
|
};
|
|
5641
5641
|
reputation: number;
|
|
5642
5642
|
spaceReputation?: number | undefined;
|
|
5643
|
-
createdAt:
|
|
5643
|
+
createdAt: string;
|
|
5644
5644
|
} | null | undefined;
|
|
5645
5645
|
title: string | null;
|
|
5646
5646
|
content: string | null;
|
|
@@ -5692,11 +5692,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5692
5692
|
format: string;
|
|
5693
5693
|
quality: number;
|
|
5694
5694
|
exifStripped: boolean;
|
|
5695
|
-
createdAt:
|
|
5696
|
-
updatedAt:
|
|
5695
|
+
createdAt: string;
|
|
5696
|
+
updatedAt: string;
|
|
5697
5697
|
} | undefined;
|
|
5698
|
-
createdAt:
|
|
5699
|
-
updatedAt:
|
|
5698
|
+
createdAt: string;
|
|
5699
|
+
updatedAt: string;
|
|
5700
5700
|
}[] | undefined;
|
|
5701
5701
|
keywords: string[];
|
|
5702
5702
|
upvotes: string[];
|
|
@@ -5715,7 +5715,7 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5715
5715
|
repliesCount: number;
|
|
5716
5716
|
views: number;
|
|
5717
5717
|
score: number;
|
|
5718
|
-
scoreUpdatedAt:
|
|
5718
|
+
scoreUpdatedAt: string;
|
|
5719
5719
|
location: {
|
|
5720
5720
|
type: "Point";
|
|
5721
5721
|
coordinates: [number, number];
|
|
@@ -5770,11 +5770,11 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5770
5770
|
format: string;
|
|
5771
5771
|
quality: number;
|
|
5772
5772
|
exifStripped: boolean;
|
|
5773
|
-
createdAt:
|
|
5774
|
-
updatedAt:
|
|
5773
|
+
createdAt: string;
|
|
5774
|
+
updatedAt: string;
|
|
5775
5775
|
} | undefined;
|
|
5776
|
-
createdAt:
|
|
5777
|
-
updatedAt:
|
|
5776
|
+
createdAt: string;
|
|
5777
|
+
updatedAt: string;
|
|
5778
5778
|
} | null | undefined;
|
|
5779
5779
|
bannerFile?: {
|
|
5780
5780
|
id: string;
|
|
@@ -5811,14 +5811,14 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5811
5811
|
format: string;
|
|
5812
5812
|
quality: number;
|
|
5813
5813
|
exifStripped: boolean;
|
|
5814
|
-
createdAt:
|
|
5815
|
-
updatedAt:
|
|
5814
|
+
createdAt: string;
|
|
5815
|
+
updatedAt: string;
|
|
5816
5816
|
} | undefined;
|
|
5817
|
-
createdAt:
|
|
5818
|
-
updatedAt:
|
|
5817
|
+
createdAt: string;
|
|
5818
|
+
updatedAt: string;
|
|
5819
5819
|
} | null | undefined;
|
|
5820
5820
|
bio: string | null;
|
|
5821
|
-
birthdate:
|
|
5821
|
+
birthdate: string | null;
|
|
5822
5822
|
location: {
|
|
5823
5823
|
type: "Point";
|
|
5824
5824
|
coordinates: [number, number];
|
|
@@ -5828,19 +5828,19 @@ export declare const entityListsSlice: import("@reduxjs/toolkit").Slice<EntityLi
|
|
|
5828
5828
|
};
|
|
5829
5829
|
reputation: number;
|
|
5830
5830
|
spaceReputation?: number | undefined;
|
|
5831
|
-
createdAt:
|
|
5831
|
+
createdAt: string;
|
|
5832
5832
|
};
|
|
5833
5833
|
upvotesCount: number;
|
|
5834
5834
|
content: string;
|
|
5835
5835
|
createdAt: string;
|
|
5836
5836
|
} | null;
|
|
5837
5837
|
isSaved?: boolean | undefined;
|
|
5838
|
-
createdAt:
|
|
5839
|
-
updatedAt:
|
|
5840
|
-
deletedAt:
|
|
5838
|
+
createdAt: string;
|
|
5839
|
+
updatedAt: string;
|
|
5840
|
+
deletedAt: string | null;
|
|
5841
5841
|
isDraft: boolean | null;
|
|
5842
5842
|
moderationStatus: "approved" | "removed" | null;
|
|
5843
|
-
moderatedAt:
|
|
5843
|
+
moderatedAt: string | null;
|
|
5844
5844
|
moderatedById: string | null;
|
|
5845
5845
|
moderatedByType: "client" | "user" | null;
|
|
5846
5846
|
moderationReason: string | null;
|