@singi-labs/sifa-sdk 0.10.5 → 0.10.6
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 +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +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
|
@@ -357,4 +357,4 @@ declare function hasAdultContent(item: {
|
|
|
357
357
|
labels?: ActivityLabel[];
|
|
358
358
|
}): boolean;
|
|
359
359
|
|
|
360
|
-
export { type
|
|
360
|
+
export { type AdultContentLabel as A, type ExternalAccount as E, type FeedItem as F, type LocationValue as L, type ProfileSkill as P, type SkillSuggestion as S, type TrustStat as T, type VerifiedAccount as V, type ActivityLabel as a, type PdsProviderInfo as b, type Profile as c, ADULT_CONTENT_LABELS as d, type ActiveApp as e, type Endorsement as f, type EndorsementData as g, type ExternalAccountKeytraceClaim as h, type LanguageProficiency as i, type ProfileCertification as j, type ProfileCourse as k, type ProfileEducation as l, type ProfileHonor as m, type ProfileIndustry as n, type ProfileLanguage as o, type ProfileLocation as p, type ProfileOverrideSource as q, type ProfilePosition as r, type ProfileProject as s, type ProfilePublication as t, type ProfileVolunteering as u, type PublicationContributor as v, type SkillRef as w, hasAdultContent as x };
|
|
@@ -357,4 +357,4 @@ declare function hasAdultContent(item: {
|
|
|
357
357
|
labels?: ActivityLabel[];
|
|
358
358
|
}): boolean;
|
|
359
359
|
|
|
360
|
-
export { type
|
|
360
|
+
export { type AdultContentLabel as A, type ExternalAccount as E, type FeedItem as F, type LocationValue as L, type ProfileSkill as P, type SkillSuggestion as S, type TrustStat as T, type VerifiedAccount as V, type ActivityLabel as a, type PdsProviderInfo as b, type Profile as c, ADULT_CONTENT_LABELS as d, type ActiveApp as e, type Endorsement as f, type EndorsementData as g, type ExternalAccountKeytraceClaim as h, type LanguageProficiency as i, type ProfileCertification as j, type ProfileCourse as k, type ProfileEducation as l, type ProfileHonor as m, type ProfileIndustry as n, type ProfileLanguage as o, type ProfileLocation as p, type ProfileOverrideSource as q, type ProfilePosition as r, type ProfileProject as s, type ProfilePublication as t, type ProfileVolunteering as u, type PublicationContributor as v, type SkillRef as w, hasAdultContent as x };
|
package/dist/index.cjs
CHANGED
|
@@ -2171,7 +2171,7 @@ var ProfileVolunteeringRecordSchema = zod.z.object({
|
|
|
2171
2171
|
});
|
|
2172
2172
|
|
|
2173
2173
|
// src/index.ts
|
|
2174
|
-
var SIFA_SDK_VERSION = "0.10.
|
|
2174
|
+
var SIFA_SDK_VERSION = "0.10.6";
|
|
2175
2175
|
|
|
2176
2176
|
exports.ACTIVITY_TIERS = ACTIVITY_TIERS;
|
|
2177
2177
|
exports.ACTIVITY_VISIBILITY_RULES = ACTIVITY_VISIBILITY_RULES;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as ProfileSkill, L as LocationValue,
|
|
2
|
-
export {
|
|
1
|
+
import { P as ProfileSkill, L as LocationValue, b as PdsProviderInfo, c as Profile } from './adult-content-DxasJdot.cjs';
|
|
2
|
+
export { d as ADULT_CONTENT_LABELS, e as ActiveApp, a as ActivityLabel, A as AdultContentLabel, f as Endorsement, g as EndorsementData, E as ExternalAccount, h as ExternalAccountKeytraceClaim, F as FeedItem, i as LanguageProficiency, j as ProfileCertification, k as ProfileCourse, l as ProfileEducation, m as ProfileHonor, n as ProfileIndustry, o as ProfileLanguage, p as ProfileLocation, q as ProfileOverrideSource, r as ProfilePosition, s as ProfileProject, t as ProfilePublication, u as ProfileVolunteering, v as PublicationContributor, w as SkillRef, S as SkillSuggestion, T as TrustStat, V as VerifiedAccount, x as hasAdultContent } from './adult-content-DxasJdot.cjs';
|
|
3
3
|
export { EndorsementConfirmationRecord, EndorsementConfirmationRecordSchema, EndorsementRecord, EndorsementRecordSchema, GraphFollowRecord, GraphFollowRecordSchema, ProfileCertificationRecord, ProfileCertificationRecordSchema, ProfileCourseRecord, ProfileCourseRecordSchema, ProfileEducationRecord, ProfileEducationRecordSchema, ProfileExternalAccountRecord, ProfileExternalAccountRecordSchema, ProfileHonorRecord, ProfileHonorRecordSchema, ProfileLanguageRecord, ProfileLanguageRecordSchema, ProfilePositionRecord, ProfilePositionRecordSchema, ProfileProjectRecord, ProfileProjectRecordSchema, ProfilePublicationRecord, ProfilePublicationRecordSchema, ProfileSelfRecord, ProfileSelfRecordSchema, ProfileSkillRecord, ProfileSkillRecordSchema, ProfileVolunteeringRecord, ProfileVolunteeringRecordSchema, PublicationAuthor, PublicationAuthorSchema, atUriSchema, cidSchema, datetimeSchema, didSchema, languageTagSchema, makeGraphFollowRecordSchema, maxGraphemes, selfLabelsSchema, strongRefSchema, uriSchema } from './schemas/index.cjs';
|
|
4
4
|
export { A as AtmosphereFeedItem, d as AtmosphereFeedItemSchema, e as FEATURE_FLAGS, b as FeatureAllowlistEntry, f as FeatureAllowlistEntrySchema, c as FeatureFlag, g as FeedActor, h as FeedActorSchema, i as FeedCursor, j as FollowFeedItem, k as FollowFeedItemSchema, F as FollowFeedPage, l as FollowFeedPageSchema, a as FollowProfileItem, m as FollowProfilePage, n as FollowProfilePageSchema, o as FollowProfileSchema, S as SifaFeedItem, p as SifaFeedItemSchema, q as decodeFeedCursor, r as encodeFeedCursor } from './feed-DHTy7fUN.cjs';
|
|
5
5
|
import 'zod';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as ProfileSkill, L as LocationValue,
|
|
2
|
-
export {
|
|
1
|
+
import { P as ProfileSkill, L as LocationValue, b as PdsProviderInfo, c as Profile } from './adult-content-DxasJdot.js';
|
|
2
|
+
export { d as ADULT_CONTENT_LABELS, e as ActiveApp, a as ActivityLabel, A as AdultContentLabel, f as Endorsement, g as EndorsementData, E as ExternalAccount, h as ExternalAccountKeytraceClaim, F as FeedItem, i as LanguageProficiency, j as ProfileCertification, k as ProfileCourse, l as ProfileEducation, m as ProfileHonor, n as ProfileIndustry, o as ProfileLanguage, p as ProfileLocation, q as ProfileOverrideSource, r as ProfilePosition, s as ProfileProject, t as ProfilePublication, u as ProfileVolunteering, v as PublicationContributor, w as SkillRef, S as SkillSuggestion, T as TrustStat, V as VerifiedAccount, x as hasAdultContent } from './adult-content-DxasJdot.js';
|
|
3
3
|
export { EndorsementConfirmationRecord, EndorsementConfirmationRecordSchema, EndorsementRecord, EndorsementRecordSchema, GraphFollowRecord, GraphFollowRecordSchema, ProfileCertificationRecord, ProfileCertificationRecordSchema, ProfileCourseRecord, ProfileCourseRecordSchema, ProfileEducationRecord, ProfileEducationRecordSchema, ProfileExternalAccountRecord, ProfileExternalAccountRecordSchema, ProfileHonorRecord, ProfileHonorRecordSchema, ProfileLanguageRecord, ProfileLanguageRecordSchema, ProfilePositionRecord, ProfilePositionRecordSchema, ProfileProjectRecord, ProfileProjectRecordSchema, ProfilePublicationRecord, ProfilePublicationRecordSchema, ProfileSelfRecord, ProfileSelfRecordSchema, ProfileSkillRecord, ProfileSkillRecordSchema, ProfileVolunteeringRecord, ProfileVolunteeringRecordSchema, PublicationAuthor, PublicationAuthorSchema, atUriSchema, cidSchema, datetimeSchema, didSchema, languageTagSchema, makeGraphFollowRecordSchema, maxGraphemes, selfLabelsSchema, strongRefSchema, uriSchema } from './schemas/index.js';
|
|
4
4
|
export { A as AtmosphereFeedItem, d as AtmosphereFeedItemSchema, e as FEATURE_FLAGS, b as FeatureAllowlistEntry, f as FeatureAllowlistEntrySchema, c as FeatureFlag, g as FeedActor, h as FeedActorSchema, i as FeedCursor, j as FollowFeedItem, k as FollowFeedItemSchema, F as FollowFeedPage, l as FollowFeedPageSchema, a as FollowProfileItem, m as FollowProfilePage, n as FollowProfilePageSchema, o as FollowProfileSchema, S as SifaFeedItem, p as SifaFeedItemSchema, q as decodeFeedCursor, r as encodeFeedCursor } from './feed-DHTy7fUN.js';
|
|
5
5
|
import 'zod';
|
package/dist/index.js
CHANGED
|
@@ -2169,7 +2169,7 @@ var ProfileVolunteeringRecordSchema = z.object({
|
|
|
2169
2169
|
});
|
|
2170
2170
|
|
|
2171
2171
|
// src/index.ts
|
|
2172
|
-
var SIFA_SDK_VERSION = "0.10.
|
|
2172
|
+
var SIFA_SDK_VERSION = "0.10.6";
|
|
2173
2173
|
|
|
2174
2174
|
export { ACTIVITY_TIERS, ACTIVITY_VISIBILITY_RULES, ADULT_CONTENT_LABELS, APP_CATEGORIES, APP_CATEGORY_IDS, APP_CATEGORY_MAP, APP_URL_PATTERNS, AtmosphereFeedItemSchema, CATEGORY_LABELS, CATEGORY_ORDER, COLLECTION_TO_APP, COMPLETENESS_MAX_SCORE, CONTINENTS, COUNTRIES, DIMENSIONS_MAX_SCORE, EMPLOYMENT_TYPE_GROUPS, EMPLOYMENT_TYPE_LABELS, EndorsementConfirmationRecordSchema, EndorsementRecordSchema, FEATURE_FLAGS, FeatureAllowlistEntrySchema, FeedActorSchema, FollowFeedItemSchema, FollowFeedPageSchema, FollowProfilePageSchema, FollowProfileSchema, GraphFollowRecordSchema, INDUSTRY_OPTIONS, MIN_SKILLS, OPEN_TO_OPTIONS, PLATFORM_LABELS, PLATFORM_OPTIONS, PUBLISHERS, ProfileCertificationRecordSchema, ProfileCourseRecordSchema, ProfileEducationRecordSchema, ProfileExternalAccountRecordSchema, ProfileHonorRecordSchema, ProfileLanguageRecordSchema, ProfilePositionRecordSchema, ProfileProjectRecordSchema, ProfilePublicationRecordSchema, ProfileSelfRecordSchema, ProfileSkillRecordSchema, ProfileVolunteeringRecordSchema, PublicationAuthorSchema, SIFA_SDK_VERSION, SKILL_CATEGORIES, STANDARD_PUBLISHER_ID, SifaFeedItemSchema, WORKPLACE_TYPE_LABELS, WORKPLACE_TYPE_OPTIONS, atUriSchema, categoryForApp, certDateExtractor, cidSchema, completenessPercent, completenessScore, contrastRatio, countFilledDimensions, countryCodeToFlag, dateRangeExtractor, datetimeSchema, decodeFeedCursor, dedupeSkills, detectPdsProvider, didSchema, dimensionsFromInputs, encodeFeedCursor, findIndustry, formatDistanceToNow, formatLocation, formatRelativeTime, getActivityTaxonomyVersion, getActivityTier, getAppCategoryIcon, getAppIdForCollection, getContinent, getDisplayLabel, getEmploymentTypeLabel, getFaviconUrl, getFilledDimensionsMap, getHandleStem, getIndustryLabelKey, getLexiconEntry, getOpenToLabelKey, getPdsDisplayName, getPlatformLabel, getPublisherByHost, getPublisherById, getPublisherFromSiteUrl, getTierMeta, getWorkplaceTypeLabel, groupSkillsByCategory, hasAdultContent, isAppCategory, isKnownAppId, isKnownPlatform, isValidRgbColor, isVisibleActivityItem, languageTagSchema, lexiconDateExtractor, limitCombiningMarks, makeGraphFollowRecordSchema, maxGraphemes, meetsContrastAA, parseLocationString, pdsProviderFromApi, pickPrimaryPosition, profileToDimensionInputs, relativeLuminance, resolveCardUrl, rgbToString, sanitizeDisplayText, sanitizeHandleInput, selfLabelsSchema, singleDateExtractor, sortByDateDesc, strongRefSchema, truncateGraphemes, uriSchema };
|
|
2175
2175
|
//# sourceMappingURL=index.js.map
|
|
@@ -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
|
|