@singi-labs/sifa-sdk 0.10.5 → 0.10.7
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/{adult-content-BjbP46ad.d.cts → adult-content-DxasJdot.d.cts} +1 -1
- package/dist/{adult-content-BjbP46ad.d.ts → adult-content-DxasJdot.d.ts} +1 -1
- package/dist/index.cjs +11 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.js +11 -2
- package/dist/index.js.map +1 -1
- package/dist/{keys-DPeDdYki.d.cts → keys-GSG0egRE.d.cts} +7 -3
- package/dist/{keys-Ba4_wCnj.d.ts → keys-G_SErFOu.d.ts} +7 -3
- package/dist/query/fetchers/index.cjs +4 -0
- package/dist/query/fetchers/index.cjs.map +1 -1
- package/dist/query/fetchers/index.d.cts +3 -3
- package/dist/query/fetchers/index.d.ts +3 -3
- package/dist/query/fetchers/index.js +4 -0
- package/dist/query/fetchers/index.js.map +1 -1
- package/dist/query/hooks/index.cjs +4 -0
- package/dist/query/hooks/index.cjs.map +1 -1
- package/dist/query/hooks/index.d.cts +3 -3
- package/dist/query/hooks/index.d.ts +3 -3
- package/dist/query/hooks/index.js +4 -0
- package/dist/query/hooks/index.js.map +1 -1
- package/dist/query/index.cjs +87 -0
- package/dist/query/index.cjs.map +1 -1
- package/dist/query/index.d.cts +101 -3
- package/dist/query/index.d.ts +101 -3
- package/dist/query/index.js +82 -1
- package/dist/query/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as ExternalAccount, S as SkillSuggestion,
|
|
1
|
+
import { E as ExternalAccount, S as SkillSuggestion, a as ActivityLabel } from './adult-content-DxasJdot.cjs';
|
|
2
2
|
import { F as FollowFeedPage, a as FollowProfileItem, b as FeatureAllowlistEntry, c as FeatureFlag } from './feed-DHTy7fUN.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -1086,7 +1086,11 @@ declare const sifaQueryKeys: {
|
|
|
1086
1086
|
readonly votes: () => readonly ["sifa", "roadmap", "votes"];
|
|
1087
1087
|
readonly myVotes: () => readonly ["sifa", "roadmap", "my-votes"];
|
|
1088
1088
|
};
|
|
1089
|
+
readonly bskyPreferences: {
|
|
1090
|
+
readonly all: () => readonly ["sifa", "bsky-preferences"];
|
|
1091
|
+
readonly contentLabels: () => readonly ["sifa", "bsky-preferences", "content-labels"];
|
|
1092
|
+
};
|
|
1089
1093
|
};
|
|
1090
|
-
type SifaQueryKey = ReturnType<typeof sifaQueryKeys.all> | ReturnType<typeof sifaQueryKeys.profile.all> | ReturnType<typeof sifaQueryKeys.profile.byHandle> | ReturnType<typeof sifaQueryKeys.profile.atFundLink> | ReturnType<typeof sifaQueryKeys.profile.externalAccounts> | ReturnType<typeof sifaQueryKeys.position.all> | ReturnType<typeof sifaQueryKeys.position.byOwner> | ReturnType<typeof sifaQueryKeys.search.all> | ReturnType<typeof sifaQueryKeys.search.profiles> | ReturnType<typeof sifaQueryKeys.search.canonicalSkills> | ReturnType<typeof sifaQueryKeys.search.skills> | ReturnType<typeof sifaQueryKeys.search.filters> | ReturnType<typeof sifaQueryKeys.discovery.all> | ReturnType<typeof sifaQueryKeys.discovery.similar> | ReturnType<typeof sifaQueryKeys.discovery.suggestions> | ReturnType<typeof sifaQueryKeys.discovery.suggestionCount> | ReturnType<typeof sifaQueryKeys.discovery.featured> | ReturnType<typeof sifaQueryKeys.follow.all> | ReturnType<typeof sifaQueryKeys.follow.following> | ReturnType<typeof sifaQueryKeys.follow.followers> | ReturnType<typeof sifaQueryKeys.follow.followingOf> | ReturnType<typeof sifaQueryKeys.follow.feed> | ReturnType<typeof sifaQueryKeys.follow.mutuals> | ReturnType<typeof sifaQueryKeys.follow.blueskySuggestions> | ReturnType<typeof sifaQueryKeys.admin.all> | ReturnType<typeof sifaQueryKeys.admin.featureAllowlist> | ReturnType<typeof sifaQueryKeys.stats.all> | ReturnType<typeof sifaQueryKeys.stats.homepage> | ReturnType<typeof sifaQueryKeys.apps.all> | ReturnType<typeof sifaQueryKeys.apps.registry> | ReturnType<typeof sifaQueryKeys.apps.hidden> | ReturnType<typeof sifaQueryKeys.activity.all> | ReturnType<typeof sifaQueryKeys.activity.heatmap> | ReturnType<typeof sifaQueryKeys.activity.teaser> | ReturnType<typeof sifaQueryKeys.activity.feed> | ReturnType<typeof sifaQueryKeys.endorsement.all> | ReturnType<typeof sifaQueryKeys.endorsement.count> | ReturnType<typeof sifaQueryKeys.stream.all> | ReturnType<typeof sifaQueryKeys.stream.networkCount> | ReturnType<typeof sifaQueryKeys.reactions.all> | ReturnType<typeof sifaQueryKeys.reactions.status> | ReturnType<typeof sifaQueryKeys.reactions.accountCheck> | ReturnType<typeof sifaQueryKeys.roadmap.all> | ReturnType<typeof sifaQueryKeys.roadmap.votes> | ReturnType<typeof sifaQueryKeys.roadmap.myVotes>;
|
|
1094
|
+
type SifaQueryKey = ReturnType<typeof sifaQueryKeys.all> | ReturnType<typeof sifaQueryKeys.profile.all> | ReturnType<typeof sifaQueryKeys.profile.byHandle> | ReturnType<typeof sifaQueryKeys.profile.atFundLink> | ReturnType<typeof sifaQueryKeys.profile.externalAccounts> | ReturnType<typeof sifaQueryKeys.position.all> | ReturnType<typeof sifaQueryKeys.position.byOwner> | ReturnType<typeof sifaQueryKeys.search.all> | ReturnType<typeof sifaQueryKeys.search.profiles> | ReturnType<typeof sifaQueryKeys.search.canonicalSkills> | ReturnType<typeof sifaQueryKeys.search.skills> | ReturnType<typeof sifaQueryKeys.search.filters> | ReturnType<typeof sifaQueryKeys.discovery.all> | ReturnType<typeof sifaQueryKeys.discovery.similar> | ReturnType<typeof sifaQueryKeys.discovery.suggestions> | ReturnType<typeof sifaQueryKeys.discovery.suggestionCount> | ReturnType<typeof sifaQueryKeys.discovery.featured> | ReturnType<typeof sifaQueryKeys.follow.all> | ReturnType<typeof sifaQueryKeys.follow.following> | ReturnType<typeof sifaQueryKeys.follow.followers> | ReturnType<typeof sifaQueryKeys.follow.followingOf> | ReturnType<typeof sifaQueryKeys.follow.feed> | ReturnType<typeof sifaQueryKeys.follow.mutuals> | ReturnType<typeof sifaQueryKeys.follow.blueskySuggestions> | ReturnType<typeof sifaQueryKeys.admin.all> | ReturnType<typeof sifaQueryKeys.admin.featureAllowlist> | ReturnType<typeof sifaQueryKeys.stats.all> | ReturnType<typeof sifaQueryKeys.stats.homepage> | ReturnType<typeof sifaQueryKeys.apps.all> | ReturnType<typeof sifaQueryKeys.apps.registry> | ReturnType<typeof sifaQueryKeys.apps.hidden> | ReturnType<typeof sifaQueryKeys.activity.all> | ReturnType<typeof sifaQueryKeys.activity.heatmap> | ReturnType<typeof sifaQueryKeys.activity.teaser> | ReturnType<typeof sifaQueryKeys.activity.feed> | ReturnType<typeof sifaQueryKeys.endorsement.all> | ReturnType<typeof sifaQueryKeys.endorsement.count> | ReturnType<typeof sifaQueryKeys.stream.all> | ReturnType<typeof sifaQueryKeys.stream.networkCount> | ReturnType<typeof sifaQueryKeys.reactions.all> | ReturnType<typeof sifaQueryKeys.reactions.status> | ReturnType<typeof sifaQueryKeys.reactions.accountCheck> | ReturnType<typeof sifaQueryKeys.roadmap.all> | ReturnType<typeof sifaQueryKeys.roadmap.votes> | ReturnType<typeof sifaQueryKeys.roadmap.myVotes> | ReturnType<typeof sifaQueryKeys.bskyPreferences.all> | ReturnType<typeof sifaQueryKeys.bskyPreferences.contentLabels>;
|
|
1091
1095
|
|
|
1092
|
-
export { type
|
|
1096
|
+
export { type QuotedPostView as $, type ApiFetchOptions as A, type BulkHideProfileItemInput as B, type CheckAppAccountOptions as C, type DeleteAccountResult as D, type EndorsementInput as E, type FeatureAllowlistResponse as F, type FollowingResponse as G, HIDDEN_ITEM_SOURCES as H, HIDDEN_ITEM_TYPES as I, type HeatmapDay as J, type HeatmapResponse as K, type HiddenApp as L, type HiddenItemSource as M, type HiddenItemType as N, type HideProfileItemInput as O, type ListFeatureAllowlistOptions as P, type ProfileIndustryInput as Q, type ProfileLocationAddress as R, type SifaApiConfig as S, type ProfileLocationInput as T, type ProfileSearchResult as U, type ProfileSelfLocation as V, type WriteResult as W, QUOTED_POSTS_BATCH_MAX as X, type QuotedPostAuthor as Y, type QuotedPostImage as Z, type QuotedPostResult as _, type AccountCheckResult as a, getMutuals as a$, type ReactionError as a0, type ReactionResult as a1, type ReactionStatus as a2, type RefreshOrcidPublicationsResult as a3, type RefreshPdsResult as a4, type ResolveQuotedPostsOptions as a5, type RoadmapVoter as a6, type RoadmapVotesResponse as a7, type SearchFilters as a8, type SearchResponse as a9, deleteAvatarOverride as aA, deleteExternalAccount as aB, deleteProfileLocation as aC, deleteReaction as aD, fetchActivityFeed as aE, fetchActivityTeaser as aF, fetchAppsRegistry as aG, fetchExternalAccounts as aH, fetchFeaturedProfile as aI, fetchFollowing as aJ, fetchHeatmapData as aK, fetchHiddenApps as aL, fetchMyRoadmapVotes as aM, fetchReactionStatus as aN, fetchRoadmapVotes as aO, fetchSearchFilters as aP, fetchSearchProfiles as aQ, fetchSimilarProfiles as aR, fetchSkillSuggestions as aS, fetchStats as aT, fetchSuggestionCount as aU, fetchSuggestions as aV, followUser as aW, getBlueskySuggestions as aX, getFollowers as aY, getFollowing as aZ, getFollowingFeed as a_, type SifaQueryKey as aa, type SimilarProfile as ab, type SkillSearchResult as ac, type StatsResponse as ad, type SuggestionProfile as ae, type SuggestionsResponse as af, type UpdateProfileOverrideInput as ag, type UpdateProfileSelfInput as ah, type UploadAvatarResult as ai, type VerifyExternalAccountResult as aj, addFeatureAllowlist as ak, apiFetch as al, apiFetchOrNull as am, apiWrite as an, apiWriteCreate as ao, bulkHideProfileItems as ap, bulkHideStandardPublications as aq, bulkUnhideProfileItems as ar, bulkUnhideStandardPublications as as, castRoadmapVote as at, checkAppAccount as au, createEndorsement as av, createExternalAccount as aw, createProfileLocation as ax, createReaction as ay, deleteAccount as az, type ActivityFeedResponse as b, hideOrcidPublication as b0, hideProfileItem as b1, hideSifaPublication as b2, hideStandardPublication as b3, listFeatureAllowlist as b4, refreshOrcidPublications as b5, refreshPds as b6, removeFeatureAllowlist as b7, resetProfile as b8, resolveQuotedPosts as b9, retractRoadmapVote as ba, searchSkills as bb, setExternalAccountPrimary as bc, unfollowUser as bd, unhideOrcidPublication as be, unhideProfileItem as bf, unhideSifaPublication as bg, unhideStandardPublication as bh, unsetExternalAccountPrimary as bi, updateExternalAccount as bj, updateProfileLocation as bk, updateProfileOverride as bl, updateProfileSelf as bm, uploadAvatar as bn, verifyExternalAccount as bo, type ActivityItem as c, type ActivityItemLinkHealth as d, type ActivityTeaserResponse as e, ApiError as f, type AppRegistryEntry as g, type CreateExternalAccountResult as h, type CreateResult as i, type ExternalAccountInput as j, type FeaturedProfile as k, type FetchActivityFeedOptions as l, type FetchActivityTeaserOptions as m, type FetchFollowListOptions as n, type FetchFollowProfilePageOptions as o, type FetchFollowingFeedOptions as p, type FetchHiddenAppsOptions as q, type FetchMyRoadmapVotesOptions as r, sifaQueryKeys as s, type FetchReactionStatusOptions as t, type FetchSuggestionsOptions as u, type FilterOptions as v, type FollowListPage as w, type FollowProfile as x, type FollowProfilePageResponse as y, type FollowUserResult as z };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { E as ExternalAccount, S as SkillSuggestion,
|
|
1
|
+
import { E as ExternalAccount, S as SkillSuggestion, a as ActivityLabel } from './adult-content-DxasJdot.js';
|
|
2
2
|
import { F as FollowFeedPage, a as FollowProfileItem, b as FeatureAllowlistEntry, c as FeatureFlag } from './feed-DHTy7fUN.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -1086,7 +1086,11 @@ declare const sifaQueryKeys: {
|
|
|
1086
1086
|
readonly votes: () => readonly ["sifa", "roadmap", "votes"];
|
|
1087
1087
|
readonly myVotes: () => readonly ["sifa", "roadmap", "my-votes"];
|
|
1088
1088
|
};
|
|
1089
|
+
readonly bskyPreferences: {
|
|
1090
|
+
readonly all: () => readonly ["sifa", "bsky-preferences"];
|
|
1091
|
+
readonly contentLabels: () => readonly ["sifa", "bsky-preferences", "content-labels"];
|
|
1092
|
+
};
|
|
1089
1093
|
};
|
|
1090
|
-
type SifaQueryKey = ReturnType<typeof sifaQueryKeys.all> | ReturnType<typeof sifaQueryKeys.profile.all> | ReturnType<typeof sifaQueryKeys.profile.byHandle> | ReturnType<typeof sifaQueryKeys.profile.atFundLink> | ReturnType<typeof sifaQueryKeys.profile.externalAccounts> | ReturnType<typeof sifaQueryKeys.position.all> | ReturnType<typeof sifaQueryKeys.position.byOwner> | ReturnType<typeof sifaQueryKeys.search.all> | ReturnType<typeof sifaQueryKeys.search.profiles> | ReturnType<typeof sifaQueryKeys.search.canonicalSkills> | ReturnType<typeof sifaQueryKeys.search.skills> | ReturnType<typeof sifaQueryKeys.search.filters> | ReturnType<typeof sifaQueryKeys.discovery.all> | ReturnType<typeof sifaQueryKeys.discovery.similar> | ReturnType<typeof sifaQueryKeys.discovery.suggestions> | ReturnType<typeof sifaQueryKeys.discovery.suggestionCount> | ReturnType<typeof sifaQueryKeys.discovery.featured> | ReturnType<typeof sifaQueryKeys.follow.all> | ReturnType<typeof sifaQueryKeys.follow.following> | ReturnType<typeof sifaQueryKeys.follow.followers> | ReturnType<typeof sifaQueryKeys.follow.followingOf> | ReturnType<typeof sifaQueryKeys.follow.feed> | ReturnType<typeof sifaQueryKeys.follow.mutuals> | ReturnType<typeof sifaQueryKeys.follow.blueskySuggestions> | ReturnType<typeof sifaQueryKeys.admin.all> | ReturnType<typeof sifaQueryKeys.admin.featureAllowlist> | ReturnType<typeof sifaQueryKeys.stats.all> | ReturnType<typeof sifaQueryKeys.stats.homepage> | ReturnType<typeof sifaQueryKeys.apps.all> | ReturnType<typeof sifaQueryKeys.apps.registry> | ReturnType<typeof sifaQueryKeys.apps.hidden> | ReturnType<typeof sifaQueryKeys.activity.all> | ReturnType<typeof sifaQueryKeys.activity.heatmap> | ReturnType<typeof sifaQueryKeys.activity.teaser> | ReturnType<typeof sifaQueryKeys.activity.feed> | ReturnType<typeof sifaQueryKeys.endorsement.all> | ReturnType<typeof sifaQueryKeys.endorsement.count> | ReturnType<typeof sifaQueryKeys.stream.all> | ReturnType<typeof sifaQueryKeys.stream.networkCount> | ReturnType<typeof sifaQueryKeys.reactions.all> | ReturnType<typeof sifaQueryKeys.reactions.status> | ReturnType<typeof sifaQueryKeys.reactions.accountCheck> | ReturnType<typeof sifaQueryKeys.roadmap.all> | ReturnType<typeof sifaQueryKeys.roadmap.votes> | ReturnType<typeof sifaQueryKeys.roadmap.myVotes>;
|
|
1094
|
+
type SifaQueryKey = ReturnType<typeof sifaQueryKeys.all> | ReturnType<typeof sifaQueryKeys.profile.all> | ReturnType<typeof sifaQueryKeys.profile.byHandle> | ReturnType<typeof sifaQueryKeys.profile.atFundLink> | ReturnType<typeof sifaQueryKeys.profile.externalAccounts> | ReturnType<typeof sifaQueryKeys.position.all> | ReturnType<typeof sifaQueryKeys.position.byOwner> | ReturnType<typeof sifaQueryKeys.search.all> | ReturnType<typeof sifaQueryKeys.search.profiles> | ReturnType<typeof sifaQueryKeys.search.canonicalSkills> | ReturnType<typeof sifaQueryKeys.search.skills> | ReturnType<typeof sifaQueryKeys.search.filters> | ReturnType<typeof sifaQueryKeys.discovery.all> | ReturnType<typeof sifaQueryKeys.discovery.similar> | ReturnType<typeof sifaQueryKeys.discovery.suggestions> | ReturnType<typeof sifaQueryKeys.discovery.suggestionCount> | ReturnType<typeof sifaQueryKeys.discovery.featured> | ReturnType<typeof sifaQueryKeys.follow.all> | ReturnType<typeof sifaQueryKeys.follow.following> | ReturnType<typeof sifaQueryKeys.follow.followers> | ReturnType<typeof sifaQueryKeys.follow.followingOf> | ReturnType<typeof sifaQueryKeys.follow.feed> | ReturnType<typeof sifaQueryKeys.follow.mutuals> | ReturnType<typeof sifaQueryKeys.follow.blueskySuggestions> | ReturnType<typeof sifaQueryKeys.admin.all> | ReturnType<typeof sifaQueryKeys.admin.featureAllowlist> | ReturnType<typeof sifaQueryKeys.stats.all> | ReturnType<typeof sifaQueryKeys.stats.homepage> | ReturnType<typeof sifaQueryKeys.apps.all> | ReturnType<typeof sifaQueryKeys.apps.registry> | ReturnType<typeof sifaQueryKeys.apps.hidden> | ReturnType<typeof sifaQueryKeys.activity.all> | ReturnType<typeof sifaQueryKeys.activity.heatmap> | ReturnType<typeof sifaQueryKeys.activity.teaser> | ReturnType<typeof sifaQueryKeys.activity.feed> | ReturnType<typeof sifaQueryKeys.endorsement.all> | ReturnType<typeof sifaQueryKeys.endorsement.count> | ReturnType<typeof sifaQueryKeys.stream.all> | ReturnType<typeof sifaQueryKeys.stream.networkCount> | ReturnType<typeof sifaQueryKeys.reactions.all> | ReturnType<typeof sifaQueryKeys.reactions.status> | ReturnType<typeof sifaQueryKeys.reactions.accountCheck> | ReturnType<typeof sifaQueryKeys.roadmap.all> | ReturnType<typeof sifaQueryKeys.roadmap.votes> | ReturnType<typeof sifaQueryKeys.roadmap.myVotes> | ReturnType<typeof sifaQueryKeys.bskyPreferences.all> | ReturnType<typeof sifaQueryKeys.bskyPreferences.contentLabels>;
|
|
1091
1095
|
|
|
1092
|
-
export { type
|
|
1096
|
+
export { type QuotedPostView as $, type ApiFetchOptions as A, type BulkHideProfileItemInput as B, type CheckAppAccountOptions as C, type DeleteAccountResult as D, type EndorsementInput as E, type FeatureAllowlistResponse as F, type FollowingResponse as G, HIDDEN_ITEM_SOURCES as H, HIDDEN_ITEM_TYPES as I, type HeatmapDay as J, type HeatmapResponse as K, type HiddenApp as L, type HiddenItemSource as M, type HiddenItemType as N, type HideProfileItemInput as O, type ListFeatureAllowlistOptions as P, type ProfileIndustryInput as Q, type ProfileLocationAddress as R, type SifaApiConfig as S, type ProfileLocationInput as T, type ProfileSearchResult as U, type ProfileSelfLocation as V, type WriteResult as W, QUOTED_POSTS_BATCH_MAX as X, type QuotedPostAuthor as Y, type QuotedPostImage as Z, type QuotedPostResult as _, type AccountCheckResult as a, getMutuals as a$, type ReactionError as a0, type ReactionResult as a1, type ReactionStatus as a2, type RefreshOrcidPublicationsResult as a3, type RefreshPdsResult as a4, type ResolveQuotedPostsOptions as a5, type RoadmapVoter as a6, type RoadmapVotesResponse as a7, type SearchFilters as a8, type SearchResponse as a9, deleteAvatarOverride as aA, deleteExternalAccount as aB, deleteProfileLocation as aC, deleteReaction as aD, fetchActivityFeed as aE, fetchActivityTeaser as aF, fetchAppsRegistry as aG, fetchExternalAccounts as aH, fetchFeaturedProfile as aI, fetchFollowing as aJ, fetchHeatmapData as aK, fetchHiddenApps as aL, fetchMyRoadmapVotes as aM, fetchReactionStatus as aN, fetchRoadmapVotes as aO, fetchSearchFilters as aP, fetchSearchProfiles as aQ, fetchSimilarProfiles as aR, fetchSkillSuggestions as aS, fetchStats as aT, fetchSuggestionCount as aU, fetchSuggestions as aV, followUser as aW, getBlueskySuggestions as aX, getFollowers as aY, getFollowing as aZ, getFollowingFeed as a_, type SifaQueryKey as aa, type SimilarProfile as ab, type SkillSearchResult as ac, type StatsResponse as ad, type SuggestionProfile as ae, type SuggestionsResponse as af, type UpdateProfileOverrideInput as ag, type UpdateProfileSelfInput as ah, type UploadAvatarResult as ai, type VerifyExternalAccountResult as aj, addFeatureAllowlist as ak, apiFetch as al, apiFetchOrNull as am, apiWrite as an, apiWriteCreate as ao, bulkHideProfileItems as ap, bulkHideStandardPublications as aq, bulkUnhideProfileItems as ar, bulkUnhideStandardPublications as as, castRoadmapVote as at, checkAppAccount as au, createEndorsement as av, createExternalAccount as aw, createProfileLocation as ax, createReaction as ay, deleteAccount as az, type ActivityFeedResponse as b, hideOrcidPublication as b0, hideProfileItem as b1, hideSifaPublication as b2, hideStandardPublication as b3, listFeatureAllowlist as b4, refreshOrcidPublications as b5, refreshPds as b6, removeFeatureAllowlist as b7, resetProfile as b8, resolveQuotedPosts as b9, retractRoadmapVote as ba, searchSkills as bb, setExternalAccountPrimary as bc, unfollowUser as bd, unhideOrcidPublication as be, unhideProfileItem as bf, unhideSifaPublication as bg, unhideStandardPublication as bh, unsetExternalAccountPrimary as bi, updateExternalAccount as bj, updateProfileLocation as bk, updateProfileOverride as bl, updateProfileSelf as bm, uploadAvatar as bn, verifyExternalAccount as bo, type ActivityItem as c, type ActivityItemLinkHealth as d, type ActivityTeaserResponse as e, ApiError as f, type AppRegistryEntry as g, type CreateExternalAccountResult as h, type CreateResult as i, type ExternalAccountInput as j, type FeaturedProfile as k, type FetchActivityFeedOptions as l, type FetchActivityTeaserOptions as m, type FetchFollowListOptions as n, type FetchFollowProfilePageOptions as o, type FetchFollowingFeedOptions as p, type FetchHiddenAppsOptions as q, type FetchMyRoadmapVotesOptions as r, sifaQueryKeys as s, type FetchReactionStatusOptions as t, type FetchSuggestionsOptions as u, type FilterOptions as v, type FollowListPage as w, type FollowProfile as x, type FollowProfilePageResponse as y, type FollowUserResult as z };
|
|
@@ -1107,6 +1107,10 @@ var sifaQueryKeys = {
|
|
|
1107
1107
|
all: () => ["sifa", "roadmap"],
|
|
1108
1108
|
votes: () => ["sifa", "roadmap", "votes"],
|
|
1109
1109
|
myVotes: () => ["sifa", "roadmap", "my-votes"]
|
|
1110
|
+
},
|
|
1111
|
+
bskyPreferences: {
|
|
1112
|
+
all: () => ["sifa", "bsky-preferences"],
|
|
1113
|
+
contentLabels: () => ["sifa", "bsky-preferences", "content-labels"]
|
|
1110
1114
|
}
|
|
1111
1115
|
};
|
|
1112
1116
|
|