@singi-labs/sifa-sdk 0.12.47 → 0.12.49
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-DVxiBP69.d.cts → adult-content-BUgP8bpf.d.cts} +10 -0
- package/dist/{adult-content-DVxiBP69.d.ts → adult-content-BUgP8bpf.d.ts} +10 -0
- package/dist/{index-CxunNumj.d.ts → index-CddvYEbj.d.ts} +12 -3
- package/dist/{index-DBIczOKG.d.ts → index-L1xPmzKP.d.ts} +3 -3
- package/dist/{index-CSzG8dx3.d.cts → index-r5KywRfC.d.cts} +12 -3
- package/dist/{index-Dx2d7aRo.d.cts → index-wf6rbBZZ.d.cts} +3 -3
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/{org-BWeGLW4Z.d.cts → org-CVLKBRsw.d.cts} +30 -3
- package/dist/{org-CLS2UnXl.d.ts → org-CZvX0wc7.d.ts} +30 -3
- package/dist/{profile-summary-CapVNDLP.d.cts → profile-summary-DReI-P0i.d.cts} +1 -1
- package/dist/{profile-summary-D4Fw8G5n.d.ts → profile-summary-DyX9EJzZ.d.ts} +1 -1
- package/dist/query/fetchers/index.cjs +27 -1
- package/dist/query/fetchers/index.cjs.map +1 -1
- package/dist/query/fetchers/index.d.cts +4 -4
- package/dist/query/fetchers/index.d.ts +4 -4
- package/dist/query/fetchers/index.js +27 -2
- package/dist/query/fetchers/index.js.map +1 -1
- package/dist/query/hooks/index.cjs +39 -1
- 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 +39 -2
- package/dist/query/hooks/index.js.map +1 -1
- package/dist/query/index.cjs +38 -1
- package/dist/query/index.cjs.map +1 -1
- package/dist/query/index.d.cts +7 -7
- package/dist/query/index.d.ts +7 -7
- package/dist/query/index.js +37 -2
- package/dist/query/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -89,6 +89,16 @@ interface ProfileSkill {
|
|
|
89
89
|
subCategory?: string;
|
|
90
90
|
endorsementCount?: number;
|
|
91
91
|
endorsed?: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* Names this skill was endorsed under, where they differ from what it is
|
|
94
|
+
* called now. Absent when nothing has drifted.
|
|
95
|
+
*
|
|
96
|
+
* A rename keeps the same record, so endorsements follow it and stay
|
|
97
|
+
* counted. Showing the original name is what keeps that honest: a reader can
|
|
98
|
+
* see that a skill now called one thing was vouched for as another, instead
|
|
99
|
+
* of the rename quietly laundering the endorsement.
|
|
100
|
+
*/
|
|
101
|
+
endorsedAs?: string[];
|
|
92
102
|
activityBacked?: boolean;
|
|
93
103
|
}
|
|
94
104
|
interface SkillSuggestion {
|
|
@@ -89,6 +89,16 @@ interface ProfileSkill {
|
|
|
89
89
|
subCategory?: string;
|
|
90
90
|
endorsementCount?: number;
|
|
91
91
|
endorsed?: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* Names this skill was endorsed under, where they differ from what it is
|
|
94
|
+
* called now. Absent when nothing has drifted.
|
|
95
|
+
*
|
|
96
|
+
* A rename keeps the same record, so endorsements follow it and stay
|
|
97
|
+
* counted. Showing the original name is what keeps that honest: a reader can
|
|
98
|
+
* see that a skill now called one thing was vouched for as another, instead
|
|
99
|
+
* of the rename quietly laundering the endorsement.
|
|
100
|
+
*/
|
|
101
|
+
endorsedAs?: string[];
|
|
92
102
|
activityBacked?: boolean;
|
|
93
103
|
}
|
|
94
104
|
interface SkillSuggestion {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
-
import { S as SifaApiConfig, s as sifaQueryKeys, W as WriteResult,
|
|
3
|
+
import { S as SifaApiConfig, s as sifaQueryKeys, W as WriteResult, ap as RefreshPdsResult, aF as UpdateProfileOverrideInput, aG as UpdateProfileSelfInput, aH as UploadAvatarResult, C as CreateResult, aC as SubCategoryBulkResult, ad as ProfileLocationInput, p as ExternalAccountInput, o as CreateExternalAccountResult, aI as VerifyExternalAccountResult, E as EndorsementInput, m as ConfirmationInput, n as ConfirmationSubjectInput, aa as PendingConfirmationsPage, ao as RefreshOrcidPublicationsResult, B as BulkHideProfileItemInput, Z as HideProfileItemInput, aB as StatsResponse, j as AppRegistryEntry, V as HiddenApp, I as FilterOptions, aw as SearchFilters, ax as SearchResponse, aA as SkillSearchResult, q as FeaturedProfile, az as SimilarProfile, H as FetchSuggestionsOptions, aE as SuggestionsResponse, M as FollowUserResult, u as FetchFollowListOptions, J as FollowListPage, N as FollowingResponse, w as FetchFollowingFeedOptions, v as FetchFollowProfilePageOptions, L as FollowProfilePageResponse, F as FeatureAllowlistResponse, h as AdminReviewQueues, r as FetchActivityFeedOptions, d as ActivityFeedResponse, g as ActivityTeaserResponse, U as HeatmapResponse, $ as MyGithubPullRequestsResponse, c as AccountCheckResult, an as ReactionStatus, am as ReactionResult, al as ReactionError, av as RoadmapVotesResponse, k as CastRoadmapVoteResult, D as DeleteAccountResult, aq as ResetProfileResult, aJ as WipePreview, a1 as OrgClaimResult, a7 as OrgProfileUpdateResult, a2 as OrgDomainChallengeResult, a3 as OrgDomainVerifyResult, a4 as OrgNotificationEmailAddResult, a5 as OrgNotificationEmailRemoveResult } from './org-CZvX0wc7.js';
|
|
4
4
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
5
5
|
import { UseQueryOptions, UseMutationOptions, UseInfiniteQueryOptions, InfiniteData } from '@tanstack/react-query';
|
|
6
|
-
import { e as Profile, P as ProfileView, g as ProfilePosition, ac as SkillRef, E as ExternalAccount, S as SkillSuggestion, Q as OrgFloorVerdict } from './adult-content-
|
|
6
|
+
import { e as Profile, P as ProfileView, g as ProfilePosition, ac as SkillRef, E as ExternalAccount, S as SkillSuggestion, Q as OrgFloorVerdict } from './adult-content-BUgP8bpf.js';
|
|
7
7
|
import { i as EntitySearchResponse, k as EntitySearchResult, c as EntityMintDomainResponse, g as EntityResolveDomainResponse, o as EntitySelectResponse, m as EntitySelectRequest, y as FollowFeedPage, s as FeatureFlag } from './feed-dOSy_48Z.js';
|
|
8
8
|
import { O as OrgClaimRequestInput, h as OrgProfileUpdateRequestInput, b as OrgDomainChallengeRequestInput, d as OrgDomainVerifyRequestInput, f as OrgNotificationEmailRequestInput } from './org-settings-B8e01iZx.js';
|
|
9
9
|
|
|
@@ -566,6 +566,15 @@ interface RemoveFeatureAllowlistVariables {
|
|
|
566
566
|
*/
|
|
567
567
|
declare function useRemoveFeatureAllowlist(flag: FeatureFlag, options?: Omit<UseMutationOptions<WriteResult, Error, RemoveFeatureAllowlistVariables, AllowlistMutationContext>, 'mutationFn'>): _tanstack_react_query.UseMutationResult<WriteResult, Error, RemoveFeatureAllowlistVariables, AllowlistMutationContext>;
|
|
568
568
|
|
|
569
|
+
/**
|
|
570
|
+
* Read hook for the open counts of the three admin review queues. Shared by
|
|
571
|
+
* the admin nav pill and the review-queues page so both render one number
|
|
572
|
+
* from one request.
|
|
573
|
+
*
|
|
574
|
+
* Admin-gated on the server; non-admins get an error rather than zeroes.
|
|
575
|
+
*/
|
|
576
|
+
declare function useAdminReviewQueues(options?: Omit<UseQueryOptions<AdminReviewQueues, Error, AdminReviewQueues, ReturnType<typeof sifaQueryKeys.admin.reviewQueues>>, 'queryKey' | 'queryFn'>): _tanstack_react_query.UseQueryResult<NoInfer<AdminReviewQueues>, Error>;
|
|
577
|
+
|
|
569
578
|
declare function useHeatmapData(handleOrDid: string | undefined | null, days: number, options?: Omit<UseQueryOptions<HeatmapResponse | null, Error, HeatmapResponse | null, ReturnType<typeof sifaQueryKeys.activity.heatmap>>, 'queryKey' | 'queryFn'>): _tanstack_react_query.UseQueryResult<NoInfer<HeatmapResponse | null>, Error>;
|
|
570
579
|
declare function useActivityTeaser(handleOrDid: string | undefined | null, options?: Omit<UseQueryOptions<ActivityTeaserResponse | null, Error, ActivityTeaserResponse | null, ReturnType<typeof sifaQueryKeys.activity.teaser>>, 'queryKey' | 'queryFn'>): _tanstack_react_query.UseQueryResult<NoInfer<ActivityTeaserResponse | null>, Error>;
|
|
571
580
|
declare function useActivityFeed(handleOrDid: string | undefined | null, opts?: Pick<FetchActivityFeedOptions, 'category' | 'limit' | 'cursor'>, options?: Omit<UseQueryOptions<ActivityFeedResponse | null, Error, ActivityFeedResponse | null, ReturnType<typeof sifaQueryKeys.activity.feed>>, 'queryKey' | 'queryFn'>): _tanstack_react_query.UseQueryResult<NoInfer<ActivityFeedResponse | null>, Error>;
|
|
@@ -773,4 +782,4 @@ declare function useRemoveOrgNotificationEmail(options?: Omit<UseMutationOptions
|
|
|
773
782
|
email: string;
|
|
774
783
|
}, unknown>;
|
|
775
784
|
|
|
776
|
-
export {
|
|
785
|
+
export { useDeleteSkill as $, type AddFeatureAllowlistVariables as A, useCastRoadmapVote as B, type CreateReactionVariables as C, type DeleteReactionVariables as D, useCreateConfirmation as E, type FollowVariables as F, useCreateEducation as G, useCreateEndorsement as H, useCreateExternalAccount as I, useCreatePosition as J, useCreateProfileLocation as K, useCreateReaction as L, useCreateRecord as M, useCreateSkill as N, useDebouncedValue as O, type PositionSkillLinkVariables as P, useDeleteAccount as Q, type RemoveFeatureAllowlistVariables as R, SifaProvider as S, useDeleteAvatarOverride as T, type UnfollowVariables as U, useDeleteEducation as V, useDeleteExternalAccount as W, useDeletePosition as X, useDeleteProfileLocation as Y, useDeleteReaction as Z, useDeleteRecord as _, type CreateRecordVariables as a, useUnsetPositionPrimary as a$, useDismissConfirmation as a0, useEndorsementCount as a1, useEntitySearch as a2, useExternalAccounts as a3, useFeatureAllowlist as a4, useFeaturedProfile as a5, useFollow as a6, useFollowers as a7, useFollowing as a8, useFollowingFeed as a9, useRemoveOrgNotificationEmail as aA, useResetProfile as aB, useResolveEntityDomain as aC, useRetractRoadmapVote as aD, useRevealMarqueDomain as aE, useRevokeConfirmation as aF, useRoadmapVotes as aG, useSearchFilters as aH, useSearchProfiles as aI, useSelectEntity as aJ, useSetExternalAccountPrimary as aK, useSetPositionPrimary as aL, useSifaConfig as aM, useSimilarProfiles as aN, useSkillSuggestions as aO, useStats as aP, useSuggestionCount as aQ, useSuggestions as aR, useUnfollow as aS, useUnhideKeytraceClaim as aT, useUnhideOrcidPublication as aU, useUnhideProfileItem as aV, useUnhideSifaPublication as aW, useUnhideStandardPublication as aX, useUnlinkSkillFromPosition as aY, useUnrevealMarqueDomain as aZ, useUnsetExternalAccountPrimary as a_, useFollowingList as aa, useGetProfileView as ab, useHeatmapData as ac, useHiddenApps as ad, useHideKeytraceClaim as ae, useHideOrcidPublication as af, useHideProfileItem as ag, useHideSifaPublication as ah, useHideStandardPublication as ai, useImportSearchEntities as aj, useLinkSkillToPosition as ak, useMintEntityDomain as al, useMutuals as am, useMyGithubPullRequests as an, useMyRoadmapVotes as ao, useNetworkStreamCount as ap, useOrgClaim as aq, useOrgDomainChallenge as ar, useOrgDomainVerify as as, useOrgProfile as at, usePendingConfirmations as au, useProfile as av, useReactionStatus as aw, useRefreshOrcidPublications as ax, useRefreshPds as ay, useRemoveFeatureAllowlist as az, type DeleteRecordVariables as b, useUpdateEducation as b0, useUpdateExternalAccount as b1, useUpdateOrgProfile as b2, useUpdatePosition as b3, useUpdateProfileLocation as b4, useUpdateProfileOverride as b5, useUpdateProfileSelf as b6, useUpdateRecord as b7, useUpdateSkill as b8, useUpdateSkillSubCategories as b9, useUploadAvatar as ba, useVerifyExternalAccount as bb, useWipePreview as bc, type SifaProviderProps as c, type UpdateEducationVariables as d, type UpdateExternalAccountVariables as e, type UpdatePositionVariables as f, type UpdateProfileLocationVariables as g, type UpdateRecordVariables as h, type UpdateSkillSubCategoriesVariables as i, type UpdateSkillVariables as j, type UseEntitySearchOptions as k, type UseMyGithubPullRequestsParams as l, useActivityTeaser as m, useAddFeatureAllowlist as n, useAddOrgNotificationEmail as o, useAdminReviewQueues as p, useAppAccountCheck as q, useAppsRegistry as r, useAtFundLink as s, useBlueskySuggestions as t, useActivityFeed as u, useBulkHideProfileItems as v, useBulkHideStandardPublications as w, useBulkUnhideProfileItems as x, useBulkUnhideStandardPublications as y, useCanonicalSkillSearch as z };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-
|
|
2
|
-
import { e as Profile, P as ProfileView, g as ProfilePosition, ac as SkillRef } from './adult-content-
|
|
1
|
+
import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-CZvX0wc7.js';
|
|
2
|
+
import { e as Profile, P as ProfileView, g as ProfilePosition, ac as SkillRef } from './adult-content-BUgP8bpf.js';
|
|
3
3
|
import { i as EntitySearchResponse, k as EntitySearchResult, c as EntityMintDomainResponse, g as EntityResolveDomainResponse, m as EntitySelectRequest, o as EntitySelectResponse } from './feed-dOSy_48Z.js';
|
|
4
|
-
import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-
|
|
4
|
+
import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-DyX9EJzZ.js';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Read the aggregated profile for a handle or DID.
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
|
-
import { S as SifaApiConfig, s as sifaQueryKeys, W as WriteResult,
|
|
3
|
+
import { S as SifaApiConfig, s as sifaQueryKeys, W as WriteResult, ap as RefreshPdsResult, aF as UpdateProfileOverrideInput, aG as UpdateProfileSelfInput, aH as UploadAvatarResult, C as CreateResult, aC as SubCategoryBulkResult, ad as ProfileLocationInput, p as ExternalAccountInput, o as CreateExternalAccountResult, aI as VerifyExternalAccountResult, E as EndorsementInput, m as ConfirmationInput, n as ConfirmationSubjectInput, aa as PendingConfirmationsPage, ao as RefreshOrcidPublicationsResult, B as BulkHideProfileItemInput, Z as HideProfileItemInput, aB as StatsResponse, j as AppRegistryEntry, V as HiddenApp, I as FilterOptions, aw as SearchFilters, ax as SearchResponse, aA as SkillSearchResult, q as FeaturedProfile, az as SimilarProfile, H as FetchSuggestionsOptions, aE as SuggestionsResponse, M as FollowUserResult, u as FetchFollowListOptions, J as FollowListPage, N as FollowingResponse, w as FetchFollowingFeedOptions, v as FetchFollowProfilePageOptions, L as FollowProfilePageResponse, F as FeatureAllowlistResponse, h as AdminReviewQueues, r as FetchActivityFeedOptions, d as ActivityFeedResponse, g as ActivityTeaserResponse, U as HeatmapResponse, $ as MyGithubPullRequestsResponse, c as AccountCheckResult, an as ReactionStatus, am as ReactionResult, al as ReactionError, av as RoadmapVotesResponse, k as CastRoadmapVoteResult, D as DeleteAccountResult, aq as ResetProfileResult, aJ as WipePreview, a1 as OrgClaimResult, a7 as OrgProfileUpdateResult, a2 as OrgDomainChallengeResult, a3 as OrgDomainVerifyResult, a4 as OrgNotificationEmailAddResult, a5 as OrgNotificationEmailRemoveResult } from './org-CVLKBRsw.cjs';
|
|
4
4
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
5
5
|
import { UseQueryOptions, UseMutationOptions, UseInfiniteQueryOptions, InfiniteData } from '@tanstack/react-query';
|
|
6
|
-
import { e as Profile, P as ProfileView, g as ProfilePosition, ac as SkillRef, E as ExternalAccount, S as SkillSuggestion, Q as OrgFloorVerdict } from './adult-content-
|
|
6
|
+
import { e as Profile, P as ProfileView, g as ProfilePosition, ac as SkillRef, E as ExternalAccount, S as SkillSuggestion, Q as OrgFloorVerdict } from './adult-content-BUgP8bpf.cjs';
|
|
7
7
|
import { i as EntitySearchResponse, k as EntitySearchResult, c as EntityMintDomainResponse, g as EntityResolveDomainResponse, o as EntitySelectResponse, m as EntitySelectRequest, y as FollowFeedPage, s as FeatureFlag } from './feed-dOSy_48Z.cjs';
|
|
8
8
|
import { O as OrgClaimRequestInput, h as OrgProfileUpdateRequestInput, b as OrgDomainChallengeRequestInput, d as OrgDomainVerifyRequestInput, f as OrgNotificationEmailRequestInput } from './org-settings-B8e01iZx.cjs';
|
|
9
9
|
|
|
@@ -566,6 +566,15 @@ interface RemoveFeatureAllowlistVariables {
|
|
|
566
566
|
*/
|
|
567
567
|
declare function useRemoveFeatureAllowlist(flag: FeatureFlag, options?: Omit<UseMutationOptions<WriteResult, Error, RemoveFeatureAllowlistVariables, AllowlistMutationContext>, 'mutationFn'>): _tanstack_react_query.UseMutationResult<WriteResult, Error, RemoveFeatureAllowlistVariables, AllowlistMutationContext>;
|
|
568
568
|
|
|
569
|
+
/**
|
|
570
|
+
* Read hook for the open counts of the three admin review queues. Shared by
|
|
571
|
+
* the admin nav pill and the review-queues page so both render one number
|
|
572
|
+
* from one request.
|
|
573
|
+
*
|
|
574
|
+
* Admin-gated on the server; non-admins get an error rather than zeroes.
|
|
575
|
+
*/
|
|
576
|
+
declare function useAdminReviewQueues(options?: Omit<UseQueryOptions<AdminReviewQueues, Error, AdminReviewQueues, ReturnType<typeof sifaQueryKeys.admin.reviewQueues>>, 'queryKey' | 'queryFn'>): _tanstack_react_query.UseQueryResult<NoInfer<AdminReviewQueues>, Error>;
|
|
577
|
+
|
|
569
578
|
declare function useHeatmapData(handleOrDid: string | undefined | null, days: number, options?: Omit<UseQueryOptions<HeatmapResponse | null, Error, HeatmapResponse | null, ReturnType<typeof sifaQueryKeys.activity.heatmap>>, 'queryKey' | 'queryFn'>): _tanstack_react_query.UseQueryResult<NoInfer<HeatmapResponse | null>, Error>;
|
|
570
579
|
declare function useActivityTeaser(handleOrDid: string | undefined | null, options?: Omit<UseQueryOptions<ActivityTeaserResponse | null, Error, ActivityTeaserResponse | null, ReturnType<typeof sifaQueryKeys.activity.teaser>>, 'queryKey' | 'queryFn'>): _tanstack_react_query.UseQueryResult<NoInfer<ActivityTeaserResponse | null>, Error>;
|
|
571
580
|
declare function useActivityFeed(handleOrDid: string | undefined | null, opts?: Pick<FetchActivityFeedOptions, 'category' | 'limit' | 'cursor'>, options?: Omit<UseQueryOptions<ActivityFeedResponse | null, Error, ActivityFeedResponse | null, ReturnType<typeof sifaQueryKeys.activity.feed>>, 'queryKey' | 'queryFn'>): _tanstack_react_query.UseQueryResult<NoInfer<ActivityFeedResponse | null>, Error>;
|
|
@@ -773,4 +782,4 @@ declare function useRemoveOrgNotificationEmail(options?: Omit<UseMutationOptions
|
|
|
773
782
|
email: string;
|
|
774
783
|
}, unknown>;
|
|
775
784
|
|
|
776
|
-
export {
|
|
785
|
+
export { useDeleteSkill as $, type AddFeatureAllowlistVariables as A, useCastRoadmapVote as B, type CreateReactionVariables as C, type DeleteReactionVariables as D, useCreateConfirmation as E, type FollowVariables as F, useCreateEducation as G, useCreateEndorsement as H, useCreateExternalAccount as I, useCreatePosition as J, useCreateProfileLocation as K, useCreateReaction as L, useCreateRecord as M, useCreateSkill as N, useDebouncedValue as O, type PositionSkillLinkVariables as P, useDeleteAccount as Q, type RemoveFeatureAllowlistVariables as R, SifaProvider as S, useDeleteAvatarOverride as T, type UnfollowVariables as U, useDeleteEducation as V, useDeleteExternalAccount as W, useDeletePosition as X, useDeleteProfileLocation as Y, useDeleteReaction as Z, useDeleteRecord as _, type CreateRecordVariables as a, useUnsetPositionPrimary as a$, useDismissConfirmation as a0, useEndorsementCount as a1, useEntitySearch as a2, useExternalAccounts as a3, useFeatureAllowlist as a4, useFeaturedProfile as a5, useFollow as a6, useFollowers as a7, useFollowing as a8, useFollowingFeed as a9, useRemoveOrgNotificationEmail as aA, useResetProfile as aB, useResolveEntityDomain as aC, useRetractRoadmapVote as aD, useRevealMarqueDomain as aE, useRevokeConfirmation as aF, useRoadmapVotes as aG, useSearchFilters as aH, useSearchProfiles as aI, useSelectEntity as aJ, useSetExternalAccountPrimary as aK, useSetPositionPrimary as aL, useSifaConfig as aM, useSimilarProfiles as aN, useSkillSuggestions as aO, useStats as aP, useSuggestionCount as aQ, useSuggestions as aR, useUnfollow as aS, useUnhideKeytraceClaim as aT, useUnhideOrcidPublication as aU, useUnhideProfileItem as aV, useUnhideSifaPublication as aW, useUnhideStandardPublication as aX, useUnlinkSkillFromPosition as aY, useUnrevealMarqueDomain as aZ, useUnsetExternalAccountPrimary as a_, useFollowingList as aa, useGetProfileView as ab, useHeatmapData as ac, useHiddenApps as ad, useHideKeytraceClaim as ae, useHideOrcidPublication as af, useHideProfileItem as ag, useHideSifaPublication as ah, useHideStandardPublication as ai, useImportSearchEntities as aj, useLinkSkillToPosition as ak, useMintEntityDomain as al, useMutuals as am, useMyGithubPullRequests as an, useMyRoadmapVotes as ao, useNetworkStreamCount as ap, useOrgClaim as aq, useOrgDomainChallenge as ar, useOrgDomainVerify as as, useOrgProfile as at, usePendingConfirmations as au, useProfile as av, useReactionStatus as aw, useRefreshOrcidPublications as ax, useRefreshPds as ay, useRemoveFeatureAllowlist as az, type DeleteRecordVariables as b, useUpdateEducation as b0, useUpdateExternalAccount as b1, useUpdateOrgProfile as b2, useUpdatePosition as b3, useUpdateProfileLocation as b4, useUpdateProfileOverride as b5, useUpdateProfileSelf as b6, useUpdateRecord as b7, useUpdateSkill as b8, useUpdateSkillSubCategories as b9, useUploadAvatar as ba, useVerifyExternalAccount as bb, useWipePreview as bc, type SifaProviderProps as c, type UpdateEducationVariables as d, type UpdateExternalAccountVariables as e, type UpdatePositionVariables as f, type UpdateProfileLocationVariables as g, type UpdateRecordVariables as h, type UpdateSkillSubCategoriesVariables as i, type UpdateSkillVariables as j, type UseEntitySearchOptions as k, type UseMyGithubPullRequestsParams as l, useActivityTeaser as m, useAddFeatureAllowlist as n, useAddOrgNotificationEmail as o, useAdminReviewQueues as p, useAppAccountCheck as q, useAppsRegistry as r, useAtFundLink as s, useBlueskySuggestions as t, useActivityFeed as u, useBulkHideProfileItems as v, useBulkHideStandardPublications as w, useBulkUnhideProfileItems as x, useBulkUnhideStandardPublications as y, useCanonicalSkillSearch as z };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-
|
|
2
|
-
import { e as Profile, P as ProfileView, g as ProfilePosition, ac as SkillRef } from './adult-content-
|
|
1
|
+
import { S as SifaApiConfig, A as ApiFetchOptions, C as CreateResult, W as WriteResult } from './org-CVLKBRsw.cjs';
|
|
2
|
+
import { e as Profile, P as ProfileView, g as ProfilePosition, ac as SkillRef } from './adult-content-BUgP8bpf.cjs';
|
|
3
3
|
import { i as EntitySearchResponse, k as EntitySearchResult, c as EntityMintDomainResponse, g as EntityResolveDomainResponse, m as EntitySelectRequest, o as EntitySelectResponse } from './feed-dOSy_48Z.cjs';
|
|
4
|
-
import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-
|
|
4
|
+
import { S as SummarizeProfileViewOptions, P as ProfileSummary } from './profile-summary-DReI-P0i.cjs';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Read the aggregated profile for a handle or DID.
|
package/dist/index.cjs
CHANGED