@stream-io/feeds-client 0.2.11 → 0.2.12
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/CHANGELOG.md +10 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/react-bindings.js +35 -33
- package/dist/cjs/react-bindings.js.map +1 -1
- package/dist/es/index.mjs +2 -2
- package/dist/es/index.mjs.map +1 -1
- package/dist/es/react-bindings.mjs +35 -33
- package/dist/es/react-bindings.mjs.map +1 -1
- package/dist/{index-DP0C8psw.mjs → index-D7QtnkUs.mjs} +19 -21
- package/dist/index-D7QtnkUs.mjs.map +1 -0
- package/dist/{index-CFv0uza2.js → index-o7AeSkxa.js} +19 -21
- package/dist/index-o7AeSkxa.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/bindings/react/hooks/feed-state-hooks/useOwnCapabilities.d.ts +15 -16
- package/dist/types/bindings/react/hooks/feed-state-hooks/useOwnCapabilities.d.ts.map +1 -1
- package/dist/types/bindings/react/hooks/feed-state-hooks/useOwnFollows.d.ts +1 -1
- package/dist/types/bindings/react/hooks/feed-state-hooks/useOwnFollows.d.ts.map +1 -1
- package/dist/types/bindings/react/hooks/util/useReactionActions.d.ts +1 -1
- package/dist/types/bindings/react/hooks/util/useReactionActions.d.ts.map +1 -1
- package/dist/types/bindings/react/wrappers/StreamFeed.d.ts +1 -1
- package/dist/types/bindings/react/wrappers/StreamFeed.d.ts.map +1 -1
- package/dist/types/bindings/react/wrappers/StreamFeeds.d.ts +1 -1
- package/dist/types/bindings/react/wrappers/StreamFeeds.d.ts.map +1 -1
- package/dist/types/bindings/react/wrappers/StreamSearch.d.ts +1 -1
- package/dist/types/bindings/react/wrappers/StreamSearch.d.ts.map +1 -1
- package/dist/types/bindings/react/wrappers/StreamSearchResults.d.ts +1 -1
- package/dist/types/bindings/react/wrappers/StreamSearchResults.d.ts.map +1 -1
- package/dist/types/common/ApiClient.d.ts +3 -3
- package/dist/types/common/ApiClient.d.ts.map +1 -1
- package/dist/types/common/EventDispatcher.d.ts +1 -1
- package/dist/types/common/EventDispatcher.d.ts.map +1 -1
- package/dist/types/common/rate-limit.d.ts +1 -1
- package/dist/types/common/rate-limit.d.ts.map +1 -1
- package/dist/types/common/real-time/StableWSConnection.d.ts +3 -3
- package/dist/types/common/real-time/StableWSConnection.d.ts.map +1 -1
- package/dist/types/common/real-time/event-models.d.ts +1 -1
- package/dist/types/common/real-time/event-models.d.ts.map +1 -1
- package/dist/types/common/search/ActivitySearchSource.d.ts +2 -2
- package/dist/types/common/search/ActivitySearchSource.d.ts.map +1 -1
- package/dist/types/common/search/FeedSearchSource.d.ts +2 -2
- package/dist/types/common/search/FeedSearchSource.d.ts.map +1 -1
- package/dist/types/common/search/UserSearchSource.d.ts +2 -2
- package/dist/types/common/search/UserSearchSource.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/activity/handle-activity-added.d.ts +3 -3
- package/dist/types/feed/event-handlers/activity/handle-activity-added.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/activity/handle-activity-marked.d.ts +3 -3
- package/dist/types/feed/event-handlers/activity/handle-activity-marked.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/activity/handle-activity-pinned.d.ts +2 -2
- package/dist/types/feed/event-handlers/activity/handle-activity-pinned.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/activity/handle-activity-reaction-deleted.d.ts +1 -1
- package/dist/types/feed/event-handlers/activity/handle-activity-reaction-deleted.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/activity/handle-activity-removed-from-feed.d.ts +2 -2
- package/dist/types/feed/event-handlers/activity/handle-activity-removed-from-feed.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/activity/handle-activity-unpinned.d.ts +2 -2
- package/dist/types/feed/event-handlers/activity/handle-activity-unpinned.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/activity/handle-activity-updated.d.ts +3 -3
- package/dist/types/feed/event-handlers/activity/handle-activity-updated.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/comment/handle-comment-deleted.d.ts +3 -2
- package/dist/types/feed/event-handlers/comment/handle-comment-deleted.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/comment/handle-comment-reaction-added.d.ts +3 -2
- package/dist/types/feed/event-handlers/comment/handle-comment-reaction-added.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/comment/handle-comment-reaction-deleted.d.ts +3 -2
- package/dist/types/feed/event-handlers/comment/handle-comment-reaction-deleted.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/comment/handle-comment-updated.d.ts +3 -2
- package/dist/types/feed/event-handlers/comment/handle-comment-updated.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/comment/utils/update-comment-count.d.ts +2 -2
- package/dist/types/feed/event-handlers/comment/utils/update-comment-count.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/feed/handle-feed-updated.d.ts +2 -2
- package/dist/types/feed/event-handlers/feed/handle-feed-updated.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/feed-member/handle-feed-member-added.d.ts +2 -2
- package/dist/types/feed/event-handlers/feed-member/handle-feed-member-added.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/feed-member/handle-feed-member-removed.d.ts +2 -2
- package/dist/types/feed/event-handlers/feed-member/handle-feed-member-removed.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/feed-member/handle-feed-member-updated.d.ts +2 -2
- package/dist/types/feed/event-handlers/feed-member/handle-feed-member-updated.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/follow/handle-follow-updated.d.ts +1 -1
- package/dist/types/feed/event-handlers/follow/handle-follow-updated.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/notification-feed/handle-notification-feed-updated.d.ts +1 -1
- package/dist/types/feed/event-handlers/notification-feed/handle-notification-feed-updated.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/watch/handle-watch-started.d.ts +1 -1
- package/dist/types/feed/event-handlers/watch/handle-watch-started.d.ts.map +1 -1
- package/dist/types/feed/event-handlers/watch/handle-watch-stopped.d.ts +1 -1
- package/dist/types/feed/event-handlers/watch/handle-watch-stopped.d.ts.map +1 -1
- package/dist/types/feed/feed.d.ts +3 -3
- package/dist/types/feed/feed.d.ts.map +1 -1
- package/dist/types/feeds-client/feeds-client.d.ts +3 -3
- package/dist/types/feeds-client/feeds-client.d.ts.map +1 -1
- package/dist/types/gen/feeds/FeedApi.d.ts +2 -2
- package/dist/types/gen/feeds/FeedApi.d.ts.map +1 -1
- package/dist/types/gen/feeds/FeedsApi.d.ts +2 -2
- package/dist/types/gen/feeds/FeedsApi.d.ts.map +1 -1
- package/dist/types/gen/model-decoders/event-decoder-mapping.d.ts +1 -1
- package/dist/types/gen/model-decoders/event-decoder-mapping.d.ts.map +1 -1
- package/dist/types/gen/models/index.d.ts +24 -26
- package/dist/types/gen/models/index.d.ts.map +1 -1
- package/dist/types/gen/moderation/ModerationApi.d.ts +2 -2
- package/dist/types/gen/moderation/ModerationApi.d.ts.map +1 -1
- package/dist/types/types-internal.d.ts +1 -1
- package/dist/types/types-internal.d.ts.map +1 -1
- package/dist/types/types.d.ts +4 -4
- package/dist/types/types.d.ts.map +1 -1
- package/dist/types/utils/event-triggered-by-connected-user.d.ts +2 -2
- package/dist/types/utils/event-triggered-by-connected-user.d.ts.map +1 -1
- package/dist/types/utils/state-update-queue.d.ts +2 -2
- package/dist/types/utils/state-update-queue.d.ts.map +1 -1
- package/dist/types/utils/type-assertions.d.ts +3 -4
- package/dist/types/utils/type-assertions.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/bindings/react/hooks/feed-state-hooks/useOwnCapabilities.ts +52 -38
- package/src/bindings/react/hooks/feed-state-hooks/useOwnFollows.ts +1 -1
- package/src/bindings/react/hooks/util/useReactionActions.ts +2 -1
- package/src/bindings/react/wrappers/StreamFeed.tsx +1 -1
- package/src/bindings/react/wrappers/StreamFeeds.tsx +1 -1
- package/src/bindings/react/wrappers/StreamSearch.tsx +1 -1
- package/src/bindings/react/wrappers/StreamSearchResults.tsx +1 -1
- package/src/common/ApiClient.ts +6 -4
- package/src/common/EventDispatcher.ts +1 -1
- package/src/common/rate-limit.ts +1 -1
- package/src/common/real-time/StableWSConnection.ts +3 -3
- package/src/common/real-time/event-models.ts +1 -1
- package/src/common/search/ActivitySearchSource.ts +2 -2
- package/src/common/search/FeedSearchSource.ts +2 -2
- package/src/common/search/UserSearchSource.ts +2 -2
- package/src/feed/event-handlers/activity/activity-marked-utils.test.ts +1 -1
- package/src/feed/event-handlers/activity/activity-reaction-utils.test.ts +1 -1
- package/src/feed/event-handlers/activity/activity-utils.test.ts +1 -1
- package/src/feed/event-handlers/activity/handle-activity-added.ts +3 -3
- package/src/feed/event-handlers/activity/handle-activity-marked.ts +3 -3
- package/src/feed/event-handlers/activity/handle-activity-pinned.test.ts +1 -1
- package/src/feed/event-handlers/activity/handle-activity-pinned.ts +3 -3
- package/src/feed/event-handlers/activity/handle-activity-reaction-added.test.ts +1 -1
- package/src/feed/event-handlers/activity/handle-activity-reaction-deleted.test.ts +1 -1
- package/src/feed/event-handlers/activity/handle-activity-reaction-deleted.ts +1 -1
- package/src/feed/event-handlers/activity/handle-activity-removed-from-feed.ts +2 -2
- package/src/feed/event-handlers/activity/handle-activity-unpinned.test.ts +2 -2
- package/src/feed/event-handlers/activity/handle-activity-unpinned.ts +2 -2
- package/src/feed/event-handlers/activity/handle-activity-updated.test.ts +2 -2
- package/src/feed/event-handlers/activity/handle-activity-updated.ts +3 -3
- package/src/feed/event-handlers/bookmark/bookmark-utils.test.ts +1 -1
- package/src/feed/event-handlers/comment/handle-comment-added.test.ts +2 -2
- package/src/feed/event-handlers/comment/handle-comment-deleted.test.ts +2 -2
- package/src/feed/event-handlers/comment/handle-comment-deleted.ts +3 -2
- package/src/feed/event-handlers/comment/handle-comment-reaction-added.test.ts +2 -2
- package/src/feed/event-handlers/comment/handle-comment-reaction-added.ts +3 -2
- package/src/feed/event-handlers/comment/handle-comment-reaction-deleted.test.ts +2 -2
- package/src/feed/event-handlers/comment/handle-comment-reaction-deleted.ts +3 -2
- package/src/feed/event-handlers/comment/handle-comment-updated.test.ts +2 -2
- package/src/feed/event-handlers/comment/handle-comment-updated.ts +3 -2
- package/src/feed/event-handlers/comment/utils/update-comment-count.test.ts +3 -1
- package/src/feed/event-handlers/comment/utils/update-comment-count.ts +2 -2
- package/src/feed/event-handlers/feed/handle-feed-updated.ts +2 -2
- package/src/feed/event-handlers/feed-member/handle-feed-member-added.ts +2 -2
- package/src/feed/event-handlers/feed-member/handle-feed-member-removed.ts +2 -2
- package/src/feed/event-handlers/feed-member/handle-feed-member-updated.ts +2 -2
- package/src/feed/event-handlers/follow/handle-follow-created.test.ts +1 -1
- package/src/feed/event-handlers/follow/handle-follow-deleted.test.ts +1 -1
- package/src/feed/event-handlers/follow/handle-follow-updated.test.ts +1 -1
- package/src/feed/event-handlers/follow/handle-follow-updated.ts +1 -1
- package/src/feed/event-handlers/notification-feed/handle-notification-feed-updated.test.ts +1 -1
- package/src/feed/event-handlers/notification-feed/handle-notification-feed-updated.ts +1 -1
- package/src/feed/event-handlers/watch/handle-watch-started.ts +1 -1
- package/src/feed/event-handlers/watch/handle-watch-stopped.ts +1 -1
- package/src/feed/feed.test.ts +1 -1
- package/src/feed/feed.ts +3 -3
- package/src/feeds-client/event-handlers/user/handle-user-updated.test.ts +1 -1
- package/src/feeds-client/feeds-client.ts +5 -4
- package/src/gen/feeds/FeedApi.ts +2 -2
- package/src/gen/feeds/FeedsApi.ts +2 -2
- package/src/gen/model-decoders/decoders.ts +2 -4
- package/src/gen/model-decoders/event-decoder-mapping.ts +1 -1
- package/src/gen/models/index.ts +34 -33
- package/src/gen/moderation/ModerationApi.ts +2 -2
- package/src/test-utils/response-generators.ts +2 -2
- package/src/types-internal.ts +1 -1
- package/src/types.ts +4 -4
- package/src/utils/event-triggered-by-connected-user.ts +2 -2
- package/src/utils/state-update-queue.ts +2 -2
- package/src/utils/type-assertions.ts +7 -11
- package/dist/index-CFv0uza2.js.map +0 -1
- package/dist/index-DP0C8psw.mjs.map +0 -1
|
@@ -1,34 +1,33 @@
|
|
|
1
1
|
import { type Feed } from '@self';
|
|
2
2
|
export declare const useOwnCapabilities: (feedFromProps?: Feed) => {
|
|
3
3
|
can_add_activity: boolean;
|
|
4
|
+
can_add_activity_bookmark: boolean;
|
|
4
5
|
can_add_activity_reaction: boolean;
|
|
5
6
|
can_add_comment: boolean;
|
|
6
7
|
can_add_comment_reaction: boolean;
|
|
7
|
-
can_bookmark_activity: boolean;
|
|
8
8
|
can_create_feed: boolean;
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
can_delete_any_activity: boolean;
|
|
10
|
+
can_delete_any_comment: boolean;
|
|
11
11
|
can_delete_feed: boolean;
|
|
12
|
-
|
|
12
|
+
can_delete_own_activity: boolean;
|
|
13
|
+
can_delete_own_activity_bookmark: boolean;
|
|
14
|
+
can_delete_own_activity_reaction: boolean;
|
|
15
|
+
can_delete_own_comment: boolean;
|
|
16
|
+
can_delete_own_comment_reaction: boolean;
|
|
13
17
|
can_follow: boolean;
|
|
14
|
-
can_remove_activity: boolean;
|
|
15
|
-
can_remove_activity_reaction: boolean;
|
|
16
|
-
can_remove_comment_reaction: boolean;
|
|
17
|
-
can_unfollow: boolean;
|
|
18
|
-
can_update_feed: boolean;
|
|
19
|
-
can_invite_feed: boolean;
|
|
20
|
-
can_join_feed: boolean;
|
|
21
|
-
can_leave_feed: boolean;
|
|
22
|
-
can_manage_feed_group: boolean;
|
|
23
|
-
can_mark_activity: boolean;
|
|
24
18
|
can_pin_activity: boolean;
|
|
25
19
|
can_query_feed_members: boolean;
|
|
26
20
|
can_query_follows: boolean;
|
|
27
21
|
can_read_activities: boolean;
|
|
28
22
|
can_read_feed: boolean;
|
|
29
|
-
|
|
30
|
-
|
|
23
|
+
can_unfollow: boolean;
|
|
24
|
+
can_update_any_activity: boolean;
|
|
25
|
+
can_update_any_comment: boolean;
|
|
26
|
+
can_update_feed: boolean;
|
|
31
27
|
can_update_feed_followers: boolean;
|
|
32
28
|
can_update_feed_members: boolean;
|
|
29
|
+
can_update_own_activity: boolean;
|
|
30
|
+
can_update_own_activity_bookmark: boolean;
|
|
31
|
+
can_update_own_comment: boolean;
|
|
33
32
|
};
|
|
34
33
|
//# sourceMappingURL=useOwnCapabilities.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useOwnCapabilities.d.ts","sourceRoot":"","sources":["../../../../../../src/bindings/react/hooks/feed-state-hooks/useOwnCapabilities.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAqC,MAAM,OAAO,CAAC;AAcrE,eAAO,MAAM,kBAAkB,GAAI,gBAAgB,IAAI
|
|
1
|
+
{"version":3,"file":"useOwnCapabilities.d.ts","sourceRoot":"","sources":["../../../../../../src/bindings/react/hooks/feed-state-hooks/useOwnCapabilities.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAqC,MAAM,OAAO,CAAC;AAcrE,eAAO,MAAM,kBAAkB,GAAI,gBAAgB,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoEtD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useOwnFollows.d.ts","sourceRoot":"","sources":["../../../../../../src/bindings/react/hooks/feed-state-hooks/useOwnFollows.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAa,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"useOwnFollows.d.ts","sourceRoot":"","sources":["../../../../../../src/bindings/react/hooks/feed-state-hooks/useOwnFollows.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,OAAO,CAAC;AAI7C;;;GAGG;AACH,eAAO,MAAM,aAAa,GAAI,gBAAgB,IAAI;;aAKjD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CommentParent } from '@self';
|
|
1
|
+
import type { CommentParent } from '@self';
|
|
2
2
|
/**
|
|
3
3
|
* A utility hook that takes in an entity and a reaction type, and creates reaction actions
|
|
4
4
|
* that can then be used on the UI. The entity can be either an ActivityResponse or a CommentResponse
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useReactionActions.d.ts","sourceRoot":"","sources":["../../../../../../src/bindings/react/hooks/util/useReactionActions.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"useReactionActions.d.ts","sourceRoot":"","sources":["../../../../../../src/bindings/react/hooks/util/useReactionActions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAK3C;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB,GAAI,mBAGhC;IACD,MAAM,EAAE,aAAa,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;CACd;;;;CAoCA,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamFeed.d.ts","sourceRoot":"","sources":["../../../../../src/bindings/react/wrappers/StreamFeed.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"StreamFeed.d.ts","sourceRoot":"","sources":["../../../../../src/bindings/react/wrappers/StreamFeed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAElC;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,IAAI,CAAC;CACZ,CAAC;AAEF,eAAO,MAAM,UAAU;0BAGpB,iBAAiB,CAAC,eAAe,CAAC;;CAMpC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropsWithChildren } from 'react';
|
|
1
|
+
import type { PropsWithChildren } from 'react';
|
|
2
2
|
import type { StreamFeedsContextProps } from '../contexts/StreamFeedsContext';
|
|
3
3
|
export declare const StreamFeeds: {
|
|
4
4
|
({ client, children }: PropsWithChildren<StreamFeedsContextProps>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamFeeds.d.ts","sourceRoot":"","sources":["../../../../../src/bindings/react/wrappers/StreamFeeds.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"StreamFeeds.d.ts","sourceRoot":"","sources":["../../../../../src/bindings/react/wrappers/StreamFeeds.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAE9E,eAAO,MAAM,WAAW;2BAA0B,iBAAiB,CAAC,uBAAuB,CAAC;;CAM3F,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamSearch.d.ts","sourceRoot":"","sources":["../../../../../src/bindings/react/wrappers/StreamSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"StreamSearch.d.ts","sourceRoot":"","sources":["../../../../../src/bindings/react/wrappers/StreamSearch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAE9C;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,gBAAgB,EAAE,gBAAgB,GAAG,SAAS,CAAC;CAChD,CAAC;AAEF,eAAO,MAAM,YAAY;sCAGtB,iBAAiB,CAAC,iBAAiB,CAAC;;CAMtC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StreamSearchResults.d.ts","sourceRoot":"","sources":["../../../../../src/bindings/react/wrappers/StreamSearchResults.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"StreamSearchResults.d.ts","sourceRoot":"","sources":["../../../../../src/bindings/react/wrappers/StreamSearchResults.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAE1C;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,YAAY,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,mBAAmB;4BAG7B,iBAAiB,CAAC,wBAAwB,CAAC;;CAM7C,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { RequestMetadata, FeedsClientOptions } from './types';
|
|
2
|
-
import { TokenManager } from './TokenManager';
|
|
3
|
-
import { ConnectionIdManager } from './ConnectionIdManager';
|
|
1
|
+
import type { RequestMetadata, FeedsClientOptions } from './types';
|
|
2
|
+
import type { TokenManager } from './TokenManager';
|
|
3
|
+
import type { ConnectionIdManager } from './ConnectionIdManager';
|
|
4
4
|
type RequiredAtLeastOne<T> = {
|
|
5
5
|
[K in keyof T]: Required<Pick<T, K>> & Partial<Omit<T, K>>;
|
|
6
6
|
}[keyof T];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiClient.d.ts","sourceRoot":"","sources":["../../../src/common/ApiClient.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ApiClient.d.ts","sourceRoot":"","sources":["../../../src/common/ApiClient.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAInE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAKjE,KAAK,kBAAkB,CAAC,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,CAAC,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;CAC3D,CAAC,MAAM,CAAC,CAAC,CAAC;AAGX,MAAM,MAAM,sBAAsB,GAAG,OAAO,CAAC;IAC3C,aAAa,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;IACjD,gBAAgB,EAAE,kBAAkB,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACrE,CAAC,CAAC;AAEH,qBAAa,SAAS;aAQF,MAAM,EAAE,MAAM;IAC9B,OAAO,CAAC,QAAQ,CAAC,YAAY;IAC7B,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IATtC,SAAgB,OAAO,EAAE,MAAM,CAAC;IAChC,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAgB;IAC9C,OAAO,CAAC,OAAO,CAAS;IACjB,sBAAsB,EAAE,sBAAsB,CAAM;IAC3D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;gBAGhC,MAAM,EAAE,MAAM,EACb,YAAY,EAAE,YAAY,EAC1B,mBAAmB,EAAE,mBAAmB,EACzD,OAAO,CAAC,EAAE,kBAAkB;IAS9B,WAAW,GAAU,CAAC,EACpB,QAAQ,MAAM,EACd,KAAK,MAAM,EACX,aAAa,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EACnC,cAAc,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACjC,OAAO,GAAG,EACV,qBAAqB,MAAM,KAC1B,OAAO,CAAC;QAAE,IAAI,EAAE,CAAC,CAAC;QAAC,QAAQ,EAAE,eAAe,CAAA;KAAE,CAAC,CA8GhD;IAEF,IAAI,gBAAgB,WAYnB;IAEM,0BAA0B;IA+BjC,OAAO,KAAK,aAAa,GAKxB;IAED,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAsBnC;IAEF,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAWjC;CACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventDispatcher.d.ts","sourceRoot":"","sources":["../../../src/common/EventDispatcher.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"EventDispatcher.d.ts","sourceRoot":"","sources":["../../../src/common/EventDispatcher.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAG3C,qBAAa,eAAe,CAC1B,IAAI,SAAS,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC,EACxC,KAAK,SAAS;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG,UAAU;IAE3C,OAAO,CAAC,WAAW,CAEZ;IAEP,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD,QAAQ,GAAI,OAAO,KAAK,UAatB;IAEF,EAAE,GAAI,WAAW,IAAI,GAAG,KAAK,EAAE,SAAS,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,gBAK5D;IAEF,GAAG,GAAI,WAAW,IAAI,GAAG,KAAK,EAAE,SAAS,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,UAI7D;IAEF,MAAM,GAAI,YAAY,IAAI,GAAG,KAAK,UAMhC;CACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rate-limit.d.ts","sourceRoot":"","sources":["../../../src/common/rate-limit.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"rate-limit.d.ts","sourceRoot":"","sources":["../../../src/common/rate-limit.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,8BAA8B,GACzC,kBAAkB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,cAmBzC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UserRequest } from '../../gen/models';
|
|
2
|
-
import { TokenManager } from '../TokenManager';
|
|
3
|
-
import { ConnectionIdManager } from '../ConnectionIdManager';
|
|
4
|
-
import { ConnectedEvent } from './event-models';
|
|
2
|
+
import type { TokenManager } from '../TokenManager';
|
|
3
|
+
import type { ConnectionIdManager } from '../ConnectionIdManager';
|
|
4
|
+
import type { ConnectedEvent } from './event-models';
|
|
5
5
|
export type WSConfig = {
|
|
6
6
|
baseUrl: string;
|
|
7
7
|
user: UserRequest;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StableWSConnection.d.ts","sourceRoot":"","sources":["../../../../src/common/real-time/StableWSConnection.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"StableWSConnection.d.ts","sourceRoot":"","sources":["../../../../src/common/real-time/StableWSConnection.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"event-models.d.ts","sourceRoot":"","sources":["../../../../src/common/real-time/event-models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"event-models.d.ts","sourceRoot":"","sources":["../../../../src/common/real-time/event-models.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAEhD,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,oBAAoB,CAAC;IAC3B,MAAM,EAAE,OAAO,CAAC;CACjB;AAED;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;OAIG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,EAAE,EAAE,OAAO,CAAC;IACZ;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oBAAY,kBAAkB;IAC5B,0BAA0B,gCAAgC;CAC3D;AAED,MAAM,MAAM,WAAW,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,OAAO,CAAA;CAAE,CAAC;AAE5D,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,kBAAkB,CAAC;IACzB,UAAU,EAAE,kBAAkB,CAAC;CAChC,GAAG,CACA;IACE,UAAU,EAAE,kBAAkB,CAAC,0BAA0B,CAAC;IAC1D,QAAQ,EAAE,WAAW,EAAE,CAAC;CACzB,CACJ,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseSearchSource } from './BaseSearchSource';
|
|
2
2
|
import type { SearchSourceOptions } from './types';
|
|
3
|
-
import { FeedsClient } from '../../feeds-client';
|
|
4
|
-
import { ActivityResponse } from '../../gen/models';
|
|
3
|
+
import type { FeedsClient } from '../../feeds-client';
|
|
4
|
+
import type { ActivityResponse } from '../../gen/models';
|
|
5
5
|
export declare class ActivitySearchSource extends BaseSearchSource<ActivityResponse> {
|
|
6
6
|
readonly type: "activity";
|
|
7
7
|
private readonly client;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActivitySearchSource.d.ts","sourceRoot":"","sources":["../../../../src/common/search/ActivitySearchSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"ActivitySearchSource.d.ts","sourceRoot":"","sources":["../../../../src/common/search/ActivitySearchSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzD,qBAAa,oBAAqB,SAAQ,gBAAgB,CAAC,gBAAgB,CAAC;IAC1E,QAAQ,CAAC,IAAI,EAAG,UAAU,CAAU;IACpC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAc;gBAEzB,MAAM,EAAE,WAAW,EAAE,OAAO,CAAC,EAAE,mBAAmB;cAK9C,KAAK,CAAC,WAAW,EAAE,MAAM;;;;;;;IAiBzC,SAAS,CAAC,kBAAkB,CAAC,KAAK,EAAE,gBAAgB,EAAE;CAGvD"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseSearchSource } from './BaseSearchSource';
|
|
2
2
|
import type { SearchSourceOptions } from './types';
|
|
3
|
-
import { FeedsClient } from '../../feeds-client';
|
|
4
|
-
import { Feed } from '../../feed';
|
|
3
|
+
import type { FeedsClient } from '../../feeds-client';
|
|
4
|
+
import type { Feed } from '../../feed';
|
|
5
5
|
export type FeedSearchSourceOptions = SearchSourceOptions & {
|
|
6
6
|
groupId?: string;
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FeedSearchSource.d.ts","sourceRoot":"","sources":["../../../../src/common/search/FeedSearchSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"FeedSearchSource.d.ts","sourceRoot":"","sources":["../../../../src/common/search/FeedSearchSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GAAG;IAC1D,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,qBAAa,gBAAiB,SAAQ,gBAAgB,CAAC,IAAI,CAAC;IAC1D,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAc;gBAEzB,MAAM,EAAE,WAAW,EAAE,OAAO,CAAC,EAAE,uBAAuB;cAOlD,KAAK,CAAC,WAAW,EAAE,MAAM;;;;;;;IAwBzC,SAAS,CAAC,kBAAkB,CAAC,KAAK,EAAE,IAAI,EAAE;CAG3C"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseSearchSource } from './BaseSearchSource';
|
|
2
2
|
import type { SearchSourceOptions } from './types';
|
|
3
|
-
import { FeedsClient } from '../../feeds-client';
|
|
4
|
-
import { UserResponse } from '../../gen/models';
|
|
3
|
+
import type { FeedsClient } from '../../feeds-client';
|
|
4
|
+
import type { UserResponse } from '../../gen/models';
|
|
5
5
|
export declare class UserSearchSource extends BaseSearchSource<UserResponse> {
|
|
6
6
|
readonly type: "user";
|
|
7
7
|
private readonly client;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserSearchSource.d.ts","sourceRoot":"","sources":["../../../../src/common/search/UserSearchSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"UserSearchSource.d.ts","sourceRoot":"","sources":["../../../../src/common/search/UserSearchSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,qBAAa,gBAAiB,SAAQ,gBAAgB,CAAC,YAAY,CAAC;IAClE,QAAQ,CAAC,IAAI,EAAG,MAAM,CAAU;IAChC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAc;gBAEzB,MAAM,EAAE,WAAW,EAAE,OAAO,CAAC,EAAE,mBAAmB;cAK9C,KAAK,CAAC,WAAW,EAAE,MAAM;;;;;;;IAsBzC,SAAS,CAAC,kBAAkB,CAAC,KAAK,EAAE,YAAY,EAAE;CAGnD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Feed } from '../../feed';
|
|
2
|
-
import { ActivityResponse } from '../../../gen/models';
|
|
3
|
-
import { EventPayload, UpdateStateResult } from '../../../types-internal';
|
|
1
|
+
import type { Feed } from '../../feed';
|
|
2
|
+
import type { ActivityResponse } from '../../../gen/models';
|
|
3
|
+
import type { EventPayload, UpdateStateResult } from '../../../types-internal';
|
|
4
4
|
export declare function addActivitiesToState(this: Feed, newActivities: ActivityResponse[], activities: ActivityResponse[] | undefined, position: 'start' | 'end'): UpdateStateResult<{
|
|
5
5
|
activities: ActivityResponse[];
|
|
6
6
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-activity-added.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-added.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-activity-added.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-added.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE/E,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,IAAI,EACV,aAAa,EAAE,gBAAgB,EAAE,EACjC,UAAU,EAAE,gBAAgB,EAAE,GAAG,SAAS,EAC1C,QAAQ,EAAE,OAAO,GAAG,KAAK;gBAEmB,gBAAgB,EAAE;GAiC/D;AAED,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,YAAY,CAAC,sBAAsB,CAAC,QAY5C"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ActivityMarkEvent, NotificationStatusResponse } from '../../../gen/models';
|
|
2
|
-
import { EventPayload, UpdateStateResult } from '../../../types-internal';
|
|
3
|
-
import { Feed } from '../../feed';
|
|
1
|
+
import type { ActivityMarkEvent, NotificationStatusResponse } from '../../../gen/models';
|
|
2
|
+
import type { EventPayload, UpdateStateResult } from '../../../types-internal';
|
|
3
|
+
import type { Feed } from '../../feed';
|
|
4
4
|
export declare const updateNotificationStatusFromActivityMarked: (event: ActivityMarkEvent, currentNotificationStatus: NotificationStatusResponse | undefined, aggregatedActivities?: Array<{
|
|
5
5
|
group: string;
|
|
6
6
|
}>) => UpdateStateResult<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-activity-marked.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-marked.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"handle-activity-marked.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-marked.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,0BAA0B,EAC3B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC/E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC,eAAO,MAAM,0CAA0C,GACrD,OAAO,iBAAiB,EACxB,2BAA2B,0BAA0B,GAAG,SAAS,EACjE,uBAAsB,KAAK,CAAC;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAM,KAClD,iBAAiB,CAAC;IACnB,IAAI,CAAC,EAAE;QAAE,mBAAmB,EAAE,0BAA0B,CAAA;KAAE,CAAC;CAC5D,CAsCA,CAAC;AAEF,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,YAAY,CAAC,uBAAuB,CAAC,QAY7C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventPayload } from '../../../types-internal';
|
|
2
|
-
import { Feed } from '../../feed';
|
|
1
|
+
import type { EventPayload } from '../../../types-internal';
|
|
2
|
+
import type { Feed } from '../../feed';
|
|
3
3
|
export declare function handleActivityPinned(this: Feed, event: EventPayload<'feeds.activity.pinned'>): void;
|
|
4
4
|
//# sourceMappingURL=handle-activity-pinned.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-activity-pinned.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-pinned.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-activity-pinned.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-pinned.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAEvC,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,YAAY,CAAC,uBAAuB,CAAC,QAuB7C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Feed } from '../../feed';
|
|
2
|
-
import { ActivityPinResponse, ActivityResponse } from '../../../gen/models';
|
|
2
|
+
import type { ActivityPinResponse, ActivityResponse } from '../../../gen/models';
|
|
3
3
|
import type { EventPayload, PartializeAllBut } from '../../../types-internal';
|
|
4
4
|
export type ActivityReactionDeletedPayload = PartializeAllBut<EventPayload<'feeds.activity.reaction.deleted'>, 'activity' | 'reaction'>;
|
|
5
5
|
export declare const removeReactionFromActivities: (payload: ActivityReactionDeletedPayload, activities: ActivityResponse[] | undefined, eventBelongsToCurrentUser: boolean) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-activity-reaction-deleted.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-reaction-deleted.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-activity-reaction-deleted.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-reaction-deleted.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACjF,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAO9E,MAAM,MAAM,8BAA8B,GAAG,gBAAgB,CAC3D,YAAY,CAAC,iCAAiC,CAAC,EAC/C,UAAU,GAAG,UAAU,CACxB,CAAC;AAiCF,eAAO,MAAM,4BAA4B,GACvC,SAAS,8BAA8B,EACvC,YAAY,gBAAgB,EAAE,GAAG,SAAS,EAC1C,2BAA2B,OAAO;;;CAWhC,CAAC;AAEL,eAAO,MAAM,kCAAkC,GAC7C,SAAS,8BAA8B,EACvC,YAAY,mBAAmB,EAAE,GAAG,SAAS,EAC7C,2BAA2B,OAAO;;;CAsBhC,CAAC;AAEL,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,8BAA8B,EACvC,MAAM,CAAC,EAAE,OAAO,QAgDjB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Feed } from '../../../feed';
|
|
2
|
-
import { EventPayload } from '../../../types-internal';
|
|
1
|
+
import type { Feed } from '../../../feed';
|
|
2
|
+
import type { EventPayload } from '../../../types-internal';
|
|
3
3
|
export declare function handleActivityRemovedFromFeed(this: Feed, event: EventPayload<'feeds.activity.removed_from_feed'>): void;
|
|
4
4
|
//# sourceMappingURL=handle-activity-removed-from-feed.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-activity-removed-from-feed.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-removed-from-feed.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-activity-removed-from-feed.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-removed-from-feed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAG5D,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,YAAY,CAAC,kCAAkC,CAAC,QASxD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventPayload } from '../../../types-internal';
|
|
2
|
-
import { Feed } from '../../feed';
|
|
1
|
+
import type { EventPayload } from '../../../types-internal';
|
|
2
|
+
import type { Feed } from '../../feed';
|
|
3
3
|
export declare function handleActivityUnpinned(this: Feed, event: EventPayload<'feeds.activity.unpinned'>): void;
|
|
4
4
|
//# sourceMappingURL=handle-activity-unpinned.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-activity-unpinned.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-unpinned.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-activity-unpinned.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-unpinned.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,YAAY,CAAC;AAElD,wBAAgB,sBAAsB,CACpC,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,YAAY,CAAC,yBAAyB,CAAC,QAwB/C"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Feed } from '../../../feed';
|
|
2
|
-
import { ActivityPinResponse, ActivityResponse } from '../../../gen/models';
|
|
3
|
-
import { EventPayload, PartializeAllBut } from '../../../types-internal';
|
|
1
|
+
import type { Feed } from '../../../feed';
|
|
2
|
+
import type { ActivityPinResponse, ActivityResponse } from '../../../gen/models';
|
|
3
|
+
import type { EventPayload, PartializeAllBut } from '../../../types-internal';
|
|
4
4
|
export type ActivityUpdatedPayload = PartializeAllBut<EventPayload<'feeds.activity.updated'>, 'activity'>;
|
|
5
5
|
export declare const updateActivityInState: (event: ActivityUpdatedPayload, activities: ActivityResponse[] | undefined) => {
|
|
6
6
|
changed: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-activity-updated.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-updated.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-activity-updated.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/activity/handle-activity-updated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACjF,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAQ9E,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CACnD,YAAY,CAAC,wBAAwB,CAAC,EACtC,UAAU,CACX,CAAC;AAgBF,eAAO,MAAM,qBAAqB,GAChC,OAAO,sBAAsB,EAC7B,YAAY,gBAAgB,EAAE,GAAG,SAAS;;;CAUxC,CAAC;AAEL,eAAO,MAAM,2BAA2B,GACtC,OAAO,sBAAsB,EAC7B,kBAAkB,mBAAmB,EAAE,GAAG,SAAS;;;CAqBjD,CAAC;AAEL,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,sBAAsB,EAC/B,MAAM,CAAC,EAAE,OAAO,QAoCjB"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Feed } from '../../feed';
|
|
2
|
-
import { EventPayload
|
|
1
|
+
import type { Feed } from '../../feed';
|
|
2
|
+
import type { EventPayload } from '../../../types-internal';
|
|
3
|
+
import { type PartializeAllBut } from '../../../types-internal';
|
|
3
4
|
export type CommentDeletedPayload = PartializeAllBut<EventPayload<'feeds.comment.deleted'>, 'comment'>;
|
|
4
5
|
export declare function handleCommentDeleted(this: Feed, payload: CommentDeletedPayload, fromWs?: boolean): void;
|
|
5
6
|
//# sourceMappingURL=handle-comment-deleted.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-comment-deleted.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/comment/handle-comment-deleted.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-comment-deleted.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/comment/handle-comment-deleted.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,YAAY,EAAC,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAMhE,MAAM,MAAM,qBAAqB,GAAG,gBAAgB,CAClD,YAAY,CAAC,uBAAuB,CAAC,EACrC,SAAS,CACV,CAAC;AAEF,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,qBAAqB,EAC9B,MAAM,CAAC,EAAE,OAAO,QA2DjB"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Feed } from '../../feed';
|
|
2
|
-
import { EventPayload
|
|
1
|
+
import type { Feed } from '../../feed';
|
|
2
|
+
import type { EventPayload } from '../../../types-internal';
|
|
3
|
+
import { type PartializeAllBut } from '../../../types-internal';
|
|
3
4
|
export type CommentReactionAddedPayload = PartializeAllBut<EventPayload<'feeds.comment.reaction.added'>, 'comment' | 'reaction'>;
|
|
4
5
|
export declare function handleCommentReactionAdded(this: Feed, payload: CommentReactionAddedPayload, fromWs?: boolean): void;
|
|
5
6
|
//# sourceMappingURL=handle-comment-reaction-added.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-comment-reaction-added.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/comment/handle-comment-reaction-added.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-comment-reaction-added.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/comment/handle-comment-reaction-added.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,YAAY,EAAC,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAGhE,MAAM,MAAM,2BAA2B,GAAG,gBAAgB,CACxD,YAAY,CAAC,8BAA8B,CAAC,EAC5C,SAAS,GAAG,UAAU,CACvB,CAAC;AAEF,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,2BAA2B,EACpC,MAAM,CAAC,EAAE,OAAO,QA2DjB"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Feed } from '../../feed';
|
|
2
|
-
import { EventPayload
|
|
1
|
+
import type { Feed } from '../../feed';
|
|
2
|
+
import type { EventPayload } from '../../../types-internal';
|
|
3
|
+
import { type PartializeAllBut } from '../../../types-internal';
|
|
3
4
|
export type CommentReactionDeletedPayload = PartializeAllBut<EventPayload<'feeds.comment.reaction.deleted'>, 'comment' | 'reaction'>;
|
|
4
5
|
export declare function handleCommentReactionDeleted(this: Feed, payload: CommentReactionDeletedPayload, fromWs?: boolean): void;
|
|
5
6
|
//# sourceMappingURL=handle-comment-reaction-deleted.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-comment-reaction-deleted.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/comment/handle-comment-reaction-deleted.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-comment-reaction-deleted.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/comment/handle-comment-reaction-deleted.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,YAAY,EAAC,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAGhE,MAAM,MAAM,6BAA6B,GAAG,gBAAgB,CAC1D,YAAY,CAAC,gCAAgC,CAAC,EAC9C,SAAS,GAAG,UAAU,CACvB,CAAC;AAEF,wBAAgB,4BAA4B,CAC1C,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,6BAA6B,EACtC,MAAM,CAAC,EAAE,OAAO,QA6DjB"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Feed } from '../../feed';
|
|
2
|
-
import { EventPayload
|
|
1
|
+
import type { Feed } from '../../feed';
|
|
2
|
+
import type { EventPayload } from '../../../types-internal';
|
|
3
|
+
import { type PartializeAllBut } from '../../../types-internal';
|
|
3
4
|
export type CommentUpdatedPayload = PartializeAllBut<EventPayload<'feeds.comment.updated'>, 'comment'>;
|
|
4
5
|
export declare function handleCommentUpdated(this: Feed, payload: CommentUpdatedPayload, fromWs?: boolean): void;
|
|
5
6
|
//# sourceMappingURL=handle-comment-updated.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-comment-updated.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/comment/handle-comment-updated.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-comment-updated.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/comment/handle-comment-updated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,YAAY,EAAC,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAMhE,MAAM,MAAM,qBAAqB,GAAG,gBAAgB,CAClD,YAAY,CAAC,uBAAuB,CAAC,EACrC,SAAS,CACV,CAAC;AAEF,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,qBAAqB,EAC9B,MAAM,CAAC,EAAE,OAAO,QA4CjB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ActivityResponse, Feed } from '@self';
|
|
2
|
-
import { CommentResponse } from '@self';
|
|
1
|
+
import type { ActivityResponse, Feed } from '@self';
|
|
2
|
+
import type { CommentResponse } from '@self';
|
|
3
3
|
export declare function updateCommentCount(this: Feed, { activity, comment, replyCountUpdater, }: {
|
|
4
4
|
activity: ActivityResponse;
|
|
5
5
|
comment: CommentResponse;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-comment-count.d.ts","sourceRoot":"","sources":["../../../../../../src/feed/event-handlers/comment/utils/update-comment-count.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"update-comment-count.d.ts","sourceRoot":"","sources":["../../../../../../src/feed/event-handlers/comment/utils/update-comment-count.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,OAAO,CAAC;AAI7C,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,IAAI,EACV,EACE,QAAQ,EACR,OAAO,EACP,iBAAiB,GAClB,EAAE;IACD,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,OAAO,EAAE,eAAe,CAAC;IACzB,iBAAiB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,MAAM,CAAC;CAClD,QAmCF"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Feed } from '../../../feed';
|
|
2
|
-
import { EventPayload, PartializeAllBut } from '../../../types-internal';
|
|
1
|
+
import type { Feed } from '../../../feed';
|
|
2
|
+
import type { EventPayload, PartializeAllBut } from '../../../types-internal';
|
|
3
3
|
export declare function handleFeedUpdated(this: Feed, event: PartializeAllBut<EventPayload<'feeds.feed.updated'>, 'feed'>): void;
|
|
4
4
|
//# sourceMappingURL=handle-feed-updated.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-feed-updated.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/feed/handle-feed-updated.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-feed-updated.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/feed/handle-feed-updated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE9E,wBAAgB,iBAAiB,CAC/B,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,gBAAgB,CAAC,YAAY,CAAC,oBAAoB,CAAC,EAAE,MAAM,CAAC,QAGpE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Feed } from '../../../feed';
|
|
2
|
-
import { EventPayload } from '../../../types-internal';
|
|
1
|
+
import type { Feed } from '../../../feed';
|
|
2
|
+
import type { EventPayload } from '../../../types-internal';
|
|
3
3
|
export declare function handleFeedMemberAdded(this: Feed, event: EventPayload<'feeds.feed_member.added'>): void;
|
|
4
4
|
//# sourceMappingURL=handle-feed-member-added.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-feed-member-added.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/feed-member/handle-feed-member-added.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAa,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-feed-member-added.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/feed-member/handle-feed-member-added.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,eAAe,CAAC;AACrD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE5D,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,YAAY,CAAC,yBAAyB,CAAC,QAyB/C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Feed } from '../../../feed';
|
|
2
|
-
import { EventPayload } from '../../../types-internal';
|
|
1
|
+
import type { Feed } from '../../../feed';
|
|
2
|
+
import type { EventPayload } from '../../../types-internal';
|
|
3
3
|
export declare function handleFeedMemberRemoved(this: Feed, event: EventPayload<'feeds.feed_member.removed'>): void;
|
|
4
4
|
//# sourceMappingURL=handle-feed-member-removed.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-feed-member-removed.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/feed-member/handle-feed-member-removed.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAa,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-feed-member-removed.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/feed-member/handle-feed-member-removed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,eAAe,CAAC;AACrD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE5D,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,YAAY,CAAC,2BAA2B,CAAC,QA4BjD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Feed } from '../../../feed';
|
|
2
|
-
import { EventPayload } from '../../../types-internal';
|
|
1
|
+
import type { Feed } from '../../../feed';
|
|
2
|
+
import type { EventPayload } from '../../../types-internal';
|
|
3
3
|
export declare function handleFeedMemberUpdated(this: Feed, event: EventPayload<'feeds.feed_member.updated'>): void;
|
|
4
4
|
//# sourceMappingURL=handle-feed-member-updated.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-feed-member-updated.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/feed-member/handle-feed-member-updated.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAa,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-feed-member-updated.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/feed-member/handle-feed-member-updated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,eAAe,CAAC;AACrD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAE5D,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,YAAY,CAAC,2BAA2B,CAAC,QAkCjD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { Feed } from '../../feed';
|
|
2
|
-
import { EventPayload, PartializeAllBut } from '../../../types-internal';
|
|
2
|
+
import type { EventPayload, PartializeAllBut } from '../../../types-internal';
|
|
3
3
|
export declare function handleFollowUpdated(this: Feed, eventOrResponse: PartializeAllBut<EventPayload<'feeds.follow.updated'>, 'follow'>, fromWs?: boolean): void;
|
|
4
4
|
//# sourceMappingURL=handle-follow-updated.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-follow-updated.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/follow/handle-follow-updated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,YAAY,CAAC;AAElD,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"handle-follow-updated.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/follow/handle-follow-updated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAa,MAAM,YAAY,CAAC;AAElD,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE9E,wBAAgB,mBAAmB,CACjC,IAAI,EAAE,IAAI,EACV,eAAe,EAAE,gBAAgB,CAC/B,YAAY,CAAC,sBAAsB,CAAC,EACpC,QAAQ,CACT,EACD,MAAM,CAAC,EAAE,OAAO,QA+EjB"}
|
package/dist/types/feed/event-handlers/notification-feed/handle-notification-feed-updated.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Feed } from '../../../feed';
|
|
2
|
-
import { AggregatedActivityResponse, NotificationFeedUpdatedEvent, NotificationStatusResponse } from '../../../gen/models';
|
|
2
|
+
import type { AggregatedActivityResponse, NotificationFeedUpdatedEvent, NotificationStatusResponse } from '../../../gen/models';
|
|
3
3
|
import type { EventPayload, UpdateStateResult } from '../../../types-internal';
|
|
4
4
|
export declare const updateNotificationFeedFromEvent: (event: NotificationFeedUpdatedEvent) => UpdateStateResult<{
|
|
5
5
|
data?: {
|
package/dist/types/feed/event-handlers/notification-feed/handle-notification-feed-updated.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handle-notification-feed-updated.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/notification-feed/handle-notification-feed-updated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,
|
|
1
|
+
{"version":3,"file":"handle-notification-feed-updated.d.ts","sourceRoot":"","sources":["../../../../../src/feed/event-handlers/notification-feed/handle-notification-feed-updated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,EACV,0BAA0B,EAC1B,4BAA4B,EAC5B,0BAA0B,EAC3B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE/E,eAAO,MAAM,+BAA+B,GAC1C,OAAO,4BAA4B,KAClC,iBAAiB,CAAC;IACnB,IAAI,CAAC,EAAE;QACL,mBAAmB,CAAC,EAAE,0BAA0B,CAAC;QACjD,qBAAqB,CAAC,EAAE,0BAA0B,EAAE,CAAC;KACtD,CAAC;CACH,CAyBA,CAAC;AAEF,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,YAAY,CAAC,iCAAiC,CAAC,QASvD"}
|