@singi-labs/sifa-sdk 0.12.34 → 0.12.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/{adult-content-BHIB4rxu.d.cts → adult-content-jthSA_zt.d.cts} +9 -0
  2. package/dist/{adult-content-BHIB4rxu.d.ts → adult-content-jthSA_zt.d.ts} +9 -0
  3. package/dist/{index-CBx6UJvX.d.ts → index-CNVAxcK1.d.ts} +5 -3
  4. package/dist/{index-CEoJMzkP.d.cts → index-Cvtj97AW.d.cts} +3 -3
  5. package/dist/{index-DMN5tQBL.d.cts → index-HNbo0d_Q.d.cts} +5 -3
  6. package/dist/{index-Bf_BI0TG.d.ts → index-ilznrlB1.d.ts} +3 -3
  7. package/dist/index.cjs +41 -1
  8. package/dist/index.cjs.map +1 -1
  9. package/dist/index.d.cts +85 -4
  10. package/dist/index.d.ts +85 -4
  11. package/dist/index.js +39 -2
  12. package/dist/index.js.map +1 -1
  13. package/dist/{org-OFRiuRqU.d.cts → org-BKjipmq7.d.cts} +2 -2
  14. package/dist/{org-C8LR9MpF.d.ts → org-CNQA-2mM.d.ts} +2 -2
  15. package/dist/{org-settings-CmaSX5ZI.d.cts → org-settings-B8e01iZx.d.cts} +2 -0
  16. package/dist/{org-settings-CmaSX5ZI.d.ts → org-settings-B8e01iZx.d.ts} +2 -0
  17. package/dist/{profile-summary-DsaEk_GD.d.cts → profile-summary-C-SxRTjI.d.cts} +1 -1
  18. package/dist/{profile-summary-sWTKu58A.d.ts → profile-summary-C6uqYJB1.d.ts} +1 -1
  19. package/dist/query/fetchers/index.d.cts +5 -5
  20. package/dist/query/fetchers/index.d.ts +5 -5
  21. package/dist/query/hooks/index.d.cts +4 -4
  22. package/dist/query/hooks/index.d.ts +4 -4
  23. package/dist/query/index.d.cts +7 -7
  24. package/dist/query/index.d.ts +7 -7
  25. package/dist/schemas/index.cjs +7 -0
  26. package/dist/schemas/index.cjs.map +1 -1
  27. package/dist/schemas/index.d.cts +1 -0
  28. package/dist/schemas/index.d.ts +1 -0
  29. package/dist/schemas/index.js +7 -0
  30. package/dist/schemas/index.js.map +1 -1
  31. package/dist/schemas/write/index.cjs +10 -1
  32. package/dist/schemas/write/index.cjs.map +1 -1
  33. package/dist/schemas/write/index.d.cts +2 -1
  34. package/dist/schemas/write/index.d.ts +2 -1
  35. package/dist/schemas/write/index.js +10 -1
  36. package/dist/schemas/write/index.js.map +1 -1
  37. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
- import { E as ExternalAccount, S as SkillSuggestion, a as ActivityLabel } from './adult-content-BHIB4rxu.cjs';
1
+ import { E as ExternalAccount, S as SkillSuggestion, a as ActivityLabel } from './adult-content-jthSA_zt.cjs';
2
2
  import { F as FollowFeedPage, a as FollowProfileItem, b as FeatureAllowlistEntry, c as FeatureFlag } from './feed-C8aHEPw4.cjs';
3
3
  import { z } from 'zod';
4
- import { f as OrgNotificationEmailRequestInput, b as OrgDomainChallengeRequestInput, O as OrgClaimRequestInput, h as OrgProfileUpdateRequestInput, d as OrgDomainVerifyRequestInput } from './org-settings-CmaSX5ZI.cjs';
4
+ import { f as OrgNotificationEmailRequestInput, b as OrgDomainChallengeRequestInput, O as OrgClaimRequestInput, h as OrgProfileUpdateRequestInput, d as OrgDomainVerifyRequestInput } from './org-settings-B8e01iZx.cjs';
5
5
 
6
6
  /**
7
7
  * Foundation HTTP client for talking to the Sifa AppView.
@@ -1,7 +1,7 @@
1
- import { E as ExternalAccount, S as SkillSuggestion, a as ActivityLabel } from './adult-content-BHIB4rxu.js';
1
+ import { E as ExternalAccount, S as SkillSuggestion, a as ActivityLabel } from './adult-content-jthSA_zt.js';
2
2
  import { F as FollowFeedPage, a as FollowProfileItem, b as FeatureAllowlistEntry, c as FeatureFlag } from './feed-C8aHEPw4.js';
3
3
  import { z } from 'zod';
4
- import { f as OrgNotificationEmailRequestInput, b as OrgDomainChallengeRequestInput, O as OrgClaimRequestInput, h as OrgProfileUpdateRequestInput, d as OrgDomainVerifyRequestInput } from './org-settings-CmaSX5ZI.js';
4
+ import { f as OrgNotificationEmailRequestInput, b as OrgDomainChallengeRequestInput, O as OrgClaimRequestInput, h as OrgProfileUpdateRequestInput, d as OrgDomainVerifyRequestInput } from './org-settings-B8e01iZx.js';
5
5
 
6
6
  /**
7
7
  * Foundation HTTP client for talking to the Sifa AppView.
@@ -16,6 +16,7 @@ declare const OrgClaimRequestSchema: z.ZodObject<{
16
16
  website: z.ZodOptional<z.ZodString>;
17
17
  contact: z.ZodOptional<z.ZodString>;
18
18
  entityRefs: z.ZodArray<z.ZodString>;
19
+ personalProfileVisible: z.ZodOptional<z.ZodBoolean>;
19
20
  authorityAck: z.ZodLiteral<true>;
20
21
  }, z.core.$strip>;
21
22
  type OrgClaimRequestInput = z.infer<typeof OrgClaimRequestSchema>;
@@ -42,6 +43,7 @@ declare const OrgProfileUpdateRequestSchema: z.ZodObject<{
42
43
  mimeType: z.ZodString;
43
44
  size: z.ZodNumber;
44
45
  }, z.core.$strip>>;
46
+ personalProfileVisible: z.ZodOptional<z.ZodBoolean>;
45
47
  }, z.core.$strip>;
46
48
  type OrgProfileUpdateRequestInput = z.infer<typeof OrgProfileUpdateRequestSchema>;
47
49
  /**
@@ -16,6 +16,7 @@ declare const OrgClaimRequestSchema: z.ZodObject<{
16
16
  website: z.ZodOptional<z.ZodString>;
17
17
  contact: z.ZodOptional<z.ZodString>;
18
18
  entityRefs: z.ZodArray<z.ZodString>;
19
+ personalProfileVisible: z.ZodOptional<z.ZodBoolean>;
19
20
  authorityAck: z.ZodLiteral<true>;
20
21
  }, z.core.$strip>;
21
22
  type OrgClaimRequestInput = z.infer<typeof OrgClaimRequestSchema>;
@@ -42,6 +43,7 @@ declare const OrgProfileUpdateRequestSchema: z.ZodObject<{
42
43
  mimeType: z.ZodString;
43
44
  size: z.ZodNumber;
44
45
  }, z.core.$strip>>;
46
+ personalProfileVisible: z.ZodOptional<z.ZodBoolean>;
45
47
  }, z.core.$strip>;
46
48
  type OrgProfileUpdateRequestInput = z.infer<typeof OrgProfileUpdateRequestSchema>;
47
49
  /**
@@ -1,4 +1,4 @@
1
- import { P as ProfileView } from './adult-content-BHIB4rxu.cjs';
1
+ import { P as ProfileView } from './adult-content-jthSA_zt.cjs';
2
2
 
3
3
  /**
4
4
  * Compact professional summary derived from a {@link ProfileView}.
@@ -1,4 +1,4 @@
1
- import { P as ProfileView } from './adult-content-BHIB4rxu.js';
1
+ import { P as ProfileView } from './adult-content-jthSA_zt.js';
2
2
 
3
3
  /**
4
4
  * Compact professional summary derived from a {@link ProfileView}.
@@ -1,7 +1,7 @@
1
- export { a as AccountCheckResult, b as ActivityFeedResponse, c as ActivityItem, d as ActivityItemLinkHealth, e as ActivityTeaserResponse, f as ApiError, A as ApiFetchOptions, g as AppRegistryEntry, B as BulkHideProfileItemInput, C as CastRoadmapVoteResult, h as CheckAppAccountOptions, i as CreateExternalAccountResult, j as CreateResult, D as DeleteAccountResult, E as EndorsementInput, k as ExternalAccountInput, F as FeatureAllowlistResponse, l as FeaturedProfile, m as FetchActivityFeedOptions, n as FetchActivityTeaserOptions, o as FetchFollowListOptions, p as FetchFollowProfilePageOptions, q as FetchFollowingFeedOptions, r as FetchHiddenAppsOptions, t as FetchMyGithubPullRequestsOptions, u as FetchMyRoadmapVotesOptions, v as FetchReactionStatusOptions, w as FetchSuggestionsOptions, x as FilterOptions, y as FollowListPage, z as FollowProfile, G as FollowProfilePageResponse, H as FollowUserResult, I as FollowingResponse, J as GithubPullRequest, K as HIDDEN_ITEM_SOURCES, L as HIDDEN_ITEM_TYPES, M as HeatmapDay, N as HeatmapResponse, O as HiddenApp, P as HiddenItemSource, Q as HiddenItemType, R as HideProfileItemInput, T as ListFeatureAllowlistOptions, U as MyGithubPullRequestsResponse, V as OrgClaimBinding, X as OrgClaimResult, Y as OrgDomainChallengeResult, Z as OrgDomainVerifyResult, _ as OrgNotificationEmailAddResult, $ as OrgNotificationEmailRemoveResult, a0 as OrgProfileEcho, a1 as OrgProfileUpdateResult, a2 as PdsWipeOutcome, a3 as ProfileIndustryInput, a4 as ProfileLocationAddress, a5 as ProfileLocationInput, a6 as ProfileSearchResult, a7 as ProfileSelfLocation, a8 as QUOTED_POSTS_BATCH_MAX, a9 as QuotedPostAuthor, aa as QuotedPostImage, ab as QuotedPostResult, ac as QuotedPostView, ad as ReactionError, ae as ReactionResult, af as ReactionStatus, ag as RefreshOrcidPublicationsResult, ah as RefreshPdsResult, ai as ResetProfileResult, aj as ResolveQuotedPostsOptions, ak as RoadmapVoteError, al as RoadmapVoteResult, am as RoadmapVoter, an as RoadmapVotesResponse, ao as SearchFilters, ap as SearchResponse, S as SifaApiConfig, aq as SifaQueryKey, ar as SimilarProfile, as as SkillSearchResult, at as StatsResponse, av as SuggestionProfile, aw as SuggestionsResponse, ax as UpdateProfileOverrideInput, ay as UpdateProfileSelfInput, az as UploadAvatarResult, aA as VerifyExternalAccountResult, aB as WipePreview, W as WriteResult, aC as addFeatureAllowlist, aD as addOrgNotificationEmail, aE as apiFetch, aF as apiFetchOrNull, aG as apiWrite, aH as apiWriteCreate, aI as bulkHideProfileItems, aJ as bulkHideStandardPublications, aK as bulkUnhideProfileItems, aL as bulkUnhideStandardPublications, aM as castRoadmapVote, aN as checkAppAccount, aO as createEndorsement, aP as createExternalAccount, aQ as createProfileLocation, aR as createReaction, aS as createSkill, aT as deleteAccount, aU as deleteAvatarOverride, aV as deleteExternalAccount, aW as deleteProfileLocation, aX as deleteReaction, aY as deleteSkill, aZ as fetchActivityFeed, a_ as fetchActivityTeaser, a$ as fetchAppsRegistry, b0 as fetchExternalAccounts, b1 as fetchFeaturedProfile, b2 as fetchFollowing, b3 as fetchHeatmapData, b4 as fetchHiddenApps, b5 as fetchMyGithubPullRequests, b6 as fetchMyRoadmapVotes, b7 as fetchReactionStatus, b8 as fetchRoadmapVotes, b9 as fetchSearchFilters, ba as fetchSearchProfiles, bb as fetchSimilarProfiles, bc as fetchSkillSuggestions, bd as fetchStats, be as fetchSuggestionCount, bf as fetchSuggestions, bg as fetchWipePreview, bh as followUser, bi as getBlueskySuggestions, bj as getFollowers, bk as getFollowing, bl as getFollowingFeed, bm as getMutuals, bn as hideOrcidPublication, bo as hideProfileItem, bp as hideSifaPublication, bq as hideStandardPublication, br as listFeatureAllowlist, bs as refreshOrcidPublications, bt as refreshPds, bu as removeFeatureAllowlist, bv as removeOrgNotificationEmail, bw as requestOrgDomainChallenge, bx as resetProfile, by as resolveQuotedPosts, bz as retractRoadmapVote, bA as searchSkills, bB as setExternalAccountPrimary, s as sifaQueryKeys, bC as submitOrgClaim, bD as unfollowUser, bE as unhideOrcidPublication, bF as unhideProfileItem, bG as unhideSifaPublication, bH as unhideStandardPublication, bI as unsetExternalAccountPrimary, bJ as updateExternalAccount, bK as updateOrgProfile, bL as updateProfileLocation, bM as updateProfileOverride, bN as updateProfileSelf, bO as updateSkill, bQ as uploadAvatar, bR as verifyExternalAccount, bS as verifyOrgDomain } from '../../org-OFRiuRqU.cjs';
2
- export { F as FetchNetworkStreamCountOptions, N as NetworkMapEdge, a as NetworkMapGenerationJob, b as NetworkMapGraphData, c as NetworkMapNode, d as NetworkMapPendingJob, e as NetworkMapResponse, f as checkNetworkMapJobStatus, g as createEducation, h as createPosition, i as createRecord, j as deleteEducation, k as deletePosition, l as deleteRecord, m as fetchAtFundLink, n as fetchEndorsementCount, o as fetchEntitySearch, p as fetchGetProfileView, q as fetchNetworkMap, r as fetchNetworkStreamCount, s as fetchProfile, t as fetchProfileSummary, u as hideKeytraceClaim, v as importSearchEntities, w as initiateNetworkMapGeneration, x as isNetworkMapResponse, y as linkSkillToPosition, B as revealMarqueDomain, C as selectEntity, D as setPositionPrimary, E as unhideKeytraceClaim, G as unlinkSkillFromPosition, H as unrevealMarqueDomain, I as unsetPositionPrimary, J as updateEducation, K as updatePosition, L as updateRecord } from '../../index-CEoJMzkP.cjs';
3
- import '../../adult-content-BHIB4rxu.cjs';
1
+ export { a as AccountCheckResult, b as ActivityFeedResponse, c as ActivityItem, d as ActivityItemLinkHealth, e as ActivityTeaserResponse, f as ApiError, A as ApiFetchOptions, g as AppRegistryEntry, B as BulkHideProfileItemInput, C as CastRoadmapVoteResult, h as CheckAppAccountOptions, i as CreateExternalAccountResult, j as CreateResult, D as DeleteAccountResult, E as EndorsementInput, k as ExternalAccountInput, F as FeatureAllowlistResponse, l as FeaturedProfile, m as FetchActivityFeedOptions, n as FetchActivityTeaserOptions, o as FetchFollowListOptions, p as FetchFollowProfilePageOptions, q as FetchFollowingFeedOptions, r as FetchHiddenAppsOptions, t as FetchMyGithubPullRequestsOptions, u as FetchMyRoadmapVotesOptions, v as FetchReactionStatusOptions, w as FetchSuggestionsOptions, x as FilterOptions, y as FollowListPage, z as FollowProfile, G as FollowProfilePageResponse, H as FollowUserResult, I as FollowingResponse, J as GithubPullRequest, K as HIDDEN_ITEM_SOURCES, L as HIDDEN_ITEM_TYPES, M as HeatmapDay, N as HeatmapResponse, O as HiddenApp, P as HiddenItemSource, Q as HiddenItemType, R as HideProfileItemInput, T as ListFeatureAllowlistOptions, U as MyGithubPullRequestsResponse, V as OrgClaimBinding, X as OrgClaimResult, Y as OrgDomainChallengeResult, Z as OrgDomainVerifyResult, _ as OrgNotificationEmailAddResult, $ as OrgNotificationEmailRemoveResult, a0 as OrgProfileEcho, a1 as OrgProfileUpdateResult, a2 as PdsWipeOutcome, a3 as ProfileIndustryInput, a4 as ProfileLocationAddress, a5 as ProfileLocationInput, a6 as ProfileSearchResult, a7 as ProfileSelfLocation, a8 as QUOTED_POSTS_BATCH_MAX, a9 as QuotedPostAuthor, aa as QuotedPostImage, ab as QuotedPostResult, ac as QuotedPostView, ad as ReactionError, ae as ReactionResult, af as ReactionStatus, ag as RefreshOrcidPublicationsResult, ah as RefreshPdsResult, ai as ResetProfileResult, aj as ResolveQuotedPostsOptions, ak as RoadmapVoteError, al as RoadmapVoteResult, am as RoadmapVoter, an as RoadmapVotesResponse, ao as SearchFilters, ap as SearchResponse, S as SifaApiConfig, aq as SifaQueryKey, ar as SimilarProfile, as as SkillSearchResult, at as StatsResponse, av as SuggestionProfile, aw as SuggestionsResponse, ax as UpdateProfileOverrideInput, ay as UpdateProfileSelfInput, az as UploadAvatarResult, aA as VerifyExternalAccountResult, aB as WipePreview, W as WriteResult, aC as addFeatureAllowlist, aD as addOrgNotificationEmail, aE as apiFetch, aF as apiFetchOrNull, aG as apiWrite, aH as apiWriteCreate, aI as bulkHideProfileItems, aJ as bulkHideStandardPublications, aK as bulkUnhideProfileItems, aL as bulkUnhideStandardPublications, aM as castRoadmapVote, aN as checkAppAccount, aO as createEndorsement, aP as createExternalAccount, aQ as createProfileLocation, aR as createReaction, aS as createSkill, aT as deleteAccount, aU as deleteAvatarOverride, aV as deleteExternalAccount, aW as deleteProfileLocation, aX as deleteReaction, aY as deleteSkill, aZ as fetchActivityFeed, a_ as fetchActivityTeaser, a$ as fetchAppsRegistry, b0 as fetchExternalAccounts, b1 as fetchFeaturedProfile, b2 as fetchFollowing, b3 as fetchHeatmapData, b4 as fetchHiddenApps, b5 as fetchMyGithubPullRequests, b6 as fetchMyRoadmapVotes, b7 as fetchReactionStatus, b8 as fetchRoadmapVotes, b9 as fetchSearchFilters, ba as fetchSearchProfiles, bb as fetchSimilarProfiles, bc as fetchSkillSuggestions, bd as fetchStats, be as fetchSuggestionCount, bf as fetchSuggestions, bg as fetchWipePreview, bh as followUser, bi as getBlueskySuggestions, bj as getFollowers, bk as getFollowing, bl as getFollowingFeed, bm as getMutuals, bn as hideOrcidPublication, bo as hideProfileItem, bp as hideSifaPublication, bq as hideStandardPublication, br as listFeatureAllowlist, bs as refreshOrcidPublications, bt as refreshPds, bu as removeFeatureAllowlist, bv as removeOrgNotificationEmail, bw as requestOrgDomainChallenge, bx as resetProfile, by as resolveQuotedPosts, bz as retractRoadmapVote, bA as searchSkills, bB as setExternalAccountPrimary, s as sifaQueryKeys, bC as submitOrgClaim, bD as unfollowUser, bE as unhideOrcidPublication, bF as unhideProfileItem, bG as unhideSifaPublication, bH as unhideStandardPublication, bI as unsetExternalAccountPrimary, bJ as updateExternalAccount, bK as updateOrgProfile, bL as updateProfileLocation, bM as updateProfileOverride, bN as updateProfileSelf, bO as updateSkill, bQ as uploadAvatar, bR as verifyExternalAccount, bS as verifyOrgDomain } from '../../org-BKjipmq7.cjs';
2
+ export { F as FetchNetworkStreamCountOptions, N as NetworkMapEdge, a as NetworkMapGenerationJob, b as NetworkMapGraphData, c as NetworkMapNode, d as NetworkMapPendingJob, e as NetworkMapResponse, f as checkNetworkMapJobStatus, g as createEducation, h as createPosition, i as createRecord, j as deleteEducation, k as deletePosition, l as deleteRecord, m as fetchAtFundLink, n as fetchEndorsementCount, o as fetchEntitySearch, p as fetchGetProfileView, q as fetchNetworkMap, r as fetchNetworkStreamCount, s as fetchProfile, t as fetchProfileSummary, u as hideKeytraceClaim, v as importSearchEntities, w as initiateNetworkMapGeneration, x as isNetworkMapResponse, y as linkSkillToPosition, B as revealMarqueDomain, C as selectEntity, D as setPositionPrimary, E as unhideKeytraceClaim, G as unlinkSkillFromPosition, H as unrevealMarqueDomain, I as unsetPositionPrimary, J as updateEducation, K as updatePosition, L as updateRecord } from '../../index-Cvtj97AW.cjs';
3
+ import '../../adult-content-jthSA_zt.cjs';
4
4
  import '../../feed-C8aHEPw4.cjs';
5
5
  import 'zod';
6
- import '../../org-settings-CmaSX5ZI.cjs';
7
- import '../../profile-summary-DsaEk_GD.cjs';
6
+ import '../../org-settings-B8e01iZx.cjs';
7
+ import '../../profile-summary-C-SxRTjI.cjs';
@@ -1,7 +1,7 @@
1
- export { a as AccountCheckResult, b as ActivityFeedResponse, c as ActivityItem, d as ActivityItemLinkHealth, e as ActivityTeaserResponse, f as ApiError, A as ApiFetchOptions, g as AppRegistryEntry, B as BulkHideProfileItemInput, C as CastRoadmapVoteResult, h as CheckAppAccountOptions, i as CreateExternalAccountResult, j as CreateResult, D as DeleteAccountResult, E as EndorsementInput, k as ExternalAccountInput, F as FeatureAllowlistResponse, l as FeaturedProfile, m as FetchActivityFeedOptions, n as FetchActivityTeaserOptions, o as FetchFollowListOptions, p as FetchFollowProfilePageOptions, q as FetchFollowingFeedOptions, r as FetchHiddenAppsOptions, t as FetchMyGithubPullRequestsOptions, u as FetchMyRoadmapVotesOptions, v as FetchReactionStatusOptions, w as FetchSuggestionsOptions, x as FilterOptions, y as FollowListPage, z as FollowProfile, G as FollowProfilePageResponse, H as FollowUserResult, I as FollowingResponse, J as GithubPullRequest, K as HIDDEN_ITEM_SOURCES, L as HIDDEN_ITEM_TYPES, M as HeatmapDay, N as HeatmapResponse, O as HiddenApp, P as HiddenItemSource, Q as HiddenItemType, R as HideProfileItemInput, T as ListFeatureAllowlistOptions, U as MyGithubPullRequestsResponse, V as OrgClaimBinding, X as OrgClaimResult, Y as OrgDomainChallengeResult, Z as OrgDomainVerifyResult, _ as OrgNotificationEmailAddResult, $ as OrgNotificationEmailRemoveResult, a0 as OrgProfileEcho, a1 as OrgProfileUpdateResult, a2 as PdsWipeOutcome, a3 as ProfileIndustryInput, a4 as ProfileLocationAddress, a5 as ProfileLocationInput, a6 as ProfileSearchResult, a7 as ProfileSelfLocation, a8 as QUOTED_POSTS_BATCH_MAX, a9 as QuotedPostAuthor, aa as QuotedPostImage, ab as QuotedPostResult, ac as QuotedPostView, ad as ReactionError, ae as ReactionResult, af as ReactionStatus, ag as RefreshOrcidPublicationsResult, ah as RefreshPdsResult, ai as ResetProfileResult, aj as ResolveQuotedPostsOptions, ak as RoadmapVoteError, al as RoadmapVoteResult, am as RoadmapVoter, an as RoadmapVotesResponse, ao as SearchFilters, ap as SearchResponse, S as SifaApiConfig, aq as SifaQueryKey, ar as SimilarProfile, as as SkillSearchResult, at as StatsResponse, av as SuggestionProfile, aw as SuggestionsResponse, ax as UpdateProfileOverrideInput, ay as UpdateProfileSelfInput, az as UploadAvatarResult, aA as VerifyExternalAccountResult, aB as WipePreview, W as WriteResult, aC as addFeatureAllowlist, aD as addOrgNotificationEmail, aE as apiFetch, aF as apiFetchOrNull, aG as apiWrite, aH as apiWriteCreate, aI as bulkHideProfileItems, aJ as bulkHideStandardPublications, aK as bulkUnhideProfileItems, aL as bulkUnhideStandardPublications, aM as castRoadmapVote, aN as checkAppAccount, aO as createEndorsement, aP as createExternalAccount, aQ as createProfileLocation, aR as createReaction, aS as createSkill, aT as deleteAccount, aU as deleteAvatarOverride, aV as deleteExternalAccount, aW as deleteProfileLocation, aX as deleteReaction, aY as deleteSkill, aZ as fetchActivityFeed, a_ as fetchActivityTeaser, a$ as fetchAppsRegistry, b0 as fetchExternalAccounts, b1 as fetchFeaturedProfile, b2 as fetchFollowing, b3 as fetchHeatmapData, b4 as fetchHiddenApps, b5 as fetchMyGithubPullRequests, b6 as fetchMyRoadmapVotes, b7 as fetchReactionStatus, b8 as fetchRoadmapVotes, b9 as fetchSearchFilters, ba as fetchSearchProfiles, bb as fetchSimilarProfiles, bc as fetchSkillSuggestions, bd as fetchStats, be as fetchSuggestionCount, bf as fetchSuggestions, bg as fetchWipePreview, bh as followUser, bi as getBlueskySuggestions, bj as getFollowers, bk as getFollowing, bl as getFollowingFeed, bm as getMutuals, bn as hideOrcidPublication, bo as hideProfileItem, bp as hideSifaPublication, bq as hideStandardPublication, br as listFeatureAllowlist, bs as refreshOrcidPublications, bt as refreshPds, bu as removeFeatureAllowlist, bv as removeOrgNotificationEmail, bw as requestOrgDomainChallenge, bx as resetProfile, by as resolveQuotedPosts, bz as retractRoadmapVote, bA as searchSkills, bB as setExternalAccountPrimary, s as sifaQueryKeys, bC as submitOrgClaim, bD as unfollowUser, bE as unhideOrcidPublication, bF as unhideProfileItem, bG as unhideSifaPublication, bH as unhideStandardPublication, bI as unsetExternalAccountPrimary, bJ as updateExternalAccount, bK as updateOrgProfile, bL as updateProfileLocation, bM as updateProfileOverride, bN as updateProfileSelf, bO as updateSkill, bQ as uploadAvatar, bR as verifyExternalAccount, bS as verifyOrgDomain } from '../../org-C8LR9MpF.js';
2
- export { F as FetchNetworkStreamCountOptions, N as NetworkMapEdge, a as NetworkMapGenerationJob, b as NetworkMapGraphData, c as NetworkMapNode, d as NetworkMapPendingJob, e as NetworkMapResponse, f as checkNetworkMapJobStatus, g as createEducation, h as createPosition, i as createRecord, j as deleteEducation, k as deletePosition, l as deleteRecord, m as fetchAtFundLink, n as fetchEndorsementCount, o as fetchEntitySearch, p as fetchGetProfileView, q as fetchNetworkMap, r as fetchNetworkStreamCount, s as fetchProfile, t as fetchProfileSummary, u as hideKeytraceClaim, v as importSearchEntities, w as initiateNetworkMapGeneration, x as isNetworkMapResponse, y as linkSkillToPosition, B as revealMarqueDomain, C as selectEntity, D as setPositionPrimary, E as unhideKeytraceClaim, G as unlinkSkillFromPosition, H as unrevealMarqueDomain, I as unsetPositionPrimary, J as updateEducation, K as updatePosition, L as updateRecord } from '../../index-Bf_BI0TG.js';
3
- import '../../adult-content-BHIB4rxu.js';
1
+ export { a as AccountCheckResult, b as ActivityFeedResponse, c as ActivityItem, d as ActivityItemLinkHealth, e as ActivityTeaserResponse, f as ApiError, A as ApiFetchOptions, g as AppRegistryEntry, B as BulkHideProfileItemInput, C as CastRoadmapVoteResult, h as CheckAppAccountOptions, i as CreateExternalAccountResult, j as CreateResult, D as DeleteAccountResult, E as EndorsementInput, k as ExternalAccountInput, F as FeatureAllowlistResponse, l as FeaturedProfile, m as FetchActivityFeedOptions, n as FetchActivityTeaserOptions, o as FetchFollowListOptions, p as FetchFollowProfilePageOptions, q as FetchFollowingFeedOptions, r as FetchHiddenAppsOptions, t as FetchMyGithubPullRequestsOptions, u as FetchMyRoadmapVotesOptions, v as FetchReactionStatusOptions, w as FetchSuggestionsOptions, x as FilterOptions, y as FollowListPage, z as FollowProfile, G as FollowProfilePageResponse, H as FollowUserResult, I as FollowingResponse, J as GithubPullRequest, K as HIDDEN_ITEM_SOURCES, L as HIDDEN_ITEM_TYPES, M as HeatmapDay, N as HeatmapResponse, O as HiddenApp, P as HiddenItemSource, Q as HiddenItemType, R as HideProfileItemInput, T as ListFeatureAllowlistOptions, U as MyGithubPullRequestsResponse, V as OrgClaimBinding, X as OrgClaimResult, Y as OrgDomainChallengeResult, Z as OrgDomainVerifyResult, _ as OrgNotificationEmailAddResult, $ as OrgNotificationEmailRemoveResult, a0 as OrgProfileEcho, a1 as OrgProfileUpdateResult, a2 as PdsWipeOutcome, a3 as ProfileIndustryInput, a4 as ProfileLocationAddress, a5 as ProfileLocationInput, a6 as ProfileSearchResult, a7 as ProfileSelfLocation, a8 as QUOTED_POSTS_BATCH_MAX, a9 as QuotedPostAuthor, aa as QuotedPostImage, ab as QuotedPostResult, ac as QuotedPostView, ad as ReactionError, ae as ReactionResult, af as ReactionStatus, ag as RefreshOrcidPublicationsResult, ah as RefreshPdsResult, ai as ResetProfileResult, aj as ResolveQuotedPostsOptions, ak as RoadmapVoteError, al as RoadmapVoteResult, am as RoadmapVoter, an as RoadmapVotesResponse, ao as SearchFilters, ap as SearchResponse, S as SifaApiConfig, aq as SifaQueryKey, ar as SimilarProfile, as as SkillSearchResult, at as StatsResponse, av as SuggestionProfile, aw as SuggestionsResponse, ax as UpdateProfileOverrideInput, ay as UpdateProfileSelfInput, az as UploadAvatarResult, aA as VerifyExternalAccountResult, aB as WipePreview, W as WriteResult, aC as addFeatureAllowlist, aD as addOrgNotificationEmail, aE as apiFetch, aF as apiFetchOrNull, aG as apiWrite, aH as apiWriteCreate, aI as bulkHideProfileItems, aJ as bulkHideStandardPublications, aK as bulkUnhideProfileItems, aL as bulkUnhideStandardPublications, aM as castRoadmapVote, aN as checkAppAccount, aO as createEndorsement, aP as createExternalAccount, aQ as createProfileLocation, aR as createReaction, aS as createSkill, aT as deleteAccount, aU as deleteAvatarOverride, aV as deleteExternalAccount, aW as deleteProfileLocation, aX as deleteReaction, aY as deleteSkill, aZ as fetchActivityFeed, a_ as fetchActivityTeaser, a$ as fetchAppsRegistry, b0 as fetchExternalAccounts, b1 as fetchFeaturedProfile, b2 as fetchFollowing, b3 as fetchHeatmapData, b4 as fetchHiddenApps, b5 as fetchMyGithubPullRequests, b6 as fetchMyRoadmapVotes, b7 as fetchReactionStatus, b8 as fetchRoadmapVotes, b9 as fetchSearchFilters, ba as fetchSearchProfiles, bb as fetchSimilarProfiles, bc as fetchSkillSuggestions, bd as fetchStats, be as fetchSuggestionCount, bf as fetchSuggestions, bg as fetchWipePreview, bh as followUser, bi as getBlueskySuggestions, bj as getFollowers, bk as getFollowing, bl as getFollowingFeed, bm as getMutuals, bn as hideOrcidPublication, bo as hideProfileItem, bp as hideSifaPublication, bq as hideStandardPublication, br as listFeatureAllowlist, bs as refreshOrcidPublications, bt as refreshPds, bu as removeFeatureAllowlist, bv as removeOrgNotificationEmail, bw as requestOrgDomainChallenge, bx as resetProfile, by as resolveQuotedPosts, bz as retractRoadmapVote, bA as searchSkills, bB as setExternalAccountPrimary, s as sifaQueryKeys, bC as submitOrgClaim, bD as unfollowUser, bE as unhideOrcidPublication, bF as unhideProfileItem, bG as unhideSifaPublication, bH as unhideStandardPublication, bI as unsetExternalAccountPrimary, bJ as updateExternalAccount, bK as updateOrgProfile, bL as updateProfileLocation, bM as updateProfileOverride, bN as updateProfileSelf, bO as updateSkill, bQ as uploadAvatar, bR as verifyExternalAccount, bS as verifyOrgDomain } from '../../org-CNQA-2mM.js';
2
+ export { F as FetchNetworkStreamCountOptions, N as NetworkMapEdge, a as NetworkMapGenerationJob, b as NetworkMapGraphData, c as NetworkMapNode, d as NetworkMapPendingJob, e as NetworkMapResponse, f as checkNetworkMapJobStatus, g as createEducation, h as createPosition, i as createRecord, j as deleteEducation, k as deletePosition, l as deleteRecord, m as fetchAtFundLink, n as fetchEndorsementCount, o as fetchEntitySearch, p as fetchGetProfileView, q as fetchNetworkMap, r as fetchNetworkStreamCount, s as fetchProfile, t as fetchProfileSummary, u as hideKeytraceClaim, v as importSearchEntities, w as initiateNetworkMapGeneration, x as isNetworkMapResponse, y as linkSkillToPosition, B as revealMarqueDomain, C as selectEntity, D as setPositionPrimary, E as unhideKeytraceClaim, G as unlinkSkillFromPosition, H as unrevealMarqueDomain, I as unsetPositionPrimary, J as updateEducation, K as updatePosition, L as updateRecord } from '../../index-ilznrlB1.js';
3
+ import '../../adult-content-jthSA_zt.js';
4
4
  import '../../feed-C8aHEPw4.js';
5
5
  import 'zod';
6
- import '../../org-settings-CmaSX5ZI.js';
7
- import '../../profile-summary-sWTKu58A.js';
6
+ import '../../org-settings-B8e01iZx.js';
7
+ import '../../profile-summary-C6uqYJB1.js';
@@ -1,8 +1,8 @@
1
- export { A as AddFeatureAllowlistVariables, C as CreateReactionVariables, a as CreateRecordVariables, D as DeleteReactionVariables, b as DeleteRecordVariables, F as FollowVariables, P as PositionSkillLinkVariables, R as RemoveFeatureAllowlistVariables, S as SifaProvider, c as SifaProviderProps, U as UnfollowVariables, d as UpdateEducationVariables, e as UpdateExternalAccountVariables, f as UpdatePositionVariables, g as UpdateProfileLocationVariables, h as UpdateRecordVariables, i as UpdateSkillSubCategoriesVariables, j as UpdateSkillVariables, k as UseEntitySearchOptions, l as UseMyGithubPullRequestsParams, u as useActivityFeed, m as useActivityTeaser, n as useAddFeatureAllowlist, o as useAddOrgNotificationEmail, p as useAppAccountCheck, q as useAppsRegistry, r as useAtFundLink, s as useBlueskySuggestions, t as useBulkHideProfileItems, v as useBulkHideStandardPublications, w as useBulkUnhideProfileItems, x as useBulkUnhideStandardPublications, y as useCanonicalSkillSearch, z as useCastRoadmapVote, B as useCreateEducation, E as useCreateEndorsement, G as useCreateExternalAccount, H as useCreatePosition, I as useCreateProfileLocation, J as useCreateReaction, K as useCreateRecord, L as useCreateSkill, M as useDebouncedValue, N as useDeleteAccount, O as useDeleteAvatarOverride, Q as useDeleteEducation, T as useDeleteExternalAccount, V as useDeletePosition, W as useDeleteProfileLocation, X as useDeleteReaction, Y as useDeleteRecord, Z as useDeleteSkill, _ as useEndorsementCount, $ as useEntitySearch, a0 as useExternalAccounts, a1 as useFeatureAllowlist, a2 as useFeaturedProfile, a3 as useFollow, a4 as useFollowers, a5 as useFollowing, a6 as useFollowingFeed, a7 as useFollowingList, a8 as useGetProfileView, a9 as useHeatmapData, aa as useHiddenApps, ab as useHideKeytraceClaim, ac as useHideOrcidPublication, ad as useHideProfileItem, ae as useHideSifaPublication, af as useHideStandardPublication, ag as useImportSearchEntities, ah as useLinkSkillToPosition, aj as useMutuals, ak as useMyGithubPullRequests, al as useMyRoadmapVotes, am as useNetworkStreamCount, an as useOrgClaim, ao as useOrgDomainChallenge, ap as useOrgDomainVerify, aq as useOrgProfile, ar as useProfile, as as useReactionStatus, at as useRefreshOrcidPublications, au as useRefreshPds, av as useRemoveFeatureAllowlist, aw as useRemoveOrgNotificationEmail, ax as useResetProfile, az as useRetractRoadmapVote, aA as useRevealMarqueDomain, aB as useRoadmapVotes, aC as useSearchFilters, aD as useSearchProfiles, aE as useSelectEntity, aF as useSetExternalAccountPrimary, aG as useSetPositionPrimary, aH as useSifaConfig, aI as useSimilarProfiles, aJ as useSkillSuggestions, aK as useStats, aL as useSuggestionCount, aM as useSuggestions, aN as useUnfollow, aO as useUnhideKeytraceClaim, aP as useUnhideOrcidPublication, aQ as useUnhideProfileItem, aR as useUnhideSifaPublication, aS as useUnhideStandardPublication, aT as useUnlinkSkillFromPosition, aU as useUnrevealMarqueDomain, aV as useUnsetExternalAccountPrimary, aW as useUnsetPositionPrimary, aX as useUpdateEducation, aY as useUpdateExternalAccount, aZ as useUpdateOrgProfile, a_ as useUpdatePosition, a$ as useUpdateProfileLocation, b0 as useUpdateProfileOverride, b1 as useUpdateProfileSelf, b2 as useUpdateRecord, b3 as useUpdateSkill, b4 as useUpdateSkillSubCategories, b5 as useUploadAvatar, b6 as useVerifyExternalAccount, b7 as useWipePreview } from '../../index-DMN5tQBL.cjs';
2
- export { aq as SifaQueryKey, s as sifaQueryKeys } from '../../org-OFRiuRqU.cjs';
1
+ export { A as AddFeatureAllowlistVariables, C as CreateReactionVariables, a as CreateRecordVariables, D as DeleteReactionVariables, b as DeleteRecordVariables, F as FollowVariables, P as PositionSkillLinkVariables, R as RemoveFeatureAllowlistVariables, S as SifaProvider, c as SifaProviderProps, U as UnfollowVariables, d as UpdateEducationVariables, e as UpdateExternalAccountVariables, f as UpdatePositionVariables, g as UpdateProfileLocationVariables, h as UpdateRecordVariables, i as UpdateSkillSubCategoriesVariables, j as UpdateSkillVariables, k as UseEntitySearchOptions, l as UseMyGithubPullRequestsParams, u as useActivityFeed, m as useActivityTeaser, n as useAddFeatureAllowlist, o as useAddOrgNotificationEmail, p as useAppAccountCheck, q as useAppsRegistry, r as useAtFundLink, s as useBlueskySuggestions, t as useBulkHideProfileItems, v as useBulkHideStandardPublications, w as useBulkUnhideProfileItems, x as useBulkUnhideStandardPublications, y as useCanonicalSkillSearch, z as useCastRoadmapVote, B as useCreateEducation, E as useCreateEndorsement, G as useCreateExternalAccount, H as useCreatePosition, I as useCreateProfileLocation, J as useCreateReaction, K as useCreateRecord, L as useCreateSkill, M as useDebouncedValue, N as useDeleteAccount, O as useDeleteAvatarOverride, Q as useDeleteEducation, T as useDeleteExternalAccount, V as useDeletePosition, W as useDeleteProfileLocation, X as useDeleteReaction, Y as useDeleteRecord, Z as useDeleteSkill, _ as useEndorsementCount, $ as useEntitySearch, a0 as useExternalAccounts, a1 as useFeatureAllowlist, a2 as useFeaturedProfile, a3 as useFollow, a4 as useFollowers, a5 as useFollowing, a6 as useFollowingFeed, a7 as useFollowingList, a8 as useGetProfileView, a9 as useHeatmapData, aa as useHiddenApps, ab as useHideKeytraceClaim, ac as useHideOrcidPublication, ad as useHideProfileItem, ae as useHideSifaPublication, af as useHideStandardPublication, ag as useImportSearchEntities, ah as useLinkSkillToPosition, aj as useMutuals, ak as useMyGithubPullRequests, al as useMyRoadmapVotes, am as useNetworkStreamCount, an as useOrgClaim, ao as useOrgDomainChallenge, ap as useOrgDomainVerify, aq as useOrgProfile, ar as useProfile, as as useReactionStatus, at as useRefreshOrcidPublications, au as useRefreshPds, av as useRemoveFeatureAllowlist, aw as useRemoveOrgNotificationEmail, ax as useResetProfile, az as useRetractRoadmapVote, aA as useRevealMarqueDomain, aB as useRoadmapVotes, aC as useSearchFilters, aD as useSearchProfiles, aE as useSelectEntity, aF as useSetExternalAccountPrimary, aG as useSetPositionPrimary, aH as useSifaConfig, aI as useSimilarProfiles, aJ as useSkillSuggestions, aK as useStats, aL as useSuggestionCount, aM as useSuggestions, aN as useUnfollow, aO as useUnhideKeytraceClaim, aP as useUnhideOrcidPublication, aQ as useUnhideProfileItem, aR as useUnhideSifaPublication, aS as useUnhideStandardPublication, aT as useUnlinkSkillFromPosition, aU as useUnrevealMarqueDomain, aV as useUnsetExternalAccountPrimary, aW as useUnsetPositionPrimary, aX as useUpdateEducation, aY as useUpdateExternalAccount, aZ as useUpdateOrgProfile, a_ as useUpdatePosition, a$ as useUpdateProfileLocation, b0 as useUpdateProfileOverride, b1 as useUpdateProfileSelf, b2 as useUpdateRecord, b3 as useUpdateSkill, b4 as useUpdateSkillSubCategories, b5 as useUploadAvatar, b6 as useVerifyExternalAccount, b7 as useWipePreview } from '../../index-HNbo0d_Q.cjs';
2
+ export { aq as SifaQueryKey, s as sifaQueryKeys } from '../../org-BKjipmq7.cjs';
3
3
  import 'react';
4
4
  import '@tanstack/react-query';
5
- import '../../adult-content-BHIB4rxu.cjs';
5
+ import '../../adult-content-jthSA_zt.cjs';
6
6
  import '../../feed-C8aHEPw4.cjs';
7
7
  import 'zod';
8
- import '../../org-settings-CmaSX5ZI.cjs';
8
+ import '../../org-settings-B8e01iZx.cjs';
@@ -1,8 +1,8 @@
1
- export { A as AddFeatureAllowlistVariables, C as CreateReactionVariables, a as CreateRecordVariables, D as DeleteReactionVariables, b as DeleteRecordVariables, F as FollowVariables, P as PositionSkillLinkVariables, R as RemoveFeatureAllowlistVariables, S as SifaProvider, c as SifaProviderProps, U as UnfollowVariables, d as UpdateEducationVariables, e as UpdateExternalAccountVariables, f as UpdatePositionVariables, g as UpdateProfileLocationVariables, h as UpdateRecordVariables, i as UpdateSkillSubCategoriesVariables, j as UpdateSkillVariables, k as UseEntitySearchOptions, l as UseMyGithubPullRequestsParams, u as useActivityFeed, m as useActivityTeaser, n as useAddFeatureAllowlist, o as useAddOrgNotificationEmail, p as useAppAccountCheck, q as useAppsRegistry, r as useAtFundLink, s as useBlueskySuggestions, t as useBulkHideProfileItems, v as useBulkHideStandardPublications, w as useBulkUnhideProfileItems, x as useBulkUnhideStandardPublications, y as useCanonicalSkillSearch, z as useCastRoadmapVote, B as useCreateEducation, E as useCreateEndorsement, G as useCreateExternalAccount, H as useCreatePosition, I as useCreateProfileLocation, J as useCreateReaction, K as useCreateRecord, L as useCreateSkill, M as useDebouncedValue, N as useDeleteAccount, O as useDeleteAvatarOverride, Q as useDeleteEducation, T as useDeleteExternalAccount, V as useDeletePosition, W as useDeleteProfileLocation, X as useDeleteReaction, Y as useDeleteRecord, Z as useDeleteSkill, _ as useEndorsementCount, $ as useEntitySearch, a0 as useExternalAccounts, a1 as useFeatureAllowlist, a2 as useFeaturedProfile, a3 as useFollow, a4 as useFollowers, a5 as useFollowing, a6 as useFollowingFeed, a7 as useFollowingList, a8 as useGetProfileView, a9 as useHeatmapData, aa as useHiddenApps, ab as useHideKeytraceClaim, ac as useHideOrcidPublication, ad as useHideProfileItem, ae as useHideSifaPublication, af as useHideStandardPublication, ag as useImportSearchEntities, ah as useLinkSkillToPosition, aj as useMutuals, ak as useMyGithubPullRequests, al as useMyRoadmapVotes, am as useNetworkStreamCount, an as useOrgClaim, ao as useOrgDomainChallenge, ap as useOrgDomainVerify, aq as useOrgProfile, ar as useProfile, as as useReactionStatus, at as useRefreshOrcidPublications, au as useRefreshPds, av as useRemoveFeatureAllowlist, aw as useRemoveOrgNotificationEmail, ax as useResetProfile, az as useRetractRoadmapVote, aA as useRevealMarqueDomain, aB as useRoadmapVotes, aC as useSearchFilters, aD as useSearchProfiles, aE as useSelectEntity, aF as useSetExternalAccountPrimary, aG as useSetPositionPrimary, aH as useSifaConfig, aI as useSimilarProfiles, aJ as useSkillSuggestions, aK as useStats, aL as useSuggestionCount, aM as useSuggestions, aN as useUnfollow, aO as useUnhideKeytraceClaim, aP as useUnhideOrcidPublication, aQ as useUnhideProfileItem, aR as useUnhideSifaPublication, aS as useUnhideStandardPublication, aT as useUnlinkSkillFromPosition, aU as useUnrevealMarqueDomain, aV as useUnsetExternalAccountPrimary, aW as useUnsetPositionPrimary, aX as useUpdateEducation, aY as useUpdateExternalAccount, aZ as useUpdateOrgProfile, a_ as useUpdatePosition, a$ as useUpdateProfileLocation, b0 as useUpdateProfileOverride, b1 as useUpdateProfileSelf, b2 as useUpdateRecord, b3 as useUpdateSkill, b4 as useUpdateSkillSubCategories, b5 as useUploadAvatar, b6 as useVerifyExternalAccount, b7 as useWipePreview } from '../../index-CBx6UJvX.js';
2
- export { aq as SifaQueryKey, s as sifaQueryKeys } from '../../org-C8LR9MpF.js';
1
+ export { A as AddFeatureAllowlistVariables, C as CreateReactionVariables, a as CreateRecordVariables, D as DeleteReactionVariables, b as DeleteRecordVariables, F as FollowVariables, P as PositionSkillLinkVariables, R as RemoveFeatureAllowlistVariables, S as SifaProvider, c as SifaProviderProps, U as UnfollowVariables, d as UpdateEducationVariables, e as UpdateExternalAccountVariables, f as UpdatePositionVariables, g as UpdateProfileLocationVariables, h as UpdateRecordVariables, i as UpdateSkillSubCategoriesVariables, j as UpdateSkillVariables, k as UseEntitySearchOptions, l as UseMyGithubPullRequestsParams, u as useActivityFeed, m as useActivityTeaser, n as useAddFeatureAllowlist, o as useAddOrgNotificationEmail, p as useAppAccountCheck, q as useAppsRegistry, r as useAtFundLink, s as useBlueskySuggestions, t as useBulkHideProfileItems, v as useBulkHideStandardPublications, w as useBulkUnhideProfileItems, x as useBulkUnhideStandardPublications, y as useCanonicalSkillSearch, z as useCastRoadmapVote, B as useCreateEducation, E as useCreateEndorsement, G as useCreateExternalAccount, H as useCreatePosition, I as useCreateProfileLocation, J as useCreateReaction, K as useCreateRecord, L as useCreateSkill, M as useDebouncedValue, N as useDeleteAccount, O as useDeleteAvatarOverride, Q as useDeleteEducation, T as useDeleteExternalAccount, V as useDeletePosition, W as useDeleteProfileLocation, X as useDeleteReaction, Y as useDeleteRecord, Z as useDeleteSkill, _ as useEndorsementCount, $ as useEntitySearch, a0 as useExternalAccounts, a1 as useFeatureAllowlist, a2 as useFeaturedProfile, a3 as useFollow, a4 as useFollowers, a5 as useFollowing, a6 as useFollowingFeed, a7 as useFollowingList, a8 as useGetProfileView, a9 as useHeatmapData, aa as useHiddenApps, ab as useHideKeytraceClaim, ac as useHideOrcidPublication, ad as useHideProfileItem, ae as useHideSifaPublication, af as useHideStandardPublication, ag as useImportSearchEntities, ah as useLinkSkillToPosition, aj as useMutuals, ak as useMyGithubPullRequests, al as useMyRoadmapVotes, am as useNetworkStreamCount, an as useOrgClaim, ao as useOrgDomainChallenge, ap as useOrgDomainVerify, aq as useOrgProfile, ar as useProfile, as as useReactionStatus, at as useRefreshOrcidPublications, au as useRefreshPds, av as useRemoveFeatureAllowlist, aw as useRemoveOrgNotificationEmail, ax as useResetProfile, az as useRetractRoadmapVote, aA as useRevealMarqueDomain, aB as useRoadmapVotes, aC as useSearchFilters, aD as useSearchProfiles, aE as useSelectEntity, aF as useSetExternalAccountPrimary, aG as useSetPositionPrimary, aH as useSifaConfig, aI as useSimilarProfiles, aJ as useSkillSuggestions, aK as useStats, aL as useSuggestionCount, aM as useSuggestions, aN as useUnfollow, aO as useUnhideKeytraceClaim, aP as useUnhideOrcidPublication, aQ as useUnhideProfileItem, aR as useUnhideSifaPublication, aS as useUnhideStandardPublication, aT as useUnlinkSkillFromPosition, aU as useUnrevealMarqueDomain, aV as useUnsetExternalAccountPrimary, aW as useUnsetPositionPrimary, aX as useUpdateEducation, aY as useUpdateExternalAccount, aZ as useUpdateOrgProfile, a_ as useUpdatePosition, a$ as useUpdateProfileLocation, b0 as useUpdateProfileOverride, b1 as useUpdateProfileSelf, b2 as useUpdateRecord, b3 as useUpdateSkill, b4 as useUpdateSkillSubCategories, b5 as useUploadAvatar, b6 as useVerifyExternalAccount, b7 as useWipePreview } from '../../index-CNVAxcK1.js';
2
+ export { aq as SifaQueryKey, s as sifaQueryKeys } from '../../org-CNQA-2mM.js';
3
3
  import 'react';
4
4
  import '@tanstack/react-query';
5
- import '../../adult-content-BHIB4rxu.js';
5
+ import '../../adult-content-jthSA_zt.js';
6
6
  import '../../feed-C8aHEPw4.js';
7
7
  import 'zod';
8
- import '../../org-settings-CmaSX5ZI.js';
8
+ import '../../org-settings-B8e01iZx.js';
@@ -1,15 +1,15 @@
1
- import { S as SifaApiConfig, A as ApiFetchOptions, W as WriteResult, s as sifaQueryKeys } from '../org-OFRiuRqU.cjs';
2
- export { a as AccountCheckResult, b as ActivityFeedResponse, c as ActivityItem, d as ActivityItemLinkHealth, e as ActivityTeaserResponse, f as ApiError, g as AppRegistryEntry, B as BulkHideProfileItemInput, C as CastRoadmapVoteResult, h as CheckAppAccountOptions, i as CreateExternalAccountResult, j as CreateResult, D as DeleteAccountResult, E as EndorsementInput, k as ExternalAccountInput, F as FeatureAllowlistResponse, l as FeaturedProfile, m as FetchActivityFeedOptions, n as FetchActivityTeaserOptions, o as FetchFollowListOptions, p as FetchFollowProfilePageOptions, q as FetchFollowingFeedOptions, r as FetchHiddenAppsOptions, t as FetchMyGithubPullRequestsOptions, u as FetchMyRoadmapVotesOptions, v as FetchReactionStatusOptions, w as FetchSuggestionsOptions, x as FilterOptions, y as FollowListPage, z as FollowProfile, G as FollowProfilePageResponse, H as FollowUserResult, I as FollowingResponse, J as GithubPullRequest, K as HIDDEN_ITEM_SOURCES, L as HIDDEN_ITEM_TYPES, M as HeatmapDay, N as HeatmapResponse, O as HiddenApp, P as HiddenItemSource, Q as HiddenItemType, R as HideProfileItemInput, T as ListFeatureAllowlistOptions, U as MyGithubPullRequestsResponse, V as OrgClaimBinding, X as OrgClaimResult, Y as OrgDomainChallengeResult, Z as OrgDomainVerifyResult, _ as OrgNotificationEmailAddResult, $ as OrgNotificationEmailRemoveResult, a0 as OrgProfileEcho, a1 as OrgProfileUpdateResult, a2 as PdsWipeOutcome, a3 as ProfileIndustryInput, a4 as ProfileLocationAddress, a5 as ProfileLocationInput, a6 as ProfileSearchResult, a7 as ProfileSelfLocation, a8 as QUOTED_POSTS_BATCH_MAX, a9 as QuotedPostAuthor, aa as QuotedPostImage, ab as QuotedPostResult, ac as QuotedPostView, ad as ReactionError, ae as ReactionResult, af as ReactionStatus, ag as RefreshOrcidPublicationsResult, ah as RefreshPdsResult, ai as ResetProfileResult, aj as ResolveQuotedPostsOptions, ak as RoadmapVoteError, al as RoadmapVoteResult, am as RoadmapVoter, an as RoadmapVotesResponse, ao as SearchFilters, ap as SearchResponse, aq as SifaQueryKey, ar as SimilarProfile, as as SkillSearchResult, at as StatsResponse, au as SubCategoryBulkResult, av as SuggestionProfile, aw as SuggestionsResponse, ax as UpdateProfileOverrideInput, ay as UpdateProfileSelfInput, az as UploadAvatarResult, aA as VerifyExternalAccountResult, aB as WipePreview, aC as addFeatureAllowlist, aD as addOrgNotificationEmail, aE as apiFetch, aF as apiFetchOrNull, aG as apiWrite, aH as apiWriteCreate, aI as bulkHideProfileItems, aJ as bulkHideStandardPublications, aK as bulkUnhideProfileItems, aL as bulkUnhideStandardPublications, aM as castRoadmapVote, aN as checkAppAccount, aO as createEndorsement, aP as createExternalAccount, aQ as createProfileLocation, aR as createReaction, aS as createSkill, aT as deleteAccount, aU as deleteAvatarOverride, aV as deleteExternalAccount, aW as deleteProfileLocation, aX as deleteReaction, aY as deleteSkill, aZ as fetchActivityFeed, a_ as fetchActivityTeaser, a$ as fetchAppsRegistry, b0 as fetchExternalAccounts, b1 as fetchFeaturedProfile, b2 as fetchFollowing, b3 as fetchHeatmapData, b4 as fetchHiddenApps, b5 as fetchMyGithubPullRequests, b6 as fetchMyRoadmapVotes, b7 as fetchReactionStatus, b8 as fetchRoadmapVotes, b9 as fetchSearchFilters, ba as fetchSearchProfiles, bb as fetchSimilarProfiles, bc as fetchSkillSuggestions, bd as fetchStats, be as fetchSuggestionCount, bf as fetchSuggestions, bg as fetchWipePreview, bh as followUser, bi as getBlueskySuggestions, bj as getFollowers, bk as getFollowing, bl as getFollowingFeed, bm as getMutuals, bn as hideOrcidPublication, bo as hideProfileItem, bp as hideSifaPublication, bq as hideStandardPublication, br as listFeatureAllowlist, bs as refreshOrcidPublications, bt as refreshPds, bu as removeFeatureAllowlist, bv as removeOrgNotificationEmail, bw as requestOrgDomainChallenge, bx as resetProfile, by as resolveQuotedPosts, bz as retractRoadmapVote, bA as searchSkills, bB as setExternalAccountPrimary, bC as submitOrgClaim, bD as unfollowUser, bE as unhideOrcidPublication, bF as unhideProfileItem, bG as unhideSifaPublication, bH as unhideStandardPublication, bI as unsetExternalAccountPrimary, bJ as updateExternalAccount, bK as updateOrgProfile, bL as updateProfileLocation, bM as updateProfileOverride, bN as updateProfileSelf, bO as updateSkill, bP as updateSkillSubCategories, bQ as uploadAvatar, bR as verifyExternalAccount, bS as verifyOrgDomain } from '../org-OFRiuRqU.cjs';
3
- export { A as AddFeatureAllowlistVariables, C as CreateReactionVariables, a as CreateRecordVariables, D as DeleteReactionVariables, b as DeleteRecordVariables, F as FollowVariables, P as PositionSkillLinkVariables, R as RemoveFeatureAllowlistVariables, S as SifaProvider, c as SifaProviderProps, U as UnfollowVariables, d as UpdateEducationVariables, e as UpdateExternalAccountVariables, f as UpdatePositionVariables, g as UpdateProfileLocationVariables, h as UpdateRecordVariables, i as UpdateSkillSubCategoriesVariables, j as UpdateSkillVariables, k as UseEntitySearchOptions, l as UseMyGithubPullRequestsParams, u as useActivityFeed, m as useActivityTeaser, n as useAddFeatureAllowlist, o as useAddOrgNotificationEmail, p as useAppAccountCheck, q as useAppsRegistry, r as useAtFundLink, s as useBlueskySuggestions, t as useBulkHideProfileItems, v as useBulkHideStandardPublications, w as useBulkUnhideProfileItems, x as useBulkUnhideStandardPublications, y as useCanonicalSkillSearch, z as useCastRoadmapVote, B as useCreateEducation, E as useCreateEndorsement, G as useCreateExternalAccount, H as useCreatePosition, I as useCreateProfileLocation, J as useCreateReaction, K as useCreateRecord, L as useCreateSkill, M as useDebouncedValue, N as useDeleteAccount, O as useDeleteAvatarOverride, Q as useDeleteEducation, T as useDeleteExternalAccount, V as useDeletePosition, W as useDeleteProfileLocation, X as useDeleteReaction, Y as useDeleteRecord, Z as useDeleteSkill, _ as useEndorsementCount, $ as useEntitySearch, a0 as useExternalAccounts, a1 as useFeatureAllowlist, a2 as useFeaturedProfile, a3 as useFollow, a4 as useFollowers, a5 as useFollowing, a6 as useFollowingFeed, a7 as useFollowingList, a8 as useGetProfileView, a9 as useHeatmapData, aa as useHiddenApps, ab as useHideKeytraceClaim, ac as useHideOrcidPublication, ad as useHideProfileItem, ae as useHideSifaPublication, af as useHideStandardPublication, ag as useImportSearchEntities, ah as useLinkSkillToPosition, ai as useMintEntityDomain, aj as useMutuals, ak as useMyGithubPullRequests, al as useMyRoadmapVotes, am as useNetworkStreamCount, an as useOrgClaim, ao as useOrgDomainChallenge, ap as useOrgDomainVerify, aq as useOrgProfile, ar as useProfile, as as useReactionStatus, at as useRefreshOrcidPublications, au as useRefreshPds, av as useRemoveFeatureAllowlist, aw as useRemoveOrgNotificationEmail, ax as useResetProfile, ay as useResolveEntityDomain, az as useRetractRoadmapVote, aA as useRevealMarqueDomain, aB as useRoadmapVotes, aC as useSearchFilters, aD as useSearchProfiles, aE as useSelectEntity, aF as useSetExternalAccountPrimary, aG as useSetPositionPrimary, aH as useSifaConfig, aI as useSimilarProfiles, aJ as useSkillSuggestions, aK as useStats, aL as useSuggestionCount, aM as useSuggestions, aN as useUnfollow, aO as useUnhideKeytraceClaim, aP as useUnhideOrcidPublication, aQ as useUnhideProfileItem, aR as useUnhideSifaPublication, aS as useUnhideStandardPublication, aT as useUnlinkSkillFromPosition, aU as useUnrevealMarqueDomain, aV as useUnsetExternalAccountPrimary, aW as useUnsetPositionPrimary, aX as useUpdateEducation, aY as useUpdateExternalAccount, aZ as useUpdateOrgProfile, a_ as useUpdatePosition, a$ as useUpdateProfileLocation, b0 as useUpdateProfileOverride, b1 as useUpdateProfileSelf, b2 as useUpdateRecord, b3 as useUpdateSkill, b4 as useUpdateSkillSubCategories, b5 as useUploadAvatar, b6 as useVerifyExternalAccount, b7 as useWipePreview } from '../index-DMN5tQBL.cjs';
4
- export { F as FetchNetworkStreamCountOptions, N as NetworkMapEdge, a as NetworkMapGenerationJob, b as NetworkMapGraphData, c as NetworkMapNode, d as NetworkMapPendingJob, e as NetworkMapResponse, f as checkNetworkMapJobStatus, g as createEducation, h as createPosition, i as createRecord, j as deleteEducation, k as deletePosition, l as deleteRecord, m as fetchAtFundLink, n as fetchEndorsementCount, o as fetchEntitySearch, p as fetchGetProfileView, q as fetchNetworkMap, r as fetchNetworkStreamCount, s as fetchProfile, t as fetchProfileSummary, u as hideKeytraceClaim, v as importSearchEntities, w as initiateNetworkMapGeneration, x as isNetworkMapResponse, y as linkSkillToPosition, z as mintEntityDomain, A as resolveEntityDomain, B as revealMarqueDomain, C as selectEntity, D as setPositionPrimary, E as unhideKeytraceClaim, G as unlinkSkillFromPosition, H as unrevealMarqueDomain, I as unsetPositionPrimary, J as updateEducation, K as updatePosition, L as updateRecord } from '../index-CEoJMzkP.cjs';
5
- import { C as CoSpeaker, A as AdultContentLabel } from '../adult-content-BHIB4rxu.cjs';
1
+ import { S as SifaApiConfig, A as ApiFetchOptions, W as WriteResult, s as sifaQueryKeys } from '../org-BKjipmq7.cjs';
2
+ export { a as AccountCheckResult, b as ActivityFeedResponse, c as ActivityItem, d as ActivityItemLinkHealth, e as ActivityTeaserResponse, f as ApiError, g as AppRegistryEntry, B as BulkHideProfileItemInput, C as CastRoadmapVoteResult, h as CheckAppAccountOptions, i as CreateExternalAccountResult, j as CreateResult, D as DeleteAccountResult, E as EndorsementInput, k as ExternalAccountInput, F as FeatureAllowlistResponse, l as FeaturedProfile, m as FetchActivityFeedOptions, n as FetchActivityTeaserOptions, o as FetchFollowListOptions, p as FetchFollowProfilePageOptions, q as FetchFollowingFeedOptions, r as FetchHiddenAppsOptions, t as FetchMyGithubPullRequestsOptions, u as FetchMyRoadmapVotesOptions, v as FetchReactionStatusOptions, w as FetchSuggestionsOptions, x as FilterOptions, y as FollowListPage, z as FollowProfile, G as FollowProfilePageResponse, H as FollowUserResult, I as FollowingResponse, J as GithubPullRequest, K as HIDDEN_ITEM_SOURCES, L as HIDDEN_ITEM_TYPES, M as HeatmapDay, N as HeatmapResponse, O as HiddenApp, P as HiddenItemSource, Q as HiddenItemType, R as HideProfileItemInput, T as ListFeatureAllowlistOptions, U as MyGithubPullRequestsResponse, V as OrgClaimBinding, X as OrgClaimResult, Y as OrgDomainChallengeResult, Z as OrgDomainVerifyResult, _ as OrgNotificationEmailAddResult, $ as OrgNotificationEmailRemoveResult, a0 as OrgProfileEcho, a1 as OrgProfileUpdateResult, a2 as PdsWipeOutcome, a3 as ProfileIndustryInput, a4 as ProfileLocationAddress, a5 as ProfileLocationInput, a6 as ProfileSearchResult, a7 as ProfileSelfLocation, a8 as QUOTED_POSTS_BATCH_MAX, a9 as QuotedPostAuthor, aa as QuotedPostImage, ab as QuotedPostResult, ac as QuotedPostView, ad as ReactionError, ae as ReactionResult, af as ReactionStatus, ag as RefreshOrcidPublicationsResult, ah as RefreshPdsResult, ai as ResetProfileResult, aj as ResolveQuotedPostsOptions, ak as RoadmapVoteError, al as RoadmapVoteResult, am as RoadmapVoter, an as RoadmapVotesResponse, ao as SearchFilters, ap as SearchResponse, aq as SifaQueryKey, ar as SimilarProfile, as as SkillSearchResult, at as StatsResponse, au as SubCategoryBulkResult, av as SuggestionProfile, aw as SuggestionsResponse, ax as UpdateProfileOverrideInput, ay as UpdateProfileSelfInput, az as UploadAvatarResult, aA as VerifyExternalAccountResult, aB as WipePreview, aC as addFeatureAllowlist, aD as addOrgNotificationEmail, aE as apiFetch, aF as apiFetchOrNull, aG as apiWrite, aH as apiWriteCreate, aI as bulkHideProfileItems, aJ as bulkHideStandardPublications, aK as bulkUnhideProfileItems, aL as bulkUnhideStandardPublications, aM as castRoadmapVote, aN as checkAppAccount, aO as createEndorsement, aP as createExternalAccount, aQ as createProfileLocation, aR as createReaction, aS as createSkill, aT as deleteAccount, aU as deleteAvatarOverride, aV as deleteExternalAccount, aW as deleteProfileLocation, aX as deleteReaction, aY as deleteSkill, aZ as fetchActivityFeed, a_ as fetchActivityTeaser, a$ as fetchAppsRegistry, b0 as fetchExternalAccounts, b1 as fetchFeaturedProfile, b2 as fetchFollowing, b3 as fetchHeatmapData, b4 as fetchHiddenApps, b5 as fetchMyGithubPullRequests, b6 as fetchMyRoadmapVotes, b7 as fetchReactionStatus, b8 as fetchRoadmapVotes, b9 as fetchSearchFilters, ba as fetchSearchProfiles, bb as fetchSimilarProfiles, bc as fetchSkillSuggestions, bd as fetchStats, be as fetchSuggestionCount, bf as fetchSuggestions, bg as fetchWipePreview, bh as followUser, bi as getBlueskySuggestions, bj as getFollowers, bk as getFollowing, bl as getFollowingFeed, bm as getMutuals, bn as hideOrcidPublication, bo as hideProfileItem, bp as hideSifaPublication, bq as hideStandardPublication, br as listFeatureAllowlist, bs as refreshOrcidPublications, bt as refreshPds, bu as removeFeatureAllowlist, bv as removeOrgNotificationEmail, bw as requestOrgDomainChallenge, bx as resetProfile, by as resolveQuotedPosts, bz as retractRoadmapVote, bA as searchSkills, bB as setExternalAccountPrimary, bC as submitOrgClaim, bD as unfollowUser, bE as unhideOrcidPublication, bF as unhideProfileItem, bG as unhideSifaPublication, bH as unhideStandardPublication, bI as unsetExternalAccountPrimary, bJ as updateExternalAccount, bK as updateOrgProfile, bL as updateProfileLocation, bM as updateProfileOverride, bN as updateProfileSelf, bO as updateSkill, bP as updateSkillSubCategories, bQ as uploadAvatar, bR as verifyExternalAccount, bS as verifyOrgDomain } from '../org-BKjipmq7.cjs';
3
+ export { A as AddFeatureAllowlistVariables, C as CreateReactionVariables, a as CreateRecordVariables, D as DeleteReactionVariables, b as DeleteRecordVariables, F as FollowVariables, P as PositionSkillLinkVariables, R as RemoveFeatureAllowlistVariables, S as SifaProvider, c as SifaProviderProps, U as UnfollowVariables, d as UpdateEducationVariables, e as UpdateExternalAccountVariables, f as UpdatePositionVariables, g as UpdateProfileLocationVariables, h as UpdateRecordVariables, i as UpdateSkillSubCategoriesVariables, j as UpdateSkillVariables, k as UseEntitySearchOptions, l as UseMyGithubPullRequestsParams, u as useActivityFeed, m as useActivityTeaser, n as useAddFeatureAllowlist, o as useAddOrgNotificationEmail, p as useAppAccountCheck, q as useAppsRegistry, r as useAtFundLink, s as useBlueskySuggestions, t as useBulkHideProfileItems, v as useBulkHideStandardPublications, w as useBulkUnhideProfileItems, x as useBulkUnhideStandardPublications, y as useCanonicalSkillSearch, z as useCastRoadmapVote, B as useCreateEducation, E as useCreateEndorsement, G as useCreateExternalAccount, H as useCreatePosition, I as useCreateProfileLocation, J as useCreateReaction, K as useCreateRecord, L as useCreateSkill, M as useDebouncedValue, N as useDeleteAccount, O as useDeleteAvatarOverride, Q as useDeleteEducation, T as useDeleteExternalAccount, V as useDeletePosition, W as useDeleteProfileLocation, X as useDeleteReaction, Y as useDeleteRecord, Z as useDeleteSkill, _ as useEndorsementCount, $ as useEntitySearch, a0 as useExternalAccounts, a1 as useFeatureAllowlist, a2 as useFeaturedProfile, a3 as useFollow, a4 as useFollowers, a5 as useFollowing, a6 as useFollowingFeed, a7 as useFollowingList, a8 as useGetProfileView, a9 as useHeatmapData, aa as useHiddenApps, ab as useHideKeytraceClaim, ac as useHideOrcidPublication, ad as useHideProfileItem, ae as useHideSifaPublication, af as useHideStandardPublication, ag as useImportSearchEntities, ah as useLinkSkillToPosition, ai as useMintEntityDomain, aj as useMutuals, ak as useMyGithubPullRequests, al as useMyRoadmapVotes, am as useNetworkStreamCount, an as useOrgClaim, ao as useOrgDomainChallenge, ap as useOrgDomainVerify, aq as useOrgProfile, ar as useProfile, as as useReactionStatus, at as useRefreshOrcidPublications, au as useRefreshPds, av as useRemoveFeatureAllowlist, aw as useRemoveOrgNotificationEmail, ax as useResetProfile, ay as useResolveEntityDomain, az as useRetractRoadmapVote, aA as useRevealMarqueDomain, aB as useRoadmapVotes, aC as useSearchFilters, aD as useSearchProfiles, aE as useSelectEntity, aF as useSetExternalAccountPrimary, aG as useSetPositionPrimary, aH as useSifaConfig, aI as useSimilarProfiles, aJ as useSkillSuggestions, aK as useStats, aL as useSuggestionCount, aM as useSuggestions, aN as useUnfollow, aO as useUnhideKeytraceClaim, aP as useUnhideOrcidPublication, aQ as useUnhideProfileItem, aR as useUnhideSifaPublication, aS as useUnhideStandardPublication, aT as useUnlinkSkillFromPosition, aU as useUnrevealMarqueDomain, aV as useUnsetExternalAccountPrimary, aW as useUnsetPositionPrimary, aX as useUpdateEducation, aY as useUpdateExternalAccount, aZ as useUpdateOrgProfile, a_ as useUpdatePosition, a$ as useUpdateProfileLocation, b0 as useUpdateProfileOverride, b1 as useUpdateProfileSelf, b2 as useUpdateRecord, b3 as useUpdateSkill, b4 as useUpdateSkillSubCategories, b5 as useUploadAvatar, b6 as useVerifyExternalAccount, b7 as useWipePreview } from '../index-HNbo0d_Q.cjs';
4
+ export { F as FetchNetworkStreamCountOptions, N as NetworkMapEdge, a as NetworkMapGenerationJob, b as NetworkMapGraphData, c as NetworkMapNode, d as NetworkMapPendingJob, e as NetworkMapResponse, f as checkNetworkMapJobStatus, g as createEducation, h as createPosition, i as createRecord, j as deleteEducation, k as deletePosition, l as deleteRecord, m as fetchAtFundLink, n as fetchEndorsementCount, o as fetchEntitySearch, p as fetchGetProfileView, q as fetchNetworkMap, r as fetchNetworkStreamCount, s as fetchProfile, t as fetchProfileSummary, u as hideKeytraceClaim, v as importSearchEntities, w as initiateNetworkMapGeneration, x as isNetworkMapResponse, y as linkSkillToPosition, z as mintEntityDomain, A as resolveEntityDomain, B as revealMarqueDomain, C as selectEntity, D as setPositionPrimary, E as unhideKeytraceClaim, G as unlinkSkillFromPosition, H as unrevealMarqueDomain, I as unsetPositionPrimary, J as updateEducation, K as updatePosition, L as updateRecord } from '../index-Cvtj97AW.cjs';
5
+ import { C as CoSpeaker, A as AdultContentLabel } from '../adult-content-jthSA_zt.cjs';
6
6
  import * as _tanstack_react_query from '@tanstack/react-query';
7
7
  import { UseQueryOptions } from '@tanstack/react-query';
8
8
  import '../feed-C8aHEPw4.cjs';
9
9
  import 'zod';
10
- import '../org-settings-CmaSX5ZI.cjs';
10
+ import '../org-settings-B8e01iZx.cjs';
11
11
  import 'react';
12
- import '../profile-summary-DsaEk_GD.cjs';
12
+ import '../profile-summary-C-SxRTjI.cjs';
13
13
 
14
14
  /**
15
15
  * Resolve any atproto handle (or DID) to a profile card, for the co-speaker
@@ -1,15 +1,15 @@
1
- import { S as SifaApiConfig, A as ApiFetchOptions, W as WriteResult, s as sifaQueryKeys } from '../org-C8LR9MpF.js';
2
- export { a as AccountCheckResult, b as ActivityFeedResponse, c as ActivityItem, d as ActivityItemLinkHealth, e as ActivityTeaserResponse, f as ApiError, g as AppRegistryEntry, B as BulkHideProfileItemInput, C as CastRoadmapVoteResult, h as CheckAppAccountOptions, i as CreateExternalAccountResult, j as CreateResult, D as DeleteAccountResult, E as EndorsementInput, k as ExternalAccountInput, F as FeatureAllowlistResponse, l as FeaturedProfile, m as FetchActivityFeedOptions, n as FetchActivityTeaserOptions, o as FetchFollowListOptions, p as FetchFollowProfilePageOptions, q as FetchFollowingFeedOptions, r as FetchHiddenAppsOptions, t as FetchMyGithubPullRequestsOptions, u as FetchMyRoadmapVotesOptions, v as FetchReactionStatusOptions, w as FetchSuggestionsOptions, x as FilterOptions, y as FollowListPage, z as FollowProfile, G as FollowProfilePageResponse, H as FollowUserResult, I as FollowingResponse, J as GithubPullRequest, K as HIDDEN_ITEM_SOURCES, L as HIDDEN_ITEM_TYPES, M as HeatmapDay, N as HeatmapResponse, O as HiddenApp, P as HiddenItemSource, Q as HiddenItemType, R as HideProfileItemInput, T as ListFeatureAllowlistOptions, U as MyGithubPullRequestsResponse, V as OrgClaimBinding, X as OrgClaimResult, Y as OrgDomainChallengeResult, Z as OrgDomainVerifyResult, _ as OrgNotificationEmailAddResult, $ as OrgNotificationEmailRemoveResult, a0 as OrgProfileEcho, a1 as OrgProfileUpdateResult, a2 as PdsWipeOutcome, a3 as ProfileIndustryInput, a4 as ProfileLocationAddress, a5 as ProfileLocationInput, a6 as ProfileSearchResult, a7 as ProfileSelfLocation, a8 as QUOTED_POSTS_BATCH_MAX, a9 as QuotedPostAuthor, aa as QuotedPostImage, ab as QuotedPostResult, ac as QuotedPostView, ad as ReactionError, ae as ReactionResult, af as ReactionStatus, ag as RefreshOrcidPublicationsResult, ah as RefreshPdsResult, ai as ResetProfileResult, aj as ResolveQuotedPostsOptions, ak as RoadmapVoteError, al as RoadmapVoteResult, am as RoadmapVoter, an as RoadmapVotesResponse, ao as SearchFilters, ap as SearchResponse, aq as SifaQueryKey, ar as SimilarProfile, as as SkillSearchResult, at as StatsResponse, au as SubCategoryBulkResult, av as SuggestionProfile, aw as SuggestionsResponse, ax as UpdateProfileOverrideInput, ay as UpdateProfileSelfInput, az as UploadAvatarResult, aA as VerifyExternalAccountResult, aB as WipePreview, aC as addFeatureAllowlist, aD as addOrgNotificationEmail, aE as apiFetch, aF as apiFetchOrNull, aG as apiWrite, aH as apiWriteCreate, aI as bulkHideProfileItems, aJ as bulkHideStandardPublications, aK as bulkUnhideProfileItems, aL as bulkUnhideStandardPublications, aM as castRoadmapVote, aN as checkAppAccount, aO as createEndorsement, aP as createExternalAccount, aQ as createProfileLocation, aR as createReaction, aS as createSkill, aT as deleteAccount, aU as deleteAvatarOverride, aV as deleteExternalAccount, aW as deleteProfileLocation, aX as deleteReaction, aY as deleteSkill, aZ as fetchActivityFeed, a_ as fetchActivityTeaser, a$ as fetchAppsRegistry, b0 as fetchExternalAccounts, b1 as fetchFeaturedProfile, b2 as fetchFollowing, b3 as fetchHeatmapData, b4 as fetchHiddenApps, b5 as fetchMyGithubPullRequests, b6 as fetchMyRoadmapVotes, b7 as fetchReactionStatus, b8 as fetchRoadmapVotes, b9 as fetchSearchFilters, ba as fetchSearchProfiles, bb as fetchSimilarProfiles, bc as fetchSkillSuggestions, bd as fetchStats, be as fetchSuggestionCount, bf as fetchSuggestions, bg as fetchWipePreview, bh as followUser, bi as getBlueskySuggestions, bj as getFollowers, bk as getFollowing, bl as getFollowingFeed, bm as getMutuals, bn as hideOrcidPublication, bo as hideProfileItem, bp as hideSifaPublication, bq as hideStandardPublication, br as listFeatureAllowlist, bs as refreshOrcidPublications, bt as refreshPds, bu as removeFeatureAllowlist, bv as removeOrgNotificationEmail, bw as requestOrgDomainChallenge, bx as resetProfile, by as resolveQuotedPosts, bz as retractRoadmapVote, bA as searchSkills, bB as setExternalAccountPrimary, bC as submitOrgClaim, bD as unfollowUser, bE as unhideOrcidPublication, bF as unhideProfileItem, bG as unhideSifaPublication, bH as unhideStandardPublication, bI as unsetExternalAccountPrimary, bJ as updateExternalAccount, bK as updateOrgProfile, bL as updateProfileLocation, bM as updateProfileOverride, bN as updateProfileSelf, bO as updateSkill, bP as updateSkillSubCategories, bQ as uploadAvatar, bR as verifyExternalAccount, bS as verifyOrgDomain } from '../org-C8LR9MpF.js';
3
- export { A as AddFeatureAllowlistVariables, C as CreateReactionVariables, a as CreateRecordVariables, D as DeleteReactionVariables, b as DeleteRecordVariables, F as FollowVariables, P as PositionSkillLinkVariables, R as RemoveFeatureAllowlistVariables, S as SifaProvider, c as SifaProviderProps, U as UnfollowVariables, d as UpdateEducationVariables, e as UpdateExternalAccountVariables, f as UpdatePositionVariables, g as UpdateProfileLocationVariables, h as UpdateRecordVariables, i as UpdateSkillSubCategoriesVariables, j as UpdateSkillVariables, k as UseEntitySearchOptions, l as UseMyGithubPullRequestsParams, u as useActivityFeed, m as useActivityTeaser, n as useAddFeatureAllowlist, o as useAddOrgNotificationEmail, p as useAppAccountCheck, q as useAppsRegistry, r as useAtFundLink, s as useBlueskySuggestions, t as useBulkHideProfileItems, v as useBulkHideStandardPublications, w as useBulkUnhideProfileItems, x as useBulkUnhideStandardPublications, y as useCanonicalSkillSearch, z as useCastRoadmapVote, B as useCreateEducation, E as useCreateEndorsement, G as useCreateExternalAccount, H as useCreatePosition, I as useCreateProfileLocation, J as useCreateReaction, K as useCreateRecord, L as useCreateSkill, M as useDebouncedValue, N as useDeleteAccount, O as useDeleteAvatarOverride, Q as useDeleteEducation, T as useDeleteExternalAccount, V as useDeletePosition, W as useDeleteProfileLocation, X as useDeleteReaction, Y as useDeleteRecord, Z as useDeleteSkill, _ as useEndorsementCount, $ as useEntitySearch, a0 as useExternalAccounts, a1 as useFeatureAllowlist, a2 as useFeaturedProfile, a3 as useFollow, a4 as useFollowers, a5 as useFollowing, a6 as useFollowingFeed, a7 as useFollowingList, a8 as useGetProfileView, a9 as useHeatmapData, aa as useHiddenApps, ab as useHideKeytraceClaim, ac as useHideOrcidPublication, ad as useHideProfileItem, ae as useHideSifaPublication, af as useHideStandardPublication, ag as useImportSearchEntities, ah as useLinkSkillToPosition, ai as useMintEntityDomain, aj as useMutuals, ak as useMyGithubPullRequests, al as useMyRoadmapVotes, am as useNetworkStreamCount, an as useOrgClaim, ao as useOrgDomainChallenge, ap as useOrgDomainVerify, aq as useOrgProfile, ar as useProfile, as as useReactionStatus, at as useRefreshOrcidPublications, au as useRefreshPds, av as useRemoveFeatureAllowlist, aw as useRemoveOrgNotificationEmail, ax as useResetProfile, ay as useResolveEntityDomain, az as useRetractRoadmapVote, aA as useRevealMarqueDomain, aB as useRoadmapVotes, aC as useSearchFilters, aD as useSearchProfiles, aE as useSelectEntity, aF as useSetExternalAccountPrimary, aG as useSetPositionPrimary, aH as useSifaConfig, aI as useSimilarProfiles, aJ as useSkillSuggestions, aK as useStats, aL as useSuggestionCount, aM as useSuggestions, aN as useUnfollow, aO as useUnhideKeytraceClaim, aP as useUnhideOrcidPublication, aQ as useUnhideProfileItem, aR as useUnhideSifaPublication, aS as useUnhideStandardPublication, aT as useUnlinkSkillFromPosition, aU as useUnrevealMarqueDomain, aV as useUnsetExternalAccountPrimary, aW as useUnsetPositionPrimary, aX as useUpdateEducation, aY as useUpdateExternalAccount, aZ as useUpdateOrgProfile, a_ as useUpdatePosition, a$ as useUpdateProfileLocation, b0 as useUpdateProfileOverride, b1 as useUpdateProfileSelf, b2 as useUpdateRecord, b3 as useUpdateSkill, b4 as useUpdateSkillSubCategories, b5 as useUploadAvatar, b6 as useVerifyExternalAccount, b7 as useWipePreview } from '../index-CBx6UJvX.js';
4
- export { F as FetchNetworkStreamCountOptions, N as NetworkMapEdge, a as NetworkMapGenerationJob, b as NetworkMapGraphData, c as NetworkMapNode, d as NetworkMapPendingJob, e as NetworkMapResponse, f as checkNetworkMapJobStatus, g as createEducation, h as createPosition, i as createRecord, j as deleteEducation, k as deletePosition, l as deleteRecord, m as fetchAtFundLink, n as fetchEndorsementCount, o as fetchEntitySearch, p as fetchGetProfileView, q as fetchNetworkMap, r as fetchNetworkStreamCount, s as fetchProfile, t as fetchProfileSummary, u as hideKeytraceClaim, v as importSearchEntities, w as initiateNetworkMapGeneration, x as isNetworkMapResponse, y as linkSkillToPosition, z as mintEntityDomain, A as resolveEntityDomain, B as revealMarqueDomain, C as selectEntity, D as setPositionPrimary, E as unhideKeytraceClaim, G as unlinkSkillFromPosition, H as unrevealMarqueDomain, I as unsetPositionPrimary, J as updateEducation, K as updatePosition, L as updateRecord } from '../index-Bf_BI0TG.js';
5
- import { C as CoSpeaker, A as AdultContentLabel } from '../adult-content-BHIB4rxu.js';
1
+ import { S as SifaApiConfig, A as ApiFetchOptions, W as WriteResult, s as sifaQueryKeys } from '../org-CNQA-2mM.js';
2
+ export { a as AccountCheckResult, b as ActivityFeedResponse, c as ActivityItem, d as ActivityItemLinkHealth, e as ActivityTeaserResponse, f as ApiError, g as AppRegistryEntry, B as BulkHideProfileItemInput, C as CastRoadmapVoteResult, h as CheckAppAccountOptions, i as CreateExternalAccountResult, j as CreateResult, D as DeleteAccountResult, E as EndorsementInput, k as ExternalAccountInput, F as FeatureAllowlistResponse, l as FeaturedProfile, m as FetchActivityFeedOptions, n as FetchActivityTeaserOptions, o as FetchFollowListOptions, p as FetchFollowProfilePageOptions, q as FetchFollowingFeedOptions, r as FetchHiddenAppsOptions, t as FetchMyGithubPullRequestsOptions, u as FetchMyRoadmapVotesOptions, v as FetchReactionStatusOptions, w as FetchSuggestionsOptions, x as FilterOptions, y as FollowListPage, z as FollowProfile, G as FollowProfilePageResponse, H as FollowUserResult, I as FollowingResponse, J as GithubPullRequest, K as HIDDEN_ITEM_SOURCES, L as HIDDEN_ITEM_TYPES, M as HeatmapDay, N as HeatmapResponse, O as HiddenApp, P as HiddenItemSource, Q as HiddenItemType, R as HideProfileItemInput, T as ListFeatureAllowlistOptions, U as MyGithubPullRequestsResponse, V as OrgClaimBinding, X as OrgClaimResult, Y as OrgDomainChallengeResult, Z as OrgDomainVerifyResult, _ as OrgNotificationEmailAddResult, $ as OrgNotificationEmailRemoveResult, a0 as OrgProfileEcho, a1 as OrgProfileUpdateResult, a2 as PdsWipeOutcome, a3 as ProfileIndustryInput, a4 as ProfileLocationAddress, a5 as ProfileLocationInput, a6 as ProfileSearchResult, a7 as ProfileSelfLocation, a8 as QUOTED_POSTS_BATCH_MAX, a9 as QuotedPostAuthor, aa as QuotedPostImage, ab as QuotedPostResult, ac as QuotedPostView, ad as ReactionError, ae as ReactionResult, af as ReactionStatus, ag as RefreshOrcidPublicationsResult, ah as RefreshPdsResult, ai as ResetProfileResult, aj as ResolveQuotedPostsOptions, ak as RoadmapVoteError, al as RoadmapVoteResult, am as RoadmapVoter, an as RoadmapVotesResponse, ao as SearchFilters, ap as SearchResponse, aq as SifaQueryKey, ar as SimilarProfile, as as SkillSearchResult, at as StatsResponse, au as SubCategoryBulkResult, av as SuggestionProfile, aw as SuggestionsResponse, ax as UpdateProfileOverrideInput, ay as UpdateProfileSelfInput, az as UploadAvatarResult, aA as VerifyExternalAccountResult, aB as WipePreview, aC as addFeatureAllowlist, aD as addOrgNotificationEmail, aE as apiFetch, aF as apiFetchOrNull, aG as apiWrite, aH as apiWriteCreate, aI as bulkHideProfileItems, aJ as bulkHideStandardPublications, aK as bulkUnhideProfileItems, aL as bulkUnhideStandardPublications, aM as castRoadmapVote, aN as checkAppAccount, aO as createEndorsement, aP as createExternalAccount, aQ as createProfileLocation, aR as createReaction, aS as createSkill, aT as deleteAccount, aU as deleteAvatarOverride, aV as deleteExternalAccount, aW as deleteProfileLocation, aX as deleteReaction, aY as deleteSkill, aZ as fetchActivityFeed, a_ as fetchActivityTeaser, a$ as fetchAppsRegistry, b0 as fetchExternalAccounts, b1 as fetchFeaturedProfile, b2 as fetchFollowing, b3 as fetchHeatmapData, b4 as fetchHiddenApps, b5 as fetchMyGithubPullRequests, b6 as fetchMyRoadmapVotes, b7 as fetchReactionStatus, b8 as fetchRoadmapVotes, b9 as fetchSearchFilters, ba as fetchSearchProfiles, bb as fetchSimilarProfiles, bc as fetchSkillSuggestions, bd as fetchStats, be as fetchSuggestionCount, bf as fetchSuggestions, bg as fetchWipePreview, bh as followUser, bi as getBlueskySuggestions, bj as getFollowers, bk as getFollowing, bl as getFollowingFeed, bm as getMutuals, bn as hideOrcidPublication, bo as hideProfileItem, bp as hideSifaPublication, bq as hideStandardPublication, br as listFeatureAllowlist, bs as refreshOrcidPublications, bt as refreshPds, bu as removeFeatureAllowlist, bv as removeOrgNotificationEmail, bw as requestOrgDomainChallenge, bx as resetProfile, by as resolveQuotedPosts, bz as retractRoadmapVote, bA as searchSkills, bB as setExternalAccountPrimary, bC as submitOrgClaim, bD as unfollowUser, bE as unhideOrcidPublication, bF as unhideProfileItem, bG as unhideSifaPublication, bH as unhideStandardPublication, bI as unsetExternalAccountPrimary, bJ as updateExternalAccount, bK as updateOrgProfile, bL as updateProfileLocation, bM as updateProfileOverride, bN as updateProfileSelf, bO as updateSkill, bP as updateSkillSubCategories, bQ as uploadAvatar, bR as verifyExternalAccount, bS as verifyOrgDomain } from '../org-CNQA-2mM.js';
3
+ export { A as AddFeatureAllowlistVariables, C as CreateReactionVariables, a as CreateRecordVariables, D as DeleteReactionVariables, b as DeleteRecordVariables, F as FollowVariables, P as PositionSkillLinkVariables, R as RemoveFeatureAllowlistVariables, S as SifaProvider, c as SifaProviderProps, U as UnfollowVariables, d as UpdateEducationVariables, e as UpdateExternalAccountVariables, f as UpdatePositionVariables, g as UpdateProfileLocationVariables, h as UpdateRecordVariables, i as UpdateSkillSubCategoriesVariables, j as UpdateSkillVariables, k as UseEntitySearchOptions, l as UseMyGithubPullRequestsParams, u as useActivityFeed, m as useActivityTeaser, n as useAddFeatureAllowlist, o as useAddOrgNotificationEmail, p as useAppAccountCheck, q as useAppsRegistry, r as useAtFundLink, s as useBlueskySuggestions, t as useBulkHideProfileItems, v as useBulkHideStandardPublications, w as useBulkUnhideProfileItems, x as useBulkUnhideStandardPublications, y as useCanonicalSkillSearch, z as useCastRoadmapVote, B as useCreateEducation, E as useCreateEndorsement, G as useCreateExternalAccount, H as useCreatePosition, I as useCreateProfileLocation, J as useCreateReaction, K as useCreateRecord, L as useCreateSkill, M as useDebouncedValue, N as useDeleteAccount, O as useDeleteAvatarOverride, Q as useDeleteEducation, T as useDeleteExternalAccount, V as useDeletePosition, W as useDeleteProfileLocation, X as useDeleteReaction, Y as useDeleteRecord, Z as useDeleteSkill, _ as useEndorsementCount, $ as useEntitySearch, a0 as useExternalAccounts, a1 as useFeatureAllowlist, a2 as useFeaturedProfile, a3 as useFollow, a4 as useFollowers, a5 as useFollowing, a6 as useFollowingFeed, a7 as useFollowingList, a8 as useGetProfileView, a9 as useHeatmapData, aa as useHiddenApps, ab as useHideKeytraceClaim, ac as useHideOrcidPublication, ad as useHideProfileItem, ae as useHideSifaPublication, af as useHideStandardPublication, ag as useImportSearchEntities, ah as useLinkSkillToPosition, ai as useMintEntityDomain, aj as useMutuals, ak as useMyGithubPullRequests, al as useMyRoadmapVotes, am as useNetworkStreamCount, an as useOrgClaim, ao as useOrgDomainChallenge, ap as useOrgDomainVerify, aq as useOrgProfile, ar as useProfile, as as useReactionStatus, at as useRefreshOrcidPublications, au as useRefreshPds, av as useRemoveFeatureAllowlist, aw as useRemoveOrgNotificationEmail, ax as useResetProfile, ay as useResolveEntityDomain, az as useRetractRoadmapVote, aA as useRevealMarqueDomain, aB as useRoadmapVotes, aC as useSearchFilters, aD as useSearchProfiles, aE as useSelectEntity, aF as useSetExternalAccountPrimary, aG as useSetPositionPrimary, aH as useSifaConfig, aI as useSimilarProfiles, aJ as useSkillSuggestions, aK as useStats, aL as useSuggestionCount, aM as useSuggestions, aN as useUnfollow, aO as useUnhideKeytraceClaim, aP as useUnhideOrcidPublication, aQ as useUnhideProfileItem, aR as useUnhideSifaPublication, aS as useUnhideStandardPublication, aT as useUnlinkSkillFromPosition, aU as useUnrevealMarqueDomain, aV as useUnsetExternalAccountPrimary, aW as useUnsetPositionPrimary, aX as useUpdateEducation, aY as useUpdateExternalAccount, aZ as useUpdateOrgProfile, a_ as useUpdatePosition, a$ as useUpdateProfileLocation, b0 as useUpdateProfileOverride, b1 as useUpdateProfileSelf, b2 as useUpdateRecord, b3 as useUpdateSkill, b4 as useUpdateSkillSubCategories, b5 as useUploadAvatar, b6 as useVerifyExternalAccount, b7 as useWipePreview } from '../index-CNVAxcK1.js';
4
+ export { F as FetchNetworkStreamCountOptions, N as NetworkMapEdge, a as NetworkMapGenerationJob, b as NetworkMapGraphData, c as NetworkMapNode, d as NetworkMapPendingJob, e as NetworkMapResponse, f as checkNetworkMapJobStatus, g as createEducation, h as createPosition, i as createRecord, j as deleteEducation, k as deletePosition, l as deleteRecord, m as fetchAtFundLink, n as fetchEndorsementCount, o as fetchEntitySearch, p as fetchGetProfileView, q as fetchNetworkMap, r as fetchNetworkStreamCount, s as fetchProfile, t as fetchProfileSummary, u as hideKeytraceClaim, v as importSearchEntities, w as initiateNetworkMapGeneration, x as isNetworkMapResponse, y as linkSkillToPosition, z as mintEntityDomain, A as resolveEntityDomain, B as revealMarqueDomain, C as selectEntity, D as setPositionPrimary, E as unhideKeytraceClaim, G as unlinkSkillFromPosition, H as unrevealMarqueDomain, I as unsetPositionPrimary, J as updateEducation, K as updatePosition, L as updateRecord } from '../index-ilznrlB1.js';
5
+ import { C as CoSpeaker, A as AdultContentLabel } from '../adult-content-jthSA_zt.js';
6
6
  import * as _tanstack_react_query from '@tanstack/react-query';
7
7
  import { UseQueryOptions } from '@tanstack/react-query';
8
8
  import '../feed-C8aHEPw4.js';
9
9
  import 'zod';
10
- import '../org-settings-CmaSX5ZI.js';
10
+ import '../org-settings-B8e01iZx.js';
11
11
  import 'react';
12
- import '../profile-summary-sWTKu58A.js';
12
+ import '../profile-summary-C6uqYJB1.js';
13
13
 
14
14
  /**
15
15
  * Resolve any atproto handle (or DID) to a profile card, for the co-speaker
@@ -145,6 +145,13 @@ var OrgProfileRecordSchema = zod.z.object({
145
145
  companySize: zod.z.string().optional(),
146
146
  /** Featured links or content surfaced on the org profile. */
147
147
  links: zod.z.array(orgLinkSchema).max(10).optional(),
148
+ /**
149
+ * Whether the account holder's personal profile stays visible alongside this
150
+ * org profile. For sole traders whose personal domain is also their trade
151
+ * name: one account, two facets, both pages render. Absent or false means the
152
+ * account presents solely as an organization.
153
+ */
154
+ personalProfileVisible: zod.z.boolean().optional(),
148
155
  labels: selfLabelsSchema.optional(),
149
156
  createdAt: datetimeSchema
150
157
  });